.header {
  height: 94px;
  padding: 2%;
  background-color: #fff;
}

.header_inner {
  margin: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_inner_logo {
  width: 120px;
  height: auto;
}

.header_inner_btn {
  padding: 10px 24px;
  letter-spacing: 0.02rem;
  color: #FFFFFF;
  background: rgb(212, 75, 97);
  background: linear-gradient(1802deg, rgba(212, 75, 97, 1) 0%, rgba(232, 113, 129, 1) 100%);
  border-radius: 48px;
  line-height: 1.1;
}

.header_inner_btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: normal;
}

.header_inner_btn-area_txt {
  color: #D5454E;
  font-size: 1.0rem;
  padding-top: 4px;
  text-align: center;
}

.top-movie {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #f59aa8 0%, #de6677 100%);
  border-image-slice: 1;
  padding-bottom: 144%;
}

.top-movie::before {
  content: "";
  width: 70%;
  height: 100%;
  background: url(/assets/imgs/fv-shape-top.png) no-repeat right top / 100% auto;
  position: absolute;
  right: -1px;
  top: -40pxpx;
}

.top-movie::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/imgs/fv-shape-under.png)no-repeat left bottom / 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.top-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.top-movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .42);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -3;
}

.mv-copy1 {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  letter-spacing: 0.02em;
  z-index: 3;
  background: rgb(199, 179, 132);
  background: linear-gradient(180deg, rgba(199, 179, 132, 1)0%, rgba(167, 145, 90, 1)100%);
  z-index: 100;
  color: #fff;
}

@media screen and (max-width: 350px) {
  .mv-copy1 {
    font-size: 1.55rem;
  }
}

.header-copy {
  position: absolute;
  top: 40%;
  left: 3%;
  z-index: 3;
  animation-delay: 2s;
}

.header-copy01 {
  font-size: 5.0rem;
  color: #464646;
  letter-spacing: 0.11rem;
  line-height: 1.0;
  font-weight: 400;
}

.header-copy02 {
  font-size: 2.2rem;
  color: #464646;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 16px;
  font-weight: 400;
}

.mv-maincopy {
  position: absolute;
  max-width: 600px;
  width: 100%;
  height: auto;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 3%;
}

.dietbook-now {
  height: auto;
  margin: 0 auto;
  max-width: 400px;
  margin-top: -30px;
  position: relative;
  padding: 0 3%;
}

.dietbook-bg {
  position: relative;
  height: auto;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(252, 242, 244, 1) 100%);
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #f59aa8 0%, #de6677 100%);
  border-image-slice: 1;
}

.dietbook-title {
  color: #D44B61;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.dietbook-title span {
  font-size: 20px;
  font-weight: 700;
}

.dietbook-title::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/openning-parenthsis.png);
  width: 25.75px;
  height: 23.6px;
  top: 12px;
  left: 0;
}

.dietbook-title::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/backets.png);
  width: 25.75px;
  height: 23.6px;
  top: 12px;
  right: 0;
}

.dietbook-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.dietbook-content-img {
  width: 26%;
  margin-top: -36px;
}

.dietbook-content-txt {
  width: 74%;
  color: #000;
  font-size: 1.7rem;
  padding: 36px 24px 0 16px;
}

.dietbook-content-b {
  font-weight: 700;
}

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

  .dietbook-content-img {
    width: 30%;
    margin-top: -8px;
  }

  .dietbook-content-txt {
    width: 70%;
    font-size: 1.4rem;
    padding-right: 3%;
  }
}

@media screen and (max-width: 400px) {
  .dietbook-content-txt {
    padding-top: 24px;
  }
}



@media screen and (max-width: 370px) {
  .dietbook-title {
    font-size: 26px;
  }

  .dietbook-title span {
    font-size: 16px;
  }


  .dietbook-content-img {
    margin-top: 0;
  }
}

.twoweektrial-intro-title {
  font-size: 2.0rem;
  font-weight: 900;
  padding-top: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twoweektrial-intro-sub {
  color: #33280E;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -14px;
  margin-bottom: 24px;
}

.twoweektrial-intro-title span {
  font-family: "masqualero", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 4.6rem;
  padding-right: 8px;
  margin-top: -1px;
}

.twoweektrial-intro {
  background-image: url(../imgs/2-weektrial-intro-bg.png);
}

.twoweektrial-intro-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 3%;
  padding-bottom: 56px;
  ;
}

