@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;
}
#campaign {
    font-family: "Inter", sans-serif;
    background-image: url(../img/campaign/bg.webp);
    background-repeat: no-repeat;
    background-size: 1440px 100%;
    background-position: center top;
    font-size: 10px;
}
#campaign * {
    box-sizing: border-box;
}
#campaign img { width: 100%;}

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

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

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

#campaign .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);
}
@media screen and (min-width:1441px){
    #campaign {
        background-size: 100% 100%;
    }
}
@media screen and (max-width:700px){
	#campaign .for-PC,
	#campaign br.for-PC { display: none;}

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

    #campaign .pc_wrapper {
        width: 100%;
        box-shadow: none;
    }
}
/* /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;
}
.subheading::before,
.subheading::after {
    content: "";
    display: block;
    width: 1.72%;
    height: auto;
    aspect-ratio: 1 / 3.73;
    background-image: url(../img/campaign/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.5%;
}
.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/campaign/decoration_subheading01.webp);
    margin-inline: 3%;
}

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

#campaign .header {
    background-color: #2C4A3F;
}
#campaign .header .mth-logo {
    width: 66.5%;
    padding-left: 1.5%;
    padding-block: 2.5%;
}
@media screen and (max-width:700px){
    #campaign .header {
        aspect-ratio: 1 / 0.16;
    }
    #campaign .header .mth-logo img {
        height: 100%;
    }
}
/* campaign_info */
#campaign .campaign_info {
    padding-block: 8.5% 10.7%;
}
#campaign .lead {
    width: 89.3334%;
    margin-inline: auto;
    font-size: 16px;
    padding-bottom: 8.5%;
    line-height: 2;
    color: #222;
}
#campaign .lead + p {
    padding-bottom: 6.8%;
}
#campaign .prizes {
    width: 89.3334%;
    margin-inline: auto;
    border-radius: .8em;
    background-color: #2C4A3F;
    padding-block: 7% 4.2%;
    position: relative;
}
#campaign .prizes p {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	color: #FFF;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 4.5%;
}
#campaign .prizes p span {
    color: #FFF5D5;
}
#campaign .prizes .speech-bubble {
    width: 56px;
    height: 35px;
    background-image: url(../img/campaign/speech-bubble01.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 49%;
    left: 3.3%;
}
#campaign .prizes .speech-bubble p {
    font-size: 13px;
    color: #2C4A3F;
    transform: rotate(-5.62deg);
    padding-top: 11%;
    font-weight: 500;
}
#campaign .prizes p span.number-font {
    font-family: "Roboto", sans-serif;
}
#campaign .prizes .link {
	text-align: center;
    padding-top: 15px;
}
#campaign .period p {
    text-align: center;
    font-size: 15px;
    padding-bottom: 12%;
}
@media screen and (max-width:700px){
    #campaign .lead { font-size: var(--sp-fs16);}
    #campaign .prizes p { font-size: var(--sp-fs22);}
    #campaign .prizes a span { font-size: 4vw;}
    #campaign .period p { font-size: var(--sp-fs15);}
    #campaign .prizes a::before { width: 15.2%;}
    #campaign .prizes a::after {
        width: 4.75%;
        left: 4.5%;
    }
    #campaign .prizes a { padding-left: 6.5%;}
    #campaign .prizes .speech-bubble p { font-size: var(--sp-fs13);}
}
/* /campaign_info */

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

#campaign .apply .flex-wrapper {
	width: 89.3334%;
	margin-inline: auto;
    position: relative;
    padding-block: 1%;
    display: flex;
    justify-content: space-between;
}
#campaign .apply li:nth-of-type(2) .flex-wrapper {
    flex-direction: row-reverse;
    justify-content: right;
    padding-block: 0;
}
#campaign .apply .apply-order {
    width: 43.285%;
}
#campaign .apply li:nth-of-type(2) .apply-order {
    width: 48%;
}
#campaign .apply .apply-order span {
    display: block;
}
#campaign .apply .apply-order span:first-of-type {
    width: 84.83%;
    aspect-ratio: 1 / 0.4472;
    background-image: url(../img/campaign/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: 10%;
}
#campaign .apply li:nth-of-type(2) .apply-order span:first-of-type {
    width: 76.5%;
    transform: rotate(5.09deg);
    margin-left: 12.8%;
}
#campaign .apply .apply-order span:nth-of-type(2) {
    width: 72.42%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #A71616;
    text-align: center;
    background-image: url(../img/campaign/decoration_marker01.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 100%;
    padding-block: 6% 12%;
    margin-left: 15%;
}
#campaign .apply li:nth-of-type(2) .apply-order span:nth-of-type(2) {
    margin-left: 14%;
}
#campaign .apply li:nth-of-type(1) figure {
    width: 55.225%;
    margin-top: 3.2%;
}
#campaign .apply li:nth-of-type(2) figure {
    width: 38.81%;
    margin-block: 5.2% 1.5%;
    margin-right: -3.2%;
}
#campaign .apply li p {
	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 .apply p.annotation {
    width: 92%;
    font-size: 12px;
    text-align: center;
    margin-top: -14.2%;
}
#campaign .apply .double-chance {
	width: 89.3334%;
    margin-inline: auto;
    border-radius: .8em;
    background-color: #E0EBE7;
    padding-bottom: 7%;
}
#campaign .apply .double-chance .flex-wrapper {
    width: 90.5%;
    justify-content: left;
}
#campaign .apply .double-chance .apply-order {
    width: 49.3%;
}
#campaign .apply .double-chance .apply-order span:first-of-type {
    width: 82.303%;
    aspect-ratio: 1 / 0.6992;
    background-image: url(../img/campaign/speech-bubble03.webp);
    color: #FFF;
    padding-top: 22%;
    margin-left: 0;
}
#campaign .apply .double-chance figure {
    width: 42.88%;
    margin-top: 7.3%;
    margin-left: -5%;
}
#campaign .apply .double-chance .apply-order span:nth-of-type(2) {
    background-image: url(../img/campaign/decoration_marker02.webp);
    margin-left: 5%;
    padding-block: 0.5% 12%;
    background-position: center 35%;
}
#campaign .apply .double-chance p {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    padding-top: 1%;
}
#campaign .apply .double-chance p span {
    color: #04C755;
    font-weight: 500;
}
#campaign .apply .double-chance p.annotation {
    width: 92%;
    font-size: 12px;
    text-align: center;
    margin-top: 2%;
}

