@charset "utf-8";
html, body {
    margin: 0px;
    padding: 0px;
}

body {
    font-family:  "Kiwi Maru", serif;
    font-style: normal;
    font-size: 1em;
    color: #806C67;
    background-color: black;
    background-image: url(img/back.jpg);
    background-attachment: fixed;
    width: 390px;
}

a{text-decoration: none;}
a:link{color: aqua;}


#header {
    position: fixed;
    width: 100%;
    max-width: 330px;
    height: 110px;
    background-image: none;
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding-left: 30px;
    z-index: 10;
}

#menu {
    background-color: #DCC6B8;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border-radius: 4px;
}

#container {
    background-color: white;
    background-image: url(img/back.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    text-align: center;
}

#keyvisual{
    margin: 0 auto;
    background-image: url(img/key_back.png);
    background-repeat: no-repeat;
    padding-bottom: 150px;
    width: 390px;
}

.topimage{
    margin-top: -380px;
    padding-top: 100px;
    filter: drop-shadow(-10px 40px 0px #F3D495);
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

.moji p{
    writing-mode: vertical-rl;
    font-family: "Zen Kurenaido", serif;
    font-size: 24px;
    letter-spacing: 4px;
    text-align: center;
    margin-left: 250px;
    padding-top: 160px;
    padding-bottom: 15px;
    background: none;
    color: white;
}

.toptitle{
    position: absolute;
    margin-top: -180px;
    margin-left: 70px;
}

#txt-1{
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 80px;
    text-align: center;
    p {
        background-image: url(img/txtba.png);
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px;
    }
}

#introduction{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-left: double 8px white;
    border-right: double 8px white;
    img{
        margin-top: -100px;
        margin-left: -20px;
    }
}

.introduction{
    font-size: 20px;
}

#i-1 {
    .no {
        text-align: left;
        margin-left: 50px;
        font-size: 64px;
        color: white;
    }
    .txt {
        font-family: "Zen Kurenaido", serif;
        font-style: normal;
        font-size: 14px;
        background: #f6eca6;
        transform: rotate(10deg);
        width: 160px;
        height: 40px;
        margin-top: -30px;
        margin-left: 20px;
        box-shadow: 15px 15px 0px 0 rgb(220, 198, 184);
    }
    img {
        width: 240px;
        height: auto;
        margin-top:-170px;
        margin-left: 60px;
    }
    .txt2 {
        font-size: 20px;
        margin-top: 50px;
        margin-left: 0px;
    }
}

#i-2 {
    margin-top: -150px;
    .no {
        text-align: right;
        margin-right: 50px;
        font-size: 64px;
        color: white;
    }
    .txt {
        font-family: "Zen Kurenaido", serif;
        font-style: normal;
        font-size: 14px;
        text-align: right;
        background: #f6eca6;
        transform: rotate(10deg);
        width: 160px;
        height: 40px;
        margin-left: 150px;
        margin-top: -30px;
        box-shadow: 15px 15px 0px 0 rgb(220, 198, 184);
    }
    img {
        width: 240px;
        height: auto;
        margin-top: -170px;
        margin-right: 60px;
    }
    .txt2 {
        font-size: 20px;
        margin-top: 50px;
        margin-left: 0px;
    }
}

#i-3 {
    margin-top: -150px;
    .no {
        text-align: left;
        margin-left: 50px;
        font-size: 64px;
        color: white;
    }
    .txt {
        font-family: "Zen Kurenaido", serif;
        font-style: normal;
        font-size: 14px;
        background: #f6eca6;
        transform: rotate(10deg);
        width: 160px;
        height: 40px;
        margin-left: 20px;
        margin-top: -30px;
        box-shadow: 15px 15px 0px 0 rgb(220, 198, 184);
    }
    img {
        width: 245px;
        height: auto;
        margin-top:-170px;
        margin-left: 60px;
    }
    .txt2 {
        font-size: 20px;
        margin-top: 50px;
        margin-left: 0px;
    }
}

#variations{
    width: 390px;
    font-size: 20px;
    background-image: url(img/flavor.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding-bottom: 120px;
    .title {
        padding-top: 100px;
    }
    .no1 {
        background-image: url(img/ba1.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        padding: 15px;
        font-size: 18px;
        p {
            margin-top: 80px;
        }
    }
    .no2{
        background-image: url(img/ba2.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        padding: 15px;
        font-size: 18px;
        p {
            margin-top: 80px;
        }
    }
    .no3{
        background-image: url(img/ba3.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        padding-left: 18px;
        font-size: 18px;
        p {
            margin-top: 80px;
        }
    }
    .more{
        background-color: white;
        font-size: 16px;
        width: 160px;
        height: 40px;
        margin-left: 115px;
        margin-top: 80px;
        box-shadow: 5px 10px 0px 0 rgb(220, 198, 184);
    }
}

#link{
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 150px;
    font-size: 20px;
    .share{
        margin-top: -50px;
    }
    .link{
        border-left: double 8px white;
        border-right: double 8px white;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 15px;
        background-image: url(img/shareba.png);
    }
    .icon{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        img {
            width: 30px;
            height: 30px;
            padding: 10px;
            object-fit: cover;
        }
    }
}

#bottle {
    margin-bottom: 10px;
}



#footer {
    border-bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #DCC6B8;
}