.section-cv {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(252, 242, 244, 1) 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.cv-innner {
  height: auto;
  padding: 0 3%;
  padding-top: 32px;
  padding-bottom: 64px;
}

.cv-title {
  font-size: 2.2rem;
  color: #D44B61;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  max-width: 215px;
  margin: 0 auto;
}

.cv-title span {
  padding-left: 4px;
}

.cv-title::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/openning-parenthsis.png);
  width: 25.75px;
  height: 23.6px;
  top: 6px;
  left: -36px;
}

.cv-title::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/backets.png);
  width: 25.75px;
  height: 23.6px;
  top: 6px;
  right: -32px;
}

.cv-title02 {
  margin: 8px 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}

.cv-title03 {
  margin: 8px 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #D5454E;
  text-align: center;
}

.cv-btn-top,
.cv-btn-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 24px;
}

.cv-btn-bottom {
  margin-top: 12px;
  margin-bottom: 40px;
}

.btn_hotpepper {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin: auto;
  padding: 1.2rem 1rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #741935;
  background: rgb(224, 142, 168);
  background: linear-gradient(180deg, rgba(224, 142, 168, 1) 0%, rgba(145, 35, 69, 1) 100%);
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.pop-up-head {
  font-size: 2.2rem;
  text-align: center;
  color: #AF315A;
  margin-bottom: 24px;
}

.allshop-inner03 {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.shop-block03 {
  width: 45%;
  list-style: none;
  font-size: 1.3rem;
  margin-top: 16px;
}

.shop-block03 li {
  list-style: none;
  font-size: 1.3rem;
  text-align: center;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
  margin-top: 10px;

}

.shop-block03 li a {
  text-decoration: none;
  color: #B9A573;
  border: 1px solid #B9A573;
  border-radius: 30px;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}


@media screen and (max-width: 375px) {
  .allshop-inner03 {
    display: block;
    padding-bottom: 16px;
  }

  .pop-up-head {
    margin-bottom: 40px;
  }

  .shop-block03 {
    width: 80%;
    list-style: none;
    font-size: 1.3rem;
    margin-top: 16px;
    margin: 0 auto;
  }

  .shop-block03:nth-child(2) {
    margin-top: 40px;
  }
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 98%;
  max-width: 800px;
  padding: 60px 3% 60px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(252, 242, 244, 1) 100%);
  line-height: 1.4em;
  transition: 0.5s;
  opacity: .95;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn:hover {
  background: #000;
  color: #fff;
  transition: .3s ease;
}

a.btn_form {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin: auto;
  padding: 1.2rem 1rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #902737;
  background: rgb(239, 153, 165);
  background: linear-gradient(180deg, rgba(239, 153, 165, 1) 0%, rgba(183, 70, 89, 1) 100%);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.btn_other {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin: auto;
  padding: 2rem 1rem;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #313C65;
  background: linear-gradient(180deg, rgba(93, 114, 181, 1) 0%, rgba(44, 63, 124, 1) 100%);
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.btn_other-line {
  border-bottom: 5px solid #275F30;
  background: linear-gradient(180deg, rgba(90, 196, 98, 1) 0%, rgba(31, 132, 39, 1) 100%);
}

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

  a.btn_hotpepper,
  a.btn_form {
    font-size: 1.4rem;
  }

  a.btn_other {
    font-size: 1.4rem;
  }
}

.allshop {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #33280E;
}

.allshop-inner {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.shop-block {
  width: 45%;
  list-style: none;
  font-size: 1.3rem;
  margin-top: 16px;
}


.cv-nextbody-logo {
  width: 146px;
  margin-bottom: 8px;
}

.cv-swichbody-logo {
  width: 149px;
  margin-bottom: 8px;
}

.shop-block li {
  color: #B9A573;
}

.shop-block li:nth-child(3) {
  padding: 8px 0;
}

.ba-intro-bg {
  height: 114px;
  background: rgb(245, 154, 168);
  background: linear-gradient(90deg, rgba(245, 154, 168, 1) 0%, rgba(222, 102, 119, 1) 100%);
  margin-bottom: 60px;
}

.ba-intro {
  /* max-width: 340px; */
  max-width: 420px;
  margin: 0 auto;
  font-size: 4.0rem;
  line-height: 1;
  padding-top: 40px;
  text-align: center;
  position: relative;
  padding-top: 40px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(141, 141, 141, .16);
}

.ba-intro::before {
  /* content: "たった"; */
  position: absolute;
  font-size: 1.6rem;
  top: 22px;
  left: 0;
}

.ba-intro-change {
  font-size: 4.4rem;
}

.ba-intro-em {
  padding-left: 4px;

}

@media screen and (max-width: 375px) {
  .ba-intro {
    /* font-size: 3.4rem; */
    font-size: 2.2rem;
    /* max-width: 291px */
  }

  .ba-intro-change {
    font-size: 3.8rem;
  }

  .ba-intro::before {
    font-size: 1.4rem;
  }

  .ba-intro-bg {
    height: 100px;
  }
}

.ba-intro02 {
  color: #D44B61;
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 326px;
  margin: 0 auto;
  text-align: center;
  margin-top: 24px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
}

.ba-intro02::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/openning-parenthsis.png);
  width: 25.75px;
  height: 23.6px;
  top: 6px;
  left: 36px;
}

.ba-intro02::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/backets.png);
  width: 25.75px;
  height: 23.6px;
  top: 6px;
  right: 46px;
}

