@charset "utf-8";
/* ALL */
:root {
    --sp-fs10: 2.6667vw;
    --sp-fs11: 2.9334vw;
    --sp-fs12: 3.2vw;
    --sp-fs13: 3.4667vw;
    --sp-fs14: 3.7334vw;
    --sp-fs15: 4vw;
    --sp-fs16: 4.2667vw;
    --sp-fs17: 4.5334vw;
    --sp-fs18: 4.8vw;
    --sp-fs19: 5.0667vw;
	--sp-fs20: 5.3334vw;
	--sp-fs21: 5.6vw;
	--sp-fs22: 5.8667vw;
	--sp-fs23: 6.1334vw;
    --sp-fs24: 6.4vw;
}

#page { padding-bottom: 50px!important;}

#campaign-member {
	font-family: "Inter", sans-serif;
	background-image: url(../img/member/bg.webp);
	background-repeat: repeat-y;
    background-size: 1440px;
    background-position: center top;
	font-size: 10px;
}
#campaign-member * {
    box-sizing: border-box;
}
#campaign-member img { width: 100%;}

#campaign-member picture,
#campaign-member figure { display: block;}

#campaign-member a {
	text-decoration: none;
	color: #333;
	transition: opacity .25s ease-in-out;
}
#campaign-member a:hover {
    opacity: .65;
    text-decoration: none;
}
#campaign-member br.for-PC { display: inline;}

#campaign-member .for-SP,
#campaign-member .for-SP_list {
	display: none;
}

#campaign-member .pc_wrapper {
	width: 375px;
	margin-inline: auto;
    background-color: #F5F3F1;
    box-shadow: 0 113px 249px rgba(0, 0, 0, 0.05),
                0 453px 280px rgba(0, 0, 0, 0.09);
}

#campaign-member .annotation {
    width: 89.3334%;
    margin-inline: auto;
    font-size: 12px;
    text-align: left;
    opacity: .7;
    padding-block: 3.5% 9.1%;
}
#campaign-member .annotation span {
    font-weight: bold;
    color: #A71616;
}

@media screen and (max-width:1100px){
    #pagetop { bottom: 40px!important;}
}
@media screen and (max-width:700px){
    #page { padding-bottom: 45% !important;}
    #pagetop { bottom: 120px!important;}
    #campaign-member .for-PC,
	#campaign-member br.for-PC { display: none;}

	#campaign-member .for-SP { display: block;}
	#campaign-member br.for-SP { display: inline;}

    #campaign-member .pc_wrapper {
        width: 100%;
        box-shadow: none;
    }
    #campaign-member .annotation { font-size: var(--sp-fs12);}
}
/* /ALL */

/* 見出し */
.subheading {
	font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
	color: #2C4A3F;
    padding-bottom: 5%;
	font-weight: 600;
    text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    letter-spacing: .03em;
}
.subheading::before,
.subheading::after {
    content: "";
    display: block;
    width: 1.72%;
    height: auto;
    aspect-ratio: 1 / 3.73;
    background-image: url(../img/member/decoration_subheading02.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-inline: 2.3%;
}
.subheading::after {
    transform: scale(-1, 1);
}
.prizes .subheading,
.detail .subheading,
.caution .subheading {
	color: #FFF;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 3.8%;
}
.prizes .subheading::before,
.prizes .subheading::after,
.detail .subheading::before,
.detail .subheading::after,
.caution .subheading::before,
.caution .subheading::after {
    width: 2%;
    height: auto;
    aspect-ratio: 1 / 3.73;
    background-image: url(../img/member/decoration_subheading01.webp);
    margin-inline: 3%;
}
.caution .subheading::before,
.caution .subheading::after {
    width: 1.72%;
    margin-inline: 1.5%;
}

@media screen and (max-width:700px){
    .subheading {
        font-size: var(--sp-fs20);
    }
    .prizes .subheading,
    .detail .subheading,
    .caution .subheading {
        font-size: var(--sp-fs20);
    }
}
/* /見出し */

/* campaign_info */
#campaign-member .campaign_info {
	padding-block: 8.5% 0.8%;
}
#campaign-member .lead {
    width: 89.3334%;
    margin-inline: auto;
    font-size: 16px;
    padding-bottom: 2.3%;
    line-height: 2;
    letter-spacing: .03em;
}
#campaign-member .lead + p {
    padding-bottom: 6.8%;
}
#campaign-member .prizes {
    width: 100%;
    padding-block: 23px 29px;
    position: relative;
}
#campaign-member .campaign_info .annotation {
    padding-block: 1.5%;
}
#campaign-member .prizes .prizes_wrapper {
    width: 89.3334%;
    margin-inline: auto;
    background-image: url(../img/member/bg_prizes.webp);
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: top center;
    border-radius: 9px;
    padding-block: 7.9%;
}
#campaign-member .prizes p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: .03em;
    text-align: center;
    color: #FFF;
    font-size: 21px;
    line-height: 1.4;
    padding-bottom: 5.2%;
}
#campaign-member .prizes p .fs-adjust {
    color: #FFF5D5;
}
#campaign-member .prizes p .fs-adjust span {
    font-size: 22px;
}
#campaign-member .prizes p .fs-adjust span.number {
    font-family: "Roboto", sans-serif;
}
#campaign-member .prizes .swiper_carousel {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 31px;
}
#campaign-member .prizes a {
    display: inline-block;
    margin-inline: auto;
    color: #FFF;
    text-align: center;
    position: relative;
    padding-left: 28px;
}
#campaign-member .prizes a::before {
    content: "";
    display: block;
    width: 19px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #FFF;
    position: absolute;
    top: 14%;
    left: 0;
}
#campaign-member .prizes a::after {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1 / 1;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    left: 5px;
}
#campaign-member .prizes .link {
    width: 30.45%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 1px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    color: #FFF;
    font-size: 15px;
}
#campaign-member .prizes .link::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 2px;
    background-image: url(../img/icon_toggle_open.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#campaign-member .prizes .link.open::after {
    background-image: url(../img/icon_toggle_close.svg);
}

