@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/* POPUP */
.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
}
.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #FFFFFF;
text-align: center;
z-index: 2000;
padding: 40px;
max-width: 600px;
border-radius: 20px;
width: 90%;
}
.layer_board h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  background-color: #F9BC43;
  color: #5C4B5B;
  padding: 0.5em;
  border-radius: 5px;
  line-height: 1;
}
.layer_board p {
line-height: 1.7;
}
.layer_board p span{
font-weight: 700;
border-bottom: 1px solid #5C4B5B;
}
a.btn_close {
display: block;
text-decoration: none;
background: #5C4B5B;
color: #fff;
text-align: center;
width: 50px;
height: 50px;
margin: 0 auto;
border-radius: 50px;
position: absolute;
right: -10px;
top: -10px;
border: 3px solid #FFFFFF;
background-image: url("../css/images/close.png");
background-position: center;
background-repeat: no-repeat;
background-size: 50%;
}

/* 重要なお知らせ */
.attention{
  background-color: #F9BC43;
  padding: 0 0 1.5em 0;
}
.attention .attention_wrap{
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 1em 2em 1em;
}
.attention h2{
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #5C4B5B;
  color: #FCFBF7;
  padding: 0.5em;
  line-height: 1.5;
}
.attention p{
  text-align: center;
  color: #5C4B5B;
  font-weight: 500;
}
.attention p span{
  font-weight: 700;
}
.map_box{
  text-align: center;
}
.map_box h3{
 color: #5C4B5B;
 font-weight: 700;
 font-size: 2.0rem;
 margin-bottom: 10px;
  
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
  .layer_board {

padding: 20px;
}
.layer_board h2 {
  font-size: 1.8rem;
}
.layer_board p {
line-height: 1.7;
}
.layer_board p span{
font-weight: 700;
border-bottom: 1px solid #5C4B5B;
font-size: 1.8rem;
}
  .attention h2{
  font-size: 1.8rem;
}
  .attention p{
  text-align: left;
}
}
/*テキストボックス*/
dl.txtbox,dl.cinema_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
dl.cinema_box{
  margin-bottom: 100px;
  flex-direction: row-reverse;
}
dl.txtbox.txtbox_l{
  flex-direction: row-reverse;
}
dl.txtbox dt,dl.cinema_box dt{
width: 50%;
}
dl.txtbox dd,dl.cinema_box dd{
width: 50%;
padding: 0 20px;
}
dl.txtbox dt img,dl.cinema_box dd img{
  width: 100%;
}
dl.txtbox dd .inner,dl.cinema_box dd .inner{
width: 90%;
max-width: 500px;
margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  dl.txtbox dt{
width: 50%;
}
dl.txtbox dd{
width: 50%;
}
}
@media screen and (max-width: 991px) {
  dl.txtbox ,dl.txtbox.txtbox_l{
   flex-direction: column-reverse;
}
dl.cinema_box{
  flex-direction: column;
  margin-bottom: 60px;
}
dl.txtbox dt,dl.cinema_box dt{
width: 100%;
}
dl.cinema_box dt{
width: 100%;
margin-bottom: 60px;
}
dl.txtbox dd{
width: 100%;
padding: 0 20px;
margin-bottom: 60px;
}
dl.cinema_box dd{
width: 100%;
padding: 0 20px;
}
dl.txtbox dd .inner,dl.cinema_box .inner{
width: 90%;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*メインビジュアル*/
#main_img {
  height: calc( 100vh - 80px );
  width: calc( 100% - 80px );
  background-size: cover;
  background-position: center top;
  position: relative;
  background-image: url(../images/main_img.jpg);
  overflow: hidden;
}
.main_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 700px;
    width: 70%;
}
.main_ttl h2 {
  color: #FFFFFF;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.main_ttl p {
  color: #FFFFFF;
  font-size: 12.0rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
/*メインビジュアル*/
#main_img {
  height: 100dvh;
  width: 100%;
  background-size: cover;
  background-position: center top;
  position: relative;
  background-image: url(../images/main_img_sp.png);
  overflow: hidden;
}
}
@media screen and (max-width: 550px) {

}
/* about */
#about {
  position: relative;
}
#about .bg{
  position: relative;
  z-index: 1;
}
#about .bg::before{
  content: "";
  width: 80%;
  height: 80%;
  border-radius: 0 150px 150px 0;
  background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}
