@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.fv {
  position: relative;
  margin-bottom: 6.9546120059vw;
}
@media screen and (max-width: 991px) {
  .fv {
    margin-bottom: 19.5vw;
  }
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/home/fv-bg-star.svg) no-repeat center center/135%;
  position: absolute;
  top: -6.8081991215vw;
  left: 10.9077598829vw;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .fv::before {
    width: 429.35%;
    height: 56vw;
    top: 136vw;
    left: -33vw;
    background: url(../img/home/fv-bg-star-sp.svg) no-repeat center center/cover;
  }
}
.fv::after {
  content: "";
  width: 100%;
  height: 126%;
  background: url(../img/home/deco-line-heart.svg) no-repeat center bottom/97%;
  position: absolute;
  bottom: -24.7437774524vw;
  left: -4.39238653vw;
  transform: rotate(14deg);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .fv::after {
    width: 106%;
    height: 100%;
    bottom: 40vw;
    left: -2vw;
    background: url(../img/home/deco-line-heart.svg) no-repeat center bottom/contain;
    transform: rotate(5deg);
  }
}

.fv-logo-wrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  .fv-logo-wrapper {
    display: block;
    width: 44.5vw;
    margin: 0 auto 4.6vw;
  }
}

.fv-img-wrapper {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .fv-img-wrapper {
    position: relative;
    margin-left: 7vw;
    margin-bottom: 10vw;
    z-index: 2;
  }
}
.fv-img-wrapper img {
  width: 77.23%;
  border-radius: 5.8565153734vw 0 0 5.8565153734vw;
}
@media screen and (max-width: 991px) {
  .fv-img-wrapper img {
    width: auto;
    height: 96.511627907vw;
    aspect-ratio: 623/415;
    object-fit: cover;
    object-position: left center;
    border-radius: 18.6046511628vw 0 0 18.6046511628vw;
  }
}

.fv-ttl {
  font-size: 1.756954612vw;
  line-height: 1.6666666667;
  color: #B94137;
  position: absolute;
  left: 5.6368960469vw;
  top: 24.0849194729vw;
  z-index: 2;
  animation: fadeInFromLeft 3s ease 1s 1 normal backwards;
}
@media screen and (max-width: 991px) {
  .fv-ttl {
    font-size: 5.3488372093vw;
    position: static;
    margin-bottom: 6.5vw;
    padding-left: 8.1vw;
    line-height: 1.652173913;
  }
}

@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sec-about {
  padding-top: 2.4vw;
  padding-bottom: 8.5vw;
}

@media screen and (max-width: 991px) {
  .about-ttl {
    font-size: max(9.3023255814vw, 65px);
  }
}

.about-txt {
  font-size: max(2.635431918vw, 20px);
  margin-top: -15.6vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 991px) {
  .about-txt {
    margin-top: -3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .about-txt {
    margin-top: -2.8rem;
    margin-bottom: 3.4rem;
  }
}

.about-list-wrapper {
  width: 64.494875549vw;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .about-list-wrapper {
    width: 74vw;
  }
}
@media screen and (max-width: 575px) {
  .about-list-wrapper {
    width: 89vw;
  }
}

.about-list {
  display: flex;
  margin-left: -4.2459736457vw;
  margin-right: -4.2459736457vw;
}
@media screen and (max-width: 767px) {
  .about-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12vw;
    margin-left: -6vw;
    margin-right: -6vw;
  }
}

.about-list-item {
  width: 33.3333333%;
  padding: 0 4.2459736457vw;
}
@media screen and (max-width: 767px) {
  .about-list-item {
    width: 50%;
    padding: 0 6vw;
  }
}
.about-list-item--app {
  position: relative;
}
.about-list-item--app::before {
  content: "";
  width: 2.3426061493vw;
  height: 2.3426061493vw;
  background: url(../img/home/icon-cross.svg) no-repeat center center/contain;
  position: absolute;
  top: 26.2%;
  right: -1.2vw;
}
@media screen and (max-width: 767px) {
  .about-list-item--app::before {
    width: 3.5vw;
    height: 3.5vw;
    right: -1.6vw;
  }
}
.about-list-item--app .about-list-item-img-wrapper {
  background-color: #AF9970;
}
.about-list-item--app .about-list-item-img-wrapper img {
  width: max(7.2474377745vw, 6.8rem);
}
@media screen and (max-width: 767px) {
  .about-list-item--app .about-list-item-img-wrapper img {
    width: max(13vw, 6.8rem);
  }
}
@media screen and (max-width: 575px) {
  .about-list-item--app .about-list-item-img-wrapper img {
    width: max(17vw, 4rem);
  }
}
.about-list-item--bar {
  position: relative;
}
.about-list-item--bar::before {
  content: "";
  width: 2.7086383602vw;
  height: 1.0248901903vw;
  background: url(../img/home/icon-equal.svg) no-repeat center center/contain;
  position: absolute;
  top: 28.2%;
  right: -1.5vw;
}
@media screen and (max-width: 767px) {
  .about-list-item--bar::before {
    width: 4vw;
    height: 2vw;
    top: unset;
    bottom: -6vw;
    transform: rotate(90deg);
    right: unset;
    left: -2vw;
  }
}
.about-list-item--bar .about-list-item-img-wrapper {
  background-color: #AF5F57;
}
.about-list-item--bar .about-list-item-img-wrapper img {
  width: max(6.9546120059vw, 6.8rem);
}
@media screen and (max-width: 767px) {
  .about-list-item--bar .about-list-item-img-wrapper img {
    width: max(12vw, 6.8rem);
  }
}
@media screen and (max-width: 575px) {
  .about-list-item--bar .about-list-item-img-wrapper img {
    width: max(17vw, 5rem);
  }
}
.about-list-item--tokimeco .about-list-item-img-wrapper {
  border: 5px solid #B78A51;
  background-color: #FFFFFF;
}
.about-list-item--tokimeco .about-list-item-img-wrapper p {
  color: #B78A51;
}
.about-list-item--tokimeco .about-list-item-img-wrapper img {
  width: max(12.2254758419vw, 11rem);
}
@media screen and (max-width: 767px) {
  .about-list-item--tokimeco .about-list-item-img-wrapper img {
    width: max(23vw, 11rem);
  }
}
@media screen and (max-width: 575px) {
  .about-list-item--tokimeco .about-list-item-img-wrapper img {
    width: max(30vw, 11rem);
  }
}

.about-list-item-img-wrapper {
  text-align: center;
  border-radius: 1.4641288433vw;
  padding-top: 2.1vw;
  padding-bottom: 2.6vw;
  min-height: 15.8916544656vw;
  height: 15.8125915081vw;
}
@media screen and (max-width: 991px) {
  .about-list-item-img-wrapper {
    height: 19.0065104167vw;
  }
}
@media screen and (max-width: 767px) {
  .about-list-item-img-wrapper {
    padding-top: 5vw;
    height: 29.2361111111vw;
  }
}
@media screen and (max-width: 575px) {
  .about-list-item-img-wrapper {
    height: 38.48vw;
  }
}
.about-list-item-img-wrapper p {
  font-size: max(1.9033674963vw, 19px);
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0.9vw;
}
@media screen and (max-width: 767px) {
  .about-list-item-img-wrapper p {
    margin-bottom: 1.7361111111vw;
  }
}

.about-list-item__txt {
  text-align: center;
  font-size: max(1.6105417277vw, 16px);
  margin-top: 1.7vw;
  line-height: 1.4545454545;
}

.sec-concept {
  padding-top: 14.934114202vw;
  padding-bottom: 8.0527086384vw;
  background-color: #F2EAE3;
  border-radius: 8.2723279649vw;
}
@media screen and (max-width: 991px) {
  .sec-concept {
    border-radius: 20.9302325581vw;
    padding-top: 13.5vw;
    padding-bottom: 20vw;
    margin-bottom: 34.883721vw;
  }
}