#campaign-member .prizes .toggle_wrapper .pull-down {
    display: none;
    padding-top: 14px;
    margin-bottom: -8px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
#campaign-member .prizes .toggle_wrapper .open + .pull-down {
    display: block;
    opacity: 1;
}
#campaign-member .prizes .toggle_wrapper .pull-down li {
    text-align: center;
    color: #FFFF;
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 2;
}
#campaign-member .period p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 11.2%;
}

@media screen and (max-width:700px){
    #campaign-member .lead { font-size: var(--sp-fs16);}
    #campaign-member .prizes { padding-block: 6% 3%;}
    #campaign-member .prizes p { font-size: var(--sp-fs21);}
    #campaign-member .prizes p .fs-adjust span { font-size: var(--sp-fs22);}
    #campaign-member .prizes a span { font-size: 4vw;}
    #campaign-member .period p { font-size: var(--sp-fs15);}
    #campaign-member .prizes a::before { width: 15.2%;}
    #campaign-member .prizes a::after {
        width: 4.75%;
        left: 4.5%;
    }
    #campaign-member .prizes a { padding-left: 6.5%;}

    #campaign-member .prizes .link {
        width: 31%;
        font-size: var(--sp-fs15);
        padding-top: 4.4%;
    }
    #campaign-member .prizes .link::after {
        width: 16.38%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-left: 6%;
        margin-bottom: 2%;
    }
    #campaign-member .prizes .toggle_wrapper .pull-down {
        padding-top: 4%;
        margin-bottom: -3.5%;
    }
    #campaign-member .prizes .toggle_wrapper .pull-down li {
        font-size: var(--sp-fs12);
        line-height: 1.915;
    }
    #campaign-member .campaign_info {
	    padding-block: 8.5% 6.8%;
    }
}
/* /campaign_info */

/* apply */
#campaign-member .apply { padding-bottom: 10.5%;}

