html {
  font-size: 0.9vw !important;
}
.page-id-1935 {
  font-size: 10px;
}
.font-mi {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
img {
  max-width: 100%;
  width: unset;
}
.sp_only {
  display: none;
}

.pc_only {
  display: inherit;
}

section {
  margin-bottom: 10rem;
}
.imgCenter {
  display: block;
  margin: auto;
}
.main-visual {
  background: #000;
  padding: 5rem 3% 0;
  text-align: center;
}
.main-visual-inner {
  margin: 0 auto;
  max-width: 846px;
  padding: 0 0 2.7vw;
}
.main-visual img {
  margin: auto;
}

span.small {
  font-size: 3rem;
}

span.large {
  font-size: 6.5rem;
}

section .inner {
  box-sizing: border-box;
  width: 83%;
  margin: auto;
}
.main-title {
  background: url(../img/lp02/ttl-bg@2x.webp) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 6.5rem 0;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 10rem;
}
.main-title h2 {
  font-size: 2.8rem;
}

.main-title2 h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.main-title2 h2 .ja {
  font-size: 4.7rem;
  padding: 0 2rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 60%,
    #faea66 60%,
    #faea66 100%
  );
}
.main-title2 h2 .en {
  display: block;
  color: #b2a065;
  font-size: 4rem;
  margin: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.text {
  font-size: 1.6rem;
}
#sec01 {
  background: linear-gradient(
    90deg,
    transparent 30%,
    #b8a15b 30%,
    #b8a15b 70%,
    transparent 70%
  );
  margin-bottom: 0;
  padding-bottom: 5rem;
}
#sec01 > div:nth-child(1) > img:nth-child(1) {
  margin-top: -3rem;
  width: 70%;
}

#sec01 > div:nth-child(1) > ul {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 5rem auto;
  gap: 2rem;
  width: 95%;
}

#sec02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
#sec02 ul li img {
  width: min(457px, 100%);
}
#sec02 ul li img:nth-child(1) {
  margin: auto;
  display: block;
}

#sec03 h3 {
  font-size: 3rem;
  margin: 2rem auto;
  text-align: center;
}

#sec03 > .inner > div {
  margin-bottom: 10rem;
}

#sec03 .catch,
#sec04 .catch,
.sec07 .catch {
  background: #b8a15b33;
  padding: 4rem;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}
.sec07 .catch {
  font-size: 3rem;
}
.sec07 .catch span:nth-child(1) {
  text-align: left;
  width: fit-content;
  display: block;
  margin: auto;
}
.sec07 .catch span:nth-child(1) > span {
  font-size: 2.4rem;
}

#sec03 p.text {
  margin-bottom: 5rem;
  font-size: 1.2rem;
}

#sec03 > div:nth-child(2) > div:nth-child(1) > img:nth-child(3) {
  margin-bottom: 3rem;
  width: 55%;
}

.dl-box > dt:nth-child(1) {
  font-size: 2.8rem;
  color: #910000;
  font-weight: bold;
  margin-bottom: 1rem;
}
.dl-box dd {
  font-size: 1.6rem;
}
.dl-box dd img {
  margin: 3rem auto !important;
}

.dl-box {
  margin: 5rem auto;
}
#sec04 .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 1rem;
  margin: 8rem auto;
}
#sec04 .movie {
  width: 80%;
  margin: 4rem auto 3rem;
}
#sec04 .text span{
  font-weight: bold;
  font-size: 1.2em;
}

#sec04 .dl-box{
  margin-bottom: 10rem;
}
#sec04-2 ul:nth-child(1) > li h3:nth-child(1) {
  padding: 0.6% 0px;
  position: relative;
  text-indent: 90px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 5%,
    #d59800 5%
  );
  border-radius: 10px;
  margin-bottom: 5rem;
  font-size: 3.2rem;
}

