/*Theme Name: Leben Pilates*/
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Besley:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
  }
  body {
    color: #423120;
    font-family: "Shippori Mincho", serif;
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
    line-height: 1.8;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 20px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 20px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1200px;
  }
  body .inner.narrow {
    width: 800px;
  }
  body .anime_btn {
    position: relative;
    max-width: 540px;
    min-width: 540px;
  }
  body .anime_btn p {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 72%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.6px;
    text-shadow: #fff 3px 0px 3px, #fff -3px 0px 3px, #fff 0px -3px 3px, #fff -3px 0px 3px, #fff 3px 3px 3px, #fff -3px 3px 3px, #fff 3px -3px 3px, #fff -3px -3px 3px, #fff 1px 3px 3px, #fff -1px 3px 3px, #fff 1px -3px 3px, #fff -1px -3px 3px, #fff 3px 1px 3px, #fff -3px 1px 3px, #fff 3px -1px 3px, #fff -3px -1px 3px, #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
    filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
  }
  body .anime_btn p:before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    width: 50px;
    height: 10px;
    border-radius: 100px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    transform: rotate(45deg);
    border: 3px solid #fff;
  }
  body .anime_btn p:after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 10px;
    border-radius: 100px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    transform: rotate(-45deg);
    border: 3px solid #fff;
  }
  body .anime_btn p span {
    color: #bc7769;
  }
  body .anime_btn p span em {
    font-family: "Besley", serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2.4px;
  }
  body .anime_btn .cta_btn {
    display: block;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    font-weight: 600;
    padding: 16px 25px;
    border-radius: 20px;
    box-shadow: 0 11.219px 5.609px 0 rgba(255, 255, 255, 0.2) inset;
    overflow: hidden;
    background: linear-gradient(180deg, #8dde75 0%, #17a13d 100%);
    position: relative;
  }
  body .anime_btn .cta_btn:hover {
    background: linear-gradient(90deg, #8dde75 0%, #17a13d 100%);
  }
  body .anime_btn .cta_btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: #fff;
    animation: btn_animation 3s ease-in-out infinite;
  }
  body .anime_btn .cta_btn:after {
    position: absolute;
    content: "";
    background: url("../images/icon_btn.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
  }
  body .anime_btn .cta_btn span {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  body .anime_btn .cta_btn span::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 4px 5px;
    padding: 1px;
    height: 92%;
    border-radius: 20px;
    background: linear-gradient(90deg, #cda853 0%, #fbf6e1 50%, #cda853 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
  }
  body .anime_btn .cta_btn img {
    width: 70px;
  }
  body .anime_btn .cta_btn.red {
    background: linear-gradient(180deg, #c8988e -32.52%, #ae5442 96.46%);
    box-shadow: 0 7.479px 3.74px 0 rgba(255, 255, 255, 0.2) inset;
  }
  body .anime_btn .cta_btn.red:hover {
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
  }
  body .anime_btn .cta_btn.red:after {
    background: url("../images/icon_btn_red.svg") no-repeat;
    background-size: 100%;
  }
  body .anime_btn .cta_btn.red span {
    gap: 80px;
  }
  body .anime_btn .cta_btn.red img {
    width: 45px;
  }
  @keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  body .campaign {
    position: relative;
    width: 610px;
  }
  body .campaign > p {
    position: absolute;
    top: -40px;
    right: 10px;
    z-index: 1;
    font-family: "Allura", cursive;
    font-size: 3.5rem;
    line-height: 1.2;
    background: linear-gradient(93deg, #cda853 0.79%, #e4cf9a 32.56%, #e4cf9a 61.75%, #cda853 97.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-0.923deg);
  }
  body .campaign .campaign_wrap {
    position: relative;
    --curve-shape: polygon(0 0, 25% 5px, 50% 7px, 75% 5px, 100% 0, 100% 100%, 75% calc(100% - 5px), 50% calc(100% - 7px), 25% calc(100% - 5px), 0 100%);
    padding: 5px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    clip-path: var(--curve-shape);
    box-sizing: border-box;
  }
  body .campaign .wrap {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    clip-path: var(--curve-shape);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  body .campaign .circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    line-height: 1.2;
  }
  body .campaign .price .blc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #b4b4b4;
  }
  body .campaign .price .blc p {
    font-size: 1.25rem;
  }
  body .campaign .price .blc img {
    padding-top: 30px;
  }
  body .campaign .price .blc strong {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: flex-end;
  }
  body .campaign .price .blc strong span {
    position: relative;
    font-family: "Besley", serif;
    font-weight: normal;
    font-size: 3.125rem;
  }
  body .campaign .price .blc strong span.line:after {
    position: absolute;
    content: "";
    background: #b66959;
    width: 155px;
    height: 2px;
    top: 22px;
    left: 0;
    transform: rotate(164deg);
  }
  body .campaign .price .blc strong em {
    line-height: 1.3;
  }
  body .campaign .price .blc strong.red {
    font-size: 3.5rem;
    background: linear-gradient(180deg, #ae5442 29.45%, #eebeb4 51.52%, #ae5442 73.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .campaign .price .blc strong.red span {
    position: initial;
    font-size: 6rem;
  }
  body .campaign .price .blc strong.red em {
    line-height: 1.4;
  }
  body .campaign .price > p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  body .campaign .price > p span {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, #9b732d 15%, #cbaf64 28%, #9b732d 51%, #e5cf81 82%, #9b732d 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .campaign .price > p span em {
    font-family: "Besley", serif;
    font-size: 2rem;
    font-weight: 600;
  }
  body .main_title {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.ls {
    letter-spacing: 2px;
  }
  body .main_title > em {
    display: block;
    font-family: "Allura", cursive;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main_title > em.white {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main_title strong {
    color: #bc7769;
  }
  body .main_title span {
    font-family: "Besley", serif;
    font-size: 4rem;
    letter-spacing: 3.2px;
  }
  body .main_title div {
    position: relative;
    display: inline-block;
    font-style: italic;
    padding: 0 10px;
  }
  body .main_title div:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 229px;
    height: 18px;
    background: url("../images/title_line.webp") no-repeat;
    background-size: 100%;
  }
  body .lead {
    text-align: center;
    margin-bottom: 40px;
  }
  body .lead.white {
    color: #fff;
  }
  body #cta_campaign {
    background: url("../images/bg_campaign.webp") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 200px 0 230px;
    margin: -120px 0 100px;
  }
  body #cta_campaign.pt {
    background: url("../images/bg_campaign_fcta.webp") no-repeat;
    background-size: cover;
    padding: 80px 0 220px;
    margin: -120px 0 60px;
  }
  body #cta_campaign .inner h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #b26455;
    line-height: 1.6;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    margin-bottom: 20px;
  }
  body #cta_campaign .inner > p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 80px;
  }
  body #cta {
    background: url("../images/bg_present.webp") no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0 80px;
    margin-top: -240px;
  }
  body #cta.f_cta {
    margin-top: -200px;
  }
  body #cta.f_cta:after {
    display: none;
  }
  body #cta:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  body #cta .circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
  }
  body #cta .circle:before, body #cta .circle:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
  }
  body #cta .circle:before {
    background: #fff;
    bottom: 0;
  }
  body #cta .circle:after {
    background: #bc7769;
    bottom: -40px;
  }
  body #cta .circle span {
    display: block;
    font-size: 2rem;
  }
  body #cta .leaf {
    position: relative;
    max-width: 730px;
    margin: 20px auto 30px;
  }
  body #cta .leaf:before, body #cta .leaf:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 56px;
    height: 170px;
  }
  body #cta .leaf:before {
    left: 0;
    background: url("../images/left_leaf.webp") no-repeat;
    background-size: 100%;
  }
  body #cta .leaf:after {
    right: 0;
    background: url("../images/right_leaf.webp") no-repeat;
    background-size: 100%;
  }
  body #cta .leaf p {
    font-size: 3rem;
    font-weight: 600;
    text-shadow: 0 3.556px 3.556px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, #9b732d 15%, #cbaf64 28%, #9b732d 51%, #e5cf81 82%, #9b732d 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #cta .leaf p > em {
    font-family: "Besley", serif;
    font-size: 6.625rem;
    font-weight: 500;
    font-style: italic;
  }
  body #cta .leaf p strong {
    display: block;
    font-size: 4.25rem;
  }
  body #cta .leaf p strong span {
    font-size: 4.375rem;
    letter-spacing: -3.5px;
  }
  body #cta .leaf p strong em {
    letter-spacing: -14px;
  }
  body #cta .bg {
    background: url("../images/bg_gold.webp") no-repeat;
    background-size: 100%;
    padding: 40px 100px;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  }
  body #cta .bg li {
    position: relative;
    background: #fff;
    font-weight: 600;
    padding: 5px 40px 5px 100px;
    font-size: 3rem;
    line-height: 1.2;
  }
  body #cta .bg li:not(:last-child) {
    margin-bottom: 20px;
  }
  body #cta .bg li strong {
    position: absolute;
    top: -5px;
    left: -50px;
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  body #cta .bg li strong::before {
    content: "";
    position: absolute;
    inset: 4px;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    -webkit-mask: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) content-box, linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    -webkit-mask-composite: xor;
    mask: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) content-box, linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    mask-composite: exclude;
    pointer-events: none;
  }
  body #cta .bg li strong span {
    font-family: "Besley", serif;
    font-size: 2.75rem;
    display: block;
    background: linear-gradient(90deg, #9b732d 15%, #cbaf64 28%, #9b732d 51%, #e5cf81 82%, #9b732d 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #cta .bg li .flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
  body #cta .bg li .flx span {
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, #ae5442 29.45%, #eebeb4 51.52%, #ae5442 73.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 2px;
  }
  body #cta .bg li .flx span em {
    display: inline-block;
    font-family: "Besley", serif;
    font-size: 5.5rem;
    font-weight: normal;
    line-height: 0.9;
    margin: 0 2px;
  }
  body #cta .bg li .flx p {
    font-size: 2rem;
    position: relative;
  }
  body #cta .bg li .flx p:after {
    position: absolute;
    content: "";
    background: #b66959;
    width: 178px;
    height: 4px;
    top: 28px;
    left: -10px;
    transform: rotate(165deg);
  }
  body #cta .bg li .flx p em {
    font-family: "Besley", serif;
    font-size: 3.5rem;
    font-weight: normal;
  }
  body #cta .bg li .flx .mini {
    font-size: 2.5rem;
  }
  body #cta .bg li .flx .mini + div {
    display: flex;
    align-items: flex-end;
  }
  body #cta .plus {
    position: relative;
    width: 56px;
    height: 56px;
    margin: 20px auto;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
  }
  body #cta .plus::before, body #cta .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    transform: translate(-50%, -50%);
  }
  body #cta .plus::before {
    width: 30px;
    height: 3px;
    background: #b88719;
  }
  body #cta .plus::after {
    width: 3px;
    height: 30px;
    background: #b88719;
  }
  body #cta .ribbon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px auto 110px;
  }
  body #cta .ribbon li {
    position: relative;
    z-index: 1;
    width: 312px;
    height: 140px;
    border: 5px solid transparent;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    box-shadow: 0 7.813px 7.813px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #cta .ribbon li:before {
    position: absolute;
    content: "";
    background: url("../images/bg_leaf.webp") no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    width: 284px;
    height: 114px;
  }
  body #cta .ribbon li:after {
    position: absolute;
    content: "";
    background: url("../images/icon_ribbon.webp") no-repeat;
    background-size: 100%;
    top: -5px;
    right: -5px;
    width: 84px;
    height: 83px;
  }
  body #cta .ribbon li.center {
    text-align: center;
  }
  body #cta .ribbon li strong {
    display: block;
    font-size: 2rem;
  }
  body #cta .ribbon li strong.flx {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  body #cta .ribbon li strong.flx.center {
    justify-content: center;
  }
  body #cta .ribbon li strong span {
    font-size: 3.125rem;
  }
  body #cta .ribbon li strong em {
    display: inline-block;
    font-family: "Besley", serif;
    font-size: 3.625rem;
    font-weight: normal;
    margin: 0 5px;
    line-height: 0.9;
  }
  body #cta .ribbon li strong em.big {
    font-size: 4.5rem;
  }
  body #cta .ribbon li > em {
    letter-spacing: -2.642px;
  }
  body #cta .ribbon li > em.ls5 {
    letter-spacing: -1.321px;
  }
  body #cta .ribbon li > em.ls15 {
    letter-spacing: -3.964px;
  }
  body #cta .ribbon li > em.ls20 {
    letter-spacing: -5.285px;
  }
  body #cta .ribbon li > em.ls25 {
    letter-spacing: -6.606px;
  }
  body #cta .ribbon li > em.ls30 {
    letter-spacing: -7.927px;
  }
  body #cta .anime_btn {
    margin: 0 auto;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: relative;
  }
  header .bg_fv {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  header .fv_inner {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1340px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .f_txt {
    position: relative;
    z-index: 1;
  }
  header .f_txt .sub_copy {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
  }
  header .f_txt .sub_copy .logo {
    max-width: 265px;
  }
  header .f_txt .sub_copy div {
    font-size: 2rem;
  }
  header .f_txt .sub_copy div p {
    width: 280px;
    text-align: center;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    border: 1px solid #423120;
    line-height: 1.2;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  header .f_txt .sub_copy div strong {
    display: block;
    background: linear-gradient(90deg, #c59e58 6.2%, #cbaf64 27.03%, #c09547 67.4%, #e5cf81 119.41%, #c59e58 138.47%);
    color: #fff;
    font-weight: 600;
    padding: 0 5px 3px;
    line-height: 1.2;
  }
  header .f_txt .main_copy {
    text-align: center;
    line-height: 1.3;
    margin: 0 0 60px 80px;
  }
  header .f_txt .main_copy > p {
    font-size: 4.125rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 6.671px;
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  }
  header .f_txt .main_copy > p strong {
    font-size: 5.75rem;
  }
  header .f_txt .main_copy > p span {
    letter-spacing: 0;
  }
  header .f_txt .main_copy > p span.ls {
    letter-spacing: -6.671px;
  }
  header .f_txt .main_copy > p em {
    font-size: 3.75rem;
    letter-spacing: 3.035px;
  }
  header .f_txt .main_copy > img {
    max-width: 600px;
    margin: -30px 80px 0 0;
  }
  header .f_txt .campaign {
    margin: 0 auto;
  }
  header .f_pic {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .f_pic > img {
    max-width: 630px;
  }
  header .f_pic .circle {
    position: absolute;
    bottom: 160px;
    right: 0;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 3px solid transparent;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
  }
  header .f_pic .circle::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid #c79d3b;
    border-radius: 50%;
    pointer-events: none;
  }
  header .f_pic .circle span {
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
  }
  header .f_pic .circle em {
    font-family: "Besley", serif;
    font-size: 2.625rem;
    font-weight: 500;
    line-height: 0.8;
    margin: 0 2px;
  }
  header .f_pic .anime_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  header .fvbtm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  main #about {
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    font-weight: 600;
  }
  main #about .inner {
    padding: 160px 0 80px;
  }
  main #about .inner .main_title:after {
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/about_logo.webp") no-repeat;
    background-size: 100%;
    width: 114px;
    height: 188px;
    z-index: -1;
  }
  main #about .inner p {
    text-align: center;
  }
  main #about .inner p:not(:last-child) {
    margin-bottom: 40px;
  }
  main #about .swiper {
    overflow: hidden;
  }
  main #about .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  main #about .swiper .swiper-slide {
    width: 320px;
  }
  main #about .swiper .swiper-slide img {
    width: 100%;
  }
  main #change {
    background: url("../images/bg_change.webp") no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  main #change .main_title {
    margin-bottom: 20px;
  }
  main #change .pic {
    position: relative;
  }
  main #change .pic img {
    display: block;
    max-width: 820px;
    margin: 0 auto;
  }
  main #change .pic p {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    margin: auto;
    color: #cda853;
    font-weight: 800;
    font-size: 8.6rem;
    line-height: 1;
    mix-blend-mode: screen;
    text-align: center;
  }
  main #change .inner {
    position: relative;
    padding: 1px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  main #change .inner .wrap {
    padding: 100px;
    background: #fff;
  }
  main #change .inner h3 {
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 626px;
  }
  main #change .inner li {
    position: relative;
  }
  main #change .inner li:not(:last-child) {
    margin-bottom: 60px;
  }
  main #change .inner h4 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 140px;
    height: 140px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3.2px;
    text-align: center;
  }
  main #voice {
    background: url("../images/bg_voice.webp") no-repeat;
    background-size: cover;
    padding: 80px 0 320px;
  }
  main #voice .swiper {
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
  }
  main #voice .swiper .swiper-slide {
    height: auto;
    background: #fff;
    padding: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #voice .swiper .swiper-slide .imgleft {
    margin-bottom: 20px;
  }
  main #voice .swiper .swiper-slide .imgleft > img {
    max-width: 100px;
  }
  main #voice .swiper .swiper-slide .imgleft > div img {
    max-width: 168px;
    margin-bottom: 10px;
  }
  main #voice .swiper .swiper-slide .imgleft > div h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  main #voice .swiper .swiper-slide p {
    font-weight: 500;
    line-height: 1.6;
  }
  main #voice .swiper .swiper-slide p span {
    color: #ba7264;
    font-weight: bold;
  }
  main #point {
    position: relative;
    z-index: 1;
    --point-depth: clamp(50px, 6vw, 80px);
    isolation: isolate;
    padding: 80px 0 200px;
  }
  main #point::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--point-depth)), 50% 100%, 0 calc(100% - var(--point-depth)));
    pointer-events: none;
  }
  main #point li {
    position: relative;
    display: flex;
    align-items: center;
  }
  main #point li:not(:last-child) {
    margin-bottom: 80px;
  }
  main #point li .pic {
    position: relative;
    z-index: 1;
  }
  main #point li .pic img {
    display: block;
    max-width: 440px;
  }
  main #point li .pic span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 8px;
    width: 50px;
    height: 67px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
    filter: drop-shadow(1px 1px 0 rgba(60, 47, 34, 0.8)) drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.35));
  }
  main #point li .pic span em {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-family: "Besley", serif;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
  }
  main #point li .cont {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 630px;
    padding: 20px 10px 40px 100px;
    background: #fff;
  }
  main #point li .cont:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -10px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    width: 630px;
    height: 100%;
    z-index: -1;
  }
  main #point li .cont h3 {
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    display: inline-block;
    padding: 0 10px;
  }
  main #point li .cont h4 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7;
    margin: 10px 0;
  }
  main #point li .cont p {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #flow {
    background: #f6f5f3;
    padding: 80px 0 240px;
  }
  main #flow li {
    position: relative;
    padding-left: 55px;
  }
  main #flow li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #flow li > span {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
    color: #fff;
    font-family: "Allura", cursive;
    font-size: 1.625rem;
    line-height: 1;
    text-align: center;
    padding: 15px 0;
  }
  main #flow li > span em {
    display: block;
    font-size: 3.375rem;
    padding-right: 10px;
  }
  main #flow li img {
    max-width: 320px;
  }
  main #flow li h3 {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main #flow li h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  main #flow li h3 span {
    font-size: 1.5rem;
  }
  main #flow li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 2;
  }
  main #program {
    position: relative;
    padding: 30px 0 80px;
  }
  main #program:after {
    position: absolute;
    content: "";
    top: -160px;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/bg_wave_white.webp") no-repeat;
    background-size: 100%;
  }
  main #program ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 20px;
  }
  main #program li {
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  main #program li:first-child {
    grid-column: 1/-1;
  }
  main #program li:first-child strong {
    font-size: 5rem;
    margin-bottom: 40px;
  }
  main #program li:first-child h3 {
    font-size: 1.125rem;
  }
  main #program li:first-child h3 span {
    width: 200px;
  }
  main #program li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  main #program li div {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  main #program li div strong {
    display: block;
    margin-bottom: 60px;
    font-family: "Allura", cursive;
    font-size: 4rem;
    line-height: 1;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #program li div h3 {
    color: #b26455;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main #program li div h3 span {
    display: block;
    width: 240px;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 2rem;
    line-height: 1.4;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    margin-top: 10px;
  }
  main #program li div p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.4;
  }
  main #schedule {
    --arch-height: clamp(100px, 35vw, 500px);
    --inner-arch-height: calc(var(--arch-height) - 10px);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 80px 0 40px;
    border: 4px solid transparent;
    border-radius: 50% 50% 0 0/var(--arch-height) var(--arch-height) 0 0;
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    margin-bottom: 320px;
  }
  main #schedule::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 6px;
    border: 1px solid transparent;
    border-radius: 50% 50% 0 0/var(--inner-arch-height) var(--inner-arch-height) 0 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    pointer-events: none;
  }
  main #schedule .wrap {
    position: relative;
    z-index: 1;
  }
  main #schedule img {
    display: block;
    max-width: 720px;
    margin: 0 auto;
  }
  main #price {
    position: relative;
    z-index: 1;
    --point-depth: clamp(50px, 6vw, 80px);
    isolation: isolate;
    padding: 80px 0 160px;
  }
  main #price::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--point-depth)), 50% 100%, 0 calc(100% - var(--point-depth)));
    pointer-events: none;
  }
  main #price .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #a0a0a0 0%, #b1b1b1 74.04%, #a0a0a0 100%);
  }
  main #price .tab .tab_btn {
    width: 50%;
    text-align: center;
    cursor: pointer;
  }
  main #price .tab .tab_btn.current {
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    width: 60%;
  }
  main #price .tab_contents {
    display: none;
    padding: 20px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
  }
  main #price .tab_contents.current {
    display: block;
  }
  main #price .flx {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  main #price .flx.start {
    justify-content: flex-start;
  }
  main #price .flx.center {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  main #price p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  main #price p.center {
    text-align: center;
  }
  main #price img {
    margin-bottom: 20px;
  }
  main #price .title {
    background: #dcdcdc;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0 15px;
    line-height: 1.5;
  }
  main #price strong {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
  }
  main #price strong:not(:last-child) {
    margin-bottom: 10px;
  }
  main #price strong span {
    font-family: "Besley", serif;
    font-size: 2.5rem;
    margin-right: 5px;
    line-height: 1;
  }
  main #price .no {
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 20px;
  }
  main #price .no .title {
    width: 310px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
  }
  main #price .no .flx {
    align-items: center;
    padding: 8px 20px 8px 50px;
  }
  main #price .no .flx p {
    font-size: 1.25rem;
  }
  main #price .course:not(:last-child) {
    margin-bottom: 20px;
  }
  main #price .course li {
    width: 310px;
  }
  main #price .course li:first-child {
    border: 2px solid #dda599;
  }
  main #price .course li:nth-child(2) {
    border: 2px solid #cb897d;
  }
  main #price .course li:nth-child(2) h3 {
    background: #cb897d;
  }
  main #price .course li:nth-child(3) {
    border: 2px solid #b66959;
  }
  main #price .course li:nth-child(3) h3 {
    background: #b66959;
  }
  main #price .course li h3 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    background: #dda599;
    padding: 5px;
    line-height: 1.6;
  }
  main #price .course li > div {
    padding: 20px;
    min-height: 110px;
  }
  main #price .course li > div .flx {
    margin-bottom: 20px;
  }
  main #price .course li > div .flx .title {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #message {
    background: url("../images/bg_message.webp") no-repeat;
    background-size: cover;
    padding: 80px 0 220px;
  }
  main #message .imgleft {
    align-items: center;
  }
  main #message .imgleft img {
    max-width: 300px;
  }
  main #message .imgleft > div {
    margin-left: 80px;
    position: relative;
    padding: 40px 40px 30px;
    border: 4px solid transparent;
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
  }
  main #message .imgleft > div::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 5px;
    padding: 1px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
  main #message .imgleft h3 {
    margin-bottom: 30px;
    border-bottom: 2px dashed #e0e0e0;
    font-size: 1.5rem;
    font-weight: bold;
  }
  main #message .imgleft p {
    font-weight: bold;
    line-height: 1.8;
  }
  main #message .imgleft p span {
    display: block;
    border-bottom: 2px dashed #e0e0e0;
  }
  main #message .imgleft p span.smonly {
    display: inline-block;
    border-bottom: none;
  }
  main #message .imgleft p span:not(:last-child) {
    margin-bottom: 10px;
  }
  main #message .imgleft small {
    display: block;
    padding-top: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.875rem;
    text-align: right;
  }
  main #access {
    position: relative;
    padding: 0 0 240px;
  }
  main #access:after {
    position: absolute;
    content: "";
    top: -160px;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/bg_wave_white.webp") no-repeat;
    background-size: 100%;
  }
  main #access .blc {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #access iframe {
    display: block;
    height: auto;
  }
  main #access h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  main #access li {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.6;
  }
  main #access li:not(:last-child) {
    margin-bottom: 15px;
  }
  main #access li h4 {
    position: relative;
    width: 120px;
    font-weight: 500;
    padding-bottom: 5px;
  }
  main #access li h4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    width: 100%;
    height: 2px;
  }
  main #access li p {
    width: 350px;
    border-bottom: 2px solid #d7d7d7;
    padding: 0 8px 5px;
  }
  main #faq {
    position: relative;
    background: #f6f5f3;
    padding: 40px 0 200px;
  }
  main #faq:after {
    position: absolute;
    content: "";
    top: -160px;
    left: 0;
    width: 100%;
    height: 160px;
    background: url("../images/bg_wave_dwhite.webp") no-repeat;
    background-size: 100%;
  }
  main #faq li {
    background: #fff;
    border-radius: 4px;
  }
  main #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  main #faq h3:before, main #faq h3:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 2px;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    transition: 0.3s;
  }
  main #faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq h3:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  main #faq h3.open:after {
    transform: rotate(0deg);
  }
  main #faq h3 .q {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Besley", serif;
    font-size: 1.5rem;
    line-height: 1;
    background: linear-gradient(90deg, #c59e58 6.2%, #cbaf64 27.03%, #c09547 67.4%, #e5cf81 119.41%, #c59e58 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #faq h3 .title {
    display: block;
    width: 90%;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #faq .cont {
    display: none;
  }
  main #faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 0 15px 15px;
  }
  main #faq .cont .a {
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Besley", serif;
    font-size: 1.5rem;
    line-height: 1;
  }
  main #faq .cont .txt {
    width: 90%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.6;
    border-top: 2px solid #f6f5f3;
    padding-top: 10px;
  }
  main #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #error {
    padding: 80px 0;
  }
  main #error .anime_btn {
    margin: 40px auto 0;
  }
  footer .f_blc {
    padding: 20px 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  footer .f_blc .f_logo {
    width: 270px;
  }
  footer .f_blc ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-bottom: 60px;
  }
  footer .f_blc ul a {
    font-size: 0.875rem;
  }
  footer .f_blc ul a:hover {
    color: #cda853;
  }
  footer .f_blc small {
    display: block;
    text-align: right;
    font-size: 0.75rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    transition: 0.7s;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  footer .fixbtn {
    display: none !important;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    overflow-x: hidden;
  }
  body {
    color: #423120;
    font-family: "Shippori Mincho", serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 20px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 20px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .anime_btn {
    position: relative;
    max-width: 360px;
    width: 100%;
  }
  body .anime_btn p {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 75%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.067px;
    line-height: 1;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
    filter: drop-shadow(0 0 6.667px #fff) drop-shadow(0 0 6.667px #fff);
  }
  body .anime_btn p:before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 30px;
    height: 5px;
    border-radius: 100px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    transform: rotate(50deg);
    border: 1px solid #fff;
  }
  body .anime_btn p:after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 10px;
    width: 30px;
    height: 5px;
    border-radius: 100px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    transform: rotate(-50deg);
    border: 1px solid #fff;
  }
  body .anime_btn p span {
    color: #bc7769;
  }
  body .anime_btn p span em {
    font-family: "Besley", serif;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1.6px;
  }
  body .anime_btn .cta_btn {
    display: block;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 15px;
    box-shadow: 0 11.219px 5.609px 0 rgba(255, 255, 255, 0.2) inset;
    overflow: hidden;
    background: linear-gradient(180deg, #8dde75 0%, #17a13d 100%);
    position: relative;
  }
  body .anime_btn .cta_btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: #fff;
    animation: btn_animation 3s ease-in-out infinite;
  }
  body .anime_btn .cta_btn:after {
    position: absolute;
    content: "";
    background: url("../images/icon_btn.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  body .anime_btn .cta_btn span {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  body .anime_btn .cta_btn span::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 3px;
    padding: 1px;
    height: 90%;
    border-radius: 13px;
    background: linear-gradient(90deg, #cda853 0%, #fbf6e1 50%, #cda853 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
  }
  body .anime_btn .cta_btn img {
    width: 45px;
  }
  body .anime_btn .cta_btn.red {
    background: linear-gradient(180deg, #c8988e -32.52%, #ae5442 96.46%);
    box-shadow: 0 7.479px 3.74px 0 rgba(255, 255, 255, 0.2) inset;
  }
  body .anime_btn .cta_btn.red:after {
    background: url("../images/icon_btn_red.svg") no-repeat;
    background-size: 100%;
  }
  body .anime_btn .cta_btn.red span {
    gap: 40px;
  }
  body .anime_btn .cta_btn.red img {
    width: 30px;
  }
  @keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  body .campaign {
    position: relative;
    max-width: 360px;
  }
  body .campaign > p {
    position: absolute;
    top: -25px;
    right: 10px;
    z-index: 1;
    font-family: "Allura", cursive;
    font-size: 2.4rem;
    line-height: 1.2;
    background: linear-gradient(93deg, #cda853 0.79%, #e4cf9a 32.56%, #e4cf9a 61.75%, #cda853 97.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-0.923deg);
  }
  body .campaign .campaign_wrap {
    position: relative;
    --curve-shape: polygon(0 0, 12.5% 1px, 25% 2px, 37.5% 3px, 50% 4px, 62.5% 3px, 75% 2px, 87.5% 1px, 100% 0, 100% 100%, 87.5% calc(100% - 1px), 75% calc(100% - 2px), 62.5% calc(100% - 3px), 50% calc(100% - 4px), 37.5% calc(100% - 3px), 25% calc(100% - 2px), 12.5% calc(100% - 1px), 0 100%);
    padding: 3px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    clip-path: var(--curve-shape);
    box-sizing: border-box;
  }
  body .campaign .wrap {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #fff;
    clip-path: var(--curve-shape);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  body .campaign .circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    line-height: 1.2;
  }
  body .campaign .price .blc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #b4b4b4;
  }
  body .campaign .price .blc p {
    font-size: 0.8rem;
  }
  body .campaign .price .blc img {
    width: 15px;
    padding-top: 10px;
  }
  body .campaign .price .blc strong {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: flex-end;
  }
  body .campaign .price .blc strong span {
    position: relative;
    font-family: "Besley", serif;
    font-weight: normal;
    font-size: 1.8rem;
  }
  body .campaign .price .blc strong span.line:after {
    position: absolute;
    content: "";
    background: #b66959;
    width: 80px;
    height: 2px;
    top: 8px;
    left: 0;
    transform: rotate(164deg);
  }
  body .campaign .price .blc strong em {
    line-height: 1.3;
  }
  body .campaign .price .blc strong.red {
    font-size: 2rem;
    background: linear-gradient(180deg, #ae5442 29.45%, #eebeb4 51.52%, #ae5442 73.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .campaign .price .blc strong.red span {
    position: initial;
    font-size: 3.8rem;
  }
  body .campaign .price .blc strong.red em {
    line-height: 1.4;
  }
  body .campaign .price > p {
    font-size: 0.74rem;
    line-height: 1.4;
  }
  body .campaign .price > p span {
    font-size: 1rem;
    font-weight: 800;
    background: linear-gradient(90deg, #9b732d 15%, #cbaf64 28%, #9b732d 51%, #e5cf81 82%, #9b732d 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .campaign .price > p span em {
    font-family: "Besley", serif;
    font-size: 1.2rem;
    font-weight: 600;
  }
  body .main_title {
    position: relative;
    z-index: 1;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.ls {
    letter-spacing: 1.2px;
  }
  body .main_title > em {
    display: block;
    font-family: "Allura", cursive;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main_title > em.white {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main_title strong {
    color: #bc7769;
  }
  body .main_title span {
    font-family: "Besley", serif;
    font-size: 2.2rem;
    letter-spacing: 1.6px;
  }
  body .main_title div {
    position: relative;
    display: block;
    font-style: italic;
    padding: 0 10px;
  }
  body .main_title div:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
    height: 10px;
    background: url("../images/title_line.webp") no-repeat;
    background-size: 100%;
  }
  body .main_title div span {
    font-size: 2.8rem;
  }
  body .lead {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 20px;
  }
  body .lead.white {
    color: #fff;
  }
  body #cta_campaign {
    background: url("../images/bg_campaign_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 20px 100px;
    margin: -50px 0 0;
  }
  body #cta_campaign.pt {
    background: url("../images/bg_campaign_fcta_sp.webp") no-repeat;
    background-size: cover;
    padding: 20px 20px 80px;
    margin: 0;
  }
  body #cta_campaign .inner {
    max-width: 400px;
    margin: 0 auto;
  }
  body #cta_campaign .inner h2 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #b26455;
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 20px;
  }
  body #cta_campaign .inner > p {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }
  body #cta {
    background: url("../images/bg_present_sp.webp") no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 90px 20px 40px;
  }
  body #cta::before {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    z-index: 1;
    background: url("../images/bg_present_sp_top.webp") no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 50px;
  }
  body #cta.f_cta:after {
    display: none;
  }
  body #cta:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  body #cta .circle {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
  }
  body #cta .circle:before, body #cta .circle:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 20px;
  }
  body #cta .circle:before {
    background: #fff;
    bottom: 0;
  }
  body #cta .circle:after {
    background: #bc7769;
    bottom: -20px;
  }
  body #cta .circle span {
    display: block;
    font-size: 1.2rem;
  }
  body #cta .leaf {
    position: relative;
    max-width: 320px;
    margin: 20px auto 10px;
  }
  body #cta .leaf:before, body #cta .leaf:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 25px;
    height: 75px;
  }
  body #cta .leaf:before {
    left: 0;
    background: url("../images/left_leaf.webp") no-repeat;
    background-size: 100%;
  }
  body #cta .leaf:after {
    right: 0;
    background: url("../images/right_leaf.webp") no-repeat;
    background-size: 100%;
  }
  body #cta .leaf p {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0 3.556px 3.556px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, #9b732d 15%, #cbaf64 28%, #9b732d 51%, #e5cf81 82%, #9b732d 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #cta .leaf p > em {
    font-family: "Besley", serif;
    font-size: 3.3rem;
    font-weight: 500;
    font-style: italic;
  }
  body #cta .leaf p strong {
    display: block;
    font-size: 2rem;
  }
  body #cta .leaf p strong span {
    font-size: 2.2rem;
    letter-spacing: -1.58px;
  }
  body #cta .leaf p strong em {
    letter-spacing: -6.321px;
  }
  body #cta .bg {
    background: url("../images/bg_gold.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 10px 20px 25px;
    filter: drop-shadow(0 3.6px 3.6px rgba(0, 0, 0, 0.2));
    max-width: 360px;
    margin: 0 auto;
  }
  body #cta .bg li {
    position: relative;
    background: #fff;
    font-weight: 600;
    padding: 5px 20px 5px 35px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  body #cta .bg li:not(:last-child) {
    margin-bottom: 10px;
  }
  body #cta .bg li strong {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }
  body #cta .bg li strong::before {
    content: "";
    position: absolute;
    inset: 2px;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    -webkit-mask: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) content-box, linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    -webkit-mask-composite: xor;
    mask: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) content-box, linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    mask-composite: exclude;
    pointer-events: none;
  }
  body #cta .bg li strong span {
    font-family: "Besley", serif;
    font-size: 1.2rem;
    display: block;
    background: linear-gradient(90deg, #9b732d 15%, #cbaf64 28%, #9b732d 51%, #e5cf81 82%, #9b732d 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body #cta .bg li .flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  body #cta .bg li .flx span {
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, #ae5442 29.45%, #eebeb4 51.52%, #ae5442 73.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 2px;
  }
  body #cta .bg li .flx span em {
    display: inline-block;
    font-family: "Besley", serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 0.9;
    margin: 0 2px;
  }
  body #cta .bg li .flx p {
    font-size: 0.9rem;
    position: relative;
  }
  body #cta .bg li .flx p:after {
    position: absolute;
    content: "";
    background: #b66959;
    width: 65px;
    height: 2px;
    top: 10px;
    left: 0;
    transform: rotate(165deg);
  }
  body #cta .bg li .flx p em {
    font-family: "Besley", serif;
    font-size: 1.5rem;
    font-weight: normal;
  }
  body #cta .bg li .flx .mini {
    font-size: 1.1rem;
  }
  body #cta .bg li .flx .mini + div {
    display: flex;
    align-items: flex-end;
  }
  body #cta .bg li .flx img {
    width: 12px;
  }
  body #cta .plus {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px auto;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
  }
  body #cta .plus::before, body #cta .plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    transform: translate(-50%, -50%);
  }
  body #cta .plus::before {
    width: 15px;
    height: 2px;
    background: #b88719;
  }
  body #cta .plus::after {
    width: 2px;
    height: 15px;
    background: #b88719;
  }
  body #cta .ribbon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px auto 70px;
  }
  body #cta .ribbon li {
    position: relative;
    z-index: 1;
    width: 160px;
    height: 75px;
    font-size: 0.9rem;
    border: 2px solid transparent;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    box-shadow: 0 7.813px 7.813px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #cta .ribbon li:before {
    position: absolute;
    content: "";
    background: url("../images/bg_leaf.webp") no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    width: 155px;
    height: 60px;
  }
  body #cta .ribbon li:after {
    position: absolute;
    content: "";
    background: url("../images/icon_ribbon.webp") no-repeat;
    background-size: 100%;
    top: -2px;
    right: -2px;
    width: 46px;
    height: 45px;
  }
  body #cta .ribbon li.center {
    text-align: center;
  }
  body #cta .ribbon li strong {
    display: block;
    font-size: 1.2rem;
  }
  body #cta .ribbon li strong.flx {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  body #cta .ribbon li strong.flx.center {
    justify-content: center;
  }
  body #cta .ribbon li strong span {
    font-size: 1.8rem;
  }
  body #cta .ribbon li strong em {
    display: inline-block;
    font-family: "Besley", serif;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 5px;
    line-height: 0.9;
  }
  body #cta .ribbon li strong em.big {
    font-size: 2.6rem;
  }
  body #cta .ribbon li > em {
    letter-spacing: -1px;
  }
  body #cta .ribbon li > em.ls5 {
    letter-spacing: -0.5px;
  }
  body #cta .ribbon li > em.ls15 {
    letter-spacing: -3px;
  }
  body #cta .ribbon li > em.ls20 {
    letter-spacing: -4px;
  }
  body #cta .ribbon li > em.ls25 {
    letter-spacing: -5px;
  }
  body #cta .ribbon li > em.ls30 {
    letter-spacing: -6px;
  }
  body #cta .anime_btn {
    margin: 0 auto;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: relative;
    background: url("../images/bg_fv_sp.webp") no-repeat;
    background-size: cover;
  }
  header .fv_inner {
    display: flex;
    flex-direction: column-reverse;
  }
  header .anime_btn {
    margin: 0 auto;
  }
  header .f_txt .sub_copy {
    position: absolute;
    top: 15px;
    left: 5px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  header .f_txt .sub_copy .logo {
    max-width: 127px;
  }
  header .f_txt .sub_copy div p {
    width: 125px;
    text-align: center;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    border: 0.1px solid #423120;
    line-height: 1.2;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }
  header .f_txt .sub_copy div strong {
    display: block;
    background: linear-gradient(90deg, #c59e58 6.2%, #cbaf64 27.03%, #c09547 67.4%, #e5cf81 119.41%, #c59e58 138.47%);
    color: #fff;
    font-weight: 600;
    padding: 2px 6px;
    line-height: 1.2;
  }
  header .f_txt .main_copy {
    position: relative;
    top: -50px;
    z-index: 1;
    line-height: 1.4;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  header .f_txt .main_copy > p {
    font-size: 2.4rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 4.647px;
    filter: drop-shadow(0 0 8.701px #fff) drop-shadow(0 0 8.701px #fff) drop-shadow(0 0 10px #fff);
  }
  header .f_txt .main_copy > p:last-of-type {
    font-size: 2rem;
  }
  header .f_txt .main_copy > p strong {
    font-size: 3.3rem;
  }
  header .f_txt .main_copy > p span {
    letter-spacing: 0;
  }
  header .f_txt .main_copy > p span.ls {
    letter-spacing: -2.91px;
  }
  header .f_txt .main_copy > p em {
    letter-spacing: 2.469px;
    font-size: 1.8rem;
  }
  header .f_txt .main_copy > img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 290px;
  }
  header .f_txt .campaign {
    margin: -10px auto 60px;
  }
  header .f_pic {
    position: relative;
    top: 60px;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  header .f_pic .circle {
    position: absolute;
    bottom: 95px;
    right: 10px;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
  }
  header .f_pic .circle::before {
    content: "";
    position: absolute;
    inset: 2px;
    border: 0.5px solid #c79d3b;
    border-radius: 50%;
    pointer-events: none;
  }
  header .f_pic .circle span {
    display: flex;
    align-items: flex-end;
    padding-top: 5px;
  }
  header .f_pic .circle em {
    font-family: "Besley", serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 0.8;
    margin: 0 2px;
  }
  header .f_pic .fvbtm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  main #about {
    background: linear-gradient(90deg, #f0ede7 0%, #fff 50%, #f0ede7 100%);
    font-weight: 600;
  }
  main #about .inner {
    padding: 80px 20px 40px;
  }
  main #about .inner .main_title {
    line-height: 2;
  }
  main #about .inner .main_title:after {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/about_logo.webp") no-repeat;
    background-size: 100%;
    width: 60px;
    height: 100px;
    z-index: -1;
  }
  main #about .inner p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #about .swiper {
    overflow: hidden;
  }
  main #about .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  main #about .swiper .swiper-slide {
    width: 160px;
  }
  main #about .swiper .swiper-slide img {
    width: 100%;
  }
  main #change {
    background: url("../images/bg_change.webp") no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  main #change .main_title {
    margin-bottom: 20px;
  }
  main #change .pic {
    position: relative;
  }
  main #change .pic img {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 10px;
  }
  main #change .pic p {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    color: #cda853;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1;
    mix-blend-mode: color-dodge;
    text-align: center;
  }
  main #change .inner {
    position: relative;
    padding: 1px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    max-width: 360px;
    margin: 0 auto;
  }
  main #change .inner .wrap {
    padding: 40px 15px;
    background: #fff;
  }
  main #change .inner h3 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 250px;
  }
  main #change .inner li {
    position: relative;
  }
  main #change .inner li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #change .inner h4 {
    position: absolute;
    top: 0;
    left: -10px;
    width: 65px;
    height: 65px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-align: center;
  }
  main #voice {
    background: url("../images/bg_voice.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 100px;
  }
  main #voice .lead {
    padding: 0 20px;
  }
  main #voice .swiper {
    overflow: hidden;
  }
  main #voice .swiper .swiper-slide {
    height: auto;
    background: #fff;
    padding: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #voice .swiper .swiper-slide .imgleft {
    margin-bottom: 20px;
  }
  main #voice .swiper .swiper-slide .imgleft > img {
    max-width: 80px;
  }
  main #voice .swiper .swiper-slide .imgleft > div img {
    max-width: 125px;
    margin-bottom: 10px;
  }
  main #voice .swiper .swiper-slide .imgleft > div h3 {
    font-size: 1.14rem;
    line-height: 1.4;
  }
  main #voice .swiper .swiper-slide p {
    font-weight: 500;
    line-height: 1.6;
  }
  main #voice .swiper .swiper-slide p span {
    color: #ba7264;
    font-weight: bold;
  }
  main #point {
    position: relative;
    z-index: 1;
    --point-depth: clamp(50px, 6vw, 80px);
    isolation: isolate;
    padding: 40px 0 100px;
  }
  main #point::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--point-depth)), 50% 100%, 0 calc(100% - var(--point-depth)));
    pointer-events: none;
  }
  main #point ul {
    max-width: 390px;
    margin: 0 auto;
  }
  main #point li {
    position: relative;
  }
  main #point li:not(:last-child) {
    margin-bottom: 60px;
  }
  main #point li .pic {
    position: relative;
    z-index: 1;
  }
  main #point li .pic img {
    display: block;
    max-width: 340px;
    width: 100%;
  }
  main #point li .pic span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 8px;
    width: 40px;
    height: 55px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
    filter: drop-shadow(1px 1px 0 rgba(60, 47, 34, 0.8)) drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.35));
  }
  main #point li .pic span em {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-family: "Besley", serif;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
  }
  main #point li .cont {
    position: relative;
    margin: -60px 10px 0 auto;
    width: 355px;
    padding: 80px 20px 20px 20px;
    background: #fff;
  }
  main #point li .cont:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -10px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    width: 345px;
    height: 100%;
    z-index: -1;
  }
  main #point li .cont h3 {
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.25;
    display: inline-block;
    padding: 0 10px;
  }
  main #point li .cont h4 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7;
    margin: 10px 0;
  }
  main #point li .cont p {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #flow {
    background: #f6f5f3;
    padding: 40px 20px 80px;
  }
  main #flow ul {
    max-width: 400px;
    margin: 0 auto;
  }
  main #flow li {
    position: relative;
    padding-left: 10px;
    flex-direction: column;
  }
  main #flow li:not(:last-child) {
    margin-bottom: 50px;
  }
  main #flow li > div {
    margin: 0;
  }
  main #flow li > span {
    position: absolute;
    top: -15px;
    left: 0;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
    color: #fff;
    font-family: "Allura", cursive;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
  }
  main #flow li > span em {
    display: block;
    font-size: 3rem;
    padding-right: 10px;
  }
  main #flow li img {
    max-width: 340px;
    width: 100%;
  }
  main #flow li h3 {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 20px 0 10px;
  }
  main #flow li h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  main #flow li h3 span {
    font-size: 1.1rem;
  }
  main #flow li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 2;
  }
  main #program {
    position: relative;
    padding: 20px 20px 40px;
  }
  main #program:after {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/bg_wave_white_sp.webp") no-repeat;
    background-size: cover;
  }
  main #program ul {
    max-width: 360px;
    margin: 0 auto;
  }
  main #program li {
    position: relative;
    padding: 25px 10px 15px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  }
  main #program li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #program li:first-child h3 span {
    width: 120px;
  }
  main #program li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
  }
  main #program li img {
    position: absolute;
    top: 0;
    right: 0;
  }
  main #program li div {
    position: relative;
    z-index: 1;
  }
  main #program li div strong {
    display: block;
    margin-bottom: 40px;
    font-family: "Allura", cursive;
    font-size: 2.8rem;
    line-height: 1;
    background: linear-gradient(90deg, #cda853 0%, #fbf6e1 50%, #cda853 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #program li div h3 {
    color: #b26455;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main #program li div h3 span {
    display: block;
    width: 140px;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    line-height: 1.2;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    padding-bottom: 2px;
    margin-top: 10px;
  }
  main #program li div p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.4;
  }
  main #schedule {
    --arch-height: clamp(100px, 180px, 200px);
    --inner-arch-height: calc(var(--arch-height) - 10px);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 60px 10px 20px;
    border: 2px solid transparent;
    border-radius: 50% 50% 0 0/var(--arch-height) var(--arch-height) 0 0;
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    max-width: 360px;
    margin: 0 auto 100px;
  }
  main #schedule::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 4px;
    border: 1px solid transparent;
    border-radius: 50% 50% 0 0/var(--inner-arch-height) var(--inner-arch-height) 0 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%) border-box;
    pointer-events: none;
  }
  main #schedule .wrap {
    position: relative;
    z-index: 1;
  }
  main #schedule img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main #price {
    position: relative;
    z-index: 1;
    --point-depth: clamp(50px, 6vw, 80px);
    isolation: isolate;
    padding: 40px 20px 100px;
  }
  main #price::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--point-depth)), 50% 100%, 0 calc(100% - var(--point-depth)));
    pointer-events: none;
  }
  main #price .tab_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  main #price .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    border-radius: 7px 7px 0 0;
    background: linear-gradient(90deg, #a0a0a0 0%, #b1b1b1 74.04%, #a0a0a0 100%);
  }
  main #price .tab .tab_btn {
    width: 50%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
  }
  main #price .tab .tab_btn.current {
    border-radius: 7px 7px 0 0;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    width: 60%;
  }
  main #price .tab_contents {
    display: none;
    padding: 20px;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
  }
  main #price .tab_contents.current {
    display: block;
  }
  main #price .flx {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  main #price .flx.start {
    justify-content: flex-start;
  }
  main #price .flx.center {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  main #price .flx.sp_cloumn {
    flex-direction: column;
  }
  main #price p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.5;
  }
  main #price p.center {
    text-align: center;
  }
  main #price img {
    margin-bottom: 20px;
  }
  main #price .title {
    background: #dcdcdc;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 18px;
    line-height: 1.5;
  }
  main #price strong {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
  }
  main #price strong:not(:last-child) {
    margin-bottom: 10px;
  }
  main #price strong span {
    font-family: "Besley", serif;
    font-size: 2.8rem;
    margin-right: 5px;
    line-height: 1;
  }
  main #price .no {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
  }
  main #price .no .title {
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px;
  }
  main #price .no .flx {
    padding: 15px 20px 10px 10px;
  }
  main #price .course:not(:last-child) {
    margin-bottom: 20px;
  }
  main #price .course li {
    width: 100%;
  }
  main #price .course li:first-child {
    border: 2px solid #dda599;
  }
  main #price .course li:nth-child(2) {
    border: 2px solid #cb897d;
  }
  main #price .course li:nth-child(2) h3 {
    background: #cb897d;
  }
  main #price .course li:nth-child(3) {
    border: 2px solid #b66959;
  }
  main #price .course li:nth-child(3) h3 {
    background: #b66959;
  }
  main #price .course li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #price .course li h3 {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #dda599;
    padding: 5px;
    line-height: 1.6;
  }
  main #price .course li > div {
    padding: 10px 20px;
  }
  main #price .course li > div .flx {
    margin-bottom: 15px;
  }
  main #price .course li > div .flx .title {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #message {
    background: url("../images/bg_message.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 20px 100px;
  }
  main #message .imgleft {
    flex-direction: column;
  }
  main #message .imgleft img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 20px;
  }
  main #message .imgleft > div {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid transparent;
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%) border-box;
  }
  main #message .imgleft > div::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 5px;
    padding: 1px;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
  main #message .imgleft h3 {
    margin-bottom: 30px;
    border-bottom: 2px dashed #e0e0e0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  main #message .imgleft h3 .smonly {
    display: block;
    border-bottom: 2px dashed #e0e0e0;
  }
  main #message .imgleft p {
    font-weight: bold;
    line-height: 1.8;
  }
  main #message .imgleft p span {
    display: block;
    border-bottom: 2px dashed #e0e0e0;
  }
  main #message .imgleft p span:not(:last-child) {
    margin-bottom: 10px;
  }
  main #message .imgleft em {
    display: block;
    border-bottom: 2px dashed #e0e0e0;
  }
  main #message .imgleft em.pconly {
    display: none;
  }
  main #message .imgleft em:not(:last-child) {
    margin-bottom: 10px;
  }
  main #message .imgleft small {
    display: block;
    padding-top: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.8rem;
    text-align: right;
  }
  main #access {
    position: relative;
    padding: 20px 20px 100px;
  }
  main #access:after {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/bg_wave_white.webp") no-repeat;
    background-size: cover;
  }
  main #access .blc {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #access iframe {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 auto 20px;
  }
  main #access h3 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    letter-spacing: 1.2px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  main #access li {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 1.6;
  }
  main #access li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #access li h4 {
    position: relative;
    width: 30%;
    font-weight: 500;
    padding-bottom: 5px;
  }
  main #access li h4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #cda853 0%, #e4cf9a 33%, #e4cf9a 63%, #cda853 100%);
    width: 100%;
    height: 2px;
  }
  main #access li p {
    width: 68%;
    border-bottom: 2px solid #d7d7d7;
    padding: 0 8px 5px;
  }
  main #faq {
    position: relative;
    background: #f6f5f3;
    padding: 20px 20px 60px;
  }
  main #faq:after {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/bg_wave_dwhite.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  main #faq li {
    background: #fff;
    border-radius: 4px;
  }
  main #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  main #faq h3:before, main #faq h3:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 2px;
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    transition: 0.3s;
  }
  main #faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq h3:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  main #faq h3.open:after {
    transform: rotate(0deg);
  }
  main #faq h3 .q {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Besley", serif;
    font-size: 1.4rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #faq h3 .title {
    display: block;
    width: 84%;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  main #faq .cont {
    display: none;
  }
  main #faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 10px 10px;
  }
  main #faq .cont .a {
    background: linear-gradient(151deg, #c8988e 23.12%, #ae5442 130.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Besley", serif;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  main #faq .cont .txt {
    width: 90%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.6;
    border-top: 2px solid #f6f5f3;
    padding-top: 5px;
  }
  main #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #error {
    padding: 40px 20px;
  }
  main #error .anime_btn {
    margin: 40px auto 0;
  }
  footer .f_blc {
    padding: 20px 20px 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  footer .f_blc .f_logo {
    width: 190px;
    margin: 0 auto 40px;
  }
  footer .f_blc ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
  }
  footer .f_blc ul a {
    font-size: 0.9rem;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
    font-size: 0.8rem;
  }
  footer .fixbtn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 5px;
  }
  footer .fixbtn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    max-width: 380px;
    margin: 0 auto;
  }
  footer .fixbtn ul .cta_btn {
    font-size: 1rem;
    border-radius: 10px;
  }
  footer .fixbtn ul .cta_btn span {
    gap: 5px;
  }
  footer .fixbtn ul .cta_btn span:before {
    border-radius: 9px;
  }
  footer .fixbtn ul .cta_btn img {
    width: 24px;
  }
  footer .fixbtn ul .cta_btn.red span {
    gap: 5px;
  }
  footer .fixbtn ul .cta_btn.red img {
    width: 17px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 10px;
    background: linear-gradient(90deg, #c79d3b 0%, #d7b055 34%, #f4d07d 66%, #c79d3b 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */