* {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body{
  background: url(../images/bg.png);
  background-size: contain;
}
img {
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  * {
    font-size: 14px;
  }
}


.btn01 {
  position: relative;
  display: block;
  width: 100%;
  background: #043BA3;
  margin: 0 auto;
}

.btn01::before {
  content: "";
  display: block;
  padding-top: 17%;
}

.btn01:hover {
  background: #000;
}

.btn01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv02_area {
  width: 36%;
}

.fv02_1_area {
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url("images/fv02_1.jpg") center/cover no-repeat;
}

.fv02_1_ttl {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 28px);
}

.fv02_1_date {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: calc(100% - 36px);
}
.fv03_ttl{
  padding: 150px 15% 25px;
}

.fv03_area {
  position: sticky;
  position: -webkit-sticky;

  top: 0;
  width: 52%;
  height: 100vh;
  justify-content: center;
  align-items: top;
  background: url("images/fv01.png") right/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 30px;
}
.fv03_menu{
  margin: 0 auto;
  width: 25%;
  text-align: center;
}
.fv03_menu li{
  margin-bottom: 20px;
}
.fv03_menu img{
   width: auto;
}
.fv03_menu li:nth-child(1) img{
  max-width: 47px;
}
.fv03_menu li:nth-child(5) img{
  max-width: 78px;
}
.fv03_menu li:nth-child(2) img{
  max-width: 82px;
}
.fv03_menu li:nth-child(3) img{
  max-width: 159px;
}
.item_list_area {
  padding: 50px 26px 60px;
}
.header {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color:#AAD8D6 ;
  margin-bottom: 70px;
}
.header img{
  width: 320px;
  margin: 0 auto;
}
.main_txt {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  background-color:#AAD8D6 ;
  margin-bottom: 70px;
}
.main_txt p{
  line-height: 2;
}

.main_kv, .main_kv2{
  width: 800px;
  margin: 0 auto 70px;
}
.item_list_title {
  width: 100%;
  padding: 74px 0;
  text-align: center;
  color: #fff;
  background-color:#AAD8D6 ;
  font-size: 34px;
  margin-bottom: 35px;
}
.item_list_title img{
  padding: 0 20%;
}
.item_list {
  margin-bottom: 68px;
}

.item_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 16px;
  width: 580px;
  margin: 0 auto;
}

.item_thumb {
  margin-bottom: 12px;
}

.item_name {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 18px;
}

.btn02 {
  display: block;
  width: 100%;
  background: #79B1AD;
  margin:0 auto;
  text-align: center;
  color: #fff;
  border-radius:40px;
  padding:18px 0;
  font-size: 21px;
  
}

.btn02:hover {
  opacity: 0.6;
}

.btn03 {
  display: block;
  width: 417px;
  color: #fff;
  font-size: 21px;
  text-align: center;
  border-radius:40px;
  padding:18px 0;
  background: #79B1AD;
  margin: 0 auto;
}

.btn03:hover {
  background: #000;
  opacity: 0.6;
}
.movie_area{
  background: #CDD6E2;
  padding: 40px 0 20px;
}
.movie_title{
  padding: 0 40% 20px;
}
video{
  width: 100%;
}
.anime1{
  transform: translateY(-50%);
  left: -100%; /* 初期位置を画面の下に設定 */
  opacity: 0; /* 初期状態を透明に設定 */
  transition: left 1.5s ease-in-out, opacity 2.5s ease-in-out;
}
.anime1.show{
  left: 50px;
  opacity: 1;
}

.anime2{
    transform: translateX(-50%);
    bottom: -100px; /* 初期位置を画面の下に設定 */
    opacity: 0; /* 初期状態を透明に設定 */
    transition: bottom 1.5s ease-in-out, opacity 2.5s ease-in-out;
}
.anime2.show{
  bottom: 30px; /* 初期位置を画面の下に設定 */
  opacity: 1;
}

  .fv02_area {
    width: 100%;
  }
  .fv02_1_area {
    height: auto;
  }
  .fv02_1_area::before {
    content: "";
    display: block;
    padding-top: 186%;
  }
  .item_name {
    font-size: 0.95rem;
  }

#lineup{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.all_items{
  width: 100%;
  padding: 80px 0;
  background-color:#AAD8D6 ;
}
.main_kv_sp{display: none;}

@media (max-width: 750px) {
  body{
    background-size: 160%;
  }
.main_kv_pc{display: none;}
.main_kv_sp{display: block; }
  .header{margin-bottom: 50px;}
  .header img{
    width: 50%;
    margin: 0 auto;
  }
  .main_txt {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    background-color:#AAD8D6 ;
    margin-bottom: 50px;
  }
  
  .main_kv, .main_kv2{
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
  .item_list_title{
    font-size:28px;
    padding: 54px 0;
  }
  .item_list_area{
    padding: 50px 15px 60px;
  }
  .btn02 {
    border-radius: 25px;
    padding:10px 0;
    font-size: 16px;
  } 
  .btn03{
    width: 88%;
  }
  .item_list ul{
    width: 100%;
  }

}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}