#campaign-member .apply .flex-wrapper {
	width: 89.3334%;
	margin-inline: auto;
    position: relative;
    padding-block: 1%;
    display: flex;
    justify-content: space-between;
}
#campaign-member .apply li:nth-of-type(2) .flex-wrapper {
    flex-direction: row-reverse;
    justify-content: right;
    padding-block: 0;
}
#campaign-member .apply .apply-order {
    width: 43.285%;
}
#campaign-member .apply li:nth-of-type(2) .apply-order {
    width: 48%;
}
#campaign-member .apply .apply-order span {
    display: block;
}
#campaign-member .apply .apply-order span:first-of-type {
    width: 84.83%;
    aspect-ratio: 1 / 0.4472;
    background-image: url(../img/member/speech-bubble02.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2C4A3F;
    text-align: center;
    transform: rotate(-5.09deg);
    margin-left: 10.8%;
    padding-top: 7.5%;
}
#campaign-member .apply li:nth-of-type(2) .apply-order span:first-of-type {
    width: 76.5%;
    transform: rotate(5.09deg);
    margin-left: 12.8%;
}
#campaign-member .apply .apply-order span:nth-of-type(2) {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #A71616;
    text-align: center;
    background-image: url(../img/member/decoration_marker01.webp);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center 100%;
    padding-block: 6% 12%;
    margin-left: 4%;
}
#campaign-member .apply li:nth-of-type(2) .apply-order span:nth-of-type(2) {
    margin-left: 2%;
}
#campaign-member .apply li:nth-of-type(1) figure {
    width: 55.225%;
    margin-top: 3.2%;
}
#campaign-member .apply li:nth-of-type(2) figure {
    width: 38.81%;
    margin-block: 5.2% 1.5%;
    margin-right: -3.2%;
}
#campaign-member .apply li .apply-text {
	width: 78.6667%;
	margin-inline: auto;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 15px;
    padding-block: 3.5% 11%;
    line-height: 1.7;
}

#campaign-member .apply .double-chance {
	width: 89.3334%;
    margin-inline: auto;
    border-radius: .8em;
    background-color: #E0EBE7;
    padding-bottom: 5.5%;
}
#campaign-member .apply .double-chance .flex-wrapper {
    width: 100%;
    justify-content: left;
}
#campaign-member .apply .double-chance .apply-order {
    width: 52%;
}
#campaign-member .apply .double-chance .apply-order span:first-of-type {
    width: 88.303%;
    aspect-ratio: 1 / 0.3366;
    background-image: url(../img/member/speech-bubble03.webp);
    color: #FFF;
    padding-top: 7%;
    margin-top: 18%;
    margin-left: 12.5%;
    font-size: 16px;
}
#campaign-member .apply .double-chance figure {
    width: 38.81%;
    margin-top: 7.3%;
    margin-left: 3.3%;
}
#campaign-member .apply .double-chance .apply-order span:nth-of-type(2) {
    margin-left: 6.3%;
    background-size: 83%;
    padding-block: 1.5% 12%;
    background-position: center 20%;
}
#campaign-member .apply .double-chance p {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    padding-top: 1%;
}
#campaign-member .apply .annotation {
    margin-top: -10.5%;
}

@media screen and (max-width:700px){
    #campaign-member .apply .apply-order span:nth-of-type(1) {
        font-size: var(--sp-fs18);
    }
    #campaign-member .apply .apply-order span:nth-of-type(2) {
        font-size: var(--sp-fs18);
    }
    #campaign-member .apply li .apply-text { font-size: var(--sp-fs15);}

    #campaign-member .apply .double-chance p { font-size: var(--sp-fs15);}
    #campaign-member .apply .double-chance .apply-order span:first-of-type {
        font-size: var(--sp-fs16);
    }
}
/* /apply */

/* caution */
#campaign-member .caution {
    font-family: "Roboto", sans-serif;
    background-color: #534D4D;
    padding-block: 8.3% 10.5%;
}
#campaign-member .caution ul {
    width: 89.3334%;
    margin-inline: auto;
    padding-top: 0.5%;
}
#campaign-member .caution li {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.83;
    opacity: .7;
    text-indent: -1em;
    padding-left: 1em;
}
#campaign-member .caution li a {
    color: #FFF;
    text-decoration: underline;
}
@media screen and (max-width:700px){
    #campaign-member .caution li { font-size: var(--sp-fs12);}
}
/* /caution */

/* sp-btn-sticky */
.sp-btn-sticky {
    display: none;
}

footer.mthr-promo {
    padding-top: 7%;
    padding-bottom: 30%;
}
footer.mthr-promo ul { display: block;}

@media screen and (max-width:700px){
    .sp-btn-sticky {
        display: flex;
        justify-content: right;
        align-items: center;
        width: 93.3334%;
        aspect-ratio: 1 / 0.1857;
        background-color: #06C755;
        border-radius: .8em;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 50px;
        margin-inline: auto;
        z-index: 10;
    }
    .sp-btn-sticky::after {
        display: block;
        content: "";
        width: 2.5%;
        margin-right: 4.4%;
        aspect-ratio: 1;
        border-top:  1px solid #FFF;
        border-right: 1px solid #FFF;
        transform: rotate(45deg);
    }
    .sp-btn-sticky p {
        width: 85%;
        text-align: center;
        font-size: var(--sp-fs15);
        color: #FFF;
        font-weight: 500;
        letter-spacing: .13em;
        line-height: 1.4;
    }
    .sp-btn-sticky p span {
        font-size: var(--sp-fs20);
        font-weight: 600;
    }

    footer.mthr-promo { padding-bottom: 30%;}
    .remodal-is-locked .sp-btn-sticky { right: 0;}
}
/* /sp-btn-sticky */

