@font-face {
    font-family: "grandam";
    font-style: normal;
    font-weight: 400;
    src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf) format("truetype")
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype")
}

/* ::-webkit-scrollbar {
  display: none;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Serif JP";
}

html {
    scroll-behavior: smooth;
}

:root {
    --main: #EEEEEE;
    --middle: #333333;
    --matteblack: #0D0D0D;
    --hermessOrange: #E76F51;
    --HW: #FFFFFF;
    --backgroud: #121212;
    --backgroud2: #1A1A1A;
    --backgroud3: #D88C3A;
    --backgroud3: #C97B2C;
    --gold: #D4AF37;
}

body {
    font-family: "Noto Sans JP", "Playfair Display", "Noto Serif JP", serif;
    /* background: var(--matteblack); */
    color: var(--HW);
    overflow: auto;
    overflow-x: hidden;
    /* overflow-x: hidden; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
    height: auto;
    filter: none !important;
}

.play-button svg{
    width: 24px;
    height: 24px;
}


svg{
    filter: none !important;
}

.img {
    width: 100%;
    height: 100%;
}

main {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    position: relative;
}

section {
    width: 100%;
    height: auto;
}

.hero {
    width: 100%;
    height: 100vh;
    background-color: var(--matteblack);
    position: relative;
}

.hero-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--hermessOrange);
}

.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    position: relative;
    border-right: 1px solid var(--hermessOrange);
}

.scroll {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 100px;
}

.scroll-bar {
    width: auto;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.scroll-icon {
    padding-bottom: 40px;
}

.scroll-icon a svg {
    font-size: 24px;
}

.scroll-text {
    color: var(--HW);
    font-size: 14px;
    font-weight: 400;
    font-family: "Playfair Display";
    text-align: start;
    line-height: 1.4rem;
    letter-spacing: 0.3rem;
    rotate: 90deg;
}

.scroll-indicator {
    width: 1px;
    height: 120px;
    background-color: var(--HW);
}

.hero-content {
    width: 30%;
    min-width: 250px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 40px;
}

.hero-text {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.hero-box h3,
.hero-box h2 {
    color: var(--HW);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: .25rem;
    text-align: start;
    writing-mode: vertical-lr;
    /* top → bottom, lines go left → right */
    text-orientation: upright;
}

.hero-box {
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.hero-box .box-text {
    writing-mode: vertical-rl;
    position: relative;
    width: 100%;
    padding-inline: 30px;
    margin: 4px;
    background-color: var(--HW);
}

.hero-box .box-text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: .7rem;
    text-align: start;
    font-family: "Playfair Display";
    color: var(--matteblack);
}

.hero-box h1 {
    color: var(--HW);
    font-size: 28px;
    font-weight: 400;
    font-family: "Noto-Serif JP";
    line-height: 1.4rem;
    letter-spacing: .3rem;
    text-align: start;
    writing-mode: vertical-lr;
}

section.characters {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
    overflow-x: hidden;
    background-color: var(--matteblack);
}

.characters-video {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #0D0D0D99;
    position: relative;
    border-top: 1px solid var(--hermessOrange);
    border-bottom: 1px solid var(--hermessOrange);
}

.video1 video {
    /* border-bottom: 1px solid var(--s-color-0a972673);
    border-left: 0px solid var(--s-color-0a972673);
    border-right: 0px solid var(--s-color-0a972673);
    border-top: 1px solid var(--s-color-0a972673);
    height: 240px;
    margin: 0 0 0 0;
    object-fit: cover;
    position: relative;
    width: 100vw;
    z-index: 0;
    max-width: 100vw; */


    border: 0;
    font-family: sans-serif;
    line-height: 1;
    list-style: none;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    /* -webkit-backface-visibility: hidden; */
    box-sizing: border-box;
    color: #333;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    word-spacing: 1px;
    flex-wrap: nowrap;
    pointer-events: all;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
    border-bottom: 1px solid var(--s-color-0a972673);
    border-left: 0px solid var(--s-color-0a972673);
    border-right: 0px solid var(--s-color-0a972673);
    border-top: 1px solid var(--s-color-0a972673);
    flex: none;
    height: 240px;
    margin: 0 0 0 0;
    object-fit: cover;
    position: relative;
    width: 100vw;
    /* z-index: -1; */
    max-width: 100vw;
}

