@charset "UTF-8";


/********** #wrapper **********/
#wrapper {
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  max-width: inherit;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 1010px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-40 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-00 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-00 > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xl-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .gutter-sm-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .gutter-md-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .gutter-lg-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xl-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-xl-5-5, .col-xl-5-4, .col-xl-5-3, .col-xl-5-2, .col-xl-5-1, .col-lg-5-5, .col-lg-5-4, .col-lg-5-3, .col-lg-5-2, .col-lg-5-1, .col-md-5-5, .col-md-5-4, .col-md-5-3, .col-md-5-2, .col-md-5-1, .col-sm-5-5, .col-sm-5-4, .col-sm-5-3, .col-sm-5-2, .col-sm-5-1, .col-xs-5-5, .col-5-5, .col-xs-5-4, .col-5-4, .col-xs-5-3, .col-5-3, .col-xs-5-2, .col-5-2, .col-xs-5-1, .col-5-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xs-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xs-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xs-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xs-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-sm-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-sm-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-sm-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-sm-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-md-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-md-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-md-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-md-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-lg-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-lg-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-lg-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-lg-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 1200px) {
  .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xl-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xl-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xl-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xl-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
/********** Justify設定 **********/
.text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

@media (min-width: 0px) {
  .text-xs-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

html {
  background-color: #000000;
}

#wbg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--viewWidth);
  height: 100vh;
  background: url(../img/bg_sec03.jpg) no-repeat center/cover;
}
#wbg .txtImg {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
  opacity: 0;
  width: 80%;
  transition: all 2.2s ease;
  filter: blur(20px);
}
@media (min-width: 768px) {
  #wbg .txtImg {
    width: 40.5729166667%;
  }
}
#wbg.active .txtImg {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  filter: blur(0);
  opacity: 1;
}

.secBox {
  width: var(--viewWidth);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.secBox.type01 {
  padding-top: 60px;
  aspect-ratio: 4/4;
  background-color: #000000;
}
@media (min-width: 768px) {
  .secBox.type01 {
    height: auto;
    aspect-ratio: 1920/1180;
  }
}
.secBox.type01 .secBg01 {
  position: relative;
  aspect-ratio: 1920/1180;
}
.secBox.type01 .secBg01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_sec01.png) no-repeat center/cover;
  opacity: 0;
  filter: blur(10px);
  transition:
  opacity 4s ease,
  filter 4s ease;
}
.active.secBox.type01 .secBg01::before {
  opacity: 1;
  filter: blur(0);
}
.secBox.type01 .txtImg {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 0;
  filter: blur(20px);
  transition:
    opacity 4s ease,
    filter 4s ease;
}

@media (min-width: 768px) {
  .secBox.type01 .txtImg {
    bottom: 16.9491525424%;
    width: 53.8020833333%;
  }
}
.secBox.type01 .logo {
  position: absolute;
  width: 30%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0) scale(.9);
  opacity: 0;
  filter: blur(25px);
  transition:
  opacity 3.5s ease 1s,
  filter 3.5s ease 1s,
  transform 3.5s ease 1s;
}
.secBox.active.type01 .logo {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, 0) scale(1);
  text-align: center;
}
@media (min-width: 768px) {
  .secBox.type01 .logo {
    top: 27.1186440678%;
    width: 13.3333333333%;
  }
}
.secBox.type02 {
  background-image: url(../img/bg_sec02.png);
  background-position: center top;
}
.secBox.type02 .secBg02.secFade {
    text-align: center;
    opacity: 0;
    filter: blur(10px);
    transition:
    opacity 2s,
    filter 2s,
    transform 2s ;
  }
  .secBox.type02 .secBg02.secFade.active {
    opacity: 1;
    filter: blur(0);
}

@media (min-width: 768px) {
  .secBox.type02 .secBg02 {
    padding: 0 5.2% 5.2%;
  }
}
.secBox.type02 .txtImg {
  width: 100%;
  padding: 15px;
  opacity: 0;
  filter: blur(10px);
  transition:
  opacity 1s ease ,
  filter 1s ease ,
  transform 1s ease ;
}
.secBox.type02 .txtImg.secFade.active {
    opacity: 1;
    filter: blur(0);
  }
@media (min-width: 768px) {
  .secBox.type02 .txtImg {
    right: 2%;
    position: absolute;
    padding: 0;
    bottom: 5.0847457627%;
    width: 46.875%;
  }
}
.secBg03 img {
  width: 100%;
}
.secBox.type03 {
  height: 100vh;
  align-content: center;
}
@media (min-width: 768px) {
  .secBox.type03 {
    height: 150vh;
  }
}
.secBox.type04 {
  background-image: url(../img/bg_sec04.jpg);
  background-position: center center;
  height: 100vh;
}
.secBox.type04 .txtImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  width: 100%;
  padding: 15px;
  opacity: 0;
  filter: blur(20px);
  transition:
  opacity 2s ease ,
  filter  ease 2s;
}
@media (min-width: 768px) {
  .secBox.type04 .txtImg {
    width: 44.4791666667%;
    padding: 0;
  }
}
.secBox.type04 .txtImg2 {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  padding: 15px;
  opacity: 0;
  filter: blur(10px);
  transition:
  opacity 3s ease ,
  filter  ease 3s;
}
@media (min-width: 768px) {
  .secBox.type04 .txtImg2 {
    width: 34.2708333333%;
    left: 2%;
    padding: 0;
  }
}
.secBox.active .txt {
  opacity: 1;
}
.secBox.active.type01 .txtImg {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  filter: blur(0); 
  text-align: center;
  transition:
  opacity 2s ease 3s,
  filter 2s ease 3s;
}
.secBox.active.type02 .txtImg {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: blur(0);
  opacity: 1;
}
.secBox.active.type04 .txtImg {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
    filter: blur(0);
}
.secBox.active.type04 .txtImg2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}