#sec04-2 ul:nth-child(1) > li h3:nth-child(1) img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sec04-2 ul > li {
  margin-bottom: 5rem;
}
#sec04-2 ul:nth-child(1) > li dl {
  display: grid;
  grid-template-columns: 1fr 7fr;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 0 10%;
}
#sec04-2 ul:nth-child(1) > li dl dt {
  font-size: 1.9rem;
  text-align: center;
  padding: 0.8rem;
  font-weight: bold;
  background: #fff;
}
#sec04-2 ul:nth-child(1) > li dl dd {
  font-size: 1.8rem;
}

#sec04-2 ul:nth-child(1) > li:nth-child(1) dl dt {
  border: solid 1px #a7a7a7;
}
#sec04-2 ul:nth-child(1) > li:nth-child(1) dl dd {
  font-size: 1.4rem;
}

#sec04-2 ul:nth-child(1) > li > div {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 34%,
    #b8a15b38 34%
  );

  padding-bottom: 4rem;
}
#sec04-2 ul:nth-child(1) > li:nth-child(5) > div:nth-child(2) {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    #b8a15b38 20%
  );
}

#sec04-2 ul:nth-child(1) > li:nth-child(5) > div:nth-child(2) dl {
  align-items: flex-start;
}

#sec04-2 ul:nth-child(1) > li > div img {
  display: block;
  margin: auto;
  margin-bottom: 3rem;
}

