html, body {
    width: 100%;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
}

#wrap {
    max-width: 1920px;
    overflow-x: hidden;
    margin: auto;
}

#corona {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    text-align: center;
    z-index: 1000000000;
}

.corona-modal {
    width: 600px;
    padding-top: 50px;
    margin: auto;
    position: relative;
}

#corona img {
    width: 100%;
}

.closer {
    position: absolute;
    top: 10%;
    right: 5%;
}

.close {
    font-size: 50px;
}

.corona-mark {
    position: absolute;
    top:3%;
    right: -28%;
    width: 400px;
}

.corona-mark img {
    width: 100%;
}

@media screen and (max-width: 479px) {
    .corona-modal {
        width: 100%;
        padding-top: 100px;
    }
    #corona img {
        width: 90%;
    }
    .closer {
        top: 20%;
        right: 9%;
    }
    .close {
        font-size: 30px;
    }
    .corona-mark {
        position: absolute;
        top: 2%;
        right: -25%;
        width: 200px;
    }
}

.cmn-css {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
}

#s_0 {
    margin-top: 15%;
    margin-bottom: 15%;
    max-width: 1200px;
    height: auto;
}

.grad-wrap {
    width: 75%;
    margin: auto;
}

#box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin: 10% 0 1% 0;
    width: 100%;
    height: 400px;
    color: white;
}

#box img {
    width: 35%;
    fill: #1D1F20;
    filter: drop-shadow(0 0 2px #E45D8B);
    animation: logo 1s ease-in-out infinite alternate;
}



@keyframes logo {
    0%   {filter:drop-shadow(0 0 2px #E45D8B);}
    100% {filter:drop-shadow(0 0 6px #E45D8B);}
}

.gradient-border {
    --borderWidth: 10px;
    max-width: 1200px;
    background: rgb(21, 23, 26);
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(255,255, 255,0.4) inset;
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    z-index: -10;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.set1 img {
    width: 50px;
    z-index: 5;
    filter: blur(0.3px);
}

.set3 img {
    width: 30px;
    z-index: 6;
}

@media screen and (max-width:479px) {
    #s_0 {
        margin: 0;
    }
    
    #grad-wrap {
        width: 100%;
        text-align: center;
    }

    .ochiba_pc {
        position: absolute;
        width: 100%;
        height: 600px;
        z-index: 10;
    }

    .set3 {
        display: none;
    }

    .ochiba img {
        width: 30px;
        filter: blur(0.3px);
    }

    #box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin: 3%;
        width: 94%;
        min-height: 650px;
        color: white;
    }

    #box img{
        width: 50%;
        z-index: 100000;
    }

    .gradient-border {
        --borderWidth: 15px;
    }
}

#s_1{
    position: relative;
    max-width: 1920px;
    min-height: 150%;
    z-index: 1;
}

.set{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: -100;
}

.set div{
    width: 50%;
    position: absolute;
    display:block;
    z-index: -10;
}

.set div:nth-child(1){
    width: 30px;
    left:20%;
    animation:animate 15s linear infinite;
    animation-delay:-7s;
}

.set div:nth-child(2){
    width: 40px;
    left:50%;
    animation:animate 18s linear infinite;
    animation-delay:-5s;
}

.set div:nth-child(3){
    width: 60px;
    left:70%;
    animation:animate 20s linear infinite;
    z-index: 10;
}

.set div:nth-child(4){
    width: 70px;
    left:0%;
    animation:animate 25s linear infinite;
    animation-delay:-5s;
}

.set div:nth-child(5){
    width: 30px;
    left:85%;
    animation:animate 18s linear infinite;
    animation-delay:-10s;
}

.set div:nth-child(6){
    width: 50px;
    left:15%;
    animation:animate 12s linear infinite;
}

.set div:nth-child(7){
    width: 60px;
    left:40%;
    animation:animate 14s linear infinite;
}

.set div:nth-child(8){
    width: 80px;
    left:60%;
    animation:animate 10s linear infinite;
}

@keyframes animate{
    0%{
        opacity:0;
        top:-10%;
        transform:translate(20px) rotate(0);
    }

    10%{
        opacity:1;
    }

    20%{
        transform:translate(-20px) rotate(45deg);
    }

    40%{
        transform:translate(-20px) rotate(90deg);
    }

    60%{
        transform:translate(20px) rotate(135deg);
    }

    80%{
        transform:translate(-20px) rotate(180deg);
    }

    100%{
        transform:translate(-20px) rotate(225deg);
        top:100%;
    }
}
.set2{
    transform:scale(2) rotateY(180deg);
    filter:blur(2px);
}

.set3{
    transform:scale(0.8) rotateX(90deg);
    filter:blur(4px);
}

@media screen and (max-width:479px) {
    .set2{
        overflow-x: hidden;
        transform:scale(1) rotateY(180deg);
    }

    .grad-wrap {
        width: 100%;
    }
}