/* section_title
=========================== */
.section_title {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'EB Garamond', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 42px;
    letter-spacing: 0.1em;
    line-height: 1;
    opacity: 0;
    filter: blur(10px);
    transition:
    opacity 2s,
    filter 2s,
    transform 2s ;
  }
  .section_title.secFade.active {
    opacity: 1;
    filter: blur(0);
  }
.section_title .title_s {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.section_title:before,
.section_title:after {
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
}
.section_title.left:before {
  width: 10%;
}
.section_title.left:after {
  flex-grow: 1;
}
.section_title.right:before {
  flex-grow: 1;
}
.section_title.right:after {
  width: 10%;
}
.section_title:before {
    margin-right: 20px;
}
.section_title:after {
    margin-left: 20px;
}

.font {
  font-family: "Zen Old Mincho", serif;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width:768px) {
  .section_title {
      font-size: 26px;
    }
  .section_title .title_s {
    font-size: 18px;
  }
  .section_title:before {
    width: 10%;
  }
  .section_title:after {
      flex-grow: 1;
  }
  .section_title:before {
      margin-right: 10px;
  }
  .section_title:after {
      margin-left: 10px;
  }
}

/* lineup
========================= */
.lineup {
  overflow: hidden;
  position: relative;
  background-color: #000;
  padding-bottom: 140px;
}
.lineup_bg {
  position: absolute;
  width: 105%;
  left: -64px;
}
.lineup_bg01 {
  top: 2%;
}
.lineup_bg02 {
  top: 40%;
}
.lineup_bg img {
  width: 120%;
  opacity: .2;
}
.inner {
  width: 90%;
  margin-inline: auto;
}
.lineup_contents {
  margin-top: 80px;
}
.lineup_item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
  opacity: 0;
  filter: blur(10px);
  transition:
  opacity 2s,
  filter 2s,
  transform 2s ;
}
.lineup_item + .lineup_item {
  margin-top: 50px;
}
.lineup_item.secFade.active {
  opacity: 1;
  filter: blur(0);
}
.lineup_item.row-reverse {
  flex-direction: row-reverse;
}
.lineup_img {
  /* width: 100%; */
  /* flex-shrink: 0; */
  /* flex: 1; */
}
.lineup_body {
  width: 100%;
  max-width: 450px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lineup_title {
  font-family: 'EB Garamond', serif;
  font-size: 32px;
  letter-spacing: .08em;
  line-height: 1.5;
}
.lineup_text {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.8;
}
.btn {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/btn_bg.png) no-repeat center center / cover;
  width: 100%;
  max-width: 224px;
  box-sizing: border-box;
  height: 65px;
  padding-inline: 24px;
  font-size: 21px;
  letter-spacing: .1em;
  line-height: 1;
  color: #fff;
  font-family: 'EB Garamond', serif;
  transition: opacity .4s;
}
.btn_arrow {
  width: 30px;
  transition: .6s;
}
.btn:hover {
  opacity: .9;
}
.btn:hover .btn_arrow {
  transform: translateX(8px);
}

@media only screen and (max-width:1440px) {
  .lineup_img {
    width: 60%;
  }
}

  @media only screen and (max-width:1024px) {
.lineup {
  padding-bottom: 80px;
}
.lineup .inner {
  width: calc(100% - 40px);
}
.lineup_contents {
  margin-top: 50px;
}
.lineup_item + .lineup_item {
  margin-top: 60px;
}
.lineup_item,
.lineup_item.row-reverse {
  flex-direction: column;
  row-gap: 20px;
}
.lineup_img {
  width: 100%;
}
.lineup_body {
  width: 100%;
}
.lineup_title {
  font-size: 26px;
}
.lineup_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.btn {
  margin-top: 15px;
  padding-inline: 18px;
  font-size: 17px;
}
.btn_arrow {
  width: 20px;
}
}




/* movie
========================= */
.movie {
  background-color: #000;
  padding-bottom: 140px;
}
.movie_title {
  text-align: center;
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0;
  filter: blur(10px);
  transition:
  opacity 2s,
  filter 2s,
  transform 2s ;
}
.iframe_box {
  border: 1px solid #514f4f; 
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  margin-top: 50px;
  aspect-ratio: 16 / 9;
  opacity: 0;
  filter: blur(10px);
  transition:
  opacity 2s,
  filter 2s,
  transform 2s ;
  }
  .movie_title.secFade.active,
  .iframe_box.secFade.active {
    opacity: 1;
    filter: blur(0);
}
.iframe_box.secFade.active:hover {
  opacity: .7;
    transition:
  opacity .5s !important ;
}
.iframe_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe_box .movie_cover {
  overflow: hidden;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 3;
}
.iframe_box .movie_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width:768px) {
  .movie {
    padding-bottom: 40px;
  }
  .movie_title {
    font-size: 16px;
  }
  .iframe_box {
    margin-top: 12px;
  }
}