@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.sec-tit {
  text-align: center;
  letter-spacing: .15em;
  position: relative;
  padding-bottom: .6em;
}
.sec-tit:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #a99380;
}

@media only screen and ( max-width : 767px ) {
  .sec-tit {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .sec-tit:after {
    width: 10rem;
  }

  .pc { display: none; }
  .sp { display: block; }
}
@media print, screen and ( min-width : 768px ) {
  .sec-tit {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
  .sec-tit:after {
    width: 15rem;
  }

  .pc { display: block; }
  .sp { display: none; }
}



/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
}
#mv .mv_img img {
  width: 100%;
}


@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}



/* ---------------------------------------------------------------------------------------------

　   campaign

--------------------------------------------------------------------------------------------- */
#campaign { padding: .8rem 0 6.3em; }

@media only screen and ( max-width : 767px ) {
  #campaign { padding: 1.2rem 0 5rem; }
}

.campaign { text-align: center; max-width: 960px; }
.campaign h2 { margin-top: 4.8rem; font-size: 3.7rem; letter-spacing: .05em; font-family: "Shippori Mincho", serif; }
.campaign img { margin-top: 6.72rem; width: 100%; }
.campaign-btn { margin-top: 3.12rem; }
.campaign-btn a { position: relative; font-size: 2.2rem; font-weight: normal; letter-spacing: .2em; background-color: #cc0071; color: #fff; width: 80%; max-width: 420px; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto; font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
.campaign-btn a span { padding-right: .5rem; }
.campaign-btn a:after { content: ''; position: relative; right: 0; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); display: block; width: 1.5rem; height: 1.5rem; }

@media only screen and ( max-width : 767px ) {
  .campaign h2 { margin-top: 4.4rem; font-size: 2.1rem; letter-spacing: 0em; margin-bottom: 1.2rem; font-weight: 600; }
  .campaign img { margin-top: 1.6rem; }
  .campaign-btn { margin-top: 1.7rem; }
  .campaign-btn a { font-size: 1.4rem; width: 90%; max-width: 90%; height: 4.1rem; font-weight: 800; background-color: #cc0071; }
  .campaign-btn a:after { width: 1rem; height: 1rem; right: -1em; }
}


/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news {
  background: #f6f5f5;
}
#news h2 {
  text-align: center;
  letter-spacing: .15em;
}
.news-list {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0,0,0,.16);
}
.news-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f6f5f5;
}
.news-item:last-child {
  border-bottom: none;
}
.news-label {
  background: #ada9a2;
  color: #fff;
  text-align: center;
  padding: .4em;
}
.news-title:hover {
  color: #ada9a2;
}

@media only screen and ( max-width : 767px ) {
  #news h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .news-list {
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
  .news-item {
    padding: 1.5rem 3rem;
  }
  .news-date {
    width: 8rem;
  }
  .news-label {
    width: 10rem;
    font-size: 1rem;
    margin: 0 1rem;
  }
  .news-title {
    width: 100%;
    margin-top: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #news h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
  .news-list {
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
  .news-item {
    padding: 1.5rem 3rem;
  }
  .news-date {
    width: 8rem;
  }
  .news-label {
    width: 12rem;
    font-size: 1.2rem;
    margin: 0 2rem;
  }
  .news-title {
    width: calc(100% - (16rem + 8rem));
  }
}


/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */

#about .container {
    position: relative;
    justify-content: space-between;
  }

#about h2 {
  color: #31474a;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.about-img img {
    width: 100%;
  }