.loop-wrap {
  display: flex;
  align-items:start;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.2);
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  line-height: 1;
  margin-bottom: 100px;
}
.loop-area {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop-area .content {
  width: 1000px;
  margin-right: 40px;
}
.loop-area .content img{
  vertical-align:top;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#about h2{
  color: #F9BC43;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-top: 60px;
}
#about dl.txtbox{
  margin-bottom: 200px;
}
#about dl.txtbox:last-of-type{
  margin-bottom: 0;
}
#about .item_list h3{
  margin-top: 25px;
}
.gaiyo_box{
  border-radius: 20px; 
  /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);*/
  overflow: hidden;
  background-color: #FFFFFF;
    border: 2px solid #5C4B5B;
}
.gaiyo_box h3{
  background-color: #F9BC43;
  text-align: center;
  padding: 1em 2em;
}
.gaiyo_box dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gaiyo_box dl dt{
  width: 20%;
  text-align: center;
  padding: 1em 0.5em;
  border-bottom: 1px solid #5C4B5B;
}
.gaiyo_box dl dd{
width: 80%;
padding: 1em 0.5em;
border-bottom: 1px solid #5C4B5B;
}
.gaiyo_box dl dt:last-of-type,.gaiyo_box dl dd:last-of-type{
  border-bottom: none;
}
.gaiyo_box dl dd small{
  font-size: 80%;
  color: #707070;
}
.bt_access{
  background-color: #F9BC43;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  border-radius: 50px;
  display: inline-block;
}
.bt_access:hover{
opacity: 0.7;
}
/* menu */
.menu_wrap{
  position: relative;
}
.menu_wrap::before{
  content: "";
  width: 100%;
  max-width: 1500px;
  height: 90%;
  background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 150px;
    z-index: -1;
}
.item_list .item_box.col_box{
position: relative;
border-radius: 20px;
overflow: hidden;
margin-bottom: 0;
}
.item_list .item_box::before{
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../images/ico_zoom.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #about h2{
  font-size: 3.8rem;
  padding-top: 0;
}
}
@media screen and (max-width: 991px) {
  #about dl.txtbox{
  margin-bottom:80px;
}
}
@media screen and (max-width: 768px) {
  #about .bg::before{
  width: 80%;
  height: 80%;
  border-radius: 0 50px 50px 0;
}
    #about h2{
  font-size: 3rem;
  padding-top: 0;
}
    .loop-wrap {
  margin-bottom: 60px;
}
.loop-area .content {
  width: 800px;
}
.gaiyo_box dl dt{
  width: 30%;
  padding: 1em 0.5em;
  border-bottom: 1px solid #5C4B5B;
}
.gaiyo_box dl dd{
width: 70%;
padding: 1em 0.5em;
border-bottom: 1px solid #5C4B5B;
}
.item_list .item_box::before{
  content: "";
  width: 40px;
  height: 40px;
}
.menu_wrap::before{
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
    border-radius: 0 0 50px 50px;
}
}
@media screen and (max-width: 550px) {
      #about h2{
  font-size: 2.8rem;
  padding-top: 0;
}
.gaiyo_box dl{
  flex-direction: column;
  font-size: 1.4rem;
}
.gaiyo_box dl dt{
  width: 100%;
  padding: 1em 1em;
  border-bottom: none;
  background-color: rgb(235, 235, 235);
}
.gaiyo_box dl dd{
width: 100%;
padding: 1em 1em;
border-bottom: 1px solid #B2B2B2;
}
}
/*-------------------------------------*/
/*	cinema	*/
/*-------------------------------------*/
#cinema .box h4{
  font-size: 2.0rem;
  margin-bottom: 10px;
  font-weight: 700;
}
#cinema .box p{
font-size: 1.4rem;
}

.movie_box{
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 40px;
}
.movie_box dl{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.movie_box dl dt{
  width: 40%;
}
.movie_box dl dt span{
  font-size: 1.1rem;
  color: #707070;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
}
.movie_box dl dd{
  width: 57%;
}
.movie_box dl dd h3{
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
.movie_box dl dd h3 span{
  font-size: 4rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.movie_box dl dd h4{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3.6rem;
  color: #F9BC43;
  line-height: 1.5;
}
.movie_box dl dd p{
  font-size: 1.4rem;
}
.movie_sld.slick-dotted.slick-slider{
  margin-bottom: 150px;
}
#cinema .slick-next {
      right: -30px;
        z-index: 1;
    }
#cinema .slick-prev {
      left: -30px;
      z-index: 1;
    }
#cinema .slick-prev, #cinema .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 60px;
        height: 60px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
      z-index: 1;
    }
    
#cinema .slick-prev:before, #cinema .slick-next:before {
        font-family: none;
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      width: 60px;
        height: 60px;
      content: "";
      position: absolute;
    }
#cinema .slick-prev:before {
      background-image: url("../images/sld_l.svg");
    }
#cinema .slick-prev:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0;
      top: 0;
    }
#cinema .slick-next:before {
         background-image: url("../images/sld_r.svg");
    }
#cinema .slick-next:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: 0;
      top: 0;
    }

#cinema .slick-dots li button:before{
    font-size: 12px;
  }