.swiper-container .swiper-slide {
  width: 290px !important;
  text-align: center;
}

.swiper-container {
  overflow-x: hidden !important;
}

.swiper-button-prev {
  background-image: none !important;
}

.swiper-button-prev:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 3px solid #D44B61;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.swiper-button-prev:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #D44B61;
  border-left: 3px solid #D44B61;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 19px;
}

.swiper-button-next {
  background-image: none !important;
}

.swiper-button-next:before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 3px solid #D44B61;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  background-color: #fff;
}

.swiper-button-next:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #D44B61;
  border-right: 3px solid #D44B61;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 20px;
}

.swiper-conteiner-bottom {
  margin: 32px 0;
}

.difference {
  font-size: 1.0rem;
  padding: 0 3%;
  text-align: end;
  margin-bottom: 32px;
}

.section-story {
  height: auto;
  margin-bottom: 48px;
}

.story-bg {
  height: 154px;
  background: rgb(245, 154, 168);
  background: linear-gradient(90deg, rgba(245, 154, 168, 1) 0%, rgba(222, 102, 119, 1) 100%);
  position: relative;
}

.story-intro {
  max-width: 376px;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.3;
  padding-top: 40px;
  text-align: center;
  position: relative;
  padding-top: 24px;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(141, 141, 141, .16);
}

.story-intro02 {
  font-size: 2.0rem;
}

.waching-story {
  max-width: 292px;
  margin: 0 auto;
  margin-top: 28px;
  z-index: 33;
}


@media screen and (max-width: 400px) {
  .story-intro {
    font-size: 2.3rem;
  }

  .story-intro02 {
    font-size: 1.5rem;
  }

  .story-bg {
    height: 130px;
  }

  .waching-story {
    margin-top: 14px;
  }
}

.story-title {
  margin-top: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 100px;
  padding-left: 3%;
  letter-spacing: 0.1rem;
}

.story-num {
  font-size: 2.8rem;
  font-family: "masqualero", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 4px;
}

.video01 {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: auto;
}

.video01-block {
  padding: 0 3%;
}

.section-reason {
  background-color: #F7F7F7;
  height: auto;
}

.sbnbga {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 3%;
  padding-top: 40px;
  padding-bottom: 8px;
}

.reason-title-bg {
  height: 124px;
  background: rgb(245, 154, 168);
  background: linear-gradient(90deg, rgba(245, 154, 168, 1) 0%, rgba(222, 102, 119, 1) 100%);
  position: relative;
}

.reason-title {
  max-width: 320px;
  margin: 0 auto;
}

.reason-title-bg::before {
  content: '';
  position: absolute;
  top: 124px;
  left: 50%;
  border-top: 50px solid #E9808F;
  border-right: 60px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: -3px;
  z-index: 1;
}

.reason-inner {
  background-color: #FFF;
  z-index: -3;
  margin-left: 3%;
}

.reason-block01 {
  background-color: #FFF;
  padding-top: 16px;
  padding-left: 3%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 72px;
  padding-bottom: 40px;
}

.reason01-head {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  position: relative;
  text-align: left;
  max-width: 400px;
  text-align: center;
}

.reason-block01::before {
  content: '01';
  position: absolute;
  right: 0;
  top: -41px;
  font-size: 7.0rem;
  font-family: "masqualero", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 3%;
}

.medical-basis {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  position: relative;
}