.concept-ttl {
  font-size: 2.196193265vw;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .concept-ttl {
    font-size: 5.5813953488vw;
    line-height: 1.8;
  }
}
.concept-ttl span {
  font-size: 3.8067349927vw;
  line-height: 1.1538461538;
  padding-bottom: 1.4641288433vw;
}
.concept-ttl span::before {
  height: 2.5622254758vw;
  transform: rotate(3deg);
  background: url(../img/home/deco-line-underline.svg) no-repeat center left/contain;
}
@media screen and (max-width: 991px) {
  .concept-ttl span::before {
    height: 5vw;
    bottom: -1.4vw;
  }
}
@media screen and (max-width: 991px) {
  .concept-ttl span {
    font-size: 8.1395348837vw;
  }
}

.fukidashi-wrapper {
  width: 87.18%;
  height: 48.9019033675vw;
  margin: 2.5622254758vw auto 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .fukidashi-wrapper {
    width: 100%;
    height: 112.9604651163vw;
    margin: 0;
  }
}
.fukidashi-wrapper::before {
  content: "";
  width: 106%;
  height: 99%;
  background: url(../img/home/fukidashi-pc.svg) no-repeat center center/cover;
  position: absolute;
  top: -0.878477306vw;
  left: 0;
}
@media screen and (max-width: 991px) {
  .fukidashi-wrapper::before {
    background: url(../img/home/fukidashi-sp.svg) no-repeat center center/cover;
    width: 111.86%;
    height: 104%;
    top: 2.2vw;
    left: -3vw;
  }
}

.fukidashi {
  font-size: 1.317715959vw;
  line-height: 1.6666666667;
  text-align: center;
  width: fit-content;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .fukidashi {
    font-size: 3.2558139535vw;
    line-height: 1.6428571429;
  }
}

.fukidashi1 {
  top: 9.2%;
  right: 26.4%;
}
@media screen and (max-width: 991px) {
  .fukidashi1 {
    top: 12.5%;
    right: 4.4%;
  }
}

.fukidashi2 {
  top: 42%;
  right: 19.8%;
}
@media screen and (max-width: 991px) {
  .fukidashi2 {
    top: 42.3%;
    right: 8.3%;
  }
}

.fukidashi3 {
  top: 72.3%;
  right: 14.3%;
}
@media screen and (max-width: 991px) {
  .fukidashi3 {
    top: 70.5%;
    right: 5.8%;
  }
}

.fukidashi4 {
  top: 20.6%;
  left: 18%;
}
@media screen and (max-width: 991px) {
  .fukidashi4 {
    top: 24.1%;
    left: 8%;
  }
}

.fukidashi5 {
  top: 49.4%;
  left: 10.8%;
}
@media screen and (max-width: 991px) {
  .fukidashi5 {
    top: 49.8%;
    left: 6.8%;
  }
}

.fukidashi6 {
  top: 77.1%;
  left: 21.7%;
}
@media screen and (max-width: 991px) {
  .fukidashi6 {
    top: 77.9%;
    left: 2.4%;
  }
}

.fukidashi-img-wrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.1464128843vw;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .fukidashi-img-wrapper {
    width: 71vw;
    bottom: -6vw;
  }
}

.sec-connect {
  padding-top: 12.2254758419vw;
  padding-bottom: 14.055636896vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-connect {
    padding-top: 0;
  }
}
.sec-connect::before {
  content: "";
  width: 135.21%;
  height: 30.9663250366vw;
  background: url(../img/home/connect-bg-star.svg) no-repeat center center/cover;
  position: absolute;
  top: -12.0058565154vw;
  left: -21.7423133236vw;
}
@media screen and (max-width: 991px) {
  .sec-connect::before {
    width: 224.42%;
    height: 51.3953488372vw;
    top: -49vw;
    left: -65vw;
  }
}

.connect-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 6.4421669107vw;
}
@media screen and (max-width: 991px) {
  .connect-wrapper {
    margin-bottom: 15vw;
  }
}

