/* ***********************************
@media screen All
*********************************** */
/* top */
.boxNotice {
  width: 700px;
  margin: 20px 0 0 20px;
  padding: 20px;
  font-size: 3rem;
  text-align: left;
  line-height: 180%;
  border: 5px solid #f0f0f0;
  background: rgba(0, 0, 0, 0.5);
}
.boxNotice span {
  font-size: 5rem;
}
.boxNotice.postponed {
  color: #f0f0f0;
  border-color: #e5005e;
  background: #e5005e;
}
.vidMainVisual {
  width: 100vw;
}
.listHeaderPurpose {
  position: relative;
  display: flex;
  justify-content: space-around;
  z-index: 1;
  animation: fadeIn 2s ease 5s 1 normal;
  animation-fill-mode: both;
}
.listHeaderPurpose > * {
  width: calc(94% / 3);
}
.listHeaderPurpose a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 22vh;
  padding: 2rem 1rem 1rem;
  color: #0a1f33;
  background: rgba(240, 240, 240, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.listHeaderPurpose a span {
  font-size: 0.8rem;
}
.listHeaderPurpose a:hover {
  margin-top: -1rem;
  color: #e5005e;
  background: #f0f0f0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
img.toparrow {
  margin: 0 0 -20px auto;
  padding: 20px 0 0 0;
}
@media all and (-ms-high-contrast: none) {
  .listHeaderPurpose *::-ms-backdrop, .listHeaderPurpose svg {
    /* IE11 hack */
    margin-bottom: 1rem;
  }
}
.secMvWarning {
  margin: 300px auto 20px auto;
  text-align: center;
  z-index: 99;
}
/*.secMvWarning a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  font-size: 2.8rem;
  text-decoration: none;
  opacity: 0.5;
}
.secMvWarning a:hover {
  opacity: 1;
}
.secMvWarning a span {
  margin: 0 !important;
}*/
.innerTopicsTop {
  display: flex;
  flex-flow: row nowrap;
  width: 90%;
  margin: 2rem auto;
}
.listTopics {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
.listTopics > * {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 15vw;
  height: 15vw;
  margin: 0.3rem;
}
.listTopicsTop {
  width: 60vw;
}
.listTopicsTop .boxTxt {
  font-size: 1.6rem;
}
.listTopicsTopSp {
  width: 40vw;
  justify-content: flex-end;
}
.listTopicsTopSp > * {
  width: 30vw;
  height: 30vw;
}
.listTopicsTopSp .boxTopicsBg .boxImg img {
  max-width: 100%;
  width: 100%;
}
.listTopicsFull {
  width: 100%;
}
.boxTopicsBg, .boxTopicsBg .boxImg, .boxTopicsBg:before, .boxTopicsBg:after {
  border-radius: 100%;
}
.boxTopicsBg, .boxTopicsBg .boxImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  transition: 0.3s;
}
.boxTopicsBg {
  padding: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.listTopicsTopSp .boxTopicsBg {
  right: 0;
  margin-left: auto;
}
.boxTopicsBg .boxImg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  overflow: hidden;
}
.boxTopicsBg .boxImg img {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -25%;
  right: -25%;
  margin: auto;
  width: 155%;
  max-width: 155%;
}
.boxTopicsBg .boxTxt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.listTopicsTopSp .boxTopicsBg .boxTxt {
  font-size: 2.4rem;
  width: 100%;
  justify-content: center;
}
.listTopics > *:nth-child(1n) .boxTopicsBg {
  background-color: rgba(59, 107, 152, 0.3);
}
.listTopics > *:nth-child(2n) .boxTopicsBg {
  background-color: rgba(220, 31, 84, 0.3);
}
.listTopics > *:nth-child(3n) .boxTopicsBg {
  background-color: rgba(236, 167, 0, 0.3);
}
.listTopics > *:nth-child(4n) .boxTopicsBg {
  background-color: rgba(196, 32, 152, 0.3);
}
.listTopics > *:nth-child(5n) .boxTopicsBg {
  background-color: rgba(112, 189, 13, 0.3);
}
.listTopics > *:nth-child(6n) .boxTopicsBg {
  background-color: rgba(59, 107, 152, 0.3);
}
.listTopics > *:nth-child(1n) .boxTopicsBg:hover {
  background-color: #3b6b98;
}
.listTopics > *:nth-child(2n) .boxTopicsBg:hover {
  background-color: #dc1f54;
}
.listTopics > *:nth-child(3n) .boxTopicsBg:hover {
  background-color: #eca700;
}
.listTopics > *:nth-child(4n) .boxTopicsBg:hover {
  background-color: #c42098;
}
.listTopics > *:nth-child(5n) .boxTopicsBg:hover {
  background-color: #70bd0d;
}
.listTopics > *:nth-child(6n) .boxTopicsBg:hover {
  background-color: #3b6b98;
}
.boxTopicsBg:hover {
  width: 100%;
  height: 100%;
  left: -5%;
  padding: 0.5rem;
}
.boxTopicsBg:hover .boxImg {
  opacity: 1;
}
.boxTopicsBg:hover .boxTxt {
  opacity: 0;
}
.boxTopicsBg:before, .boxTopicsBg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 1px;
  opacity: 0.3;
}
.boxTopicsBg:before {
  border-style: dashed;
}
.boxTopicsBg:after {
  border-style: dotted;
}
@keyframes topicsOn1 {
  0% {
    width: 100%;
    height: 100%;
    left: 0;
    border-width: 10px;
  }
  50% {
    opacity: 1;
    width: 120%;
    height: 120%;
    left: -10%;
  }
  100% {
    opacity: 0;
    width: 125%;
    height: 125%;
    left: -12.5%;
  }
}
@keyframes topicsOn2 {
  from {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
  }
  to {
    opacity: 0;
    width: 130%;
    height: 130%;
    left: -12.5%;
    border-width: 20px;
  }
}
.boxTopicsBg:hover:before {
  animation-name: topicsOn1;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-iteration-count: alternate;
  animation-direction: none;
  animation-play-state: running;
}
.boxTopicsBg:hover:after {
  animation-name: topicsOn2;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: alternate;
  animation-direction: none;
  animation-play-state: running;
}
.listTopics > *:nth-child(1n) .boxTopicsBg:before, .listTopics > *:nth-child(1n) .boxTopicsBg:after {
  border-color: #3b6b98;
}
.listTopics > *:nth-child(2n) .boxTopicsBg:before, .listTopics > *:nth-child(2n) .boxTopicsBg:after {
  border-color: #dc1f54;
}
.listTopics > *:nth-child(3n) .boxTopicsBg:before, .listTopics > *:nth-child(3n) .boxTopicsBg:after {
  border-color: #eca700;
}
.listTopics > *:nth-child(4n) .boxTopicsBg:before, .listTopics > *:nth-child(4n) .boxTopicsBg:after {
  border-color: #c42098;
}
.listTopics > *:nth-child(5n) .boxTopicsBg:before, .listTopics > *:nth-child(5n) .boxTopicsBg:after {
  border-color: #70bd0d;
}
.listTopics > *:nth-child(6n) .boxTopicsBg:before, .listTopics > *:nth-child(6n) .boxTopicsBg:after {
  border-color: #3b6b98;
}
.textTopicsPartnerBold {
  font-size: 2rem;
  line-height: 130%;
}
.innerPromotionTop {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 1450px;
  max-width: 100vw;
  height: 580px;
  margin: auto;
  padding: 20px;
  background: url("../img/bg_promotion.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 4px;
}
.listPromotionTop {
  display: flex;
  width: 100%;
}
.listPromotionTop li {
  margin: auto;
}
.listPromotionTop.col2 li {
  width: calc(100%/3);
}
.listPromotionTop.col3 li {
  width: calc(100%/4);
}
.ttlPromotion {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10%;
  text-shadow: 0 1px 10px black;
}
.btnMovie {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
  color: #0a1f33;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
}
.btnMovie:before, .btnMovie:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.btnMovie:before {
  top: 20%;
  width: 60px;
  height: 60px;
  border: 2px solid #0a1f33;
  border-radius: 100%;
}
.btnMovie:after {
  content: '';
  top: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #0a1f33;
  border-radius: 2px;
}
.btnMovie span {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.btnMovie:hover span {
  color: #e5005e;
}
.btnMovie:hover:before {
  border-color: #e5005e;
}
.btnMovie:hover:after {
  border-color: transparent transparent transparent #e5005e;
}
.btnPurposeTop {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  color: #0a1f33;
  background-color: rgba(240, 240, 240, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: 0.3s;
}
.btnPurposeTop:after {
  content: '???????';
  display: flex;
  justify-content: center;
  width: 50%;
  margin: auto;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #0a1f33;
  transition: 0.5s;
}
.btnPurposeTop:hover:after {
  background-color: #0a1f33;
  color: #f0f0f0;
}
.innerTrajectoryTop {
  position: relative;
  margin: 4rem 0 12rem;
  padding-top: 35vh;
  background-size: cover;
}
.innerTrajectoryTop > .inner {
  position: relative;
  height: 100%;
  margin-top: auto;
}
.innerTrajectoryTop:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 45vh;
  background: url("../img/bg_top_trajectory.jpg") no-repeat center center;
  background-size: cover;
}
.ttlTrajectoryTop {
  position: absolute;
  top: -45vh;
  bottom: 0;
  right: 6vw;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 8vw;
  height: 60vh;
  margin: auto 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ttlTrajectoryTop > span {
  position: relative;
  font-size: 3vw;
  text-shadow: 0 0 5px #000000;
}
.ttlTrajectoryTop > span strong {
  font-size: 4vw;
  font-weight: bold;
}
.ttlTrajectoryTop > span:first-child {
  margin-bottom: auto;
}
.ttlTrajectoryTop > span:first-child:before, .ttlTrajectoryTop > span:first-child:after, .ttlTrajectoryTop > span:last-child:before, .ttlTrajectoryTop > span:last-child:after {
  content: '';
  position: absolute;
  display: block;
}
.ttlTrajectoryTop > span:first-child:before, .ttlTrajectoryTop > span:last-child:before {
  width: 5vw;
}
.ttlTrajectoryTop > span:first-child:after, .ttlTrajectoryTop > span:last-child:after {
  height: 10vw;
}
.ttlTrajectoryTop > span:first-child:before {
  top: -1.5rem;
  right: -3vw;
  border-top: 1px solid #f0f0f0;
}
.ttlTrajectoryTop > span:first-child:after {
  top: -2.5rem;
  right: -2.5vw;
  border-right: 1px solid #f0f0f0;
}
.ttlTrajectoryTop > span:last-child:before {
  bottom: 0.5rem;
  left: -3vw;
  border-bottom: 1px solid #f0f0f0;
}
.ttlTrajectoryTop > span:last-child:after {
  bottom: -0.5rem;
  left: -2.5vw;
  border-left: 1px solid #f0f0f0;
}
.ttlTrajectoryTop > span:last-child {
  margin-top: auto;
  margin-right: auto;
}
.boxTrajectoryTopText {
  width: 65%;
  margin-top: auto;
  padding: 2rem;
  text-align: center;
  color: #f0f0f0;
  background: rgba(10, 31, 51, 0.9);
}
.boxWfInfo .boxBtn {
  display: flex;
  justify-content: center;
}
.btnMoveWf {
  position: relative;
  font-size: 2rem;
  background-color: rgba(0, 216, 188, 0.5);
  border: none;
  transition: 1s;
}
.btnMoveWf:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #f0f0f0;
}
.btnMoveWf:hover {
  color: #f0f0f0;
  background-color: rgba(236, 167, 0, 0.5);
}
.btnMoveWf svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: auto;
  height: 15px;
  margin: auto;
}
/* sitepolicy */
.blockSitepolicy .ttlBlock:before {
  content: "??";
  margin-right: 5px;
}
/* link */
.listLink {
  display: flex;
  flex-flow: row wrap;
}
.listLink > * {
  width: calc(100% / 4);
  margin-bottom: 2rem;
}
.listLink a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.listLink span {
  font-size: 1.2rem;
}
.boxSearchResult .postType {
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #0a1f33;
  font-size: 0.6rem;
}
/* contact */
.innerContact p {
  margin-bottom: 0.5rem;
}
.innerContactIntro .privacy a {
  text-decoration: underline;
}
.innerContactIntro .privacy a:hover {
  color: #e5005e;
  text-decoration: none;
}
.innerContactTel .tel > *:first-child {
  font-size: 3rem;
  margin-right: 10px;
}
.innerContactTel .tel > *:last-child {
  font-size: 5rem;
  letter-spacing: 2px;
}
.innerContactForm input, .innerContactForm textarea {
  padding: 15px 20px;
  border-radius: 4px;
  border: none;
  font-size: 1.6rem;
}
.innerContactForm input {
  min-width: 50%;
}
.innerContactForm textarea {
  width: 100%;
}
.innerContactForm p {
  margin-bottom: 1.5rem;
}
.innerContactForm .required {
  margin-left: 0.5rem;
  padding: 0.1rem 0.3rem;
  background: #e5005e;
  color: #f0f0f0;
  font-size: 0.6rem;
}
.innerContactForm *[type="submit"] {
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #238200;
  color: #f0f0f0;
  cursor: pointer;
  transition: 1s;
  font-size: 1.6rem;
}
.innerContactForm *[type="submit"]:hover {
  background-color: #e5005e;
}
/* faq */
.blockFaq {
  margin-bottom: 2rem;
}
.ttlFaqCategory {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.listFaq > * {
  margin-bottom: 1rem;
}
.listFaq > *:last-child {
  margin-bottom: 0;
}
.listFaq .ttlFaq {
  position: relative;
  padding: 1.5rem;
  background-color: #e5005e;
  color: #f0f0f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 50px;
  cursor: pointer;
  overflow: hidden;
}
.listFaq .ttlFaq span {
  display: flex;
  padding-left: 2.5rem;
}
.listFaq .ttlFaq span:before {
  content: 'Q.';
  position: absolute;
  left: 1.5rem;
  color: #f0f0f0;
  font-size: 2rem;
}
.listFaq .ttlFaq:before, .listFaq .ttlFaq:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  display: block;
  width: 1.5rem;
  height: 2px;
  background-color: #f0f0f0;
  transition: 0.5s;
}
.listFaq .ttlFaq:after {
  transform: rotate(-90deg);
}
.listFaq .open .ttlFaq:after {
  transform: rotate(0deg);
}
.listFaq .boxFaqAnswer {
  display: none;
  padding: 1.5rem;
  background-color: #f0f0f0;
  color: #0a1f33;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* history */
.listHistory {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
}
.listHistory > * {
  margin-bottom: 2rem;
}
.listHistory dt {
  width: 11%;
}
.listHistory dd {
  width: 88%;
  padding: 0 2rem 1rem;
}
.listHistory > *:nth-last-child(1), .listHistory > *:nth-last-child(2) {
  margin-bottom: 0;
}
.listHistory:before {
  content: '';
  position: absolute;
  left: 11%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #f0f0f0;
}
.boxHistoryAge {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  border: 1px solid #f0f0f0;
  background: #0a1f33;
}
.boxHistoryAge > * {
  text-align: center;
}
.boxHistoryAge > *:first-child {
  padding: 1rem;
  font-size: 3.6rem;
}
.boxHistoryAge > *:last-child {
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #0a1f33;
  background-color: #f0f0f0;
}
/* press release */
.listPressrelease > dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.listPressrelease > dd > * {
  margin-right: 1%;
}
/* about */
.tblAboutUs {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.tblAboutUs > * {
  border-bottom: 1px solid #f0f0f0;
  padding: 1.5rem 0.5rem;
}
.tblAboutUs > *:nth-child(odd) {
  width: 20%;
}
.tblAboutUs > *:nth-child(even) {
  width: 80%;
}
.tblAboutUsOfficer {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 1rem;
  /* 1??? */
  /* 2??? */
  /* 3??? */
}
.tblAboutUsOfficer > * {
  padding: 0.5rem;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.tblAboutUsOfficer > *:nth-child(-n+3) {
  background-color: #f0f0f0;
  color: #0a1f33;
  text-align: center;
  border-right: 1px solid #0a1f33;
}
.tblAboutUsOfficer > *:nth-child(3n-2) {
  width: 15%;
}
.tblAboutUsOfficer > *:nth-child(3n-1) {
  width: 20%;
}
.tblAboutUsOfficer > *:nth-child(3n) {
  width: 65%;
  border-right: 1px solid #f0f0f0;
}
/* manner */
.boxMannerYoutube iframe {
  max-width: 100%;
  max-height: 80vh;
}
.listManner {
  display: flex;
  flex-flow: row wrap;
}
.listManner > * {
  width: calc(98% / 2);
  margin-right: 2%;
  margin-bottom: 2%;
  background: #f0f0f0;
  border-radius: 4px;
}
.listManner > *:nth-child(2n) {
  margin-right: 0;
}
.listManner .boxTxt {
  height: 100%;
  padding: 20px 15px;
  color: #0a1f33;
}
.listManner .ttl {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.listManner p, .listManner span {
  margin-bottom: 1rem;
}
.listManner > *.rowFull {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-right: 0;
}
.listManner > *.rowFull .ttl {
  text-align: left;
}
.listManner > *.rowFull .boxImg {
  width: 40%;
}
.listManner > *.rowFull .boxTxt {
  width: 60%;
}
.boxMoveApp {
  display: flex;
  flex-flow: row wrap;
}
.boxMoveApp > *:first-child {
  width: 30%;
}
.boxMoveApp > *:last-child {
  width: 70%;
}
.boxCleanParticipant {
  padding: 20px;
  border: 2px solid #7ba9d4;
  border-radius: 10px;
  line-height: 200%;
  font-size: 1.2rem;
}
/* seat */
.ttlCautionNoTicket {
  color: #423000;
  background-color: #eca700;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 15px;
}
.boxCautionNoTicket {
  padding: 20px;
  color: #f0f0f0;
  background-color: rgba(242, 225, 183, 0.3);
  border-bottom: 1px solid #eca700;
}
.boxCautionVenue {
  display: flex;
  flex-flow: row wrap;
}
.boxCautionVenue > * {
  width: 47%;
}
.boxCautionVenue > *:first-child {
  margin-right: auto;
}
.boxCautionVenue > *.boxCaution {
  width: 100%;
  text-align: center;
}
.boxCautionVenue .box {
  padding: 20px;
  background-color: rgba(242, 225, 183, 0.3);
  border-top: 1px solid #eca700;
  border-bottom: 1px solid #eca700;
}
.boxCautionVenue .box .ttlBlock {
  padding: 20px 0;
  border-bottom: 1px solid #0a1f33;
  text-align: center;
}
.boxCautionVenue .boxCaution {
  font-size: 2.4rem;
}
.listOpeningTime {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  min-width: 100%;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
}
.listOpeningTime > * {
  display: flex;
  flex-flow: column nowrap;
  width: calc(94% / 4);
  margin-right: 2%;
  border: 1px solid #f0f0f0;
}
.listOpeningTime > * p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  min-height: 50%;
  padding: 20px;
  text-align: center;
  line-height: 125%;
}
.listOpeningTime > * p:first-child {
  padding: 40px 20px;
  font-size: 2rem;
  margin-bottom: auto;
  height: 100%;
}
.listOpeningTime > * p:first-child span {
  font-size: 20px;
}
@media all and (-ms-high-contrast: none) {
  .listOpeningTime > * p:first-child {
    padding: 20px;
  }
  .listOpeningTime > * p:first-child span {
    font-size: 20px;
  }
}
.listOpeningTime > * p:last-child {
  background-color: #f0f0f0;
  color: #0a1f33;
  font-size: 3rem;
}
.listOpeningTime > *:nth-child(4n) {
  margin-right: 0;
}
.listSeat {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.listSeat > * {
  display: flex;
  flex-flow: column nowrap;
  width: calc(96% / 3);
  margin-right: 2%;
  margin-bottom: 2%;
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  background-color: rgba(240, 240, 240, 0.1);
  overflow: hidden;
}
.listSeat > * p:nth-child(2) {
  text-align: center;
}
.listSeat > * p:nth-child(3) {
  padding-top: 20px;
  border-top: 1px solid #0a1f33;
}
.listSeat > * p:nth-child(4) {
  padding-bottom: 10px;
  border-bottom: 1px solid #0a1f33;
  text-align: center;
}
.listSeat > *:nth-child(3n) {
  margin-right: 0;
}
.listSeat .restriction {
  padding: 10px 0;
  background-color: #0a1f33;
}
.listSeat .price {
  text-align: right;
  font-size: 36px;
}
.listSeat .price span {
  font-size: 20px;
  margin-right: 10px;
}
.listSeat .boxImg {
  display: flex;
  width: 100%;
  position: relative;
}
.listSeat .boxImg .option {
  background-color: #dc1f54;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0 5px;
  font-size: 16px;
  border-radius: 4px;
}
@media all and (-ms-high-contrast: none) {
  .listSeat .boxImg img {
    width: 100%;
    /* IE10??? */
  }
}
.listSeat .boxTxt {
  width: 100%;
  min-height: 100%;
  padding: 20px 15px;
}
@media all and (-ms-high-contrast: none) {
  .listSeat > * {
    flex-flow: row wrap;
  }
}
.ttlSeatDetail {
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: center;
}
.ttlSeatDetail span {
  font-size: 1.6rem;
}
.listSeatOther {
  display: flex;
  flex-flow: row wrap;
}
.listSeatOther > * {
  width: calc(98% / 2);
  margin-right: 2%;
  background-color: rgba(240, 240, 240, 0.1);
  padding: 20px 15px;
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
}
.listSeatOther > *:nth-child(2n) {
  margin-right: 0;
}
.listSeatOther p {
  text-align: center;
}
.listSeatOther .tel {
  font-size: 3rem;
  margin-bottom: 30px;
}
.listSeatOther .tel span {
  font-size: 20px;
}
.listSeatOther .ttl {
  text-align: center;
}
.listSeatOther .reception {
  position: relative;
  padding-top: 40px;
}
.listSeatOther .reception:before, .listSeatOther .reception:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.listSeatOther .reception:before {
  content: '';
  width: 100%;
  border-top: 1px solid #0a1f33;
}
.listSeatOther .reception:after {
  content: '??t???????';
  display: inline-block;
  top: -30%;
  width: 30%;
  background-color: #0a1f33;
  font-size: 16px;
  padding: 5px 10px;
}
/* beginner */
.innerBeginner {
  position: relative;
  display: flex;
  padding: 0;
  background-color: rgba(240, 240, 240, 0.1);
  background-position: top left;
  background-repeat: no-repeat;
}
.innerBeginner .boxTxt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 10rem;
  margin-left: auto;
  padding: 50px 20px;
  color: #0a1f33;
  background-color: #f0f0f0;
}
.innerBeginner .boxTxt .ttl {
  width: 100%;
}
.innerBeginner .boxTxt .btn {
  min-width: 70%;
  border-color: #0a1f33;
  color: #0a1f33;
}
.innerBeginner .boxTxt .btn:hover {
  background-color: #0a1f33;
  color: #f0f0f0;
}
.innerBeginner .boxTxt .btn:after {
  border-color: #0a1f33;
}
.innerBeginner .boxTxt .btn:hover:after {
  border-color: #f0f0f0;
}
.innerBeginner .boxTxt > p {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.ttlBeginner {
  margin-bottom: 30px;
  font-size: 3rem;
  text-align: center;
}
.listContentLink {
  display: flex;
  flex-flow: row wrap;
}
.listContentLink > * {
  margin-right: 1px;
  margin-bottom: 1px;
}
.listContentLink > *:nth-child(3), .listContentLink > *:last-child {
  margin-right: 0;
}
.listContentLink > *:nth-child(-n + 3) {
  width: calc(100% / 3 - 2px);
}
.listContentLink > *:nth-child(n + 4) {
  width: calc(100% / 2 - 2.5px);
}
.inner4Pillar {
  display: flex;
  flex-flow: row wrap;
}
.inner4Pillar > * {
  width: 50%;
}
.inner4Pillar .boxTxt {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.ttl4Pillar {
  display: flex;
  align-items: center;
  height: 16rem;
  margin-bottom: auto;
  font-size: 8rem;
  text-align: center;
  letter-spacing: 0.2rem;
}
.ttl4Pillar span {
  font-size: 12rem;
}
.ttl4Pillar span:first-child {
  position: relative;
  padding: 0 0 0 3rem;
  color: #0a1f33;
  font-size: 16rem;
  z-index: 1;
}
.ttl4Pillar span:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 11rem;
  height: 11rem;
  background: #f0f0f0;
  border-radius: 100%;
  z-index: -1;
}
.list4Pillar {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  width: 100%;
  counter-reset: cnt4Pillar;
}
.list4Pillar .boxText {
  display: flex;
  flex-flow: column nowrap;
}
.list4Pillar .boxText p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.list4Pillar li {
  position: relative;
  width: 80%;
  height: 10rem;
  padding: 2rem;
  text-align: right;
  margin-left: auto;
  margin-bottom: 1rem;
  z-index: 0;
}
.list4Pillar li:before {
  content: counter(cnt4Pillar) ".";
  counter-increment: cnt4Pillar;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 0;
  height: 0;
  margin: auto 0;
  padding-bottom: 1rem;
  color: rgba(240, 240, 240, 0.3);
  font-size: 10rem;
}
.list4Pillar li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  width: 5rem;
  height: 100%;
  border-top: 10rem solid #0a1f33;
  border-right: 3rem solid transparent;
  z-index: 99;
}
.list4Pillar li .ttl {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
.list4Pillar li p {
  font-size: 1.6rem;
}
.list4Pillar li:nth-child(1) {
  background: #3b6b98;
}
.list4Pillar li:nth-child(2) {
  background: #dc1f54;
  width: 86%;
}
.list4Pillar li:nth-child(3) {
  background: #eca700;
  width: 92%;
}
.list4Pillar li:nth-child(4) {
  background: #70bd0d;
  width: 98%;
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.boxLoopSlider {
  position: relative;
  min-width: 100%;
  width: 100%;
}
.boxLoopSliderMove {
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
}
.boxPartnerTop {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 2rem 0;
  background: #031323;
  overflow: hidden;
}
_::-webkit-full-page-media, _:future, :root .boxLoopSliderMove {
  min-width: calc(15rem * 17);
}
.boxLoopSlider .boxLoopSliderMove:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.boxLoopSlider .boxLoopSliderMove:last-child {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.boxLoopSlider:hover .boxLoopSliderMove {
  animation-play-state: paused;
}
.listPartnerTop {
  min-width: 100%;
  width: 100%;
  display: flex;
  padding: 1rem 0;
  flex-flow: row nowrap;
}
.listPartnerTop > * {
  display: flex;
  min-width: 15rem;
  width: 15rem;
  min-height: 15rem;
  height: 15rem;
}
.listPartnerTop > *:nth-child(even) {
  margin-top: 7.5rem;
}
.listPartnerTop a.btn {
  padding: 1rem;
  position: relative;
}
.listPartnerTop a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
}
.listPartnerTop a.btn:hover:before {
  left: -7.5%;
  width: 115%;
  height: 115%;
  opacity: 1;
}
.boxLoopSlider .boxLoopSliderMove:nth-child(2n) .listPartnerTopReverse > *:nth-child(even) {
  margin-top: 0;
}
.boxLoopSlider .boxLoopSliderMove:nth-child(2n) .listPartnerTopReverse > *:nth-child(odd) {
  margin-top: 7.5rem;
}
_:-ms-lang(x)::-ms-backdrop, .listPartnerTop > * {
  min-width: 15rem;
  height: 15rem;
}
/* connect */
.innerSponsorship {
  display: flex;
  flex-flow: row wrap;
  padding: 50px;
  color: #0a1f33;
  background-color: #f0f0f0;
}
.innerSponsorship .boxSponsorship {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: calc(96% / 3);
  min-height: 250px;
  margin-right: 2%;
  text-align: center;
}
.innerSponsorship .boxSponsorship .ttl {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  border-bottom: 1px solid #0a1f33;
}
.innerSponsorship .boxSponsorship:nth-child(3n) {
  margin-right: 0;
}
.innerSponsorship > p {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.boxSponsorship {
  position: relative;
  background-color: rgba(123, 169, 212, 0.3);
  overflow: hidden;
}
.boxSponsorship:after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -5%;
  width: 80%;
  height: 200px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
.boxSponsorshipCash:after {
  background-image: url("../img/icon_wallet.svg");
}
.boxSponsorshipSingleShot:after {
  background-image: url("../img/icon_fireworks.svg");
}
.boxSponsorshipAd:after {
  background-image: url("../img/icon_book.svg");
}
.boxBenefits {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  color: #0a1f33;
  background-color: #f0f0f0;
  margin-bottom: 6rem;
}
.boxBenefits .boxImg {
  position: absolute;
  top: -5%;
  bottom: 0;
  margin: auto 0;
  left: 30px;
  width: 600px;
  height: auto;
}
.boxBenefits .boxTxt {
  display: flex;
  flex-flow: row wrap;
  width: 55%;
  margin-left: auto;
  padding: 30px;
}
.boxBenefits .boxTxt .boxBenefitsDetail {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: calc(96% / 3);
  margin-right: 2%;
  text-align: center;
}
.boxBenefits .boxTxt .boxBenefitsDetail:nth-child(3n) {
  margin-right: 0;
}
.boxBenefits .boxTxt span {
  font-weight: bold;
}
.boxBenefits .boxTxt img {
  width: 70%;
  height: auto;
}
.boxBenefits .boxTxt > p {
  width: 100%;
  text-align: center;
}
.boxBenefitsOption {
  display: flex;
  flex-flow: row wrap;
}
.boxBenefitsOption > * {
  width: 49%;
  margin-right: 2%;
}
.boxBenefitsOption > *:nth-child(2n) {
  margin-right: 0;
}
.boxSponsorshipPhoenix {
  position: relative;
  padding-top: 25vh;
  background: url("../img/bg_connect_sponsorship_phoenix.jpg") no-repeat top center;
  background-size: 100%;
}
.boxSponsorshipPhoenix .boxTxt {
  width: 90%;
  padding: 3rem;
  margin: auto;
  color: #0a1f33;
  background-color: rgba(240, 240, 240, 0.9);
  position: relative;
  z-index: 1;
}
.boxSponsorshipPhoenix .boxTxt .ttlBlock {
  margin-bottom: 2rem;
  text-align: center;
}
.boxSponsorshipPhoenix .boxTxt p {
  margin-bottom: 2rem;
}
/* enjoy */
.listEnjoyPoint {
  display: flex;
  flex-flow: row nowrap;
}
.listEnjoyPoint > * {
  width: calc(100% / 3);
  height: 300px;
}
.listEnjoyPoint > * a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.listEnjoyPoint > * a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.listEnjoyPoint > * a:after {
  content: '';
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  transform: rotate(45deg);
  transition: 0.5s;
}
.listEnjoyPoint > * a:hover:after {
  bottom: 25%;
}
.listEnjoyPoint > * span {
  position: relative;
  font-size: 30px;
  z-index: 1;
}
.boxEnjoyPointProgram {
  background-image: url("../img/bg_enjoy_point_program_navi.jpg");
}
.boxEnjoyPointLight {
  background-image: url("../img/bg_enjoy_point_light.jpg");
}
.boxEnjoyPointTourism {
  background-image: url("../img/bg_enjoy_point_tourism_navi.jpg");
}
.secEnjoyProgram {
  padding: 30px 0;
  background: url("../img/bg_enjoy_point_program.jpg") no-repeat center right;
  background-size: cover;
}
.listEnjoyProgram {
  display: flex;
  width: 100%;
  height: 50vh;
  color: #0a1f33;
}
.listEnjoyProgram > * {
  width: 49.5%;
}
.listEnjoyProgram > *:first-child {
  margin-right: auto;
}
.listEnjoyProgram .btnEnjoyProgram {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.2);
  transition: 0.3s;
}
.listEnjoyProgram .btnEnjoyProgram:after {
  content: '???????';
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 40%;
  padding: 1rem 0;
  margin: auto;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.8);
  border-radius: 100px;
  color: rgba(229, 0, 94, 0.8);
  font-size: 2rem;
  opacity: 0;
  transition: inherit;
}
.listEnjoyProgram a:hover {
  color: rgba(240, 240, 240, 0.8);
  background-color: rgba(229, 0, 94, 0.8);
}
.listEnjoyProgram a:hover:after {
  bottom: 20%;
  opacity: 1;
}
.listEnjoyProgram p {
  font-size: 2rem;
}
.listEnjoyProgram .ttl {
  font-size: 8rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  letter-spacing: 4px;
  border-bottom: 1px solid #f0f0f0;
}
.listEnjoyProgram .ttl span {
  font-size: 3rem;
}
.listEnjoyProgram a:hover .ttl {
  border-bottom-color: rgba(240, 240, 240, 0.8);
}
.secEnjoyLight {
  position: relative;
  z-index: 0;
}
.secEnjoyLight:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  background: url("../img/bg_enjoy_point_light.jpg") no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}
.boxEnjoyLight {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.boxEnjoyLight .boxImg {
  width: 40%;
  text-align: center;
}
.boxEnjoyLight .boxTxt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 60%;
  height: 300px;
  margin: auto;
  padding: 40px;
  color: #0a1f33;
}
.boxEnjoyLight .boxTxt .ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}
.boxEnjoyLight:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  height: 300px;
  background-color: rgba(240, 240, 240, 0.7);
  z-index: -1;
}
.boxEnjoyLightApp {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 20px;
}
.boxEnjoyLightApp > * {
  display: block;
  margin: 0 10px;
  color: #0a1f33;
  border-color: #0a1f33;
}
.boxEnjoyLightApp > *:hover {
  background-color: #0a1f33;
  color: #f0f0f0;
}
.listEnjoyProgramDetail {
  display: flex;
  flex-flow: row wrap;
  counter-reset: cntProgram;
}
.listEnjoyProgramDetail dt, .listEnjoyProgramDetail dd {
  padding: 1rem 2rem;
  border-top: 1px solid #f0f0f0;
}
.listEnjoyProgramDetail dt:nth-last-child(-n+4), .listEnjoyProgramDetail dd:nth-last-child(-n+4) {
  border-bottom: 1px solid #f0f0f0;
}
.listEnjoyProgramDetail dt {
  display: flex;
  align-items: center;
  width: 14%;
}
.listEnjoyProgramDetail dd {
  width: 35%;
  margin-right: auto;
}
.listEnjoyProgramDetail dd:nth-child(4n) {
  margin-right: 0;
}
.listEnjoyProgramDetail dt:first-of-type {
  counter-reset: cntProgram;
}
.listEnjoyProgramDetail dt:not(:first-of-type) {
  counter-increment: cntProgram;
}
.listEnjoyProgramDetail dt:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-right: 10px;
  background-color: #f0f0f0;
  color: #0a1f33;
  border-radius: 100px;
}
.listEnjoyProgramDetail dt:not(:first-of-type):before {
  content: counter(cntProgram);
}
.listEnjoyProgramDetail dt:first-of-type:before, .listEnjoyProgramDetail dt:last-of-type:before {
  content: '??O';
}
.listEnjoyProgramDetail dd {
  background-color: rgba(240, 240, 240, 0.1);
}
.listEnjoyProgramDetail dd p:first-child {
  font-size: 2rem;
}
.listEnjoyProgramDetail dd p:last-child {
  text-align: right;
}
.listEnjoyProgramDetail dd p:nth-child(3), .listEnjoyProgramDetail dd a {
  color: #b4b4b4;
  transition: 0.3s;
}
.listEnjoyProgramDetail dd a {
  text-decoration: underline;
}
.listEnjoyProgramDetail dd p:nth-child(n + 2) a:hover {
  text-decoration: none;
  color: #e5005e;
}
.listEnjoyProgramDetail .time {
  font-size: 2rem;
  letter-spacing: 1px;
}
.boxEnjoyOther {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
  background-color: #f0f0f0;
}
.boxEnjoyOther .boxImg {
  width: 50%;
}
.boxEnjoyOther .boxTxt {
  display: flex;
  flex-flow: column nowrap;
  width: 50%;
  padding: 2rem 4rem;
  color: #0a1f33;
}
.boxEnjoyOther .boxTxt p {
  line-height: 200%;
}
.boxEnjoyOther .boxTxt > *:first-child {
  margin-top: auto;
  margin-bottom: auto;
}
.boxEnjoyOther .boxTxt > *:nth-child(3) {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.boxEnjoyOther .boxTxt .btn {
  width: 75%;
}
.ttlEnjoyOther {
  font-size: 2.4rem;
}
/* sitemap */
.innerSitemap {
  display: flex;
  flex-flow: column nowrap;
}
.innerSitemap > * {
  width: 100%;
  margin: 0 auto;
}
.listSitemap {
  display: flex;
  flex-flow: column nowrap;
}
.listSitemap li {
  margin-bottom: 2px;
}
.listSitemap a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
}
.listSitemap a:hover {
  background-color: #e5005e;
}
.listSitemap a:after {
  content: '';
  display: flex;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: auto;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  transform: rotate(45deg);
}
.listSitemap .children li:last-child {
  margin-bottom: 0;
}
.listSitemap .children a {
  padding-left: 60px;
  background-color: rgba(240, 240, 240, 0.2);
}
.listSitemap .children a:hover {
  background-color: #e5005e;
}
.listSitemap .children a:before {
  content: '?[';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: flex;
  align-items: center;
  margin: auto;
}
.listSitemap .children .children a {
  padding-left: 80px;
  background-color: rgba(240, 240, 240, 0.3);
}
.listSitemap .children .children a:before {
  content: '?[?[';
}
.listSitemap .children .children a:hover {
  background-color: #e5005e;
}
.listSitemap > li {
  display: flex;
  flex-flow: row nowrap;
}
.listSitemap > li > .children {
  width: 66%;
}
.listSitemap > li > .children li {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.listSitemap > li > .children li > * {
  width: 50%;
}
.listSitemap > li > .children li > * a {
  width: 100%;
}
.listSitemap > li > a {
  width: 33%;
  background-color: rgba(240, 240, 240, 0.1);
  border-left: 2px solid #f0f0f0;
}
/* sponsor */
.ttlSponsorshipDetail {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
.ttlSponsorshipDetail span {
  display: inline-flex;
  align-items: center;
  margin: auto 0 auto 10px;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #e5005e;
  color: #f0f0f0;
  border-radius: 4px;
  line-height: 1.2;
}
.listSponsorshipDetail {
  display: flex;
  flex-flow: row wrap;
}
.listSponsorshipDetail dt, .listSponsorshipDetail dd {
  padding: 30px;
  margin-bottom: 1px;
}
.listSponsorshipDetail dt {
  width: 20%;
  color: #f0f0f0;
  background-color: rgba(240, 240, 240, 0.2);
}
.listSponsorshipDetail dd {
  width: 80%;
  background-color: rgba(240, 240, 240, 0.1);
}
.listSponsorshipDetail .ttlSponsorshipItem {
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 5px;
}
.listSponsorshipSingleShotPrice {
  display: flex;
  flex-flow: row wrap;
  width: 60%;
  margin-bottom: 20px;
}
.listSponsorshipSingleShotPrice dt {
  width: 50%;
}
.listSponsorshipSingleShotPrice dd {
  width: 50%;
  font-size: 36px;
  letter-spacing: 2px;
  text-align: right;
}
.listSponsorshipSingleShotPrice dd:after {
  content: ' ?~';
  font-size: 22px;
}
/* tourism */
.innerTourism {
  display: flex;
  flex-flow: row wrap;
}
.innerTourism .ttl {
  width: 100%;
}
.innerTourism .boxTourism {
  display: block;
  width: 50%;
  margin-right: auto;
}
.innerTourism .boxTourism img {
  max-width: 100%;
}
.innerTourism .boxTourismSp {
  width: 100%;
}
.innerTourism .listTourismSp {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 30px;
  z-index: 1;
}
.innerTourism .listTourismSp li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 49%;
  padding: 0 20px 20px;
  color: #0a1f33;
  z-index: 1;
}
.innerTourism .listTourismSp .boxImg, .innerTourism .listTourismSp .boxTxt {
  position: relative;
  z-index: 1;
}
.innerTourism .listTourismSp .boxImg {
  margin-bottom: 20px;
}
.innerTourism .listTourismSp .boxTxt {
  display: flex;
  flex-flow: column nowrap;
}
.innerTourism .listTourismSp .ttl {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #0a1f33;
}
.innerTourism .listTourismSp .ttl span {
  font-size: 1.6rem;
}
.innerTourism .listTourismSp p {
  font-size: 1.6rem;
}
.innerTourism .listTourismSp .link {
  margin-bottom: 0;
  text-align: center;
}
.innerTourism .listTourismSp .link .btn {
  width: 80%;
}
.innerTourism .listTourismSp li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  max-height: 80%;
  background-color: #f0f0f0;
  z-index: 0;
}
.boxKankoNavi {
  position: relative;
  display: block;
  width: 100%;
}
.boxKankoNavi:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  border: 10px solid #e5005e;
  opacity: 0;
  transition: 0.3s;
}
.boxKankoNavi:hover:after {
  opacity: 1;
}
/* tickket */
.ttlEntryExample {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem;
  background-color: rgba(240, 240, 240, 0.2);
}
.ttlEntryExample:before, .ttlEntryExample:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  display: block;
  width: 2rem;
  height: 1px;
  margin: auto;
  background-color: #f0f0f0;
  transition: 0.3s;
}
.ttlEntryExample:after {
  transform: rotate(90deg);
}
.open .ttlEntryExample:after {
  transform: rotate(0);
}
.boxEntryExample {
  display: none;
  padding: 2rem;
  background-color: rgba(240, 240, 240, 0.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.boxEntryExample p {
  text-align: center;
  margin-bottom: 2rem;
}
.boxEntryExample a {
  width: 31%;
  margin: 0 1%;
}
.boxContactTicketcenter {
  text-align: center;
}
.boxContactTicketcenter .tel {
  font-size: 3.2rem;
}
.boxContactTicketcenter .tel span {
  font-size: 2rem;
}
.tblSeatType {
  width: 100%;
}
.tblSeatType tr {
  transition: 0.3s;
}
.tblSeatType tr:hover {
  background-color: rgba(240, 240, 240, 0.3);
}
.tblSeatType th, .tblSeatType td {
  padding: 1rem;
  border-right: 1px solid #0a1f33;
  border-bottom: 1px solid #0a1f33;
}
.tblSeatType th {
  background-color: rgba(240, 240, 240, 0.1);
}
.tblSeatType td {
  background-color: rgba(240, 240, 240, 0.2);
}
.tblSeatType .price, .tblSeatType .number {
  text-align: right;
}
.tblSeatType .soldout {
  color: rgba(180, 180, 180, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}
.listVenueMap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.listVenueMap li {
  width: 49.5%;
  margin-bottom: 1%;
}
.listVenueMap li a {
  width: 100%;
}
.listVenueMap li:nth-child(2n) {
  margin-left: auto;
}
/* access */
.innerAccessTwitter {
  display: flex;
  flex-flow: row nowrap;
}
.innerAccessTwitter > * {
  margin-bottom: 0;
}
.innerAccessTwitter > *:first-child {
  width: 30%;
}
.innerAccessTwitter > *:last-child {
  width: 70%;
}
.innerAccessTwitter .boxImg {
  text-align: right;
}
.innerAccessTwitter .boxTxt {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 0;
}
.innerAccessTwitter .boxTxt p:nth-of-type(1) {
  line-height: 200%;
}
.innerAccessTwitter .boxTxt > *:last-child {
  margin-top: auto;
  margin-bottom: 40px;
}
.ttlAccessTwitter {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  margin-bottom: auto;
}
.ttlAccessTwitter span {
  text-align: left;
}
.ttlAccessTwitter img {
  width: auto;
  height: 80px;
  margin-right: 1rem;
}
.btnTwitterFollow {
  padding: 20px;
  background-color: #1da1f2;
  border-radius: 4px;
  transition: 0.3s;
}
.btnTwitterFollow:hover {
  opacity: 0.7;
}
.innerAccessApp {
  display: flex;
  height: 250px;
  padding: 30px;
  background: url("../img/bg_access_app.jpg") no-repeat top center;
  background-size: 100%;
  overflow: hidden;
}
.innerAccessApp .boxTxt {
  display: flex;
  flex-flow: column nowrap;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0;
}
.innerAccessApp .boxBtnArea {
  display: flex;
  flex-flow: row nowrap;
  margin-top: auto;
}
.innerAccessApp .boxBtnArea a {
  display: inline-block;
  width: auto;
  height: 60px;
  padding: 0;
  margin: auto auto 0;
}
.innerAccessApp .boxBtnArea a img {
  width: auto;
  max-height: 100%;
}
.innerAccessApp .boxBtnArea a:first-child {
  margin-right: 10px;
}
.innerAccessApp .boxBtnArea a:last-child {
  margin-left: 10px;
}
.ttlAccessApp {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  margin-top: auto;
  margin-bottom: auto;
}
.ttlAccessApp span {
  text-align: left;
}
.ttlAccessApp img {
  width: auto;
  height: 80px;
  margin-right: 1rem;
}
.listAccessJumpItem {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
}
.listAccessJumpItem li {
  position: relative;
  width: calc(100% / 4);
}
.listAccessJumpItem a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 210px;
  height: 210px;
  margin: auto;
  padding: 20px;
  font-size: 1.8rem;
  color: #0a1f33;
  background-color: #f0f0f0;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s;
}
.listAccessJumpItem a:before, .listAccessJumpItem a:after {
  content: '';
  transition: inherit;
}
.listAccessJumpItem a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3%;
  right: 0;
  width: 106%;
  height: 106%;
  margin: auto;
  border: 2px solid #f0f0f0;
  border-radius: 100%;
  z-index: 0;
}
.listAccessJumpItem a:after {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 10%;
  height: 10%;
  margin: auto;
  border-bottom: 1px solid #0a1f33;
  border-right: 1px solid #0a1f33;
  transform: rotate(45deg);
}
.listAccessJumpItem a:hover {
  width: 230px;
  height: 230px;
}
.listAccessJumpItem a:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
}
.listAccessJumpItem a:hover:after {
  bottom: 1rem;
}
.btnJumpAccess svg {
  width: auto;
  height: 50px;
  margin-top: auto;
}
.btnJumpAccess span {
  margin-top: 20px;
  margin-bottom: auto;
}
@media all and (-ms-high-contrast: none) {
  .btnJumpAccess svg {
    margin-top: 0;
  }
}
.boxAccessCar > *:first-child {
  width: 35%;
}
.boxAccessCar > *:last-child {
  width: 64%;
  margin-left: auto;
}
.boxAccessCarRegulation .btnFile {
  width: 45%;
  margin: auto;
}
.ttlAccessBycicleMapArea {
  width: 100%;
}
.boxAccessBycicleMapItem {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0;
  width: calc(98% / 3);
}
.boxAccessBycicleMapItem iframe {
  width: 100%;
  max-height: 30vh;
}
.boxAccessBycicleMapItem:nth-of-type(-n+2) {
  margin-right: 1%;
}
.boxAccessHighway {
  margin-top: 50px;
}
.boxAccessHighwayItem {
  text-align: center;
  margin-bottom: 0;
}
.boxAccessHighwayItem .ttl {
  display: inline;
  color: #f0f0f0;
  background-color: #70bd0d;
  margin: auto;
  padding: 10px 20px;
}
.listAccessHighway {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  min-height: 150px;
  margin-top: -20px;
  padding: 40px 20px 20px;
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #0a1f33;
}
.listAccessHighway dt, .listAccessHighway dd {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 50%;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.listAccessHighway dt:last-of-type, .listAccessHighway dd:last-of-type {
  margin-bottom: 0;
}
.listAccessHighway dt:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 2rem;
  margin-left: auto;
  border-top: 1px solid #0a1f33;
  border-right: 1px solid #0a1f33;
  transform: rotate(45deg);
}
.listAccessHighway dd {
  color: #70bd0d;
}
.innerAccessTora {
  margin-bottom: 2rem;
}
.boxAccessTora > * {
  width: calc(98%/3);
  margin-right: 1%;
}
.boxAccessTora > *:nth-child(3) {
  margin-right: 0;
}
.ttlAccessJrDetail {
  text-align: center;
  margin-bottom: 1.5rem;
}
.ttlProgramSp {
  display: flex;
  align-items: center;
  color: #eca700;
}
.listProgramSponsor {
  display: flex;
  flex-flow: row wrap;
}
.listProgramSponsor li {
  width: 33%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border-left: 2px solid #f0f0f0;
}
.listProgramSponsor a {
  text-decoration: underline;
}
.listProgramSponsor a:hover {
  text-decoration: none;
}
.boxInfo {
  display: flex;
  flex-flow: row wrap;
  width: 90%;
  margin: auto;
  padding: 40px;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.boxInfo > *:first-child {
  width: 40%;
}
.boxInfo > *:last-child {
  width: 60%;
}
.boxInfo .ttlContent {
  margin-bottom: 0;
  color: #0a1f33;
}
.boxInfo .ttlJpn {
  font-size: 2.8rem;
}
.boxInfo .ttlJpn:after {
  border-color: #0a1f33;
}
.listInfo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-left: 40px;
  border-left: 1px solid #0a1f33;
}
.listInfo a {
  position: relative;
  display: flex;
  padding: 1rem 4rem 1rem 1rem;
  color: #0a1f33;
  transition: 0.3s;
}
.listInfo a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listInfo a:hover {
  color: #f0f0f0;
  background-color: #e5005e;
}
.listInfo a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  transform: rotate(45deg);
  transition: inherit;
}
.listInfo a:hover:after {
  right: 1rem;
}
.btnLinkVenueMap {
  font-size: 2.8rem;
  padding: 5rem;
  background-color: rgba(112, 189, 13, 0.7);
  border: none;
}
.btnLinkVenueMap:hover {
  background-color: #70bd0d;
  color: #f0f0f0;
}
.btnLinkVenueMap:hover:after {
  border-color: #f0f0f0;
}
.sampleIphone {
  text-align: center;
}
.appContents {
  text-align: center;
}
.nctConnect {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nctConnect img {
  width: 100px;
  height: auto;
}
.nctConnect div:nth-child(2) {
  margin: 0 0 0 20px;
}
.appBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appBox .androidApp {
  margin-left: 20px;
}
.appBox .qrCode {
  margin-left: 20px;
  display: block;
}
/* winter fantasy */
.boxWfAccess {
  display: flex;
  flex-flow: row wrap;
}
.boxWfContact p {
  line-height: 180%;
}
.boxWfContact .ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.boxWfContact .tel {
  font-size: 3.6rem;
  margin-left: 0.5rem;
}
.listWfHolding {
  margin-bottom: 1rem;
}
.listWfHolding dt {
  width: 20%;
}
.listWfHolding dd {
  width: 80%;
}
.boxWfTicket {
  width: calc(50% - 5px);
}
.boxWfTicket .ttl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  text-align: center;
}
.listWfTicket dt {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: rgba(240, 240, 240, 0.2);
  line-height: initial;
}
.listWfTicket dd:not(:last-child) {
  margin-bottom: 15px;
}
.boxWfSub {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 20px;
}
.boxWfSub > * {
  width: calc(100%/3);
  height: 20vh;
}
.boxWfSub a {
  position: relative;
  display: flex;
  overflow: hidden;
}
.boxWfSub a img {
  position: absolute;
  width: 100%;
}
.boxWfSub a:last-of-type img {
  bottom: -50%;
}
/* partner */
.ttlPartnerCategory {
  width: 100%;
  margin: 20px 0;
  font-size: 2.2rem;
  line-height: 1.3;
}
.ttlPartnerCompanyName {
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.1);
  border-radius: 4px;
}
.boxPartnerCategory {
  display: flex;
  flex-flow: row wrap;
}
.boxPartnerCategory .boxDetail {
  width: 50%;
  background: none;
}
.boxPartnerCategory .boxDetail > * {
  width: 100%;
}
.boxPartnerCategory .boxDetail a {
  margin: auto;
}
.boxPartnerCategory .boxDetail .btnFile {
  display: inline-flex;
  min-width: 200px;
  width: auto;
}
.boxPartnerCategory .boxDetail p {
  text-align: center;
}
.boxPartnerCategory .boxDetail p:last-of-type {
  margin-bottom: 0;
}
.boxPartnerCategory .boxDetail img {
  margin-bottom: 10px;
}
.boxPartnerCategory .boxDetailFull {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  border-right: none !important;
}
.boxPartnerCategory .boxDetailFull > p {
  width: 50%;
}
.boxPartnerCategory .boxLinkArea {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.boxPartnerCategory .boxLinkArea a {
  display: inline-flex;
  min-width: 200px;
  width: auto;
}
/*trademar*/
.trademarkMainText {}
.trademarkBtnWrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.trademarkBtnWrap span {
  display: block;
  padding-left: 20px;
}
.trademarkTableWrap {
  width: 100%;
  border: 1px solid #fff;
  padding: 20px;
}
.trademarkTable {
  margin: 0 auto;
}
.trademarkTable th {
  font-size: 2rem;
  text-align: left;
}
.trademarkTable td {
  font-size: 2rem;
  text-align: right;
  padding-left: 20px;
}
.trademarkText {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 40px 0;
}
.trademarkHead {
  font-size: 2rem;
  font-weight: bold;
  margin: 40px 0 20px 0;
}
/* ***********************************
@media screen PC
*********************************** */
@media screen and (min-width: 769px) {
  /* top */
  .secHeaderNavi {
    position: fixed;
    width: 100%;
    margin-bottom: auto;
    animation: fadeIn 2s ease 5s 1 normal;
    animation-fill-mode: both;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .secHeaderPurpose {
    position: relative;
    margin-bottom: 0;
    z-index: -1;
  }
  .secHeaderPurpose:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    z-index: 0;
  }
  .innerTopBg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -5;
  }
  .navTopHeader {
    display: flex;
    flex-flow: row nowrap;
  }
  .boxNavTopHeaderL {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    width: 100%;
    margin-right: 3rem;
  }
  section.section.secMvWarning.effTopMV2 {
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 10.4s, transform 2s cubic-bezier(0.5, 0, 0, 1) 10.4s;
    padding: 20px 0;
    width: 985px;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    border-radius: 4px;
    background: rgba(240, 240, 240, 0.7);
    animation: fadeIn 2s ease 7s 1 normal;
    animation-fill-mode: both;
    z-index: -1;
  }
  section.section.secMvWarning.effTopMV2 p {
    /*display: inline-flex;*/
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    text-decoration: none;
  }
  .btnHeaderBeginnerTop {
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 12rem;
    min-height: 12rem;
    padding: 1rem;
    background-color: #e5005e;
    color: #f0f0f0;
    transition: 0.3s;
  }
  .btnHeaderBeginnerTop:hover {
    background-color: rgba(229, 0, 94, 0.8);
  }
  .btnHeaderBeginnerTop svg {
    height: 3rem;
  }
  .headerTop {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    z-index: 0;
  }
  .innerTopBg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/pattern_dot.png");
    z-index: 99;
  }
  .innerHeaderNavi {
    display: flex;
    flex-flow: row nowrap;
  }
  .boxLogoHeader {
    display: flex;
    flex-flow: column nowrap;
    width: 14vw;
    margin: 1rem auto 0 1rem;
  }
  .boxLogoHeader > *:first-child {
    margin-bottom: 1rem;
  }
  .listNaviHeader {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
  }
  .listNaviHeader * {
    color: #f0f0f0;
  }
  .listNaviHeader > * {
    width: calc(70% / 3);
  }
  .bgMainVisualWf {
    background-image: url("../img/bg_mainvisual_wf.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .bgMainVisualWf:after {
    content: none;
  }
  .boxWfInfo {
    position: absolute;
    top: -10vh;
    width: 50%;
  }
  .boxWfInfo .boxImg img {
    max-width: 100%;
  }
  .boxWfInfo .boxBtn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .boxWfInfo .boxBtn {
    justify-content: flex-start;
  }
  *::-ms-backdrop, .btnMoveWf svg {
    width: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .btnMoveWf {
    position: relative;
    min-width: 340px;
    width: 20vw;
    height: 10vh;
    font-size: 2rem;
    background-color: rgba(0, 216, 188, 0.5);
    border: none;
    transition: 1s;
  }
  .btnMoveWf:after {
    right: 23px;
    width: 30px;
    height: 30px;
  }
  @supports (-ms-ime-align: auto) {
    /* edge?n?b?N */
    .listNaviHeader > * {
      width: calc(60% / 3);
    }
  }
  .listNaviHeader > *:first-child {
    margin-left: 0;
  }
  .boxNaviHeader {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0.5rem;
    transition: 0.3s;
  }
  .boxNaviHeader svg {
    width: auto;
    height: 2rem;
    margin-bottom: 1rem;
  }
  .boxNaviHeader:hover {
    background: rgba(240, 240, 240, 0.3);
  }
  .secNewsTop {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background: url("../img/bg_news_top.png") no-repeat center center;
    background-size: cover;
  }
  .secNewsTop:before {
    content: "";
    display: block;
    width: 100%;
    height: 5rem;
    margin-bottom: auto;
    background: -moz-linear-gradient(top, #0a1f33 0%, rgba(10, 31, 51, 0.49) 51%, rgba(10, 31, 51, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a1f33 0%, rgba(10, 31, 51, 0.49) 51%, rgba(10, 31, 51, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a1f33 0%, rgba(10, 31, 51, 0.49) 51%, rgba(10, 31, 51, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .secNewsTop:after {
    content: "";
    display: block;
    width: 100%;
    height: 6rem;
    margin-top: auto;
    background: -moz-linear-gradient(top, rgba(10, 31, 51, 0) 0%, rgba(10, 31, 51, 0.49) 51%, #0a1f33 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(10, 31, 51, 0) 0%, rgba(10, 31, 51, 0.49) 51%, #0a1f33 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(10, 31, 51, 0) 0%, rgba(10, 31, 51, 0.49) 51%, #0a1f33 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .boxNewsTop {
    display: flex;
    flex-flow: row nowrap;
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f0f0f0;
    color: #0a1f33;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .boxNewsTop a, .boxNewsTop a:after {
    transition: 0.3s;
  }
  .boxNewsTop a {
    display: flex;
    align-items: center;
  }
  .boxNewsTop a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #0a1f33;
    border-right: 1px solid #0a1f33;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: 1rem;
    opacity: 0;
  }
  .boxNewsTop a:hover {
    color: #e5005e;
    background: rgba(229, 0, 94, 0.1);
  }
  .boxNewsTop a:hover:after {
    border-color: #e5005e;
    opacity: 1;
    margin-right: 0;
  }
  .boxNewsTop > *:first-child {
    width: 40%;
  }
  .boxNewsTop > *:last-child {
    width: 60%;
  }
  .listNewsTop {
    border-left: 1px solid #0a1f33;
    padding-left: 1.5rem;
  }
  .listNewsTop > * {
    margin-bottom: 0.5rem;
  }
  .listNewsTop > *:last-child {
    margin-bottom: 0;
  }
  .listNewsTop a {
    display: flex;
    padding: 0.5rem;
    color: #0a1f33;
    font-size: 1rem;
  }
  .listNewsTop a > span {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
  .listNewsTop .date {
    margin-right: 1rem;
  }
  .boxPurposeTopText {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45rem;
    min-width: 300px;
    height: 90%;
    margin: auto 0;
  }
  .boxPurposeTopL {
    margin-right: auto;
  }
  .boxPurposeTopR {
    margin-left: auto;
  }
  .boxPurposeTop {
    position: relative;
    width: 80vw;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 2rem;
  }
  .boxPurposeTop:before {
    content: "";
    border-bottom: 1px solid #0a1f33;
  }
  .boxPurposeTop:last-child {
    margin-bottom: 0;
  }
  .boxPurposeTop1 {
    background-image: url("../img/bg_top_purpose_1.jpg");
  }
  .boxPurposeTop2 {
    background-image: url("../img/bg_top_purpose_2.jpg");
  }
  .boxPurposeTop3 {
    background-image: url("../img/bg_top_purpose_3.jpg");
  }
  .boxPurposeTopL .boxPurposeTopText {
    right: -5%;
  }
  .boxPurposeTopR .boxPurposeTopText {
    left: -5%;
  }
  .btnPurposeTop:hover {
    background-color: #f0f0f0;
  }
  .ttlPurposeTop {
    position: relative;
    display: flex;
    flex-flow: row-reverse;
    height: 50%;
  }
  .ttlPurposeTop > * {
    position: absolute;
    display: block;
    height: 100%;
    padding-top: 1rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.3;
  }
  .ttlPurposeTop .ttlJpn {
    top: 0;
    right: 10%;
    font-size: 7vh;
  }
  .ttlPurposeTop .ttlJpn:first-letter {
    font-size: 15vh;
  }
  .ttlPurposeTop .ttlEng {
    top: 0;
    right: 0.3rem;
    border-left: 1px solid #0a1f33;
    font-size: 4vh;
    opacity: 0.3;
  }
  .btnPurposeTop .txt {
    padding: 1rem 10%;
    line-height: 200%;
  }
  .ttl4Pillar {
    margin-bottom: 2rem;
  }
  /* search */
  main .secSearch {
    margin-bottom: 5rem;
  }
  .innerTourism .listTourismSpSingle {
    padding-top: 30px;
  }
  .innerTourism .listTourismSpSingle li {
    flex-flow: row wrap;
  }
  .innerTourism .listTourismSpSingle li .boxImg {
    width: 100%;
  }
  .innerTourism .listTourismSpSingle li .boxTxt {
    width: 100%;
    margin-left: auto;
  }
  .innerTourism .listTourismSpSingle li .link .btn {
    width: 50%;
  }
  .innerTourism .listTourismSpSingle:before {
    height: 100%;
  }
  .boxAccessTora > * {
    margin-bottom: 0;
  }
}
.boxAccessJrDirection .boxImg {
  text-align: center;
}
.boxAccessJrDirection .boxImg img {
  width: 35%;
}
.boxAccessJrDirection .directionName {
  padding: 1rem 0;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.1);
}
.boxAccessJrDirection .directionName span {
  font-size: 2.4rem;
}
/* recruiting */
.boxReceptionEnd {
  display: inline-flex;
  height: auto;
  background-color: #dc1f54;
  color: #f0f0f0;
  border-radius: 4px;
  margin-left: 15px;
  padding: 0 10px;
  font-size: 16px;
}
.boxMovieLearn {
  display: flex;
  flex-flow: row wrap;
}
.boxMovieLearn .ttl {
  width: 100%;
}
.boxMovieLearn .box {
  width: 48%;
  text-align: center;
  margin-right: 4%;
}
.boxMovieLearn .box iframe {
  max-width: 100%;
}
.boxMovieLearn .box p {
  margin-bottom: 0;
}
.boxMovieLearn .box .ttl {
  padding: 20px 0;
  background-color: rgba(240, 240, 240, 0.1);
}
.boxMovieLearn .box:nth-child(3) {
  margin-right: 0;
}
/* learn */
.innerLearnIntro {
  padding-bottom: 50rem;
  background: url("../img/bg_learn_intro.png") no-repeat bottom center;
}
.boxYoutube {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.boxYoutube .boxImg {
  position: relative;
  width: 60%;
  margin-bottom: 60px;
  z-index: 1;
}
.boxYoutube .boxImg iframe {
  width: 100%;
}
.boxYoutube .boxTxt {
  width: 95%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(240, 240, 240, 0.3);
  padding: 30px 30px 30px 58%;
  z-index: 0;
}
.boxYoutube .boxTxt .ttl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-size: 2.8rem;
}
.boxYoutube .boxTxt .ttl span {
  margin-top: 0.5rem;
  font-size: 2rem;
}
.boxLearnFestival {
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0 60px;
}
.boxLearnFestival > * {
  width: 50%;
}
.boxLearnFestival .boxImg {
  margin-bottom: 20px;
}
.boxLearnFestival .boxImg img {
  width: 100%;
}
.boxLearnFestival .boxTxt {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 20px;
  padding: 30px;
  background: rgba(59, 107, 152, 0.7);
}
.boxLearnFestival .boxTxt > p:last-child {
  margin-top: auto;
}
.boxLearnFestival .boxTxt .btnMove {
  width: 100%;
  margin-top: auto;
  font-size: 18px;
}
.boxLearnFestival .boxTxt p {
  line-height: 200%;
}
.secLearnPrayer {
  padding: 100px 0;
  background: url("../img/bg_learn_prayer.jpg") no-repeat center center;
  background-size: cover;
}
.boxLearnPrayerTop {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
}
.boxLearnPrayerTop p {
  width: 60%;
  margin: auto;
  line-height: 200%;
  text-align: center;
}
.boxLearnPrayerMessage {
  font-size: 0.8rem;
}
.boxWfAccess .boxTxt {
  width: 40%;
}
.boxWfAccess .boxMap {
  width: 60%;
}
.boxWfAccess .boxMap iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/* ***********************************
@media screen Tablet + Smartphone
*********************************** */
@media screen and (max-width: 1099px) {
  .boxPurposeTop {
    position: relative;
    background-size: cover;
  }
  .boxPurposeTopText {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    margin: auto;
  }
  .boxPurposeTopText .ttlPurposeTop {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0a1f33;
  }
  .boxPurposeTopText .ttlPurposeTop .ttlEng {
    margin-left: 10px;
    font-size: 0.8rem;
    opacity: 0.7;
  }
  .btnPurposeTop {
    height: 200%;
    padding: 20px;
  }
  .btnPurposeTop:after {
    font-size: 0.8rem;
  }
  /* learn */
  .boxYoutube .boxImg, .boxYoutube .boxTxt {
    margin: 0;
    width: 100%;
  }
  .boxYoutube .boxImg {
    height: 240px;
  }
  .boxYoutube .boxImg iframe {
    height: 100%;
  }
  .boxYoutube .boxTxt {
    position: relative;
    padding: 20px;
  }
  .boxYoutube .boxTxt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1099px) and (orientation: portrait) {
  /* top */
  .secHeaderNavi {
    margin-top: 5vh;
    margin-bottom: auto;
  }
  /* learn */
  .innerLearnIntro {
    background-size: 100%;
    padding-bottom: 10rem;
  }
  .secLearnPrayer {
    padding-top: 40px;
    padding-bottom: 0;
    background-image: none;
  }
  .boxLearnFestival {
    flex-flow: column-reverse nowrap;
  }
  .boxLearnFestival > * {
    width: 100%;
  }
  .boxLearnFestival .boxImg {
    margin-bottom: 0;
  }
  .boxLearnFestival .boxTxt {
    margin-top: 0;
  }
  .boxLearnFestival .boxTxt .btnMove {
    text-align: center;
  }
  .boxEnjoyProgram {
    width: 100%;
  }
  .boxMannerYoutube iframe {
    max-height: 40vh;
  }
  .boxWfSub > * {
    height: 20vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) {
  /* learn */
  .innerLearnIntro {
    background-size: 100%;
    padding-bottom: 10rem;
  }
  .boxYoutube .boxImg {
    height: 90vh;
  }
}