@charset "utf-8";

/*----- movie -----*/
#movie {
    background: url(../img/movie/bg.webp) no-repeat center top;
    background-size: contain;
    height: 201.8rem;
    position: relative;
    z-index: 1;
}
#movie_box {
    background: #333333;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*----- campaign -----*/
#campaign {
    margin-top: -4.7rem;
}
.campaign {
    background: url(../img/campaign/bg.webp) no-repeat center top;
    background-size: cover;
}

/*----- reason -----*/
#reason {
    background: url(../img/reason/bg.webp) no-repeat center top;
    background-size: contain;
}
#reason_ttl_flare {
    top: 16rem;
    left: 7rem;
}
.reason_box {
    background: url(../img/reason/ttl_bg.webp) no-repeat center top,
        url(../img/reason/box_line.webp) no-repeat center bottom;
    background-size: contain;
    background-color: #c30000;
    position: relative;
    padding: 4.5rem 3rem 4rem 3rem;
}
.reason_num {
    top: -2.4rem;
}
#reason_img01c_bln01 {
    position: absolute;
    right: -3rem;
    top: 3rem;
}
#reason_img01c_bln02 {
    position: absolute;
    right: -3rem;
    top: 24rem;
}
.check_li li {
    border-bottom: 1px dashed #ccc;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.check_li li::before {
    content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url(../img/common/check.webp) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0.8rem;
}
#reason03_ttl {
    background: url(../img/reason/img03_ttl_deco.webp) no-repeat center top;
    background-size: contain;
    height: 7.5rem;
}

/*----- achievements -----*/
#achievements {
    background: url(../img/achievements/bg.webp) no-repeat center top;
    background-size: contain;
}

/* タブ */
.tab-btn {
    width: calc(50% - 0.5rem);
    padding: 10px 0;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 0.9rem;
    background: #aaaaaa;
    color: #fff;
}
.tab-btn.show {
    background: #c30000;
    background: linear-gradient(180deg, #e50012 0%, #c30000 100%);
}
.tab-contents {
    display: none;
}
.tab-contents.show {
    display: block;
}

#achievements .tab-contents-wrap li {
    width: 50%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1.5rem;
}
#achievements .tab-contents-wrap li:nth-child(2n) {
    border-right: none;
}
#achievements .tab-contents-wrap li:nth-last-child(-n + 2) {
    border-bottom: none;
}

/*----- review -----*/
#review {
    background: url(../img/review/bg.webp) no-repeat center top;
    background-size: cover;
}
#review_slide .slick-track {
    padding: 0.6rem 0;
}
#review_slide .white_box {
    width: 66rem;
    margin: 0 1.5rem;
    border-radius: 1.2rem;
}
#review_slide .white_box p {
    background: #f5f5f5;
    padding: 3rem;
    min-height: 38.4rem;
}
#review_slide .fs15 {
    padding: 1rem 0 0 1.5rem;
}

/*----- flow -----*/
#flow {
    background: #f5f5f5;
}
#flow_tab-btn .tab-btn {
    width: 50%;
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 1.5rem 0 1rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c30000;
}
#flow .tab-contents-wrap {
    padding: 3rem 0 0 0;
}
.bln_ttl_b {
    background: #1a1a78;
    padding: 1rem 0;
    position: relative;
}
.bln_ttl_b::after {
    content: "";
    display: block;
    background: #1a1a78;
    height: 1.5rem;
    width: 3rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.5rem;
}
.flow_box li:nth-child(2) {
    margin: -9.5rem 0 0 6rem;
    background: #fff5f8;
    padding: 11.5rem 3rem 3rem 3rem;
}
.flow_num {
    margin-top: -4.5rem;
    height: 10.4rem;
    position: relative;
    padding: 2.4rem 0 0 23rem;
}
.flow_num01a {
    background: url(../img/flow/num01a.webp) no-repeat left top;
    background-size: contain;
}
.flow_num01b {
    background: url(../img/flow/num01b.webp) no-repeat left top;
    background-size: contain;
}
.flow_num02 {
    background: url(../img/flow/num02.webp) no-repeat left top;
    background-size: contain;
}
.flow_num03 {
    background: url(../img/flow/num03.webp) no-repeat left top;
    background-size: contain;
}

/*----- faq -----*/
#faq {
    background: url(../img/faq/bg.webp) no-repeat center top;
    background-size: contain;
}
.faq_ttl {
    background: #c30000;
    background: linear-gradient(90deg, #e50012 0%, #c30000 100%);
    color: #fff;
    padding: 2.1rem 7rem 2.1rem 3rem;
    margin-top: 3rem;
    position: relative;
    cursor: pointer;
}
.faq_ttl::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/plus_w.webp) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: calc(50% - 1rem);
    right: 2rem;
    transition: 0.3s;
}
.faq_ttl.active::after {
    background: url(../img/common/minus_w.webp) no-repeat left top;
    background-size: contain;
}
.faq_area {
    padding: 2.1rem 3rem 0 2.1rem;
    display: none;
}

/*----- store -----*/
#store {
    background: #f5f5f5;
}

.shop_area {
    padding: 1.5rem 3rem;
    background: #fff;
    border-radius: 1.2rem;
}
#shop_ttl {
    width: 62.6rem;
}
.shop_ttl01 {
    padding: 0 3rem;
    cursor: pointer;
    position: relative;
}
.shop_ttl01::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/plus_r.webp) no-repeat center top,
        url(../img/common/minus_r.webp) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
}
.shop_ttl01.active::after {
    background: url(../img/common/minus_r.webp) no-repeat center top;
}
.shop_ttl02 {
    padding: 2.1rem 6rem 2.1rem 3rem;
    color: #fff;
    background: #e50012;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 1.2rem;
}
.shop_ttl02.active {
    border-radius: 1.2rem 1.2rem 0 0;
}
.shop_ttl02::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../img/common/plus_w.webp) no-repeat center top,
        url(../img/common/minus_w.webp) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: 2rem;
    top: calc(50% - 1rem);
}
.shop_ttl02.active::after {
    background: url(../img/common/minus_w.webp) no-repeat center top;
}

.shop_inner {
    border: 1px solid #e50012;
    padding-bottom: 2rem;
    border-radius: 0 0 1.2rem 1.2rem;
}
.shop_inner dt {
    margin-right: 0.9rem;
    text-align: center;
}
.shop_inner dt span {
    background: #4c3e22;
    color: #fff;
    display: inline-block;
    padding: 0.1rem 0;
    width: 15rem;
}

#caution_box h4 {
    background: #1a1a78;
    color: #fff;
}
#caution_box p {
    border: 1px solid #1a1a78;
    padding: 3rem;
    background: #fff;
}

/*----- form -----*/

/*----- footer -----*/
footer {
    background: #1a1a78;
    color: #fff;
}
footer ul {
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
footer li {
    margin: 0 3rem;
}
footer a {
    color: #fff;
}

@media screen and (min-width: 600px) {
}

@media screen and (max-width: 599px) {
    input,
    select,
    textarea {
        font-size: 3.2rem;
    }
}
