/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    overflow-y: scroll;
}

body {
    margin: 0;
    background-color: #EFEFEF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
    
}
body:active {
    height: 100%;
    overflow: hidden;
  }
main {
    display: block;    
}


h1 {
    margin: .67em 0;
    font-size: 3rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: Zen Maru Gothic
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%
}

body * {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow-wrap: break-word
}
body form * {
    -webkit-appearance: auto
}

a {
    color: #fff
}

a:hover {
    text-decoration: none
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    -webkit-backface-visibility: inherit
}

b,
strong {
    font-weight: 600
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}


.loader {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.loader_image {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12vw;
    height: auto;
    height: auto;
    transform: translate(-50%, -50%)
}

.menuSP {
    display: none
}

.menuSP_btn>img {
    display: block;
    width: 18%
}
.kv{
    margin-bottom: 200px;
    padding: 0 50px;
    position: relative;
    margin-top: 60px;
}
h2{
    color: #fff;
    font-size: 8rem;
    text-align: left;
    width: auto;
    line-height: 7rem;
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
    padding: 0 5%;
    font-weight: 500;
    font-style: normal;
}
.main .kv .pickup{
    display: block;
    width: auto;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    line-height: 5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    color: #000;
    margin-top: 0;
    
}
.main .kv .pickup_txt{
    color: #000;
    padding: 0 5%;
}
.main .kv .pickup::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 20px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

.btn_space{
    display: block;
    width: 250px;
    margin: 0 auto 100px;
}
.btnanime_space{
    display: block;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 5%;
}
.white_button{
    position: relative;
    border: 3px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px auto 0;
    color: #000;
    background-color: #fff;
    width: 250px;
    padding: 0 15px;
    font-size: 1.5rem
}
.white_button img{
    width: 15%!important;
    margin: 0!important;
}
.white_button::after{
    position: absolute;
    content: "";
    top: 50%;
    width: 35px;
    height: 3px;
    background-color: black;
    right: -30px;
}
.black02_button{
    border: 3px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    color: #fff;
    background-color: #000;
    width: 280px;
    padding: 0 15px;
    position: relative;
}
.black02_button img{
    width: 15%;
}
.black02_button::after{
    position: absolute;
    content: "";
    top: 50%;
    width: 35px;
    height: 3px;
    background-color: black;
    right: -30px;
}
.btn_space a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s;
  }
  .btn_space a::before {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: -1;
    opacity: 0;
    transition: .3s;
  }
  .btn_space a:hover {
    transform: translateY(-7px);
  }
  .btn_space a:hover::before {
    transform: translateY(7px);
    opacity: 1;
  }
.scroll {
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 3s infinite;
}
@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
.content{
    display: block;
    margin-top: 100px;
}
.article_01{
    position: relative;
    font-size: 24px;
    text-align: center;
    margin-bottom: 70px;
    color: #000;
    padding: 100px 0 50px;
}
.article_02{
    display: block;
    background-color: #515153;
    padding: 100px 0;
}
.slick-img{
    border: 1px solid #000;
    border-radius: 25px;
    background-color: #fff;
}
.slick-img a:hover{
    opacity: 0.6;
    transition: .4s
}
.slick-img p{
    margin: 0;
    font-size: 1.2rem!important;
    text-align: left;
    line-height: 1.8rem;
}
.black_button{
    background-color: #000;
    width: 150px;
    border-radius: 25px;
    margin: 20px auto;
    font-size: 1.3rem;
    padding: 5px;
    position: relative;
}
.black_button::after{
    position: absolute;
    content: "";
    top: 50%;
    width:80px;
    height: 1px;
    background-color: black;
}

.footer{
    margin: 200px 50px 50px;  
    background-color: #efefef;  
}
.footer img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.footer_icon{
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
    align-items: center;
}
.recruitment-image{
    margin-bottom: 50px;
}
.sakura_bn img{
    padding: 0 50px;
}


.site-center {
    display: block;
    width: calc((100% / 3) - 6.6875rem);
    margin: 0 auto;
    overflow: hidden;
    color: #000;
    margin-left: 7.6875rem;
    margin-right: auto;
    background-color: #EFEFEF;
    position: relative;
    left: 0;
}

