@charset "utf-8";

/*-----------
common
-----------*/
.wrapper {
    color: #231815;
    font: 1em / 1.7 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding: 0;
    position: relative;
}

.wrapper a {
    color: inherit;
    display: block;
}

.wrapper img {
    height: auto;
    max-width: 100%;
}

/* 背景全体 */
#gel-wrap {
    background: linear-gradient(
        to bottom,
        #fbf0df 30%,
        #f8e9da 60%,
        #efd3c2 100%
    );
}

#container section {
    background: transparent;
    margin: 0;
}

#container h2 {
    align-items: center;
    color: #e26274;
    display: inline-flex;
    font-size: 7vw;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
    letter-spacing: 0.8vw;
    padding: 12vw 0 5vw;
    position: relative;
    text-align: center;
    width: 100%;
}

#container h2::before,
#container h2::after {
    background-color: #e26274;
    content: '';
    height: 1px;
    width: 20px;
}

#container h2::before {
    margin-right: 3vw;
}

#container h2::after {
    margin-left: 3vw;
}

/* h2より下の白い囲み */
#container .contents-box {
    background-color: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(226, 98, 116, 0.08);
    margin: 0 5vw;
    padding: 6vw 5vw;
} 

#container p a {
    display: inline;
}

#container .br-sp {
    display: block;
}

#container .br-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .wrapper {
        font-size: 1.2vw;
    }

    #container h2 {
        font-size: 2.4vw;
        letter-spacing: 0.3vw;
        padding: 0 0 2vw;
    }

    #container h2::before,
    #container h2::after {
        height: 3px;
        width: 70px;
    }

    #container .contents-box {
        border-radius: 28px;
        margin: 0 auto;
        padding: 3vw 4vw;
        width: 75%;
    }

    #container .br-sp {
        display: none;
    }

    #container .br-pc {
        display: block;
    }
}

/*-----------
sec1
-----------*/
#container .sec1 {
    position: relative;
}

#container .sec1 > * {
    position: relative;
    z-index: 1;
}

#container .sec1 .main-title-img{
    padding: 0;
    margin: 0;
    width: 100%;
}

#container .sec1 h2::before,
#container .sec1 h2::after {
    display: none;
}

#container .sec1 .contents-box {
    text-align: center;
}

#container .sec1 .contents-box > p:first-child {
    color: #231815;
    text-align: left;
}

#container .sec1 .item-box {
    margin-top: 5vw;
}

#container .series-wrap p.des {
    background: none;
    color: #e26274;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1;
    padding-top: 0;
    text-align: center;
}

#container .sec1 .item {
    width: 80%;
}

@media screen and (min-width: 768px) {
#container .sec1 {
        padding-bottom: 5vw;
    }

    #container .sec1 .contents-box {
        align-items: center;
        display: flex;
        gap: 3vw;
        justify-content: space-between;
    }

    #container .sec1 .contents-box > p:first-child {
        font-size: 1vw;
        line-height: 2;
        margin: 0;
        width: 60%;
    }

    #container .sec1 .item-box {
        margin-top: 0;
        width: 35%;
    }

    #container .series-wrap p.des {
        font-size: 1.5vw;
        margin-bottom: 1vw;
    }

    #container .sec1 .item {
        width: 100%;
    }
}

/*-----------
sec2
-----------*/
#container .sec2 {
    text-align: center;
}

#container .sec2 .text:nth-of-type(2){
    margin-top: 5vw;
    background-image: radial-gradient(
    circle,
    #d6d6d6 2px,
    transparent 2px
);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 3vw 1vw;
    padding-top: 5vw;
}

#container .sec2 .contents-box .terms,
#container .sec2 .contents-box .kome{
    text-align: left;
}

#container .sec2 .contents-box span {
    background-color: #e98e9d;
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.4;
    margin: 2vw 0 1.5vw;
    padding: 1vw 3vw;
}

#container .sec2 .contents-box .kome {
    font-size: 3vw;
    margin-top: 3vw;
    margin-left: 0;
    text-indent: 0;
}

#container .sec2 .contents-box em{
    color: #a98e58;
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: normal;
}

#container .sec2 .target-btn {
    margin: 2vw 0 6vw;
}

#container .sec2 .target-btn a {
    align-items: center;
    background-color: #a98e58;
    border: 1px solid #a98e58;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 3vw 5vw;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
}

/* ▼ */
#container .sec2 .target-btn a::after {
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.flex{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.select-wrap{
    display: none;
}

.cp-banner_column{
    text-align: center;
}
.cp-banner_column li{
    margin-bottom: 15px;
}
.cp-banner_column li img{
    margin-bottom: 5px;
}


@media screen and (min-width: 768px) {
#container .sec2 {
        padding-bottom: 5vw;
    }

    #container .sec2 .contents-box {
        padding: 3vw 5vw;
    }

    #container .sec2 .text {
        font-size: 1vw;
        line-height: 2;
    }

    #container .sec2 .text:nth-of-type(2) {
        background-size: 28px 17px;
        margin-top: 1.5vw;
        padding-top: 2vw;
    }

    #container .sec2 .contents-box .terms {
        font-size: 1vw;
        line-height: 2;
    }

    #container .sec2 .contents-box span {
        font-size: 0.9vw;
        margin: 1vw 0 0.5vw;
        padding: 0.3vw 1vw;
    }

    #container .sec2 .contents-box em {
        font-size: 1.3vw;
        line-height: 1.8;
        letter-spacing: 0.1vw;
    }

    #container .sec2 .contents-box .kome {
        font-size: 0.85vw;
        line-height: 1.8;
        margin-top: 1vw;
        text-align: center;
    }

    #container .sec2 .target-btn {
    margin: .8vw 0 2vw;
    }

    #container .sec2 .target-btn a {
    line-height: 1;
    padding: 1vw;
    width: 40%;
    }

    #container .sec2 .target-btn a::after {
    border-left: .5vw solid transparent;
    border-right: .5vw solid transparent;
    border-top: .7vw solid #fff;
    right: 10%;
    }

    .cp-banner_column{
    flex-wrap: nowrap;
    margin-top: 1vw;
    width: 100%;
    }

    .cp-banner_column li{
    width: 100%;
    }

    .cp-banner_column li:first-child{
    margin-right: 10px;
    }
}

/*-----------
sec3
-----------*/
#container .sec3 {
    padding-bottom: 15vw;
    text-align: center;
}

#container .sec3 .contents-box a {
    color: #a98e58;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

#container .sec3 img {
    padding-top: 4vw;
}

@media screen and (min-width: 768px) {
    #container .sec3 {
        padding-bottom: 5vw;
    }

    #container .sec3 .contents-box {
        padding: 3vw 4vw;
    }

    #container .sec3 .contents-box p {
        font-size: 1vw;
        line-height: 2;
    }

    #container .sec3 img {
        padding-top: 1.5vw;
    }

    #container .sec3 .mainCatch {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
}