.connect-img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .connect-img {
    width: 33%;
    height: 70vw;
  }
}
.connect-img img {
  border-radius: 0 5.8565153734vw 5.8565153734vw 0;
  height: 55.6368960469vw;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (max-width: 991px) {
  .connect-img img {
    border-radius: 0 8.1395348837vw 8.1395348837vw 0;
    height: 100%;
    object-position: center right;
  }
}

.connect-txt-wrapper {
  width: 50%;
  padding-top: 22.8404099561vw;
  padding-left: 6.588579795vw;
}
@media screen and (max-width: 991px) {
  .connect-txt-wrapper {
    padding-top: 0;
    padding-left: 4vw;
    width: 65%;
    margin-top: 8vw;
  }
}

.connect-main-ttl {
  position: absolute;
  top: 7.6866764275vw;
  right: 6.588579795vw;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .connect-main-ttl {
    font-size: 17.4418604651vw;
    top: -16vw;
    right: 9vw;
  }
}

.connect-ttl {
  font-family: "Tsukimi Rounded", system-ui;
  font-size: 4.0995607613vw;
  line-height: 1.3333333333;
  margin-bottom: 3.4407027818vw;
  position: relative;
  width: fit-content;
  padding-right: 7.3206442167vw;
}
@media screen and (max-width: 991px) {
  .connect-ttl {
    font-size: 8.6046511628vw;
    line-height: 1.2432432432;
    margin-bottom: 3.6vw;
    margin-left: -1vw;
  }
}
.connect-ttl::before {
  content: "";
  width: 12.8843338214vw;
  height: 14.2752562225vw;
  background: url(../img/home/heart-beige.svg) no-repeat center center/contain;
  position: absolute;
  top: -2.3426061493vw;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .connect-ttl::before {
    width: 42vw;
    height: 50vw;
    top: -30vw;
    right: -1vw;
  }
}

.connect-msg {
  font-size: 1.4641288433vw;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .connect-msg {
    font-size: max(3.2558139535vw, 13px);
    line-height: 1.6428571429;
  }
}
.connect-msg .has-double-underline::before {
  height: 2.3vw;
  bottom: -2.4vw;
  transform: rotate(4deg);
  background: url(../img/home/deco-line-underline.svg) no-repeat center left/contain;
}
@media screen and (max-width: 991px) {
  .connect-msg .has-double-underline::before {
    content: none;
  }
}

.connect-download-wrapper {
  max-width: 52.196193265vw;
  margin: 0 auto;
  padding-bottom: 2.3426061493vw;
  position: relative;
  padding-top: 40vw;
  margin-top: -40vw;
}
@media screen and (max-width: 991px) {
  .connect-download-wrapper {
    max-width: 86.976744186vw;
    padding-bottom: 9vw;
    padding-top: 110vw;
    margin-top: -110vw;
  }
}
.connect-download-wrapper::before {
  content: "";
  width: 100%;
  height: 0.6588579795vw;
  background: url(../img/home/deco-line-underline-rope.svg) repeat center center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .connect-download-wrapper::before {
    height: 1.6vw;
  }
}

.download-list {
  display: flex;
  margin-left: -1.4641288433vw;
  margin-right: -1.4641288433vw;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .download-list {
    flex-wrap: wrap;
    row-gap: 7.7441860465vw;
    margin-left: -2.3488372093vw;
    margin-right: -2.3488372093vw;
  }
}

.download-list-item {
  padding: 0 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .download-list-item {
    width: 50%;
    padding: 0 2.3488372093vw;
  }
}
.download-list-item img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .download-list-item.download-list-item--logo {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .download-list-item.download-list-item--logo img {
    width: 31.1953488372vw;
  }
}
@media screen and (max-width: 991px) {
  .download-list-item.download-list-item--app-store {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .download-list-item.download-list-item--google-play {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .img-wrapper {
    text-align: center;
  }
}

.download-list-item--logo {
  width: 13.5431918009vw;
}

.download-list-item--app-store {
  width: 18.8872620791vw;
}

.download-list-item--google-play {
  width: 22.6939970717vw;
}

@media screen and (max-width: 991px) {
  .sec-tokimeki-point {
    padding-top: 5vw;
    margin-top: -5vw;
  }
}

.sec-tokimeki-point-wrapper {
  position: relative;
}

.sec-tokimeki-point-inner {
  background-color: #FFFFFF;
}

.tokimeki-point-main-ttl-wrapper {
  width: 90.26%;
  padding: 9.5168374817vw 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-main-ttl-wrapper {
    width: 95.5%;
    padding-top: 7vw;
    padding-bottom: 5vw;
  }
}
.tokimeki-point-main-ttl-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tokimeki-point-main-ttl-wrapper::after {
  content: "";
  width: 105.78%;
  height: 150%;
  background: url(../img/home/tokimeki-point-bg-star.svg) no-repeat center center/cover;
  position: absolute;
}

.tokimeki-point-ttl {
  padding-left: 0.5856515373vw;
  margin-bottom: 0.8052708638vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-ttl {
    font-size: 6.976744186vw;
    line-height: 1;
    margin-bottom: 2vw;
  }
}
.tokimeki-point-ttl::before {
  content: "";
  width: 10.3953147877vw;
  height: 12.8843338214vw;
  background: url(../img/home/heart-with-line.svg) no-repeat center center/contain;
  position: absolute;
  right: -6.2957540264vw;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-ttl::before {
    content: none;
  }
}

.point-ttl {
  position: absolute;
}

.point-main-txt {
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .point-main-txt {
    line-height: 1.6428571429;
  }
}
.point-main-txt .has-ps {
  padding-left: 0.5856515373vw;
}
@media screen and (max-width: 991px) {
  .point-main-txt .has-ps {
    padding-left: 1.5vw;
  }
}

.tokimeki-point-list-item:nth-of-type(2) .point-point-wrapper {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list-item:nth-of-type(2) .point-point-wrapper {
    width: 100%;
  }
}
.tokimeki-point-list-item:nth-of-type(2) .point-cont-wrapper {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list-item:nth-of-type(2) .point-cont-wrapper {
    width: 100%;
  }
}

.sec-tokimeki-point-women {
  padding-top: 11.420204978vw;
}
.sec-tokimeki-point-women .tokimeki-point-wrapper {
  padding-top: 18.3016105417vw;
}
.sec-tokimeki-point-women .point-ttl {
  top: -4.3191800878vw;
  left: -14.3484626647vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women .point-ttl {
    top: 5.7vw;
    left: -8.8vw;
  }
}
.sec-tokimeki-point-women .tokimeki-point-list-item:first-of-type .point-point-wrapper {
  width: 51%;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women .tokimeki-point-list-item:first-of-type .point-point-wrapper {
    width: 100%;
    padding-top: 16.4vw;
  }
}
.sec-tokimeki-point-women .tokimeki-point-list-item:first-of-type .point-cont-wrapper {
  width: 49%;
  padding-left: 2.9282576867vw;
  padding-top: 6.588579795vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women .tokimeki-point-list-item:first-of-type .point-cont-wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 15vw;
  }
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women .tokimeki-point-list-item:nth-of-type(2) .point-ttl {
    top: 5vw;
    left: -5.4vw;
  }
}
.sec-tokimeki-point-women .tokimeki-point-list-item:nth-of-type(2) .point-cont-wrapper {
  padding-right: 4.0263543192vw;
  padding-top: 10.4685212299vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women .tokimeki-point-list-item:nth-of-type(2) .point-cont-wrapper {
    padding-right: 0;
    padding-top: 11vw;
  }
}
.sec-tokimeki-point-women .point-main-txt {
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women .point-main-txt {
    margin-top: 1.8vw;
    line-height: 1.6428571429;
  }
}

.sec-tokimeki-point-women-inner {
  border-radius: 8.2723279649vw 8.2723279649vw 0 0;
  padding-bottom: 12.298682284vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-women-inner {
    padding-bottom: 13.5vw;
  }
}

.tokimeki-point-main-ttl-wrapper--women {
  background: url(../img/home/tokimeki-woman-bg.jpg) no-repeat center center/cover;
  margin-left: auto;
  border-radius: 8.2723279649vw 0 0 8.2723279649vw;
  padding-left: 24.6705710102vw;
  right: 0;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-main-ttl-wrapper--women {
    border-radius: 20.9302325581vw 0 0 20.9302325581vw;
    padding-left: 11vw;
  }
}
.tokimeki-point-main-ttl-wrapper--women::before {
  background: rgba(128, 39, 32, 0.85);
  border-radius: 8.2723279649vw 0 0 8.2723279649vw;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-main-ttl-wrapper--women::before {
    border-radius: 20.9302325581vw 0 0 20.9302325581vw;
  }
}
.tokimeki-point-main-ttl-wrapper--women::after {
  top: -8.345534407vw;
  left: -6.0029282577vw;
  transform: scaleX(-1);
}
@media screen and (max-width: 991px) {
  .tokimeki-point-main-ttl-wrapper--women::after {
    top: -9.5vw;
  }
}

.tokimeki-point-ttl-inner {
  width: fit-content;
  text-align: center;
  position: relative;
  z-index: 2;
}

.tokimeki-point-ttl-women::before {
  top: -4.6120058565vw;
}

.tokimeki-point-list-item-flex-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list-item-flex-wrapper {
    display: block;
  }
}

.point-point-wrapper {
  position: relative;
  padding-top: 15.3733528551vw;
}

.point-cont-wrapper {
  position: relative;
}
.point-cont-wrapper::before {
  content: "";
  width: 41.1420204978vw;
  height: 41.1420204978vw;
  background: url(../img/home/bg-circle-beige.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .point-cont-wrapper::before {
    width: 116.28%;
    height: 121%;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.point-cont-wrapper .point-txt {
  line-height: 1.75;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .point-cont-wrapper .point-txt {
    line-height: 1.6428571429;
  }
}
.point-cont-wrapper .point-txt:first-of-type {
  margin-bottom: 2.196193265vw;
}

.point-ttl__num {
  padding-left: 1.9033674963vw;
}

.has-point-fukidashi-txt {
  position: relative;
  display: block;
  width: 32.2108345534vw;
  padding: 1.2445095168vw 1.0980966325vw 1.6105417277vw 1.4641288433vw;
  max-width: 100%;
  background-color: #B78A51;
  border-radius: 0.7320644217vw;
  line-height: 1.75;
  margin: 0 auto 1.4641288433vw;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .has-point-fukidashi-txt {
    width: 100%;
    padding-top: 3.4vw;
    padding-bottom: 4.5vw;
    margin-bottom: 4.3vw;
    border-radius: 1.8604651163vw;
    font-size: 3.2558139535vw;
  }
}
.has-point-fukidashi-txt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.878477306vw;
  border: 0.878477306vw solid transparent;
  border-top: 0.878477306vw solid #B78A51;
}
@media screen and (max-width: 991px) {
  .has-point-fukidashi-txt::before {
    margin-left: -2vw;
    border: 2vw solid transparent;
    border-top: 2vw solid #B78A51;
  }
}
.has-point-fukidashi-txt.has-point-fukidashi-txt--2 {
  letter-spacing: 0.08em;
  margin-top: 2.196193265vw;
}
@media screen and (max-width: 991px) {
  .has-point-fukidashi-txt.has-point-fukidashi-txt--2 {
    margin-top: 7.3vw;
  }
}
.has-point-fukidashi-txt span {
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 991px) {
  .has-point-fukidashi-txt span {
    font-size: 4.4186046512vw;
  }
}

.has-thick-underline {
  position: relative;
  z-index: 2;
}
.has-thick-underline::before {
  content: "";
  height: 1.6837481698vw;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .has-thick-underline::before {
    bottom: -2vw;
  }
}

.has-thick-underline-168::before {
  width: 12.298682284vw;
  background: url(../img/home/deco-line-underline-brown.svg) no-repeat center center/contain;
}
@media screen and (max-width: 991px) {
  .has-thick-underline-168::before {
    width: 35vw;
    height: 5vw;
  }
}

.has-thick-underline-164::before {
  width: 12.0058565154vw;
  background: url(../img/home/deco-line-underline-brown-small.svg) no-repeat center center/contain;
}
@media screen and (max-width: 991px) {
  .has-thick-underline-164::before {
    width: 34vw;
    height: 5vw;
    bottom: -2.7vw;
  }
}

.tokimeki-point-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5124450952vw;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list {
    row-gap: 10.6vw;
  }
}

.tokimeki-point-list-item {
  width: 100%;
}
.tokimeki-point-list-item:nth-of-type(3) .point-point-wrapper {
  width: 50%;
  padding-top: 17.8623718887vw;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list-item:nth-of-type(3) .point-point-wrapper {
    width: 100%;
    padding-top: 19.6vw;
  }
}
.tokimeki-point-list-item:nth-of-type(3) .point-point-wrapper .point-ttl {
  top: -1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list-item:nth-of-type(3) .point-point-wrapper .point-ttl {
    top: 9vw;
    left: -5vw;
  }
}
.tokimeki-point-list-item:nth-of-type(3) .point-cont-wrapper {
  width: 50%;
  padding-left: 3.7335285505vw;
  padding-top: 9.7364568082vw;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-list-item:nth-of-type(3) .point-cont-wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 8vw;
  }
}

.icon-list-wrapper {
  max-width: 33.6749633968vw;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .icon-list-wrapper {
    max-width: 85.1162790698vw;
    margin: 0 auto;
  }
}

.icon-list {
  display: flex;
  margin-left: -0.7320644217vw;
  margin-right: -0.7320644217vw;
}
@media screen and (max-width: 991px) {
  .icon-list {
    margin-left: -1.8604651163vw;
    margin-right: -1.8604651163vw;
  }
}

.icon-list-item {
  width: 50%;
  padding: 0 0.7320644217vw;
}
@media screen and (max-width: 991px) {
  .icon-list-item {
    padding: 0 1.8604651163vw;
  }
}

.icon-list-item-inner {
  background-color: #B78A51;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
}

.icon-list-item__txt {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.756954612vw;
  line-height: 1.4166666667;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 4.1727672035vw;
}
@media screen and (max-width: 991px) {
  .icon-list-item__txt {
    font-size: 4.4186046512vw;
    padding-top: 11vw;
  }
}
.icon-list-item__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon-list-item--secret .icon-list-item__txt::before {
  width: 3.4407027818vw;
  height: 2.9282576867vw;
  background: url(../img/home/icon-secret-mode.svg) no-repeat center center/contain;
}
@media screen and (max-width: 991px) {
  .icon-list-item--secret .icon-list-item__txt::before {
    width: 9vw;
    height: 8vw;
  }
}

.icon-list-item--screenshot .icon-list-item__txt::before {
  width: 2.9282576867vw;
  height: 2.9282576867vw;
  background: url(../img/home/icon-screenshot.svg) no-repeat center center/contain;
}
@media screen and (max-width: 991px) {
  .icon-list-item--screenshot .icon-list-item__txt::before {
    width: 7vw;
    height: 7vw;
    top: 1vw;
  }
}

.photo-list-wrapper {
  position: relative;
  z-index: 2;
  max-width: 33.6749633968vw;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .photo-list-wrapper {
    max-width: 86.0465116279vw;
  }
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7320644217vw;
  margin-right: -0.7320644217vw;
  row-gap: 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .photo-list {
    margin-left: -1.8604651163vw;
    margin-right: -1.8604651163vw;
    row-gap: 3.7209302326vw;
  }
}

.photo-list-item {
  width: 50%;
  padding: 0 0.7320644217vw;
}
@media screen and (max-width: 991px) {
  .photo-list-item {
    padding: 0 1.8604651163vw;
  }
}

.photo-list-item__img {
  border-radius: 50%;
  box-shadow: 0.7320644217vw 0.7320644217vw 1.4641288433vw rgba(183, 138, 81, 0.11), 0 0 2.196193265vw rgba(183, 138, 81, 0.12) inset;
}
.photo-list-item__img img {
  width: 100%;
}

.sec-tokimeki-point-men-inner {
  padding-bottom: 9.5168374817vw;
  border-radius: 0 0 8.2723279649vw 8.2723279649vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men-inner {
    padding-bottom: 22vw;
    border-radius: 0 0 20.9302325581vw 20.9302325581vw;
  }
}

.tokimeki-point-main-ttl-wrapper--men {
  background: url(../img/home/tokimeki-man-bg.jpg) no-repeat center center/cover;
  margin-left: auto;
  border-radius: 0 8.2723279649vw 8.2723279649vw 0;
  padding-right: 24.6705710102vw;
  left: 0;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-main-ttl-wrapper--men {
    border-radius: 0 26.2790697674vw 26.2790697674vw 0;
    padding-right: 10vw;
  }
}
.tokimeki-point-main-ttl-wrapper--men::before {
  background-color: rgba(101, 76, 45, 0.85);
  border-radius: 0 8.2723279649vw 8.2723279649vw 0;
}
@media screen and (max-width: 991px) {
  .tokimeki-point-main-ttl-wrapper--men::before {
    border-radius: 0 26.2790697674vw 26.2790697674vw 0;
  }
}
.tokimeki-point-main-ttl-wrapper--men::after {
  top: -7.467057101vw;
  left: 2.196193265vw;
}
.tokimeki-point-main-ttl-wrapper--men .tokimeki-point-ttl-inner {
  margin-left: auto;
}

.tokimeki-point-ttl-men::before {
  top: -3.8799414348vw;
}

.sec-tokimeki-point-men .tokimeki-point-wrapper {
  padding-top: 27.8184480234vw;
}
.sec-tokimeki-point-men .point-ttl {
  top: -4.0263543192vw;
  left: -14.6412884334vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men .point-ttl {
    top: 8vw;
    left: -5vw;
  }
}
.sec-tokimeki-point-men .tokimeki-point-list-item:first-of-type .point-point-wrapper {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men .tokimeki-point-list-item:first-of-type .point-point-wrapper {
    width: 100%;
    padding-top: 18.4vw;
  }
}
.sec-tokimeki-point-men .tokimeki-point-list-item:first-of-type .point-cont-wrapper {
  width: 50%;
  padding-top: 10.980966325vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men .tokimeki-point-list-item:first-of-type .point-cont-wrapper {
    width: 100%;
    padding-top: 2.1vw;
  }
}
.sec-tokimeki-point-men .tokimeki-point-list-item:first-of-type .point-cont-wrapper::before {
  content: none;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men .tokimeki-point-list-item:nth-of-type(2) .point-point-wrapper {
    padding-top: 12.2vw;
  }
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men .tokimeki-point-list-item:nth-of-type(2) .point-ttl {
    top: 1.5vw;
    left: -8vw;
  }
}
.sec-tokimeki-point-men .tokimeki-point-list-item:nth-of-type(2) .point-cont-wrapper {
  padding-top: 7.3206442167vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeki-point-men .tokimeki-point-list-item:nth-of-type(2) .point-cont-wrapper {
    padding-top: 10vw;
  }
}
.sec-tokimeki-point-men .tokimeki-point-list-item:nth-of-type(2) .point-main-txt {
  margin-top: 2.196193265vw;
}

.cost-img {
  margin-left: -4.39238653vw;
  margin-right: -4.39238653vw;
  margin-top: 2.9282576867vw;
}
@media screen and (max-width: 991px) {
  .cost-img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3vw;
  }
}
.cost-img img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cost-img img {
    width: 107%;
    margin-left: -3vw;
    max-width: none;
  }
}

