@charset "utf-8";
/*
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*/
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url("https://fonts.googleapis.com/css?family=Teko");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

/*================================================
　汎用
================================================ */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}



img {
    width: 100%;
    vertical-align: baseline;
}



* {
    position: relative;
    font-weight: 100;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



ul {
    list-style: none;
}



.s a:link {opacity: 1;}
.s a:visited {opacity: 1;}
.s a:hover {opacity: 1;}



br.pc {display: block;}
br.m {display: none;}
br.sp {display: none;}

.m br.pc {display: none;}
.m br.m {display: block;}
.m br.sp {display: none;}

.s br.pc {display: none;}
.s br.m {display: none;}
.s br.sp {display: block;}


.pc {display: block;}
.sp {display: none;}
.s .pc {display: none;}
.s .sp {display: block;}



.sec__line {
  width: 100%;
}



#loader {
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
}


/*------------------------------------------------------------------
 body ------------------------------------------------------------
------------------------------------------------------------------*/
body {
    background: #201c1c;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 1.5px;
    line-height: 2;
    margin: 0;
    color: #fafafa;
}
body.s {
  line-height: 1.6;
}





/*------------------------------------------------------------------
 container ------------------------------------------------------
------------------------------------------------------------------*/
.container {
    position: relative;
    width: 100%;
}





/*------------------------------------------------------------------
 content ---------------------------------------------------------
------------------------------------------------------------------*/
.content {
  width: 100%;;
  overflow: hidden;
}


/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/
.mv {
  width: 100%;
  margin: 0 auto;
}
.s .mv {
  /* height: 31.5vh; */
}

.mv .mv__innner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 33.3%;
}
.s .mv .mv__innner {
  padding-top: 56.1%;
}

.mv__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.s .mv__item {
  width: 70%;
}


/* ----------- history ----------- */
.--history .mv__innner {
  background-image: url(../img/history/mv_bg_pc.jpg);
}
.s .--history .mv__innner {
  background-image: url(../img/history/mv_bg_sp.jpg);
}
.--history .mv__item img {
  width: 100%;
}


/* ----------- stories ----------- */
.--stories .mv__innner {
  background-image: url(../img/stories/mv_bg_pc.jpg);
}
.s .--stories .mv__innner {
  background-image: url(../img/stories/mv_bg_sp.jpg);
}
.--stories .mv__item img {
  width: 100%;
}

/* 画像一覧 */
.stories__read {
  padding: 80px 20px 0;
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
.s .stories__read {
  padding: 40px 16px 0;
}
.stories__img {
  max-width: 1200px;
  margin: auto;
  padding: 100px 20px 0;
}
.s .stories__img {
  padding-top: 40px;
}
.stories__img__list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
}