@media screen and (max-width:700px){
    #campaign .apply .apply-order span:nth-of-type(1) {
        font-size: var(--sp-fs18);
    }
    #campaign .apply .apply-order span:nth-of-type(2) {
        font-size: var(--sp-fs18);
    }
    #campaign .apply li p { font-size: var(--sp-fs15);}
    #campaign .apply p.annotation { font-size: var(--sp-fs12);}
    #campaign .apply .double-chance p { font-size: var(--sp-fs15);}
    #campaign .apply .double-chance p.annotation { font-size: var(--sp-fs12);}
}
/* /apply */

/* detail */
#campaign .detail {
    padding-block: 6.2% 6.5%;
    background-color: #2C4A3F;
}
#campaign .detail dl {
    width: 89.3334%;
    margin-inline: auto;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #FFF;
    padding-block: 0 15px;
}
#campaign .detail dt {
    padding-bottom: 1%;
    font-weight: 600;
}
#campaign .detail dd {
    line-height: 1.8;
    font-weight: 500;
}
#campaign .detail a {
    color: #FFF;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
}
#campaign .detail p {
    font-size: 12px;
    font-weight: 400;
}
#campaign .detail .annotation {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    padding-block: 3% 1%;
    opacity: .7;
}
@media screen and (max-width:700px){
    #campaign .detail dl { font-size: var(--sp-fs14);}
    #campaign .detail .annotation { var(--sp-fs12);}
    #campaign .detail a { font-size: var(--sp-fs13);}
    #campaign .detail p { font-size: var(--sp-fs12);}
}
/* /detail */

/* caution */
#campaign .caution {
    background-color: #534D4D;
    padding-block: 8% 10.5%;
}
#campaign .caution ul {
    width: 89.3334%;
    margin-inline: auto;
    padding-top: 2.8%;
}
#campaign .caution li {
    color: #FFF;
    font-size: 12px;
    line-height: 1.85;
    opacity: .7;
    font-weight: 400;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width:700px){
    #campaign .caution li { font-size: var(--sp-fs12);}
}
/* /caution */

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

.pc-box-sticky {
    width: 300px;
    position: fixed;
    top: 184px;
    left: 0;
    right: 0;
    margin-inline: 71.1% auto;
    z-index: 10;
}
.pc-box-sticky .box {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(#06C755, #06C755 50%, #F3EEEB 50%, #F3EEEB 100%);
    padding: 20px;
}
.pc-box-sticky p {
    text-align: center;
}
.pc-box-sticky .txt01 {
    font-family: "Noto Sans JP", sans-serif;
    color: #FFF;
    padding-bottom: 14px;
}
.pc-box-sticky .txt01 p:nth-of-type(1) {
    font-size: 15px;
    font-weight: 400;
}
.pc-box-sticky .txt01 p:nth-of-type(2) {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .05em;
}
.pc-box-sticky .txt01 p:nth-of-type(2) span {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.pc-box-sticky .txt01::after {
    content: "";
    display: block;
    width: 15px;
    height: 25px;
    background-image: url(../img/campaign/vector.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-inline: auto;
}
.pc-box-sticky .qr-code {
    width: 90px;
    height: 90px;
    margin-inline: auto;
}
.pc-box-sticky .txt02 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    padding-top: 11px;
}
.pc-box-sticky .txt02 p:nth-of-type(1) {
    letter-spacing: .04em;
    padding-bottom: 10px;
}
.pc-box-sticky .txt02 p:nth-of-type(2) {
    font-size: 14px;
    letter-spacing: .02em;
}
.pc-box-sticky .annotation {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 24px;
}
@media screen and (max-width:1100px){
    .pc-box-sticky {
        width: 220px;
        margin-inline: 74.1% auto;
    }
}
@media screen and (max-width:860px){
    .pc-box-sticky {
        width: 150px;
        margin-inline: 77.5% auto;
    }
    .pc-box-sticky .box {
        padding: 20px 10px;
    }
    .pc-box-sticky .txt01 p:nth-of-type(1) {
        font-size: 14px;
    }
    .pc-box-sticky .txt02 p:nth-of-type(2) {
        font-size: 13px;
        letter-spacing: 0;
    }
    .pc-box-sticky .annotation {
        font-size: 12px;
    }
}
@media screen and (min-width:701px){
    footer {
        position: relative;
        z-index: 11;
    }
}
@media screen and (max-width:700px){
    .pc-box-sticky { display: none;}
    .sp-btn-sticky {
        width: 93.3334%;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 2.25%;
        margin-inline: auto;
        z-index: 10;
    }
}
/* /btn-sticky */

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