.site-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    z-index: 85;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 7.6875rem;
    height: 100%;
    padding: 0;
    background-image: url(../img/common/l-header__line.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
}
.site-left-name{
    display: flex ;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 60%;
    position: absolute;
    margin: 0 auto;
    width: 99.99%;
    top: 10%;
}
.site-left-name h1 img{
    width: 45%;
    display: block;
    margin: 0 auto;
}
.site-left .left-btn{
    position: absolute;
    bottom: 0;
}
.copyright{
    writing-mode: vertical-rl;
}
.left-btn img{
    padding-bottom: 10px;
}
.site-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: calc((100% / 3)* 2);
    height: 100vh;
    overflow: hidden
}
.site-right .movie_content{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77777778vh;
    min-width: 100%;
    height: 56.25vw;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.right_upper_background-img{
    position: absolute;
    top: -16%;
}
.right_illustration{
    position: absolute;
    width: 26%;
    bottom: 5%;
    right: 15px;
    animation: shake-up 3s infinite ease-in-out;
    z-index: 10;
}
@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}
.site_logo {
    display: block;
    width: 152px
}

.site_logo>img {
    display: block;
    width: 100%
}

.site_navigation_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    column-gap: 52px;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.site_navigation_list_item {
    display: block;}
.site_navigation_list_item p{
    font-size: 1.8rem;
    color: #184C3D;
    margin: 20px;
    font-family: Zen Maru Gothic;
    background-image: url(../img/top/menu_bgi-img.png);
    width: 190px;
    height: 55px;
    background-size: cover;
    line-height: 5rem;
}
.site_navigation_list_item p::after{
    content: "";
    background-image: url(../img/top/menu_bgi-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    position: relative;
}
.site_navigation_list_item a{
    text-decoration: none;
}
.reservation-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    /* border: #fff solid 1px; */
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: Zen Maru Gothic;
    margin: 30px 0 18px;
}
.reservation-btn-R:hover {
    background: #FFF;
    color: #184C3D;
    border: #184C3D solid 1px;
}
.reservation-btn-R::before {
    content: "";
    background-image: url(../img/top/menu_logo_reservation-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.reservation-btn-R:hover::before {
    background-image: url(../img/top/menu_logo_reservation_green-img.png);
}

.site_navigation_list_item_inner {
    -webkit-transition: -webkit-transform .3s ease;
    display: block;
    /* width: 22px; */
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.site_navigation_list_item_inner>img {
    display: block;
    width: 100%
}

/* .header_logo a,
.header_logo img {
    display: block;
    width: 100%
} */

.main {
    display: block;
    width: 100%;
    background-color: #EFEFEF;
/*    background-color: #fff;*/
    margin-bottom: 100px;
}
.main_au {
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 100px;
}
.hrline {
/*    width: 86%;*/
    margin: 10%;
    background-color: #fff!important;
}
.lineau {
    margin: 0;
    padding: 0;
    display: block;
}

.site-right .top-movie{
    width: 100%;
    position: relative;
    top: 0;
    height: 100vh;
    object-fit: cover;
    background-color: #000;
}
.button_black{
    margin: 10px 0;
}
.button_black a {
    background: #000;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 285px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
}
.button_black a:hover {
    background: #eee;
    color: #000;
}
.button_black a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_black a:hover:after {
    border-color: #000;
}
.button_white{
    margin: 10px 0;
    display: flex;
}
.button_white a {
    background: #fff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 285px;
    padding: 10px 25px;
    color: #000;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
}
.button_white a:hover {
    background: #000;
    color: #fff;
}
.button_white a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_white a:hover:after {
    border-color: #fff;
}
/* **スライダー******************************** */
.slider_content ul{
    padding-left: 0;
    margin-bottom: 150px;
}
.slider_content ul li{
    margin: 0px 5px;
    width: 250px!important;
    padding: 20px 20px 0;
}
.slick-next {
    /* right: 35px; */
    display: none!important;
}
.slick-prev {
    /* left: 35px!important;
    z-index: 2; */
    display: none!important;
} 
.slick-prev:before {
    content: '<'!important;
    color: #fff!important;
    font-size: 35px!important;
    font-weight: bold!important;
}
/* 中央以外のスライド */
.slick-img img {
    height: auto;
    /* opacity: .3; */
    /* transform: scale(.8); */
    transition: opacity .5s, transform .5s;
    width: 100%;
  }
  /* 中央のスライド */
  /* .slider .slick-center img {
    opacity: 1;
    transform: scale(1);
  } */
  #modal-container {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .modal-container_img {
      display: flex;
      height: 100vh;
      justify-content: center;
      align-items: center;}
     .modal-container_img img {
        max-width: calc(100vw - 30px);
        max-height: calc(100vh - 30px);
      }

  img.popup {
    cursor: pointer;
  }

.scroll {
    position  : absolute;
    font-size : 13px;
    writing-mode : vertical-rl;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
.scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll 3s infinite;
}
@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

  /* ===ハンバーガーメニュー====================================================================== */
  /* ハンバーガーボタンのデザイン */
.drawer__button {
    position:fixed;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999; 
    right: 25px;
    top: 20px;
  }

  .hamburger-morph {
    position: fixed;
    top: 20px;
    right: 8px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  
  .hamburger-morph__icon {
    width: 100%;
    height: 100%;
  }
  
  .hamburger-morph__line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 60 207;
  }
  
  .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 60 60;
  }
  
  .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 60 207;
  }
  
  .hamburger-morph.active .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  
  .hamburger-morph.active .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
  }
  
  .hamburger-morph.active .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  
  .nav-morph {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(29, 29, 31, 0.98);
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
  }
  
  .nav-morph.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
  }
  
  .nav-morph__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10%;
    width: 100%;
    height: 100%;
  }
  .nav-morph__list{
    width: 50%;
    display: flex
;
    align-items: flex-start;
  }
  .nav-morph__list_inner {
    width: 45%;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    text-align: justify;
  }
  .nav-morph__list_title{
    width: 80%;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .nav-morph__margin{
    margin-top: 100px;
  }
  .menu_logo{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu_logo img{
    display: block;
    margin: 0 auto;
    width: 30%;
  }
  .inquiry_btn{
    margin-top: 10%;
    display: flex;
    align-items: center;
  }
  .inquiry_btn img{
    width: 55% !important;
    margin: 30px 0 0;
  }
  /* .nav-morph__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  } */
  
  /* .nav-morph.active .nav-morph__item {
    opacity: 1;
    transform: translateY(0);
  } */
  
  /* .nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
  .nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
  .nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
  .nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; } */
  
  .nav-morph__link{
    text-decoration: none;
    
  }
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/* ========================================================================= */
.nav-morph__list_icon{
    display: none;
}
.marquee{
    color: #fff;
    font-size: 9rem;
    font-weight: bold;
    padding-left: 100%;
    width: fit-content;
    white-space: nowrap;
  }
  

.marquee-1{
    animation: marquee-top 15s steps(1000, end) infinite;
    position: absolute;
    top: 10%;
    z-index: 1;
}
.marquee-2{
    animation: marquee 18s steps(1000, end) infinite;
    position: absolute;
    top: 30%;
    z-index: 1;
}
.marquee-3{
    animation: marquee-bottom 12s steps(1000, end) infinite;
    position: absolute;
    top: 50%;
    z-index: 1;
}
@keyframes marquee-top {
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marquee {
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marquee-bottom {
    100% {
      transform: translateX(-100%);
    }
  }
  #youtube-wrap::after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
  .eapps-instagram-feed-posts-grid-load-more-visible {
    display: none!important;
  };

  .pc___{
    display: none;
}

@media screen and (min-width:768px) {

    .hide-pc {
        display: none !important;
    }

    .site_logo {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .site_logo:hover {
        opacity: .6
    }

    .site_navigation_list_item_inner:hover {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    .header_logo a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .header_logo a:hover {
        opacity: .6
    }
    /* .enjoy-munsic-logo-img{
        width:20%;
        display: block;
        margin: 150px auto 50px!important;
    } */
}

@media screen and (max-width:767px) {
    .hide-sp {
        display: none !important
    }
    body {
        font-size: 1.4rem
    }
    /* .txt{
        margin: 0;
        line-height: 2rem;
    } */
    .loader_image {
        width: 40vw;
    }
    .sp___{
        display: none;
    }
    .menuSP {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 90;
        position: fixed;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        width: 100%;
        height: 49px;
        gap: 3px;
        background-color:#515153;
    }
    .menuSP a{
        text-decoration: none;
    }
    .menuSP_btn {
        display: block;
        width: calc(50% - 1.5px);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .nav-morph {
        clip-path: circle(0% at calc(100% - 44px) 44px);
        transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
      }
      
      .nav-morph.active {
        clip-path: circle(150% at calc(100% - 44px) 44px);
      }
    .nav-morph__list_title{
        font-size: 1.7rem;
    }
    .nav-morph__list_icon{
        margin-top: 2%;
        display: flex;
        align-items: center;
    }
    .nav-morph__list_icon img{
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .nav-morph__list_inner{
        width: 50%;
    }
    .nav-morph__item{
        margin-bottom: 15px;
    }
    .nav-morph__wrapper{
        align-items: center!important;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 18%;
        justify-content:unset;
    }
    .nav-morph__list{
        width: 100%;
        margin: 60px 0 10px;
        justify-content: center;
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding: 0 10px 0 50px;
    }
    .nav-morph__margin {
        margin-top: 50px;
    }
    .site-right {
        display: block;
        width: 100%;
        height: auto;
        position:unset;

    }
    .site-right .top-movie{
        position: relative;
        width: 100%;
        height: 420px;
        max-height: 620px;
    }
    .site-center{
        width: 100%;
        margin: 0;
    }
    .menuSP_btn_map{
        text-align: center;
        margin: 10px;
    }
    .menuSP_btn_instagram{
        text-align: center;
        margin: 10px;
    }
    .menuSP_centerbtn{
        border-right: 1px solid;
        border-left: 1px solid;
    }

     .drawer__button{
        bottom: 0px;
        top: unset!important;
     }

     .drawer__button::after {
        top: 8px!important;
        right: 60px;
        font-size: 15px;
        content: "Menu";
        color: #fff;
        position: absolute;
    }
    .drawer__button.active::after{
        content: "Close"!important;
    }
    /* .drawer__nav.active .drawer__nav__inner {
        display: block!important;
        padding: 10rem 1.5rem 1rem;
    } */
    .drawer__nav__inner__left {
        width: 100%!important;
    }
    .drawer__nav__inner__right{
        width: 100%!important;
    }
    .drawer__nav__menu {
        position: unset!important;
        top: unset;
        margin-left: unset;
        margin-left: 0!important;
        text-align: center;
        margin-top: 65px;
    }
    .drawer__nav__item__logo{
        justify-content: center;
    }
    .movie{
        height: 470px;
        position: relative;
    }
    .top-logo-sp{
        background-color: #000;
        /* height: 115px; */
        position: relative;
        z-index: 10;
    }
    .top-logo-sp img{
        width: 85%;
        display: block;
        margin: 0 auto;
        padding: 20px 0;
    }
    .kv {
        padding: 0 30px;
    }
    .article_01{
        margin-bottom:unset
    }
    h2 {
        font-size: 5rem;
        margin-top: 170px;
        line-height: 6rem;
        font-weight: 900;
        font-style: normal; 
    }
    .pickup_txt{
        margin-bottom: 100px;
    }
    .btn_space {
        width: 210px;
    }
    .btnanime_space {
    display: block;
    width: 100%;
    padding: 0 5%;
    }
    .white_button img {
        width: 15%;
    }
    .content {
        margin-bottom: 100px;
    }
    .p_adjustment{
        margin-top: 100px;
    }
    .white_button {
        width: 210px;
        font-size: 1.3rem;
    }
    .white_button img {
        width: 13%;
    }
    .black02_button {
        width: 220px;
        font-size: 1.2rem;
    }
    .black02_button img {
        width: 13%;
    }
    .right_illustration{
        width: 53%;
        right: 23%;
        z-index: 10;
        bottom: -3%;
    }
    .ios .right_illustration{
        bottom: -25%;
    }
    .android .right_illustration{
        bottom: 9%;
    }
}

@media screen and (min-width:2000px) {
    
.right_upper_background-img{
    position: absolute;
    top: -30%;
}
@media (min-width: 768px) and (max-width: 959px){
    .hide-pc1000 {
        display: none !important
    }
    
}



/*# sourceMappingURL=map/style.css.map */