/* swiper */
.swiper-button-next,
.swiper-button-prev {
	width: 26px;
    top: 45%;
}
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: "";
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: unset;
    font-size: unset;
    background-image: url(../img/swiper-btn.webp);
    background-repeat: no-repeat;
	background-size: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.swiper-button-next::after {
	transform: scale(-1, 1);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 3.1%;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 3.1%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFF;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

@media screen and (max-width:700px) {
    .prizes .swiper_carousel {
        width: 100%;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 3.2%;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 3.2%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 6.9334vw;
    }
}
/* /swiper */

/* pc-box-sticky */
#campaign-member .pc-box-sticky {
    width: 300px;
    position: fixed;
    top: 184px;
    left: 0;
    right: 0;
    margin-inline: 68.45% auto;
    z-index: 10;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}
#campaign-member .pc-box-sticky.hidden {
    opacity: 0;
    visibility: hidden;
}
#campaign-member .pc-box-sticky .box {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(#06C755, #06C755 50%, #F3EEEB 50%, #F3EEEB 100%);
    padding: 20px 10px 17px;
}
#campaign-member .pc-box-sticky p { text-align: center;}

#campaign-member .pc-box-sticky .txt01 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    padding-bottom: 14px;
}
#campaign-member .pc-box-sticky .txt01 p:nth-of-type(1) {
    font-size: 15px;
    font-weight: 400;
}
#campaign-member .pc-box-sticky .txt01 p:nth-of-type(2) {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.3;
}
#campaign-member .pc-box-sticky .txt01 p:nth-of-type(2) span {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
#campaign-member .pc-box-sticky .txt01::after {
    content: "";
    display: block;
    width: 15px;
    height: 25px;
    background-image: url(../img/member/vector.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-inline: auto;
}
#campaign-member .pc-box-sticky .qr-code {
    width: 90px;
    height: 90px;
    margin-inline: auto;
}
#campaign-member .pc-box-sticky .txt02 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    padding-top: 8px;
}
#campaign-member .pc-box-sticky .txt02 p:nth-of-type(1) {
    padding-bottom: 9px;
}
#campaign-member .pc-box-sticky .txt02 p:nth-of-type(2) {
    font-size: 14px;
    letter-spacing: .02em;
}
#campaign-member .pc-box-sticky .annotation_wrapper {
    padding-top: 19px;
}
#campaign-member .pc-box-sticky .annotation_wrapper .annotation {
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    padding-block: 0;
    text-align: left;
}
#campaign-member .pc-box-sticky .annotation_wrapper .annotation span {
    display: block;
    margin-bottom: 8px;
}
@media screen and (min-width:1440px){
    #campaign-member {
        width: 1440px;
        margin-inline: auto;
    }
    #campaign-member .pc-box-sticky {
        margin-inline: auto;
        transform: translateX(-50%);
        left: 1205px;
    }
}
@media screen and (max-width:1100px){
    #campaign-member .pc-box-sticky {
        width: 220px;
        margin-inline: 74.1% auto;
        top: 120px;
    }
    #campaign-member .pc-box-sticky .annotation_wrapper {
        padding-right: 58px;
    }
}
@media screen and (max-width:860px){
    #campaign-member .pc-box-sticky {
        width: 150px;
        margin-inline: 77.5% auto;
    }
    #campaign-member .pc-box-sticky .txt01 p:nth-of-type(1) {
        font-size: 14px;
    }
    #campaign-member .pc-box-sticky .txt02 p:nth-of-type(2) {
        font-size: 13px;
        letter-spacing: 0;
    }
    #campaign-member .pc-box-sticky .annotation {
        font-size: 12px;
    }
}
@media screen and (max-width:700px){
    #campaign-member .pc-box-sticky { display: none;}
}
/* /pc-box-sticky */

/* footer reset */
/*利用規約を非表示*/
#insertCommonFooter ul li:nth-of-type(5) {
    display: none;
}
/* /footer reset */