@media only screen and ( max-width : 767px ) {
  #about {
    margin-bottom: 6rem;
  }
  #about h2 {
    font-size: 2.2rem;
    margin-left: 6rem;
    margin-top: 3.4rem;
  }
  .about-content {
    padding-top: 2.2rem;
    width: 100%;
    margin-left: 6rem;
  }
  .about-img {
    width: 100%;
    margin-right: 0;
    margin-top: 2.6rem;
  }
  .about-content p {
    line-height: 2em;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #about .en-ttl { position: absolute; top: 0; left: 2rem; width: 3.4rem; }
}
@media print, screen and ( min-width : 768px ) {
  #about {
    margin-bottom: 14.2rem;
  }

  #about h2 {
    font-size: 4.4rem;
    margin-left: 11rem;
    margin-top: 5rem;
  }
  .about-content {
    padding-top: 3.1rem;
    width: 54%;
    margin-left: 11rem;
  }
  .about-img {
    width: calc(55% - 4.5rem);
    margin-right: -20%;
    margin-top: 4rem;
  }
  .about-content p {
    line-height: 2.4em;
    font-size: 1.8rem;
  }

  #about .en-ttl { position: absolute; top: 0; left: 0; width: 5.6rem; }
}


/* ---------------------------------------------------------------------------------------------

　   recommend

--------------------------------------------------------------------------------------------- */
#recommend {
  background: #31474a url(/img/recommend_bg.png) no-repeat center top;
  background-size: 100% auto;
  color: #fff;
  padding-bottom: 15.14rem;
  padding-top: 15.3rem;
}
#plan .sec-tit {
  padding-bottom: 0;
}
#plan .sec-tit:after {
  content: none;
}

.recommend-lists { margin-top: 8.7rem; justify-content: space-between; }
.recommend-list { text-align: center; }
.recommend-list img { width: 22.83rem; }

@media only screen and ( max-width : 767px ) {
  #recommend { padding-bottom: 3.44rem; padding-top: 5rem; }
  .recommend-lists { margin-top: 4rem; gap: 2rem; }
  .recommend-list img { width: 41.8vw; }
}

.system { position: relative; margin-top: 17rem; }
.system h3 { position: absolute; font-size: 3.4rem; letter-spacing: .07em; }
.system img { width: 100%; }
.system p { font-size: 2.12rem; margin-top: 4.6rem; font-weight: 600; line-height: 1.67; }
.system small { font-size: 1.72rem; font-weight: 500; margin-top: 2.5rem; display: block; line-height: 1.6; }

@media only screen and ( max-width : 767px ) {
  .system { position: relative; margin-top: 7.9rem; }
  .system h3 { position: relative; font-size: 1.8rem; text-align: center; }
  .system img { margin-top: 2.9rem; }
  .system p { font-size: 1.5rem; margin-top: 1.8rem; line-height: 1.54; font-weight: 800; }
  .system small { font-size: 1.25rem; margin-top: 1.4rem; display: block; line-height: 1.53; letter-spacing: .1em; font-weight: 700; }
}


/*
---------------------------------------------------------------------------------------------

　   MESSAGE

--------------------------------------------------------------------------------------------- */
#message { background: #f6f5f5; padding-bottom: 8.8rem; }
#message .container { position: relative; justify-content: space-between; }
.message-img img { width: 100%; }
.message-content { padding-top: 10.5rem; width: 45%; margin-left: 8.5rem; }
.message-img { width: calc(65.7% - 4.5rem); margin-right: -20%; margin-top: 10.4rem; }
.message-content p { line-height: 2.4em; font-size: 1.8rem; }
.message-content span { display: block; text-align: right; font-size: 2.6rem; letter-spacing: .1em; margin-top: .7rem; }
.message-content small { font-size: 1.4rem; }
#message .en-ttl { position: absolute; top: 0; left: 0; width: 5.6rem; }

@media only screen and ( max-width : 767px ) {
  #message { padding-bottom: 3rem; }
  #message .container { flex-direction: column-reverse; }
  .message-content { padding-top: 2.7rem; width: 100%; margin: 0 auto; }
  .message-img { width: 91.46%; margin-right: -2rem; margin-left: auto; margin-top: 3.2rem; }
  .message-content p { line-height: 2; width: 94%; margin: auto; font-size: 1.5rem; font-weight: 500; }
  .message-content span { display: block; text-align: right; font-size: 1.9rem; letter-spacing: .05em; margin-top: .7rem; width: 97%; }
  .message-content small { font-size: 1rem; }
  #message .en-ttl { position: absolute; top: 0; left: 2rem; width: 3.4rem; }
}