.video2 video {
    /* border-bottom: 1px solid var(--s-color-0a972673);
    border-left: 0px solid var(--s-color-0a972673);
    border-right: 0px solid var(--s-color-0a972673);
    border-top: 1px solid var(--s-color-0a972673);
    height: 314.79px;
    margin: 0 0 0 0;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 0;
    max-width: 100vw; */

    border: 0;
    font-family: sans-serif;
    line-height: 1;
    list-style: none;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    /* -webkit-backface-visibility: hidden; */
    box-sizing: border-box;
    color: #333;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    word-spacing: 1px;
    flex-wrap: nowrap;
    pointer-events: all;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
    border-bottom: 1px solid var(--s-color-0a972673);
    border-left: 0px solid var(--s-color-0a972673);
    border-right: 0px solid var(--s-color-0a972673);
    border-top: 1px solid var(--s-color-0a972673);
    flex: none;
    height: 314.79px;
    margin: 0 0 0 0;
    object-fit: cover;
    position: relative;
    width: 100vw;
    /* z-index: -1; */
    max-width: 100vw;
}

.characters-content {
    position: absolute;
    padding: 40px 100px;
    width: auto;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.characters-content h2 {
    color: var(--HW);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4rem;
    text-align: start;
    font-family: "Noto Serif JP";
}

.characters-content div {
    background-color: var(--HW);
    padding: 2px 40px;
}

.characters-content div p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: .6rem;
    color: var(--middle);
    text-align: center;
    font-family: "Noto Serif JP";
}

.characters-content h3,
.characters-content h3 {
    color: var(--HW);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: start;
    font-family: "Noto Serif JP";
}

.characters-introduction {
    width: 100%;
    height: auto;
    padding-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    /* overflow: hidden; */

}

.animation {
    width: 100%;
    height: auto;
    padding-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    /* animation-duration: 16s; */
    animation: move 16s infinite;
    /* animation: move 2s linear infinite alternate; */
}

.pause {
    animation-play-state: paused;
}

.pause-icon{
    display: block;
    filter: none;
}

.play-icon{
    display: block;
    filter: none;
}

@keyframes move {

    /* 0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5760px);
    } */
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-2204px);
    }
}

.before {
    width: 100%;
    height: auto;
    position: absolute;
    padding-right: 48px;
    bottom: 72px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.play-button {
    width: 60px;
    height: 60px;
    padding: 4px 6px;
    background-color: var(--hermessOrange);
    border-radius: 50%;
    border: 2px solid var(--HW);
    display: flex;
    align-items: center;
    justify-content: center;
}

.item {
    height: 480px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image {
    width: 320px;
    height: 100%;
    margin-inline: 24px;
    border-radius: 24px;
    z-index: -1;
    border: 2px solid var(--hermessOrange);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    /* filter: saturate(1.3) grayscale(0.7) sepia(0.3); */
}

.image-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-block: 40px;

}

.personal,
.role {
    width: 100%;
    height: auto;
    padding: 2px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.personal {
    background-color: var(--HW);
    padding-block: 2px;
    gap: 12px;
}

.role {
    padding-block: 8px;
}

.tag {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4rem;
    font-family: "Noto Serif JP";
    color: var(--hermessOrange);
    text-align: center;
}

.region {
    background-color: var(--hermessOrange);
    font-size: 15px;
    font-weight: 600;
    line-height: 1rem;
    font-family: "Noto Serif JP";
    color: var(--HW);
    text-align: center;
    padding: 2px 8px;
    border-radius: 99999999px;
}
.item-関西 .region {
    background-color: var(--gold);
    color: var(--HW);
}

.role {
    background-color: var(--hermessOrange);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2rem;
    color: var(--HW);
    text-align: start;
}

.characters-button {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.characters-button button {
    width: auto;
    height: auto;
    padding: 8px 40px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid var(--gold);
    background-color: inherit;
}

.characters-button button p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: .8rem;
    text-align: start;
    color: var(--HW);
}

.characters-button i {
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    background: rgb(255, 255, 255);
    border-radius: 64px;
    color: var(--hermessOrange);
    font-size: 24px;
    padding: 5px 5px;
    transform: rotate(0deg);
}

section.wine {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--matteblack);
}

.wine-container {
    width: 100%;
    height: auto;
    padding-inline: 100px;
}

.lineH {
    line-height: 2.4rem !important;
}

.wine-text {
    width: 100%;
    height: 160px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-right: 1px solid var(--hermessOrange);
    margin-block: 40px;
}

.wine-text p {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.4rem;
    color: var(--HW);
    text-align: start;
    border-bottom: 1px solid var(--hermessOrange);
}

.faq {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

details {
    width: 100%;
    background-color: var(--main2);
    padding-inline: 40px;
    border: 1px solid var(--hermessOrange);
}

summary {
    font-size: 20px;
    font-weight: 700;
    color: var(--HW);
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-block: 32px;
}

summary:after {
    content: '+';
    font-size: 32px;
    color: var(--HW);
    position: absolute;
    top: 50%;
    right: 24px;
    line-height: 0;
}

summary::before {
    content: '';
    position: absolute;
    top: 35%;
    right: 17px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--HW);
    border-radius: 50%;
}

details[open] summary:after {
    content: '- ';
    font-size: 32px;
    top: 48%;
    right: 28px;
}

details[open] div {
    padding: 20px 24px;
    background-color: var(--HW);
    margin-bottom: 72px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s ease;
}

details div h4 {
    margin-bottom: 20px;
}

details div img {
    width: 40%;
}

details div p {
    font-family: "Noto Serif JP";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8rem;
    color: var(--matteblack);
    text-align: center;
}


.preminum {
    background-color: var(--gold);
}

.grand {
    background: linear-gradient(45deg, var(--matteblack) 29%, var(--gold) 100%);
    ;
}

.vintage {
    background-color: var(--hermessOrange);
}

section.experience {
    width: 100%;
    /* height: auto; */
    height: 240px;
    position: relative;
    /* background-color: var(--middle); */
    /* z-index: -2; */
}

section.experience::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--middle);
    opacity: .6;
    z-index: -2;
}