.sec-tokimeco-date {
  padding-top: 10.541727672vw;
  position: relative;
  margin-bottom: 18.1551976574vw;
}
@media screen and (max-width: 991px) {
  .sec-tokimeco-date {
    padding-top: 19.3vw;
    margin-bottom: 16.6vw;
  }
}
.sec-tokimeco-date::before {
  content: "";
  width: 105.78%;
  height: 23.5%;
  background: url(../img/home/tokimeco-date-bg-star.svg) no-repeat center center/cover;
  position: absolute;
  top: 22.4011713031vw;
  left: -2.9282576867vw;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sec-tokimeco-date::before {
    background: url(../img/home/tokimeco-date-bg-star-sp.svg) no-repeat center center/cover;
    width: 224.42%;
    height: 51.3953488372vw;
    top: 4.401171vw;
    left: -61.928258vw;
  }
}

@media screen and (max-width: 991px) {
  .tokimeco-date-main-ttl {
    text-align: center;
    padding-left: 3vw;
  }
}

.tokimeco-date-sub-ttl {
  text-align: center;
  margin-top: 4.2459736457vw;
  margin-bottom: 2.635431918vw;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-sub-ttl {
    margin-top: 2vw;
    margin-bottom: 3.4vw;
  }
}

.tokimeco-date-main-message {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-main-message {
    line-height: 1.6428571429;
    padding: 0 4.6511627907vw;
    text-align: left;
  }
}