.--l01 {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}
.--l02 {
  grid-column: 3 / 5;
  grid-row: 2 / 4;
}
.--l03 {
  grid-column: 5 / 7;
  grid-row: 3 / 5;
}
.--l04 {
  grid-column: 1 / 3;
  grid-row: 5 / 7;
}
.--l05 {
  grid-column: 3 / 5;
  grid-row: 6 / 8;
}
.--l06 {
  grid-column: 5 / 7;
  grid-row: 7 / 9;
}
.--l07 {
  grid-column: 1 / 3;
  grid-row: 9 / 11;
}
.--l08 {
  grid-column: 5 / 7;
  grid-row: 9 / 11;
}
.--l09 {
  grid-column: 3 / 5;
  grid-row: 10 / 12;
}
.--l10 {
  grid-column: 1 / 3;
  grid-row: 11 / 13;
}
.stories__img__list__item {
  overflow: hidden;
}
.stories__img__list__item:hover {
  opacity: 0.7;
  transition: .5s;
}
.stories__img__list__item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*=========
modal_sec01
=========*/
.modal_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin: 0px auto 40px;
}
.modal_wrapper img{
width: 100%;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.modal_box{
width: 30%;
margin: 20px 16px;
}

.s .modal_box{
width: 50%;
padding: 10px;
margin: 0px auto;
}

.shinjo_box{
width: 40%;
margin: 20px auto;
z-index: 80;
}

.s .shinjo_box{
width: 80%;
padding: 10px;
margin: 0px auto;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal__bg{
  background: rgba(0,0,0,0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.modal__outer {
left: 50%;
padding: 40px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
max-width: 480px;
width: 100%;
max-height: 85vh;
z-index: 100;
}
.s .modal__outer {
padding: 0;
}
.modal__content{
  z-index: 100;
}

.s .modal__content{
  max-width: 880px;
  max-height: 100%;
  width: 100%;
  z-index: 100;
}

.modal__content img{
display: block;
}

.s .slider_wrap {
overflow: hidden;
}
.cross {
width: 8%;
margin: 3.5% 0 2% auto;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s .cross {
width: 8%;
margin: 1% 0 1% auto;
}

.slick_flexinner{
background-color: #57492a;
}
.s .slick_flexinner{
display: block;
}


/*=========
modal内ontent
=========*/

.stories_flex{
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
.stories_img{
  width: 100%;
}
.s .stories_img{
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.stories_content{
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 20px
}
.s .stories_content{
  font-size: 3.7vw;
  width: 100%;
  padding: 10px;
}
.player__name {
  font-size: 2.4rem;
}
.player__name span {
  font-size: 1.6rem;
}
.stories_wrap{
  display: flex;
  flex-wrap: wrap;
}
.s .stories_wrap{
  display: block;
}
.stories_text{
  width: 80%;
}
.s .stories_text{
  width: 100%;
}
.stories_text02{
  width: 100%;
}

.stories_sns{
  width: 20%;
  display: flex;
  justify-content: start;
  padding: 40px 0 0;
}
.s .stories_sns{
  width: 40%;
  justify-content: flex-start;
  padding: 5% 0;
  margin-top: 0;
}
.stories_name{
  font-size: 24px;
  font-weight: bold;
}
.s .stories_name{
  font-size: 5vw;
}
.stories_tw{
  width: 30%;
  margin: 2px 10px 0 0;
}
.s .stories_tw{
  width: 26%;
  margin: 3% 11% 0 0;
}
.stories_in{
  width: 30%;
}
.s .stories_in{
  width: 26%;
}









/* ----------- trivia ----------- */
.--trivia .contentbody {
  background-image: none;
}
.bg01 {
  position: absolute;
  left: 0;
  top: 2vw;
  opacity: 0.3;
}
.s .bg01 {
  left: -12%;
  top: 12vw;
}
.bg01 img {
  max-width: 36vw;
}
.s .bg01 img {
  max-width: 45%;
}
.bg02 {
  position: absolute;
  right: -10%;
  top: -11vw;
  opacity: 0.3;
}
.s .bg02 {
  right: -80%;
  left: 74%;
  top: 0%;
}
.bg02 img {
  max-width: 36vw;
}
.s .bg02 img {
  max-width: 40%;
}
.--trivia .mv__innner {
  background-image: url(../img/trivia/mv_bg_pc.jpg);
}
.s .--trivia .mv__innner {
  background-image: url(../img/trivia/mv_bg_sp.jpg);
}
.--trivia .mv__item img {
  width: 100%;
}
.--trivia .nav__item a {
  padding: 0 1.2em;
}
.--trivia .nav__item {
  text-align: center;
}
.s .--trivia .nav__inner,
.s .--trivia .nav__dtail__inner,
.s .--trivia .nav__list {
  padding: 0;
}
.s .--trivia .nav__item {
  width: 50%;
  font-size: 1.6rem;
  padding: 8px;
  border: 1px solid #fafafa;
}
.trivia__block {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.trivia__innner {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px 0;
  text-align: center;
}
.s .trivia__innner {
  padding: 40px 16px 0;
}
.trivia__block__ttl img {
  width: 30.1%;
  margin: auto;
}
.s .trivia__block__ttl img {
  width: 80%;
}
.trivia__list__block {
  padding-top: 72px;
}
.s .trivia__list__block {
  padding-top: 32px;
}
.trivia__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 3.2rem;
  line-height: 1.5;
}
.s .trivia__list {
  font-size: 2rem;
}
.trivia__list__item {
  width: 48.5%;
  margin-top: 32px;
  padding: 40px 20px;
  background-image: url(../img/trivia/contents_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trivia__list__item:nth-of-type(1),
.trivia__list__item:nth-of-type(2) {
  margin-top: 0;
}
.s .trivia__list__item {
  width: 100%;
  margin-top: 16px;
}
.trivia__list__item:hover {
  opacity: 0.7;
  transition: .5s;
}

.--trivia .modal__outer {
  max-width: 660px;
}
.--trivia .cross {
  width: 4%;
}
.--trivia .slick_flexinner {
  background-color: #fafafa;
}
.trivia__content {
  width: 100%;
  color: #201c1c;
  font-size: 16px;
  text-align: center;
}
.s .trivia_content{
  font-size: 3.7vw;
  width: 100%;
  padding: 10px;
}
.trivia__modal__ttl {
  text-align: center;
  background-color: #57492a;
  color: #fafafa;
  padding: 20px;
}
.s .trivia__modal__ttl {
  padding: 16px;
}
.trivia__modal__ttl h4 {
  font-size: 3.2rem;
  line-height: 1.4;
}
.s .trivia__modal__ttl h4 {
  font-size: 2.4rem;
}
.trivia__modal__ttl p {
  font-size: 2rem;
  line-height: 1.4;
  padding-top: 10px;
}
.s .trivia__modal__ttl p {
  font-size: 1.6rem;
}
.trivia__modal__rank {
  font-size: 3.2rem;
}
.s .trivia__modal__rank {
  font-size: 2.4rem;
}
.trivia__modal__rank li {
  padding: 20px;
  line-height: 1.2;
}
.s .trivia__modal__rank li {
  padding: 16px;
}
.trivia__modal__rank li:nth-of-type(odd) {
  background-color: #e9e8e5;
}
.trivia__modal__rank span {
  font-size: 2rem;
  line-height: 1.4;
  display: block;
  padding-top: 10px;
}
.trivia__modal__rank .unit {
  display: inline;
  padding-top: 0;
}
.trivia__modal__txt {
  text-align: left;
  padding: 20px;
  line-height: 1.6;
}
.s .trivia__modal__txt {
  padding: 16px;
}
.trivia__modal__txt h4 {
  font-size: 2.4rem;
}
.s .trivia__modal__txt h4 {
  font-size: 2rem;
}

/* 画像一覧 */
.trivia__read {
  padding: 80px 20px 0;
  margin: auto;
  max-width: 1200px;
  text-align: center;
}
.s .trivia__read {
  padding: 40px 16px 0;
}
.trivia__img {
  max-width: 1200px;
  margin: auto;
  padding: 140px 20px 0;
}
.s .trivia__img {
  padding-top: 40px;
}
.trivia__img__list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
}

.--l01 {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}
.--l02 {
  grid-column: 3 / 5;
  grid-row: 2 / 4;
}
.--l03 {
  grid-column: 5 / 7;
  grid-row: 3 / 5;
}
.--l04 {
  grid-column: 1 / 3;
  grid-row: 5 / 7;
}
.--l05 {
  grid-column: 3 / 5;
  grid-row: 6 / 8;
}
.--l06 {
  grid-column: 5 / 7;
  grid-row: 7 / 9;
}
.--l07 {
  grid-column: 1 / 3;
  grid-row: 9 / 11;
}
.--l08 {
  grid-column: 5 / 7;
  grid-row: 9 / 11;
}
.--l09 {
  grid-column: 3 / 5;
  grid-row: 10 / 12;
}
.--l10 {
  grid-column: 1 / 3;
  grid-row: 11 / 13;
}
.trivia__img__list__item {
  overflow: hidden;
}
.trivia__img__list__item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/*=========
modal_sec01
=========*/
.modal_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin: 0px auto 40px;
}
.modal_wrapper img{
width: 100%;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.modal_box{
width: 30%;
margin: 20px 16px;
}

.s .modal_box{
width: 50%;
padding: 10px;
margin: 0px auto;
}

.shinjo_box{
width: 40%;
margin: 20px auto;
z-index: 80;
}

.s .shinjo_box{
width: 80%;
padding: 10px;
margin: 0px auto;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal__bg{
  background: rgba(0,0,0,0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.modal__outer {
left: 50%;
padding: 40px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
max-width: 480px;
width: 100%;
max-height: 85vh;
z-index: 100;
}
.s .modal__outer {
padding: 0;
width: 90%;
}
.modal__content{
  z-index: 100;
}

.s .modal__content{
  max-width: 880px;
  max-height: 100%;
  width: 100%;
  z-index: 100;
}

.modal__content img{
display: block;
}

.s .slider_wrap {
overflow: hidden;
}
.cross {
width: 8%;
margin: 3.5% 0 2% auto;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.s .cross {
width: 8%;
margin: 1% 0 1% auto;
}

.slick_flexinner{
background-color: #57492a;
}
.s .slick_flexinner{
display: block;
}


/*=========
modal内ontent
=========*/

.trivia_flex{
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
.trivia_img{
  width: 100%;
}
.s .trivia_img{
  width: 60%;
  margin: 0 auto;
  padding: 10px;
}
.trivia_content{
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  padding: 20px
}
.s .trivia_content{
  font-size: 3.7vw;
  width: 100%;
  padding: 10px;
}
.trivia_wrap{
  display: flex;
  flex-wrap: wrap;
}
.s .trivia_wrap{
  display: block;
}
.trivia_text{
  width: 80%;
}
.s .trivia_text{
  width: 100%;
}
.trivia_text02{
  width: 100%;
}

.trivia_sns{
  width: 20%;
  display: flex;
  justify-content: start;
  padding: 40px 0 0;
}
.s .trivia_sns{
  width: 40%;
  justify-content: flex-start;
  padding: 5% 0;
  margin-top: 0;
}
.trivia_name{
  font-size: 24px;
  font-weight: bold;
}
.s .trivia_name{
  font-size: 5vw;
}
.trivia_tw{
  width: 30%;
  margin: 2px 10px 0 0;
}
.s .trivia_tw{
  width: 26%;
  margin: 3% 11% 0 0;
}
.trivia_in{
  width: 30%;
}
.s .trivia_in{
  width: 26%;
}

















/* アニメーション */
.mv__item01 {
  opacity: 0;
  animation-name: anime01;/*名前*/
  animation-duration: 3s;/*時間*/
  animation-delay: 0.5s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
  @keyframes anime01 {
    0% {
          opacity: 0;
      }
      100% { opacity: 1 }
  }

.mv__item02 {
  opacity:0;
  animation-name:anime02;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.2s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime02 {
    0% {
      opacity: 0;
      transform: translateX(30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
  }

.mv__item03 {
  opacity:0;
  animation-name:anime03;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.4s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime03 {
    0% {
      opacity: 0;
      transform: translateX(-30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
  }

.mv__item04 {
  opacity:0;
  animation-name:anime04;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.6s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime04 {
    0% {
      opacity: 0;
      transform: translateX(30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
  }
.mv__item05 {
  opacity:0;
  animation-name:anime05;/*名前*/
  animation-duration:.6s;/*時間*/
  animation-delay: 1.8s;/*開始*/
  animation-fill-mode: forwards;/*回数*/
}
  @keyframes anime05 {
    0% {
      opacity: 0;
      transform: translateX(-30px);
     }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
  }
.mv__item06 {
  opacity: 0;
  animation-name: anime01;/*名前*/
  animation-duration: 1s;/*時間*/
  animation-delay: 2s;/*開始*/
  animation-fill-mode:forwards;/*回数*/
}
  @keyframes anime01 {
    0% {
          opacity: 0;
      }
      100% { opacity: 1 }
  }





/*------------------------------------------------------------------
 nav --------------------------------------------------------------
------------------------------------------------------------------*/
.nav {
  width: 100%;
  z-index: 10;
}
.nav.nav__fixed {
  /* position: fixed; */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 10000;
}
.nav__inner,
.nav__dtail__inner {
  width: 100%;
  margin: auto;
  height: 100%;
  padding: 20px 0;
}
.nav__inner {
  background-color: #57492a;
}
.nav__list,
.nav__dtail__list {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  flex-wrap: wrap;
  height: 100%;
  max-width: 1232px;
  margin: auto;
  padding: 0 16px;
}
.nav__item {
  height: 100%;
  width: auto;
  position: relative;
  border-right: 1px solid #fff;
  font-size: 2rem;
}
.s .nav__item {
  width: 33.3%;
}
.nav__item:nth-last-of-type(1) {
  border-right: none;
}
.nav__item a,
.nav__dtail__item a {
  color: #fff;
  display: block;
  width: auto;
  height: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav__item a {
  padding: 0 2.8em;
}
.s .nav__item a {
  padding: 0 0.6em;
}
.s .nav__dtail__item a {
  padding: 0 0.4em;
}
.nav__dtail__item a {
  padding: 0 1.2em;
}
.nav__dtail__inner {
  background-color: #201c1c;
}
.nav__dtail__item {
  height: 100%;
  width: auto;
}
.s .nav__dtail__item {
  width: 16%;
  margin-top: 1em;
}
.s .nav__dtail__item:nth-of-type(1),
.s .nav__dtail__item:nth-of-type(2),
.s .nav__dtail__item:nth-of-type(3),
.s .nav__dtail__item:nth-of-type(4),
.s .nav__dtail__item:nth-of-type(5),
.s .nav__dtail__item:nth-of-type(6){
  margin-top: 0;
}


/*------------------------------------------------------------------
 contentbody --------------------------------------------------------------
------------------------------------------------------------------*/
.contentbody {
    position: relative;;
    min-height: 100%;
    z-index: 1;
    background-color: #201c1c;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/bg.png);

}



/*------------------------------------------------------------------
 ticket --------------------------------------------------------------
------------------------------------------------------------------*/
.ticket {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ticket__inner {
  width: 100%;
  padding: 120px 0;
}
.s .ticket__inner {
  padding: 60px 0 0;
}

.ticket__ttl {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 0px;
}
.s .ticket__ttl {
  margin: 0 auto 32px;
}
.ticket__ttl img {
  margin: auto;
  width: 52%;
}
/* .s .ticket__ttl img {
  margin: auto;
  width: 100%;
  padding: 0 20px;
} */


.ticket__content {
  width: 100%;
  height: auto;
  max-width: 1366px;
  margin: auto;
  padding: 70px 80px;
}
.s .ticket__content {
  max-width: initial;
  padding: 0 15px;
}



.ticket__target {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ticket__target--head {
  display: block;
  padding: 0.5em 1em;
  background: #3f4c73;
  color: white;
  border-bottom: 3px solid #005a99;
}
.s .ticket__target--head {
  font-size: 18px;
  line-height: 1em;
  padding: 0.65em 1em 0.5em;
}
.ticket__target--txt {
  display: block;
-webkit-box-flex:1;
-ms-flex:1 1 10%;
flex:1 1 10%;
  padding: 0.5em 1em;
  border-bottom: 3px solid #005a99;
}
.s .ticket__target--txt {
  font-size: 18px;
  padding: 0.65em 1em 0.5em;
}


.ticket__table {
  width: 100%;
  text-align: center;
}
.s .ticket__table + table {
  margin-top: 20px;
}
.ticket__table tr {
  background: white;
  border: 2px solid #005a99;
}
.ticket__table th {
  background: #005a99;
  padding: 1em;
  color: white;
  vertical-align: middle;
}
.ticket__table th + th {
  border-left: 2px solid white;
}
.ticket__table td {
  padding: 1em;
  vertical-align: middle;
}
.ticket__table td + td {
  border-left: 2px solid #005a99;
}

.ticket__table img {
  width: 6em;
  height: auto;
  padding: 0 0.5em 0 0;
}

.ticket__table span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket__table span + span {
  margin-top: 1em;
}



.ticket__attention {
  display: block;
  margin-top: 20px;
  padding-left: 1.5em;
}
.ticket__attention:before {
  content: "※";
  position: absolute;
  color: red;
  left: 0;
}


/* セクション共通 */
.content__ttl {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  margin-top: -120px;
}
.content__ttl img {
  width: 90.8%;
  margin: auto;
}
.s .content__ttl {
  padding-top: 0;
  margin: 0 auto;
}





/*------------------------------------------------------------------
 ticket --------------------------------------------------------------
------------------------------------------------------------------*/
.ticket {
  background: white;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ticket__inner {
  width: 100%;
  padding: 110px 0 70px;
  margin: auto;
  overflow: hidden;
}
.s .ticket__inner {
  padding: 60px 0 40px;
}

.ticket__ttl {
  width: 100%;
  max-width: 1232px;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .ticket__ttl {
  margin: -80px auto 0;
  padding: 80px 16px 0;
}
.ticket__ttl span {
  width: 100%;
  background: url('../img/h2_bg_white.jpg');
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
.ticket__ttl span img {
  height: 63px;
  width: auto;
}

.s .ticket__ttl {
  width: 100%;
  max-width: initial;
  margin: -80px auto 0;
  padding: 80px 16px 25px;
}
.s .ticket__ttl span {
  width: 100%;
  background: none;
}
.s .ticket__ttl span img {
  height: auto;
  width: 100%;
}



/*------------------------------------------------------------------
 plan --------------------------------------------------------------
------------------------------------------------------------------*/
.plan {
  background: white;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.plan__inner {
  width: 100%;
  padding: 120px 0 100px;
  margin: auto;
  overflow: hidden;
}
.s .plan__inner {
  padding: 60px 0 105px;
}

.plan__ttl {
  width: 100%;
  max-width: 1232px;
  text-align: center;
  margin: -140px auto 0;
  padding: 140px 16px 0;
}
.s .plan__ttl {
  margin: -80px auto 0;
  padding: 80px 16px 0;
}
.plan__ttl span {
  width: 100%;
  background: url('../img/h2_bg_white.jpg');
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
.plan__ttl span img {
  height: 63px;
  width: auto;
}

.s .plan__ttl {
  width: 100%;
  max-width: initial;
  margin: -80px auto 0;
  padding: 80px 16px 25px;
}
.s .plan__ttl span {
  width: 100%;
  background: none;
}
.s .plan__ttl span img {
  height: auto;
  width: 100%;
}

.plan__content {
  max-width: 1200px;
  margin: auto;
  padding: 40px 10px 0;
}

.s .plan__content {
  padding: 0 15px;
}

/*------------------------------------------------------------------
 introduction --------------------------------------------------------------
------------------------------------------------------------------*/
.introduction {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 100px 20px 0;
  max-width: 1200px;
  text-align: center;
}
.s .introduction {
  padding: 32px 16px 0;
}
.introduction__ttl {
  width: 100%;
  text-align: center;
  padding-top: 120px;
  margin-top: -120px;
}
.introduction__ttl img {
  width: 90.8%;
  margin: auto;
}
.s .introduction__ttl {
  padding-top: 0;
  margin: 0 auto;
}
.introduction_txt {
  line-height: 2;
}
.s .introduction_txt {
  padding-top: 32px;
}


.introduction__block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:  56px 10px 0;
  align-items: flex-end;
}
.s .introduction__block {
  padding: 16px 0 0;
}
.introduction__image {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}
.introduction__image .item01 {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 15%;
  width: 122.9%;
}
.s .introduction__image .item01 {
  left: 0;
  right: 0;
  top: 40%;
  width: 100%;
}


.introduction__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}


/*------------------------------------------------------------------
 sec__list --------------------------------------------------------------
------------------------------------------------------------------*/
.sec__list {
  width: 100%;
  position: relative;
  margin: 120px auto 0;
}
.s .sec__list {
  margin-top: 20px;
}
.sec__list__block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}
.s .sec__list__block:nth-of-type(1),
.s .sec__list__block {
  margin-top: 60px;
}
.sec__list__block:nth-of-type(1) {
  margin-top: 0;
}
.sec__list__image {
  position: relative;
  width: 60%;
}
.s .sec__list__image {
  width: 100%;
}
.sec__list__txt {
  width: 40%;
  background-color: rgba(32, 28, 28, 0.9);
  padding: 4em;
  left: -20%;
}
.m .sec__list__txt {
  padding: 2em;
}
.s .sec__list__txt {
  width: 100%;
  left: 0;
  padding: 24px 16px;
}
.sec__list__block:nth-of-type(even) {
  flex-flow: row-reverse;
}
.s .sec__list__block:nth-of-type(even) {
  flex-flow: column wrap;
}
.sec__list__block:nth-of-type(even) .sec__list__txt {
  left: 20%;
}
.s .sec__list__block:nth-of-type(even) .sec__list__txt {
  left: 0;
}
.list__txt {
  padding-top: 2em;
}
.s .list__txt {
  padding-top: 12px;
}
.history__ttl img {
  max-width: 39.7%;
}
.s .history__ttl img {
  max-width: 50.4%;
}
.stories__ttl img {
  max-width: 36.4%;
}
.s .stories__ttl img {
  max-width: 50.1%;
}
.trivia__ttl img {
  max-width: 28.7%;
}
.s .trivia__ttl img {
  max-width: 39.4%;
}
.list__btn {
  padding-top: 2.4em;
  font-size: 2rem;
}
.s .list__btn {
  padding-top: 36px;
}
.list__btn a {
  display: inline-block;
  line-height: 3;
  padding: 0 3em;
  border: 1px solid #fafafa;
  color: #fafafa;
  position: relative;
}
.m .list__btn a {
  padding: 0 1.6em;
}
.list__btn a::after {
  content: "";
  background-image: url(../img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: inherit;
  width: 75px;
  height: 13px;
  position: absolute;
  top: 42%;
  right: -12%;
  transform: translate(12%, -42%);
}
.m .list__btn a::after {
  right: -24%;
}
/*------------------------------------------------------------------
 banner --------------------------------------------------------------
------------------------------------------------------------------*/
.banner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.banner__block {
  padding:  56px 20px 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s .banner__block {
  padding: 16px 16px 60px;
}
.banner__image {
  width: 48.5%;
}
.s .banner__image {
  margin: 16px auto 0;
  width: 100%;
}
.s .banner__image:nth-of-type(1) {
  margin-top: 0;
}
.banner__image a {
  box-sizing: 4px 48px rgba(0, 0, 0, 0.3);;
}






/*---------------- 戻るボタン ----------------*/
.top-bottun {
  position: relative;
  height: 0px;
  z-index: 9799;
}

.top-bottun li {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity .4s ease-out;
}
.top-bottun li a {
  display: block;
  width: 72px;
  cursor: pointer;
}
.s .top-bottun li a {
  width: 56px;
}
.top-bottun li a img {
  width: 100%;
}
.s .top-bottun li {
  bottom: 10px;
}
.s .top-bottun li a img {
  width: 100%;
}


/*================================================
menu
================================================ */
header {
  z-index: 10000;
  position: absolute;
  top: 0;
}

.menuBtn {
  display: block;
  width: 60px;
  height:60px;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
}
.menuBtn span {
  display: block;
  background: #fff;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 14px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.menuBtn span:first-child {
  top: 16px;
}
.menuBtn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.menuBtn span:last-child {
  bottom: 16px;
}
.menuBtn.-is-active span:first-child {
  -webkit-transform: translateY(13px) rotate(45deg);
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.menuBtn.-is-active span:nth-child(2) {
    opacity: 0;
}
.menuBtn.-is-active span:last-child {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -moz-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}


.menuInner {
  width: 20vw;
  height: 130vh;
  z-index: 3000;
  position: fixed;
  top: -150vh;
  right: 0;
  background: #201c1c;
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}
.s .menuInner {
  width: 100vw;
  height: 130vh;
  z-index: 3000;
  position: fixed;
  top: -150vh;
  /* top: 0; */
  left: 0;
}
.s .menuInner__wrapper {
  width: 100%;
  height: 100vh;
}
.menuInner__content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 40px 40px;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
}
.s .menuInner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 40px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}











/*========= スクロール部分 ===============*/
/* 
#header{
	padding: 40px;
	background:#666;
    color: #fff;
	text-align: center;
} */

.box{
  color: #fff;
  padding: 0 80px;
  display:flex;
  justify-content: space-around;
  align-items: center;
}
.s .box {
  padding: 0 18px;
}
#box01{
  background-image: url(../img/history/box01.jpg);
}
#box02{
  background-image: url(../img/history/box02.jpg);
}
#box03{
  background-image: url(../img/history/box03.jpg);
}
#box04{
  background-image: url(../img/history/box04.jpg);
}
#box05{
  background-image: url(../img/history/box05.jpg);
}
#box06{
  background-image: url(../img/history/box06.jpg);
}
#box07{
  background-image: url(../img/history/box07.jpg);
}
#box08{
  background-image: url(../img/history/box08.jpg);
}
#box09{
  background-image: url(../img/history/box09.jpg);
}
#box10{
  background-image: url(../img/history/box10.jpg);
}
#box11{
  background-image: url(../img/history/box11.jpg);
}
#box12{
  background-image: url(../img/history/box12.jpg);
}
#box13{
  background-image: url(../img/history/box13.jpg);
}
#box14{
  background-image: url(../img/history/box14.jpg);
}
#box15{
  background-image: url(../img/history/box15.jpg);
}
#box16{
  background-image: url(../img/history/box16.jpg);
}
#box17{
  background-image: url(../img/history/box17.jpg);
}
#box18{
  background-image: url(../img/history/box18.jpg);
}
#box19{
  background-image: url(../img/history/box19.jpg);
}

#box01,#box02,#box03,#box04,#box05,#box06,#box07,#box08,#box09,#box10,
#box11,#box12,#box13,#box14,#box15,#box16,#box17,#box18,#box19 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* スマホ微調整 */
.s #box02 {
  background-position-x: 72%;
}
.s #box05 {
  background-position-x: 25%;
}
.s #box07 {
  background-position-x: 24%;
}
.s #box09 {
  background-position-x: 60%;
}
.s #box10 {
  background-position-x: 60%;
}
.s #box13 {
  background-position-x: 28%;
}
.s #box14 {
  background-position-x: 56%;
}
.s #box16 {
  background-position-x: 42%;
}
.s #box17 {
  background-position-x: 65%;
}
.s #box18 {
  background-position-x: 36%;
}
.s #box19 {
  background-position-x: 38%;
}