.nav-area {
    margin: auto;
    max-width: 900px;
    height: auto;
    padding: 0 3%;
}

.sp-sns {
    display: none;
}

.sns-icons {
    float: left;
    width: 30%;
}

.sns-icons i {
    display: inline-block;
    margin-right: 3%;
    color: #333333;
}

.nav-bar {
    float: right;
    width: 70%;
    text-align: right;
}

.nav-bar ul li {
    list-style: none;
    display: inline;
    margin-left: 3%;
}

.nav-bar ul li a {
    display: inline-block;
    color: #333333;
}

@media screen and (max-width: 479px) {
    .cmn-css {
        width: 100%;
        margin: auto;
        margin-top: 0;
    }

    #s_0 {
        position: relative;
    }

    .nav-area {
        width: 100%;
        margin-left: -3%;
        position: fixed;
        top: 2%;
        left: 1%;
        height: 0;
        z-index: 10000000;
    }

    .nav-bar {
        float: none;
        margin-left: -1%;
        width: 100%;
        text-align: center;
        z-index: 1000000000;
        color: #000;
        position: absolute;
        top:0;
    }

    .nav-bar ul {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .nav-bar ul li {
        box-sizing: border-box;
        display: block;
        margin-left: 0;
        /* margin: 0 -3%; */
        padding: 1% 0;
        width: 70%;
        margin: auto;
        /* background-color: rgb(21, 23, 26); */
        z-index: 100000000000;
    }

    .nav-bar ul li a {
        text-align: center;
        color: antiquewhite;
    }

    .sp-sns {
        display: block;
        position: relative;
        z-index:1000000000;
    }

    .sns-icons {
        float: none;
        margin: auto;
        margin-top: 30px;
        text-align: center;
        width: 75%;
        font-size: 22px;
        transform: translateY(-100px);
    }

    .nav-area .sns-icons {
        display: none;
    }

    .sns-icons i {
        color: antiquewhite;
    }
}

/* about */
#about {
    max-width: 1200px;
    margin: auto;
    margin-top: 200px;
}

.about-top {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    z-index: 10000;
}

.about-top h1 {
    z-index: 10000;
}

.about-top h1 span {
    width: 100%;
    border-bottom: 1px solid #333333;
    z-index: 10000;
}

.about-btm {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10000;
}

.about-btm img {
    width: 72%;
    text-align: center;
}

#aniv-btn {
    width:30%;
    margin-top: 30px;
    cursor: pointer;
}

.modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow-y: scroll;
}

.modal img {
    margin: auto;
    width: 50%;
    overflow-y: scroll;
}

#aboutsp {
    margin: auto;
    display: none;
}

.about-txt p {
    margin-bottom: 8%;
}

.about-caution {
    display: inline-block;
    padding-top: 3%;
    font-size: small;
}

.about-txt a {
    display: inline-block;
    padding: 2% 8%;
    border: 1px solid #333333;
    color: #333333;
}

@media screen and (max-width: 479px) {
    #about {
        margin: 0 0 50px;
    }

    .about-top {
        margin-bottom: 30px;
    }

    .about-top h1 span {
        width: 100%;
        font-size: 30px;
        border-bottom: 1px solid #333333;
    }

    .about-btm {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .about-btm img {
        width: 100%;
    }

    #aboutpc {
        display: none;
    }

    #aboutsp {
        display: block;
        width: 100%;
    }

    .br_479 {
        display: block;
    }
    #aniv-btn {
        width:100%;
        top: 230px;
        padding: 0 10%;
        margin-top: 0;
        box-sizing: border-box;
    }
}

/* menu */

#menu {
    width: 100%;
    margin: auto;
    margin-top: 200px;
}

.menu-top {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.menu-top h1 span {
    width: 100%;
    border-bottom: 1px solid #333333;
}

.menu-box {
    margin: auto;
    width: 75%;
    height: auto;
    position: relative;
}

.menu-con {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 23%;
    height: 300px;
    padding: 0 3%;
    border: 1px solid #999999;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.menu-con:not(:nth-of-type(4)) {
    margin-right: 2%;
}

.menu-on {
    display: none;
    width: 100%;
    height: auto;
}

.menu-on p {
    margin-top: 30%;
}

#chargeImg, #drinkImg, #bottleImg, #karaokeImg {
    width: 100%;
    height: auto;
    margin-top: 20%;
    margin-bottom: 30%;
}

#chargeImg img, #drinkImg img, #bottleImg img, #karaokeImg img {
    width: 100%;
    margin-bottom: 20%;
}

