/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Oswald&display=swap"); */
@media screen and (min-width: 768px) {
  .txt_pc17 {
    font-size: 17px;
  }
}

@media all and (max-width: 767px) {
  body.is-fixed {
    height: 100%;
    overflow: hidden;
  }
}

/* color */
.text-222 {
  color: #222;
}

.border-ccc {
  border-color: #ccc;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Oswald', sans-serif;
*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  font-size: 13px;
}

.main {
  max-height: 100%;
}

.pc_mv {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  margin: 0 auto;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

header .header_inner {
  height: 60px;
}

@media screen and (min-width: 768px) {
  header .header_inner {
    height: 112px;
  }
}

header .header_logo svg {
  width: 94px;
}

@media screen and (min-width: 768px) {
  header .header_logo svg {
    width: 163px;
  }
}

header nav ul li a {
  font-size: 16px;
}

header#header_top {
  background: black;
  background: linear-gradient(175deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

header#header_top nav.bg-none {
  background-image: none;
}

.spmenu_btn {
  /* position: relative; */
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #222;
}

.spmenu_btn span {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: 15px;
  height: 2px;
  background-color: #fff;
}

.spmenu_btn span:nth-of-type(1) {
  top: 24px;
  width: 50%;
}

.spmenu_btn span:nth-of-type(2) {
  top: 34px;
  width: 50%;
}

.spmenu_btn.active span:nth-of-type(1) {
  top: 23px;
  left: 15px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.spmenu_btn.active span:nth-of-type(2) {
  top: 35px;
  left: 15px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.spmenu {
  background-color: rgba(34, 34, 34, 0.9);
  color: #fff;
}

.spmenu ul a {
  display: block;
  font-size: 18px;
}

.spmenu a.btn {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  width: 290px;
}

.spmenu a.tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
}

.spmenu a.tel span {
  font-size: 16px;
  margin-right: 10px;
}

.btn-line {
  background: #2d8700;
  background: -webkit-gradient(linear, left top, right top, from(#2d8700), to(#45c505));
  background: linear-gradient(90deg, #2d8700 0%, #45c505 100%);
}

@media screen and (min-width: 768px) {
  .btn-line {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    width: 246px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn-line span {
    width: 100%;
    position: relative;
    z-index: 3;
    color: #fff;
  }
  .btn-line span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #42C507;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn-line span:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-mail {
  background: #8d6800;
  background: -webkit-gradient(linear, left top, right top, from(#8d6800), to(#caa846));
  background: linear-gradient(90deg, #8d6800 0%, #caa846 100%);
}

@media screen and (min-width: 768px) {
  .btn-mail {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    width: 246px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn-mail span {
    color: #fff;
    position: relative;
    z-index: 3;
  }
  .btn-mail span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #CAA846;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn-mail span:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn-tel {
  background: #2d2d2d;
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), to(#646464));
  background: linear-gradient(90deg, #2d2d2d 0%, #646464 100%);
}

@media screen and (min-width: 768px) {
  .btn-tel {
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    width: 246px;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .btn-tel span {
    color: #fff;
    position: relative;
    z-index: 3;
  }
  .btn-tel span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #646464;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .btn-tel span:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.mv {
  background: url(img/mv_bg-sp.webp) top 0px center / 115% auto, #000;
  text-align: center;
  height: calc( 100vh - 61px - 92px);
  margin-top: 0px;

  position: relative;
}

@media screen and (min-width: 768px) {
  .mv {
    background: url(img/mv_bg-pc.webp) top center / cover;
    padding-top: 16.5rem;
    padding-bottom: 1rem;
    height: auto;
    margin-top: 0px;
  }
}

.mv img {
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  top: calc( 50% - 15px );
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 375px) {
    .mv img {
      max-width: 280px;
      top: calc( 50% - 15px );
  }
}
@media screen and (min-width: 768px) {
  .mv img {
    max-width: 980px;
    width: 51%;
    margin: 0 auto 3rem;
    position: relative;
  top: auto;
  left: auto;
  transform: translate(0%, 0%);
  }
  .mv img.img-free {
    width: 291px;
  }
}

.mv  .mv_btns{ justify-content: center;}

.mv .mv_btns .btn-line {
  width: 290px;
}

.mv .mv_btns .btn-mail {
  width: 290px;
}

@media screen and (min-width: 768px) {
  .mv p.txt-1 {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .mv p.txt-2 {
    font-size: 18px;
  }
}

.mv-none {
  background-color: #F5F5F5;
}

.mv-none-white {
  background-color: #fff;
}

.sp_top-btns .ttl {
  font-size: 12px;
}

.sp_top-btns a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.sp_catch {
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #444444), to(#222222));
  background: url(img/catch-bg.png) top 11.8rem center / 100% auto no-repeat, linear-gradient(180deg, #222222 0%, #444444 50%, #222222 100%);
  color: #fff;
}

.sp_catch .ttl {
  font-size: 15px;
}

.sp_catch .sub {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .1em;
}

.user_type .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .sp_catch {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #444444), to(#222222));
    background: url(img/catch-bg.png) top 11.8rem center / 80% auto no-repeat, linear-gradient(180deg, #222222 0%, #444444 50%, #222222 100%);
    color: #fff;
  }
  .sp_catch .grid .flex{
    justify-content: center;
  }
  .sp_catch .ttl{
    font-size: 20px;
  }
  .sp_catch .sub{
    font-size: 20px;
    line-height: 2;
  }
  .user_type .ttl-1 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .sp_catch {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #444444), to(#222222));
    background: url(img/catch-bg.png) top 8.8rem center / 687px auto no-repeat, linear-gradient(180deg, #222222 0%, #444444 50%, #222222 100%);
    color: #fff;
  }
}

.user_type .ttl-1 span {
  color: #CAA846;
}

.user_type .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .user_type .ttl-2 {
    font-size: 36px;
  }
}

.user_type .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: -35px;
  left: -35px;
}

@media screen and (min-width: 768px) {
  .user_type .deco {
    width: 83px;
    height: 83px;
    top: -83px;
    left: -83px;
  }
}

.user_type .checklist p {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .user_type .checklist p {
    font-size: 20px;
  }
}

.feature {
  background-color: #F5F5F5;
}

.feature .bg_txt {
  width: 50%;
  top: -90px;
}

@media screen and (min-width: 768px) {
  .feature .bg_txt {
    width: auto;
    top: -200px;
  }
}

.feature .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .feature .ttl-1 {
    font-size: 26px;
  }
}

.feature .ttl-1 span {
  color: #CAA846;
}

.feature .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .feature .ttl-2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .feature .feature_wrap-1 {
    height: 550px;
  }
}

@media screen and (min-width: 768px) {
  .feature .feature_wrap-2 {
    height: 500px;
  }
}

.feature img.feature-1 {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .feature img.feature-1 {
    max-width: 500px;
    width: 55%;
  }
  .feature img.feature-1 + div {
    margin-left: 20%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .feature img.feature-1 + div .feature_inner {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.feature img.feature-2 {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .feature img.feature-2 {
    max-width: 500px;
    width: 55%;
  }
  .feature img.feature-2 + div {
    margin-right: 20%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .feature img.feature-2 + div .feature_inner {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.feature .feature-ttl {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  border: 1px solid #CAA846;
  color: #CAA846;
  background-color: #fff;
  font-size: 15px;
  padding: 2px 16px;
}

.feature h3 {
  font-size: 22px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .feature h3 {
    font-size: 30px;
  }
}

.feature h3::before {
  content: '';
  width: 35px;
  height: 1px;
  display: inline-block;
  border-top: 1px solid #222;
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .feature .feature-txt {
    font-size: 17px;
  }
}

.feature a.btn-tel {
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .feature a.btn-tel {
    width: 290px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .feature .featurelist {
    max-width: 980px;
    margin: 0 auto;
  }
}

.feature .featurelist div {
  background-color: #fff;
  border-right: 7px solid #EFE3BE;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.feature .featurelist div p {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .feature .featurelist div p {
    font-size: 20px;
  }
}

.feature .featurelist div p span {
  font-size: 22px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .feature .featurelist div p span {
    font-size: 26px;
  }
}

.feature .featurelist div p span.black {
  color: #222;
}

.beforeafter {
  background-color: #F5F5F5;
}

.beforeafter .bg_txt {
  right: 0;
  width: 50%;
  top: 28.5%;
}

@media screen and (min-width: 768px) {
  .beforeafter .bg_txt {
    width: auto;
    top: 40%;
  }
}

.beforeafter .ttl-1 {
  font-size: 16px;
}

.beforeafter .ttl-1 span {
  color: #CAA846;
}

.beforeafter .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .beforeafter .ttl-2 {
    font-size: 36px;
  }
}

.beforeafter .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .beforeafter .deco {
    width: 83px;
    height: 83px;
    top: -40px;
    left: calc( 50% - 320px);
  }
}

.beforeafter img.size-1 {
  width: 100%;
  max-width: 345px;
}

@media screen and (min-width: 768px) {
  .beforeafter img.size-1 {
    max-width: 100%;
  }
}

.beforeafter .info p.name {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .beforeafter .info p.name {
    font-size: 30px;
  }
}

.beforeafter .info p.name span {
  font-size: 11px;
}

@media screen and (min-width: 1024px) {
  .beforeafter .info p.name span {
    font-size: 17px;
  }
}

.beforeafter .info div.range {
  color: #fff;
  background-color: #CAA846;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.beforeafter .info div.range p {
  font-size: 15px;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

@media screen and (min-width: 1024px) {
  .beforeafter .info div.range p {
    font-size: 25px;
  }
}

.beforeafter .info div.range p span {
  font-size: 11px;
}

@media screen and (min-width: 1024px) {
  .beforeafter .info div.range p span {
    font-size: 17px;
  }
}

.beforeafter table.spec tr {
  border-bottom: 1px solid #E4E4E4;
}

.beforeafter table.spec tr th span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  background-color: #F5F1E7;
  padding: .25rem 0;
  margin: 10px 0 5px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr th span {
    font-size: 17px;
    padding: .3rem;
  }
}

.beforeafter table.spec tr td.before {
  text-align: right;
  padding: 2px 8px 0 2px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.before {
    padding: .5rem;
  }
}

.beforeafter table.spec tr td {
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td {
    font-size: 20px;
  }
}

.beforeafter table.spec tr td svg {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .beforeafter table.spec tr td svg {
    width: 10px;
    height: 18px;
  }
}

.beforeafter table.spec tr td.after {
  text-align: right;
  padding: 2px 4px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.after {
    padding: .5rem;
  }
}

.beforeafter table.spec tr td.after span {
  color: #CAA846;
}

.beforeafter table.spec tr td.last {
  font-size: 22px;
  color: #B70000;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.last {
    font-size: 36px;
  }
}

.beforeafter table.spec tr td.last span {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .beforeafter table.spec tr td.last span {
    font-size: 30px;
  }
}

.cta {
  background-image: url("./img/sp_cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .cta .cta_inner {
    max-width: 910px;
    margin: 0 auto;
  }
}

.cta .ttl {
  color: #EFE3BE;
  font-size: 24px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .cta .ttl {
    font-size: 28px;
  }
}

.cta p.sub {
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cta p.sub {
    font-size: 20px;
  }
}

.cta a.btn {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  width: 290px;
}

@media screen and (min-width: 768px) {
  .cta a.btn {
    font-size: 26px;
    width: 100%;
    max-width: 440px;
  }
}

.cta a.tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .cta a.tel {
    font-size: 40px;
  }
}

.cta a.tel span {
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .cta a.tel span {
    font-size: 24px;
  }
}

.campaign .ttl {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .campaign .ttl {
    font-size: 36px;
    line-height: 66px;
  }
}

.campaign .ttl span {
  color: #CAA846;
}

.campaign .ttl-3 {
  font-size: 18px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .campaign .ttl-3 {
    font-size: 36px;
  }
}

.campaign .onetime-parent {
  flex-wrap: wrap;
}

.campaign p.onetime {
  margin-top: 30px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .campaign p.onetime {
    margin-top: 0;
    font-size: 26px;
  }
}

.campaign p.onetime span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .campaign p.onetime span {
    font-size: 36px;
  }
}

.campaign p.onetime span span {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .campaign p.onetime span span {
    font-size: 26px;
  }
}

.campaign p.yen {
  color: #CAA846;
  font-size: 55px;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .campaign p.yen {
    font-size: 82px;
  }
}

.campaign p.yen span {
  font-family: 'Noto Sans JP', serif;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .campaign p.yen span {
    font-size: 50px;
  }
}

.campaign p.yen .denial-line {
  text-decoration: line-through 3px solid #B70000;
}

.campaign p.yen .denial-arrow {
  padding: 0 20px 0 25px;
  vertical-align: middle;
  font-size: 20px;
}

.campaign p.yen .denial-red {
  color: #B70000;
}

@media screen and (min-width: 768px) {
  .campaign p.yen .denial-line {
    text-decoration: line-through 5px solid #B70000;
  }
  .campaign p.yen .denial-arrow {
    font-size: 25px;
  }
}

.campaign .now {
  border: 1px solid #CAA846;
}

.campaign .now img {
  display: inline;
  max-width: 120px;
}

.campaign .now p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .campaign .now p {
    font-size: 68px;
    line-height: 1.2;
  }
}

.campaign .now p span {
  color: #CAA846;
}

.campaign .trial {
  border: 1px solid #CAA846;
}

.campaign .trial img.trial-img {
  max-width: 220px;
}

@media screen and (min-width: 768px) {
  .campaign .trial img.trial-img {
    max-width: 262px;
  }
}

.campaign .trial .flow .flow-img {
  width: 89px;
}

@media screen and (min-width: 768px) {
  .campaign .trial .flow .flow-img {
    width: 100px;
  }
}

.campaign .trial .flow p {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .campaign .trial .flow p {
    font-size: 20px;
  }
}

.campaign .trial .flow p span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .campaign .trial .flow p span {
    font-size: 30px;
  }
}

.counseling .bg_txt {
  width: 50%;
  top: 142px;
}

@media screen and (min-width: 768px) {
  .counseling .bg_txt {
    width: auto;
  }
}

.counseling .counselinglist div.ttl {
  background-color: #F5F5F5;
  border-right: 7px solid #EFE3BE;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.counseling .counselinglist div.ttl p {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.counseling .counselinglist div.ttl p span {
  font-size: 22px;
  color: #CAA846;
}

.counseling .counselinglist div.ttl p span.black {
  color: #222;
}

.counseling .counselinglist div.ttl img {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

.counseling .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .counseling .ttl-2 {
    font-size: 36px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 768px) {
  .youtube {
    max-width: 900px;
    margin: 0 auto;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.price {
  background-color: #F5F5F5;
}

.price .bg_txt {
  top: 50%;
  right: 0;
}

.price .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .price .ttl-1 {
    font-size: 26px;
  }
}

.price .ttl-1 span {
  color: #CAA846;
}

.price .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .price .ttl-2 {
    font-size: 36px;
  }
}

.price .ttl-3 {
  font-size: 18px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .price .ttl-3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .price .onetime {
    font-size: 26px;
  }
}

.price .onetime span {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .price .onetime span {
    font-size: 36px;
  }
}

.price .onetime span span {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .price .onetime span span {
    font-size: 30px;
  }
}

.price .onetime:before, .price .onetime:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #aaa;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.price .price_box {
  border: 1px solid #aaa;
}

.price .price_box .course-ttl {font-size: 19px; color: #CAA846;}

.price .price_box .count {
  display: inline-block;
  background-color: #222;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.price .price_box .count p {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  font-size: 14px;
}

.price .price_box .yen {
  color: #CAA846;
  font-size: 55px;
  font-family: 'Oswald', sans-serif;
}

.price .price_box .yen span {
  font-family: 'Noto Sans JP', serif;
  font-size: 30px;
}

.price .price_box .popular {
  border-radius: 100%;
  background: #c49100;
  background: linear-gradient(125deg, #c49100 0%, #d6a200 50%, #e3be50 100%);
  width: 60px;
  height: 60px;
  font-size: 16px;
}

.price .merit {
  background-color: #F5F5F5;
  border-right: 7px solid #EFE3BE;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.price .merit p {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.price .merit span {
  font-size: 22px;
  color: #CAA846;
}

.price .merit span.black {
  color: #222;
}

.installment {
  background-color: #F5F5F5;
}

.installment .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .installment .ttl-2 {
    font-size: 36px;
  }
}

.installment .deco {
  display: block;
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .installment .deco {
    width: 83px;
    height: 83px;
  }
}

.installment .credit-ttl {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .installment .credit-ttl {
    font-size: 17px;
  }
}

.installment .credit-ttl span {
  font-size: 22px;
  color: #CAA846;
}

.installment .credit-price {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .installment .credit-price {
    font-size: 30px;
  }
}

.installment .credit-price span {
  font-size: 50px;
  color: #CAA846;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .installment .credit-price span {
    font-size: 70px;
  }
}

.installment .credit-price span span {
  font-family: 'Noto Sans JP', serif;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .installment .credit-price span span {
    font-size: 40px;
  }
}

.installment .credit-img {
  width: 305px;
}

@media screen and (min-width: 768px) {
  .installment .credit-img {
    width: 100%;
    max-width: 412px;
  }
}

.attention .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .attention .ttl-1 {
    font-size: 26px;
  }
}

.attention .ttl-1 span {
  color: #CAA846;
}

.attention .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .attention .ttl-2 {
    font-size: 36px;
  }
}

.voice {
  background-color: #F5F5F5;
}

.voice .bg_txt {
  width: 50%;
  left: 0;
  top: -720px;
}

@media screen and (min-width: 768px) {
  .voice .bg_txt {
    width: auto;
    top: -33%;
  }
}

.voice .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .voice .ttl-1 {
    font-size: 26px;
  }
}

.voice .ttl-1 span {
  color: #CAA846;
}

.voice .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .voice .ttl-2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .voice .voice_google {
    height: 292px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice .voice_google img {
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .voice .voice_google img + div {
    margin-left: 20%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
  .voice .voice_google img + div .voice_google_inner {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
  }
}

.voice .slider_wrap {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .voice .voice_box {
    max-width: 580px;
  }
}

.voice .voice_box img.icon {
  width: 58px;
}

@media screen and (min-width: 768px) {
  .voice .voice_box img.icon {
    width: 104px;
  }
}

.voice .voice_box img.star {
  width: 102px;
}

@media screen and (min-width: 768px) {
  .voice .voice_box img.star {
    width: 184px;
  }
}

@media screen and (min-width: 768px) {
  .voice .voice_box p {
    font-size: 15px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 39;
  width: 30px;
  height: 30px;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 50%;
  }
}

.swiper-button-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -25px;
  }
}

.swiper-button-next {
  right: -15px;
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: -25px;
  }
}

.faq .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .faq .ttl-2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 768px) {
  .faq .faq_wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq dl {
  border-color: #aaa;
  cursor: pointer;
}

.faq dl dt {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .faq dl dt {
    font-size: 22px;
  }
}

.faq dl dt:before {
  content: 'Q';
  color: #CAA846;
  font-size: 30px;
  color: #CAA846;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .faq dl dt:before {
    font-size: 40px;
  }
}

.faq dl dt span {
  width: 20px;
  height: 20px;
  position: relative;
}

.faq dl dt span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #222;
  -webkit-transition: .2s;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.faq dl dt span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #222;
  -webkit-transition: .3s;
  transition: .3s;
}

.faq dl.active dt span:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.faq dl.active dd span:after {
  background-color: transparent;
}

.faq dl dd {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .faq dl dd {
    font-size: 17px;
  }
}

.faq dl dd:before {
  content: 'A';
  color: #aaa;
  font-size: 30px;
  color: #aaa;
  font-family: 'Oswald', sans-serif;
}

@media screen and (min-width: 768px) {
  .faq dl dd:before {
    font-size: 40px;
  }
}

.trainer {
  background-color: #F5F5F5;
}

.trainer .bg_txt {
  top: 0;
  right: 0;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .trainer .bg_txt {
    width: auto;
  }
}

.trainer .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .trainer .ttl-1 {
    font-size: 26px;
  }
}

.trainer .ttl-1 span {
  color: #CAA846;
}

.trainer .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .trainer .ttl-2 {
    font-size: 36px;
  }
}

.trainer a.btn-tel {
  width: 170px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .trainer a.btn-tel {
    width: 200px;
    font-size: 18px;
  }
}

.trainer .slider_wrap {
  overflow-x: hidden;
}

.trainer .trainer_box img.icon {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .trainer .trainer_box img.icon {
    width: 290px;
  }
}

.trainer .trainer_box p.name {
  font-family: 'Oswald', sans-serif;
  color: #CAA846;
  font-size: 22px;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .trainer .trainer_box p.name {
    font-size: 30px;
  }
}

.trainer .swiper-button-prev,
.trainer .swiper-button-next {
  top: calc( 50% - 40px);
}

.trainer .swiper-button-prev {
  left: -15px;
}

@media screen and (min-width: 768px) {
  .trainer .swiper-button-prev {
    left: -50px;
  }
}

.trainer .swiper-button-next {
  right: -15px;
}

@media screen and (min-width: 768px) {
  .trainer .swiper-button-next {
    right: -50px;
  }
}

.trainer .swiper-slide {
  opacity: .5;
}

@media screen and (min-width: 768px) {
  .trainer .swiper-slide {
    opacity: 1;
  }
}

.trainer .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.private .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .private .ttl-1 {
    font-size: 26px;
  }
}

.private .ttl-1 span {
  color: #CAA846;
}

.private .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .private .ttl-2 {
    font-size: 36px;
  }
}