.sec05 .main-title {
  margin-bottom: 0rem;
}
.sec05-img {
  background: url(../img/lp02/sec05-bg@2x.webp) no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
.sec05-img h3 {
  width: 80%;
  margin: 0 auto 3rem;
}
.sec05 ul:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.sec05 > div.inner:nth-child(3) {
  margin: 10rem auto;
}

.sec06 .inner > div {
  margin-bottom: 5rem;
}
.sec06 .inner > div h3 {
  font-size: 2.3rem;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.sec06 .inner > div > p.price {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.sec06 .inner > div p.price span:nth-child(1) {
  color: #861910;
}
.sec06 .inner > div p.text {
  font-size: 1.4rem;
}
.sec07 .inner > div {
  margin-bottom: 8rem;
}

.sec07 .inner > div h3:nth-child(1) {
  background: #000;
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.sec07 .inner > div .price {
  font-size: 3.7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}

.sec07 .inner > div .price span:nth-child(1) {
  color: #861910;
}

.sec07 .inner > img.imgCenter {
  margin: 5rem auto;
}

.effect-recommendation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.effect-recommendation ul {
  border-width: 6px;
  border-style: solid;
  border-image-source: linear-gradient(
    90deg,
    #754014 0%,
    #e0ba5d 30%,
    #fefbd6 44%,
    #e0ba5d 68%,
    #6c3d12 100%
  );
  border-image-slice: 1;
  position: relative;
  padding: 4.5rem 2rem 3rem;
    margin-top: 4rem;
}

.effect-recommendation ul p:nth-child(1) {
  font-size: 1.8rem;
  background: url(../img/lp02/effect-recommendation.webp) no-repeat;
  background-size: cover;
  width: 14em;
  padding: 10px 2rem;
  font-weight: bold;
  position: absolute;
  top: -9%;
  left: -6px;
}

.effect-recommendation ul p:nth-child(1)::after {
  content: none;
  border-top: 55px solid transparent;
  border-left: 42px solid #b69f5b;
  width: 55px;
  height: 50px;
  display: block;
  position: absolute;
  right: -55px;
  top: 0;
}

.effect-recommendation ul li {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.sec08 .inner div > h3:nth-child(1) {
  font-size: 2rem;
  background: #b2a065;
  padding: 1rem 3rem 1rem 4rem;
  margin-bottom: 2rem;
  position: relative;
}
.sec08 .inner div > h3:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 1em;
  width: 6px;
  height: calc(100% - 1em); /*100％から上下の空き分を除いたもの*/
  background-color: #000;
}

.sec08 .main-title2 h2 .en {
  font-size: 11rem;
  margin: 0;
  display: flex;
  align-items: center;
}

.sec08 .main-title2 h2 > span:nth-child(1) > span:nth-child(1) {
  font-size: 4.5rem;
}

.sec08 .main-title2 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.sec08 > .inner {
  background: #b69f5b29;
  padding: 5rem 4rem;
}

.sec08 .inner div > dl {
  font-weight: bold;
  margin-bottom: 2rem;
}
.sec08 .inner div > dl dt {
  border: solid 2px #969696;
  padding: 5px;
  height: 5em;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 1rem;
  background: #fff;
  position: relative;
}

.sec08 .inner div > dl dt::after{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  right: 3%;
  transform: translateY(-50%) rotate(225deg);
  top: 50%;
}
.sec08 .inner div > dl dt.active::after{
  transform: translateY(-50%) rotate(45deg);

}
.sec08 .inner div > dl dd {
  display: none;
  background: #fff;
}
.sec08 .inner div > dl dd > div {
  border: solid 2px #969696;
  padding: 5px;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
}

.sec08 .inner div > dl dt span:nth-child(1) {
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  width: 2.7em !important;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sec08 .inner div > dl dd span {
  background: #b2a065;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
  width: 2.7em !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 {
  background: #b69f5b29;
  padding: 10rem 0;
}

.sec06 > .main-title2 h2:nth-child(1) > span:nth-child(1) {
  color: #901c12;
  border: solid #901c12 1px;
  width: fit-content;
  padding: 3px 2em;
  font-size: 2rem;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.sec06 > .bnr a:nth-child(1) > img:nth-child(1) {
  margin-bottom: 0;
}

.sec06 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 2rem;
}

div.voice-block {
  background: #efefef;
  border-width: 6px;
  border-style: solid;
  border-image-source: linear-gradient(
    90deg,
    #754014 0%,
    #e0ba5d 30%,
    #fefbd6 44%,
    #e0ba5d 68%,
    #6c3d12 100%
  );
  border-image-slice: 1;
  padding: 10px;
}

div.voice-block > h3:nth-child(1) .name {
  font-size: 1.4rem;
}

div.voice-block > h3:nth-child(1) div p:nth-child(1) {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

div.voice-block > h3:nth-child(1) div p:nth-child(1) span {
  font-size: 3.5rem;
}

div.voice-block > h3:nth-child(1) {
  display: flex;
  gap: 2rem;
  background: #fff url(../img/lp02/voice-bg@2x.webp) no-repeat;
  background-position: right 5px bottom 5px;
  padding: 1rem 2rem;
  background-size: calc(100% - 20px);
  color: #000;
}

div.voice-block .voice-contents {
  padding: 2rem 2rem;
}

div.voice-block div > p.catch {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

div.voice-block div > .text {
  font-size: 1.4rem;
}
div.voice-block div > .text > p {
  display: none;
}

div.voice-block .link-btn {
  background: #b69f5b;
  display: block;
  width: fit-content;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 2rem;
  position: relative;
  padding: 5px 3.5rem 5px 2rem;
  position: relative;
}

div.voice-block .link-btn::before {
  position: absolute;
  right: 10px;
  display: block;
  content: "";
  width: 15px;
  background: #000;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}
div.voice-block .link-btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  right: 13px;
  top: 48%;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
div.voice-block .link-btn span:nth-child(2) {
  opacity: 0;
  left: 2rem;
  position: absolute;
}
div.voice-block .link-btn.active span:nth-child(2) {
  opacity: 1;
}
div.voice-block .link-btn.active span:nth-child(1) {
  opacity: 0;
}
.sec4-1 .inner div.voice-image {
  margin-bottom: 20px ;
}

.sec10 > .inner {
  gap: 3rem;
}
.sec10 > .inner > div {
  padding: 3rem 3rem 5rem 3rem;
}

.sec10 .Recommendation01-ttl {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 5rem;
  align-items: center;
}
.Recommendation01-cont {
  background: #b69f5b29;
  padding: 5rem 4rem;
}
.Recommendation01-cont .catch {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.sec10 > .inner div .text {
  font-size: 1.6rem;
}
.sec10 > .inner div .name {
  font-size: 3.2rem;
  text-align: left;
  margin-bottom: 2rem;
  font-weight: bold;
}

.sec10 > .inner div .name > span:nth-child(1) {
  font-size: 2rem;
  display: block;
  font-weight: normal;
}
.sec10 .Recommendation01-ttl div > p:nth-child(2) {
  font-size: 1.6rem;
}
.sec10 > .inner div img {
  margin-bottom: 2rem;
}

.sec4-1 h3:nth-child(1) {
  font-size: 3rem;
  background: #b29b5a;
  padding: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}

.sec4-1 img:nth-child(2) {
  width: 80%;
  margin: 3rem auto 5rem;
  display: block;
}

.sec4-1 dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.sec4-1 dl dt:nth-child(1) {
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 20%;
}
.sec4-1 dl:nth-of-type(1) dt:nth-child(1) {
  background: #b89773;
}
.sec4-1 dl:nth-of-type(1) {
  margin-bottom: 3rem;
}
.sec4-1 dl:nth-of-type(2) dt:nth-child(1) {
  background: #3e2310;
  color: #fff;
}
.sec4-1 dl dd {
  font-size: 1.6rem;
}
.sec4-1 .inner div {
  margin-bottom: 10rem;
}

.doctor-content {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    #b8a15b38 20%
  );
  padding: 3rem 5rem 5rem 5rem;
}
.doctor-content > div {
  margin: 8rem auto;
}

.doctor-content > .name {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem 0;
}

.doctor-content > .name span:nth-child(1) {
  font-size: 1.6rem;
  display: block;
}

.doctor-content > .text {
  font-size: 1.8rem;
  margin-bottom: 6rem;
}

.doctor-content > div p:nth-child(1) {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 2rem 0 4rem;
  text-align: center;
}

.doctor-content > div ul > li {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 4em auto;
  gap: 4rem;
  margin-bottom: 1.5rem;
}
.doctor-content > div .text {
  font-size: 1.3rem;
  line-height: 2;
}

.doctor-content > div:nth-child(6) > p:nth-child(2) {
  font-size: 2.2rem;
}
.doctor-content > div:nth-child(6) {
  text-align: center;
  margin-bottom: 0;
}

.shop-info {
  display: flex;
  gap: 5rem;
  margin-bottom: 5rem;
  flex-direction: column;
  align-items: center;
}
.shop-info > img:nth-child(1) {
  width: 53%;
}
.shop-info > div:nth-child(3) {
  width: 80%;
}
.shop-info > div:nth-child(3) dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}

.shop-info > div:nth-child(3) dl dt:nth-child(1) {
  background: #000;
  caption-side: ;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  padding: 5px;
  font-weight: bold;
}
.shop-info > div:nth-child(3) dl dd {
  font-size: 2rem;
}

.access-info {
  width: 90%;
  margin: auto;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.access-info dl dt:nth-child(1) {
  font-size: 1.4rem;
  background: #b8a15b38;
  padding: 0.5rem 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.access-info dl dd:nth-child(2) {
  font-size: 1.6.main-titlerem;
}

.formTable > dl {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  margin-bottom: 3rem;
}
.formTable > dl > dt p {
  font-size: 1.7rem;
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 5rem auto;
}
.formTable > dl > dt p span {
  background: #f3d567;
  color: #000;
  font-size: 1.4rem;
  padding: 4px 1rem;
}

.formTable > dl > dt p span.Required {
  background: #bf2a2d;
  color: #fff;
}
.formTable > dl > dd {
  font-size: 1.6rem;

  margin-left: calc(3em + 11px);
}
.formTable input {
  width: 80%;
  padding: 1rem;
  border-radius: 10px;
  border: solid 1px #333333;
}

#property-list > span {
  display: block;
  margin: 0 0 5px 0em;
}

#property-list input {
  width: auto;
}
.formTable .name {
  margin-left: 0;
}
.formTable .name > p:nth-child(1) > span:nth-child(2) > input:nth-child(1) {
  width: 35%;
  margin-right: 2rem;
}
.formTable .name p:nth-child(1) > span:nth-child(4) > input:nth-child(1) {
  width: 35%;
}
.formTable .name span {
  margin: 0 9px;
}
.formTable .radio input {
  width: auto;
}
.select-box {
  margin-bottom: 1rem;
}
.day-list > p {
  font-size: 1.6rem;
}
.day-list select {
  background: #fff;
  border: solid px;
  padding: 1rem;
  border-radius: 10px;
  border: solid 1px #333333;
  width: 80%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#text-area {
  width: 80%;
}
.age {
  width: 30% !important;
  margin-right: 1rem;
}
#submit p {
  margin: auto;
  text-align: center;
}
#submit .wpcf7-submit {
  background: #000;
  color: #fff;
  border: none;
  padding: 1rem 7rem;
  font-size: 1.8rem;
  text-align: center;
  margin: auto;
}

.header__lp {
  padding: 10px 0;
}
.Copyright {
  color: #000;
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid;
}

.sec4-1 .catch {
  font-size: 1.8rem;
  padding: 35rem 0 5rem;
  line-height: 1.5;
  background: url(../img/lp02/catch-bg@2x.webp) no-repeat;
  color: #fff;
  background-size: cover;
}
.bnr img {
  width: 80%;
  display: block;
  margin: 10rem auto;
}
.video {
  margin: auto;
  display: block;
  text-align: center;
}
video {
  width: 50%;
}

.sec10 .main-title2 h2 span:nth-child(1),
.sec11 .main-title2 h2 span:nth-child(1) {
  font-size: 2.3rem;
}
.sec12 .main-title,
#contact .main-title {
  background: url(../img/lp02/ttl-bg02@2x.webp) no-repeat;
  background-size: cover;
}

.sec07 .main-title2 h2:nth-child(1) > span:nth-child(1) {
  font-size: 7.4rem;
}
.sec07 .main-title2 h2:nth-child(1) {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: auto;
  margin-bottom: 5rem;
}
.sec07 .main-title2 h2 span:nth-child(1) {
  width: 60%;
  margin-left: 0;
  line-height: 1;
}
.sec07 .main-title2 h2 span:nth-child(2) {
  width: 60%;
  margin: auto;
  margin-right: 0;
}
.movie {
  width: 70%;
  margin: 4rem auto 10rem;
}

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

  .movie {
    width: 70%;
    margin: 3rem auto 5rem;
  }
  .bnr img {
    width: 100%;
    margin: 5rem auto;
  }

  html {
    font-size: 2.67vw !important;
  }
  main {
    font-size: unset;
  }
  .text {
    font-size: 1.2rem;
  }

  .main-title {
    padding: 2rem 0;
    font-size: 1.7rem !important;
    margin-bottom: 5rem;
  }
  .main-title h2 {
    font-size: 2.7rem;
  }

  span.large {
    font-size: 3.5rem;
  }

  span.small {
    font-size: 1.7rem;
  }

  section {
    margin-bottom: 5rem;
  }
  section .inner {
    padding: 0 2%;
    width: 100%;
    margin: auto;
  }

  .sp_only {
    display: inherit;
  }

  .pc_only {
    display: none;
  }

  .main-visual {
    background: transparent;
    padding: 0 0%;
  }
    
  .main-visual-inner {
    padding: 0;
  }

  #sec01 > div:nth-child(1) > ul {
    grid-template-columns: 1fr;
    margin: 0rem auto 5rem;
    width: 100%;
  }

  #sec01 .inner {
    background: none;
  }
  #sec01 {
    background: linear-gradient(
      90deg,
      transparent 5%,
      #b8a15b 5%,
      #b8a15b 95%,
      transparent 95%
    );
    padding-bottom: 5rem;
    margin-bottom: 0rem;
    padding: 6rem 0;
    margin-top: -3rem;
  }
  .bnr.sp_only img {
    margin-top: 0;
  }

  #sec02 ul {
    grid-template-columns: 1fr;
    gap: 5rem 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #sec03 > div:nth-child(1) > h2:nth-child(1) {
    font-size: 3.3rem !important;
  }

  #sec03 .catch,
  #sec04 .catch {
    padding: 3rem 2rem;
    font-size: 1.7rem;
    text-align: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 3rem;
  }

  #sec03 > div:nth-child(2) > div:nth-child(1) > img:nth-child(3) {
    width: 100%;
  }

  .dl-box > dt:nth-child(1) {
    font-size: 1.4rem;
  }

  .dl-box dd {
    font-size: 1.2rem;
  }

  .dl-box {
    margin: 2rem auto;
  }

  #sec04 .main-title h2 {
    font-size: 2rem !important;
    text-align: center;
  }

  #sec04 .inner ul {
    grid-template-columns: 1fr;
    gap: 3rem 1rem;
    margin: 5rem auto;
  }