.tokimeco-date-ttl {
  font-size: 2.196193265vw;
  line-height: 2.2666666667;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-ttl {
    font-size: 4.6511627907vw;
  }
}
.tokimeco-date-ttl span {
  font-size: 3.074670571vw;
  line-height: 1.619047619;
  padding-top: 2.196193265vw;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-ttl span {
    font-size: 5.5813953488vw;
  }
}
.tokimeco-date-ttl .has-insist::before {
  width: 8.0527086384vw;
  height: 2.7818448023vw;
  background: url(../img/home/deco-insist.svg) no-repeat center center/contain;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-ttl .has-insist::before {
    width: 15vw;
    height: 7vw;
  }
}

.tokimeco-date-ttl-wrapper {
  position: relative;
}

.method-ttl {
  font-size: 4.39238653vw;
  line-height: 1.1333333333;
}
@media screen and (max-width: 991px) {
  .method-ttl {
    font-size: 9.3023255814vw;
    margin-top: -1.5vw;
  }
}

.step-list-item {
  width: 30.2342606149vw;
  height: 9.0043923865vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .step-list-item {
    width: 73%;
    height: 23.2558139535vw;
  }
}
.step-list-item::after {
  content: "";
  position: absolute;
}
.step-list-item:not(:last-of-type)::before {
  content: "";
  width: 1.4641288433vw;
  height: 5.4904831625vw;
  background: url(../img/home/deco-line-rotate.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -2.196193265vw;
  left: 1.0248901903vw;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .step-list-item:not(:last-of-type)::before {
    width: 5vw;
    height: 16vw;
    bottom: -6vw;
    left: 2vw;
  }
}
.step-list-item:first-of-type .step-list-item__num span {
  top: 51%;
  left: 44%;
}
@media screen and (max-width: 991px) {
  .step-list-item:first-of-type .step-list-item__num span {
    top: 48%;
    left: 41%;
  }
}
.step-list-item:nth-of-type(2) {
  margin-bottom: 2.7086383602vw;
}
@media screen and (max-width: 991px) {
  .step-list-item:nth-of-type(2) {
    margin-bottom: 9vw;
  }
}
.step-list-item:nth-of-type(2) .step-list-item__num span {
  top: 46%;
  left: 45%;
}
.step-list-item:nth-of-type(3) .step-list-item__num span {
  top: 46%;
  left: 49%;
}

.step-list-item-inner {
  background: url(../img/home/step-bg.svg) no-repeat center center/contain;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .step-list-item-inner {
    background: url(../img/home/step-bg-sp.svg) no-repeat center center/contain;
  }
}

.step-list-item__txt {
  font-size: 1.6105417277vw;
  line-height: 1.3636363636;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .step-list-item__txt {
    font-size: 3.7209302326vw;
    top: 46%;
    left: 51%;
  }
}

.tokimeco-date-txt-wrapper {
  width: 50%;
  padding-left: 11.7862371889vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-txt-wrapper {
    width: 100%;
    padding-left: 5.2vw;
  }
}

.step-list-item__num {
  font-family: "mina", serif;
  color: #FFFFFF;
  font-weight: 400;
  background-color: #B78A51;
  width: 4.0263543192vw;
  height: 4.0263543192vw;
  font-size: 1.756954612vw;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .step-list-item__num {
    width: 10.4651162791vw;
    height: 10.4651162791vw;
    font-size: 4.6511627907vw;
  }
}
.step-list-item__num span {
  position: absolute;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .tokimeco-date-img {
    width: 95.35%;
  }
}
@media screen and (max-width: 991px) {
  .tokimeco-date-img.tokimeco-date-img--cautious {
    margin-top: 10vw;
    margin-left: auto;
  }
}
.tokimeco-date-img.tokimeco-date-img--cautious img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-img.tokimeco-date-img--cautious img {
    border-radius: 8.1395348837vw 0 0 8.1395348837vw;
  }
}
@media screen and (max-width: 991px) {
  .tokimeco-date-img.tokimeco-date-img--intuition {
    margin-right: auto;
  }
}
.tokimeco-date-img.tokimeco-date-img--intuition img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tokimeco-date-img.tokimeco-date-img--intuition img {
    border-radius: 0 8.1395348837vw 8.1395348837vw 0;
  }
}
@media screen and (max-width: 991px) {
  .tokimeco-date-img img {
    height: 47.4418604651vw;
    object-fit: cover;
    object-position: 50% 10%;
  }
}

.cautious-wrapper {
  padding-top: 11.2737920937vw;
  padding-bottom: 16.5446559297vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper {
    padding-top: 6.7vw;
  }
}
.cautious-wrapper::before {
  content: "";
  width: 42.46%;
  height: 56.7349926794vw;
  background: url(../img/home/tokimeco-date-cautious.jpg) no-repeat center center/contain;
  position: absolute;
  top: 5.4vw;
  right: 0;
  border-radius: 8.2723279649vw 0 0 8.2723279649vw;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper::before {
    content: none;
  }
}
.cautious-wrapper .tokimeco-date-ttl-wrapper::before {
  content: "";
  width: 7.5402635432vw;
  height: 8.1991215227vw;
  background: url(../img/home/heart-double.svg) no-repeat center center/contain;
  position: absolute;
  top: -0.7320644217vw;
  right: 0;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .tokimeco-date-ttl-wrapper::before {
    content: none;
  }
}
.cautious-wrapper .tokimeco-date-txt-wrapper::before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url(../img/home/heart-single.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -5.5rem;
  left: -5rem;
}
.cautious-wrapper .method-ttl {
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .method-ttl {
    font-size: 6.511627907vw;
  }
}
.cautious-wrapper .method-ttl::before {
  height: 3.2rem;
  background: url(../img/home/deco-line-underline.svg) no-repeat center center/contain;
  transform: rotate(3deg);
}
.cautious-wrapper .step-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-wrapper {
    margin-top: 7.3vw;
  }
}
.cautious-wrapper .step-list-item:first-of-type {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-list-item:first-of-type {
    margin-bottom: 9.3023255814vw;
  }
}
.cautious-wrapper .step-list-item:first-of-type:after {
  width: 12.737920937vw;
  height: 16.3982430454vw;
  background: url(../img/home/match-cautious-step1.png) no-repeat center center/contain;
  bottom: -2.5622254758vw;
  right: -9.5168374817vw;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-list-item:first-of-type:after {
    width: 30vw;
    height: 38vw;
    bottom: -9vw;
    right: -25.5vw;
  }
}
.cautious-wrapper .step-list-item:nth-of-type(2)::after {
  width: 15.248902vw;
  height: 15.248902vw;
  background: url(../img/home/match-cautious-step2.png) no-repeat center center/contain;
  bottom: -3vw;
  right: -9.686676vw;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-list-item:nth-of-type(2)::after {
    width: 40vw;
    height: 38vw;
    bottom: -9vw;
    right: -28vw;
  }
}
.cautious-wrapper .step-list-item:nth-of-type(2) .step-list-item__txt {
  top: 46%;
  left: 49%;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-list-item:nth-of-type(2) .step-list-item__txt {
    top: 51%;
    left: 51%;
  }
}
.cautious-wrapper .step-list-item:nth-of-type(3)::after {
  width: 10.2489019034vw;
  height: 10.2489019034vw;
  background: url(../img/home/match-cautious-step3.jpg) no-repeat center center/contain;
  bottom: -0.7320644217vw;
  right: -7.6866764275vw;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-list-item:nth-of-type(3)::after {
    width: 28vw;
    height: 28vw;
    bottom: -2.7vw;
    right: -21vw;
    border-radius: 4.6511627907vw;
  }
}
@media screen and (max-width: 991px) {
  .cautious-wrapper .step-list-item:nth-of-type(3) .step-list-item__txt {
    top: 51%;
  }
}