.medical-basis::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 13px;
}

.reason01-head-ls {
  letter-spacing: 0.3rem;
}

.licens-trainer {
  max-width: 320px;
  margin: 0 auto;
  margin-top: 16px;
}

.fiveper {
  max-width: 272px;
  margin: 0 auto;
  margin-top: 16px;
}

.trainer-inner {
  display: flex;
  overflow-x: scroll;
  max-width: 580px;
  margin: 0 0 0 auto;
  margin-top: 24px;
}

.trainer-block img {
  width: 148px;
  padding-right: 10px;
}

.scroll-side {
  font-size: 1.2rem;
  margin-top: 8px;
  text-align: end;
  padding-right: 3%;
}

.reason-inner02 {
  background-color: #FFF;
  z-index: -3;
  margin-right: 3%;
  height: auto;
  overflow-x: hidden;
  margin-top: 16px;
}

.reason-block02 {
  background-color: #FFF;
  padding-top: 16px;
  padding-right: 3%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}

.reason02-head {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  position: relative;
  text-align: right;
  max-width: 400px;
  text-align: end;
  padding-top: 16px;
  margin: auto;
}

.reason-block02::before {
  content: '02';
  position: absolute;
  left: 0;
  top: -41px;
  font-size: 7.0rem;
  font-family: "masqualero", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 3%;
}

.medical-basis {
  letter-spacing: -0.1rem;
  position: relative;
}

.medical-basis::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 13px;
}

.reason02-head-sm {
  font-size: 2.2rem;
}

.weighing-machine {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 48px;
}

.weighing-machine-txt {
  font-size: 2.2rem;
  margin-top: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.three-legged-race {
  max-width: 400px;
  margin: 24px auto 40px;
}

.reason-inner03 {
  background-color: #FFF;
  z-index: -3;
  margin-left: 3%;
  height: auto;
  overflow-x: hidden;
  margin-top: 16px;
}

.reason-block03 {
  background-color: #FFF;
  padding-top: 16px;
  padding-left: 3%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}

.reason03-head {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  position: relative;
  max-width: 400px;
  text-align: center;
  padding-top: 16px;
  margin: auto;
}

.reason-block03::before {
  content: '03';
  position: absolute;
  left: 0;
  top: -41px;
  font-size: 7.0rem;
  font-family: "masqualero", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 3%;
}

.medical-basis {
  letter-spacing: -0.1rem;
  position: relative;
}

.medical-basis::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 13px;
}

.reason03-img01 {
  max-width: 344px;
  margin: 0 auto;
  margin-top: 24px;
}

.reason03-img02 {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 24px;
}

.dietbook-now02 {
  margin-top: 32px;
  position: relative;
  z-index: 33;
}

.dietbook-bg02 {
  position: relative;
}

.dietbook-bg02::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  top: -58px;
  left: 0;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #f59aa8 0%, #de6677 100%);
  border-image-slice: 1;
  z-index: 1;
}

.reason-inner04 {
  background-color: #FFF;
  z-index: -3;
  margin-right: 3%;
  height: auto;
  overflow-x: hidden;
  margin-top: 16px;
}

.reason-block04 {
  background-color: #FFF;
  padding-top: 16px;
  padding-right: 3%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}

.reason04-head {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: right;
  max-width: 400px;
  text-align: end;
  padding-top: 16px;
  margin: auto;
}

.reason-block04::before {
  content: '04';
  position: absolute;
  left: 0;
  top: -41px;
  font-size: 7.0rem;
  font-family: "masqualero", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(225, 206, 160, 1) 0%, rgba(142, 117, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 3%;
}

.medical-basis {
  letter-spacing: -0.4rem;
  position: relative;
}

.medical-basis::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 13px;
}

.section-voice {
  padding-top: 56px;
}

.section-voice-title {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}

.section-voice-head {
  font-size: 4.0rem;
  font-weight: 900;
}

.section-voice-sub {
  font-size: 1.4rem;
  font-weight: 700;
}

.section-voice-title::before {
  content: '「';
  position: absolute;
  left: -57px;
  top: -10px;
  font-weight: 900;
  font-size: 4.0rem;
}

.section-voice-title::after {
  content: '」';
  position: absolute;
  right: -57px;
  bottom: -22px;
  font-weight: 900;
  font-size: 4.0rem;
}

.case-block {
  padding-bottom: 48px;
  width: 100%;
  overflow-x: hidden;
}