.measures .measures_box {
  border: 1px solid #aaa;
}

.measures .measures_box .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  top: -17.5px;
  left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .deco {
    width: 83px;
    height: 83px;
    top: -25px;
    left: 2.5rem;
  }
}

.measures .measures_box .ttl-1 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .ttl-1 {
    font-size: 26px;
  }
}

.measures .measures_box .ttl-1 span {
  color: #CAA846;
}

.measures .measures_box .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .ttl-2 {
    font-size: 30px;
  }
}

.measures .measures_box .measures-ttl {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  border: 1px solid #CAA846;
  color: #CAA846;
  background-color: #fff;
  font-size: 15px;
  padding: 2px 16px;
}

.measures .measures_box .measures-txt {
  background-color: #F9F6EB;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.measures .measures_box .measures-txt p {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .measures .measures_box .measures-txt p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) {
  .measures .measures_list div:last-child .measures-txt p {
    padding: 13px 0;
  }
}

.maps .shopview {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.maps .shopview iframe {
  width: 100%;
  height: 100%;
}

.maps .map {
  width: 100%;
  aspect-ratio: 4 / 3;
}

@media screen and (min-width: 768px) {
  .maps .map {
    height: 360px;
  }
}

.maps .map iframe {
  width: 100%;
  height: 100%;
}

.maps .logo {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .maps .logo {
    width: 250px;
  }
}

.maps .name {
  font-size: 18px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .maps .name {
    font-size: 22px;
    line-height: 1em;
  }
}

.maps .address {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .maps .address {
    font-size: 15px;
    line-height: 2em;
  }
}

.shops {
  background-color: #F5F5F5;
}

.shops .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .shops .ttl-2 {
    font-size: 36px;
  }
}