#sec04 .dl-box {
  margin-bottom: 5rem;
}

  #sec04-2 span.large:nth-child(1) {
    font-size: 6rem;
  }

  #sec04-2 ul:nth-child(1) > li h3:nth-child(1) img:nth-child(1) {
    width: 50px;
  }

  #sec04-2 ul:nth-child(1) > li h3:nth-child(1) {
    text-indent: 70px;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }

  #sec04-2 ul:nth-child(1) > li > div {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 27%,
      #b8a15b38 27%
    );
    padding-bottom: 1rem;
  }
  #sec04-2 ul:nth-child(1) > li dl {
    grid-template-columns: 2fr 7fr;
    padding: 0 3%;
  }

  #sec04-2 ul:nth-child(1) > li dl dt {
    font-size: 1rem;
  }

  #sec04-2 ul:nth-child(1) > li:nth-child(1) dl dd {
    font-size: 1rem;
  }

  #sec04-2 ul:nth-child(1) > li > div img {
    width: 85%;
  }

  #sec04-2 ul:nth-child(1) > li dl dd {
    font-size: 1.2rem;
  }

  #sec04-2 ul:nth-child(1) > li:nth-child(5) > div:nth-child(2) {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 14%,
      #b8a15b38 14%
    );
  }

  .sec05 {
  }
  .sec05 > div.inner:nth-child(3) {
    margin: 5rem 0;
    background: linear-gradient(
      90deg,
      transparent 10%,
      #b8a15b 10%,
      #b8a15b 90%,
      transparent 90%
    );
  }

  .sec05 ul:nth-child(1) {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sec05-img {
    padding: 3rem 0;
  }

  .main-title2 h2 .ja {
    font-size: 4rem;
  }

  .sec06 > .main-title2 h2:nth-child(1) > span:nth-child(1) {
    font-size: 1.6rem;
  }

  .sec06 .inner {
    grid-template-columns: 1fr;
    gap: 0rem 2rem;
  }

  div.voice-block > h3:nth-child(1) {
    margin-bottom: 0rem;
  }
  div.voice-block {
    margin-bottom: 3rem !important;
  }

  .sec07 .inner > div h3:nth-child(1) {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 2rem;
  }
  .sec07 .inner > div h3:nth-child(1) span:nth-child(2) {
    font-size: 1.25rem;
    display: block;
  }

  .sec07 .inner > div .price {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }

  .effect-recommendation {
    grid-template-columns: 1fr;
  }

  .effect-recommendation ul p:nth-child(1) {
    font-size: 1.5rem;
  }

  .effect-recommendation ul p:nth-child(1)::after {
    border-top: 42px solid transparent;
    height: 43px;
  }

  .effect-recommendation ul li {
    font-size: 1.1rem;
  }

  .effect-recommendation ul {
    padding: 4rem 1rem 1rem;
    margin-top: 2rem;
  }

  .sec08 .inner div > h3:nth-child(1) {
    font-size: 1.7rem;
  }

  .sec08 .inner div > dl dt {
    padding: 5px;
    font-size: 1.3rem;
    grid-template-columns: 30px auto;
  }

  .sec08 .inner div > dl dd > div {
    padding: 5px;
    font-size: 1.1rem;
    grid-template-columns: 30px auto;
    background: #f0f0f0;
  }

  .sec08 .inner div > dl dt span:nth-child(1) {
    font-size: 0.9rem;
    padding: 10px 0px;
    width: 25px !important;
  }

  .sec08 .inner div > dl dd span {
    font-size: 0.9rem;
    padding: 10px;
    width: 25px !important;
  }

  .sec09 .inner {
    grid-template-columns: 1fr;
  }

  div.voice-block {
    padding: 10px 5px;
  }

  div.voice-block > h3:nth-child(1) .name {
    font-size: 1.2rem;
  }

  div.voice-block > h3:nth-child(1) div p:nth-child(1) span {
    font-size: 2.5rem;
  }

  div.voice-block > h3:nth-child(1) div p:nth-child(1) {
    font-size: 0.9rem;
    gap: 5px;
  }

  div.voice-block div > p.catch {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  div.voice-block div > p.text {
    font-size: 1.2rem;
  }

  div.voice-block div > a {
    font-size: 1.2rem;
  }
  div.voice-block h3:nth-child(1) > img:nth-child(1) {
    width: 20%;
  }

  .sec10 > .inner {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .sec10 > .inner > div {
    padding: 0;
    margin-bottom: 3rem;
  }

  .sec10 > .inner div .text {
    font-size: 1.4rem;
  }

  .sec10 > .inner div .name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .sec10 > .inner div .name > span:nth-child(1) {
    font-size: 1.3rem;
  }

  .sec10 .Recommendation01-ttl {
    margin-bottom: 2rem;
  }
  .sec10 .Recommendation01-ttl {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sec10 .Recommendation01-ttl div > p:nth-child(2) {
    font-size: 1.3rem;
  }
  .Recommendation01-cont {
    padding: 2rem;
  }

  .Recommendation01-cont .catch {
    font-size: 1.5rem;
  }

  .doctor-content {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 13%,
      #b8a15b38 12%
    );
    padding: 0rem 2rem 5rem 3rem;
  }

  .sec10 > .inner div img {
    width: 50%;
    margin-left: auto;
  }

  .doctor-content > img:nth-child(1) {
    width: 80%;
  }

  .doctor-content > .name {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }

  .doctor-content > .name span:nth-child(1) {
    font-size: 0.9rem;
  }

  .doctor-content > .text {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }

  .doctor-content > div p:nth-child(1) {
    font-size: 1.3rem;
    margin: 2rem 0 2rem;
    text-align: center;
  }

  .doctor-content > div ul > li {
    font-size: 1.1rem;
  }

  .doctor-content > div:nth-child(6) > p:nth-child(2) {
    font-size: 1.2rem;
  }

  .shop-info {
    flex-direction: column;
  }

  .shop-info > img:nth-child(1) {
    width: 100%;
  }

  .shop-info > div:nth-child(3) {
    width: 100%;
    margin-top: 3rem;
  }

  .shop-info > div:nth-child(3) dl dd {
    font-size: 1.4rem;
  }

  .shop-info > div:nth-child(3) dl dt:nth-child(1) {
    font-size: 1.1rem;
  }

  .sec12 .main-title h2,
  #contact .main-title h2 {
    font-size: 2rem;
  }

  .access-info {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .doctor-content > div {
    margin: 4rem auto;
  }

  .formTable input {
    width: 100%;
  }

  .day-list select {
    width: 100%;
  }
  .age {
    width: 40% !important;
  }

  .radio span.last:nth-child(2) {
    margin: 0 0 0 2.5em;
  }

  #text-area {
    width: 100%;
  }

  .formTable > dl {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .formTable dl:nth-child(1) dd,
  .formTable .name {
    margin-left: 3em !important;
  }
  .formTable dl dd {
    margin-left: 0;
  }
  .formTable .name p {
    display: flex;
    flex-wrap: wrap;
  }
  .formTable .name p:nth-child(1) > span:nth-child(2) input:nth-child(1) {
    margin-bottom: 1rem;
  }
  .formTable .name p:nth-child(1) > span:nth-child(2) input:nth-child(1),
  .formTable .name p:nth-child(1) > span:nth-child(4) input:nth-child(1) {
    width: 100%;
    margin-right: 0rem;
  }

  .formTable .name p:nth-child(1) > span:nth-child(2),
  .formTable .name p:nth-child(1) > span:nth-child(4) {
    width: calc(100% - 4.5em);
    margin: 0;
  }

  .formTable .name p:nth-child(1) > span:nth-child(1),
  .formTable .name p:nth-child(1) > span:nth-child(3) {
    width: 2.5em;
  }

  #submit .wpcf7-submit {
    padding: 1rem 5rem;
  }

  .sec4-1 img:nth-child(2) {
    width: 100%;
  }

  .sec4-1 dl {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sec4-1 dl dt:nth-child(1) {
    font-size: 1.3rem;
    width: 30%;
    padding: 5px 0;
  }

  .sec4-1 .inner div {
    margin-bottom: 5rem;
  }

  .sec4-1 h3:nth-child(1) {
    font-size: 1.5rem;
    padding: 1.5rem;
  }

  .sec4-1 .catch {
    font-size: 1.3rem;
    padding: 3rem 1rem;
    background: url(../img/lp02/catch-bg-sp@2x.webp) no-repeat;
    padding: 14rem 1rem 5rem;
    background-size: cover;
    font-weight: bold;
  }
  video {
    width: 100%;
  }

  .sec07 .main-title2 h2:nth-child(1) {
    width: 100%;
  }

  .sec07 .main-title2 h2:nth-child(1) > span:nth-child(1) {
    font-size: 5rem;
  }

  .sec07 .main-title2 h2 span:nth-child(2) {
    font-size: 2.7rem;
  }

  .sec07 .catch {
    font-size: 2rem;
  }

  .sec07 .catch span:nth-child(1) > span {
    font-size: 1.2rem;
  }

  .sec07 .inner > img.imgCenter {
    width: 80%;
  }

  @media screen and (max-width: 740px) {
    .effect-recommendation {
      margin-top: 3rem;
    }
  }
  .sec08 .main-title2 h2 .ja {
    font-size: 2.5rem;
  }

  .sec08 .main-title2 h2 .en {
    font-size: 6rem;
  }

  .sec08 > .inner {
    background: unset;
    padding: 0;
  }
}
.popup-area {
  display: none;
  width: 80vw;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 0;
}
.popup-area .popwrap {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}

.footer-navi > ul:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
  width: 100%;
  margin: auto;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 14px;
  background: #000;
}
.footer-navi > ul li > a:nth-child(1) {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
.footer-navi > ul li:nth-child(1) > a:nth-child(1) {
  background: #00b900;
  border-radius: 14px 0 0 14px;
}

@media screen and (min-width: 980px) {
  .popup-area {
    width: auto;
    max-width: 50vw;
  }
}

.cover-eml {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-area .close-btn {
  margin: 0 0 15px auto;
  cursor: pointer;
  text-align: right;
  width: 36px;
  height: 46px;
  font-size: 4rem;
  color: #fff;
  z-index: 1;
  position: relative;
}
