/* =========================
   Minimal Reset + Base Style
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* iOSズーム暴走防止 */
  text-rendering: optimizeLegibility;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 767px) {
    body {
        zoom:1.2;
    }
}

@media print {
  body {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

button {
  background: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/* =========================
   変数設定
========================= */
:root {
  
  /* ====== グレースケール ====== */
  --color-black: #000;
  --color-main-gray: #2E2E2E;
  --color-gray: #383838;
  --color-white: #fff;
  --color-bg-green: #AEBB9C;
  --color-light-green: #50734B;
  --color-title-green: #0F2E1E;
  --color-title-green01: #4D9069;
  --color-btn-green: #325340;
  --color-marker-green: #E8EDD4;

  /* ====== 背景・テキスト ====== */
  --bg-body: var(--color-white);
  --text-main: var(--color-main-gray);

  /* ====== フォント系 ====== */
  --font-sans: 'Noto Sans JP', sans-serif;
  --font-serif: "Shippori Mincho",YuMincho,serif;
  --font-noto-serif: "Noto Serif JP", serif;

  /* ====== コンテンツサイズ ====== */
  --wrap-size: 375px;
  --content-size: 1200px;
}

/* =========================
   各種設定
========================= */

body {
  line-height: 1.5;
  color: var(--text-main);
  font-family: var(--font-serif) !important;
  font-weight: 500;
  font-size: 14px;
  background-color: #F2EEE7;
}

.wrap {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 767px) {
  html, body, main {
    height: 100%;
    margin: 0;
  }
  .wrap {
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .wrap::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
  }
  .wrap.thanks {
    background: none;
    background-color: var(--color-white);
  }
}

.inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #F2EEE7;
}

@media screen and (min-width: 767px) {
  .inner {
    width: var(--wrap-size);
    margin: 0 0 0 600px;
  }

  .wrap.thanks .inner {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1400px) {
  .inner {
    margin: 0 0 0 calc(60% - 187.5px);
  }
}

.in {
    padding: 40px 20px;
}

.shikari {
    font-size: 60%;
}

.small {
    font-size: 60%;
}

.lp_cta_area {
    position: relative;
    background-color: #4F3204;
    padding: 20px;
}

.lp_cta_area_inner {
    background-color: #F6F4EE;
}

.lp_cta_in {
    padding: 20px 20px;
}

.lp_cta_btn_in {
    width: 100%;
    text-align: center;
    margin:0 auto 0
}

.lp_cta_btn {
    display: inline-block;
    width: 100%;
}

.lp_cta_btn img {
    width: 100%;
    display: block;
}

.lp_cta_btn02 {
    position: absolute;
    bottom: 42%;
    width: 77%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.lp_cta_point {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.lp_cta_point > div {
    width: calc((100% - 10px) / 2);
}

.lp_normal_caption > .title {
    background-color: #4F3204;
    padding: 6px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.lp_normal_caption > .caption_in {
    border:1px solid #000;
    padding: 16px 5px;
    background-color: #fff;
}

.lp_normal_caption > .caption_in > .btn_area_title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #4F3204;
    margin: 10px 0;
}

.lp_normal_caption > .caption_in > .btn_area_title > span {
    color: #A41111;
}

.lp_normal_caption > .caption_in > .btn {
    border: 2px solid #009939;
    color: #009939;
    font-weight: 700;
    border-radius: 22px;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    margin: 0 auto;
    position: relative;
}

.lp_normal_caption > .caption_in > .btn::after {
    width: 14px;
    height: 18px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 16px;
    background-image: url(../img/arrow_green.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 50%;
    transform: translate(0, -50%);
}

.lp_cta_caption {
    font-size: 12px;
    margin-top: 20px;
}

.lp_cta_caption > a {
    color: #006FFF;
}

.cta_area {
    position: relative;
}

.cta_btn {
    position: absolute;
    bottom: 27%;
    width: 92%;
    left: 4%;
}

.cta_point {
    position: absolute;
    bottom: 1.5%;
    left: 3%;
    width: 94%;
    display: flex;
    gap:10px;
}

.cta_point > div {
    width: calc((100% - 20px) / 3);
}

.fl_bnr {
    position: fixed;
    z-index: 100;
    width:100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    padding-bottom: env(safe-area-inset-bottom); /* iPhone下部の安全領域 */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.fl_bnr.is-active {
    opacity: 1;
}

.fl_bnr_wrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
  
@media screen and (min-width: 767px) {
    .fl_bnr_wrap {
      width: var(--wrap-size);
      margin: 0 0 0 600px;
    }
  
    .wrap.thanks .fl_bnr_wrap {
      margin: 0 auto;
    }
}
  
@media screen and (min-width: 1400px) {
    .fl_bnr_wrap {
      margin: 0 0 0 calc(60% - 187.5px);
    }
}



/* ====== PCエリア ====== */

.pc-area {
    display: none;
    min-width: 600px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    gap:10px;
    top: 0;
    left: 0;
}

.pc-area-in {
    margin-left: auto;
    margin-right: 140px;
    max-width: 352px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}
  
.pc-area-title {
    color: var(--color-title-green);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--font-mont);
    margin-bottom: 15px;
    margin-bottom: 32px;
}

.pc-area-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap:24px;
    width: 100%;
    margin-bottom: 32px;
}

.pc-area-menu li {
    list-style: none;
    position: relative;
    padding-left: 66px;
}

.pc-area-menu li::before {
    position: absolute;
    width: 42px;
    height: 1px;
    content: '';
    display: inline-block;
    background-color: var(--color-title-green);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pc-area-menu li a {
    color: var(--color-title-green);
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
}

.pc-area-btn-list {
    display: flex;
    flex-direction: column;
    gap:24px;
    width: 352px;
    align-items: center;
}

.pc-area-btn-list .btn01 {
    width: 100%;
}

.pc-area-btn-list .btn02 {
    width: 224px;
}
  
@media screen and (min-width: 767px) {
    .pc-area {
      display: flex;
    }
}
  
@media screen and (min-width: 1400px) {
    .pc-area {
      min-width: calc(60% - 187.5px);
    }
}

/* ====== LP ====== */

.header_bnr {
    background-color: #2B1B01;
    padding: 18px;
}

.header_bnr_inner {
    border: 1px solid;
    border-image: linear-gradient(to right, #fff, #CBBF8F) 1;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}

.header_bnr_inner_subtitle {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-serif);
    text-align: center;
}

.header_bnr_inner_subtitle span {
    position: relative;
}

.header_bnr_inner_subtitle span::before,.header_bnr_inner_subtitle span::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 50px;
    background-color: #fff;
    position: absolute;
    top:50%;
}

.header_bnr_inner_subtitle span::before {
    left: -70px;
}

.header_bnr_inner_subtitle span::after {
    right: -70px;
}

.header_bnr_inner_title {
    background: linear-gradient(to right, #fff, #CBBF8F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 700;
}

.header_bnr_inner_title > span {
    font-size: 16px;
}

.fv {
    width: 100%;
    position: relative;
}

.award_area {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0;
  }

  /* =========================
     左タイトル
  ========================= */

.award_title {
    width: 90px;
    flex-shrink: 0;
    margin-right: 10px;
}

.award_title img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================
     Swiper本体
========================= */

.award_slider {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}
/* wrapper */

.award_slider .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}

/* slide */

.award_slider .swiper-slide {
    width: auto !important;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.award_slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.award_slider .logo01 {
    width: 64px;
}

.award_slider .logo02 {
    width: 62px;
}

.award_slider .logo03 {
    width: 62px;
}

.award_slider .logo04 {
    width: 134px;
}

.marquee {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    height: 110px;
  }
  
  .marquee-track {
    position: absolute;
    top: 8px;
    left: 0;
  
    display: flex;
    gap: 20px;
  
    animation: marquee 20s linear infinite;
    will-change: transform;
    align-items: center;
  }
  
  .marquee-track img {
    max-width: none;
    height: auto;
    flex: 0 0 auto;
    display: block;
  }
  
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-50% - 10px));
    }
  }

.marquee-track .logo01 {
    width: 64px;
}

.marquee-track .logo02 {
    width: 62px;
}

.marquee-track .logo03 {
    width: 62px;
}

.marquee-track .logo04 {
    width: 134px;
}



.sales_count {
    text-align: center;
    padding: 0 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 13%;
}

.sales_count_label {
    font-size: 28px;
    font-weight: 700;
    color: #724F00;
    line-height: 1;
}

.sales_count_num {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    background: linear-gradient(70deg, #D7A930, #A26E08, #D7A930);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sales_count_num .unit {
    font-size: 0.45em;
    margin-left: 4px;
}


.fv_title {
    position: absolute;
    left: 5%;
    bottom: 20%;
    font-size: 48px;
    font-weight: 500;
    color: var(--color-white);
}

.fv_sub_title {
    position: absolute;
    left: 5%;
    bottom: 7%;
    font-size: 28px;
    font-weight: 500;
    color: var(--color-white);

}

.lp_intro {
    font-size: 24px;
    text-align: center;
    position: relative;
}

.lp_intro > .title {
    padding:6px 24px;
    background-color: var(--color-white);
    border-radius: 50px;
    color: var(--color-title-green);
    text-align: center;
    font-size: 30px;
    width: 95%;
    font-weight: 700;
    position: relative;
    margin: 0 auto 40px;
    z-index: 2;
}

.lp_intro > .title::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 32px;
    background-color: var(--color-title-green);
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.lp_intro > .sub_title {
    position: relative;
    z-index: 2;
}

.lp_intro > .migaru {
    position: absolute;
    left: 0;
    bottom: 29%;
    text-align: left;
}

.lp_intro > .migaru > .title {
    background-color: var(--color-white);
    width: 276px;
    color: var(--color-title-green01);
    font-size: 25px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 4px 8px;
    margin-bottom: 10px;
}

.lp_intro > .migaru > .sub_title {
    background-color: var(--color-white);
    width: 280px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 8px 12px;
}

.lp_intro > .jishin {
    position: absolute;
    left: 5%;
    bottom: 0%;
    text-align: left;
}

.lp_intro > .jishin > .title {
    background-color: var(--color-white);
    width: 326px;
    color: #9D7B59;
    font-size: 25px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 4px 8px;
    margin-bottom: 10px;
}

.lp_intro > .jishin > .sub_title {
    background-color: var(--color-white);
    width: 290px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 8px 12px;
}

.lp_henkin {
    padding: 20px;
    background-color: var(--color-white);
}

.lp_henkin_more_box {
    margin-top: 24px;
}

.lp_henkin_more_btn {
    width: 100%;
    border-top:1px solid;
    border-bottom:1px solid;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.lp_henkin_more_icon {
    font-size: 20px;
    font-weight: bold;
}

.lp_henkin_more_content {
    display: none;
    font-size: 12px;
    padding-bottom: 24px;
}

.lp_cycle > .title {
    border-top:1px solid #2E2E2E;
    border-bottom:1px solid #2E2E2E;
    text-align: center;
    padding: 10px;
    margin-bottom: 3px;
    color: #2E2E2E;
    font-weight: 600;
    font-size: 18px;
}

.lp_cycle > .title > .for {
    font-size: 14px;
}

.lp_cycle > .title > .main {
    font-size: 24px;
    color: #4F3204;
}

.lp_cycle > .content {
    font-size: 12px;
    color: #2E2E2E;
}

.lp_cycle > .content > a {
    color: #006FFF;
}

.lp_about {
    padding: 0 0;
    overflow: hidden;
    position: relative;
}

.lp_about_fx{
    position:absolute;
    top:115px;
    left:-12%;
    right:-12%;
    bottom:-20px;
    z-index:0;
    pointer-events:none;
}

.lp_about_canvas{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
}
  
.lp_about > .content{
    position: relative;
    z-index: 1;
}
  
/* transformの順番も安定しやすい形に */
@keyframes curtain-sway{
    0%   { transform: translate3d(-6px,0,0) rotate(-0.8deg); }
    50%  { transform: translate3d( 7px,0,0) rotate( 1.0deg); }
    100% { transform: translate3d(-6px,0,0) rotate(-0.8deg); }
}

.lp_about > .content > .title {
    background-image: url(../img/lp_about_title_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #264332;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.lp_about > .content > .title > span {
    font-size: 24px;
}

.lp_about > .content > .intro {
    text-align: center;
    font-size: 18px;
    color: var(--color-main-gray);
    padding: 0;
}

.lp_about > .content > .intro > p {
    margin-bottom: 24px;
}

.lp_about > .content > .intro > p > .marker {
    color: var(--color-white);
    display: inline-block;
    background-color: #978159;
    padding: 0 3px;
}

.lp_about > .content > .list {
    display: flex;
    flex-direction: column;
    gap:16px;
    padding: 0 20px;
}

.lp_about > .content > .list > .in {
    background-color: #FEFAEC;
    border: 1px solid #fff;
    padding: 20px;
    display: flex;
    gap:12px;
    align-items: center;
}

.lp_about > .content > .list > .in > .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap:8px;
    color: var(--color-gray);
}

.lp_about > .content > .list > .in > .txt > .number {
    font-size: 12px;
    font-weight: 600;
    color: #A18149;
}

.lp_about > .content > .list > .in > .txt > .title {
    font-size: 23px;
    font-weight: 700;
    color: var(--color-title-green);
}

.lp_about > .content > .list > .in > .img {
    width: 90px;
}

.lp_about > .content > .kansei {
    margin-top: -80px;
}

.lp_about > .content > .lp_iyaku {
    background-image: linear-gradient(#e8f5f6, #e5efde 62%, #fff 91%);
}

.lp_about > .content > .lp_iyaku > .bg {
    background-image: url(../img/green.webp),url(../img/iyaku_bg01.webp),url(../img/iyaku_bg02.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center, top 10% center, top 50% center;
}

.lp_about > .content > .lp_iyaku > .bg .in {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    padding: 0;
}

.lp_about > .content > .lp_iyaku > .bg > .title {
    padding: 56px 20px 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.lp_about > .content > .lp_iyaku > .bg > .title > .marker {
    font-size: 48px;
    color: var(--color-white);
    background: linear-gradient(to right, #33BED7, #0CA791);
    display: inline-block;
    padding: 0 5px;
    font-weight: 700;
}

.lp_about > .content > .lp_iyaku > .bg > .flex {
    display: flex;
    padding: 0 20px;
}

.lp_about > .content > .lp_iyaku > .bg > .flex > .img {
    width: 136px;
}

.lp_about > .content > .lp_iyaku > .bg > .flex > .txt {
    flex: 1;
}

.lp_about > .content > .lp_iyaku > .bg > .seibun_title {
    color: #336831;
    border-top: 1px solid #336831;
    border-bottom: 1px solid #336831;
    padding: 15px 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.lp_about > .content > .lp_iyaku > .bg > .kouka {
    display: flex;
    flex-direction: column;
    gap:16px;
    padding: 0 20px;
}

.lp_about > .content > .lp_iyaku > .bg > .kouka > .list {
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
}

.lp_about > .content > .lp_iyaku > .bg > .kouka > .list > .title {
    padding: 5px;
    text-align: center;
    background-color: #336831;
    color: #fff;
    font-weight: 600;
}

.lp_about > .content > .lp_iyaku > .bg > .kouka > .list > .txt {
    padding: 5px 20px;
    background-color: #fff;
}

.lp_about > .content > .lp_iyaku > .bg > .kenkyu {
    text-align: center;
    font-size: 17px;
    padding: 60px 10px;
    letter-spacing: -4%;
    line-height: 2;
}

.lp_about > .content > .lp_iyaku > .bg > .kenkyu > .marker {
    background: linear-gradient(transparent 20%, #EFD29D 20%, #EFD29D 80%, transparent 80%);
    display: inline-block;
    padding: 0 ;
}

.lp_about > .content > .lp_iyaku > .bg > .iji_title {
    color: #A2742B;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 0 ;
}

.lp_about > .content > .about_shirasu {
    background-color: #E8E7E0;
    background-image: url(../img/lp_about_img01_02.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding: 0 20px 40px;
}

.lp_about > .content > .about_shirasu > .in {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.lp_about > .content > .about_shirasu > .in > .title {
    font-size: 24px;
    font-weight: 600;
    color: #444;
    margin-bottom: 12px;
}

.lp_about > .content > .about_shirasu > .in > .title > span {
    font-size: 36px;
    color: #3082A4;
}

.lp_about > .content > .about_shirasu > .sub_title {
    width: 315px;
    margin: 0 auto 15px;
}

.lp_about > .content > .about_shirasu > .mp4_list {
    display: flex;
    gap:10px;
}

.lp_about > .content > .about_shirasu > .mp4_list > .list {
    border-radius: 4px;
    width: calc((100% - 10px) / 2);
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.lp_about > .content > .about_shirasu > .mp4_list > .list > video {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 10px;
}

.lp_about > .content > .about_shirasu > .mp4_list > .list:first-child {
    background-color: #8C8C8C;
}

.lp_about > .content > .about_shirasu > .mp4_list > .list:last-child {
    background-color: #A79A7A;
}

.lp_about > .content > .about_shirasu > .mp4_list > .list .cap {
    font-size: 8px;
}

.lp_sengan > .intro {
    padding: 40px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--color-white);
}

.lp_sengan > .intro > .title {
    font-size: 21px;
    font-weight: 600;
}

.lp_sengan > .intro > .kara {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.lp_sengan > .intro > .kara > span {
    color: var(--color-title-green01);
    font-size: 64px;
}

.lp_sengan > .intro .cap {
    font-size: 10px;
}

.lp_sengan > .intro div.cap {
    margin-top: 5px;
}

.lp_sengan > .yakuwari {
    background-color: #DED7C8;
    background-image: url(../img/yakuwari_bg.webp);
    background-position: bottom 2% left;
    background-size: 207px 220px;
    background-repeat: no-repeat;
}

.lp_sengan > .yakuwari > .yakuwari_bg {
    position: relative;
    background-color: var(--color-white);
}

.lp_sengan > .yakuwari > .yakuwari_bg > .point {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 80%;
}

.lp_sengan > .yakuwari > .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.lp_sengan > .yakuwari > .title > span {
    font-size: 48px;
}

.lp_sengan > .yakuwari > .des {
    display: flex;
    flex-direction: column;
    gap:12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 80px;
}

.lp_sengan > .yakuwari > .des .koui {
    background-color: var(--color-main-gray);
    color: var(--color-white);
    width: 260px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 6px;
}

.lp_sengan > .yakuwari > .des .arrow {
    width: 40px;
}

.lp_sengan > .yakuwari > .des .line {
    background-color: var(--color-white);
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    color: var(--color-main-gray);
    padding: 0 3px;
    letter-spacing: -4%;
}

.lp_sengan > .yakuwari > .des .line span {
    font-size: 21px;
    color: #715725;
    font-weight: 600;
}

.lp_sengan > .kouka {
    background-image: url(../img/lp_kouka_bg.webp);
    background-size: 100% auto;
    position: relative;
    padding: 60px 20px 40px;
}

.lp_sengan > .kouka > .sarani {
    width: 152px;
    height: 79px;
    border: 1px solid #D2CABB;
    color: #715725;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    letter-spacing: -3px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top:-40px;
}

.lp_sengan > .kouka > .sarani > span {
    font-family: var(--font-noto-serif);
}

.lp_sengan > .kouka > .list {
    background: rgba(194, 152, 0, 0.74);
    display: flex;
    flex-direction: column;
    gap: 19px;
    text-align: center;
    padding: 24px 12px;
    border-radius: 12px;
    box-shadow: 0 0 24px rgb(0, 0, 0, 0.16);
}

.lp_sengan > .kouka > .list > .title {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
}

.lp_sengan > .kouka > .list > .in {
    background-color: var(--color-white);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap:16px;
    font-size: 15px;
}

.lp_sengan > .kouka > .list > .in > .title {
    font-size: 27px;
    font-weight: 700;
    color: #C29800;
}

.lp_sengan > .kouka > .list > .in > .title > .cap {
    font-size: 10px;
}

.lp_sengan > .kouka > .list > .in .cap {
    font-size: 10px;
}

.lp_sengan > .kouka > .list > .in div.cap {
    margin-top: 10px;
}

.lp_sengan > .important {
    font-size: 44px;
    font-weight: 700;
    color: var(--color-title-green01);
    text-align: center;
    padding: 30px 0 10px;
}

.lp_sengan > .correct {
    background-image: url(../img/correct_bg.png);
    background-size: cover;
    padding: 75px 20px 30px;
    text-align: center;
}

.lp_sengan > .correct > .title {
    font-size: 44px;
    font-weight: 700;
}

.lp_sengan > .correct > .title > .marker {
    background-color: #A18248;
    display: inline-block;
    color: var(--color-white);
    padding: 0 5px;
}

.lp_sengan > .correct > .img {
    margin: 10px auto 30px;
}

.lp_sengan > .correct > .triangle {
    font-size: 27px;
    font-weight: 700;
}

.lp_sengan > .correct > .triangle > .marker {
    color: #A18248;
    background-color: var(--color-white);
}

.lp_sengan > .correct > .triangle > .notoserif {
    font-family: var(--font-noto-serif);
}

.lp_care {
    border-left:6px solid #56402D;
    border-right:6px solid #56402D;
    border-bottom:6px solid #56402D;
    margin-bottom: 24px;
}

.lp_care > .title {
    background-color: #56402D;
    text-align: center;
    color: var(--color-white);
    font-size: 40px;
    font-weight: 600;
    padding: 6px 0;
}

.lp_care > .mv {
    position: relative;
    margin-bottom: 80px;
}

.lp_care > .mv.kime {
    margin-bottom: 0;
}

.lp_care > .mv > .title {
    position: absolute;
    font-size: 19px;
    width: calc(100% - 28px);
    left: 14px;
    bottom: -74px;
}

.lp_care > .mv.kime > .title {
    bottom: -44px;
}

.lp_care > .mv > .title > .care_title {
    display: inline-block;
    background-color: var(--color-white);
    font-size: 32px;
    font-weight: 700;
    color: #A18248;
    padding: 0 5px;
}

.lp_care > .mv > .title > .care_title > .cap {
    font-size: 10px;
}

.lp_care > .mv > .title > .care_conts {
    background-color: var(--color-white);
    padding: 5px;
}

.lp_care > .mv > .title > .care_conts > .cap {
    font-size: 10px;
}

.lp_care > .mv > .title > .care_conts > .lt {
    letter-spacing: -10px;
}

.lp_care > .img02 {
    width: calc(100% - 28px);
    margin: 10px auto 10px;
}

.lp_care > .care01_img03 {
    display: flex;
    background-color: var(--color-white);
}

.lp_care > .care01_img03 > .care01 {
    width: 35.96%;
}

.lp_care > .care01_img03 > .care02 {
    width: 33.68%;
}

.lp_care > .care01_img03 > .care03 {
    width: 30.36%;
}

.before_after_slider{
    position: relative;
    width: min(560px, 100%);
    aspect-ratio: 960 / 550; /* 画像比率に合わせて。不要ならheight指定でもOK */
    overflow: hidden;
}
  
.before_after_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
    user-select: none;
    -webkit-user-drag: none;
    object-position: left;
}
  
.box_after{
    position:absolute;
    inset:0;
}

.box_before{
    position:absolute;
    inset:0;
    width:50%;
    overflow:hidden;
}
  
.compare_handle{
    position:absolute;
    top:0;
    left:50%;
    height:100%;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events:none; /* 操作はrangeに任せる */
}

.compare_handle::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:2px;
    height:100%;
    transform: translateX(-50%);
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
  
.compare_handle::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:40px;
    height:40px;
    border-radius:999px;
    display:grid;
    place-items:center;
    font-size:22px;
    background: rgb(86 64 45);
    background-image: url(../img/care02_arrow.png);
    background-size: 100% auto;
}

.slider_range{
    position:absolute;
    inset:0;
    z-index: 4;
    opacity: 0;
    cursor: ew-resize;
    -webkit-appearance: none;
    appearance: none;
}

.lp_care > .reason01 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 30px 14px 0;
}

.lp_care > .reason02 {
    font-size: 16px;
    padding: 0 14px;
}

.lp_care > .reason02 > .marker {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-title-green01);
}

.lp_care > .reason02 > .marker > .cap {
    font-size: 10px;
}

.lp_care > .reason03 {
    font-size: 10px;
    padding: 16px 14px;
}

.lp_care > .about {
    background-image: url(../img/care_about_bg.png);
    background-size: cover;
    padding: 0 14px 20px;
}

.lp_care > .about.kime {
    background-image: url(../img/care_about_bg02.png);
    background-size: cover;
    padding: 50px 14px 40px;
    text-align: center;
}

.lp_care > .about.toumei {
    background-image: none;
    padding: 0;
    background-color: #F2EEE7;
}

.lp_care > .about > .img01 {
    margin-bottom: 24px;
}

.lp_care > .about > .des {
    background-color: var(--color-white);
    padding: 20px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.lp_care > .about > .des > .title {
    font-size: 28px;
    font-weight: 700;
    color: #4D7B90;
    margin-bottom: 12px;
}

.lp_care > .about > .des > .title02 {
    font-size: 21px;
    font-weight: 700;
    color: #4D7B90;
    margin-bottom: 12px;
}

.lp_care > .about > .des > .title03 {
    font-size: 24px;
    font-weight: 600;
    background-color: #4D7B90;
    margin-bottom: 12px;
    display: inline-block;
    color: var(--color-white);
    padding: 0 5px;
}

.lp_care > .about > .des .cap {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 500;
}

.lp_care > .about > .des > .sub_title {
    font-size: 13px;
    margin-bottom: 12px;
}

.lp_care > .about > .des > .sub_title02 {
    font-size: 15px;
    margin-bottom: 12px;
    color: var(--color-black);
}

.lp_care > .about.kime > .title {
    font-size: 26px;
    font-weight: 700;
    color: #46849A;
    margin-bottom: 20px;
}

.lp_care > .about.kime > .title02 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.lp_care > .about.kime > .title03 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 30px;
}

.lp_care > .about.kime > .title03 > .marker {
    font-size: 38px;
    color: var(--color-title-green01);
    background-color: var(--color-white);
    display: inline-block;
    padding: 0 5px;
}

.lp_care > .about.toumei > .powder {
    position: relative;
    padding: 0 14px;
    margin-bottom: 50px;
}

.lp_care > .about.toumei > .powder > .in {
    width: 287px;
    position: absolute;
    box-sizing: border-box;
    background-color: var(--color-white);
    border-radius: 8px;
    border: 1px solid #599A74;
    padding: 20px 15px;
    text-align: center;
    font-size: 15px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: 700;
}

.lp_care > .about.toumei > .powder > .in > .cap {
    font-size: 10px;
}

.lp_care > .about.toumei > .powder02 {
    position: relative;
}

.lp_care > .about.toumei > .powder02 > .img {
    width: 69.42%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.lp_care > .about.toumei > .powder02 > .in {
    width: 300px;
    position: absolute;
    box-sizing: border-box;
    background-color: #F4E2E0;
    border-radius: 8px;
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: 700;
}

.lp_care > .about.toumei > .powder02 > .in > .cap {
    font-size: 10px;
}

.lp_care > .about.toumei > .powder.powder03 {
    padding: 0;
    margin-bottom: 116px;
}

.lp_care > .about.toumei > .powder.powder03 > .in {
    width: 335px;
    bottom: -116px;
}

.lp_care > .about.toumei > .title01 {
    font-size: 32px;
    line-height: 10px;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
}

.lp_care > .about.toumei > .title01 > div > .cap {
    font-size: 10px;
}

/* 1) 出現アニメーション（親に付ける） */
.soft-reveal{
    opacity: 0;
    transform: translateY(12px);
    filter: blur(7px);
    transition:
      opacity .9s ease,
      transform .9s ease,
      filter 1.2s ease;
    will-change: opacity, transform, filter;
  }
  
  /* 表示状態 */
  .soft-reveal.is-show{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
  
  /* 透明感を少し足す（好みで調整） */
  .soft-reveal.is-show{
    text-shadow: 0 0 12px rgba(255,255,255,.18);
  }
  
  /* 2) 漂い（中のspanに付ける） */
  .soft-float{
    display: inline-block;
    will-change: transform;
  }
  
  /* 表示後に浮遊を開始 */
  .soft-reveal.is-show .soft-float{
    animation: softFloat 4.8s ease-in-out infinite;
  }
  
  /* ふわふわ漂う */
  @keyframes softFloat{
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-4px); }
    100% { transform: translateY(0); }
  }
  
  /* 動きが苦手な人への配慮 */
  @media (prefers-reduced-motion: reduce){
    .soft-reveal{
      transition: none;
      opacity: 1;
      transform: none;
      filter: none;
    }
    .soft-reveal.is-show .soft-float{
      animation: none;
    }
  }

.lp_care > .about.toumei > .title02 {
    font-size: 26px;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
}

.lp_care > .about.toumei > .title02 > .em {
    color: #A18248;
    font-size: 30px;
}

.lp_seibun > .inner {
    padding: 20px 20px 40px;
    margin: 0;
}

.lp_seibun > .main_title {
    background-color: var(--color-white);
    padding: 20px 0;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
}

.lp_seibun > .main_title > .tappuri {
    background: linear-gradient(to right, #BA9D51, #7F5D06, #C39E40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    letter-spacing: -4%;
}

.lp_seibun > .inner > .title {
    text-align: center;
    font-size: 40px;
    color: #A18248;
    font-weight: 700;
    margin-bottom: 20px;
}

.lp_seibun > .inner > .title > .em {
    font-size: 52px;
    vertical-align: -3px;
}

.lp_seibun > .inner > .title > .em > .lt {
    letter-spacing: -6px;
}

.lp_seibun > .inner > .list {
    display: flex;
    flex-direction: column;
    gap:24px;
}

.lp_seibun > .inner > .list > div {
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 25%;
}

.lp_seibun > .inner > .list > div.cl {
    background-image: url(../img/seibun_bg01.webp);
}

.lp_seibun > .inner > .list > div.ar {
    background-image: url(../img/seibun_bg02.webp);
}

.lp_seibun > .inner > .list > div.ro {
    background-image: url(../img/seibun_bg03.webp);
}

.lp_seibun > .inner > .list > div.ku {
    background-image: url(../img/seibun_bg04.webp);
}

.lp_seibun > .inner > .list > div > .in {
    background-color: rgb(255, 255, 255, 0.7);
    padding: 24px 5px;
    border-radius: 12px;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
}

.lp_seibun > .inner > .list > div > .in > .title {
    display: inline-block;
    background-color: var(--color-white);
    padding: 12px 5px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.lp_seibun > .inner > .list > div.cl > .in > .title {
    color: #C67D7D;
    border:1px solid #C67D7D
}

.lp_seibun > .inner > .list > div.ar > .in > .title {
    color: #3B772F;
    border:1px solid #3B772F
}

.lp_seibun > .inner > .list > div.ro > .in > .title {
    color: #767C21;
    border:1px solid #767C21
}

.lp_seibun > .inner > .list > div.ku > .in > .title {
    color: #7C5C21;
    border:1px solid #7C5C21
}

.lp_seibun > .inner > .list > div > .in .cap {
    font-size: 10px;
    margin-top: 10px;
}

.lp_seibun > .inner > .caption {
    font-size: 10px;
    text-align: center;
    margin: 20px auto 0;
}

.lp_mutenka > .title01 {
    font-size: var(--color-gray);
    text-align: center;
    padding: 60px 0;
    font-weight: 700;
    overflow: hidden;
    position: relative;
}

.lp_mutenka > .title01::before{
    content:"";
    position:absolute;
    inset:-20px; /* 歪みで端が欠けるのを防ぐ（少し余白を取る） */
    background-image: url("../img/mutenka_bg01.webp"); /* あなたの背景画像 */
    background-position: center;
    background-repeat: no-repeat;

    /* ここで“波打ち” */
    filter: url(#curtainFilter);

    /* ついでに全体も少し揺らすとカーテン感UP */
    transform-origin: top center;
    animation: curtain-sway 5.2s ease-in-out infinite;

    will-change: transform, filter;
    z-index: 0;
}
  
.lp_mutenka > .title01 > .content{
    position: relative;
    z-index: 1;
}
  
@keyframes curtain-sway{
    0%   { transform: rotate(-0.8deg) translateX(-6px); }
    50%  { transform: rotate( 1.0deg) translateX( 7px); }
    100% { transform: rotate(-0.8deg) translateX(-6px); }
  }
  
.svg-fx{
    position:absolute;
    width:0;
    height:0;
}
  
@media (prefers-reduced-motion: reduce){
    .curtain-bg::before{ animation: none; }
}

.lp_mutenka > .title01 > .content > .em {
    color: #BC8624;
    font-size: 45px;
}

.lp_mutenka > .title01 > .content > .em > .cap {
    font-size: 12px;
}

.lp_mutenka > .title01 > .content > .em > .r {
    vertical-align: 9px;
    font-size: 80%;
}

.lp_mutenka > .conts {
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.lp_mutenka > .conts > .des {
    position: absolute;
    top:-20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap:10px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #BC8624;
}

.lp_mutenka > .conts > .des > div > .marker {
    background-color: var(--color-white);
    color: #BC8624;
    border-radius: 4px;
    padding: 8px 12px;
}

.lp_mutenka > .conts > .in {
    position: absolute;
    background-color: rgba(158, 103, 3, 0.5);
    padding: 24px;
    border-radius: 12px;
    color: var(--color-white);
    width: calc(100% - 40px);
    bottom: -260px;
    left: 20px;
    font-size: 10px;
}

.lp_mutenka > .conts > .in > .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.lp_mutenka > .conts > .in > .hada {
    background-color: #BC8624;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.lp_mutenka > .conts > .in > .hada > .cap {
    font-size: 12px;
    font-weight: 400;
}

.lp_mutenka > .conts > .in > .cap {
    display: flex;
    flex-direction: column;
    gap:5px;
}

.lp_mutenka > .conts02 {
    position: relative;
    padding-bottom: ;
}

.lp_mutenka > .conts02 > .title {
    font-size: 23px;
    text-align: center;
    position: absolute;
    top:28%;
    width: 100%;
    font-weight: 700;
}

.lp_mutenka > .conts02 > .title > .em {
    font-size: 40px;
}

.lp_mutenka > .conts02 > .title > .em > .cap {
    font-size: 10px;
}

.lp_mutenka > .conts02 > .badge {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 32%;
}

.lp_voice {
    position: relative;
    padding: 86px 0 40px;
}

.lp_voice::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 300px;
    background-image: url(../img/mutenka_bg04.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 0;
    top: -35px;
    position: absolute;
}

.lp_voice > div {
    position: relative;
    z-index: 1;
}

.lp_voice > div > .title {
    background-image: url(../img/lp_voice_title_bg.png);
    background-size: 100% auto;
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    color: #264332;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.lp_voice > div > .list {
    display: flex;
    flex-direction: column;
    gap:16px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.lp_voice > div > .list > div {
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    background-color: #E7E1D5;
}

.lp_voice > div > .list > div:nth-child(even) {
    background-color: #E1E1D0;
}

.lp_voice > div > .list > div > .name {
    margin-bottom: 10px;
    text-align: right;
}

.lp_voice > div > .cap {
    font-size: 10px;
    padding: 0 20px;
}

.lp_tokuten {
    margin: 50px auto 0;
    position: relative;
    background-color: #EDE4D5;
    width: calc(100% - 40px);
    padding: 40px 20px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 20px;
}

.lp_tokuten > .title {
    background-color: #464646;
    color: var(--color-white);
    font-size: 36px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top:-40px;
    width: 100%;
    border-radius: 28px;
    left: 0;
}

.lp_tokuten > .title::after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 26px;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    background-image: url(../img/lp_tokuten_title.svg);
    background-repeat: no-repeat;
}

.lp_tokuten > .title02 {
    text-align: center;
    color: #0F2E1E;
    font-size: 22px;
    font-weight: 700;
}

.lp_tokuten > .title02 span {
    position: relative;
}

.lp_tokuten > .title02 span:before,.lp_tokuten > .title02 span:after {
    content: '';
    display: inline-block;
    width: 8.5px;
    height: 22.5px;
    top: 8px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
}

.lp_tokuten > .title02 span:before {
    background-image: url(../img/lp_tokuten_before.svg);
    left: -12px;
}

.lp_tokuten > .title02 span:after {
    background-image: url(../img/lp_tokuten_after.svg);
    right: -12px;
}

.lp_tokuten > .sub {
    background-color: var(--color-white);
    width: 100%;
    border-radius: 4px;
    padding: 4px;
    color:#AF966A;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}


.lp_tokuten02 {
    padding: 40px 0 0;
    background-image: url(../img/tokuten_bg.png);
    background-size: cover;
}

.lp_tokuten02 > .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.lp_tokuten02 > .title > .em {
    background-color: #494848;
    color: var(--color-white);
    font-size: 23px;
    display: inline-block;
    padding: 5px 10px;
}

.lp_tokuten02 > .title > .marker {
    color: #C03D3D;
    font-size: 52px;
    display: inline-block;
}

.lp_tokuten02 > .list_bg .list {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
  
.lp_tokuten02 > .list_bg .list.is-show {
    opacity: 1;
    transform: translateY(0);
}

.lp_tokuten02 > .list_bg {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.lp_tokuten02 > .list_bg > .list {
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--color-white);
    font-size: 18px;
    text-align: center;
    padding-bottom: 24px;
}

.lp_tokuten02 > .list_bg > .list > .title {
    background-color: #494848;
    color: var(--color-white);
    font-size: 16px;
    padding: 6px;
    margin-bottom: 20px;
}

.lp_tokuten02 > .list_bg > .list > .em {
    color: #C03D3D;
    font-size: 28px;
    font-weight: 700;
}

.lp_tokuten02 > .list_bg > .list > .em02 {
    color: #C03D3D;
    font-size: 40px;
    font-weight: 700;
}

.lp_tokuten02 > .list_bg > .list > .em03 {
    color: #C03D3D;
    font-size: 20px;
    font-weight: 700;
}

.lp_tokuten02 > .list_bg > .list > .cap {
    font-size: 10px;
}

.lp_message {
    background-color: #091E0B;
}

.lp_message > .title {
    background-image: url(../img/message_title.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--color-white);
    font-size: 28px;
    text-align: center;
    padding: 40px 0;
    font-weight: 700;
}

.lp_message > .list {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap:20px;
}

.lp_message > .list > div {
    background-color: rgb(255, 255, 255, 0.2);
    color: var(--color-white);
    font-size: 13px;
    padding: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.lp_message > .list > div > .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 21px;
    letter-spacing: normal;
}

.lp_message > .list > div > .title > .cap {
    font-size: 12px;
    display: inline-block;
    margin-left: -5px;
}

.lp_message > .list > div > .title > .cap.r {
    vertical-align: 4px;
    font-size: 80%;
}

.lp_message > .list > div > .title > .mutenka {
    position: relative;
}
  
.lp_message > .list > div > .title > .mutenka > .r {
    position: absolute;
    top: -1px;
    right: 10px;
    font-size: 80%;
}

.lp_message > .list > div > .cap {
    font-size: 12px;
}

.lp_message > .list > div > .cap.r {
    vertical-align: 3px;
    font-size: 80%;
}

.lp_message > .attention {
    padding: 0 20px 20px;
    color: var(--color-white);
    font-size: 11px;
}

.qa_conts {
    letter-spacing: 1px;
}

.qa_conts > .title {
    border-top: 1px solid var(--color-main-gray);
    border-bottom: 1px solid var(--color-main-gray);
    text-align: center;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
}

.qa_conts > .qa_list {
    margin-bottom: 24px;
}

.qa_conts > .qa_list dt {
    background-color: #6A8B38;
    color: var(--color-white);
    text-align: center;
    font-size: 16px;
    padding: 20px;
}

.qa_conts > .qa_list dd {
    background-color: var(--color-white);
    padding: 20px;
    font-size: 16px;
}

.qa_conts > .qa_list dd .cap {
    font-size: 12px;
}

.qa_conts > .qa_list dd div.cap {
    margin-top: 10px;
}

.qa_conts > .attention {
    margin-top: 40px;
}

.qa_conts > .attention dt {
    background-color: #2E2E2E;
    color: var(--color-white);
    text-align: center;
    font-size: 16px;
    padding: 20px;
}

.qa_conts > .attention dd {
    background-color: var(--color-white);
    padding: 20px;
    font-size: 13px;
}

.footer {
    background-color: #091E0B;
    padding: 24px 0;
}

.footer ul {
    display: flex;
    gap:5px;
}

.footer ul li {
    text-align: center;
    width: calc((100% - 10px) / 3);
}

.footer ul li a {
    color: var(--color-white);
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}


/* ====== サンクスページ ====== */

.main_v {
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/main_v.png);
    border-radius: 8px;
    background-size: cover;
    color: var(--color-white);
    font-size: 20px;
    gap:24px;
    text-align: center;
}

.main_v > .sub {
    font-size: 12px;
}

.intro {
    padding: 24px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.intro > .marker {
    color: var(--color-light-green);
    background-color: var(--color-white);
    display: inline-block;
    padding: 0 4px;
}

.set_title {
    color: var(--color-title-green);
    border-bottom: 1px solid var(--color-title-green);
    text-align: center;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}

.set_title > span {
    font-size: 24px;
}

.set_contents {
    background-color: var(--color-bg-green);
    padding-bottom: 16px;
}

.set_contents_title {
    color: var(--color-title-green);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

.set_contents_in {
    padding: 20px;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap:40px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
}

.set_contents_more {
    display: none;
    flex-direction: column;
    gap:40px;
    text-align: center;
}

.set_contents_more.active {
    display: flex;
}

.set_contents_in > .info {
    display: flex;
    flex-direction: column;
    gap:24px;
    font-size: 13px;
}

.set_contents_in > .info > .name {
    font-size: 24px;
    font-weight: 600;
}

.set_contents_in > .info > .cap {
    font-size: 10px;
}

.set_contents_in > .info > div > .yasou {
    font-size: 15px;
    font-weight: 600;
}

.set_contents_in > .info > .btn {
    width: 100%;
}

.set_contents_in > .info > div > .yasou_in {
    background-image: url(../img/product02_bg.png);
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap:16px;
}

.set_contents_in > .info > div > .yasou_in > .title {
    color: var(--color-title-green01);
    font-size: 27px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-title-green01);
    border-top: 1px solid var(--color-title-green01);
}

.set_contents_in > .info > div > .yasou_in > .list {
    background-color: rgb(255, 255, 255, 0.4);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap:12px;
    font-weight: 600;
    text-align: left;
}

.set_contents_in > .info > div > .yasou_in > .list > div > span {
    font-size: 60%;
}

.set_contents_in > .info > div > .yasou_in > .list > .cap {
    font-size: 60%;
    font-weight: 500;
}

.set_contents_in > .info > div > .biyou {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:16px;
}

.set_contents_in > .info > div > .biyou > .title {
    font-weight: 600;
    font-size: 21px;
}

.set_contents_in > .info > div > .biyou > .title02 {
    font-weight: 600;
    font-size: 17px;
}

.set_contents_in > .info > div > .biyou > .plus {
    color: #4C7A5F;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.set_contents_in > .info > div > .biyou > .plus > .icon {
    font-size: 32px;
}

.set_contents_in > .info > div > .biyou > .plus > .cap {
    font-size: 10px;
}

.set_contents_in > .info > div > .biyou > div > .jisya {
    font-size: 10px;
    margin-top: 16px;
}

.set_contents_in > .info > div > .biyou .cap {
    font-size: 10px;
}

.set_contents_in > .info > div > .biyou .product03_img03 {
    width: 240px;
    margin: 0 auto;
    display: block;
}

.set_contents_in > .info > div > .biyou > .silk {
    background-color: #F7F6EE;
    padding: 20px;
    text-align: left;
}

.set_contents_in > .info > div > .biyou > .silk > .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.set_contents_in > .info > div > .suhada {
    background-color: #9AAD80;
    padding: 24px 10px 24px;
    border-radius: 8px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap:10px;
    position: relative;
}

.set_contents_in > .info > div > .suhada.mt {
    margin-top: 55px;
    padding-top: 54px;
}

.set_contents_in > .info > div > .suhada > .whole {
    position: absolute;
    width: 180px;
    top:-80px;
    left: 50%;
    transform: translateX(-50%);
}

.set_contents_in > .info > div > .suhada > .title {
    font-size: 23px;
    font-weight: 600;
}

.set_contents_in > .info > div > .suhada > .title > span.js-word {
    color: #4C7A5F;
    font-size: 32px;
    display: inline-block;
    padding: 2px;
    margin-right: 3px;
}

.set_contents_in > .info > div > .suhada > .title > span.js-word .char {
    background: linear-gradient(transparent, transparent 10%, var(--color-marker-green) 11%, var(--color-marker-green) 89%, transparent 90%, transparent);
}

.set_contents_in > .info > div > .suhada > .title > span.suhada-word02 {
    color: #4C7A5F;
    font-size: 32px;
    background: linear-gradient(transparent, transparent 10%, var(--color-marker-green) 11%, var(--color-marker-green) 89%, transparent 90%, transparent);
    display: inline-block;
    padding: 2px;
    margin-right: 3px;
}

.set_contents_in > .info > div > .suhada > .title{
    display: inline-block;
}
  
.js-word{
    display: inline-block;
    vertical-align: baseline;
}
  
.js-word .char{
    display: inline-block;
    opacity: 0;
    transform: translateY(0px);
    will-change: opacity, transform;
}

.js-rest{
    display: inline-block;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 1.1s ease, transform 1.1s ease;
    will-change: opacity, transform;
}
  
.js-rest.is-show{
    opacity: 1;
    transform: translateY(0);
}
  
.js-lead{
    display: inline-block;
}

.js-lead{
    display: inline-block;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.9s ease, transform 0.9s ease;
    will-change: opacity, transform;
}
  
.js-lead.is-show{
    opacity: 1;
    transform: translateY(0);
}

.set_contents_in > .info > div > .suhada > .list {
    display: flex;
    gap:10px;
}

.set_contents_in > .info > div > .suhada > .list > div {
    border-radius: 8px;
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4C7A5F;
    width: calc((100% - 10px) / 2);
}

.set_contents_in > .info > div > .suhada > .list > div .em {
    font-size: 22px;
    font-weight: 600;
}

.set_contents_in > .info > div > .suhada > .list > div .cap {
    font-size: 10px;
}

.set_contents_in > .info > div > .suhada > .sub_title {
    border-bottom: 1px solid;
    font-size: 22px;
    font-weight: 600;
}

.set_contents_in > .info > div > .suhada > .point {
    border-radius: 8px;
    padding: 20px;
    position: relative;
    color: var(--color-main-gray);
    text-align: left;
}

.set_contents_in > .info > div > .suhada > .point::before {
    position: absolute;
    top:-12px;
    right: 3px;
    font-size: 40px;
    font-weight: 500;
}

.set_contents_in > .info > div > .suhada > .point.point01::before {
    color: #DBD3C4;
    content: 'Point';
}

.set_contents_in > .info > div > .suhada > .point.point02::before {
    color: #DBD3C4;
    content: 'Point2';
}

.set_contents_in > .info > div > .suhada > .point.point01 {
    background-color: #E7E1D5;
}

.set_contents_in > .info > div > .suhada > .point.point02 {
    background-color: #E1E1D0;
}

.set_contents_in > .info > div > .suhada > .point > .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.set_contents_in > .info > div > .suhada > .point > .title > .kana {
    font-size: 10px;
    letter-spacing: 15px;
}

.set_contents_in > .info > div > .suhada > .point > .cap {
    font-size: 10px;
    margin-top: 15px;
}

.set_contents_in > .info > div > .suhada > .point > .img {
    border-top: 1px solid #CBC1AD;
    margin-top: 24px;
    padding: 12px 0 0;
}

.set_contents_in > .info > div > .suhada > .point > .img > .title {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.set_contents_in > .info > div > .suhada > .point > .bold {
    font-weight: 600;
}

.set_contents_in > .info > div > .suhada > .list02 {
    padding: 12px 24px;
    background-color: #4C7A5F;
    border-radius: 8px;
    font-weight: 600;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap:10px;
    font-size: 16px;
}

.set_contents_in > .info > div > .suhada > .list02 > .seibun {
    display: flex;
    gap:10px;
}

.set_contents_in > .info > div > .suhada > .list02 > .seibun > div {
    width: calc((100% - 10px) / 2);
    border-radius: 8px;
    background-color: #689279;
    padding: 12px 10px;
    text-align: center;
    font-size: 17px;
}

.set_contents_in > .info > div > .suhada > .cap {
    font-size: 17px;
}

.set_contents_in > .info > div > .suhada > .hukidashi {
    background-color: rgb(255, 255, 255, 0.4);
    width: 240px;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #4C7A5F;
    position: relative;
    margin: 0 auto;
}

.set_contents_in > .info > div > .suhada > .hukidashi::after {
    content: '';
    width: 19px;
    height: 16px;
    display: inline-block;
    background-image: url(../img/product02_point_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: -16px;
    right: 60px;
    position: absolute;
}

.set_contents_in > div > .about {
    display: flex;
    flex-direction: column;
    gap:30px;
    line-height: 1.75;
    font-weight: 500;
}

.set_contents_in > div > .about02 {
    display: flex;
    flex-direction: column;
    gap:16px;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
}

.set_contents_in > div > .about02 > .jisya {
    font-size: 10px;
}

.set_contents_in > div > .about02 .bold {
    font-weight: 600;
}

.set_contents_in > div > .about02 .green {
    color: #587E24;
}

.set_contents_in > div > .about02 > .product01_img03 {
    display: flex;
}

.set_contents_in > div > .about02 > .product01_img03 > img {
    width: 50%;
}

.set_contents_in > div > .about02 > .product01_img03 > img {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.set_contents_in > div > .about02 > .product01_img03 > img.is-show {
    opacity: 1;
    transform: translateX(0);
}

.set_contents_in > div > .seibun {
    background-color: #E8EFE5;
    width: calc(100% + 40px);
    margin-left: -20px;
    gap:19px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 24px rgb(0, 0, 0, 0.16);
    font-size: 10px;
    text-align: center;
    padding: 20px;
}

.set_contents_in > div > .seibun > .title {
    color: var(--color-title-green01);
    font-size: 28px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-title-green01);
    border-top: 1px solid var(--color-title-green01);
}

.set_contents_in > div > .about03 {
    display: flex;
    flex-direction: column;
    gap:12px;
    line-height: 1.75;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.set_contents_in .arrow {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.set_contents_in .marker {
    color: var(--color-light-green);
    font-size: 40px;
    background: linear-gradient(transparent, transparent 20%, var(--color-marker-green) 21%, var(--color-marker-green) 89%, transparent 90%, transparent);
    display: inline-block;
    padding: 0 0 0 8px;
    font-weight: 600;
}

.set_contents_in .marker > .cap {
    font-size: 10px;
}

.set_contents_in .marker .ijou {
    font-size: 27px;
    color: var(--color-main-gray);
}

.set_contents_in > div > .about03 > .des {
    font-size: 12px;
}

.set_contents_in > .info > div > .yakuwari {
    display: flex;
    flex-direction: column;
    gap:12px;
    text-align: center;
}

.set_contents_in > .info > div > .yakuwari > .title {
    color: var(--color-title-green01);
    font-size: 28px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-title-green01);
    border-top: 1px solid var(--color-title-green01);
}

.set_contents_in > .info > div > .yakuwari > .intro {
    font-size: 15px;
}

.set_contents_in > .info > div > .yakuwari > .list {
    background-color: #F7F6EE;
    padding: 20px 12px;
}

.js-step-list li {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
  
.js-step-list li.is-show {
    opacity: 1;
    transform: translateY(0);
}

.set_contents_in > .info > div > .yakuwari > .list > ol {
    counter-reset: list;
    list-style: none;
    margin-bottom: 11px;
    padding: 0;
}

.set_contents_in > .info > div > .yakuwari > .list > ol li {
    position: relative;
    text-align: left;
    color: #4C7A5F;
    font-weight: 600;
    font-size: 15px;
    padding-left: 34px;
    margin-bottom: 5px;
}

.set_contents_in > .info > div > .yakuwari > .list > ol li:before{
    content: counter(list);
    counter-increment: list;
    position: absolute;   
    left: 0;
    top: 2px;
    height: 24px;
    width: 24px;
    background: #4C7A5F;
    border-radius: 2px;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.set_contents_in > .info > div > .yakuwari > .list > .in {
    border-radius: 8px;
    border:1px solid #4C7A5F;
    padding: 16px 20px;
    text-align: center;
    font-size: 16px;
    background-color: var(--color-white);
    margin-bottom: 12px;
}

.set_contents_in > .info > div > .yakuwari > .list > .in > .title {
    font-size: 22px;
    font-weight: 600;
    color: #4C7A5F;
    margin-bottom: 10px;
}

.set_contents_in > .info > div > .yakuwari > .list .cap {
    font-size: 10px;
    text-align: center;
}

.set_contents_in .more_btn {
    padding-right: 26px;
    padding-left: 26px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 32px;
    height: 64px;
    border: 1px solid var(--color-white);
    background-color: var(--color-btn-green);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
    font-size: 14px;
    position: relative;
    color: var(--color-white);
}

.set_contents_in .more_btn.cleansing {
    letter-spacing: -0.7px;
}

.set_contents_in .more_btn::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.set_contents_in .more_btn.active::after {
    transform: scale(1, -1);
    margin-top: -5px;
}

.more_clensing {
    display: none;
}

.tokuten {
    padding: 40px 0 0;
}

.tokuten > .title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.tokuten > .title > .em {
    font-size: 28px;
}

.tokuten > .title > .em > .marker {
    color: var(--color-white);
    background: linear-gradient(transparent, transparent 10%, #C03D3D 11%, #C03D3D 89%, transparent 90%, transparent);
    display: inline-block;
    margin-right: 3px;
    padding: 0 4px;
}

.tokuten > .title > .em > .marker {
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}
  

.tokuten > .title > .em > .marker::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent 0%,
      rgba(255,255,255,0.4) 45%,
      rgba(255,255,255,0.8) 50%,
      rgba(255,255,255,0.4) 55%,
      transparent 100%
    );
    animation: shine 3.5s ease-in-out infinite;
}
  
@keyframes shine {
    0%   { left: -120%; }
    60%  { left: -120%; }
    100% { left: 120%; }
}

.tokuten > .list_bg {
    padding: 40px 20px;
    background-image: url(../img/tokuten_bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.tokuten > .list_bg .list {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
  
.tokuten > .list_bg .list.is-show {
    opacity: 1;
    transform: translateY(0);
}

.tokuten > .list_bg > .list {
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 24px;
}

.tokuten > .list_bg > .list > .title {
    background-color: #494848;
    color: var(--color-white);
    font-size: 16px;
    padding: 6px;
    margin-bottom: 20px;
}

.tokuten > .list_bg > .list > .em {
    color: #C03D3D;
    font-size: 24px;
}

.tokuten > .list_bg > .list > .em02 {
    color: #C03D3D;
    font-size: 32px;
}

.tokuten > .list_bg > .list > .cap {
    font-size: 10px;
}

.cycle_title {
    border-top: 1px solid var(--color-main-gray);
    border-bottom: 1px solid var(--color-main-gray);
    text-align: center;
    padding: 10px 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
}

.cycle_info {
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.cycle_info > p {
    margin-bottom: 16px;
}

.cycle_info > p > .em {
    font-weight: 700;
}

.cycle_info > p > a {
    text-decoration: underline;
}

/* ====== アニメーション ====== */

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-in.point {
    transform: translateY(0px);
    transition: opacity 1.8s ease-out, transform 1.8s ease-out;
    transition-delay: 500ms;
}

.fade-in.point01 {
    transition-delay: 250ms;
    transform: translateY(0px);
}

.fade-in.point02 {
    transition-delay: 500ms;
    transform: translateY(0px);
}

.fade-in.point03 {
    transition-delay: 750ms;
    transform: translateY(0px);
}

.fade-in.point04 {
    transition-delay: 1000ms;
    transform: translateY(0px);
}

.fade-in.correct {
    transition-delay: 500ms;
    transform: translateY(0px);
}

.fade-in.care01 {
    transition-delay: 200ms;
    transform: translateY(0px);
}

.fade-in.care02 {
    transition-delay: 700ms;
    transform: translateY(0px);
}

.fade-in.care03 {
    transition-delay: 1200ms;
    transform: translateY(0px);
}

.fade-in-load {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-load.show {
    opacity: 1;
}

.fade-in-load.fv_title {
    transition-delay: 250ms;
}

.fade-in-load.fv_sub_title {
    transition-delay: 750ms;
}

.plenty{
    display: inline-block;
    font-weight: 800;
    letter-spacing: .08em;
  
    opacity: 0;
    transform: scale(.9);
    filter: blur(6px);
  
    will-change: opacity, transform, filter;
}

.plenty.is-show{
    animation: plentyPop 1.8s cubic-bezier(.2, .9, .2, 1) forwards;
}

@keyframes plentyPop{
0%{
    opacity: 0;
    transform: scale(.9);
    filter: blur(4px);
}
15%{
    opacity: 1;
    transform: scale(1.05); /* たっぷり感の肝 */
    filter: blur(0);
}
30%{
    transform: scale(.98);
}
100%{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
}

@media (prefers-reduced-motion: reduce){
    .plenty{
        opacity: 1;
        transform: none;
        filter: none;
    }
    .plenty.is-show{
        animation: none;
    }
}


.shine-wrap{
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.shine-img{
    display: block;
    border-radius: 50%;
}

.shine-wrap::after{
    content:"";
    position:absolute;
    inset: -40%;              /* top/right/bottom/left をまとめて広げる */
    width: 70%;               /* 光の帯を太く */
    height: 220%;             /* 高さも余裕 */
    left: -120%;              /* 左外からスタート */

    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.15) 40%,
        rgba(255,255,255,.6) 50%,
        rgba(255,255,255,.15) 60%,
        rgba(255,255,255,0) 100%
    );

    transform: translateX(-100%) rotate(0deg);
    animation: shine 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine{
    0%{
        transform: translateX(-30%) skewX(-20deg);
        opacity:0;
      }
      8%{ opacity:1; }
      18%{
        /* ここが重要：右下まで抜けるように大きく進める */
        transform: translateX(190%) skewX(-20deg);
        opacity:0;
      }
      100%{
        transform: translateX(190%) skewX(-20deg);
        opacity:0;
      }
}

.btn_ani {
    animation: offer_btn 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes offer_btn {
    0%,100%,20% {
        transform: scale(1);
    }

    10% {
        transform: scale(.92);
    }
}

.fade-text .later {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-text .later.is-show {
    opacity: 1;
    transform: translateY(0);
}

.js-fade {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 1.1s ease, transform 1.1s ease;
}

.js-fade.is-show {
    opacity: 1;
    transform: translateY(0);
}

.badgeWrap{
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 40%;
}

.badgeShine{
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.badgeShine > img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.badgeShine::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    /* ★見た目は「前のコード」と同じ（角度もそのまま） */
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 40%,
      rgba(255,255,255,.85) 50%,
      rgba(255,255,255,0) 60%,
      rgba(255,255,255,0) 100%
    );

    /* ★ここが変更点：縦横も広げて“斜め移動”できるようにする */
    background-size: 200% 200%;
    background-position: -120% -120%;

    -webkit-mask: url("../img/mutenka_badge.webp")
      center / contain no-repeat;
    mask: url("../img/mutenka_badge.webp")
      center / contain no-repeat;

    opacity: 0;

}
  
.badgeShine.is-shine::after{
    animation: badgeShineSweep 1.1s ease-out forwards;
}
  
@keyframes badgeShineSweep{
    0%{
      background-position: 160% 160%;
      opacity: 0;
    }
    10%{
      opacity: 1;
    }
    100%{
      background-position: -160% -160%;
      opacity: 0;
    }
  }