.shops a.btn-tel {
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .shops a.btn-tel {
    width: 290px;
    font-size: 20px;
  }
}

.shops .shoplist p {
  font-size: 14px;
  color: #CAA846;
}

@media screen and (min-width: 768px) {
  .shops .shoplist p {
    font-size: 20px;
  }
}

.blog .ttl-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .blog .ttl-1 {
    font-size: 26px;
  }
}

.blog .ttl-1 span {
  color: #CAA846;
}

.blog .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .blog .ttl-2 {
    font-size: 36px;
  }
}

.blog span.tag {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width:  calc(5em + 8px);
  margin-right: 2px;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  border: 1px solid #CAA846;
  color: #CAA846;
  background-color: #fff;
  font-size: 11px;
  padding: 0 3px;
}
.blog span.tag:last-of-type {
  margin-right: 0;
}

.blog p.date {
  font-size: 11px;
  color: #aaa;
}

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

  .blog span.tag {
    font-size: 15px;
  }

  .blog p.date {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .blog div.txt {
    font-size: 15px;
  }
}

.blog a.btn-tel {
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .blog a.btn-tel {
    width: 290px;
    font-size: 20px;
  }
}


.contact .ttl-2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .contact .ttl-2 {
    font-size: 36px;
  }
}

.contact .deco {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  left: calc(50% - 142px);
  top: 0.2em;
}

