@charset "utf-8";

/* ==================================================================

    lp-kids_giftset.css
    
=================================================================== */

/* --------------------------------
   □ 共通
-------------------------------- */
.contents main .chapter {
    margin-bottom: 60px;
}
.contents main .chapter .container {
    max-width: 1123px;
}

.contents main h3.border {
    font-size: 157%;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    background: url(../../images/lp/kids_giftset/title_border.png) 50% 100% no-repeat;    
    padding-bottom: 15px;
    margin-bottom: 35px;
}
    .contents main h3.border span {
        display: block;
        font-size: 56%;
    }

.contents main p.price {
    font-size: 93.75%;
    letter-spacing: 0.1em;
}

@media only screen and (max-width : 1280px) {
    header .container, 
    .contents main > section,
    .contents .chapter,
    .contents .wide .container,
    footer .container {
        width: auto;
    }
    .contents main .chapter {
        margin-bottom: 40px;
    }
    .contents main h3.border {
        font-size: 112%;
        margin-bottom: 20px;
    }
    .contents main p.price {
        font-size: 80%;
    }
}

/* --------------------------------
   □ accentarea
-------------------------------- */
.accentarea {
    overflow: hidden;
    padding-top: 0;
}
.accentarea .slider {
    position: relative;
    /* 115px=hederの高さ */
    height: calc(100vh - 115px - 50px);
}
.accentarea .slider .slick-list,
.accentarea .slider .slick-track,
.accentarea .slider .slick-slide {
    height: 100%!important;
}
.accentarea .slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    .accentarea {
        margin-left: -4%;
        margin-right: -4%;
        height: auto;
    }
    .accentarea .slider {
        height: auto;
    }
    .accentarea .slider .slick-slide {
        height: auto;
    }
    .accentarea .slick-dots {
        display: none!important;
    }
}

/* --------------------------------
   □ intro
-------------------------------- */
#intro .container {
    position: relative;
}
#intro p.img {
    position: absolute;
    top: -190px;
    right: 0;
    width: 212px;
    height: 212px;
}
#intro .heading {
    text-align: center;
}
#intro .lead {
    font-size: 187.5%;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}
    #intro .lead .c_pink {
        color: #ff6666;
    }
    #intro .lead .c_green {
        color: #00ad78;
    }
#intro .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    #intro .flex_box.intro2 {
        flex-direction: row-reverse;
    }
#intro .flex_box + .flex_box {
    margin-top: 50px;
}
#intro .flex_box .imgArea {
    width: 49%;
}
#intro .flex_box .txtArea {
    width: 49%;
    padding-left: 60px;
    box-sizing: border-box;
}
#intro .flex_box .txtArea h3 {
    font-size: 137.5%;
    line-height: 1.8;
    margin-bottom: 20px;
}
#intro .flex_box .txtArea p {
    font-size: 93.75%;
    line-height: 1.8;
    margin-bottom: 0;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #intro p.img {
        top: -120px;
        width: 110px;
        height: 110px;
    }
    #intro .heading {
        width: 80%;
        margin-inline: auto;
    }
    #intro .lead {
        font-size: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #intro .flex_box {
        display: block;
    }
    #intro .flex_box + .flex_box {
        margin-top: 10px;
    }
    #intro .flex_box .imgArea {
        width: 100%;
    }
    #intro .flex_box .txtArea {
        width: 100%;
        padding: 28px 20px;
        box-sizing: border-box;
    }
    #intro .flex_box .txtArea h3 {
        font-size: 108%;
    }
    #intro .flex_box .txtArea p {
        font-size: 80%;
    }
}

/* --------------------------------
   □ wide_img
-------------------------------- */
#wide_img .container {
    text-align: center;
}
#wide_img {
    background: linear-gradient(90deg,#f8d600 0%,#f8d600 50%,#f198ae 50%,#f198ae 100%);
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #wide_img .container {
        margin: 0;
    }
}

/* --------------------------------
   □ scene
-------------------------------- */
.slick-scene.slick-dotted.slick-slider {
    max-width: 901px;
    margin: 0 auto;
}
.slick-scene .slick-list,
.slick-scene .slick-track,
.slick-scene .slick-slide {
    margin-bottom: 20px;
}
.slick-scene .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 23px;
    height: 40px;
}
    .slick-scene .prev-arrow {
        left: -68px;
    }
    .slick-scene .next-arrow {
        right: -68px;
    }

.slick-scene .slick-dots li {
    width: 26px;
    height: 26px;
    margin: 0 15px;
}
.slick-scene .slick-dots li button {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 100%;
    font-weight: 700;
    color: #251f1c;
}
    .slick-scene .slick-dots li button:before {
        content:none;
    }
    .slick-scene .slick-dots li.slick-active button {
        color:#fff;
        background:#000;
        width:100%;
        height:100%;
        border-radius:50%;
    }

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    .slick-scene.slick-dotted.slick-slider {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .slick-scene .slick-dots li {
        margin: 0px 5px;
    }
}

