@charset "utf-8";
/*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {
    display: none;
}
.android .iphone_show, .android .pc_show {
    display: none;
}
.pc .iphone_show, .pc .android_show {
    display: none;
}
.pc .visible .iphone_show, .pc .visible .android_show {
    display: block;
}
.objects {
    display: none !important;
}
.mt-10em {
    margin-top: -10em;
}
.t-center {
    text-align: center;
}
.fs_s {
    font-size: 0.8em;
}
.fs_ss {
    font-size: 0.5em;
}
/* ==========================================================================
流用パーツ
========================================================================== */
.totop a {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 160px;
    background-image: url(../images/totop.png);
    background-size: 100% 100%;
    width: calc(30px / 2);
    height: calc(330px / 2);
    text-indent: -9999px;
    overflow: hidden;
}
.contents.main {
    font-size: 16px;
}
.fv {
    padding-top: 10px;
}
.fv_im {
    padding: 0px;
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.4));
}
h1.fv_im {
    width: 50%;
}
.top_title {
    margin: 30px 0;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 120%;
    color: #fff;
    text-shadow: 0 0 10px #ff4cc6, 0 0 15px #ff4cc6;
}
.fv_text_box {
    text-align: center;
    display: block;
}
.fv_text {
    margin: 7px 0 0;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    line-height: 160%;
    color: #035bc5;
}
.fv_text li {
    font-weight: 900;
}
span.small_tx {
    font-size: 70%;
    line-height: 1.5em;
    display: inline-block;
    margin-top: 1em;
}
.top_img {
    width: 90%;
    margin: 20px auto;
}
.w70 {
    width: 70%;
    margin: auto;
}
.pt0 {
    padding-top: 0 !important;
}
.border0 {
    border-bottom: 0 !important;
}
.inner_wrap {
    padding: 30px 0;
}
.tac {

}
small {
    font-size: 80%;
}
p {
    font-weight: bold;
}
.home {
    position: fixed;
    z-index: 20;
    top: 20px;
    left: 25px;
    width: 150px;
}
a {
    text-decoration: none;
}
.confetti canvas {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.inner {
    position: relative;
    z-index: 10;
}
/* ==========================================================================
font
========================================================================== */
.dela-gothic-one-regular {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.Corporate-Logo-ver2-Medium {
    font-family: "corporate-logo-ver2", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.Corporate-Logo-ver2-Bold {
    font-family: "corporate-logo-ver2", sans-serif;
    font-weight: bold;
    font-style: normal;
}
.VDL-LogoJrBlack-BK {
    font-family: "vdl-logojrblack", sans-serif;
    font-weight: 900;
    font-style: normal;
}
span.font_mini {
    font-size: 35px;
}
/* ==========================================================================
section inner"
========================================================================== */
#bg_inner {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#bg_inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg.webp) repeat center 40px / 100% auto;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
}
/* ==========================================================================
ribbon
========================================================================== */
.top_ribbon {
    position: relative;
    margin: 15px auto;
    background-color: #75c5ff;
    color: #fff;
    padding: 30px;
}
.top_ribbon h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
span.small_dow {
    font-size: 27px;
}
/* ==========================================================================
btn
========================================================================== */
.btn a {
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 500px;
    padding: 18px 0;
    background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    display: inline-block;
    line-height: 60px;
    background-color: #1B85FB;
    box-shadow: 0px 5px 0px #6baeff;
    transition: .3s;
}
.btn a:hover {
    box-shadow: unset;
    transform: translateY(4px);
}
.btn.yellow a {
    background: #ffc052;
    padding: 10px 0;
    font-size: 30px;
    color: #fff;
}
.big_btn a {
    box-shadow: 0px 10px 0px #000;
}
.participation .btn.yellow a {
    margin: 64px auto 0;
}
.btn.white a {
    background: #fff;
    padding: 8px 0;
    font-size: 30px;
    color: #035bc5;
    width: 97%;
    border: solid 2px;
    margin: 0;
}
.list_btn.btn.white a {
    padding: 2px 0;
    font-size: 20px;
    border: solid 2px;
    line-height: 46px;
    width: 300px;
    margin: 30px 0;
}
.maj a {
    width: 450px !important;
}
.campaign .cp_view .btn a {
    width: 100%;
    background-color: #fff;
    color: #151515;
}
.btn.movie_btn a {
    margin-top: 0;
    font-size: 16px;
    padding: 15px 0;
    width: 70%;
}
.btn.movie_btn a span {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-top: 0;
    line-height: 0;
}
.btn {
    text-align: center;
}
.btn span {
    font-size: 12px;
    margin: 0;
}
span.arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("../images/arrow_btn.webp") no-repeat center/18px;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.entry_btn {
    text-align: center;
}
.entry_checkbox {
    margin-top: 20px;
    color: #035bc5;
    font-size: 22px;
    text-align: center;
}
#entry-chkbox {
    transform: scale(1.6);
    transform-origin: left center;
    vertical-align: middle;
    color: #0023fc;
    background: #4e2bff;
    margin: 0 10px 4px 0;
}
/* ボタンのON時スタイル（例） */
.entry-btnStyle_checked {
    background: #ffc052;
    padding: 23px 0;
    font-size: 30px;
    color: #fff;
    box-shadow: 0px 10px 0px #6baeff;
}
/* OFF時（disabled）の見た目例 */
#entry-btn:disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
    padding: 23px 0;
    font-size: 30px;
    box-shadow: 0px 10px 0px #000;
}
/*チェック済みボタン*/
button.entry-btnStyle_checked {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*未チェックボタン*/
button {
    background: #555;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    margin: auto;
    display: block flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0;
    font-weight: 700;
    border: 0 solid #151515;
    line-height: 1;
}
button.entry-btnStyle_checked:hover {
    box-shadow: unset;
    transform: translateY(4px);
}
a.hv :hover {
    transition: all 0.2s ease-in;
    opacity: 0.7;
}
/* ==========================================================================
contents
========================================================================== */
#wrapper {
    color: #035bc5;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #c0f8ff; /* 背景色 */
    position: relative; /* 擬似要素を配置するため */
    z-index: 0;
}
#wrapper::before {
    content: "";
    position: absolute;
    inset: 0; /* wrapper全体に広げる */
    background-image: repeating-linear-gradient(-45deg, #358eff29, #358eff29 10px, transparent 10px, transparent 20px);
    opacity: 0.2; /* 画像を薄く */
    mix-blend-mode: multiply; /* 乗算 */
    z-index: -1; /* テキストより後ろに */
}
h2.main {
    width: 20%;
    margin: auto;
    /*  position: relative;
  color: #fff;
  font-size: 50px;
  text-align: center;
  text-shadow: 0 0 6px #035bc5;*/
    padding-top: 45px;
}
/*h2.main::before {
  position: absolute;
  content: "";
  display: block;
  width: 33%;
  height: 4px;
  top: 90px;
  border-bottom: 3px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 0px #035bc5) drop-shadow(0 0 61px #035bc5) drop-shadow(0 0 76px #035bc5) drop-shadow(0 0 13px #035bc5);
  z-index: -1;
}*/
.explanation {
    height: 110%;
    margin-top: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* STEPを上に */
    padding: 30px; /* 白余白を統一 */
    border-radius: 600px;
    box-sizing: border-box;
    width: 100%;
}
.step_space p {
    padding-bottom: 13px;
}
.participation {
    display: flex;
    justify-content: center;
    align-items: stretch; /* 高さ揃え */
    gap: 20px; /* ボックス間の余白 */
}
.participation_box {
    flex: 1;
    max-width: 350px; /* ボックス幅を固定 */
    display: flex;
}
.main_box {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}
.STEP {
    position: absolute;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.coming_soon {
    font-size: 25px;
    font-weight: bold;
    padding: 50px 0 20px;
    text-align: center;
}
.explanation_flex {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    gap: 50px;
    height: 100%;
}
.explanation_flex2 {
    display: flex;
    justify-content: space-around;
    padding-top: 0px;
}
.explanation_flex img {
    height: 100%;
}
.explanation_text {
    font-size: 22px;
    line-height: 160%;
    text-indent: -1em;
    padding-left: 0em;
}
.explanation_text span {
    font-size: 14px;
    line-height: 2;
    display: block;
}
.explanation_ribbon {
    margin: 20px auto;
    background-color: #000;
    color: #fff;
    padding: 9px 9px 9px 38px;
    border-radius: 10px;
}
p.spase_left {
    text-indent: 1em;
}
.benefits {
    position: relative;
    background: #fff;
    border-radius: 0 0 30px 30px;
    overflow: visible;
    font-size: 20px;
    text-align: center;
    line-height: 160%;
    height: 110%;
    margin-top: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
}
.benefits::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cpath d='M0 10 C20 0 30 0 50 10 C70 20 80 20 100 10 L100 20 L0 20 Z' fill='%23ffffff'/%3E%3C/svg%3E") repeat-x;
    background-size: 100px 30px;
    animation: wave 4s linear infinite;
}
@keyframes wave {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -100px;
    }
}
.benefits li {
    width: 16%;
    list-style: none;
    margin: 0 17px;
}
.benefits ul {
    display: flex;
    margin: 40px auto;
    justify-content: center;
}
.benefits_p {
    font-size: 25px;
}
.bnto-text-marker {
    background-image: linear-gradient(hsl(38 93% 49% / 0.55), hsl(38 93% 49% / 0.55));
    background-repeat: no-repeat;
    background-position: 0 78%;
    background-size: 0 25%;
    will-change: background-size;
}
.bnto-text-marker.is-active {
    animation: bnto-marker 2.6s ease-in-out forwards;
}
@keyframes bnto-marker {
    55%, 100% {
        background-size: 100% 25%;
    }
}
/* ==========================================================================
participation
========================================================================== */
.participation {
    display: flex;
    justify-content: space-around;
    padding-top: 0px;
}
.participation_box {
    margin-top: 50px;
}
.step_space.btn.yellow a {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    padding: 10px 0;
    font-size: 30px;
    color: #000;
}
.participation .btn a {
    font-size: 14px;
    line-height: 18px;
}
.explanation.participation_2 {
    margin-top: 8px;
    position: relative;
    max-width: 300px;
    height: 300px;
    margin: auto;
}
.participation_box {
    margin-top: 50px;
    position: relative; /* ここが重要 */
}
p.STEP {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #ffc052;
    border-radius: 10px;
    display: inline-block;
    width: 83px;
    text-align: center;
    padding: 11px;
    font-size: 20px;
}
.step_space {
    font-size: 65px;
    margin: 10px;
}
.step_space span {
    font-size: 16px;
}
.step_space img {
    display: inline-block; /* Works with text-align center */
    max-width: 120px; /* Or a fixed size instead of 20% */
}
p.pa_space {
    padding-top: 20px;
}
.step_space {
    text-align: center;
    font-size: 19px;
    line-height: 120%;
}
.participation_space {
    position: relative;
    padding-top: 40px;
}
.participation_box {
    margin-top: 50px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}