@media screen and (min-width: 768px) {
  .contact .deco {
    width: 83px;
    height: 83px;
    top: -30px;
    left: calc( 50% - 280px);
  }
}

.contact .alert {
  color: #B70000;
}

.contact-wrap {
  /* radio */
}

@media screen and (min-width: 768px) {
  .contact-wrap {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .contact-wrap .contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.75rem;
    gap: 2rem;
  }
}

.contact-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 4px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .contact-wrap label {
    margin: 0;
    width: 290px;
  }
}

.contact-wrap label span.req {
  background-color: #222;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 8px;
}

@media screen and (min-width: 768px) {
  .contact-wrap label span.req {
    font-size: 15px;
    margin-left: auto;
  }
}

.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap input[type="tel"],
.contact-wrap input[type="password"],
.contact-wrap textarea {
  background-color: #F5F5F5;
  border: 1px solid #aaa;
  width: 100%;
  padding: .9rem 1rem;
}

@media screen and (min-width: 768px) {
  .contact-wrap input[type="text"],
  .contact-wrap input[type="email"],
  .contact-wrap input[type="tel"],
  .contact-wrap input[type="password"],
  .contact-wrap textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.contact-wrap input::-webkit-input-placeholder,
.contact-wrap textarea::-webkit-input-placeholder {
  color: #ccc;
}

.contact-wrap input:-ms-input-placeholder,
.contact-wrap textarea:-ms-input-placeholder {
  color: #ccc;
}

.contact-wrap input::-ms-input-placeholder,
.contact-wrap textarea::-ms-input-placeholder {
  color: #ccc;
}

.contact-wrap input::placeholder,
.contact-wrap textarea::placeholder {
  color: #ccc;
}

.contact-wrap .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
  }
}

.contact-wrap .radio label {
  width: auto;
}

.contact-wrap .radio .wpcf7-list-item-label {
  margin: 0;
  gap: 4px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio .wpcf7-list-item-label {
    margin: 0;
    width: auto;
    gap: 1rem;
  }
}

.contact-wrap .radio .wpcf7-list-item-label:before {
  content: '';
  display: block;
  border: 1px solid #aaa;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio .wpcf7-list-item-label:before {
    width: 35px;
    height: 35px;
  }
}

.contact-wrap .radio .wpcf7-list-item-label:after {
  content: '';
  display: block;
  background-color: #CAA846;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 7px;
}

@media screen and (min-width: 768px) {
  .contact-wrap .radio .wpcf7-list-item-label:after {
    width: 15px;
    height: 15px;
    left: 10px;
    top: 10px;
  }
}

.contact-wrap .radio input[type=radio] {
  display: none;
}

.contact-wrap .radio input[type=radio]:checked + label::after,
.contact-wrap .radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact-wrap .radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.contact-wrap .radio .wpcf7-list-item {
  margin: 0;
}

.contact-wrap .radio .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrap .input-date {
  background-image: url("./img/input-date.svg");
  background-size: 20px auto;
  background-position: center right .6rem;
  background-repeat: no-repeat;
}