.intuition-wrapper {
  position: relative;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper {
    margin-top: 6.7vw;
  }
}
.intuition-wrapper::before {
  content: "";
  width: 42.46%;
  height: 56.760761347vw;
  background: url(../img/home/tokimeco-date-intuition.jpg) no-repeat center center/contain;
  position: absolute;
  top: -5.1244509517vw;
  left: 0;
  border-radius: 0 8.2723279649vw 8.2723279649vw 0;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper::before {
    content: none;
  }
}
.intuition-wrapper .tokimeco-date-ttl-wrapper::before {
  content: "";
  width: 17.5695461201vw;
  height: 15.3733528551vw;
  background: url(../img/home/heart-triple.svg) no-repeat center center/contain;
  position: absolute;
  top: -7.3206442167vw;
  right: 3.143485vw;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .tokimeco-date-ttl-wrapper::before {
    content: none;
  }
}
.intuition-wrapper .tokimeco-date-txt-wrapper {
  margin-left: auto;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .tokimeco-date-txt-wrapper {
    padding-left: 5.2vw;
  }
}
.intuition-wrapper .method-ttl {
  padding-bottom: 3.4rem;
}
.intuition-wrapper .method-ttl::before {
  height: 4.2rem;
  background: url(../img/home/deco-line-underline.svg) no-repeat center center/contain;
  transform: rotate(3deg);
}
.intuition-wrapper .step-wrapper {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-wrapper {
    margin-top: 7.3vw;
  }
}
.intuition-wrapper .step-list-item:first-of-type {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-list-item:first-of-type {
    margin-bottom: 10vw;
  }
}
.intuition-wrapper .step-list-item:first-of-type:after {
  width: 12.737920937vw;
  height: 16.3982430454vw;
  background: url(../img/home/match-intuition-step1.png) no-repeat center center/contain;
  bottom: -3.2942898975vw;
  right: -9.8828696925vw;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-list-item:first-of-type:after {
    width: 30vw;
    height: 38vw;
    bottom: -9vw;
    right: -25.5vw;
  }
}
.intuition-wrapper .step-list-item:first-of-type .step-list-item__txt {
  top: 44%;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-list-item:first-of-type .step-list-item__txt {
    top: 49%;
  }
}
.intuition-wrapper .step-list-item:nth-of-type(2):after {
  width: 10.3221083455vw;
  height: 10.3221083455vw;
  background: url(../img/home/match-intuition-step2.jpg) no-repeat center center/contain;
  bottom: -0.7320644217vw;
  right: -7.906295754vw;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-list-item:nth-of-type(2):after {
    width: 28vw;
    height: 28vw;
    bottom: -1.7vw;
    right: -21vw;
    border-radius: 4.6511627907vw;
  }
}
.intuition-wrapper .step-list-item:nth-of-type(2) .step-list-item__txt {
  top: 49%;
  left: 53%;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-list-item:nth-of-type(2) .step-list-item__txt {
    top: 48%;
    left: 51%;
  }
}
.intuition-wrapper .step-list-item:nth-of-type(3):after {
  width: 10.3221083455vw;
  height: 10.3221083455vw;
  background: url(../img/home/match-cautious-step3.jpg) no-repeat center center/contain;
  bottom: -0.7320644217vw;
  right: -7.906295754vw;
  border-radius: 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .intuition-wrapper .step-list-item:nth-of-type(3):after {
    width: 28vw;
    height: 28vw;
    bottom: -2.4vw;
    right: -21vw;
    border-radius: 4.6511627907vw;
  }
}

.sec-about-picross {
  position: relative;
  padding-top: 9.8096632504vw;
  padding-bottom: 10.0292825769vw;
}
@media screen and (max-width: 991px) {
  .sec-about-picross {
    padding-top: 12vw;
    padding-bottom: 45vw;
  }
}
.sec-about-picross::before {
  content: "";
  width: 90.26%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 11.3rem 11.3rem 0;
}
@media screen and (max-width: 991px) {
  .sec-about-picross::before {
    width: 95.35%;
    border-radius: 0 20.9302325581vw 20.9302325581vw 0;
  }
}
.sec-about-picross::before {
  background: url(../img/home/about-picross.jpg) no-repeat center center/cover;
  z-index: -1;
}
.sec-about-picross::after {
  content: "";
  width: 45%;
  height: 55%;
  background: url(../img/home/about-picross2.jpg) no-repeat center center/cover;
  position: absolute;
  top: 40vw;
  right: -0.2rem;
  border-radius: 8rem 0 0 8rem;
}
@media screen and (max-width: 991px) {
  .sec-about-picross::after {
    width: 89.3%;
    height: 50vw;
    top: 121vw;
    border-radius: 8.1395348837vw 0 0 8.1395348837vw;
  }
}

.sec-about-picross-inner {
  position: relative;
  z-index: 2;
}
.sec-about-picross-inner::before {
  content: "";
  width: 105.78%;
  height: 83%;
  background: url(../img/home/about-picross-bg-star.svg) no-repeat center center/cover;
  position: absolute;
  top: -26.6471449488vw;
  left: 0.7320644217vw;
}

.about-picross-main-ttl {
  text-align: center;
  padding-left: 0.7rem;
}
@media screen and (max-width: 991px) {
  .about-picross-main-ttl {
    padding-left: 0;
    padding-right: 4vw;
    font-size: 6.976744186vw;
  }
}

.about-picross-main-txt {
  color: #FFFFFF;
  font-size: 1.5373352855vw;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 4.7584187408vw;
  padding-left: 0.1464128843vw;
  margin-bottom: 10.8345534407vw;
}
@media screen and (max-width: 991px) {
  .about-picross-main-txt {
    font-size: 3.2558139535vw;
    line-height: 1.875;
    padding-left: 0;
    padding-right: 4.4vw;
    margin-bottom: 7.3vw;
  }
}

.picross-link-wrapper {
  padding-left: 16vw;
}
@media screen and (max-width: 991px) {
  .picross-link-wrapper {
    padding-left: 5vw;
  }
}

.picross-link-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.3909224012vw;
}
@media screen and (max-width: 991px) {
  .picross-link-list {
    row-gap: 6.3vw;
  }
}

.picross-link-list-item {
  width: 100%;
}
.picross-link-list-item:last-of-type {
  padding-top: 0.7320644217vw;
}

.picross-link-list-item__link {
  color: #FFFFFF;
  font-size: 1.6105417277vw;
  line-height: 1.3636363636;
  position: relative;
  padding-left: 3.2942898975vw;
}
@media screen and (max-width: 991px) {
  .picross-link-list-item__link {
    font-size: 3.7209302326vw;
    padding-left: 8vw;
  }
}
.picross-link-list-item__link::before {
  content: "";
  width: 1.8301610542vw;
  height: 1.8301610542vw;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .picross-link-list-item__link::before {
    top: 53%;
    width: 5.5vw;
    height: 5.5vw;
  }
}

.picross-link-list-item__link--tel::before {
  background: url(../img/home/icon-tel.svg) no-repeat center center/contain;
}

.picross-link-list-item__link--web::before {
  background: url(../img/home/icon-web.svg) no-repeat center center/contain;
}

.picross-link-list-item__link--instagram::before {
  background: url(../img/home/icon-instagram-white.svg) no-repeat center center/contain;
}

