@charset "utf-8";



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

body {
  font-size: 1.4rem;
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 2;
  margin: 0;
}
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;
}



a {
    z-index: 100;
}
a:link {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.5s;
}

.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;
}

.note {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.text__red {
  color: #d70234;
}




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





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


/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/
.mv {
  position: relative;
  height: 47vw;
}
.s .mv {
  height: 148vw;
}

.mv .mv__innner {
  overflow: hidden;
}

/* フェードイン */
.fadein {
  opacity: 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}




/*------------------------------------------------------------------
 contentbody --------------------------------------------------------------
------------------------------------------------------------------*/
.contentbody {
    position: relative;;
}



/*------------------------------------------------------------------
 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;
}


/* セクション共通 */
.container {
  max-width: 1200px;
  margin: 148px auto 0;
}
.s .container {
  margin: 55px auto 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;
}

/*------------------------------------------------------------------
 section共通 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec__ttl {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 900;
}
.s .sec__ttl {
  font-size: 3.2rem;
}
.sec__ttl img {
  max-width: 116px;
  margin: -1vw auto 0;
  display: block;
}
.s .sec__ttl img {
  max-width: 58px;
}

.sec__subttl {
  font-size: 5.6rem;
  text-align: center;
  font-weight: 900;
  margin-top: 128px;
  padding-top: 32px;
  line-height: 1em;
}
.sec__ttl + .sec__subttl {
  margin-top: 112px;
}
.sec__subttl small {
  display: block;
  font-size: 2.4rem;
}

.s .sec__subttl {
  font-size: 2.4rem;
  margin-top: 80px;
}
.s .sec__ttl + .sec__subttl {
  margin-top: 64px;
}
.s .sec__subttl small {
  font-size: 1.6rem;
}

/*------------------------------------------------------------------
 sec02 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec02 {
  width: 100%;
  position: relative;
  padding: 120px 72px 140px;
  background-color: #eeeff1;
}
.s .sec02 {
  padding: 40px 0 80px;
}
.sec02__block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.sec02__block.--item01 .sec02__txt img {
  max-width: 348px;
  width: 65%;
}
.sec02__block.--item02 .sec02__txt img {
  max-width: 518px;
}
.sec02__block.--item03 .sec02__txt img {
  max-width: 521px;
}
.s .sec02__block {
  margin-top: 20px;
}
.sec02__block:nth-of-type(1) {
  margin-top: 90px;
}
.s .sec02__block:nth-of-type(1) {
  margin-top: 24px;
}
.sec02__image {
  position: relative;
  width: 52%;
}
.s .sec02__image {
  width: 65%;
}
.sec02__txt {
  width: 44%;
  margin-left: 4%;
}
.s .sec02__txt {
  width: 35%;
  margin-left: -10%;
}
.sec02__block:nth-of-type(even) .sec02__txt {
  margin-left: 0;
  margin-right: 4%;
  text-align: right;
}
.s .sec02__block:nth-of-type(even) .sec02__txt {
  left: 10%;
}
.sec02__block:nth-of-type(even) {
  flex-flow: row-reverse;
}


/*------------------------------------------------------------------
 sec03 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec03 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 120px 0 140px;
}
.s .sec03 {
  padding: 40px 0 120px;
}
.sec03__block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  margin-top: 120px;
  flex-wrap: wrap;
}
.sec03__block:nth-of-type(even) {
  flex-wrap: wrap-reverse;
}
.sec03__block:nth-of-type(1) {
  margin-top: 80px;
}
.sec03__block .sec03__num {
  max-width: 451px;
}
.s .sec03__block {
  margin-top: 60px;
}
.sec03__block:nth-of-type(even) .sec03__num {
  margin-left: auto;
}
.sec03__block:nth-of-type(1) {
  margin-top: 90px;
}
.s .sec03__block:nth-of-type(1) {
  margin-top: 24px;
}
.sec03__image {
  width: 45%;
}
.s .sec03__image {
  width: 100%;
  padding-top: 20px;
}
.sec03__image a {
  display: block;
  text-align: center;
  color: #009ecb;
  position: relative;
  max-width: 140px;
  margin: auto;
}
.sec03__image a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #009ecb;;
  border-right: 2px solid #009ecb;;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.sec03__txt {
  width: 50%;
}
.s .sec03__txt {
  width: 100%;
}
.sec03__txt p {
  padding-top: 20px;
}
.s .sec03__txt p {
  padding-top: 10px;
}
.sec03__txt table {
  width: 100%;
  background-color: #eeeff1;
  margin-top: 32px;
}
.sec03__txt th,
.sec03__txt td {
  padding: 0.8em;
  text-align: center;
  width: 70%;
  vertical-align: middle;
}
.sec03__txt th {
  background-color: #333;
  color: #fafafa;
  width: 30%;
}
.sec03__block:nth-of-type(even) {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.sec03__btn {
  padding-top: 2.4em;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}
.s .sec03__btn {
  font-size: 1.4rem;
}
.sec03__btn a {
  display: inline-block;
  line-height: 4;
  padding: 0 4em;
  background-color: #009ecb;
  border-radius: 100px;
  color: #fafafa;
  position: relative;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.05);
}
.s .sec03__btn a {
  padding: 0 3em;
}
.sec03__btn a::after {
  content: "";
  background-image: url(../img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: inherit;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 39%;
  right: 5%;
}
.sec03__block:nth-of-type(2) .sec03__btn a::after {
  transform: rotate(90deg);
  right: 10%;
  top: 42%;
}

/*------------------------------------------------------------------
 sec04 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec04 {
  width: 100%;
  position: relative;
  padding: 120px 0 140px;
  background-color: #eeeff1;
}
.s .sec04 {
  padding: 40px 20px 64px;
}
.sec04__btn__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 420px;
  margin: auto;
}
.sec04__btn {
  padding-top: 2.4em;
  font-size: 1.6rem;
  text-align: center;
  width: 50%;
}
.s .sec04__btn  {
  padding-top: 30px;
  width: 50%;
}
.sec04__btn.--active a {
  background-color: #009ecb;
  color: #fafafa;
}
.sec04__btn a {
  display: inline-block;
  line-height: 4;
  padding: 0 4em;
  background-color: #fff;
  border-radius: 100px;
  color: #009ecb;
  border: 3px solid #009ecb;
  position: relative;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.05);
}
.s .sec04__btn a {
  padding: 0 2.7em;
}
.sec04__block__wrap {
  max-width: 1200px;
  width: 90%;
  margin: 1vw auto 0;
  background-color: #fff;
  padding: 40px;
  border-radius: 32px;
  overflow: hidden;
}
.sec04__block__wrap.--item02  {
  max-width: 500px;
}
.s .sec04__block__wrap {
  margin: 16px auto 0;
  padding: 16px;
  border-radius: 24px;
  width: 100%;
}
.sec04__block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* 1個の場合 */
.sec04__block__wrap.--item02  .sec04__block {
  justify-content: center;
}

.sec04__image {
  position: relative;
  width: 28%;
  text-align: center;
  line-height: 1.5;
}
.s .sec04__image {
  width: 100%;
  padding-top: 32px;
}
.sec04__block__wrap.--item02 .sec04__image {
  width: 75%;
}
.s .sec04__image:nth-of-type(1) {
  padding-top: 0;
  width: 100%;
}
.sec04__image::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  right: -16%;
  width: 11px;
  height: 31px;
}
.s .sec04__image::after {
  right: 50%;
  top: 100%;
  transform: rotate(90deg);
}
.sec04__image:nth-last-of-type(1):after{
  content: "";
  background-image: none;
}
.sec04__ttl {
  font-size: 4.8rem;
  text-align: center;
  padding-top: 80px;
}
.s .sec04__ttl { 
  font-size: 2.4rem;
  padding-top: 32px;
}