.contact-wrap .input-time {
  background-image: url("./img/input-time.svg");
  background-size: 20px auto;
  background-position: center right .6rem;
  background-repeat: no-repeat;
}

button[type="submit"] {
  background-color: #D8D8D8;
  width: 225px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  button[type="submit"] {
    width: 290px;
    font-size: 20px;
  }
}

button[type="submit"].btn-mail {
  background: #8d6800;
  background: -webkit-gradient(linear, left top, right top, from(#8d6800), to(#caa846));
  background: linear-gradient(90deg, #8d6800 0%, #caa846 100%);
}

.ui-timepicker-list li {
  padding: .5rem 1rem;
}

.parsley-errors-list {
  font-size: 14px;
  color: #B70000;
  margin-top: 5px;
}

.parsley-success {
  border-color: #CAA846 !important;
  background-color: #fff !important;
}

input.input-date:not(:placeholder-shown),
input.input-time:not(:placeholder-shown) {
  border-color: #CAA846 !important;
  background-color: #fff !important;
}

footer {
  margin-bottom: 118px;
}

@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
  }
}

footer #gotop {
  background: #2d2d2d;
  background: -webkit-gradient(linear, left top, right top, from(#2d2d2d), to(#646464));
  background: linear-gradient(90deg, #2d2d2d 0%, #646464 100%);
}

footer #gotop img {
  width: 48px;
}

@media screen and (min-width: 768px) {
  footer #gotop img {
    width: 54px;
  }
}

footer .footer-wrap {
  background-color: #222;
  font-size: 11px;
}

footer .footer-wrap a.tel {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 28px;
}

footer .footer-wrap a.tel span {
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap .info p {
    font-size: 15px;
  }
}

footer .footer-wrap .logo svg {
  width: 120px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap .logo svg {
    width: 207px;
    height: auto;
  }
}

footer .footer-wrap ul.footer_links-1 {
  color: #EFE3BE;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap ul.footer_links-1 {
    font-size: 15px;
  }
}

footer .footer-wrap ul.footer_links-1 li {
  text-decoration: underline;
}

footer .footer-wrap ul.footer_links-1 span {
  display: inline-block;
  background-color: #EFE3BE;
  width: 1px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap ul.footer_links-2 {
    font-size: 15px;
  }
}

footer .footer-wrap ul.footer_links-2 li {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  footer .footer-wrap ul.footer_links-2 span {
    display: inline-block;
    background-color: #EFE3BE;
    width: 1px;
    height: 14px;
  }
}

footer p.copy {
  background-color: #333;
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  footer p.copy {
    font-size: 13px;
  }
}

.fix_follow {
  position: fixed;
  left: 1rem;
  bottom: 4rem;
  z-index: 999;
}

.fix_follow .ttl {
  font-size: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 62px;
  height: 24px;
  margin-bottom: 36px;
  letter-spacing: 1px;
}

.fix_follow svg {
  width: 24px;
  height: 24px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .modal {
    overflow-y: scroll;
    max-height: 100%;
  }
}

.modal p,
.modal ul {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .modal p,
  .modal ul {
    font-size: 15px;
  }
}

.modal .name {
  font-family: 'Oswald', sans-serif;
  color: #CAA846;
  font-size: 22px;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .modal .name {
    font-size: 30px;
  }
}

.modal .prof-img {
  width: 200px;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 768px) {
  .modal .prof-img {
    width: 400px;
  }
}

.modal .modal-info {
  height: calc(100% - 150px);
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .modal .modal-info {
    height: auto;
    padding-bottom: 0;
  }
}

.modal .wrap .flex {
  height: calc(100% - 100px);
}

.faq_tabs {
  border-color: #aaa;
}

.faq_tabs a {
  background-color: #222;
  min-height: 47.2px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .faq_tabs a {
    font-size: 18px;
  }
}

.faq_tabs a.active {
  background-color: #F9F6EB;
  color: #CAA846;
}

/* Simple Author Box - style overwrite */
.saboxplugin-wrap {
  border-radius: 2px;
  overflow: visible;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

.saboxplugin-wrap .saboxplugin-tab {
  position: relative;
  padding: 20px 0 0;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-gravatar {
  position: absolute;
  top: -20px;
  left: 0;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-gravatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top 0 left 50%;
  background-color: #fff;
  border: 1px solid #eee;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-authorname {
  padding-left: 120px;
  padding-right: 20px;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 30px;
  color: #caa846;
  font-size: 18px;
  line-height: 1.388;
  font-weight: bold;
}

.saboxplugin-wrap .saboxplugin-tab .saboxplugin-authorname a {
  pointer-events: none;
  cursor: auto;
}

.saboxplugin-wrap .saboxplugin-desc {
  margin: 0 20px 30px;
}

.saboxplugin-wrap .saboxplugin-desc .sab__unit:nth-of-type(n+2) {
  margin-top: 30px;
}

.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading {
  position: relative;
  /* border-bottom: 3px solid #caa846; */
  /* padding-bottom: 10px; */
  height: 21px;
  font-size: 15.5px;
  line-height: 1.354;
  font-weight: bold;
  z-index: auto;
}

.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 8px;
  background-color: #caa846;
  border-radius: 2px;
  z-index: 10;
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading::after {
  position: absolute;
  left: 0.5em;
  top: 0;
  font-size: 15.5px;
  line-height: 1.354;
  font-weight: bold;
  z-index: 20;
  text-shadow:  0 0 2px #fff,
                0 0 2px #fff,
                0 0 2px #fff,
                0 0 2px #fff,
                0 0 2px #fff;
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading.unit-heading--1::after {
  content: 'メッセージ';
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading.unit-heading--2::after {
  content: '資格';
}
.saboxplugin-wrap .saboxplugin-desc .sab__unit .sab__unit-heading.unit-heading--3::after {
  content: '実績';
}

.saboxplugin-wrap .saboxplugin-desc p,
.saboxplugin-wrap .saboxplugin-desc ul li {
  margin: 1.33em 0 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #5f5f5f !important;
}

.saboxplugin-wrap .saboxplugin-desc ul li {
  line-height: 1.33 !important;
}

.saboxplugin-wrap .saboxplugin-desc p .fs-sm,
.saboxplugin-wrap .saboxplugin-desc ul li .fs-sm {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.saboxplugin-wrap .saboxplugin-desc p a,
.saboxplugin-wrap .saboxplugin-desc ul li a {
  color: #caa846 !important;
}

.saboxplugin-wrap .saboxplugin-desc ul li {
  position: relative;
  padding: 0 0 0 1.33em;
}
.saboxplugin-wrap .saboxplugin-desc ul li:nth-of-type(n+2) {
  margin-top: 0.67em;
}
.saboxplugin-wrap .saboxplugin-desc ul li::before {
  position: absolute;
  content: '';
  top: 7.5px;
  left: 5px;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #5f5f5f;
  border-radius: 50%;
}

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

  .saboxplugin-wrap .saboxplugin-tab .saboxplugin-gravatar {
    left: 15px;
    padding: 0;
  }
  .saboxplugin-wrap .saboxplugin-desc {
    margin: 0 15px 20px;
  }
  .saboxplugin-wrap .saboxplugin-tab .saboxplugin-authorname {
    padding-left: 130px;
    padding-right: 15px;
    text-align: left;
  }
  .saboxplugin-wrap .saboxplugin-desc p,
  .saboxplugin-wrap .saboxplugin-desc ul li {
    text-align: left;
  }
}
/* Simple Author Box - style overwrite  END */

/* Breadcrumb NavXT style START */
.breadcrumbs-wrapper {
  position: fixed;
  /* top: 81px; */
  top: 113px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 40;
}

.breadcrumbs-wrapper .breadcrumbs {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 79.84375vw; */
  /* max-width: 700px; */
  max-width: 1152px;
  /* width: fit-content; */
  /* width: 700px; */
  max-width: 1152px;
  margin: 0 auto;
  /* padding: 10px 30px; */
  padding: 14px 0;
  overflow-x: scroll;
}
.breadcrumbs-wrapper .breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] {
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.0;
}

.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.home,
.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.taxonomy {
  color: #caa846;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.0;
}
.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.home::before {
  content: '\f015';
  padding-right: 5px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  text-align: center;
  line-height: 1.0;
  white-space: nowrap;
}
.breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] .current-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.0;
}

.breadcrumbs-wrapper .breadcrumbs i.fa-chevron-right {
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.0;
}

@media screen and (max-width: 750px) {
  .breadcrumbs-wrapper {
    top: 61px;
    width: 100%;
  }

  .breadcrumbs-wrapper .breadcrumbs {
    white-space: nowrap;
    padding: 14px 20px;
    overflow: scroll;
    width: 100%;
  }

  .breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.home,
  .breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] a.taxonomy,
  .breadcrumbs-wrapper .breadcrumbs [typeof="ListItem"] .current-item,
  .breadcrumbs-wrapper .breadcrumbs i.fa-chevron-right {
    font-size: 10px;
  }
}
/* Breadcrumb NavXT style END */