.box__inner {
  width: 1200px;
   margin: auto;
}
.box__item {
  display: flex;
  align-items: center;
}
.s .box__item {
  padding-left: 4.2%;
}
/* 年 */
.box__year__list {
  width: 10%;
}
.s .box__year__list {
  width: 16%;
}
.year__list__item {
  margin-top: 28px;
}
.s .year__list__item {
  margin-top: 20px;
}
.year__list__item.--active img {
  width: 100%;
}
.year__list__item.--active {
  position: relative;
}
.year__list__item.--active::before {
  content: "●";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: -50%;
  color: #cba700;
  z-index: 1;
  transform: translate(50%, -50%);
}
.s .year__list__item.--active::before {
  font-size: 1.6rem;
  left: -56%;
  transform: translate(56%, -50%);
}
/* .box::after {
  content: "";
  border: 1px solid #fafafa;
  opacity: 0.5;
  height: 120vh;
  left: 8.2%;
  position: absolute;
}
.s .box::after {
  left: 4.2%
} */
.side__line {
  border-left: 1px solid #fafafa;
  max-width: 1200px;
  margin: auto;
}
.year__list__item img {
  width: 53%;
}
.year__list__item:nth-of-type(1) {
  margin-top: 0;
}

.box__dtail__list {
  padding-left: 40px;
  width: 90%;
}
.s .box__dtail__list {
  padding-left: 20px;
  width: 84%;
}

/* 月 */
.dtail__list__item {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: start;
}
.s .dtail__list__item {
  margin-top: 16px;
}
.s .dtail__list__item:nth-of-type(1) {
  margin-top: 0;
}
.month {
  font-size: 2rem;
  width: 15%;
  top: -22px;
}
.s .month,
.s .txt {
  width: 100%;
  font-size: 1.4rem;
  top: 0;
}
.txt {
  width: 85%;
}
.month span {
  font-size: 3.2rem;
}
.s .month span {
  font-size: 2rem;
}
/*========= ページネーションCSS ===============*/

.pagination {
	position:fixed;
	right:20px;
	top: 50%;
  	transform: translateY(-50%);
	font-size:1em;
	z-index: 10;
	list-style: none;
}
.s .pagination {
  right: 2%;
}

.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:#fff;
	position:relative;
	padding:4px;
}

.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
	position:absolute;
	right:15px;
	top:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}

.pagination a:hover .hover-text {
	opacity: 1;
}

.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:"";
	position: absolute;
	margin:auto;
	top:0;
	right:3px;
	bottom:0;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:768px) { 
	.pagination a .hover-text{
		display: none;
	}	
}