.tab {
  display: none;
  text-align: center;
}
.tab.--active {
  display: block;
}

/*------------------------------------------------------------------
 sec05 --------------------------------------------------------------
------------------------------------------------------------------*/
.sec05 {
  width: 100%;
  position: relative;
  padding: 120px 0 30vw;
  background-image: url(../img/sec05_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.s .sec05 {
  padding: 40px 0 80vw;
  background-size: contain;
  background-image: url(../img/sec05_bg_sp.jpg);
}
.sec05__btn__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec05__btn {
  padding-top: 2.4em;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 10px;
}
.sec05__btn a {
  display: inline-block;
  line-height: 4;
  padding: 0 3em;
  background-color: #009ecb;
  border-radius: 100px;
  color: #fafafa;
  position: relative;
  box-shadow: 8px 8px 8px rgba(0,0,0,0.05);
}
.sec05__block__wrap {
  max-width: 1009px;
  width: 90%;
  margin: 4vw auto 0;
}
.s .sec05__block__wrap {
  margin-top: 0;
}
.s .sec05__block {
  margin-top: 20px;
}
.sec05__image {
  width: 74.2%;
  margin: auto;
}
.sec05__txt {
  width: 100%;
  margin-top: 20px;
}
.s .sec05__image,
.s .sec05__txt {
  width: 100%;
}
.sec05__ttl {
  font-size: 4.8rem;
  text-align: center;
  padding-top: 80px;
}






/*---------------- 戻るボタン ----------------*/
.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;
}
.nav__logo {
  padding: 20px 16px;
  display: block;
}
.s .nav__logo {
  padding: 12px;
}
.nav__logo img {
  width: 51px;
  height: 43px;
}

.menuBtn {
  display: block;
  width: 60px;
  height:60px;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.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%);
}
.menuInner ul {
  padding: 0 20px;
  margin: 40px auto 70px;
  position: relative;
}
.s .menuInner ul {
  padding: 0 40px;
  margin: 0 auto 70px;
}
.menuInner ul li {
  margin-bottom:  40px;
}
.menuInner ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.menuInner ul li a {
  display: block;
  margin: auto;
  width: 100%;
}
.menuInner a {
  display: block;
  margin: auto;
  width: 64%;
  color: #ccc;
}
.menuInner a:visited {
  color: #ccc;
}
.menuInner ul li:nth-of-type(1) img {
  width: 35.5%;
}
.menuInner ul li:nth-of-type(2) img {
  width: 77.5%;
}
.menuInner ul li:nth-of-type(3) img {
  width: 77%;
}
.menuInner ul li:nth-of-type(4) img {
  width: 61%;
}



