@charset "utf-8";

@font-face {
    font-family: "font1";
    src: url("../font/ELEPHNT.TTF") format("truetype");
    font-style: normal;
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
    /* animation-timing-function: ease-out; */
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    font-family: serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #c8102e;
}

li {
    list-style-type: none;
}

.wrap{
    max-width: 1200px;
    margin: 0 auto;
    background-color: transparent;
    overflow: hidden;
}

body {
    background: linear-gradient(-180deg, #fff 0%, #c8102e 100%);
    color: #c8102e;
}

.fadeIn {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}

.fadeIn.up {
    opacity: 1;
    transform: translate(0, 0);
}

/* header */

.header {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    height: 130px;
    z-index: 10;
    transition: all 0.4s;
}

.header.close {
    height: 50px;
    transition: all 0.4s;
    background-color: #ffffff88;
    box-shadow: 0px 2px 5px #c8102e33;
    backdrop-filter: blur(12px);
}

.header-inner {
    width: 90%;
    height: 90%;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-inner .t-logo {
    width: 13%;
    filter: drop-shadow(2px 2px 5px #fff)drop-shadow(2px 2px 5px #fff);
    transition: all 0.4s;
}

.header.close .header-inner .t-logo {
    width: 5%;
    filter: drop-shadow(0px 0px 0px transparent);
    transition: all 0.4s;
}

.header .header-inner .t-logo:hover {
    animation: logo 1s;
}

@keyframes logo {

    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(-3deg);
    }

    60% {
        transform: rotate(2deg);
    }

    80% {
        transform: rotate(0deg);
    }

}

.nav {
    width: 60%;
}

.menulist {
    display: flex;
    justify-content: space-between;
}

.menulist li a {
    display: block;
    padding: 5px 20px;
    font-family: "font1";
    font-size: 150%;
}

.header .nav .menulist li a {
    filter: drop-shadow(2px 2px 5px #fff)drop-shadow(2px 2px 5px #fff);
    transition: all 0.4s;
}

.header.close .nav .menulist li a {
    filter: drop-shadow(0px 0px 0px transparent);
    transition: all 0.4s;
}

.header .nav .menulist li a::after {
    display: block;
    content: "";
    background-color: #c8102e;
    width: 100%;
    transform: scale(0);
    transform-origin: center;
    height: 5px;
    border-radius: 5px;
    transition: all 0.4s;
}

.nav .menulist li a:hover::after {
    transform: scale(1);
    transform-origin: center;
}

.menu-icon,
.humburger {
    display: none;
}


/* main */

.firstview {
    background-image: url(../img/back/top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
    /* height: 800px; */
    position: relative;
    display: flex;
    align-items: flex-end;
}

.firstview .catchcopy {
    margin-left: 30px;
    width: 50%;
    z-index: 2;
    filter: drop-shadow(3px 3px 3px #c8102e);
}

.firstview .catchcopy .cls-1 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 3px;
    animation: svg-anime 2s 4s ease-in;
}

.firstview .catchcopy.anime .cls-1 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 3px;
    animation: none;
}

@keyframes svg-anime {
    0% {
        fill: transparent;
        stroke: #fff;
        stroke-dasharray: 1000px;
        stroke-dashoffset: 1000px;
    }

    20% {
        fill: transparent;
        stroke: #fff;
        stroke-dasharray: 1000px;
        stroke-dashoffset: 1000px;
    }

    70% {
        fill: transparent;
        stroke-dashoffset: 0;
    }

    100% {
        fill: #fff;
    }
}

.firstview::after {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-color: #c8102e;
    position: absolute;
    bottom: 0;
    transform: skewy(0deg);
    transform-origin: top left;
    transition: all 1s;
    z-index: 1;
}

.firstview.diagonal.up::after {
    transform: skewy(10deg);
    transform-origin: top left;
}

.letter1 {
    background-color: #c8102e;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.letter1 p {
    color: #fff;
    font-size: 30px;
    z-index: 2;
}

.letter1::after {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-color: #c8102e;
    position: absolute;
    bottom: 0;
    transform: skewy(0deg);
    transform-origin: top right;
    transition: all 1s;
    z-index: 1;
}

.letter1.diagonal.up::after {
    transform: skewy(-10deg);
    transform-origin: top right;
}

.letter2 {
    position: relative;
    background-image: url(../img/back/back-img\ \(1\).jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    /* background-position: 80% 30%; */
    /* margin-top: 200px; */
    height: 100vh;
    display: flex;
    justify-content: end;
}

.letter2 p {
    color: #c8102e;
    margin: 20% 100px 0 0;
    height: fit-content;
    padding: 5px;
    background-color: #ffffffaa;
    /* text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff; */
    text-align: center;
}

.letter2::after {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    transform: skewy(0deg);
    transform-origin: top left;
    transition: all 1s;
    z-index: 1;
}

.letter2.diagonal.up::after {
    transform: skewy(10deg);
    transform-origin: top left;
}

.letter3 {
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(-180deg, #fff 0%, #fff 70%, #ffffff00 100%);
}

.letter3-contents {
    z-index: 2;
    text-align: center;
}

.letter3-contents h2 {
    font-family: "font1";
    font-size: 70px;
    margin-top: 30px;
}

.letter3-contents h3 {
    margin-top: 50px;
    font-size: 30px;
}

.letter3-contents img {
    margin: 50px auto 0;
    width: 30%;
}

.letter3-contents div p {
    margin-top: 30px;
}

.letter3-contents div p:first-child {
    margin-top: 50px;
}

.letter3-contents::after {
    display: block;
    content: "";
    background-color: #c8102e;
    margin: 50px auto;
    width: 1px;
    height: 0px;
    transition: all 2s;
}

.letter3-contents.scroll::after {
    height: 300px;
}

.introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.introduction .chaiglass,
.introduction .demitassecup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduction img {
    width: 30%;
    filter: drop-shadow(5px 5px 10px #fff)drop-shadow(-5px -5px 10px #fff);
}

.introduction dl {
    text-align: center;
}

.introduction dt {
    font-weight: bold;
    font-size: 50px;
}

.introduction dd {
    color: #000;
}

.annotation {
    margin-top: 30px;
    font-size: 10px;
}

.introduction .demitassecup {
    margin-top: 100px;
    flex-direction: row-reverse;
}

.chaiglass img {
    margin-left: 50px;
}

.demitassecup img {
    margin-right: 50px;
}

/* itemlist */

.item {
    margin-top: 100px;
    padding-bottom: 100px;
    background-color: #c8102e;
}

.item h2 {
    background-image: url(../img/back/back-img\ \(7\).jpg);
    height: 500px;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 80px;
    color: #fff;
    text-shadow: 3px 3px 10px #c8102e, -3px -3px 10px #c8102e;
}

.item h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-color: #c8102e;
    position: absolute;
    top: 100%;
    transform: skewy(10deg);
    transform-origin: top right;
    z-index: 1;
}

.item h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-color: #c8102e;
    position: absolute;
    top: 100%;
    transform: skewy(-10deg);
    transform-origin: top left;
    z-index: 1;
}

.itemlist {
    position: relative;
    z-index: 2;
    background-color: #c8102e;
    color: #fff;
    margin: 50px auto;
}

.itemlist h4 {
    margin-left: 50px;
    font-size: 35px;
    position: relative;
    display: inline-block;
}

.ranking h4::before {
    display: block;
    content: "ランキング";
    font-size: 15px;
    position: absolute;
    top: -10px;
}

.ranking-list {
    counter-reset: li;
}

.ranking-list li {
    position: relative;
}

.ranking-list li::after {
    display: flex;
    counter-increment: li;
    content: counter(li);
    color: #fff;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    aspect-ratio: 1/1;
    background-color: #c8102e;
    border: 2px solid #fff;
}

.recommend h4 {
    margin-top: 150px;
}

.recommend h4::before {
    display: block;
    content: "オススメ";
    font-size: 15px;
    position: absolute;
    top: -10px;
}

.itemlist h4::after {
    display: inline-block;
    content: "";
    background-color: #fff;
    margin-left: 5px;
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 25px;
}

.itemlist img {
    width: 350px;
}

.itemlist ul {
    display: flex;
    justify-content: space-around;
}

.itemlist ul li:nth-child(n+4) {
    display: none;
}

.itemlist ul li {
    cursor: pointer;
}

.itemlist ul li img {
    transition: all 0.4s;
}

.itemlist ul li:hover img {
    opacity: 0.7;
}

.itemlist ul li dl {
    text-align: center;
    margin-top: 10px;
}

.itemlist ul li dl dt {
    font-size: 25px;
    margin-bottom: 10px;
}

.itemlist ul li dl dd {
    margin-bottom: 5px;
    font-size: 15px;
}

.itemlist ul li dl .price {
    font-size: 20px;
    margin-bottom: 0;
}

.button {
    display: block;
    background-color: #fff;
    width: 20%;
    height: 50px;
    margin: 100px auto 0;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    transition: all 0.4s;
}

.button:hover {
    background-color: #ffffffaa;
    color: #c8102e;
}

/* gallery */

.g-top {
    position: relative;
}

.g-top::after {
    display: block;
    content: "";
    position: absolute;
    top: 735px;
    right: 20px;
    width: 50%;
    aspect-ratio: 1/1;
    background-image: url(../img/logo/logo_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(0.3);
    z-index: -5;
}

.gallery .g-top img {
    width: 50%;
    aspect-ratio: 1/1;
}

.gallery .g-title {
    position: absolute;
    top: 90%;
    right: 13%;
    color: #fff;
}

.gallery .g-title h2 {
    font-family: "font1";
    font-size: 80px;
    text-shadow: 3px 3px 10px #c8102e55, -3px -3px 10px #c8102e55, -3px 3px 10px #c8102e55, 3px -3px 10px #c8102e55;
    margin-bottom: 15px;
}

.gallery .g-top .g-title p {
    font-size: 25px;
    margin: 0 0 0 150px;
}

.gallery-img {
    margin: 200px 0 0;
    width: 100%;
    height: 3500px;
    position: relative;
}

.gallery-img .absolute {
    height: 100%;
    position: relative;
}

.gallery-img .absolute img {
    position: absolute;
    width: 55%;
    aspect-ratio: 9/16;
}

.gallery-img .absolute img:nth-child(2) {
    top: 10%;
    width: 60%;
    right: 0;
    z-index: -1;
}

.gallery-img .absolute img:nth-child(3) {
    top: 39.6%;
    width: 60%;
}

.gallery-img .absolute img:nth-child(4) {
    top: 70%;
    width: 55%;
    right: 0;
}


.gallery h4,
.gallery p {
    color: #fff;
}

.gallery h4 {
    margin-top: 100px;
    margin-left: 30px;
    font-size: 50px;
}

.gallery p {
    margin: 150px 0;
    text-align: center;
    font-size: 30px;
    line-height: 2;
}

/* footer */

.footer {
    background-color: #fff;
}

.footer-inner {
    padding: 100px;
}

.footer-inner .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inner .flex a {
    width: 50%;
    overflow: hidden;
    margin-right: 100px;
    cursor: pointer;
}

.footer-inner .flex a img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.footer-inner .flex a:hover img {
    transform: scale(1.23);
}

.footer-inner .flex ul {
    flex-direction: column;
}

.footer-inner .flex ul li {
    margin: 5px 0;
}

.footer-inner .flex ul li a {
    font-size: 45px;
    transition: all 0.4s;
}

.footer-inner .flex ul li a:hover {
    color: #c8102e33;
}

.copy {
    margin-top: 100px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
}

/* opening animation */

.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.open.done {
    display: none;
}

.open #Selam {
    width: 30%;
    opacity: 0;
    transform: rotateY(0);
    transition: transform 1s 2.5s ease-in-out;
}

.open #Selam #S {
    fill: #c8102e;
    animation: anime 1s ease-in-out;
}

.open #Selam #e {
    fill: #c8102e;
    opacity: 0;
    animation: anime 1s ease-in-out 0.2s;
}

.open #Selam #l {
    fill: #c8102e;
    opacity: 0;
    animation: anime 1s ease-in-out 0.4s;
}

.open #Selam #a {
    fill: #c8102e;
    opacity: 0;
    animation: anime 1s ease-in-out 0.6s;
}