.picross-link-list-item__link--line {
  font-size: 1.317715959vw;
  line-height: 1.6666666667;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  width: 27.0863836018vw;
  border-radius: 0.7320644217vw;
  padding: 1.8301610542vw 0.3660322108vw 1.8301610542vw 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .picross-link-list-item__link--line {
    width: 74.4186046512vw;
    font-size: 3.7209302326vw;
    padding: 3vw 1vw 3vw 2.8vw;
    border-radius: 2.3255813953vw;
  }
}
.picross-link-list-item__link--line:hover {
  color: #FFFFFF;
  background-color: #B78A51;
  opacity: 1;
}
.picross-link-list-item__link--line:hover .has-arrow-right::before {
  background: url(../img/home/icon-arrow-right-white.svg) no-repeat center center/contain;
}
.picross-link-list-item__link--line .has-arrow-right {
  position: relative;
  padding-right: 3.2942898975vw;
}
@media screen and (max-width: 991px) {
  .picross-link-list-item__link--line .has-arrow-right {
    padding-right: 5vw;
  }
}
.picross-link-list-item__link--line .has-arrow-right::before {
  content: "";
  width: 0.7320644217vw;
  height: 1.0248901903vw;
  background: url(../img/home/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .picross-link-list-item__link--line .has-arrow-right::before {
    width: 2vw;
    height: 2.5vw;
    top: 56%;
  }
}

.sec-match {
  padding-top: 19.2532942899vw;
  margin-bottom: 18.5212298682vw;
}
@media screen and (max-width: 991px) {
  .sec-match {
    padding-top: 42vw;
    margin-bottom: 13vw;
  }
}

.match-main-ttl {
  text-align: center;
  padding-right: 5.8565153734vw;
}
@media screen and (max-width: 991px) {
  .match-main-ttl {
    font-size: 18.6046511628vw;
    padding-right: 9vw;
  }
}

.match-sub-ttl {
  text-align: center;
  margin-top: 2.635431918vw;
  padding-left: 0.439238653vw;
  margin-bottom: 1.4641288433vw;
}
@media screen and (max-width: 991px) {
  .match-sub-ttl {
    margin-top: 1.8vw;
    margin-bottom: 2.9vw;
  }
}

.match-main-message {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .match-main-message {
    text-align: left;
    padding: 0 4.6511627907vw;
    line-height: 1.6428571429;
  }
}

.match-fukidashi-wrapper {
  margin-top: 5.1244509517vw;
  padding-top: 12.4450951684vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .match-fukidashi-wrapper {
    width: 95.35%;
    height: 118vw;
    margin-top: 0;
    padding-top: 52vw;
  }
}
.match-fukidashi-wrapper::before {
  content: "";
  width: 100%;
  height: 130%;
  background: url(../img/home/match-fukidashi.svg) no-repeat center center/contain;
  position: absolute;
  top: -0.8vw;
  left: 49.7%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .match-fukidashi-wrapper::before {
    width: 121.27%;
    height: 124.393023vw;
    background: url(../img/home/match-fukidashi-sp.svg) no-repeat center center/cover;
    top: -3vw;
    left: 52.7%;
  }
}

.fukidashi-txt {
  font-size: 1.317715959vw;
  line-height: 1.6666666667;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt {
    font-size: 3.2558139535vw;
    line-height: 1.6428571429;
  }
}
.fukidashi-txt:first-of-type {
  top: 3.5871156662vw;
  left: 23.6vw;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt:first-of-type {
    top: 13.7vw;
    left: 12.6vw;
  }
}
.fukidashi-txt:nth-of-type(2) {
  top: 19.2532942899vw;
  left: 12.1vw;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt:nth-of-type(2) {
    top: 36.4vw;
    left: 5.1vw;
  }
}
.fukidashi-txt:nth-of-type(3) {
  bottom: -3.953147877vw;
  left: 18.5vw;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt:nth-of-type(3) {
    bottom: 11.2vw;
    left: 6.2vw;
  }
}
.fukidashi-txt:nth-of-type(4) {
  top: 2.4158125915vw;
  right: 24vw;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt:nth-of-type(4) {
    top: 4.3vw;
    right: 13.6vw;
  }
}
.fukidashi-txt:nth-of-type(5) {
  top: 18.2284040996vw;
  right: 14.2vw;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt:nth-of-type(5) {
    top: 32.5vw;
    right: 1.2vw;
  }
}
.fukidashi-txt:nth-of-type(6) {
  bottom: -5.6368960469vw;
  right: 18vw;
}
@media screen and (max-width: 991px) {
  .fukidashi-txt:nth-of-type(6) {
    bottom: 12.3vw;
    right: 5.7vw;
  }
}

.match-img {
  width: 45.8272327965vw;
  margin: 0 auto;
  padding-left: 2.8550512445vw;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .match-img {
    width: 73vw;
    padding-left: 5vw;
  }
}
.match-img::before {
  content: "";
  width: 6.2225475842vw;
  height: 7.027818448vw;
  background: url(../img/home/heart-dark-pink.svg) no-repeat center center/contain;
  position: absolute;
  top: -6.6617862372vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .match-img::before {
    width: 9.5vw;
    height: 10.5vw;
    top: -10.5vw;
  }
}

.sec-voice {
  padding-top: 12.737920937vw;
  background-color: #F2EAE3;
  border-radius: 8.2723279649vw;
  padding-bottom: 13.9092240117vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-voice {
    padding-top: 13.5vw;
    border-radius: 20.9302325581vw;
    padding-bottom: 12vw;
  }
}
.sec-voice::before {
  content: "";
  width: 105.78%;
  height: 37.78%;
  background: url(../img/home/voice-bg-star.svg) no-repeat center center/cover;
  position: absolute;
  top: -3.4407027818vw;
  left: -2.9282576867vw;
}

.voice-main-ttl {
  text-align: center;
  position: relative;
  padding-left: 0.5124450952vw;
  margin-bottom: 4.7584187408vw;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-size: 3.074670571vw;
}
@media screen and (max-width: 991px) {
  .voice-main-ttl {
    font-size: 6.976744186vw;
    padding-right: 2.2vw;
    margin-bottom: 6vw;
  }
}
.voice-main-ttl::before {
  content: "";
  width: 10.3953147877vw;
  height: 12.8843338214vw;
  background: url(../img/home/heart-with-line-beige.svg) no-repeat center center/contain;
  position: absolute;
  top: -5.1244509517vw;
  left: 51%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .voice-main-ttl::before {
    width: 15vw;
    height: 19vw;
    top: -5vw;
    left: 50%;
  }
}

.voice-slide {
  padding-bottom: 8.124451vw;
}

.voice-list-item-inner {
  height: 100%;
  padding-bottom: 14.934114202vw;
}
@media screen and (max-width: 991px) {
  .voice-list-item-inner {
    padding-bottom: 0;
  }
}

.voice-list-item-fukidashi-wrapper {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .voice-list-item-fukidashi-wrapper {
    height: auto;
  }
}
.voice-list-item-fukidashi-wrapper img {
  width: 100%;
  min-height: 70.068rem;
  filter: drop-shadow(0.7320644217vw 0.7320644217vw 1.4641288433vw rgba(183, 138, 81, 0.12));
}

.voice-list-item-fukidashi-inner {
  padding: 5.5636896047vw 3.513909224vw 5.9vw 3.6603221083vw;
  border-radius: 8.2723279649vw;
  background-color: #FFFFFF;
  height: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .voice-list-item-fukidashi-inner {
    padding: 6vw 7vw 7vw 7vw;
    border-radius: 16.2790697674vw;
    width: 94.87%;
    margin: 0 auto;
    height: auto;
  }
}
.voice-list-item-fukidashi-inner::before {
  content: "";
  width: 4.2811127379vw;
  height: 3.3096632504vw;
  background: url(../img/home/fukidashi-item.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -2vw;
  left: 8vw;
  filter: drop-shadow(0.7320644217vw 0.7320644217vw 1.4641288433vw rgba(183, 138, 81, 0.12));
}
@media screen and (max-width: 991px) {
  .voice-list-item-fukidashi-inner::before {
    width: 8vw;
    height: 7vw;
    bottom: -5vw;
    left: 18vw;
  }
}

.voice-list-item__ttl {
  color: #B94137;
  font-size: 1.6105417277vw;
  line-height: 1.6363636364;
  padding-bottom: 1.9033674963vw;
  position: relative;
  min-height: 8.0527086384vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .voice-list-item__ttl {
    font-size: 3.7209302326vw;
    padding-bottom: 5.5vw;
  }
}
.voice-list-item__ttl::before {
  content: "";
  width: 100%;
  height: 0.397510981vw;
  background: url(../img/home/deco-underline-dashed.svg) repeat center center/cover;
  position: absolute;
  bottom: 0.5124450952vw;
  left: 0;
}

.voice-list-item__comment {
  margin-top: 1.2445095168vw;
  line-height: 2;
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 991px) {
  .voice-list-item__comment {
    font-size: max(3.2558139535vw, 14px);
    margin-top: 3.5vw;
    line-height: 1.6428571429;
  }
}

.voice-list-item-account-wrapper {
  margin-top: 3.3vw;
  padding-left: 0.7320644217vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .voice-list-item-account-wrapper {
    position: static;
    margin-top: 9vw;
    padding-left: 2vw;
    bottom: unset;
    top: 126vw;
  }
}

.voice-list-item-account-inner {
  display: flex;
  align-items: center;
  gap: 2.1229868228vw;
}
@media screen and (max-width: 991px) {
  .voice-list-item-account-inner {
    gap: 4.6744186047vw;
  }
}

.voice-list-item-icon-img {
  width: 11.7130307467vw;
}
@media screen and (max-width: 991px) {
  .voice-list-item-icon-img {
    width: 25.5813953488vw;
  }
}

.voice-list-item-account-txt {
  font-size: 1.6105417277vw;
  font-weight: 700;
  line-height: 1.6363636364;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .voice-list-item-account-txt {
    font-size: 3.2558139535vw;
  }
}

.splide__arrows svg {
  display: none;
}

.splide__arrow {
  width: 4.39238653vw;
  height: 4.39238653vw;
  background-color: #B78A51;
  border-radius: 50%;
  position: absolute;
  top: 34.5%;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .splide__arrow {
    width: 9.0697674419vw;
    height: 9.0697674419vw;
    top: 30.6%;
  }
}
.splide__arrow:disabled {
  display: none;
}
.splide__arrow::before {
  content: "";
  background: url(../img/home/icon-arrow-right-brown.svg) no-repeat center center/contain;
  width: 0.7320644217vw;
  height: 1.0980966325vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .splide__arrow::before {
    width: 2vw;
    height: 2.5vw;
    top: 52%;
    left: 50%;
  }
}
.splide__arrow--prev {
  left: -3rem;
}
@media screen and (max-width: 991px) {
  .splide__arrow--prev {
    left: -2.196193265vw;
  }
}
.splide__arrow--prev::before {
  transform: rotate(180deg) translateY(50%);
  left: 40%;
}
.splide__arrow--next {
  right: -2.196193265vw;
}

.splide__pagination {
  gap: 2.9282576867vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .splide__pagination {
    gap: 6.976744186vw;
    bottom: 0;
  }
}

.splide__pagination__page {
  width: 0.878477306vw;
  height: 0.878477306vw;
  border-radius: 50%;
  background-color: #B5AFA5;
}
@media screen and (max-width: 991px) {
  .splide__pagination__page {
    width: 2.7906976744vw;
    height: 2.7906976744vw;
  }
}
.splide__pagination__page.is-active {
  background-color: #B78A51;
}

.sec-publish {
  padding-top: 12.4450951684vw;
}
@media screen and (max-width: 991px) {
  .sec-publish {
    padding-top: 16vw;
  }
}

.publish-inner {
  display: flex;
  gap: 13.1039531479vw;
}
@media screen and (max-width: 991px) {
  .publish-inner {
    display: block;
  }
}

.publish-main-ttl {
  width: 8.4%;
  white-space: nowrap;
  font-family: noto-sans-cjk-jp, sans-serif;
}
@media screen and (max-width: 991px) {
  .publish-main-ttl {
    width: 100%;
  }
}

.publish-cont-wrapper {
  display: flex;
  gap: 2.196193265vw;
  width: 91.6%;
}
@media screen and (max-width: 991px) {
  .publish-cont-wrapper {
    width: 100%;
    display: block;
    margin-top: 2.5vw;
  }
}

.magazine-img-wrapper {
  display: flex;
  gap: 1.4641288433vw;
  width: 41%;
  padding-top: 0.7320644217vw;
}
@media screen and (max-width: 991px) {
  .magazine-img-wrapper {
    width: 81%;
    margin: 0 auto;
    gap: 4.6511627907vw;
  }
}

.magazine-img {
  width: 10.980966325vw;
}
@media screen and (max-width: 991px) {
  .magazine-img {
    width: 50%;
  }
}
.magazine-img img {
  box-shadow: 0.7320644217vw 0.7320644217vw 1.4641288433vw rgba(183, 138, 81, 0.11), 0 0 2.196193265vw rgba(183, 138, 81, 0.12) inset;
  border-radius: 2.196193265vw;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .magazine-img img {
    border-radius: 4.6511627907vw;
  }
}

.magazine-txt-wrapper {
  width: 59%;
  padding-top: 2.196193265vw;
}
@media screen and (max-width: 991px) {
  .magazine-txt-wrapper {
    width: 100%;
  }
}

.magazine-txt-ttl {
  font-size: 1.6105417277vw;
  margin-top: -0.6vw;
  line-height: 1.6363636364;
  margin-bottom: 0.9vw;
}
@media screen and (max-width: 991px) {
  .magazine-txt-ttl {
    font-size: 4.1860465116vw;
    margin-top: 4vw;
  }
}

.magazine-txt-message {
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .magazine-txt-message {
    margin-top: 2vw;
    line-height: 1.6428571429;
  }
}

.sec-site {
  padding-top: 7vw;
}
@media screen and (max-width: 991px) {
  .sec-site {
    padding-top: 20vw;
  }
}

.site-inner {
  display: flex;
  gap: 4.462vw;
}
@media screen and (max-width: 991px) {
  .site-inner {
    display: block;
  }
}

.site-main-ttl {
  font-family: noto-sans-cjk-jp, sans-serif;
  flex-shrink: 0;
  letter-spacing: 0.09em;
}

.site-main-ttl .ff-sm {
  font-size: 0.98em;
}

.site-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1.389vw;
}
@media screen and (max-width: 991px) {
  .site-logo-wrapper {
    margin-top: 7.463vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.975vw;
  }
}

.site-logo {
  display: block;
  width: max(9.722vw, 140px);
  aspect-ratio: 140/45;
  background: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 991px) {
  .site-logo {
    width: 34.826vw;
  }
}

.site-logo:hover {
  opacity: 1;
  background-color: rgba(183, 138, 81, 0.1);
}

.site-logo img {
  width: 100%;
  height: 100%;
}

.sec-qa {
  padding-top: 8.5651537335vw;
  padding-bottom: 11.7130307467vw;
}
@media screen and (max-width: 991px) {
  .sec-qa {
    padding-top: 15vw;
    padding-bottom: 14vw;
  }
}

.qa-inner {
  display: flex;
  gap: 10.7613469985vw;
}
@media screen and (max-width: 991px) {
  .qa-inner {
    display: block;
  }
}

.qa-main-ttl {
  width: 11.6%;
}

.qa-cont-wrapper {
  padding-top: 0.439238653vw;
  width: 88.4%;
}
@media screen and (max-width: 991px) {
  .qa-cont-wrapper {
    padding-top: 4vw;
    width: 100%;
  }
}
.qa-cont-wrapper dl {
  padding-bottom: 3.513909224vw;
  border-bottom: 0.0732064422vw solid rgba(183, 138, 81, 0.23);
}
.qa-cont-wrapper dl:not(:first-of-type) {
  padding-top: 2.8550512445vw;
}

.q-item,
.a-item {
  padding-left: 5.6368960469vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .q-item,
  .a-item {
    padding-left: 13.2vw;
  }
}
.q-item::before,
.a-item::before {
  content: "";
  width: 4.0263543192vw;
  height: 4.0263543192vw;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .q-item::before,
  .a-item::before {
    width: 10.4651162791vw;
    height: 10.4651162791vw;
  }
}
.q-item::after,
.a-item::after {
  font-family: "mina", serif;
  font-size: 1.0248901903vw;
  color: #FFFFFF;
  position: absolute;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .q-item::after,
  .a-item::after {
    font-size: 2.7906976744vw;
  }
}

.q-item {
  font-size: 1.6105417277vw;
  line-height: 1.6363636364;
  font-weight: 500;
  padding-top: 0.7320644217vw;
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 991px) {
  .q-item {
    font-size: 3.7209302326vw;
    padding-top: 2vw;
    margin-bottom: 2.8vw;
    min-height: 14.1860465116vw;
  }
}
.q-item::before {
  background-color: #B78A51;
}
.q-item::after {
  content: "Q";
  top: 1.2445095168vw;
  left: 1.317715959vw;
}
@media screen and (max-width: 991px) {
  .q-item::after {
    top: 3vw;
    left: 3.5vw;
  }
}

.a-item {
  line-height: 2.25;
  padding-top: 0.7320644217vw;
}
@media screen and (max-width: 991px) {
  .a-item {
    font-size: 3.2558139535vw;
    line-height: 1.6428571429;
    padding-top: 2vw;
  }
}
.a-item::before {
  background-color: #B94137;
}
.a-item::after {
  content: "A";
  top: 0.9516837482vw;
  left: 0.6588579795vw;
}
@media screen and (max-width: 991px) {
  .a-item::after {
    top: 3vw;
    left: 1vw;
  }
}/*# sourceMappingURL=style-home.css.map */