.participation_box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .8s ease, transform .8s ease;
}
.participation_box.show {
    opacity: 1;
    transform: translateY(0);
}
.participation_box:nth-child(2).show {
    transition-delay: .3s;
}
.participation_box:nth-child(3).show {
    transition-delay: .6s;
}
/* ==========================================================================
conditions
========================================================================== */
.conditions {
    position: relative;
    margin-top: 37px;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 30px;
    padding-bottom: 46px;
    text-align: center;
}
.flex_box {
    display: flex;
    justify-content: space-around;
}
.conditions_box {
    margin-top: 50px;
}
.bn_3_img {
    width: 50%;
    margin-top: 28px;
}
.yajirushi_img {
    width: 7%;
    margin-top: 65px;
}
.flex_img {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.step_space.btn.yellow a {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    padding: 10px 0;
    font-size: 30px;
    color: #000;
}
.conditions .btn a {
    font-size: 14px;
    line-height: 18px;
}
.explanation.conditions_2 {
    position: relative;
    margin: 8px auto; /* margin-topとmargin:autoをまとめる */
    top: 9px;
    background-color: #f1da2c;
    border-radius: 10px;
    text-align: center;
}
p.conditions_text {
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-shadow: 0 0 6px #1c5e45;
    padding-top: 45px;
    line-height: 136%;
}
.conditions_space {
    padding-top: 36px;
    position: relative;
}
.conditions_box {
    margin-top: 50px;
    position: relative;
}
p.period {
    position: absolute;
    top: -9px;
    left: 23%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #ffc052;
    border-radius: 36px;
    display: inline-block;
    width: 123px;
    text-align: center;
    padding: 11px;
    font-size: 20px;
}
p.conditions_p {
    font-size: 63px;
}
.step_space2 {
    padding-top: 10px;
}
.participation_space {
    padding-top: 40px;
}
.fuwafuwa_img1 {
    position: absolute;
    width: 7%;
    top: -100px;
    animation: floating-img2 2s ease-in-out infinite alternate;
}
.fuwafuwa_img2 {
    position: absolute;
    width: 9%;
    bottom: -97px;
    right: 0px;
    animation: floating-img2 2s ease-in-out infinite alternate;
}
.fuwafuwa_img3 {
    position: absolute;
    width: 7%;
    top: 94px;
    right: 90px;
    animation: floating-img2 2s ease-in-out infinite alternate;
}
.fuwafuwa_img4 {
    position: absolute;
    width: 5%;
    top: 218px;
    left: 190px;
    animation: floating-img2 2s ease-in-out infinite alternate;
}
@keyframes floating-img1 {
    0% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(10%);
    }
}
@keyframes floating-img2 {
    0% {
        transform: translateY(10%)rotate(5deg);
    }
    100% {
        transform: translateY(-10%)rotate(-5deg);
    }
}
/* ==========================================================================
list
========================================================================== */
.list_box, .list_box * {
    box-sizing: border-box;
}
.explanation.pt0.border0.list.explanation.pt0.border0.list {
    margin-top: 0;
    border-radius: 0 0 35px 35px;
    text-align: center;
}
.list {
    position: relative;
    width: 100%;
    margin: 140px auto;
}
h3.list_h3 {
    position: relative;
    display: block;
    background: #5c6ac4;
    padding: 20px 0;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 35px 35px 0 0;
}
h3.list_h3 {
    display: block;
    background: #5c6ac4;
    padding: 20px 0;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 35px 35px 0 0;
    position: relative;
}
h3.list_h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background:
        radial-gradient(circle at 15px 0, #5c6ac4 15px, transparent 16px) repeat-x;
    background-size: 30px 30px;
    z-index: 1;
}
.list_box {
    margin: 10px;
    max-width: 300px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
.text_box li {
    font-weight: 600;
    line-height: 210%;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    width: 500px;
    transition: none;
}
.day {
    font-weight: bold;
    margin-bottom: 5px;
}
p.day {
    color: #fff;
    background-color: #1c5e45;
    border-radius: 10px;
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 7px;
    line-height: 1.6;
}
.black_list {
    width: 100%;
    background-color: #b5eff1;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.black_list p {
    position: relative;
    color: #fff;
    background: #5c6ac4;
    padding: 2px;
    text-align: center;
    margin: 3px 0;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    border-radius: 30px;
    min-height: calc(1.6em * 2 + 20px);
}
.black_list p .arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.black_list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.black_list .thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 4px;
}
.black_list .thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.black_list p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60px;
    font-size: 15px !important;
    line-height: 140% !important;
}
.explanation.list p {
    font-size: 20px;
    line-height: 160%;
}
.explanation.list p:first-of-type {
    margin-top: 30px;
}
.bnto-head-stitch {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    background: #da0037;
    color: #fff;
    padding: 12px 22px;
    border-radius: 14px;
    outline: 2px dashed rgba(255, 255, 255, .85);
    outline-offset: -6px;
}
.list_box.text_box {
    position: relative;
    left: -140px;
    width: 360px;
    transition: none;
}
/* ==========================================================================
規約
========================================================================== */
.tokuten_scroll {
    margin-top: 40px;
    padding: 2em;
    background: #2b4674b0;
    color: #fff;
    border-radius: 10px;
}
.tokuten_scroll .inn {
    padding-right: 2em;
    height: 230px;
    overflow-y: scroll;
    text-align: left;
}
.tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.3em;
}
.copy {
    width: 80%;
    font-size: 0.8em;
    background: #2b4674b0;
    margin: 2em auto;
    padding: 2em;
    color: #fff;
}
.bn {
    margin-top: -89px;
    margin: -75px auto 0;
    text-align: center;
    opacity: 1;
    transition: opacity 0.2s;
}
/* アンカー自体を画像サイズの箱にする */
.bn-link {
    display: inline-block; /* 画像サイズの矩形だけがクリック範囲になる */
    width: 59%; /* 以前の img 幅を a 側に移すと安定します */
    margin: 0 auto; /* 中央寄せ */
    line-height: 0; /* 余計な行間クリックを防止（任意） */
}
.bn-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
}
.bn a:hover img {
    opacity: 0.6;
}
.bn p {
    color: #1c5e45;
    font-size: 23px;
    padding-bottom: 10px;
}
.inn_box p {
    font-weight: normal;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed.is-fixed {
    padding: .5em;
    text-align: center;
    width: 100%;
    background-color: rgba(21, 21, 21, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    font-weight: 700;
    display: block;
}
.lp_cta_fixed .cp_bnr a {
    margin: 10px auto;
}
.footer_cta.footer_cta_second.mb0_4 {
    position: relative;
    z-index: 1;
}
.footer_last.footer_inner {
    position: relative;
    z-index: 1;
}
section.footer_faq.faq_section {
    position: relative;
    z-index: 1;
}
div#js-footer-area {
    position: relative;
    z-index: 1;
}
/* ==========================================================================
SP
========================================================================== */
@media print, screen and (min-width: 813px) {}
@media only screen and (max-width: 812px) {
    section#new-method {
        padding: 30px 0;
    }
    section#new-method .method_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    section#new-method .premium {
        width: 60%;
        margin: 30px auto;
    }
    .home {
        width: 100px;
        left: 15px;
        top: 15px;
    }
    .fv {
        padding-top: 9px;
    }
    h1.fv_im {
        width: 91%;
    }
    h1.fv_im {
        margin: auto;
    }
    .top_title {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .btn a {
        width: 100%;
        padding: 20px;
        font-size: 18px;
    }
    .btn a span {
        display: none;
    }
    .top_img {
        width: 100%;
        margin: 20px 0 10px;
    }
    .bignews_ttl {
        font-size: 16px;
    }
    .bignews_tx {
        padding: 15px 0;
        font-size: 14px;
    }
    .more_tx {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0;
    }
    .list {
        width: 100%;
        margin: 25px auto;
    }
    .list li {
        font-size: 15px;
        margin: 5px 0;
    }
    .indent {
        text-indent: -1em;
        padding-left: 1em;
    }
    .list .list_ttl {
        font-size: 16px;
        text-align: center;
    }
    .more_tx a, .list li a {
        font-size: 12px;
    }
    span.small_tx {
        font-size: 80%;
    }
    .ttl_band {
        font-size: 18px;
        padding: 10px 0;
        width: 100%;
    }
    .inner_wrap {
        padding: 15px 0;
    }
    .inner_wrap .btn.pink_grade a {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.2;
    }
    /* ==========================================================================
section inner"
========================================================================== */
    #bg_inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(../images/bg_sp.webp) repeat center 40px / 100% auto;
        /*    opacity: 0.5;*/
        mix-blend-mode: multiply;
        z-index: -1;
        pointer-events: none;
    }
    /* ==========================================================================
ribbon
========================================================================== */
    .fv_text {
        font-size: 7px;
        margin: 10px;
    }
    .top_ribbon {
        margin: 4px auto;
        padding: 10px;
    }
    .top_ribbon h3 {
        font-size: 20px;
    }
    span.small_dow {
        font-size: 12px;
    }
    /* ==========================================================================
btn
========================================================================== */
    .btn.yellow a {
        padding: 10px 0;
        font-size: 16px;
    }
    .btn a {
        margin: 6px auto 0;
        width: 80%;
        max-width: 200px;
        padding: 18px 0;
        line-height: 25px;
    }
    .btn.yellow.pa_space a {
        padding: 10px 0;
        font-size: 15px;
    }
    .participation .btn a {
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 5px;
    }
    .list_btn.btn.white a {
        padding: 2px 0;
        font-size: 14px;
        line-height: 31px;
        margin: 20px 0;
    }
    .maj a {
        line-height: 140% !important;
    }
    /* ==========================================================================
explanation
========================================================================== */
    .explanation {
        margin-top: 17px;
        padding: 6px;
        border-radius: 100px;
    }
    .explanation.list p {
        font-size: 12px;
    }
    .bnto-head-stitch {
        margin: 15px 0 0px;
        font-size: 12px;
        padding: 6px;
        border-radius: 10px;
    }
    .explanation_flex {
        padding-top: 0;
        flex-direction: column;
        gap: 0;
    }
    .benefits {
        padding: 17px;
        margin-top: 30px;
    }
    .benefits ul {
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
        margin: 10px auto;
    }
    .benefits li {
        width: calc(36% - 5px);
        margin: 0;
    }
    .benefits li img {
        width: 100%;
        display: block;
    }
    .explanation_ribbon {
        margin: 6px auto;
    }
    .explanation_text {
        font-size: 10px;
        line-height: 116%;
    }
    .explanation_text span {
        font-size: 7px;
    }
    .explanation_ribbon {
        padding: 9px 9px 9px 16px;
    }
    /* ==========================================================================
participation
========================================================================== */
    h2.main {
        /* font-size: 23px; */
        width: 44%;
        padding-top: 17px;
    }
    h2.main::before {
        top: 41px;
        border-bottom: 2px solid #fff;
        width: 40%;
    }
    .participation {
        padding-top: 10px;
    }
    .participation_box {
        display: flex;
        margin: 25px auto 0;
        justify-content: center;
        width: 100%;
    }
    .explanation.participation_2 {
        margin-top: 8px;
        height: auto;
    }
    p.STEP {
        color: #fff;
        border-radius: 12px;
        width: 104px;
        padding: 2px;
        font-size: 14px;
    }
    .step_space img {
        max-width: 79px;
    }
    p.pa_space {
        padding-top: 25px;
    }
    /* ==========================================================================
list
========================================================================== */
    .explanation.pt0.border0.list.explanation.pt0.border0.list {
        margin-top: 0;
        border-radius: 0 0 6px 6px;
    }
    .list {
        width: 100%;
        margin: 60px auto;
    }
    h3.list_h3 {
        padding: 9px 0;
        font-size: 19px;
        border-radius: 12px 12px 0 0;
    }
    p.day {
        border-radius: 6px;
        width: 150px;
        padding: 2px;
        font-size: 11px;
    }
    .contents_inner {
        padding-bottom: 0;
    }
    /* ==========================================================================
conditions
========================================================================== */
    .conditions {
        margin-top: 11px;
        display: flex;
    }
    .flex_box {
        flex-direction: column;
    }
    .flex_box {
        display: flex;
        justify-content: space-around;
    }
    .conditions_box {
        margin-top: 50px;
    }
    .bn_3_img {
        width: 75%;
        margin-top: 28px;
        margin-left: -7px;
    }
    .yajirushi_img {
        width: 15%;
        margin-top: 41px;
        margin-left: 10px;
    }
    .flex_img {
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
        justify-content: space-around;
    }
    .conditions_space {
        padding-top: 20px;
    }
    .explanation.conditions_2 {
        width: 87px;
        height: 71px;
    }
    p.conditions_text {
        font-size: 18px;
        padding-top: 15px;
    }
    .conditions_box {
        margin-top: 18px;
        margin-left: 18px;
    }
    p.period {
        top: 6px;
        left: 30%;
        width: 84px;
        padding: 0px;
        font-size: 10px;
    }
    p.conditions_p {
        font-size: 25px;
    }
    span.font_mini {
        font-size: 14px;
    }
    /* ==========================================================================
========================================================================== */
    #news.contents_inner {
        margin-top: 30px;
    }
    /* ==========================================================================
========================================================================== */
    .bn {
        margin-top: -89px;
        margin: -45px auto 0;
    }
    .bn img {
        width: 102%;
    }
    .bn-link {
        width: 100%;
    }
    .bn p {
        font-size: 11px;
        padding-bottom: 2px;
    }
    /* ==========================================================================
========================================================================== */
    .tokuten_scroll {
        margin: 21px 10px 40px;
        padding: 2em 1em;
        font-size: 11px;
    }
    .tokuten_scroll .inn {
        padding-right: .5em;
    }
    /*----------------------------------------------------------------
追従
----------------------------------------------------------------*/
    .lp_cta_fixed .point_cp {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .cp_bnr a {
        display: block;
        max-width: 800px;
        margin: 50px auto;
        border: 2px solid #ff4cc6;
        width: 90%;
    }
    .cp_bnr-2 a {
        max-width: 700px;
        margin: 20px auto 80px;
        width: 90%;
    }
    @media only screen and (max-width: 812px) {
        .cp_bnr a {
            margin: 30px auto 0;
        }
        .lp_cta_fixed .cp_bnr a {
            margin: 5px auto;
        }
        /* ボタンのON時スタイル（例） */
        .entry-btnStyle_checked {
            box-shadow: 0px 6px 0px#6baeff;
            margin-top: 12px;
            padding: 15px 0;
            font-size: 22px;
            width: 64%;
        }
        /* OFF時（disabled）の見た目例 */
        #entry-btn:disabled {
            margin-top: 12px;
            padding: 15px 0;
            font-size: 22px;
            box-shadow: 0px 6px 0px #000;
            width: 64%;
        }
	    .list_box.text_box {
        position: static;
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .text_box li {
        width: auto;
        font-size: 13px;
        padding: 0 14px 0 0;
        line-height: 150%;
        text-align: center;
    }
    }
    .btn_row {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .btn_row .btn {
        width: 40%;
    }
    .btn_row .btn a, .btn_first .btn a {
        width: 100%;
        font-size: 17px;
    }
    @media only screen and (max-width: 812px) {
        .btn_row {
            flex-direction: column;
        }
        .btn_row .btn {
            width: 100%;
        }
        .btn_first .btn a {
            line-height: 1.4;
        }
    }
    .cp_img {
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
    }
    .cp_img img {
        width: 100%;
        height: auto;
    }
    p.copy {
        width: 80%;
        font-size: 0.5em;
        margin: 2em auto;
        padding: 1em;
    }
    @media only screen and (max-width: 800px) {
        .pc_Only {
            display: none;
        }
        .participation {
            flex-direction: column;
            margin: auto;
            gap: 0px;
        }
        .explanation_flex2 {
            display: flex;
            margin: auto;
            flex-direction: column;
        }
        .STEP {
            margin-bottom: 0;
        }
        .step_space {
            text-align: center;
            font-size: 13px;
            line-height: 116%;
        }
        p.pa_space {
            padding-top: 0;
        }
        .participation .btn.yellow a {
            margin: 0 0 15px;
        }
        .step_space.step_space2 {
            padding: 25px 0;
        }
        .fuwafuwa_img1 {
            top: 48px;
        }
        .fuwafuwa_img2 {
            width: 17%;
            left: auto;
            right: 0;
            top: auto;
            bottom: -30px;
        }
        .fuwafuwa_img3 {
            width: 11%;
            top: 18px;
            right: 90px;
        }
        .fuwafuwa_img4 {
            width: 13%;
            top: 66px;
            left: 60px;
        }
        label.entry_p {
            margin-left: 10px;
        }
        .entry_checkbox {
            margin-top: 12px;
            font-size: 10px;
        }
        #entry-chkbox {
            transform: scale(1.0);
            margin: 0 -5px 1px 0;
        }
    }
}
@media only screen and (max-width: 460px) {
    .fuwafuwa_img1 {
        top: -82px;
        width: 14%;
    }
    .fuwafuwa_img3 {
        width: 15%;
        top: 18px;
        right: 4px;
    }
    .fuwafuwa_img4 {
        width: 13%;
        top: 87px;
        left: 10px;
    }
    .benefits p {
        font-size: 15px;
    }
    label.entry_p {
        margin-left: 20px;
    }
    .entry_checkbox {
        margin-top: 12px;
        font-size: 15px;
    }
    #entry-chkbox {
        transform: scale(1.0);
        margin: 0 -17px 1px 0;
    }
}
@media only screen and (max-width: 426px) {
    .fuwafuwa_img1 {
        width: 15%;
        top: -63px;
    }
    .fuwafuwa_img3 {
        width: 11%;
        top: 20px;
        right: 0px;
    }
    .fuwafuwa_img4 {
        width: 13%;
        top: 177px;
        left: 20px;
    }
    label.entry_p {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 320px) {
    .explanation_flex2 {
        font-size: 13px;
    }
    span.arrow {
        top: 55%;
        background: url("../images/arrow_btn.webp") no-repeat center/18px;
        width: 18px;
        height: 18px;
    }
    /* ボタンのON時スタイル（例） */
    .entry-btnStyle_checked {
        width: 59%;
        padding: 7px 0;
        padding: 9px 0;
        font-size: 14px;
        box-shadow: 0px 5px 0px #6baeff;
    }
    /* OFF時（disabled）の見た目例 */
    #entry-btn:disabled {
        width: 59%;
        margin-top: 12px;
        cursor: not-allowed;
        padding: 9px 0;
        font-size: 14px;
        box-shadow: 0px 5px 0px #000;
    }
}