@media screen and (max-width: 479px) {
    #menu {
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .menu-top {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .menu-top h1 span {
        font-size: 30px;
    }

    .menu-box {
        width: 90%;
        text-align: center;
    }

    .menu-con {
        width: 45%;
        margin-bottom: 3%;
    }

    .menu-con:nth-of-type(2),.menu-con:nth-of-type(4) {
        margin-right: 0;
    }

    .menu-on {
        display: none;
        width: 100%;
        height: auto;
    }

    .menu-on p {
        margin-top: 30%;
    }

    #chargeImg, #drinkImg, #bottleImg, #karaokeImg {
        width: 100%;
        height: auto;
        margin-top: 20%;
        margin-bottom: 30%;
    }

    #chargeImg img, #drinkImg img, #bottleImg img, #karaokeImg img {
        width: 100%;
        margin-bottom: 20%;
    }
}


/* access */

#access {
    width: 100%;
    margin: auto;
    margin-top: 200px;
}

.access-top {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.access-top h1 span {
    width: 100%;
    border-bottom: 1px solid #333333;
}

.access-txt {
    width: 30%;
    margin: auto;
    text-align: left;
    height: 80px;
}

.access-txt a {
    color: #000;
}

.access-map {
    width: 75%;
    margin: auto;
    text-align: center;
}

.access-map iframe {
    width: 100%;
}

@media screen and (max-width: 479px) {
    #access {
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .access-top {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .access-top h1 span {
        width: 100%;
        border-bottom: 1px solid #333333;
        font-size: 30px;
    }

    .access-txt {
        width: 85%;
        margin: auto;
        text-align: left;
        height: 80px;
        padding: 0 10%;
    }

    .access-map {
        width: 90%;
        margin-top: 5%;
    }
}

/* contact */

#contact {
    width: 100%;
    margin: auto;
    margin-top: 200px;
}

.contact-top {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.contact-top h1 span {
    width: 100%;
    border-bottom: 1px solid #333333;
}

.contact-form {
    width: 100%;
    margin: auto;
    margin-bottom: 250px;
}

.contact-form table {
    margin: auto;
    width: 75%;
}

.contact-form table td:nth-of-type(1){
    width: 30%;
    box-sizing: border-box;
    padding-left: 10%;
    vertical-align: top;
}

.contact-form table input, .contact-form table textarea {
    box-sizing: border-box;
    margin-right: 10%;
    width: 80%;
    margin-bottom: 2%;
}

.contact-form table textarea {
    padding-bottom: 10%;
}

#sendit {
    float:right;
    width: 30%;
    text-align: center;
    margin-top: 5%;
    background-color: greenyellow;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#sendit:focus {
    outline: none;
}

#sendit:active {
    transform: translateY(2px);
    box-shadow: none;
}

footer {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 479px) {
    #contact {
        margin-top: 50px;
    }

    .contact-top {
        margin-bottom: 30px;
    }

    .contact-top h1 span {
        font-size: 30px;
    }

    .contact-form table {
        width: 100%;
    }

    .contact-form {
        width: 100%;
        margin: auto;
        margin-bottom: 100px;
    }

    .contact-form table input, .contact-form table textarea {
        width: 90%;
    }

    footer p {
        margin-bottom: 60px;
    }
}


/* hamburger-menu */
.hamburger-menu {
    display: none;
}

@media screen and (max-width: 479px) {
    .hamburger-menu {
        display: block;
    }

    .nav-bar ul {
        display: none;
    }

    :root {
        --hamburger-menu-size: 20px; /* 繝｡繝九Η繝ｼ縺ｮ螟ｧ縺阪＆ */
        --hamburger-menu-padding: 12px;
        --hamburger-menu-border-px: 4px; /* 邱壹�螟ｪ縺 */
        --hamburger-menu-border-color: rgb(236, 214, 186); /* 邱壹�濶ｲ */
        --hamburger-menu-transition: 0.3s; /* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ遘呈焚 */
    }

    .hamburger-menu {
        cursor: pointer;
        position: relative;
        width: 50px;
        height: 50px;
        margin: 3%;
    }
    
    
    .hamburger-menu-line {
        position: absolute;
        transition: var(--hamburger-menu-transition);
        width: calc(100% - var(--hamburger-menu-padding) * 2);
        height: var(--hamburger-menu-border-px);
        background-color: var(--hamburger-menu-border-color);
    }
    
    
    .line-top {
        top: var(--hamburger-menu-padding);
        left: var(--hamburger-menu-padding);
    }
    
    .line-middle {
        top: calc(50% - var(--hamburger-menu-border-px)/2);
        left: var(--hamburger-menu-padding);
    }
    
    .line-bottom {
        bottom: var(--hamburger-menu-padding);
        left: var(--hamburger-menu-padding);
    }
    
    
    .hamburger-menu-active > .line-top {
        top: calc(50% - var(--hamburger-menu-border-px)/2);
        transform: rotate(45deg);

    }
    
    .hamburger-menu-active > .line-middle {
        width: 0;
        height: 0;
        left: var(--hamburger-menu-padding);
    }
    
    .hamburger-menu-active > .line-bottom {
        top: calc(50% - var(--hamburger-menu-border-px)/2);
        transform: rotate(-45deg);
    }
}