@charset "utf-8";
body,h1,h2,h3,h4,p,ul,dl,dd,figure{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    vertical-align: bottom;
}

a{
    text-decoration: none;
}

html{
    overflow-y: scroll;
}


:root{
    --color:"#161616";
}

.lato-regular{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kiwi-maru {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
}

.inner{
    max-width: 940px;
    margin: 0 auto;
    padding:20px 100px 0;
}

.flex{
    display: flex;
    justify-content: flex-start;
}

body{
    color: var(--color);
    font-family: sans-serif;
}


header div{
    text-align: center;
    padding: 70px 0 60px;
}

header h1{
    width: 200px;
    height:200px;
    font-size: 16px;
    margin: 0 auto;
}


nav ul li{
    padding-bottom: 10px;
    margin-left: 20px;
}

nav ul li:first-child{
    margin-left: 0;
}

nav li a{
    display: block;
    color:var(--color);
    line-height: 1.2;
    letter-spacing: 0.0625em;
}

main h1{
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 55px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(210, 210, 210, 0.5);
    margin-bottom: 40px;
    
}

main .top-text{
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
    text-align: justify;
}

main section{
    border: 2px solid #161616;
    margin-bottom: 56px;
    padding: 40px 24px 32px;
    position: relative;
}

main h2{
    font-size: 24px;
    background-color: #fff;
    position: absolute;
    top:-20px;
    left:24px;
    padding: 0 16px;
}

main section dl div{
    padding: 8px 0;
}

main section dl dt{
    font-size: 20px;
    margin-bottom: 8px;
}

main section dl dt::before{
    content:"■";
    font-size: 16px;
    margin-right: 3px;
}

main section dl dd{
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: justify;
    gap:20px;
}

main section dl dd .pic{
    width: 40%;
}

main section dl dd .text{
    width: 60%;
}

main section h3{
    font-size: 20px;
    margin-bottom: 16px;
}

main section h3::before{
    content:"■";
    font-size: 16px;
    margin-right: 3px;
}

.container{
    gap:32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
}

.container:last-of-type{
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.container::before{
    content:"";
    display: block;
    width: 280px;
    height:210px;
    flex:0 0 280px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.text-box{
    width: 100%;
    flex: 0 1 100%;
}

.text{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: justify;
}

.marker{
    font-weight: bold;
    background: linear-gradient(transparent 0%,transparent 85%,#ffd460 85%,#ffd460 95%,transparent 95%,transparent 100%);
}

.allergen-part a{
    color: var(--color);
    text-decoration: underline;
    display: block;
    margin: 24px 0 0 auto;
    width: max-content;
}

.allergen-part a::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url(../images/icon_mail.svg);
    margin: 0 6px 0 3px;
    vertical-align: -3px;
}

.allergen-part::before{
    background-image: url(../images/illust_allergen_1600x1200.png);
}

.cancel-part::before{
    background-image: url(../images/illust_cancel_1600x1200.png);
}

.limit-part::before{
    background-image: url(../images/illust_limit_1600x1200.png);
}

.looks-part::before{
    background-image: url(../images/illust_unique_1600x1200.png);
}

.break-part::before{
    background-image: url(../images/illust_break_1600x1200.png);
}

.buttons{
    margin-bottom: 56px;
}

.buttons p{
    width: 200px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.buttons p a{
    font-size: 18px;
    display: block;
    background-color: #fff;
    color: var(--color);
    border-radius: 24px;
    border: 2px solid #161616;
    transition: background-color .2s,color .2s;
}

.buttons p a:hover{
    background-color: #161616;
    color:#fff;
}

.buttons .to-lineup{
    margin-bottom: 24px;
}

.buttons .to-lineup a::after{
    content:"▲";
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
    margin-left: 24px;
}

.buttons .to-home a::before{
    content:"▲";
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 13px;
    margin-right: 32px;
}

main::after{
    content: "";
    display: block;
    width: 100%;
    height:26px;
    background: url(../images/line.png) center center / 100% no-repeat;
}

footer{
    padding: 24px 0 0;
}

footer .insta{
    width: 92.5%;
    margin: 0 auto 16px;
}

footer .insta img{
    max-width: 100%;
    height:auto;
}

footer .flex{
    justify-content: center;
    gap:2.5%;
    margin-bottom: 40px;
}

footer .flex p{
    width: 45%;
}

footer .flex p img{
    max-width: 100%;
    height: auto;
}

footer p a{
    display: block;
    transition: transform .2s;
}

footer a:hover{
    transform: translateY(-6px);
}

footer .copyright{
    background-color: #161616;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

footer .copyright small{
    font-size: 12px;
}

@media screen and (max-width:900px){
    .container{
        flex-direction: column-reverse;
    }

    .container::before{
        width: 100%;
        background-size: contain;
    }
}

@media screen and (max-width:744px){
    nav{
        display: none;
    }

    .inner{
        padding: 20px 16px 0;
    }

    .allergen-part a{
        margin: 24px auto 0 0;
    }

    main h1.lato-regular{
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    header div{
        padding: 40px 0 30px;
    }
}

@media screen and (max-width:500px) {

    body{
        min-width: 320px;
    }

    main h2{
        font-size: 20px;
    }

    main section h3{
        font-size: 18px;
    }

    .container{
        gap: 16px;
    }

    .container::before{
        height:240px;
        flex: 0 0 240px;
    }

    .buttons{
        position: fixed;
        left:50%;
        transform: translateX(-50%);
        bottom:0;
        z-index: 2;
        width: 100%;
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
    }

    .buttons .to-lineup{
        margin-bottom: 0;
    }

    .buttons p{
        width: 50%;
    }

    .buttons p a {
        font-size: 14px;
        background-color: #161616;
        color: #fff;
        border-radius: 0;
        border: 2px solid #fff;
    }

    .buttons .to-home a::before{
        margin-right: 24px;
    }

    .buttons .to-lineup a::after{
        margin-left: 18px;
    }

    .buttons .to-home a{
        border-right: none;
    }

    footer .copyright{
        padding-bottom: 48px;
    }
}