@charset "utf-8";
/*-- reset --*/
html {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    font-size: inherit;
}
ul, ol {
    margin: 0;
    padding-left: 0;
}
ul li, ol li {
    margin-left: 0;
    list-style-type: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
img {
    line-height: 1;
}
hr {
    border: none;
    margin: 0;
    padding: 0;
}
button {
    line-height: inherit;
    margin: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    border: none;
    -webkit-border-image: none;
    border-image: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border: 0px;
}
html {
    overflow-x: hidden;
    width: 100%;
    line-height: 2;
}
body {
    position: relative;
    color: #333;
    background: #fff;
    font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    letter-spacing: .05em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    vertical-align: top;
}
/*==========================================*/
/*PC & ALL*/
/*==========================================*/
body, td, th {
    font-size: 18px;
    line-height: 1.4;
}
.main a {
    text-decoration: none;
}
.mv-contain {
    min-width: 1040px;
    max-width: 1200px;
    height: 236px;
    margin: 0 auto;
    background: url("/cp/3rd-complete/assets/img/bg-mv_pc.png") no-repeat center / cover;
    text-align: center;
    line-height: 1;
}
.mv-h1 {
    padding-top: 50px;
}
.mv-h1 p {
    font-size: 36px;
    font-weight: bold;
    color: #e4002b;
    letter-spacing: .08em;
}
.mv-h1 p span {
    font-size: 60px;
}
.mv-h1 h1 {
    display: inline-block;
    margin-top: 16px;
    font-size: 22px;
    color: #e4002b;
    font-weight: bold;
    position: relative;
}
.mv-h1 h1::before, .mv-h1 h1::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 26px;
    background: currentColor;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mv-h1 h1::before {
    left: -1em;
    transform: rotate(-30deg);
}
.mv-h1 h1::after {
    right: -1em;
    transform: rotate(30deg);
}
.mv-date {
    width: 585px;
    height: 47px;
    margin: 15px auto 0;
    padding-top: 10px;
    background: url("/cp/3rd-complete/assets/img/ribbon_pc.png") no-repeat center / contain;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.mv-date span {
    padding-right: 1em;
}
.mv-lead {
    padding-top: 16px;
    padding-bottom: 56px;
    text-align: center;
}
.mv-lead-img {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 56px;
}
.mv-lead-img img {
    width: 134px;
}
.mv-lead-img figcaption {
    width: 100%;
}
.event-h2 {
    font-size: 20px;
    font-weight: bold;
    color: #e4002b;
    text-align: center;
}
.event-list-wrap {
    width: 620px;
    margin: 16px auto 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 56px;
    border: 2px solid #ddd;
}
.event-list li {
    position: relative;
    padding-left: 1em;
}
.event-list li::before {
    position: absolute;
    content: "・";
    left: 0;
}
.requirements {
    max-width: 1040px;
    margin: 64px auto 0;
}
.requirements a {
    color: #e4002b;
    text-decoration: underline;
}
.requirements-ttl {
    height: 72px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: #54C3F1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requirements-list {
    display: flex;
    flex-wrap: wrap;
}
.requirements-list-dt {
    width: 350px;
    padding: 30px 36px 30px 30px;
    color: #54C3F1;
    font-weight: bold;
}
.requirements-list-dd {
    width: 690px;
    padding: 30px 24px 30px 0;
}
.requirements-list-dt:nth-of-type(even), .requirements-list-dd:nth-of-type(even) {
    background: rgb(170 170 170 / .1);
}
.requirements-list-dd-info-txt {
    color: #54C3F1;
    font-weight: bold;
}
.requirements-list-dd ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.requirements-list-dd li {
    position: relative;
    padding-left: 1em;
}
.requirements-list-dd li::before {
    position: absolute;
    color: #747474;
    left: 0;
}
.requirements-list-dd .requirements-list-notes-itm::before {
    content: "●";
    font-size: .6em;
    top: .4em;
}
.requirements-list-dd ul ul {
    padding-left: 1em;
}
.requirements-list-dd ul ul li::before {
    content: "・";
}
.requirements .event-list {
    margin-top: 1em;
}
a[data-gtm="tocomlink"]::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url("/cp/3rd-complete/assets/img/icon-window.svg") no-repeat center / contain;
    margin-left: .1em;
    margin-right: .2em;
}
@media screen and (min-width: 769px), print {
    .main a {
        -webkit-transition: 0.65s ease;
        transition: 0.65s ease;
    }
    .requirements-btn:hover {
        color: #e4002b;
        background: #fff;
    }
    .u-none--pc {
        display: none !important;
    }
}
/*==========================================*/
/*SP*/
/*==========================================*/
@media screen and (max-width: 768px) {
    body, td, th {
        font-size: calc((16 / 375) * 100vw);
        line-height: 1.4;
    }
    .mv-contain {
        min-width: 100vw;
        height: calc((272 / 375) * 100vw);
        background: url("/cp/3rd-complete/assets/img/bg-mv_sp.png") no-repeat top center / cover;
    }
    .mv-h1 {
        padding-top: calc((56 / 375) * 100vw);
    }
    .mv-h1 p {
        font-size: calc((27 / 375) * 100vw);
        line-height: 1.2;
    }
    .mv-h1 p span {
        font-size: calc((46 / 375) * 100vw);
    }
    .mv-h1 h1 {
        margin-top: calc((16 / 375) * 100vw);
        font-size: calc((18 / 375) * 100vw);
    }
    .mv-h1 h1::before, .mv-h1 h1::after {
        height: calc((20 / 375) * 100vw);
    }
    .mv-date {
        width: calc((326 / 375) * 100vw);
        height: calc((58 / 375) * 100vw);
        margin-top: calc((8 / 375) * 100vw);
        padding-top: calc((8 / 375) * 100vw);
        background-image: url("/cp/3rd-complete/assets/img/ribbon_sp.png");
        font-size: calc((16 / 375) * 100vw);
        line-height: 1.4;
    }
    .mv-date span {
        display: block;
        padding-right: 0;
        font-size: calc((14 / 375) * 100vw);
    }
    .mv-lead {
        width: calc((345 / 375) * 100vw);
        margin: 0 auto;
        padding-top: calc((14 / 375) * 100vw);
        padding-bottom: calc((32 / 375) * 100vw);
        font-size: calc((15 / 375) * 100vw);
        line-height: 1.6;
    }
    .mv-lead-img {
        margin-top: calc((48 / 375) * 100vw);
        gap: calc((16 / 375) * 100vw) calc((40 / 375) * 100vw);
    }
    .mv-lead-img img {
        width: calc((104 / 375) * 100vw);
    }
    .mv-lead-img figcaption {
        font-size: calc((14 / 375) * 100vw);
    }
    .event-h2 {
        font-size: calc((18 / 375) * 100vw);
    }
    .event-list-wrap {
        width: calc((345 / 375) * 100vw);
        margin-top: calc((24 / 375) * 100vw);
        padding: calc((8 / 375) * 100vw) 0;
        font-size: calc((14 / 375) * 100vw);
        display: flex;
        justify-content: center;
    }
    .requirements {
        margin-top: calc((24 / 375) * 100vw);
    }
    .requirements-ttl {
        height: calc((60 / 375) * 100vw);
        font-size: calc((24 / 375) * 100vw);
    }
    .requirements-list-dt {
        width: 100%;
        padding: 6vw 4vw 2vw;
    }
    .requirements-list-dd {
        width: 100%;
        padding: 2vw 4vw 6vw;
    }
    .requirements-list-dd ul {
        gap: 2vw;
    }
    .requirements .event-list {
        gap: 0;
    }
    a[data-gtm="tocomlink"]::after {
        width: 3.2vw;
        height: 3.2vw;
    }
    .u-none--sp {
        display: none !important;
    }
}
/*c-sec__btn*/
@media screen and (min-width: 769px), print{
.c-btn-list__itm__content{position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);z-index:2;font-weight:bold;}
.c-btn-list.r-center01 .c-btn-list__itm{max-width:350px;margin:0 auto;}
.c-btn-list.r-1line .c-btn-list__itm{height:46px;}
}
.c-sec__btn .c-btn-list{max-width:500px;margin:0 auto;}
.c-btn-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-family:"Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;font-weight:bold;}
.c-btn-list__itm__link{display:block;position:relative;overflow:hidden;width:100%;height:100%;color:#e4002b;text-decoration:none;box-shadow:0 0 0 1px inset #e4002b;border-radius:100px;background-color:#fff;cursor:pointer;font-size:inherit;}
.c-btn-list__itm__link:before{content:'';display:block;position:absolute;top:50%;z-index:1;border-right:1px solid #e4002b;border-bottom:1px solid #e4002b;-webkit-transform:translate(0, -50%) rotate(-45deg);transform:translate(0, -50%) rotate(-45deg);-webkit-transition:border-color .65s ease;transition:border-color .65s ease;}
.c-btn-list__itm__link.r-down:before{-webkit-transform:translate(0, -50%) rotate(45deg);transform:translate(0, -50%) rotate(45deg);}
.c-btn-list__itm__content{display:inline-block;width:100%;text-align:center;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:inherit;}
@media screen and (min-width: 769px), print{
.c-sec__btn{margin-top:40px;}
.c-btn-list{margin-top:10px;}
.c-btn-list__itm{width:100%;line-height:1.43;margin-top:30px;}
.c-btn-list__itm__link{z-index:1;-webkit-transition:color .65s ease;transition:color .65s ease;}
.c-btn-list__itm__link:before{right:21px;width:4px;height:4px;}
.c-btn-list__itm__link:after{content:'';position:absolute;top:0;left:-200%;z-index:-1;width:150%;height:450%;border-radius:50%;background-color:#e4002b;-webkit-transition:top .65s ease, left .65s ease;transition:top .65s ease, left .65s ease;}
.c-btn-list__itm__link:hover,.c-btn-list__itm__link:active,.c-btn-list__itm__link:focus{color:#fff;-webkit-transition:color .5s ease .08s;transition:color .5s ease .08s;}
.c-btn-list__itm__link:hover:before,.c-btn-list__itm__link:active:before,.c-btn-list__itm__link:focus:before{border-color:#fff;-webkit-transition:border-color .4s ease .185s;transition:border-color .4s ease .185s;}
.c-btn-list__itm__link:hover:after,.c-btn-list__itm__link:active:after,.c-btn-list__itm__link:focus:after{top:-100%;left:-20%;}
.c-btn-list__itm__content{position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);z-index:2;}
.c-btn-list.r-center01 .c-btn-list__itm{max-width:350px;margin:0 auto;}
.c-btn-list.r-1line .c-btn-list__itm{height:46px;}
}
@media screen and (max-width: 768px){
.c-sec__btn{margin-top:20px;margin-top:5.33333vw;}
.c-btn-list{margin-top:10px;margin-top:2.66667vw;}
.c-btn-list__itm{line-height:1.53;margin-top:15px;margin-top:4vw;}
.c-btn-list__itm__link{font-size:13px;font-size:3.46667vw;padding-top:11px;padding-top:2.93333vw;padding-bottom:11px;padding-bottom:2.93333vw;}
.c-btn-list__itm__link:before{right:25px;right:6.66667vw;width:4px;width:1.06667vw;height:4px;height:1.06667vw;}
.c-btn-list .c-btn-list__itm{width:100%;}
}
/*c-sec__btn 調整*/
.c-btn-list__itm__link {
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .c-btn-list__itm__link {
        font-size: calc((14 / 375) * 100vw);
    }
    .c-btn-list.r-1line .c-btn-list__itm {
        width: calc((300 / 375) * 100vw);
        height: calc((40 / 375) * 100vw);
        margin: 0 auto;
    }
}
/* キャンペーン終了 */
.endAnnounce {
    display: block;
    width: 1040px;
    border: 4px #ccc solid;
    color: #eb0028;
    background: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}
.type_fin {
    color: #eb0028;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .endAnnounce {
        font-size: calc(20 / 375 * 100vw);
        width: 96%;
    }
}