=========================================================
============ 2024.10.7 updated top page css ==============
=========================================================



.p-top-greviews {
    padding-left: 16px;
    padding-right: 16px;
}

.p-top-greviews-inner {
    width: 640px;
    max-width: 100%;
    padding: 3rem 16px;
    margin: 40px auto 0;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px 25px;
    height: 640px;
    border-radius: 15px;
    overflow: auto;
}

.u-tc-blue {
    color: #0000ff;
}


.feature_wrap-1 img {
    top: -2rem !important;
}


@media (max-width: 767px) {

    /* 画面サイズが768px未満の場合の設定 */
    .shoplist-sp-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*accessページ*/
.p-u-store-list-ttl h2 {
    text-align: center;
    font-size: 2.4rem;
    color: #be9c0d;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    letter-spacing: .06em;
    margin: 0 0 4rem;
}

.p-u-store-list-inner {
    width: 700px;
    padding-top: 24px;
    margin: 0 auto;
}

.p-u-store-lists {
    width: 330px;
    margin: 0 auto;

}

.p-u-store-lists ul li a {
    font-size: 1.8rem;
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;

}

.p-u-store-lists ul li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #be9c0d;
    left: 0%;
    bottom: -3px;
}

.p-u-store-lists ul li a:hover::after {
    width: 100%;
    transition: .2s all ease;

}

.p-u-store-lists ul li a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #be9c0d;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .p-u-store-list-ttl h2 {
        font-size: 1.8rem;
    }

    .p-u-store-list-inner {
        padding-top: 3rem;
        width: 89.3333%;
    }


    .p-u-store-lists ul li a {
        font-size: 1.5rem;
    }
}

/* access - 店舗ページ */

.sub-page-access #toc_container {
    display: none;
}

.sub-page-access .bg_txt {
    z-index: -1;
}

.sub-access-text {
    position: relative;
}

.sub-access-text::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    left: 12px;
    top: 50%;
    transform: translatey(-50%);
}

.sub-access-mail {
    padding-left: 32px;
}

.sub-access-mail::after {
    background: url(https://beyond-urawa.com/wp-content/uploads/2024/04/mail.png) center center/cover no-repeat;
}

.sub-access-tel::after {
    background: url(https://beyond-urawa.com/wp-content/uploads/2024/04/tel.png) center center/cover no-repeat;
}

.sub-access-text .sp-br {
    display: none;
}

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

    .sub-access-text {
        font-size: 13px;
    }

    .sub-access-text::after {
        width: 32px;
        height: 32px;
        left: 3%;
    }
}

@media screen and (max-width: 540px) {
    .sub-access-text {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }

    .sub-access-text::after {
        left: 2%;
    }

    .sub-access-mail {
        padding-left: 20px;
    }

    .sub-access-text .sp-br {
        display: block;
    }
}


/*thanks page 修正 2024/04/22 */
.p-thanks-line {

    padding: 48px 16px 64px;
}

.p-thanks-line-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 260px;
    color: #fff;
    margin: 0 auto;
    background: #00C300;
    padding: 24px 16px;
    font-size: 16px;

}

.p-thanks-line-link:hover {
    opacity: .7;
    transition: .2s all ease;
}

.p-thanks-line-img {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translatey(-50%);
    display: block;
    width: 56px;
}

.p-thanks-notes {
    padding: 0 16px;
    max-width: 100%;
    width: 640px;
    margin: 0 auto;
}

.p-thanks-notes__accent {
    text-align: center;
    font-size: 15px;
    color: #e37777;
    margin-bottom: 32px;
}

.p-thanks-notes__text {
    font-size: 15px;
}

.p-thanks-notes__text a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .p-thanks-notes__accent {
        font-size: 13px;
    }

    .p-thanks-notes__text {
        font-size: 13px;
    }

}


/*textareaの必須項目を消す */

.p-textarea-group .parsley-required {
    display: none;
}

/*  faq */
.p-faq {
    padding-top: 0;
}


/* contact　fotm カレンダー */
.ui-datepicker-prev .ui-icon {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: #000;
}

.ui-datepicker-next .ui-icon {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #000;
}

