@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap');
.dis-pc {
  display: block;
}
.dis-sp {
  display: none;
}
/* 20230413 20th ANNIV コンテンツエリア 更新 */
/* PC */
html.overflow {
  overflow: hidden;
}
main {
  overflow-x: hidden;
}
.anniv20th {
  width: 1000px;
  margin:0 auto 80px;
  line-height: 2;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.anniv20th .anniv20th_wrap {
  position: relative;
  width: 100%;
  /* height: 1040px; */ /* 20240115 コンテンツ整理 */
  margin-bottom: 30px;
  margin-top: 100px; /* 20240115 コンテンツ整理 */
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-logo {
  width: 278px;
  /* position: absolute; */ /* 20240115 コンテンツ整理 */
  top: 34%;
  left: 50%;
  /* transform: translateX(-50%) translateY(-50%); */ /* 20240115 コンテンツ整理 */
  z-index: 20;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-txt {
  display: block;
  width: 100%;
  /* position: absolute; */ /* 20240115 コンテンツ整理 */
  top: 54%;
  left: 50%;
  /* transform: translateX(-50%) translateY(-50%); */ /* 20240115 コンテンツ整理 */
  font-size: 25px;
  line-height: 1.6;
  z-index: 20;
  color: #f8c242;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-bk {
  width: 1304px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens {
  position: relative;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li {
  position: absolute;
  width: 366px;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li p {
  width: 160px;
  position: absolute;
  top:50%;
  left:53%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
  color: #000;
  text-shadow: 
  1px 1px 2px rgba(255, 245, 167, 0.1), 
  -1px -1px 2px rgba(255, 245, 167, 0.1), 
  -1px 1px 2px rgba(255, 245, 167, 0.1), 
  1px -1px 2px rgba(255, 245, 167, 0.1), 
  1px 1px 4px rgb(255, 255, 255), 
  -1px -1px 4px rgb(255, 255, 255), 
  -1px 1px 4px rgb(255, 255, 255), 
  1px -1px 4px rgb(255, 255, 255);
  font-size: 25px;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li img {
  width: 100%;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list1 {
  width: 400px;
  top: 220px;
  left: 67.5%;
  transform: translateX(-50%) translateY(-50%);
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list2 {
  width: 306px;
  top: 385px;
  left: 85%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list3 {
  top: 743px;
  left: 85%;
  transform: translateX(-50%) translateY(-50%);
  width: 250px;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list4 {
  top: 810px;
  left: 38%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list5 {
  top: 738px;
  left: 13%;
  transform: translateX(-50%) translateY(-50%);
  width: 250px;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list5 p,
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list6 p {
  transform: translateX(-50%) translateY(-50%) scaleX(-1);
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list6 {
  top: 410px;
  left: 13.5%;
  transform: translateX(-50%) translateY(-50%);
  width: 280px;
  z-index: 20;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list7 {
  width: 520px;
  top: 140px;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-list2 {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2147483647;
}
.modal-list2.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 2147483647;
}
.modal-list2 .modal_contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.modal-list2 .modal_content_img{
  position: relative;
}
.modal-list2 .modal_content_img img {
  display: block;
  width: 100%;
  max-width: 600px;
  position: relative;
  margin:0 auto;
  z-index: 20;
}
.modal-list2 .modal_content_img .modal-list2_text {
    position: absolute;
    color: #f7c940;
    top: 73%;
    font-size: 25px;
    z-index: 21;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    line-height: 1.5;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.modal-list2 .modal_contents .close-btn-list2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  position: relative;
  margin:30px auto 0;
  padding: 10px 0 15px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  z-index: 20;
  cursor: pointer;
}
.modal-list2 .modal_contents .close-list2 {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000b8;
  cursor: pointer;
  z-index: 10;
}
.scroll_up {
  transition: 1.25s linear;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.anniv20th .anniv20th_bnr {
  margin-bottom: 50px;
  border:1px solid #fff;
  background: #130d40;
}
.anniv20th .anniv20th_bnr img {
  display: block;
  width: 100%;
}
.anniv20th .anniv20th_bnr .anniv20th_bnr-text {
  display: block;
  padding:30px 0;
}
.anniv20th .anniv20th_bnr .anniv20th_bnr-text .anniv20th_bnr-btn {
  width: 210px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffcd22;
  margin: 30px auto 0;
}
.anniv20th .anniv20th_bnr .anniv20th_bnr-text .anniv20th_bnr-btn a {
  letter-spacing: 1px;
  font-size: 18px;
  color: #ffcd22;
}
/* .anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(1) {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 
  1px 1px 14px rgb(30, 101, 255),
  -1px -1px 14px rgb(30, 101, 255),
  -1px 1px 14px rgb(30, 101, 255),
  1px -1px 14px rgb(30, 101, 255),
  1px 1px 7px rgba(50, 115, 255, 0.501),
  -1px -1px 7px rgba(50, 115, 255, 0.501),
  -1px 1px 7px rgba(50, 115, 255, 0.501),
  1px -1px 7px rgba(50, 115, 255, 0.501);
} */
.anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(1) {
  line-height: 1.5;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #f7c940;
  text-shadow: 
  1px 1px 6px rgba(30, 101, 255, 0.2),
  -1px -1px 6px rgba(30, 101, 255, 0.2),
  -1px 1px 6px rgba(30, 101, 255, 0.2),
  1px -1px 6px rgba(30, 101, 255, 0.2);
}
.anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(1) span {
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #f7c940;
  text-shadow: 
  1px 1px 6px rgba(30, 101, 255, 0.2),
  -1px -1px 6px rgba(30, 101, 255, 0.2),
  -1px 1px 6px rgba(30, 101, 255, 0.2),
  1px -1px 6px rgba(30, 101, 255, 0.2);
}
.anniv20th-movie {
  display: block;
  width: 900px;
  margin:0 auto 50px;
}
.anniv20th-movie .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.anniv20th-movie .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* SP */
@media screen and (max-width:769px) {
  .anniv20th {
    width: 100%;
    margin:15vw auto 10vw;
    font-size: 3.9vw;
  }
  .anniv20th .anniv20th_wrap {
    /* height: 100vw; */ /* 20240115 コンテンツ整理 */
    /* margin-bottom: 15vw; */ /* 20240115 コンテンツ整理 */
    margin-bottom: 10vw; /* 20240115 コンテンツ整理 */
    margin-top: 15vw; /* 20240115 コンテンツ整理 */
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-logo {
    width: 35vw;
    top: 35vw;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-txt {
    /* position: absolute; */ /* 20240115 コンテンツ整理 */
    top: 62vw;
    font-size: 3.5vw;
    width: 86%; /* 20240115 コンテンツ整理 */
    line-height: 1.8; /* 20240115 コンテンツ整理 */
    margin-top: 0.2em; /* 20240115 コンテンツ整理 */
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(1) {
    line-height: 1.5;
    font-size: 30px;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-bk {
    width: 100%;
    transform: translateX(-50%) scale(1.25);
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li {
    width: 48%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li p {
    width: 21vw;
    font-size: 3vw;
    letter-spacing: .5px;
    line-height: 1.25;
    font-weight: 300;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list1 {
    width: 52%;
    top: 16vw;
    left: 74%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list2 {
    width: 37%;
    top: 36vw;
    left: 83%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list3 {
    width: 29%;
    top: 87.5vw;
    left: 82%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list4 {
    top: 93vw;
    left: 48%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list5 {
    top: 87vw;
    left: 14%;
    width: 29%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list6 {
    top: 35vw;
    left: 17%;
    width: 29%;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list7 {
    width: 60%;
    top: 3vw;
    left: 21%;
  }
  .anniv20th .anniv20th_bnr {
    width: 96%;
    margin: 0 auto 4vw;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text {
    padding: 6vw 0;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text .anniv20th_bnr-btn {
    width: 24vw;
    height: 7vw;
    margin: 4vw auto 0;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text .anniv20th_bnr-btn a {
    font-size: 2.25vw;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(1) {
    font-size: 4.4vw;
    font-weight: 300;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(1) span {
    font-size: 4vw;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(2) span {
    font-size: 2.8vw;
    font-weight: 300;
  }
  .anniv20th .anniv20th_bnr .anniv20th_bnr-text p:nth-of-type(2) {
    font-size: 4.25vw;
  }
  .modal-list2 .modal_content_img{
    position: relative;
  }
  .modal-list2 .modal_content_img img {
    display: block;
    width: 94%;
    max-width: 600px;
/*    position: fixed;*/
/*    top:50%;*/
/*    left:50%;*/
/*    transform: translateX(-50%) translateY(-50%);*/
    z-index: 20;
  }
  .modal-list2 .modal_content_img .modal-list2_text {
    position: absolute;
    color: #f7c940;
    top: 76%;
    font-size: 3.8vw;
    z-index: 21;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    line-height: 1.5;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  html[lang=en] .modal-list2 .modal_content_img .modal-list2_text,
  html[lang=es] .modal-list2 .modal_content_img .modal-list2_text {
    top: 74%;
  }

  .modal-list2 .modal_contents .close-btn-list2 {
    width: 24vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5vw 0;
    bottom: 20px;
    font-size: 4vw;
  }
  .anniv20th p {
    width: 100%;
    margin: 0 auto;
  }
  .anniv20th-movie {
    display: block;
    width: 96%;
    margin:0 auto 4vw;
  }
  .dis-sp {
    display: block;
  }
  .dis-pc {
    display: none;
  }
}

#modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  z-index: 100;
}
#modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
  color:#fff;
  z-index: 0;
}
#modal .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10%;
  right: 10%;
  background: #fff;
  border-radius: 50%;
  z-index: 50;
  cursor: pointer;
}
#modal .close span {
  display: block;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: #000;
  z-index: 0;
}
#modal .close span:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#modal .anniv20th-movie {
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
}
#modal.show {
  display: block;
}

/*20230929 追加*/
/*.tn2023 {  背景あり
  display: block;
  position: relative;
  background: #0c1233;
  border-left: #fbf191 solid 5px;
  border-right: #fbf191 solid 5px;
  border-bottom: #fbf191 solid 5px;
  color: #fff;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Noto Sans JP', serif;
  overflow: hidden;
}
.tn2023:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 489px;
  height: 1051px;
  background: url(../../img/tn2023/tn2023_bg.png) no-repeat;
  z-index: 0;
}*/
.tn2023 {  /*背景なし黒バック*/
  display: block;
  position: relative;
  background: #030201;
  border-left: #fbf191 solid 5px;
  border-right: #fbf191 solid 5px;
  border-bottom: #fbf191 solid 5px;
  color: #fff;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Noto Sans JP', serif;
  overflow: hidden;
}

.tn2023_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.tn2023 .item_img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: -122px;
  margin-bottom: -334px;
}
.tn2023 .item_info {
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 10px auto 20px;
  z-index: 1;
}
.tn2023 .item_detail {
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.7em;
}
p.catch_txt{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  z-index: 2;
  color: #f9d769;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0 0 10px #000000;
}
.item_date_pickup{
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  z-index: 2;
  color: #d3b248;
  line-height: 1.5em;
}
.anniv20th_tn2023_bnr-btn{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: #c1a23e;
  padding: 10px 75px;
  position: relative;
  display:inline-block;
  text-align:center;
  margin-bottom:50px;
  border-radius: 50px;
}
.anniv20th_tn2023_bnr-btn::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #FFF;
  transition: .3s;
}
.anniv20th_tn2023_bnr-btn::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  transform: rotate(-135deg);
  transition: .3s;
}
.anniv20th_tn2023_bnr-btn:hover::before{
  right: 10px;
  width: 30px;
}
.anniv20th_tn2023_bnr-btn:hover::after{
  right: 10px;
}
.anniv20th_tn2023_bnr-btn a{
  color: #fff;
}
.anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list4 img {
  width: 576px;
}
.centerimg{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  max-width: 100%;
}
.dis-pc{
  display:block;
}



/* SP */
@media screen and (max-width:769px) {
  .tn2023 {
    border-left: #fbf191 solid 2px;
    border-right: #fbf191 solid 2px;
    border-bottom: #fbf191 solid 2px;
    width: 96%;
    margin: 0 auto 30px auto;
  }
  .tn2023_header {
    width: 96%;
    margin: 0 auto;
  }
  p.catch_txt {
    font-size: 24px;
    line-height: 1.25em;
  }
  .tn2023 .item_detail {
    font-size: 15px;
  }
  .item_date_pickup {
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 1em !important;
  }
  .anniv20th_tn2023_bnr-btn {
    font-size: 15px;
    padding: 10px 50px;
    margin-bottom: 20px;
  }
  .anniv20th .anniv20th_wrap .anniv20th_wrap-contens li.list4 img {
    width: 100%;
  }
  .centerimg{
    margin-bottom: 20px;
  }
  .centerimg img{
    width: 50%;
  }
  .tn2023 .item_img {
    margin-top: -55px;
    margin-bottom: -123px;
  }
  .tn2023 .item_info {
    margin: 10px auto 0px;
  }
  .dis-pc{
      display:none;
  }
}