/* ---------------------------------------------------------------------------------------------

　   TRAINER

--------------------------------------------------------------------------------------------- */
 #trainer { padding: 14.3rem 0 0; }
#trainer h2 { font-size: 2.6rem; }
#trainer h2:after { width: 20rem; height: 2px; }
#trainer .sec-tit { margin-bottom: 5rem; }
#trainer .splide { margin: 3.8rem calc(4.5rem - 10px); }
.trainer-list { position: relative; padding-bottom: 2rem; }
.trainer-box { padding: 10px; }
.trainer-box_inner { display: flex; justify-content: space-between; padding: 2.9rem 6rem; box-shadow: 0 0 1rem rgba(0,0,0,.16); }
.trainer-box .trainer-img { width: 33rem; margin-top: 1.5rem; }
.trainer-box .trainer-img img { width: 100%; }
.trainer-box .trainer-content { width: 41.4rem; }

.trainer-label { display: inline-block; background: #31474a; color: #fff; padding: .15rem 1.45em; letter-spacing: .08em; font-size: 1.6rem; }
.trainer-label.c-bege { background: #A99380; }
.trainer-name { font-size: 4rem; letter-spacing: .15em; margin-top: .5rem; color: #31474A; }
.trainer-name.c-bege { color: #A99380; }
.trainer-box-text, .trainer-box-text__small { margin-top: 1em; line-height: 1.75; }
.trainer-box-text__small { font-size: 1.43rem; }


#trainer .splide__arrow { background: transparent; border-radius: 0; height: 2em; -ms-flex-pack: center; justify-content: center; opacity: 1; transform: rotate(-45deg) translateY(-50%); width: 2em; z-index: 1; border-top: 2px solid #000; border-left: 2px solid #000; }
#trainer .splide__arrow svg { display: none; }
#trainer .splide__arrow--prev { left: -4.6rem; }
#trainer .splide__arrow--next { right: -4.6rem; transform: rotate(45deg) translateY(-50%); border: none; border-top: 2px solid #000; border-right: 2px solid #000; }
#trainer .splide__pagination { position: absolute; bottom: -4.5rem; }
#trainer .splide__pagination__page { width: 12px; height: 12px; background: rgba(49,71,74,.3); margin: 0 1.2rem; }
#trainer .splide__pagination__page.is-active { background: rgba(49,71,74,1); transform: unset; }

#photo picture {
  flex: 1;
}
#photo picture img {
  width: 100%;
}


@media only screen and ( max-width : 767px ) {
#trainer.sec { padding: 6.33rem 0 0; }
#trainer h2 { font-size: 1.8rem; font-weight: 900; line-height: 1.5; }
#trainer h2:after { width: 11rem; height: 1px; }

#trainer .sec-tit { margin-bottom: 2rem; }
#trainer .splide { margin: 2rem 0; }
.trainer-list { padding-bottom: 2rem; }
.trainer-box_inner { flex-direction: column; padding: 1.5rem; height: 100%; justify-content: flex-start; }
.trainer-box .trainer-img { width: 100%; margin-top: 0; }
.trainer-box .trainer-img img { width: 100%; }
.trainer-box .trainer-content { width: 100%; margin-top: 1rem; text-align: center; }

.trainer-label { padding: .06rem 1.2em; font-size: 1rem; letter-spacing: 0; }
.trainer-label.c-bege { padding: .06rem .3em; }
.trainer-name { font-size: 2.5rem; letter-spacing: .03em; margin-top: 0; display: inline-block; margin-left: .3em; vertical-align: sub; }
.trainer-box-text, .trainer-box-text__small { line-height: 1.5; text-align: left; }
.trainer-box-text { font-size: 1.3rem; }
.trainer-box-text__small { font-size: 1.25rem; }

#trainer .splide__arrow { height: 1.3em; -ms-flex-pack: center; justify-content: center; opacity: 1; transform: rotate(-45deg) translateY(-50%); width: 1.3em; z-index: 1; border-top: 1px solid #000; border-left: 1px solid #000; }
#trainer .splide__arrow svg { display: none; }
#trainer .splide__arrow--prev { left: 0; }
#trainer .splide__arrow--next { right: 0; transform: rotate(45deg) translateY(-50%); border: none; border-top: 1px solid #000; border-right: 1px solid #000; }
#trainer .splide__pagination { bottom: -1.8rem; }
#trainer .splide__pagination__page { width: 6.5px; height: 6.5px; margin: 0 .6rem; }

}



/*
---------------------------------------------------------------------------------------------

　   trainer-info

--------------------------------------------------------------------------------------------- */
#trainer-info h2 { font-size: 3.2rem; text-align: center; }
#trainer-info .splide { margin-top: 3.8rem; }
#trainer-info .splide small { display: block; text-align: right; margin-top: -4rem; }
.trainer-info-list { gap: 3.8rem; margin-top: 3.8rem; position: relative; padding-bottom: 2rem; }
.trainer-info-box img { max-width: 293.28px; }
.trainer-info-box p { margin-top: 1.551rem; }
.trainer-info-list small { font-size: 1.11rem; position: absolute; bottom: 0; right: 0; }

@media only screen and ( max-width : 767px ) {
  #trainer-info.sec { padding: 6.5rem 0 5rem; }
  #trainer-info h2 { font-size: 2.1rem; line-height: 1.2; }
  #trainer-info .splide { margin-top: 2.1rem; }
  #trainer-info .splide small { margin-top: 2rem; font-size: 1.1rem; }
  .trainer-info-box.splide__slide { width: calc(100% - 4rem); }
  .trainer-info-box img { max-width: 100%; }
  .trainer-info-box p { font-size: 1.8rem; margin-top: 1rem; }
  .trainer-info-list.d-flex.flex-wrap { display: block; padding: 0 2rem 2rem; gap: 0; flex-wrap: nowrap !important; }
}



/* ---------------------------------------------------------------------------------------------

　   SHOP

--------------------------------------------------------------------------------------------- */
.shop-content dl, .shop-content p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.shop-content dl + dl {
  margin-bottom: 1.5rem;
}
.shop-content dl:last-of-type {
  margin-bottom: 1rem;
}
.shop-content dl dt {
  background: #000;
  color: #fff;
  border-radius: .5rem;
  padding: 0 .4em;
}
.shop-content dl dd {
  flex: 1;
  padding-left: .5em;
}
@media only screen and ( max-width : 767px ) {
  .shop-content {
    margin-bottom: 3rem;
  }
  .shop-logo {
    margin-bottom: 3rem;
  }
}


@media print, screen and ( min-width : 768px ) {
  .shop-content {
    width: 54%;
    font-size: 1.4rem;
  }
  .shop-map {
    width: 42%;
  }
  .shop-logo {
    margin-bottom: 5rem;
  }
  .shop-content dl {
    margin-bottom: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   plan

--------------------------------------------------------------------------------------------- */
#plan {
  background: #31474a;
  color: #fff;
  padding-bottom: 19.64rem;
  padding-top: 5.7rem;
}

.experience { text-align: center; }
.experience h2 { margin-top: 7rem; margin-bottom: 4.7rem; }
.experience h2 span { padding-bottom: 1rem; margin-bottom: 1rem; position: relative; font-size: 3rem; }
.experience h2 span:after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 19.6rem; height: 2px; background-color: #fff; }
.experience p { font-size: 2rem; letter-spacing: .1em; line-height: 1.7; font-weight: 500; }
.experience img { margin-top: 6.72rem; width: 80.04rem; }
.experience-btn { position: relative; margin-top: 2.28rem; }
.experience-btn a { position: relative; font-size: 2.2rem; font-weight: normal; letter-spacing: .2em; background-color: #cc0071; color: #fff; width: 80%; max-width: 420px; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.experience-btn a span { padding-right: .5rem; }
/* .experience-btn a:before { content: ''; width: 100%; height: 100%; background-color: transparent; border: 2px solid #cc0071; top: 3px; left: 3px; position: absolute; } */
.experience-btn a:after { content: ''; position: relative; right: 0; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg); display: block; width: 1.5rem; height: 1.5rem; }

@media only screen and ( max-width : 767px ) {
  #plan {
    padding-bottom: 6.2rem;
    padding-top: 6.2rem;
  }
  .experience img { width: 100%; margin-top: 1.6rem; }
  .experience h2.sec-tit { margin-top: 0; margin-bottom: 1.2rem; }
  .experience h2 span { font-size: 1.8rem; }
  .experience h2 span:after { width: 25.9vw; bottom: 0; height: 1px; }
  .experience p { font-size: 1.4rem; margin: 3rem 3rem 0; line-height: 1.55; text-align: left; letter-spacing: .02em; font-weight: 700; }

  .experience-btn { margin-top: 1.7rem; }
  .experience-btn a { font-size: 1.4rem; width: 85%; max-width: 85%; height: 4.1rem; }
  /* .experience-btn a:before { border: 1px solid #B4005B; top: 2px; left: 2px; } */
  .experience-btn a:after { width: 1rem; height: 1rem; }
}

.howtojoin { text-align: center; margin: 0; padding-top: 3.52rem; }
.howtojoin h2 { margin-top: 7rem; margin-bottom: 4.7rem; }
.howtojoin h2 span { padding-bottom: 1rem; margin-bottom: 1rem; position: relative; font-size: 2.6rem; }
.howtojoin h2 span:after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 19.6rem; height: 2px; background-color: #fff; }
.howtojoin p { font-size: 2rem; letter-spacing: .1em; line-height: 1.7; font-weight: 500; }
.howtojoin-item img { max-width: 83.71rem; margin: 6.72rem auto 0; }

.howtojoin-btn { margin-top: 8.2rem; letter-spacing: .3em; }
.howtojoin-btn h3 { font-size: 2rem; font-weight: 500; }
.howtojoin-btn .app-lists { margin-top: 2.5rem; display: flex; gap: 3.4rem; justify-content: center; }
.howtojoin-btn .app-list { max-width: 18.9rem; }
.howtojoin-btn .app-list img { width: 100%; }

@media only screen and ( max-width : 767px ) {
  .howtojoin { padding: 6.2rem 0 6rem; margin: 0; }
  .howtojoin img { width: 100%; margin-top: .9rem; }
  .howtojoin h2.sec-tit { margin-top: 0; margin-bottom: 1.2rem; }
  .howtojoin h2 span { font-size: 1.8rem; }
  .howtojoin h2 span:after { width: 25.9vw; bottom: 0; height: 1px; }
  .howtojoin p { font-size: 1.4rem; margin: 3rem 3rem 0; line-height: 1.55; letter-spacing: .02em; font-weight: 700; }
  .howtojoin-item { margin: 1rem 0 0 0; }

  .howtojoin-btn { margin-top: 2.6rem; }
  .howtojoin-btn h3 { font-size: 1.4rem; font-weight: 700; }
  .howtojoin-btn .app-lists { gap: 0 2rem; width: calc(100% - 2rem); margin: .6rem auto 0; }
  .howtojoin-btn .app-list { width: 14rem; }
}

#price { padding-top: 10.5rem; }
#price .sec-tit { margin-top: 0; font-size: 2.6rem; margin-bottom: 6.5rem; }

.personal_training { margin-top: 10.02rem; margin-bottom: 21.84rem; }
.personal_training h2 { margin-top: 7rem; }
.personal_training h2 span { padding-bottom: 1rem; margin-bottom: 1rem; position: relative; font-size: 2.4rem; }
.personal_training h2 span:after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 19.6rem; height: 1px; background-color: #fff; }
.personal_training-btn { margin-top: 4.89rem; }
.personal_training-btn a { font-size: 2.4rem; background-color: #000; border: 3px solid #a99380; color: #fff; width: 80%; max-width: 54.18rem; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }

.personal_training-list { gap: 3.8rem; margin-top: 3.8rem; }
.personal_training-box img { max-width: 293.28px; }
.personal_training-box p { margin-top: 1.551rem; }

@media only screen and ( max-width : 767px ) {
  #price { padding-top: 2.5rem; }
  #price .sec-tit { font-size: 1.8rem; margin-bottom: 3rem; }

  .personal_training { margin-top: 4.2rem; margin-bottom: 10.2rem; }
  .personal_training h2 { margin-top: 4.2rem; }
  .personal_training h2.sec-tit { margin-bottom: 3.8rem; }
  .personal_training h2 span { padding-bottom: .5rem; margin-bottom: 1rem; position: relative; font-size: 1.3rem; }
  .personal_training h2 span:after { width: 25.9vw; }

  .personal_training .img_wrap { margin-right: calc(50% - 50vw); overflow-x: auto; padding-right: 2rem; }
  .personal_training img { width: 173%; max-width: unset; }

  .personal_training-btn { margin-top: 2.5rem; }
  .personal_training-btn a { font-size: 1.6rem; width: 100%; max-width: 100%; height: 5rem; }
}

.option { margin-top: 10.02rem; }
.option img { width: 100%; }

@media only screen and ( max-width : 767px ) {
  .option { margin-top: 6.22rem; }
}


/* ---------------------------------------------------------------------------------------------

　   open-campaign

--------------------------------------------------------------------------------------------- */
#open-campaign { padding: 8.5rem 0 8.8rem; }
#open-campaign .container { overflow: hidden; }
#open-campaign .container-inner { margin: 0 auto; text-align: center; }
#open-campaign h2 { display: inline; margin-top: 11.76rem; font-size: 5rem; text-align: center; }
#open-campaign h2 span { display: inline; font-size: 4rem; }
#open-campaign h2 small { display: inline; font-size: 2.9rem; }
#open-campaign p { width: 75rem; margin: 2.5rem auto 2.9rem; }
#open-campaign p img { width: 100%; }
#open-campaign .img_wrap { background: #efede0; padding: 3rem 3rem 1.3rem; }
#open-campaign .img_wrap img { width: 88rem; }
#open-campaign small { font-size: 1.4rem; margin-top: 2.5rem; display: block; line-height: 1.48; text-align: left; letter-spacing: .1em; }

@media only screen and ( max-width : 767px ) {
  #open-campaign { padding: 3.5rem 0 1.6rem; }
  #open-campaign .container { width: 100%; }
  #open-campaign .container-inner { width: 100%; text-align: center; }
  #open-campaign h2 { margin-top: 11.76rem; font-size: 4.3rem; line-height: 1; }
  #open-campaign h2 span { display: inline-block; font-size: 3.2rem; }
  #open-campaign h2 small { display: inline-block; font-size: 2.5rem; }
  #open-campaign p { width: 100%; margin: 1.2rem auto 1.3rem; }
  #open-campaign .img_wrap { padding: 1rem 0 0; }
  #open-campaign .img_wrap .container { padding: 0; }
  #open-campaign .img_wrap img { width: 36.8rem; margin-left: .5rem; margin-bottom: -1.3rem; }
  #open-campaign small { font-size: 1.1rem; margin-top: 1.3rem; font-weight: bold; text-align: left; }
}


/* ---------------------------------------------------------------------------------------------

　   convenience

--------------------------------------------------------------------------------------------- */
#convenience { background-color: #a99380; padding: 0; }
#convenience .container { background-color: #fff; overflow: hidden; }
#convenience .container-inner { width: 72rem; margin: 0 auto; }
#convenience h2 { margin-top: 11.76rem; font-size: 3rem; text-align: center; }
#convenience p { font-size: 1.54rem; margin-top: 7rem; line-height: 1.9; }
#convenience ul { font-size: 1.2rem; margin-top: 1.4rem; display: block; line-height: 1.9; }
#convenience img { width: 63.83rem; margin: 6.58rem auto 8.95rem; }

@media only screen and ( max-width : 767px ) {
  #convenience .container { width: calc(100% - 4rem); padding: 0 2.5rem; }
  #convenience h2 { margin-top: 3.3rem; font-size: 2.1rem; line-height: 1.7; }
  #convenience .container-inner { width: 100%; text-align: center; }
  #convenience p { font-size: 1.3rem; margin-top: 2em; font-weight: 500; text-align: left; letter-spacing: .1em; }
  #convenience ul { font-size: 1.1rem; margin-top: 3rem; font-weight: bold; text-align: left; }
  #convenience img { width: 28.5rem; max-width: 28.5rem; margin: 4.58rem auto 5.55rem; }
  #convenience li { font-size: 1.1rem; padding-left: 1em; text-indent: -1em; }
}

#faq { background: url(/img/faq_img.jpg) no-repeat center top; background-size: cover; padding: 0; }
#faq .container { overflow: hidden; position: relative; padding-bottom: 9.79rem; }
#faq .container-inner { width: 64.39rem; margin: 0 auto; }
#faq h2 { margin-top: 11.76rem; font-size: 2.8rem; text-align: center; color: #fff; }
#faq .en-ttl { position: absolute; top: 0; left: 0; width: 5.6rem; }
.faq-lists { margin-top: 5.04rem; }
#faq dl { margin-top: 10.02rem; max-width: 60.4rem; margin: 0 auto; }
#faq dl + dl { margin-top: 5.08rem; }
#faq dt { font-size: 1.6rem; color: #fff; position: relative; padding-left: 5.93rem; }
#faq dt:before { content: "Q"; font-size: 1.81rem; color: #000; background-color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; width: 3.63rem; height: 3.63rem; font-family: "Shippori Mincho", serif; font-weight: 600; font-style: normal; position: absolute; top: 0; left: 0; transform: translateY(-0.3em); }
#faq dt:after { content: ""; display: block; width: calc(100% - 5.13rem); height: 1px; background-color: #fff; position: absolute; bottom: -1rem; left: 5.13rem; }
#faq dt span { display: block; position: relative; }
#faq dt span:after { content: ""; display: block; width: 1.3rem; height: 1.3rem; position: absolute; top: 50%; right: 1.3em; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg) translateY(-80%); transition: transform 0.3s ease-in-out; }
#faq dt.active span:after { transform: rotate(-45deg) translateY(0%); right: .8em; }
#faq dd { font-size: 1.4rem; margin-top: 3.63rem; margin-left: 5.13rem; color: #CBB8AF; position: relative; padding-left: 6rem; display: none; }
#faq dd ol { margin-top: 1em; }
#faq dd li { text-indent: -1em; padding-left: 1em; }
#faq dd small { display: block; font-size: 1.1rem; margin-top: 1em; }
#faq dd p { margin-top: 1em; }
#faq dd:before { content: "A"; font-size: 1.81rem; color: #fff; background-color: #CBB8AF; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; width: 3.63rem; height: 3.63rem; font-family: "Shippori Mincho", serif; font-weight: 600; font-style: normal; margin-right: 1.5rem; position: absolute; top: 0; left: 0; /*transform: translateY(-0.3em);*/ }

@media only screen and ( max-width : 767px ) {
  #faq { background: #31474A url(/img/faq_img_sp.jpg) no-repeat center top; background-size: 100% auto; }
  #faq .container { padding-bottom: 7.3rem; }
  #faq h2 { margin-top: 7.76rem; font-size: 2rem; }
  #faq .en-ttl { position: absolute; top: 0; left: 2rem; width: 3.4rem; }
  .faq-lists { margin: 8.04rem 0 0; }
  #faq dt { font-size: 1.4rem; padding: 0 2rem 0 3.6rem; }
  #faq dt:before { font-size: 1.2rem; width: 2.6rem; height: 2.6rem; transform: translateY(-0.3rem); padding-bottom: .2rem; box-sizing: border-box; font-weight: bold; }
  #faq dt:after { width: calc(100% - 3rem); bottom: -1rem; left: 3rem; }

  #faq dt span:after { width: .8rem; height: .8rem; top: 50%; right: -1rem; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg) translateY(-80%); }
  #faq dt.active span:after { transform: rotate(-45deg) translateY(0%); right: -1.5rem; }

  #faq dd { font-size: 1.4rem; margin-top: 3rem; margin-left: 3.13rem; padding: 0 0 0 3rem; line-height: 1.6; }
  #faq dd:before { font-size: 1.2rem; width: 2.6rem; height: 2.6rem; transform: translateY(-0.3rem); padding-bottom: .2rem; box-sizing: border-box; font-weight: bold; }
}

#contact { background-color: #f6f5f5; padding: 0; }
#contact .container { background-color: #f6f5f5; overflow: hidden; }
#contact .container-inner { width: 64.39rem; margin: 0 auto; }
#contact h2 { margin-top: 11.76rem; font-size: 2.8rem; text-align: center; margin-bottom: 6rem; }
#contact p.min { font-size: 1.82rem; text-align: center; line-height: 1.8; }
#contact .en-ttl { position: absolute; top: 0; left: 0; width: 5.6rem; }
#contact .contact-form { margin-top: 9.76rem; }
#contact .contact-form form { display: flex; flex-direction: column; gap: 1.5rem; }
#contact h2 span { padding-bottom: 1rem; margin-bottom: 1rem; position: relative; font-size: 2.4rem; }
#contact h2 span:after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 19.6rem; height: 1px; background-color: #000; }
#contact h2 + p { font-size: 2rem; text-align: center; line-height: 1.8; }

@media only screen and ( max-width : 767px ) {
  #contact .container-inner { width: 100%; }
  #contact p { font-size: 1rem; font-weight: bold; letter-spacing: -.05em; }
  #contact .contact-form { margin-top: 5.5rem; }
  #contact h2 { margin-top: 5.76rem; font-size: 1.2rem; margin-bottom: 3rem; }
  #contact h2 span { padding-bottom: .5rem; margin-bottom: 1rem; position: relative; font-size: 1.8rem; font-weight: 900; }
  #contact h2 span:after { width: 25.9vw; }
  #contact .en-ttl { position: absolute; top: 0; left: 2rem; width: 3.4rem; }
  #contact h2 + p { font-size: 1.4rem; font-weight: 400; letter-spacing: -.05em; text-align: left; margin-left: 6rem; }
}

.table {
  width: 100%;
  table-layout: fixed;
}
.table th,
.table td {
  border: 2px solid #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
}
.table th {
  font-size: 1em;
}
.table td .en {
  font-size: 1.5em;
  line-height: 1em;
  display: inline-block;
}
.table td small {
  font-size: 1.1em;
}
.table td small .en  {
  font-size: 1.1em;
}
.plan-sub-text {
  margin-top: 1em;
  font-size: 2rem;
}
@media only screen and ( max-width : 767px ) {
  .plan_table {
    overflow: auto;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .plan_table .table {
    width: 80rem;
  }
  .table th,
  .table td {
    padding: 1rem 0;
    border: 1px solid #fff;
  }

  .table th:nth-child(1),
  .table td:nth-child(1),
  .table th:nth-child(2),
  .table td:nth-child(2) {
    width: 12rem;
  }

  .table th {
  font-size: .9em;
}
.table td .en {
  font-size: 1.2em;
  line-height: 1em;
  display: inline-block;
}
.table td small {
  font-size: .8em;
}
.table td small .en {
  font-size: 1.2em;
}

  .plan-sub-text {
    font-size: 1.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .table th,
  .table td {
    padding: 1rem 0;
  }

  .table td:nth-child(2) {
    font-size: 1.1em;
  }

  .table th:nth-child(2),
  .table td:nth-child(2) {
    width: 14rem;
  }

  .table td {
    padding: 2rem 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   LINE

--------------------------------------------------------------------------------------------- */
#line {
  border-top: 1px solid #a99380;
}
#line h2,
#line p {
  text-align: center;
  font-size: 1.8rem;
}
#line p {
  line-height: 2em;
}
.line_add_btn {
  display: block;
  margin: 0 auto;
  max-width: 32rem;
}
.line_add_btn img {
  width: 100%;
}
@media only screen and ( max-width : 767px ) {
  #line h2 {
    margin-bottom: 3rem;
  }
  #line h2 img {
    width: 10rem;
  }
  .line_add_btn {
    margin-top: 3rem;
    max-width: 80%;
  }
}
@media print, screen and ( min-width : 768px ) {
  #line h2,
  #line p {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .line_add_btn {
    margin-top: 4rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {

}