.video3 {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: 100vh;
    z-index: -1;
    /* object-fit: cover; */
    overflow: hidden;
}

.video3 video {
    width: 200vw;
    height: 100vh;
    border: 0;
    font-family: sans-serif;
    line-height: 1;
    list-style: none;
    padding: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    /* -webkit-backface-visibility: hidden; */
    box-sizing: border-box;
    color: #333;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    word-spacing: 1px;
    /* flex-wrap: nowrap; */
    pointer-events: all;
    align-content: center;
    align-items: center;
    /* flex: none; */
    flex-direction: column;
    transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5, --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
    bottom: -20px;
    height: auto;
    /* left: 20px; */
    margin: 0 0 0 0;
    object-fit: cover;
    position: fixed;
    /* right: -20px; */
    top: 20px;
    transform-origin: center right;
    width: 100%;
    z-index: -3;
    max-width: 100%;
    /* display: none; */
    /* object-fit: cover; */
}

.experience-container {
    position: absolute;
    /* top: 0; */
    width: 100%;
    padding-block: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
}

.experience-container .characters-content {
    position: relative;
}

.footer {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: var(--hermessOrange);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
    position: relative;
}

.footer-container {
    /* padding-inline: 100px; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.footer-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer-title .line {
    width: 38%;
    height: 1px;
    background-color: var(--main);
}

.footer-title>p {
    width: 28%;
    min-width: 333px;
    color: var(--HW);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: .8rem;
    font-family: "Noto Serif JP";
    text-align: center;
}

.footer-container>p {
    color: var(--HW);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: .8rem;
    font-family: "Noto Serif JP";
}

.footer-button {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: inherit;
}

.viewmore {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 40px;
    border-radius: 32px;
    border: 2px solid var(--gold);
}

.viewmore p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: .8rem;
    color: var(--HW);
    font-family: "Noto Serif JP";
}


.footer-button>p {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4rem;
    color: var(--HW);
    font-family: "Noto Serif JP";
}

/* .viewmore i {
    content: 'fa-wine-glass';
    background: var(--HW);
    border-radius: 64px;
    color: var(--hermessOrange);
    font-size: 24px;
    padding: 5px 10px;
    transform: rotate(0deg);

    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;

    font-family: "Material Icons";
} */

.viewmore img {
    width: 32px;
    height: 32px;
}

.viewmore i {
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    background: rgb(255, 255, 255);
    border-radius: 64px;
    color: var(--hermessOrange);
    font-size: 24px;
    padding: 5px 5px;
    transform: rotate(0deg);
}

.footerView {
    position: fixed;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
    left: 0;
    bottom: 0;
    margin-bottom: 40px;
    z-index: 9999;

}

.footerView-container {
    padding-inline: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    padding: 20px;
}

.footerL {
    width: auto;
    height: 32px;
}

.footerL img {
    width: auto;
    height: 100%;
    filter: none;
}

.footerR {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.topBox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--hermessOrange);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.topBox p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4rem;
    /* color: linear-gradient(90deg, #ffffffff, #ffffffff); */
}