.case-title {
  padding-left: 0;
  margin: 0 auto;
  margin-top: 40px;
}

.voice-maintitle {
  font-size: 2.2rem;
  font-weight: 900;
  color: #D54B5E;
  position: relative;
  max-width: 160px;
  margin: auto;
  line-height: 1.5;
}

.voice-maintitle01 {
  max-width: 240px;
  margin-bottom: 8px;
}

.voice-maintitle02 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #D54B5E;
  position: relative;
  max-width: 176px;
  margin: auto;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}

.voice-maintitle03 {
  max-width: 195px;
  margin-bottom: 8px;
}

.voice-maintitle04 {
  max-width: 208px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.voice-parentheses-ls {
  letter-spacing: -0.4rem;
}

.voice-parentheses-ls02 {
  letter-spacing: 0.4rem;
}

.voice-maintitle01::before,
.voice-maintitle02::before,
.voice-maintitle03::before,
.voice-maintitle04::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/openning-parenthsis.png);
  width: 25.75px;
  height: 23.6px;
  /* top: -11px; */
  top: 20px;
  left: -44px;
}

.voice-maintitle01::after,
.voice-maintitle02::after,
.voice-maintitle03::after,
.voice-maintitle04::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/backets.png);
  width: 25.75px;
  height: 23.6px;
  /* top: -11px; */
  top: 20px;
  right: -30px;
}

.voice-maintitle02::before {
  top: 17px;
  left: -45px;
}

.voice-maintitle02::after {
  top: 17px;
  right: -30px;
}

.voice-maintitle04::before {
  left: -42px;
}

.voice-maintitle04::after {
  right: -35px;
}


.voice_name {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 16px;
}

.voice-img {
  padding: 0 3%;
}

.voice-subtitle {
  font-size: 1.8rem;
  color: #D44B61;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  margin: 16px 0;
}

@media screen and (max-width: 350px) {
  .voice-subtitle03 {
    font-size: 1.55rem;
  }
}

.voice-txt01 {
  font-size: 1.4rem;
  padding: 0 5%;
  font-weight: 400;
}

.voice-txt02 {
  margin-top: 16px;
}


.voice-txt-kye {
  font-weight: 700;
}

.voice-txt-kyecolor {
  color: #D44B61;
  font-weight: 700;
}

.section-media {
  height: auto
}

.media-bg {
  height: 154px;
  background: rgb(245, 154, 168);
  background: linear-gradient(90deg, rgba(245, 154, 168, 1) 0%, rgba(222, 102, 119, 1) 100%);
  position: relative;
}

.media-bg::before {
  content: '';
  position: absolute;
  top: 156px;
  left: 50%;
  border-top: 50px solid #E9808F;
  border-right: 60px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: -3px;
  z-index: 1;
}

.media-intro {
  max-width: 376px;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.8;
  padding-top: 40px;
  text-align: center;
  position: relative;
  padding-top: 24px;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(141, 141, 141, .16);
  overflow-x: hidden;
}

.media-intro02-point {
  font-size: 3.3rem;
  line-height: 2.;
  position: relative;
  letter-spacing: 0.05rem;
}

.media-intro02-point {
  letter-spacing: -0.7rem;
  position: relative;
}

.media-intro02-point02 {
  letter-spacing: 0.05rem;
}

.media-intro02-point::before {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 16px;
}

.media-intro02-ls {
  letter-spacing: -0.6rem;
}

.magazine {
  margin: 80px 0;
}

.section-facility {
  margin-bottom: 64px;
}

