@charset 'UTF-8';
/*  Add Custom CSS here.  */

@media (min-width: 768px) {
  #culture .cultureBox2 .box2 .txtBox {
      letter-spacing: 0.5px;
  }
}
.disLink{
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.moviebox{
  margin-top: 55px;
}
.moviebox .box{
  position: relative;
}
.moviebox iframe{
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.moviebox .box:nth-child(1){
  margin-bottom: 45px;
}
@media (max-width: 767px){
  .instagram_icon_footer{
    margin-top: 20px;
    display: inline-block;
  }
  .guidelineWrap .anchordiv a{
    margin-bottom: 10px;
  }
  .moviebox{
    margin-top: 40px;
  }
  .moviebox .box:nth-child(1){
    margin-bottom: 25px;
  }
  .topWrap .box_youtube{
    background: none;
  }
}

/*=============================
  Modify 2023.09.14
===============================*/
.footer .footerWrap .ulnavi .icon1{
  margin-right: 10px;
}
.footer .footerWrap .div04 a{
  white-space: nowrap;
}
.footer .footerWrap.container{
  max-width: 1140px;
  width: 100%;
}
@media (min-width: 768px) {
  .footerWrap>div{
    display: flex;
  }
  .footer .footerWrap .div02{
    width: 33%;
  }
  .footer .footerWrap .ulnavi.ul01{
    width: 45%;
  }
  .footer .footerWrap .div03{
    width: 20%;
  }
}

@media (max-width: 767px){
  .footer .footerWrap .div04{
    margin-bottom: 30px;
  }
  .footer .footerWrap .div04 a{
    padding-bottom: 5px;
    font-size: 13px;
  }
  .footer .footerWrap .ulnavi .icon1{
    margin-right: 6px;
    position: relative;
    top: -6px;
    left: -5px;
  }
}