.next {
    padding: 8px 20px;
    background-color: var(--hermessOrange);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 32px;
    border: 2px solid var(--gold);
    font-family: "Noto Sans JP";
}

.next p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: .3rem;
    color: var(--HW);
    font-family: "Noto Serif JP";
}


.footer-company {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--matteblack);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-company p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--hermessOrange);
}

.material-icons {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;

    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.topBox>i {
    color: #ffffffff;
    font-size: 24px;
}

.next>i {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: var(--hermessOrange);
    font-size: 24px;
    transform: rotate(0deg);
}

video {
    position: relative;
}

video::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.hidden {
    display: none;
    position: absolute;
    top: 30px;
    width: 100%;
    border: 1px solid var(--hermessOrange);
    flex-direction: column;
}

.hidden h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4rem;
    padding-block: 10px;
    padding: 8px;
}

.hidden {
    top: 68px;
}

.wine .hidden h2 {
    text-align: end;
}

.hidden-vertical {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
}

.hidden-vertical p {
    z-index: 100;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: 1rem;
    color: var(--hermessOrange);
    background-color: var(--matteblack);
    padding: 40px 8px;
    position: absolute;
    top: 0;
    height: 100%;
}

.characters .hidden-vertical {
    right: 0;
    -webkit-writing-mode: vertical-rl;
}

.characters .hidden-vertical p {
    border-left: 1px solid var(--hermessOrange);
}

.wine .hidden-vertical {
    left: 0;
    -webkit-writing-mode: vertical-lr;
}

.wine .hidden-vertical p {
    border-right: 1px solid var(--hermessOrange);
}

.characters {
    position: relative;
}

.characters-container {
    width: 100%;
    height: auto;
    padding-block: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
    overflow-x: hidden;
}

.wine-hidden {
    display: none;
}

.experience .video3 {
    /* display: none; */
}

@media(max-width:880px) {
    .characters-button {
        flex-direction: column;
    }
}

@media(max-width:768px) {
    .footerL {
        display: none;
    }

    .footerView-container {
        justify-content: flex-end;
    }
}

@media(max-width:700px) {}

@media(max-width:600px) {

    .topBox {
        display: none;
    }

    .hidden {
        display: flex;
    }

    .hidden-vertical {
        display: block;
    }

    .characters-content {
        padding: 8px;
        bottom: 10px;
    }

    .characters-content div {
        display: none;
    }

    .characters-content h2 {
        display: none;
    }

    .characters-content h3,
    .characters-content h4 {
        font-size: 11px;
    }

    .characters-introduction {
        background-color: var(--hermessOrange);
        height: 400px;
        padding: 0;
        transition: all .3s;
    }

    .item {
        width: 260px;
        height: 100%;
    }

    .image {
        border-radius: 0;
    }

    .video2 {
        justify-content: flex-end;
    }

    .video2 .characters-content {
        align-items: flex-end;
    }

    section.wine {
        border-top: 1px solid var(--hermessOrange);
        border-bottom: 1px solid var(--hermessOrange);
    }

    .wine-text {
        border: none;
    }

    .wine-text p {
        font-size: 10px;
        line-height: 1.5rem;
        text-align: center;
        padding-left: 40px;
    }

    .wine-container {
        padding-inline: 0;
    }

    .faq {

        padding-right: 20px;
    }

    details {
        padding-left: 60px;
        padding-right: 20px;
    }

    summary {
        padding-block: 25px;
    }

    .characters button {
        padding: 8px 20px;
    }

    .characters-button button p {
        font-size: 12px;
    }

    .characters button i {
        font-size: 20px;
        padding: 5px;
    }

    .wine-hidden {
        display: flex;
    }

    .wine-shown {
        display: none;
    }

    .footer-title {
        gap: 10px;
    }

    .footer-title>p {
        font-size: 12px;
        min-width: 233px;
    }

    .footer-container {
        gap: 40px;
    }

    .footer-container>p {
        font-size: 12px;
    }

    .viewmore p {
        font-size: 14px;
    }

    .next p {
        font-size: 12px;
    }

    .before {
        bottom: -24px;
        /* transition: all .3s; */
    }

    @keyframes move {

    /* 0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5760px);
    } */
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-1560px);
    }
}
}
