@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Zen+Kaku+Gothic+New:wght@900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body{
    width: 100vw;
    height: 100vh;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
}
section{
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    transition: .5s;
    padding: 50px 0;
}
button{
    border: unset;
    cursor: pointer;
    background: #F7F3EC;
    box-shadow: inset 0px 3px 10px #00000029, 3px 3px 10px #00000029;
    color: #654D49;
    transition: .3s;
}
button:hover{
    background: #FFCD84;
    box-shadow: inset 0px 3px 10px #00000029, 3px 3px 10px #00000029;
    color: #FFFFFF;
}
button:active{
    background: #FFB850;
    box-shadow: inset 0px 3px 10px #00000029, 3px 3px 10px #00000029;
    color: #FFFFFF;
}
.hide{
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.toppan{
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.zen{
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.mochiy{
    font-family: 'Mochiy Pop One', sans-serif;
}
.br--sp{
    display: none;
}
.d-none-sp{
    display: none;
}
/* --------------------- */
/* --------------------- */
/*        section1       */
/* --------------------- */
/* --------------------- */
.section-1{
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.section-1-img{
    width: 100%;
    max-width: 1000px;
    height: auto;
}
.section-1-title{
    width: 100%;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    color: #654D49;
    margin-bottom: 100px;
    line-height: 100px;
}
.section-1-button{
    font-size: 80px;
    border-radius: 80px;
    padding: 0 40px 5px 40px;
    font-family: 'Mochiy Pop One', sans-serif;
}

/* --------------------- */
/* --------------------- */
/*        section2       */
/* --------------------- */
/* --------------------- */
.section-2{
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.section-2-title{
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    color: #654D49;
    margin-bottom: 30px;
    line-height: 55px;
}
.mask-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mask-col{
    width: 20%;
    max-width: 300px;
    text-align: center;
}
.mask-col img{
    width: 100%;
    object-fit: cover;
}
.mask-col button{
    width: 70%;
    font-size: 60px;
    border-radius: 80px;
    padding-bottom: 5px;
}

/* --------------------- */
/* --------------------- */
/*       section3~6      */
/* --------------------- */
/* --------------------- */
.section-type{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 50px 0;
}
.section-3-title{
    width: 100%;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    color: #654D49;
}
.section-3-title span{
    width: 100%;
    font-size: 70px;
}
.section-3-text{
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #654D49;
    margin-right: 80px;
}
.section-3-text span{
    color: #FFB850;
}
.section-type img{
    width: 700px;
    object-fit: cover;
    margin-right: 80px;
}
.section-type button{
    width: 240px;
    font-size: 60px;
    border-radius: 80px;
    position: absolute;
    right: 100px;
    bottom: 100px;
    display: block;
}

/* --------------------- */
/* --------------------- */
/*        section7       */
/* --------------------- */
/* --------------------- */
.section-7{
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.section-7-title{
    font-size: 28px;
    line-height: 46px;
    margin-bottom: 30px;
    color: #654D49;
}
.mask-col p{
    width: 95%;
    height: auto;
    margin: 0 auto;
    font-size: 22px;
    padding: 3px;
    background-color: #FFE0B4;
    border-radius: 7px;
    box-shadow: 0px 3px 8px #00000029;
    text-align: center;
    color: #654D49;
    margin-bottom: 20px;
}
.section-7 button{
    font-size: 50px;
    border-radius: 80px;
    padding: 5px 50px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .section-1-title {
        font-size: 80px;
    }
    .section-1-button {
        font-size: 70px;
    }
    .section-1-img {
        width: 90%;
        max-width: 1000px;
        height: auto;
    }
    .section-2-title {
        font-size: 35px;
        margin: 50px 0 20px 0;
    }
    .mask-wrap {
        flex-wrap: wrap;
    }
    .mask-col {
        width: 50%;
        max-width: 320px;
        margin-bottom: 30px;
    }
    .mask-col button {
        font-size: 50px;
    }
    .section-7-title {
        width: 90%;
    }
    .mask-col p {
        margin-bottom: 20px;
    }
    .section-3-title {
        font-size: 32px;
    }
    .section-3-title span {
        width: 100%;
        font-size: 47px;
    }
    .section-3-text{
        margin-right: unset;
    }
    .section-type img{
        margin-right: unset;
    }
    .section-type button{
        width: 300px;
        font-size: 60px;
        border-radius: 80px;
        position: relative;
        right: unset;
        bottom: unset;
        display: block;
    }
    .section-7 button{
        font-size: 50px;
        border-radius: 80px;
        padding: 5px 50px;
        display: block;
        margin-left: unset;
        margin-right: unset;
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px) {
    body{
        width: 100vw;
        height: 100vh;
        background-image: url('../img/bg.svg');
    }
    .br--sp{
        display: block;
    }
    .br--pc{
        display: none;
    }
    .d-none{
        display: none;
    }
    .d-none-sp{
        display: unset;
    }
    .section-1-title {
        font-size: 50px;
        margin-bottom: 160px;
    }
    .section-1-button {
        font-size: 44px;
    }
    .section-2-title {
        width: 90%;
        font-size: 21px;
        text-align: center;
        font-weight: 700;
        color: #654D49;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .mask-col {
        width: 100%;
        max-width: unset;
        margin-bottom: 30px;
    }
    .mask-col button {
        width: 70%;
        font-size: 38px;
        border-radius: 80px;
        padding-bottom: 5px;
        margin-top: 10px;
        box-shadow: 0px 3px 8px #00000029;
    }
    .section-type img {
        width: 100%;
        object-fit: cover;
    }
    .section-type {
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 25px;
    }
    .section-3-title {
        width: 100%;
        font-size: 20px;
        margin: 70px 0 20px 0;
    }
    .section-3-title span{
        width: 100%;
        font-size: 34px;
        line-height: 45px;
    }
    .section-3-text {
        font-size: 15px;
        line-height: 31px;
        margin-bottom: 30px;
        font-weight: 700;
        color: #654D49;
    }
    .section-type button {
        width: 235px;
        font-size: 44px;
        border-radius: 80px;
        margin-bottom: 70px;
    }
    .section-7-title {
        font-size: 17px;
        line-height: 30px;
        margin: 0px 0px 70px 0;
    }
    .mask-col p {
        margin-bottom: 20px;
        width: 80%;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
    }
    .mask-col img {
        width: 95%;
        object-fit: cover;
    }
    .section-7 button {
        font-size: 30px;
        border-radius: 80px;
        padding: 5px 35px;
        display: block;
        margin-left: unset;
        margin-right: unset;
        margin-top: 20px;
    }
}