@charset "UTF-8";
/*************************************************
top
*************************************************/
.section__fv {
  position: relative;
  z-index: 0;
}
.section__fv .fv_custom-pagination {
  position: absolute;
  top: 20.3125vw;
  right: 2.8645833333vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_custom-pagination {
    top: 26.6666666667vw;
    right: 3.4666666667vw;
  }
}
.section__fv .fv_custom-pagination .c-number_wrap {
  display: flex;
  flex-direction: column;
  gap: max(2.9166666667vw, 3rem);
}
@media screen and (max-width: 750px) {
  .section__fv .fv_custom-pagination .c-number_wrap {
    gap: 7.3333333333vw;
  }
}
.section__fv .fv_custom-pagination .num {
  position: relative;
  font-size: max(0.6770833333vw, 9px);
  font-weight: 600;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_custom-pagination .num {
    font-size: 1.8666666667vw;
  }
}
.section__fv .fv_custom-pagination .num.is_active:after {
  content: "";
  width: max(0.9375vw, 13px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + max(0.2083333333vw, 2px));
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .section__fv .fv_custom-pagination .num.is_active:after {
    width: 2.4vw;
    top: calc(100% + max(0.5333333333vw, 2px));
  }
}
.section__fv .fv_custom-pagination .num:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: max(1.6666666667vw, 1.5rem);
  background-color: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: calc(100% + max(0.7291666667vw, 10px));
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .section__fv .fv_custom-pagination .num:not(:last-of-type)::before {
    height: 3.4666666667vw;
    top: calc(100% + 1.8666666667vw);
  }
}
.section__fv .swiper_progress-bar {
  position: absolute;
  bottom: 2.96875vw;
  left: 3.3854166667vw;
  width: 50.46875vw;
  height: max(0.2604166667vw, 3px);
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section__fv .swiper_progress-bar {
    width: 56vw;
    height: max(0.6666666667vw, 3px);
    left: auto;
    right: 5.3333333333vw;
    bottom: 29.3333333333vw;
    transform-origin: right bottom;
    rotate: 90deg;
  }
}
.section__fv .swiper_progress-bar > span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #b29b68;
}
.section__fv .fv_ttl {
  position: absolute;
  bottom: 5vw;
  left: 3.3854166667vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_ttl {
    bottom: 29.4666666667vw;
    left: 4vw;
  }
}
.section__fv .fv_ttl p {
  font-size: 6.3541666667vw;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_ttl p {
    font-size: 10.5333333333vw;
  }
}
.section__fv .fv_ttl h2 {
  font-size: max(12px, 1.3020833333vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_ttl h2 {
    margin-top: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.section__fv h1 {
  display: none;
}
@media screen and (max-width: 750px) {
  .section__fv h1 {
    display: block;
    position: absolute;
    bottom: 21.3333333333vw;
    left: 5.3333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    color: #fff;
    z-index: 1;
  }
}
.section__fv .fv_news {
  position: absolute;
  bottom: 2.8645833333vw;
  right: 2.8645833333vw;
  width: max(32.8645833333vw, 30rem);
  border: 1px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_news {
    width: 89.3333333333vw;
    right: 4vw;
    bottom: 7.0666666667vw;
  }
}
.section__fv .fv_news dl {
  position: relative;
  backdrop-filter: blur(3px);
}
.section__fv .fv_news dl a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .section__fv .fv_news dl a:hover .arrow {
    right: 0.78125vw;
  }
}
.section__fv .fv_news dl dt,
.section__fv .fv_news dl dd {
  font-size: max(0.8333333333vw, 11px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 1.3020833333vw 0;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_news dl dt,
  .section__fv .fv_news dl dd {
    padding: 3.3333333333vw 0;
  }
}
.section__fv .fv_news dl dt {
  width: max(9.3229166667vw, 7rem);
  flex-shrink: 0;
  border-right: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_news dl dt {
    width: 21.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.section__fv .fv_news dl dd {
  flex-grow: 1;
  padding-left: 1.5104166667vw;
  padding-right: 2.6041666667vw;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_news dl dd {
    font-size: 2.9333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 9.3333333333vw;
  }
}
.section__fv .fv_news dl .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1458333333vw;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_news dl .arrow {
    right: 0;
    right: 3.2835820896cqw;
  }
}
.section__fv .fv_news dl .arrow svg {
  width: max(0.78125vw, 8px);
  height: auto;
}
@media screen and (max-width: 750px) {
  .section__fv .fv_news dl .arrow svg {
    width: 2.8vw;
  }
}

.section__top-ourvision {
  padding-top: 9.9479166667vw;
  padding-bottom: 7.1875vw;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision {
    padding-top: 18vw;
    padding-bottom: 11.4666666667vw;
  }
}
.section__top-ourvision .section_ttl-en {
  margin-bottom: 5.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .section_ttl-en {
    margin-bottom: 11.9402985075cqw;
  }
}
.section__top-ourvision .block__text-img {
  position: relative;
  gap: 10.0714285714cqw;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img {
    flex-direction: column;
    gap: 11.9402985075cqw;
  }
}
.section__top-ourvision .block__text-img .left-contents .ttl-wrap01 {
  margin-bottom: 3.2142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .left-contents .ttl-wrap01 {
    margin-bottom: 8vw;
  }
}
.section__top-ourvision .block__text-img .left-contents p {
  margin-bottom: 4.6428571429cqw;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .left-contents p {
    margin-bottom: 6.6666666667vw;
  }
}
.section__top-ourvision .block__text-img .left-contents .btn-wrap {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .left-contents .btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.section__top-ourvision .block__text-img .right-contents {
  width: 43.5714285714cqw;
  padding-top: 2.1428571429cqw;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .right-contents {
    width: 100%;
    padding-top: 0;
  }
}
.section__top-ourvision .block__text-img .right-contents .img-box:first-of-type {
  width: 36.5cqw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .right-contents .img-box:first-of-type {
    position: static;
    width: 76.2686567164cqw;
    margin-bottom: 5.5223880597cqw;
  }
}
.section__top-ourvision .block__text-img .right-contents .img-box:last-of-type {
  margin-bottom: max(10.7291666667vw, 206px);
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .right-contents .img-box:last-of-type {
    width: 91.0447761194cqw;
    aspect-ratio: 1/0.79;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .section__top-ourvision .block__text-img .right-contents .img-box:last-of-type img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.section__top-tripleaward {
  padding-top: 7.8571428571cqw;
  padding-bottom: 8.5714285714cqw;
  background: url(../images/top/top_feature_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward {
    padding-top: 11.9402985075cqw;
    padding-bottom: 16.4179104478cqw;
    background: url(../images/top/top_feature_bg_sp.jpg) no-repeat center/cover;
  }
}
.section__top-tripleaward div,
.section__top-tripleaward h2,
.section__top-tripleaward h3,
.section__top-tripleaward p {
  color: #fff;
}
.section__top-tripleaward .inner > p {
  font-size: max(0.9285714286cqw, 12px);
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .inner > p {
    font-size: max(12px, 2.9850746269cqw);
    line-height: 2;
    text-align: left;
  }
}
.section__top-tripleaward .head-ttl {
  text-align: center;
  margin-bottom: 5.5714285714cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl {
    margin-bottom: 11.9402985075cqw;
  }
}
.section__top-tripleaward .head-ttl div {
  display: inline-block;
  position: relative;
  margin-bottom: 0.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl div {
    margin-bottom: 9.2537313433cqw;
  }
}
.section__top-tripleaward .head-ttl div::before, .section__top-tripleaward .head-ttl div::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5.2857142857cqw;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl div::before, .section__top-tripleaward .head-ttl div::after {
    width: 9.552238806cqw;
  }
}
.section__top-tripleaward .head-ttl div::before {
  right: calc(100% + 2.5714285714cqw);
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl div::before {
    right: calc(100% + 2.8358208955cqw);
  }
}
.section__top-tripleaward .head-ttl div::after {
  left: calc(100% + 2.5714285714cqw);
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl div::after {
    left: calc(100% + 2.8358208955cqw);
  }
}
.section__top-tripleaward .head-ttl p {
  font-size: 5cqw;
  line-height: 1.8;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl p {
    font-size: 8.9552238806cqw;
    line-height: 2;
  }
}
.section__top-tripleaward .head-ttl h2 {
  font-size: max(12px, 1.8571428571cqw);
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .head-ttl h2 {
    font-size: 4.776119403cqw;
    line-height: 1.75;
  }
}
.section__top-tripleaward .block_our-feature {
  display: flex;
  gap: 1.4285714286cqw;
  margin-bottom: 6.1428571429cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature {
    flex-direction: column;
    gap: 5.223880597cqw;
    margin-bottom: 14.9253731343cqw;
  }
}
.section__top-tripleaward .block_our-feature .box {
  position: relative;
  width: calc(33.3333333333% - 0.9523809524cqw);
  border-radius: 0.4285714286cqw;
  padding: 2.5cqw 2.1428571429cqw 2.8571428571cqw;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box {
    width: 100%;
    border-radius: 0.8955223881cqw;
    padding: 7.4626865672cqw 5.9701492537cqw 10.447761194cqw;
  }
}
.section__top-tripleaward .block_our-feature .box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, #d3b87b 0%, #fdf1d5 20%, #a49167 45%, #fae0a5 55%, #e0b34e 85%, #6a5c3e 100%);
  /* 中央をくり抜いて「枠だけ」表示 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box::before {
    padding: 1px;
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2857142857cqw;
  margin-bottom: 2.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl {
    gap: 7.4626865672cqw;
    margin-bottom: 9.7014925373cqw;
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl::before {
  content: "";
  position: absolute;
  top: calc(100% + 1.0714285714cqw);
  left: 50%;
  transform: translateX(-50%);
  width: 3.2857142857cqw;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl::before {
    top: calc(100% + 3.5820895522cqw);
    width: 11.3432835821cqw;
    height: 1px;
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: max(12px, 1.5714285714cqw);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl h3 {
    font-size: max(12px, 4.776119403cqw);
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl h3 img {
  width: 5.8571428571cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl h3 img {
    width: 18.5074626866cqw;
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl div {
  font-size: 3.2857142857cqw;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl div {
    padding-top: 2.0895522388cqw;
    font-size: 9.2537313433cqw;
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl div .percent {
  font-size: max(1.7142857143cqw, 12px);
  margin-left: 0.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl div .percent {
    font-size: 4.1791044776cqw;
    margin-left: 0.5970149254cqw;
  }
}
.section__top-tripleaward .block_our-feature .box .box-ttl div .asterisk {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: max(0.8571428571cqw, 8px);
  margin-left: 0.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box .box-ttl div .asterisk {
    font-size: max(1.5714285714cqw, 10px);
    position: absolute;
    top: -1.4925373134cqw;
    right: -1.4925373134cqw;
  }
}
.section__top-tripleaward .block_our-feature .box p {
  font-size: max(12px, 1.0714285714cqw);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box p {
    font-size: 3.5820895522cqw;
  }
}
@media screen and (max-width: 750px) {
  .section__top-tripleaward .block_our-feature .box:last-of-type .box-ttl {
    gap: 3.2835820896cqw;
  }
}

.section__top-shoplist {
  padding-top: 7.1875vw;
  padding-bottom: 4.1666666667vw;
  overflow: hidden;
  --side-pad: max(6.25vw, 110px);
  --inner-max: 72.9166666667vw;
}
@media screen and (max-width: 1920px) {
  .section__top-shoplist {
    --inner-max: 1400px;
  }
}
@media screen and (max-width: 750px) {
  .section__top-shoplist {
    padding-top: 13.4666666667vw;
    padding-bottom: 10.9333333333vw;
    --inner-max: 89.3333333333vw;
  }
}
.section__top-shoplist .inner_wrap {
  padding-inline: var(--side-pad);
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .inner_wrap {
    padding-inline: 0;
  }
}
.section__top-shoplist .section_ttl-en {
  margin-bottom: 5.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .section_ttl-en {
    margin-bottom: 8.9552238806cqw;
  }
}
.section__top-shoplist .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .flex {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .flex .btn-wrap {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .ttl-wrap01 {
    margin-bottom: 14.9253731343cqw;
  }
}
.section__top-shoplist .row-scroll_wrap {
  margin-left: calc(var(--side-pad) + max(0px, (100vw - (var(--inner-max) + var(--side-pad) * 2)) / 2));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll_wrap {
    padding-bottom: 5.9701492537cqw;
    margin-bottom: 9.7014925373cqw;
    margin-left: max(0px, (100vw - var(--inner-max)) / 2);
  }
}
.section__top-shoplist .row-scroll {
  width: -moz-max-content;
  width: max-content;
  padding-right: var(--side-pad);
  display: flex;
  gap: 1.7708333333vw;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll {
    gap: 3.2vw;
    padding-right: 4vw;
  }
}
.section__top-shoplist .row-scroll .box {
  width: max(32.3958333333vw, 35rem);
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll .box {
    width: 73.3333333333vw;
  }
}
.section__top-shoplist .row-scroll .box a {
  display: block;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .section__top-shoplist .row-scroll .box a:hover .img-box img {
    scale: 1.1;
  }
}
.section__top-shoplist .row-scroll .box .img-box {
  margin-bottom: 1.0416666667vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll .box .img-box {
    margin-bottom: 5.3333333333vw;
  }
}
.section__top-shoplist .row-scroll .box .img-box img {
  transition: all 0.3s;
}
.section__top-shoplist .row-scroll .box .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll .box .text-wrap {
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
.section__top-shoplist .row-scroll .box .text-wrap .ttl {
  flex-shrink: 0;
}
.section__top-shoplist .row-scroll .box .text-wrap .ttl h3 {
  font-size: max(12px, 0.78125vw);
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll .box .text-wrap .ttl h3 {
    font-size: max(12px, 3.2vw);
  }
}
.section__top-shoplist .row-scroll .box .text-wrap .ttl p {
  font-size: max(12px, 1.5625vw);
  line-height: 2;
  letter-spacing: 0;
  color: #b29b68;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll .box .text-wrap .ttl p {
    font-size: max(12px, 5.6vw);
  }
}
.section__top-shoplist .row-scroll .box .text-wrap .access-info {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.section__top-shoplist .row-scroll .box .text-wrap .access-info span {
  font-size: max(0.7291666667vw, 10px);
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 0.2604166667vw 1.0416666667vw 0.3125vw;
  border: 1px solid #000;
  border-radius: 100vmax;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .row-scroll .box .text-wrap .access-info span {
    max-width: none;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    padding: 1.0666666667vw 4vw 1.2vw;
  }
}
@media screen and (max-width: 750px) {
  .section__top-shoplist .u-sp .btn01 {
    justify-content: flex-end;
  }
}

.section__top-personal {
  padding-top: 5.8854166667vw;
  padding-bottom: 5.5208333333vw;
  background-color: #f5f5f5;
}
@media screen and (max-width: 750px) {
  .section__top-personal {
    padding-top: 10vw;
    padding-bottom: 11.7333333333vw;
  }
}
.section__top-personal .ttl-wrap02 {
  margin-bottom: 6.4285714286cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personal .ttl-wrap02 {
    margin-bottom: 11.9402985075cqw;
  }
}
.section__top-personal .block_personal-system {
  display: flex;
  gap: 8.5714285714cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system {
    flex-direction: column;
    gap: 8.9552238806cqw;
  }
}
.section__top-personal .block_personal-system .box {
  flex-basis: 50%;
}
.section__top-personal .block_personal-system .box .img-box {
  margin-bottom: 1.4285714286cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .img-box {
    margin-bottom: 5.9701492537cqw;
  }
}
.section__top-personal .block_personal-system .box .text-wrap .ttl p {
  font-size: max(12px, 1.1428571429cqw);
  color: #b29b68;
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .text-wrap .ttl p {
    font-size: max(12px, 3.5820895522cqw);
  }
}
.section__top-personal .block_personal-system .box .text-wrap .ttl h3 {
  font-size: max(12px, 1.8571428571cqw);
  line-height: 1.7;
  margin-bottom: 1.0714285714cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .text-wrap .ttl h3 {
    font-size: 5.0746268657cqw;
    margin-bottom: 2.9850746269cqw;
  }
}
.section__top-personal .block_personal-system .box .text-wrap .fee_wrap {
  display: flex;
  gap: 1.7857142857cqw;
  margin-bottom: 1.7857142857cqw;
}
@media screen and (max-width: 899px) {
  .section__top-personal .block_personal-system .box .text-wrap .fee_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .text-wrap .fee_wrap {
    flex-direction: row;
    gap: 5.671641791cqw;
    margin-bottom: 5.9701492537cqw;
  }
}
.section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1cqw;
  background-color: #fff;
  border: 1px solid #a59b8b;
  padding: min(0.5714285714cqw, 6px) min(2.5cqw, 35px) min(0.5714285714cqw, 6px);
}
@media screen and (max-width: 899px) {
  .section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl {
    max-width: 150px;
    min-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46.2686567164cqw;
    max-width: none;
    min-height: auto;
    aspect-ratio: 1/0.15;
    gap: 2.5373134328cqw;
    padding: 0;
  }
}
.section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl dt,
.section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl dd {
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl dt,
  .section__top-personal .block_personal-system .box .text-wrap .fee_wrap dl dd {
    font-size: max(12px, 3.2835820896cqw);
    font-weight: 500;
  }
}
.section__top-personal .block_personal-system .box .text-wrap .txt {
  font-size: max(12px, 1.2857142857cqw);
  margin-bottom: 1.7857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personal .block_personal-system .box .text-wrap .txt {
    font-size: max(12px, 3.8805970149cqw);
    margin-bottom: 5.9701492537cqw;
  }
}
.section__top-personal .block_personal-system .box .text-wrap .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section__top-freetrial {
  padding-top: 6.6145833333vw;
  padding-bottom: 5.2083333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial {
    padding-top: 10.5333333333vw;
    padding-bottom: 0;
  }
}
.section__top-freetrial .section_ttl-en {
  margin-bottom: 4.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial .section_ttl-en {
    margin-bottom: 8.9552238806cqw;
  }
}
.section__top-freetrial .block__text-img {
  gap: 13.2142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial .block__text-img {
    flex-direction: column;
    gap: 11.9402985075cqw;
  }
}
.section__top-freetrial .block__text-img .left-contents {
  padding-top: 0.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial .block__text-img .left-contents {
    padding-top: 0;
  }
}
.section__top-freetrial .block__text-img .left-contents .ttl-wrap01 {
  margin-bottom: 1.4285714286cqw;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial .block__text-img .left-contents .ttl-wrap01 {
    margin-bottom: 3.7313432836cqw;
  }
}
.section__top-freetrial .block__text-img .left-contents .info-txt {
  display: inline-block;
  background-color: #b29b68;
  font-size: max(12px, 1cqw);
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  border-radius: 100vmax;
  padding: 4px max(1.4285714286cqw, 20px) 4px;
  margin-bottom: 4.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial .block__text-img .left-contents .info-txt {
    font-size: max(12px, 3.2835820896cqw);
    padding: 3px 5.3731343284cqw 3px;
    margin-bottom: 10.447761194cqw;
  }
}
.section__top-freetrial .block__text-img .right-contents {
  width: 42.6428571429cqw;
}
@media screen and (max-width: 750px) {
  .section__top-freetrial .block__text-img .right-contents {
    width: 100%;
  }
}

.section__top-personaltrainer {
  padding-top: 7.5520833333vw;
  padding-bottom: 5.625vw;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer {
    padding-top: 12.6666666667vw;
    padding-bottom: 9.8666666667vw;
  }
}
.section__top-personaltrainer .inner_wrap {
  padding-right: 0;
}
.section__top-personaltrainer .inner {
  max-width: 86.4583333333vw;
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .section__top-personaltrainer .inner {
    max-width: 1660px;
  }
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .inner {
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.section__top-personaltrainer .section_ttl-en {
  margin-bottom: 5cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .section_ttl-en {
    margin-bottom: 8.9552238806cqw;
  }
}
.section__top-personaltrainer .block_personal-trainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .block_personal-trainer {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents {
    display: contents;
  }
}
.section__top-personaltrainer .left-contents .ttl-wrap01 {
  margin-bottom: 4.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents .ttl-wrap01 {
    margin-bottom: 8.9552238806cqw;
    order: 1;
  }
}
.section__top-personaltrainer .left-contents .ttl-wrap01 h2 {
  font-size: max(12px, 1.5625vw);
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents .ttl-wrap01 h2 {
    font-size: 5.671641791cqw;
    line-height: 1.8;
  }
}
.section__top-personaltrainer .left-contents .txt {
  width: 34.375vw;
  font-size: max(12px, 1.0416666667vw);
  margin-bottom: 4.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents .txt {
    width: 100%;
    font-size: max(12px, 3.8805970149cqw);
    margin-bottom: 10.447761194cqw;
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents .btn-wrap {
    margin: 0 0 0 auto;
    order: 4;
  }
}
.section__top-personaltrainer .left-contents .btn01 {
  font-size: max(12px, 0.8854166667vw);
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents .btn01 {
    font-size: 3.5820895522cqw;
  }
}
.section__top-personaltrainer .left-contents .btn01 .arrow {
  width: 3.8541666667vw;
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .left-contents .btn01 .arrow {
    width: 11.9402985075cqw;
  }
}
.section__top-personaltrainer .block__top-trainer_slider {
  position: relative;
  width: 43.125vw;
}
@media screen and (max-width: 1920px) {
  .section__top-personaltrainer .block__top-trainer_slider {
    width: 59.1428571429cqw;
  }
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .block__top-trainer_slider {
    width: 94.6666666667vw;
    margin-bottom: 11.0447761194cqw;
    order: 3;
  }
}
.section__top-personaltrainer .block__top-trainer_slider .pagination_wrap {
  right: 4.2857142857cqw;
  bottom: calc(100% + 2.2857142857cqw);
}
@media screen and (max-width: 750px) {
  .section__top-personaltrainer .block__top-trainer_slider .pagination_wrap {
    display: none;
  }
}

.section__top-faq {
  padding-top: 6.3541666667vw;
  padding-bottom: 8.2291666667vw;
  background-color: #f4f4f4;
}
@media screen and (max-width: 750px) {
  .section__top-faq {
    padding-top: 12.6666666667vw;
    padding-bottom: 9.6vw;
  }
}
.section__top-faq .section_ttl-en {
  margin-bottom: 5cqw;
}
@media screen and (max-width: 750px) {
  .section__top-faq .section_ttl-en {
    margin-bottom: 7.4626865672cqw;
  }
}
.section__top-faq .block__text-img {
  gap: 11.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .left-contents {
    display: contents;
  }
}
.section__top-faq .block__text-img .left-contents .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .left-contents .flex {
    display: contents;
  }
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .left-contents .ttl-wrap01 {
    margin-bottom: 10.8955223881cqw;
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .left-contents .btn-wrap {
    margin: 0 0 0 auto;
    order: 4;
  }
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .left-contents .block_top-faq {
    margin-bottom: 11.9402985075cqw;
    order: 3;
  }
}
.section__top-faq .block__text-img .right-contents {
  width: 41.7142857143cqw;
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .right-contents {
    width: 100%;
    margin-bottom: 13.1343283582cqw;
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .right-contents .img-box {
    aspect-ratio: 1/0.64;
  }
}
@media screen and (max-width: 750px) {
  .section__top-faq .block__text-img .right-contents .img-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.section__top-topics {
  position: relative;
  padding-top: 9.0104166667vw;
  padding-bottom: 8.4375vw;
}
@media screen and (max-width: 750px) {
  .section__top-topics {
    padding-top: 12.5333333333vw;
    padding-bottom: 9.8666666667vw;
  }
}
.section__top-topics .vertical-txt {
  position: absolute;
  left: 0;
  top: 5cqw;
  width: 15.9375vw;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .section__top-topics .vertical-txt {
    display: none;
  }
}
.section__top-topics .inner_wrap {
  padding-left: max(14.5833333333vw, 140px);
}
@media screen and (max-width: 750px) {
  .section__top-topics .inner_wrap {
    padding-left: 0;
  }
}
.section__top-topics .inner {
  margin-inline: 0;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .section__top-topics .inner {
    max-width: 89.3333333333vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}
.section__top-topics .section_ttl-en {
  margin-bottom: 4.2857142857cqw;
}
@media screen and (max-width: 750px) {
  .section__top-topics .section_ttl-en {
    margin-bottom: 8.9552238806cqw;
    order: 1;
  }
}
.section__top-topics .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.4285714286cqw;
}
@media screen and (max-width: 750px) {
  .section__top-topics .flex {
    display: contents;
  }
}
@media screen and (max-width: 750px) {
  .section__top-topics .ttl-wrap01 {
    margin-bottom: 13.3333333333vw;
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .section__top-topics .btn-wrap {
    margin: 0 0 0 auto;
    order: 4;
  }
}
.section__top-topics .block_top-topics {
  display: flex;
  gap: 5.6428571429cqw;
}
@media screen and (max-width: 750px) {
  .section__top-topics .block_top-topics {
    width: 89.552238806cqw;
    flex-direction: column;
    gap: 11.9402985075cqw;
    margin: 0 auto 5.9701492537cqw;
    order: 3;
  }
}