/* --------------------------------
   □ about
-------------------------------- */
#about {
    padding-top: 40px;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #about{
        border-top: 1px solid #14100e;
    }
}

/* --------------------------------
   □ buy
-------------------------------- */
#buy .container {
    max-width: 960px;
    padding-top: 60px;
    border-top: 1px solid #14100e;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #buy {
        border-top: 1px solid #14100e;
    }
    #buy .container {
        padding-top: 40px;
        border-top: none;
    }
}

/* --------------------------------
   □ step
-------------------------------- */
.chapter.step {
    position: relative;
    padding: 80px 0;
}
    .chapter.step::before {
        content: "";
        position: absolute;
        bottom: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 35px 0 35px;
        border-color: #e1d2bb transparent transparent transparent;
        left: 50%;
        transform: translateX(-50%) translateY(100%);
        z-index: 1;
    }
.step h3 {
    font-size: 187.5%;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 70px;
}
    .step h3 span {
        display: block;
        width: 5em;
        font-size: 83.33%;
        border-bottom: 1px solid #14100e;
        padding-bottom: 10px;
        margin: 0 auto 10px;
    }

.step .flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10%;
    margin-inline: auto;
}
.step .flex_box li {
    width: calc(( 100% - 10%) / 2);
    text-align: center;
}
.step .flex_box dt {
    margin-bottom: 16px;
}
.step .flex_box dd label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.step .flex_box dd label input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    border-radius: 4px;
    background-color: #fff;
    border: solid 2px #00a3b2;
    vertical-align: sub;
    cursor: pointer;
    flex-shrink: 0;
}
    .step .flex_box dd label input[type="checkbox"]:checked {
        background-color: #00a3b2;
    }
    .step .flex_box dd label input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        inset: 0;
        width: 4px;
        height: 10px;
        margin: auto;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: translateY(-1px) rotate(45deg);
    }
    /*
    .step .flex_box dd label input:focus {
        background-color: #00a3b2;
    }
        */

.step .flex_box dd span {
    font-size: 75%;
    text-align: left;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    .chapter.step {
        padding: 40px 0;
    }
        .chapter.step::before {
            border-width: 20px 20px 0 20px;
        }
    .step h3 {
        font-size: 130%;
        margin-bottom: 35px;
    }
    .step .flex_box {
        max-width: 90%!important;
    }
}

/* --------------------------------
   □ step1
-------------------------------- */
#step1 {
    background: #e1d2bb;
    margin-bottom: 0;
    position: relative;
}
#step1 .flex_box {
    max-width: 912px;
}
#step1 .flex_box li {
    width: calc(( 100% - 20%) / 3);
}
#step1 .flex_box dl {
    max-width: 226px;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #step1 .flex_box {
        gap: 40px 20%;
    }
    #step1 .flex_box li {
        width: calc(( 100% - 20%) / 2);
    }
}

/* --------------------------------
   □ step2
-------------------------------- */
#step2 {
    background: #e5e5e5;
    margin-bottom: 0;
}
    #step2::before {
        border-color: #e5e5e5 transparent transparent transparent;
    }
#step2 .flex_box {
    max-width: 1010px;
}
#step2 .flex_box dl {
    max-width: 467px;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #step2 .flex_box li {
        width: 100%;
    }
}

/* --------------------------------
   □ step3
-------------------------------- */
#step3 {
    background: #dac5ba;
    padding-bottom: 180px;
}
    #step3::before {
        content: none;
    }
#step3 .flex_box {
    max-width: 595px;
}
#step3 .flex_box dl {
    max-width: 240px;
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    #step3 {
        padding-bottom: 80px;
    }
}

/* --------------------------------
   □ cart
-------------------------------- */
.contents .buttonStyle.cart {
    margin: 30px auto 0;
}
.contents .buttonStyle.cart button {
    width: 300px;
    background-color: #575757;
    color: #fff;
}
    .contents .buttonStyle.cart button:hover {
        opacity: 0.7;
    }
.contents .buttonStyle.cart button span {
    font-size: 81.25%;
    background: url(../../images/lp/kids_giftset/cart.svg) 0 50% no-repeat;
    background-size: auto 100%;
    padding: 2px 0 2px 40px
}
    .contents .buttonStyle.cart button span::before {
        content: none;
    }

.contents .caution {
    margin-top: 24px;
    width: fit-content;
    color: #dc666a;
    background-color: #FBF8E3;
    padding: 20px 40px;
    text-align: center;
    font-weight: 700;
    margin-inline: auto;

    @media screen and (max-width: 767px) {
        margin-top: 16px;
        padding: 16px 20px;
        font-size: 80%;
    }
}

/* スマホ用
-------------------------------------------- */
@media only screen and (max-width: 767px) {
    .contents .buttonStyle.cart button {
        width: auto;
    }
    .contents .buttonStyle.cart button span {
        font-size: 76%;
    }
}