#cinema .slick-dots li.slick-active button:before{
    color: #F9BC43;
  }

#cinema .slick-dots {
    bottom: -40px;
  }
/*tab*/
.tab-list {
  display: flex;
  justify-content: center;
}
.tab-item {
  width: 25%;
  padding: 1.2em 1em 1em 1em;
  border-radius: 10px 10px 0 0;
  background-color: #5C4B5B;
  color: #FCFBF7;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
  margin-right: 5px;
  font-weight: 700;
}
.tab-item:last-of-type {
  margin-right: 0;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
  color: #5C4B5B;
}
.tab-item:hover, .tab-item.is-active {
  background-color: #F9BC43;
}

/* パネル */
.panel-list {
  border-top: 5px solid #F9BC43;
}
.panel-item {
  display: none;
  width: 100%;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .movie_box{
  padding: 40px;
  border-radius: 20px;
}
  .movie_box dl{
  flex-direction: column-reverse;
}
.movie_box dl dt{
  width: 100%;
}
.movie_box dl dt span{
  font-size: 1.1rem;
  color: #707070;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
}
.movie_box dl dd{
  width: 100%;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
  .movie_box dl dd h3{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.movie_box dl dd h3 span{
  font-size: 2.6rem;
}
.movie_box dl dd h4{
  font-size: 2.4rem;
  margin-bottom: 10px;
}
 #cinema .slick-next {
        right: -15px;
          z-index: 1;
      }
      #cinema .slick-prev {
        left: -15px;
        z-index: 1;
      }
      #cinema .slick-prev, #cinema .slick-next {
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: 50%;
          display: block;
          width: 30px;
          height: 30px;
          padding: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          cursor: pointer;
          color: transparent;
          border: none;
          outline: none;
          background: transparent;
        z-index: 1;
      }
      
      #cinema .slick-prev:before, #cinema .slick-next:before {
          font-family: none;
          font-size: 20px;
          line-height: 1;
          opacity: 1;
          color: white;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        width: 30px;
          height: 30px;
        content: "";
        position: absolute;
      }
      .tab-item {
  width: 48%;
}
}
@media screen and (max-width: 550px) {
  #cinema .box h4{
  font-size: 1.8rem;
}
  #cinema .box p{
font-size: 1.4rem;
}
  .movie_box{
  padding: 20px;
}
}
/*-------------------------------------*/
/*	access	*/
/*-------------------------------------*/
#access dl.access_list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access dl.access_list > dt{
  text-align: center;
  width: 30%;
}
#access dl.access_list > dd{
  width: 65%;
}
#access dl.access_list > dt span{
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
  color: #5C4B5B;
  background-color: #FFFFFF;
  border: 1px solid #5C4B5B;
  padding: 0.5em 1em;
  line-height: 1;
  border-radius: 50px;
}
#access dl.access_list dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access dl.access_list dl dt{
  width: 35%;
  border-right: 1px solid #5C4B5B;
  padding: 0.5em;
  font-weight: 400;
}
#access dl.access_list dl dd{
  width: 60%;
  padding: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #access dl.access_list {
  margin-bottom: 60px;
  flex-direction: column;
}
#access dl.access_list > dt{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
#access dl.access_list > dd{
  width: 100%;
}
#access dl.access_list dl{
  margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.5;
  color: #5C4B5B;
  font-weight: 700;
}
.ttl span {
  font-size: 7rem;
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #F9BC43;
  margin-bottom: 10px;
}
.ttl02 {
  font-size: 2.6rem;
  color: #5C4B5B;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
}
.ttl03 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
 color: #F9BC43;
  font-weight: 700;
}
.ttl03 span {
  font-size: 5rem;
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ttl04 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #5C4B5B;
  position: relative;
  padding-left: 60px;
}
.ttl04 img{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.ttl04 span {
font-family: "Inter", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.base_list li:not(:last-child) {
  margin-bottom: 30px;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto ;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
  /* Item Box 上部余白 */
  .item_list .item_box:nth-of-type(3n+1) { /* 3の倍数+1(＝1,4,7……)番目 */
    padding-top: 0px;
  }
  .item_list .item_box:nth-of-type(3n+2) { /* 3の倍数+2(＝2,5,8……)番目 */
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
.ttl {
  font-size: 1.6rem;
}
.ttl span {
  font-size: 4rem;
}
.ttl02 {
  font-size: 2.0rem;
}
.ttl03 {
  font-size: 1.4rem;
}
.ttl03 span {
  font-size: 3rem;
}
.ttl04 {
  font-size: 1.4rem;
  padding-left: 50px;
  margin-bottom: 20px;
}
.ttl04 img{
  width: 40px;
}
.ttl04 span {
  font-size:2.4rem;
  margin-bottom: 5px;
}
}
@media screen and (max-width: 550px) {

}