.open #Selam #m {
    fill: #c8102e;
    opacity: 0;
    animation: anime 1s ease-in-out 0.8s;
}

@keyframes anime {
    0% {
        transform: translateY(150px);
        fill: transparent;
    }

    100% {
        transform: translateY(0);
        fill: #c8102e;
    }
}

.open img {
    position: absolute;
    display: block;
    width: 30%;
    margin: auto;
    opacity: 0;
}

@media screen and (max-width:480px) {
    /*画面サイズが480pxからはここを読み込む*/

    .firstview {
        background-image: url(../img/back/top-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        width: 100%;
        height: 80vh;
        position: relative;
        display: flex;
        align-items: flex-end;
    }

    .firstview::after {
        content: "";
        display: block;
        width: 100%;
        height: 15%;
        background-color: #c8102e;
        position: absolute;
        bottom: 0;
        transform: skewy(0deg);
        transform-origin: top left;
        transition: all 1s;
        z-index: 1;
    }

    .letter1 p {
        color: #fff;
        font-size: 15px;
        z-index: 2;
    }

    .letter2 {
        position: relative;
        background-image: url(../img/back/back-img\ \(1\).jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom left;
        /* background-position: 80% 30%; */
        /* margin-top: 200px; */
        height: 100vh;
        display: flex;
        justify-content: center;
    }

    .letter2 p {
        margin: 50% 0 0 0;
        font-size: 8px;
    }

    .letter3-contents h2 {
        font-size: 50px;
    }

    .letter3-contents h3 {
        font-size: 15px;
    }

    .letter3-contents div p {
        font-size: 13px;
    }

    .letter3-contents.scroll::after {
        height: 150px;
    }

    .introduction dt {
        font-size: 25px;
    }

    .introduction dd {
        font-size: 8px;
    }

    .annotation {
        font-size: 5px;
    }

    .chaiglass img {
        margin-left: 5px;
    }

    .demitassecup img {
        margin-right: 10px;
    }

    .item h2 {
        height: 30vh;
        font-size: 50px;
    }

    .itemlist {
        position: relative;
        z-index: 2;
        background-color: #c8102e;
        color: #fff;
        margin: 0px auto;
    }

    .itemlist h4 {
        margin-left: 20px;
        font-size: 35px;
        position: relative;
        display: inline-block;
    }

    .ranking h4::before {
        display: block;
        content: "ランキング";
        font-size: 15px;
        position: absolute;
        top: -10px;
    }

    .ranking-list {
        counter-reset: li;
    }

    .ranking-list li {
        position: relative;
    }

    .ranking-list li::after {
        font-size: 12px;
    }

    .recommend h4 {
        margin-top: 0px;
    }

    .recommend h4::before {
        display: block;
        content: "オススメ";
        font-size: 15px;
        position: absolute;
        top: -10px;
    }

    .itemlist ul {
        height: fit-content;
        display: flex;
        justify-content: space-between;
    }

    .itemlist ul li {
        margin-top: 10px;
    }

    .itemlist ul li dl {
        text-align: center;
        margin-top: 10px;
    }

    .itemlist ul li dl dt {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .itemlist ul li dl dd {
        margin-bottom: 5px;
        font-size: 5px;
    }

    .itemlist ul li dl .price {
        font-size: 10px;
        margin-bottom: 0;
    }

    .button {
        width: 35%;
        margin: 0px auto 0;
        text-align: center;
        font-size: 15px;
    }

    .gallery .g-title {
        position: absolute;
        top: 90%;
        color: #fff;
    }

    .gallery .g-title h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .gallery .g-top .g-title p {
        font-size: 9px;
        margin: 0 0 0 150px;
    }

    .g-top::after {
        display: block;
        content: "";
        position: absolute;
        top: 35vh;
        right: -10vw;
        width: 80%;
        aspect-ratio: 1/1;
        background-image: url(../img/logo/logo_r.svg);
        background-size: contain;
        background-repeat: no-repeat;
        filter: opacity(0.3);
        z-index: -5;
    }

    .gallery-img {
        height: 150vh;
    }

    .gallery h4 {
        font-size: 15px;
    }

    .gallery p {
        margin: 50px 0;
        text-align: center;
        font-size: 10px;
        line-height: 2;
    }

    .footer-inner {
        padding: 10px 0 30px 0;
    }    

    .footer-inner .flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-inner .flex ul li a {
        font-size: 25px;
    }

    .copy {
        margin-top: 30px;
        font-size: 10px;
        }
    
    /* ヘッダー */

    
    .header {
        height: 50px;
        background-color: #ffffff;
        box-shadow: 0px 2px 5px #c8102e33;
    }
    
    .header.close {
        height: 50px;
        background-color: #ffffff;
        box-shadow: 0px 2px 5px #c8102e33;
    }
    
    .header .header-inner .t-logo {
        filter: drop-shadow(0px 0px 0px transparent);
    }
    
    .header.close .header-inner .t-logo {
        width: 13%;
        filter: drop-shadow(0px 0px 0px transparent);
        transition: all 0.4s;
    }

    .menu-icon{
        display: block;
        width: 10%;
        aspect-ratio: 1/1;
    }

    .header nav{
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 50px);
        background-color: #ffffff88;
        backdrop-filter: blur(10px);
        transform: translate(100%);
        transition: all 1s;
    }

    .header nav.on{
        transform: translate(0);
        transition: all 1s;
    }

    .header .menulist {
        height: 50%;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .header .nav .menulist li a {
        filter: drop-shadow(0px 0px 0px transparent);
    }

}