/*2024/06/30 sp_cta_btn */
.p-cta_sp {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.p-cta_sp_wrap {
    position: relative;
    background: #fff;
    padding-bottom: 5px;
}

.p-cta_sp_btns {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    align-items: center;
    gap: 4VW;
    padding: 0 2vw;
}

.p-cta_sp_btn {
    color: #ffff;
    border-radius: 30px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4vw;
    padding: 1vw 0;
    font-weight: bold;

}

.p-cta_sp_btn__web {
    background: linear-gradient(to bottom, #f3b685, #ec8944);
    border: 3px solid #ca8957;

}

.p-cta_sp_btn__tel {
    background: linear-gradient(to bottom, #81e0bb, #49b88d);
    border: 3px solid #4da183;

}

.p-cta_sp_btn__text {
    position: relative;
    display: inline-block;
}

.p-cta_sp_btn__text span {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);

}

.p-cta_sp_btn__text--web span {
    left: -30%;
}

.p-cta_sp_btn__text--tel span {
    left: -15%;
}


@media screen and (max-width: 768px) {
    .p-cta_sp {
        display: block;
    }
}


/* before-after 2024 */

/*p-baf-pc  */
.p-baf-pc {
    display: block;
}

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

.p-baf-pc-items {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 16px;

}

.p-baf-pc-item {
    width: calc(50% - 15px);
    padding: 30px;
    max-width: 100%;
    background: #fff;

}

.p-baf-pc-item__ttl {
    text-align: center;
    padding-bottom: 16px;
}

.p-baf-pc-item__ttl h3 {
    color: #CBA947;
    font-size: 20px;
    font-weight: bold;
}

.p-baf-pc-item__ttl span {
    font-size: 24px;
    font-weight: 500;
}

.p-baf-pc-item-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.p-baf-pc-item-images span {
    display: block;
    width: 20px;

}



.p-baf-pc-item__triangle {
    background: linear-gradient(to right, #f0f2f3 1%, #000 1%, #000 99%);
    height: 100%;
    width: calc(100% - 320px);

}



.p-baf-pc-item__triangle span {
    background: #f0f2f3;
    display: block;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    width: 60px;
    height: 327.9px;
    max-width: 100%;
}

@media screen and (max-width: 960px) {
    .p-baf-pc-item__triangle {
        height: 100%;
        width: 17vw;
        height: 27.92vw;
        max-height: 245.92px;

    }

    .p-baf-pc-item__triangle span {
        height: 245.92px;
    }

}

.p-baf-pc-item-image__bf {
    background: #f0f2f3;
    width: 160px;
    max-width: 100%;
    position: relative;

}


.p-baf-pc-item-image__bf span {
    position: absolute;
    padding: 4px;
    background: #CBA947;
    bottom: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 142px;
    font-weight: 400;
    display: inline-block;
    left: 50%;
    text-align: center;
    letter-spacing: 1.2px;
    transform: translatex(-50%);
}


@media screen and (max-width: 960px) {
    .p-baf-pc-item-image__bf {
        width: 120px;
    }

    .p-baf-pc-item-image__bf span {
        width: 80px;
    }
}


.p-baf-pc-item-image__af {
    background: #000;
    width: 160px;
    max-width: 100%;
    position: relative;
}

.p-baf-pc-item-image__af span {
    position: absolute;
    padding: 4px;
    background: #CBA947;
    bottom: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 142px;
    font-weight: 400;
    display: inline-block;
    left: 50%;
    text-align: center;
    letter-spacing: 1.2px;
    transform: translatex(-50%);

}

@media screen and (max-width: 960px) {
    .p-baf-pc-item-image__af {
        width: 120px;
    }

    .p-baf-pc-item-image__af span {
        width: 80px;
    }
}

.p-baf-pc-item-body-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
}

.p-baf-pc-item-period {
    display: inline-block;
    padding: 10px;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: 1.2px;
    -webkit-clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
    background: linear-gradient(90deg, #AB8A48 0%, #DFBB72 100%);
    font-weight: bold;
    white-space: nowrap;

}

.p-baf-pc-item-period span {
    font-size: 24px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;

}

.p-baf-pc-item-name {
    font-size: 16px;
    font-weight: bold;
}



.p-baf-pc-item-name span {
    font-weight: normal;
    font-size: 14px;
}

.p-baf-pc-item-detail-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 8px;
    margin-bottom: 8px;

}

.p-baf-pc-item-detail__weight {
    width: 88px;
    font-size: 16px;
    background-color: #FEF3DE;
    padding: 0.4vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .p-baf-pc-item-detail__weight p {
        font-size: 12px;
    }
}

.p-baf-pc-item-detail__number {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.p-baf-pc-item-detail__number {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-weight: 500;
}

.p-baf-pc-item-detail__number span {
    width: 8px;
    display: inline-block;

}

.p-baf-pc-item-detail__result {
    color: #8F0000;
    font-size: 20px;
    font-weight: 700;
}


/*p-baf-sp  */
.p-baf-sp {
    display: none;
}

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

.p-baf-sp-items {
    padding: 0 16px;
}

.p-baf-sp-item {
    margin-bottom: 80px;
}

.p-baf-sp-item__ttl {
    text-align: center;
    padding-bottom: 32px;
}

.p-baf-sp-item__ttl h3 {
    color: #CBA947;
    font-size: 20px;
    font-weight: bold;
}

.p-baf-sp-item__ttl span {
    font-size: 24px;
    font-weight: 500;
}

.p-baf-sp-item-bf {
    display: flex;
    justify-content: space-between;
}

.p-baf-sp-item-number__ttl h3 {
    display: block;
    width: 130px;
    font-size: 1.3rem;
    padding: 8px 5px;
    margin: 0 0 1rem;
    border: 1px solid #333;
    text-align: center;

}

.p-baf-sp-item-number__list {
    padding: 24px 0 0 0px;
}

.p-baf-sp-item-number__list ul li {
    display: flex;
    align-items: center;


}

.p-baf-sp-item-number__list>ul>li:not(:last-child) {
    margin-bottom: 8px;
}

.p-baf-sp-item-number__list ul li span {
    display: block;
    width: 75px;
}

.p-baf-sp-item-number__list ul li p {
    font-size: 22px;
    width: 75px;
}

.p-baf-sp-item-image {
    width: 30vw;
    min-width: 140px;
}

.p-baf-sp-item-af {
    position: relative;
    padding-top: 16px;
}

.p-baf-sp-item-af .p-baf-sp-item-number__ttl h3 {
    margin-left: auto;
}

.p-baf-sp-item-af .p-baf-sp-item-numbers {
    background: #000;
    color: #fff;
    padding-right: 24px;
    padding-bottom: 24px;
}

.p-baf-sp-item-af .p-baf-sp-item-number__list ul li {
    justify-content: right;
}


.p-baf-sp-item-af .p-baf-sp-item-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-baf-sp-item-result {
    background: #be9c0d;
    padding: 16px;
}

.p-baf-sp-item-result-list ul {
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 16px;

}

.p-baf-sp-item-result-list ul h4 {
    font-size: 16px;
}


.p-baf-sp-item-result-list ul span {
    font-size: 22px;
    font-weight: 500;
    padding-right: 4px;
}

.p-baf-sp-item-result-list ul p {
    font-size: 16px;
}

/* page voice baf 2024  */

.before_after_section .p-baf-pc-item-images {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.before_after_section .p-baf-pc-items {
    flex-direction: column;
}

.before_after_section .p-baf-pc-item {
    width: 100%;
}



.before_after_section .p-baf-pc-item__triangle span {
    background: #f0f2f3;
    display: block;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    width: 60px;
    height: 328px;
    max-width: 100%;
}


.before_after_section .p-baf-pc-item-image__bf {
    background: #f0f2f3;
    width: 160px;
    max-width: 100%;
    position: relative;

}


.before_after_section .p-baf-pc-item-image__bf span {
    position: absolute;
    padding: 4px;
    background: #CBA947;
    bottom: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 142px;
    font-weight: 400;
    display: inline-block;
    left: 50%;
    text-align: center;
    letter-spacing: 1.2px;
    transform: translatex(-50%);
}

.before_after_section .p-baf-pc-item-image__af {
    background: #000;
    width: 160px;
}

.before_after_section .p-baf-pc-items {
    flex-direction: column;
}

.before_after_section .pf-baf-pc-item {
    width: 100%;
}

@media screen and (max-width: 540px) {
    .page_content .before_after {
        padding: 15px 0 !important;

    }

    .before_after .p-baf-sp-item-number__list {
        padding-left: 0;
    }

    .before_after .p-baf-sp-item-numbers {
        padding-right: 16px;
    }

    .before_after .p-baf-sp-items {
        padding: 0;
    }
}

.p-price-box003 .pl-12 {
    padding-left: 0;
}


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

    .before_after_section .p-baf-pc-item__triangle {
        background: linear-gradient(to right, #f0f2f3 1%, #000 1%, #000 99%);
        height: 100%;
        width: calc(100% - 320px);


    }


    .before_after_section .p-baf-pc-item__triangle {
        background: linear-gradient(to right, #f0f2f3 1%, #000 1%, #000 99%);
        height: 100%;
        width: calc(100% - 320px);
        height: 328px;
        max-height: 100%;

    }


    .before_after_section .p-baf-pc-item__triangle span {
        background: #f0f2f3;
        display: block;
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
        width: 60px;
        height: 328px;
        max-width: 100%;
    }

}


.p-baf-pc-item-detail__number p {
    display: block;
    width: 56px;
}

.p-baf-pc-item-detail__number span {
    display: block;

}

.p-baf-pc-item-detail__number {
    display: flex;
    align-items: center;
    column-gap: 1vw;
}

.p-baf-pc-item-detail__number {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-weight: 500;
}

.p-baf-pc-item-detail__number span {
    display: inline-block;

}

.p-baf-pc-item-detail__result {
    color: #8F0000;
    font-size: 22px;
    font-weight: 700;
    width: 80px;
    text-align: center;
}


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

    .before_after_section .p-baf-pc-item__triangle {
        background: linear-gradient(to right, #f0f2f3 1%, #000 1%, #000 99%);
        height: 100%;
        width: calc(100% - 240px);


    }
}

.p-protein-info {
    padding-top: 4rem;
}

.p-lifeplan {
    padding-top: 0;
}




/* 2024/08/24 cta変更01 */
.br-sp-visible {
    display: none;
}

@media screen and (max-width: 520px) {
    .br-sp-visible {
        display: block;
    }
}

.p-cta-sec01 {
    background: #0b0b0b;
    background-image: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 !important;
}

.p-cta-sec01-inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    background: url(https://beyond-yotsuya-kojimachi.com/wp-content/uploads/2024/08/feature-02.webp) center center/cover no-repeat;
}

.p-cta-sec01-bs {
    background: rgba(11, 11, 11, 0.8);
    padding-top: 32px;
    padding-bottom: 64px;
}

.p-cta-sec01-ttl {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-ttl {
        margin-bottom: 36px;
    }
}

.p-cta-sec01-ttl-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 5px;
    width: 100%;
}

.p-cta-sec01-ttl-box {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #fff;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-ttl-box {
        width: 450px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-ttl-box {
        width: 300px;
    }
}

.p-cta-sec01-ttl-box h3 {
    color: #c9ab56;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-cta-sec01-ttl-box h3 span {
    font-size: 45px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-ttl-box h3 span {
        font-size: 32px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-ttl-box h3 span {
        font-size: 24px;
    }
}

.p-cta-sec01-ttl-box h3 p {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-ttl-box h3 p {
        font-size: 36px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-ttl-box h3 p {
        font-size: 28px;
    }
}

.p-cta-sec01-lead-top {
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-lead-top {
        font-size: 24px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-lead-top {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.p-cta-sec01-lead-top span {
    position: relative;
    z-index: 2;
}

.p-cta-sec01-lead-top span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    background: #aa934f;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-lead-top span::after {
        height: 8px;
    }
}

.p-cta-sec01-lead-bottom {
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-lead-bottom {
        font-size: 26px;
        font-weight: 500;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-lead-bottom {
        font-size: 22px;
    }
}

.p-cta-sec01-btn-top {
    position: relative;
}

.p-cta-sec01-btn-top__message {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -54px;
    background: #fff;
    border: 4px solid #ed8b47;
    text-align: center;
    width: 400px;
    padding: 8px 0;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__message {
        width: 320px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__message {
        width: 280px;
    }
}

.p-cta-sec01-btn-top__message--top p {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__message--top p {
        font-size: 18px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__message--top p {
        font-size: 16px;
    }
}

.p-cta-sec01-btn-top__message--bottom {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__message--bottom {
        font-size: 22px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__message--bottom {
        font-size: 18px;
    }
}

.p-cta-sec01-btn-top__message--bottom span {
    font-size: 22px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__message--bottom span {
        font-size: 18px;
    }
}

.p-cta-sec01-btn-top__link {
    width: 532px;
    margin: 0 auto;
    border-radius: 6px;
    color: #fff;
    display: flex;
    padding: 4px;
    background: linear-gradient(to bottom, #f3b685, #ec8741);
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__link {
        width: 480px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__link {
        width: 360px;
    }
}

.p-cta-sec01-btn-top__link--left {
    font-size: 36px;
    font-weight: 400;
    background: #2c2c2c;
    line-height: 2;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 170px;
    text-align: center;
    padding: 12px 0;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__link--left {
        font-size: 32px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__link--left {
        font-size: 22px;
        width: 120px;
    }
}

.p-cta-sec01-btn-top__link--right {
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    width: calc(100% - 170px);
    padding: 12px 0;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__link--right {
        font-size: 38px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__link--right {
        font-size: 26px;
        width: calc(100% - 120px);
    }
}

.p-cta-sec01-btn-top__link--right span {
    width: 54px;
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-top__link--right span {
        width: 46px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-top__link--right span {
        width: 40px;
    }
}

.p-cta-sec01-btn-bottom__link {
    display: block;
    width: 460px;
    max-width: 100%;
    margin: 12px auto 32px;
    background: linear-gradient(to bottom, #90ebc7, #3daf83);
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    padding: 12px 0;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-bottom__link {
        font-size: 28px;
        width: 360px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-bottom__link {
        font-size: 24px;
        width: 280px;
    }
}

.p-cta-sec01-btn-bottom__link span {
    display: inline-block;
    width: 32px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-bottom__link span {
        width: 36px;
        padding: 0 2px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-bottom__link span {
        width: 32px;
    }
}

.p-cta-sec01-btn-bottom__link-store {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    .p-cta-sec01-btn-bottom__link-store {
        font-size: 18px;
    }
}

@media screen and (max-width: 520px) {
    .p-cta-sec01-btn-bottom__link-store {
        font-size: 16px;
    }
}