.facility-title {
  font-size: 2.0rem;
  font-weight: 900;
  padding: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-course {
  background-color: #F7F7F7;
  height: auto;
  padding-bottom: 64px;
}

.course-title {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.course-title-num {
  font-size: 4.6rem;
  font-family: "masqualero", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}

.course-title-txt {
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.4;
  padding-left: 8px;
}


.step-inner {
  display: flex;
  overflow-x: scroll;
  max-width: 580px;
  margin: 0 0 0 auto;
  margin-top: 24px;
  padding-bottom: 64px;
}

.step-block img {
  width: 307px;
  padding-right: 10px;
}

.scroll-side {
  font-size: 1.2rem;
  margin-top: 24px;
  text-align: end;
  padding-right: 3%;
  overflow-x: hidden;
}

.section-faq {
  margin-top: 24px;
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 3% 32px 3%;
}

.qa-list dl {
  margin: 0;
  position: relative;
  padding: 24px 50px 24px 10px;
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD
}

.qa-list dl:first-child {
  border-top: 1px solid #DDDDDD;
}

.qa-list dl::before {
  position: absolute;
  display: block;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #D44B61;
  border-right: 2px solid #D44B61;
  top: 31px;
  right: 20px;
  width: 7px;
  height: 7px;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 36px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}

.qa-list dl dt::before {
  font-size: 2.3rem;
  line-height: 0.6;
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  content: 'Q.';
  color: #000;
}

.qa-list dl dd::before {
  font-size: 2.3rem;
  line-height: 0.6;
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  content: 'A.';
  color: #D44B61;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 10px 0 0;
  padding: 0 0 0 36px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #D44B61;
}

.qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 1.4rem;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.faq-lasttxt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 24px;
}

.faq-always {
  font-size: 2.2rem;
  font-weight: 900;
  color: #D54B5E;
  position: relative;
  margin: auto;
  max-width: 252px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 48px;
}

.faq-always::before {
  content: "";
  position: absolute;
  background-image: url(../imgs/openning-parenthsis.png);
  width: 25.75px;
  height: 23.6px;
  top: 5px;
  left: -8px;
}

.faq-always::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/backets.png);
  width: 25.75px;
  height: 23.6px;
  top: 6px;
  right: -7px;
}

.after-working {
  max-width: 292px;
  margin: 0 auto;
}

.adress-title {
  padding: 0;
}

.allshop-inner02 {
  padding: 0 3%;
}

.shop-block02 {
  width: 45%;
  list-style: none;
  font-size: 1.3rem;
  margin-top: 16px;
}

.shop-block02 li {
  list-style: none;
  font-size: 1.3rem;
  text-align: center;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 1rem;
  margin-top: 10px;
}

.shop-block02 li a {
  text-decoration: none;
  color: #B9A573;
  border: 1px solid #B9A573;
  border-radius: 30px;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
}

.cv-nextbody-logo02 {
  margin-bottom: 24px;
  margin: 0 auto;
}

.cv-swichbody-logo02 {
  margin-bottom: 12px;
  ;
  margin: 0 auto;
}

.adress-nextbody-logo {
  max-width: 262px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 16px;
}

.cv-swichbody-logo03 {
  max-width: 320px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 16px;
}

.cv-swich {
  width: 320px;

  margin: 80px auto 24px auto;
}

.adress-block {
  margin: 0 3%;
  padding: 24px 3%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shop-name {
  text-align: center;
  font-size: 2.2rem;
  color: #B9A573;
  padding: 0 0 16px 0;
}

.shop-img {
  max-width: 400px;
  padding: 0 3%;
  margin: 0 auto;
}


.adress_outline_body {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 3%;
}

.adress__outline__block {
  padding: 23px 0 23px 100px;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}

.adress__outline__term {
  font-weight: 700;
  font-size: 1.4rem;
  left: 0;
  line-height: 1.5;
  position: absolute;
  letter-spacing: 0.13rem;
}

.adress__outline__body {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.13rem;
  position: relative;
  line-height: 1.5;
}

.adress__outline__body span {
  padding: 0 16px;
}

.google-map {
  margin-top: 24px;
  position: relative;
  margin-left: -10px;
  margin-bottom: 12px;
}

.google-map a {
  text-decoration: none;
  border: 1px solid #E2E2E2;
  background-color: #FFF;
  border-radius: 50px;
  padding: 10px 16px 12px 42px;
  align-items: center;
  font-weight: 500;
  font-size: 1.1rem;
}

.google-map::before {
  content: '';
  position: absolute;
  background-color: #D44B61;
  width: 21px;
  height: 21px;
  top: 1px;
  left: 10px;
  border-radius: 50%;
}

.google-map::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-footer {
  background-color: #F7F7F7;
}

.copyright {
  font-size: 1.1rem;
  text-align: center;
  padding: 24px 0;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.section-BeforeAfter {
  padding-bottom: 60px;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
}

/* 画像クリップ */
.clip_circle {
  clip-path: circle(50%);
}

.clip_round5 {
  clip-path: inset(0px 0px round 5px);
}

/* Youtube */
.ytarea {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.ytarea img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ytarea iframe {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-contact {
  text-align: center;
  margin:40px auto;
  transition-duration: 0.8s;
  transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}
.btn-contact:hover {
  transform: translateY(3px);
}