@charset "UTF-8";
/* ***********************************
@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;
}

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

.listHeaderPurpose .txtJpn {
  font-size: 2.4rem;
  margin-top: 1rem;
}

.listHeaderPurpose .txtEng {
  font-size: 1.2rem;
}

.listHeaderPurpose svg {
  height: 3rem;
  margin-top: auto;
}

@media all and (-ms-high-contrast: none) {
  .listHeaderPurpose *::-ms-backdrop, .listHeaderPurpose svg {
    /* IE11 hack */
    margin-bottom: 1rem;
  }
}

.secMvWarning {
  margin: 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: '受付対応時間';
  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: '番外';
}

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

/* ***********************************
@media screen PC
*********************************** */
@media screen and (min-width: 1100px) {
  /* top */
  .secHeaderNavi {
    position: relative;
    margin-bottom: auto;
  }
  .secHeaderPurpose {
    position: relative;
    margin-bottom: 0;
  }
  .secHeaderPurpose:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    background: #0a1f33;
    z-index: 0;
  }
  .innerTopBg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
  }
  .navTopHeader {
    display: flex;
    flex-flow: row nowrap;
  }
  .boxNavTopHeaderL {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    width: 100%;
    margin-right: 1rem;
  }
  .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: 6rem;
  }
  .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ハック */
    .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;
  }
}

/* ***********************************
@media screen Tablet
*********************************** */
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .headerTop {
    display: flex;
    flex-flow: column nowrap;
    height: calc(100vh - 50px);
    margin-top: 50px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .navHeaderCommon .listNavHeaderCommon {
    display: none;
  }
  .navHeaderCommon .btnNavMenu {
    width: 80px;
  }
  .navHeaderCommon .btnNavMenu span {
    align-self: center;
  }
  .boxLogoHeader {
    text-align: center;
  }
  .hideMobile {
    display: none;
  }
  /* seat */
  .listOpeningTime > * p {
    margin-bottom: 0;
  }
  .listOpeningTime > * p:first-child {
    font-size: 1.3rem;
    padding: 10px;
    line-height: 150%;
    height: 150px;
  }
  .listSeat .price {
    font-size: 28px;
  }
  .listEnjoyPoint > * span {
    font-size: 1.4rem;
  }
  .btnPurposeTop:after {
    font-size: 1.2rem;
  }
  .ttlTrajectoryTop > span {
    font-size: 4vw;
  }
  .ttlTrajectoryTop > span strong {
    font-size: 5vw;
  }
  .innerTourism .listTourismSp .ttl {
    font-size: 1.6rem;
  }
  .innerTourism .listTourismSp .ttl span {
    font-size: 1.2rem;
  }
  .boxYoutube .boxTxt p {
    font-size: 1.6rem;
  }
  .listSeatOther .reception:after {
    font-size: 1.2rem;
  }
  .ttlSeatDetail {
    font-size: 1.8rem;
  }
  .innerTourism .listTourismSpSingle {
    padding-top: 30px;
  }
  .innerTourism .listTourismSpSingle li {
    width: 100%;
    flex-flow: row wrap;
  }
  .innerTourism .listTourismSpSingle li .boxImg {
    width: 30%;
  }
  .innerTourism .listTourismSpSingle li .boxTxt {
    width: 65%;
    margin-left: auto;
  }
  .innerTourism .listTourismSpSingle li .link .btn {
    width: 50%;
  }
  .innerTourism .listTourismSpSingle:before {
    height: 100%;
  }
  .innerAccessTora {
    padding: 3rem 1rem;
  }
  .ttlAccess.fsXLarge {
    font-size: 2.2rem;
  }
  .ttlAccess.fsLarge {
    font-size: 1.6rem;
  }
  .boxNotice {
    width: 90vw;
    margin: 2rem auto auto;
    font-size: 2rem;
    line-height: 180%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .boxNotice span {
    font-size: 2.5rem;
  }
  .boxNotice.postponed {
    color: #f0f0f0;
    border-color: #e5005e;
    background: #e5005e;
  }
  .btnMoveWf {
    height: 80px;
    position: relative;
  }
  .btnMoveWf > *:first-child {
    margin-left: auto;
  }
  .btnMoveWf:after {
    right: 23px;
    width: 30px;
    height: 30px;
  }
  .btnMoveWf svg {
    right: 23px;
    width: 30px;
  }
  .innerPromotionTop {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) and (orientation: portrait) {
  .boxAccessTora > *,
  .boxAccessTora > *:nth-child(-n+3),
  .boxAccessTora > *:nth-last-child(-n+2),
  .boxAccessTora > *:nth-last-child(-n+2) {
    width: 100%;
    margin-right: 0;
  }
  .headerTop {
    background-image: url("../img/img_mainvisual_mobile_p.jpg");
  }
  .headerTopWf {
    background-image: url("../img/img_mainvisual_wf_mobile_p.jpg");
    background-position-y: top;
  }
  .boxWfInfo {
    margin-bottom: 50px;
  }
  .btnMoveWf {
    width: 50%;
  }
  .listSponsorshipSingleShotPrice {
    width: 100%;
  }
  .listSponsorshipSingleShotPrice dt {
    width: 40%;
  }
  .listSponsorshipSingleShotPrice dd {
    width: 60%;
  }
  .listTopics > * {
    width: 170px;
    height: 170px;
  }
  .listTopicsTopSp > * {
    width: 250px;
    height: 250px;
  }
  .boxPurposeTop {
    height: 260px;
    margin-bottom: 30%;
  }
  .btnPurposeTop {
    height: 100%;
  }
  .innerLearnIntro {
    padding-bottom: 300px;
  }
  .boxYoutube .boxImg {
    height: 420px;
  }
  .innerSponsorship .boxSponsorship p {
    padding: 0 20px;
  }
  .boxBenefits .boxImg {
    top: 0;
    left: 0;
    width: 45vw;
  }
  .innerTrajectoryTop {
    padding-top: 40vw;
  }
  .innerTrajectoryTop:before {
    height: 45vw;
    background-position: left -25vw center;
  }
  .ttlTrajectoryTop {
    height: 50vw;
  }
  .boxTrajectoryTopText {
    width: 80%;
  }
  .innerIntro p {
    width: 60%;
  }
  .listHistory dt {
    width: 20%;
  }
  .listHistory dd {
    width: 80%;
  }
  .listHistory:before {
    left: 18%;
  }
  .ttl4Pillar {
    font-size: 5rem;
  }
  .list4Pillar li:after {
    width: 3rem;
    border-right: 1rem solid transparent;
  }
  .list4Pillar li:nth-child(1) {
    width: 92%;
  }
  .list4Pillar li:nth-child(2) {
    width: 95%;
  }
  .list4Pillar li:nth-child(3) {
    width: 97%;
  }
  .list4Pillar li:nth-child(4) {
    width: 100%;
  }
  .listAccessJumpItem {
    justify-content: space-between;
  }
  .listAccessJumpItem li, .listAccessJumpItem a {
    width: 22vw;
    height: 22vw;
  }
  .listAccessJumpItem a {
    font-size: 1.4rem;
    line-height: 150%;
  }
  .boxEnjoyOther .boxImg {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
  }
  .boxEnjoyOther .boxTxt {
    width: 100%;
    padding: 2rem 1rem;
  }
  .boxEnjoyOther .boxTxt p {
    line-height: 150%;
  }
  .boxEnjoyOther .boxTxt > *:nth-child(2) {
    margin: 2rem auto;
  }
  .ttlPromotion {
    display: flex;
    flex-flow: column nowrap;
  }
  .ttlPromotion span:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .listPromotionTop.col3 li {
    width: calc(90%/3);
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) and (orientation: landscape) {
  .boxAccessTora {
    justify-content: space-between;
  }
  .boxAccessTora > *:nth-child(4),
  .boxAccessTora > *:nth-child(5) {
    width: 49%;
  }
  .secHeaderNavi {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .secHeaderNavi {
    margin-top: 2rem;
    padding-left: 2rem;
  }
  .headerTop {
    background-image: url("../img/img_mainvisual_mobile_l.jpg");
  }
  .headerTopWf {
    background-image: url("../img/img_mainvisual_wf_tb_l.jpg");
  }
  .boxWfInfo {
    width: 50vw;
    margin-bottom: 50px;
  }
  .btnMoveWf {
    width: 80%;
  }
  .boxLogoHeader {
    text-align: left;
  }
  .boxNotice {
    width: 100%;
    text-align: left;
  }
  .listSponsorshipSingleShotPrice {
    width: 70%;
  }
  .listTopics > * {
    width: 170px;
    height: 170px;
  }
  .listTopicsTopSp > * {
    width: 360px;
    height: 360px;
  }
  .secLearnPrayer {
    padding: 40px 0 0;
    background-position: top right;
    background-size: 100%;
  }
  .boxBenefits .boxImg {
    top: -5%;
    left: 2%;
    width: 40vw;
  }
  .boxPurposeTop {
    height: 130px;
    margin-bottom: 30%;
  }
  .boxTrajectoryTopText {
    width: 75%;
  }
  .listHistory:before {
    left: 12%;
  }
}

/* ***********************************
@media screen Smartphone
*********************************** */
@media screen and (max-width: 767px) {
  .headerTop {
    display: flex;
    flex-flow: column nowrap;
    height: calc(100vh - 50px);
    margin-top: 50px;
    margin-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .boxWfInfo {
    margin-bottom: 20px;
  }
  .btnMoveWf {
    width: 80vw;
    font-size: 1rem;
  }
  .btnMoveWf:after {
    right: 23px;
    width: 30px;
    height: 30px;
  }
  .secMvWarning {
    text-align: center;
  }
  .secMvWarning a {
    font-size: 1rem;
    opacity: 0.8;
  }
  .listLink {
    justify-content: center;
  }
  .listLink > * {
    width: calc(96% / 2);
    margin-bottom: 1rem;
  }
  .listLink span {
    font-size: 0.8rem;
  }
  .listLink > * img {
    max-width: 100%;
    height: auto;
  }
  .listOpeningTime > * p:first-child {
    font-size: 16px;
    padding: 20px;
  }
  .listOpeningTime > * p:last-child {
    font-size: 22px;
  }
  .ttlSeatDetail span {
    font-size: 1rem;
  }
  .listSeatOther p {
    font-size: 14px;
  }
  .listSeatOther .reception:after {
    top: -20%;
    width: 50%;
  }
  .innerTrajectoryTop {
    margin: 20px 0 20px;
  }
  .ttl4Pillar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: auto;
    font-size: 3rem;
  }
  .ttl4Pillar span {
    font-size: 4rem;
  }
  .ttl4Pillar span:first-child {
    padding: 0 0 0 2rem;
    font-size: 6rem;
  }
  .ttl4Pillar span:first-child:before {
    width: 4.5rem;
    height: 4.5rem;
  }
  .boxTrajectoryTopText {
    bottom: 0;
  }
  .secHeaderPurpose {
    margin-bottom: 1rem;
  }
  .listFaq .ttlFaq {
    padding: 1rem 3.5rem 1rem 0.5rem;
  }
  .listFaq .ttlFaq span:before {
    left: 1rem;
  }
  .listFaq .ttlFaq:before, .listFaq .ttlFaq:after {
    right: 1rem;
  }
  .boxReceptionEnd {
    font-size: 12px;
  }
  /* sponsor */
  .listSponsorshipDetail dt, .listSponsorshipDetail dd {
    padding: 10px;
  }
  .listSponsorshipDetail .ttlSponsorshipItem {
    font-size: 22px;
  }
  .listSponsorshipSingleShotPrice {
    width: 100%;
  }
  .listSponsorshipSingleShotPrice dt {
    width: 45%;
  }
  .listSponsorshipSingleShotPrice dd {
    width: 55%;
  }
  .innerSponsorship .boxSponsorship p {
    font-size: 1rem;
  }
  .innerBeginner .boxTxt {
    margin-top: 0;
    padding: 20px;
  }
  .innerBeginner .boxTxt p {
    margin-bottom: 10px;
  }
  .ttlBeginner {
    margin-bottom: 10px;
  }
  .listTopicsTop .boxTopicsBg .boxTxt {
    font-size: 1rem;
  }
  .boxTrajectoryTopText {
    padding: 1rem;
  }
  .ttlTrajectoryTop > span {
    font-size: 2rem;
  }
  .listPartnerTop > * {
    min-width: 6rem;
    width: 6rem;
    min-height: 6rem;
    height: 6rem;
  }
  .listPartnerTop > *:nth-child(even) {
    margin-top: 3rem;
  }
  /* contact */
  .innerContactTel .tel > *:first-child {
    font-size: 1rem;
  }
  .innerContactTel .tel > *:last-child {
    font-size: 2rem;
  }
  /* app */
  .boxAppDownload {
    justify-content: space-evenly;
  }
  .boxAppDownload a {
    max-width: 49%;
  }
  /* learn */
  .boxYoutube .boxTxt .ttl {
    font-size: 2rem;
  }
  .boxYoutube .boxTxt .ttl span {
    font-size: 1.2rem;
  }
  .innerTourism .listTourismSp .ttl {
    font-size: 1.6rem;
  }
  .innerTourism .listTourismSp .ttl span {
    font-size: 1rem;
  }
  .innerTourism .listTourismSp p {
    font-size: 1rem;
  }
  .boxEnjoyLight .boxTxt .ttl {
    font-size: 1.6rem;
    line-height: 150%;
  }
  .boxLearnFestival .boxTxt .btnMove {
    padding-right: 2.5rem;
  }
  .boxHistoryAge > *:first-child {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .boxHistoryAge > *:last-child {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
  .listHistory dd {
    padding-left: 1rem;
    padding-right: 0;
  }
  .boxCautionVenue .boxCaution {
    font-size: 1.6rem;
    line-height: 150%;
  }
  .listManner .ttl {
    font-size: 1.6rem;
    line-height: 150%;
  }
  .boxCleanParticipant {
    font-size: 0.8rem;
  }
  .ttlFaqCategory {
    font-size: 1.6rem;
  }
  .ttlBeginner {
    font-size: 1.6rem;
  }
  .list4Pillar li .ttl {
    font-size: 1.6rem;
  }
  .list4Pillar li p {
    width: 100%;
    font-size: 0.9rem;
    text-align: right;
    margin-left: auto;
  }
  .ttlSponsorshipDetail {
    font-size: 1.4rem;
  }
  .ttlEntryExample,
  .boxEntryExample {
    padding: 1rem;
  }
  .ttlEntryExample {
    font-size: 1rem;
  }
  .ttlEntryExample:before,
  .ttlEntryExample:after {
    right: 1rem;
  }
  .innerContactForm input[type="submit"] {
    padding: 1rem;
    font-size: 1rem;
  }
  .boxSponsorshipPhoenix .boxTxt {
    padding: 1rem;
  }
  .innerTourism .listTourismSp li {
    padding-bottom: 20px;
  }
  .boxContactTicketcenter .tel {
    font-size: 2.4rem;
  }
  .boxContactTicketcenter .tel span {
    font-size: 1.6rem;
  }
  .listEnjoyProgramDetail dt, .listEnjoyProgramDetail dd {
    padding: 1rem;
  }
  .listEnjoyProgramDetail dt:before {
    width: 2rem;
    height: 2rem;
  }
  .listEnjoyProgramDetail dd {
    margin-right: 0;
  }
  .listEnjoyProgramDetail dd p:first-child {
    font-size: 1.3rem;
  }
  .ttlAccess.fsXLarge {
    font-size: 1.4rem;
  }
  .ttlAccess.fsLarge {
    font-size: 1.2rem;
  }
  .innerAccessTwitter .boxTxt {
    width: 100%;
  }
  .innerAccessTwitter .boxImg {
    display: none;
  }
  .ttlAccessTwitter {
    margin-bottom: 1rem;
  }
  .innerAccessApp {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .innerAccessApp .boxTxt {
    width: 100%;
  }
  .ttlAccessApp {
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .btnJumpAccess svg {
    height: 35px;
  }
  .listAccessJumpItem {
    height: 100%;
  }
  .listAccessJumpItem li {
    width: 42vw;
    height: 42vw;
    margin-bottom: 2rem;
  }
  .listAccessJumpItem a {
    width: 42vw;
    height: 42vw;
    font-size: 0.8rem;
    padding: 1rem;
    line-height: 150%;
  }
  .listAccessJumpItem a:after {
    bottom: 1rem;
  }
  .listAccessHighway dt, .listAccessHighway dd {
    font-size: 1rem;
  }
  .boxAccessTora > *, .boxAccessTora > *:nth-child(-n+3), .boxAccessTora > *:nth-last-child(-n+2) {
    width: 100%;
  }
  .innerAccessTora {
    padding-top: 30px;
  }
  .boxAccessJrDirection .boxImg img {
    width: 50%;
  }
  .boxAccessJrDirection .directionName span {
    font-size: 1.5rem;
  }
  .boxEnjoyOther {
    margin-bottom: 2rem;
  }
  .boxEnjoyOther .boxImg {
    width: 100%;
    text-align: center;
  }
  .boxEnjoyOther .boxImg img {
    max-height: 60vh;
    width: auto;
  }
  .boxEnjoyOther .boxTxt {
    width: 100%;
    padding: 1rem;
  }
  .boxEnjoyOther .boxTxt p {
    line-height: 150%;
  }
  .boxEnjoyOther .boxTxt > *:nth-child(2) {
    margin: 1rem auto;
  }
  .ttlEnjoyOther {
    font-size: 1.4rem;
    text-align: center;
  }
  .listEnjoyProgram .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .listEnjoyProgram .ttl span {
    font-size: 1rem;
  }
  .listEnjoyProgram .btnEnjoyProgram:after {
    width: 80%;
    padding: 0;
    font-size: 1rem;
    opacity: 1;
  }
  .boxInfo {
    width: 100%;
    padding: 20px;
  }
  .boxInfo .ttlJpn {
    font-size: 1.4rem;
  }
  .listInfo {
    padding-left: 20px;
  }
  .listInfo a {
    padding-right: 2rem;
  }
  .listInfo a:after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .btnLinkVenueMap {
    font-size: 1.2rem;
    padding: 2rem 1rem;
  }
  .appBox .qrCode {
    display: none;
  }
  .nctConnect div:nth-child(2) {
    margin: 0 0 0 10px;
  }
  .boxNotice {
    width: 90vw;
    margin: 1rem auto auto;
    font-size: 1rem;
    line-height: 160%;
    border: none;
    background: rgba(0, 0, 0, 0.5);
  }
  .boxNotice span {
    font-size: 1.5rem;
  }
  .boxNotice.postponed {
    color: #f0f0f0;
    border-color: #e5005e;
    background: #e5005e;
  }
  .boxWfTicket {
    width: 100%;
  }
  .boxWfTicket .ttl {
    font-size: 1.6rem;
  }
  .boxWfTicket:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .boxWfAccess {
    flex-flow: column nowrap;
  }
  .boxWfAccess .boxTxt, .boxWfAccess .boxMap {
    width: 100%;
  }
  .boxWfAccess .boxTxt .ttlBlock {
    margin-bottom: 0;
  }
  .boxWfAccess .boxTxt .boxBlock {
    margin-bottom: 10px;
  }
  .boxWfContact .ttl {
    font-size: 1rem;
  }
  .boxWfContact .tel {
    font-size: 1.6rem;
  }
  /* partner */
  .ttlPartnerCategory {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  .ttlPartnerCompanyName {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .boxPartnerCategory .boxDetail {
    width: 100%;
    padding: 0;
  }
  .boxPartnerCategory .boxDetail:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .boxPartnerCategory .boxDetailFull > p {
    width: 100%;
  }
  .boxLinkArea {
    padding: 0;
  }
  .innerPromotionTop {
    width: 100%;
    height: 80vh;
  }
  .ttlPromotion {
    font-size: 1.8rem;
  }
  .btnMovie {
    font-size: 1rem;
    height: 100px;
  }
  .btnMovie:before {
    width: 30px;
    height: 30px;
  }
  .btnMovie:after {
    border-width: 5px 0 5px 10px;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .secMvWarning a {
    flex-direction: column;
  }
  .boxInfo > *:first-child {
    width: 100%;
  }
  .boxInfo > *:last-child {
    width: 100%;
  }
  .boxInfo .ttlContent {
    margin-bottom: 1rem;
  }
  .listInfo {
    border-top: 1px solid #0a1f33;
    border-bottom: 1px solid #0a1f33;
    border-left: none;
    padding-left: 0;
  }
  .listInfo > * {
    border-bottom: 1px dashed #0a1f33;
  }
  .listInfo > *:last-child {
    border-bottom: none;
  }
  .listEnjoyProgram .btnEnjoyProgram {
    height: 80%;
  }
  .listEnjoyProgram .btnEnjoyProgram:after {
    bottom: 15%;
  }
  .listEnjoyProgram a:hover:after {
    bottom: 15%;
  }
  .boxAccessCar > *:first-child, .boxAccessCar > *:last-child {
    width: 100%;
    margin-bottom: 1rem;
  }
  .boxAccessCarCaution {
    margin-bottom: 1rem;
  }
  .boxAccessCarRegulation .btnFile {
    width: 100%;
    margin-bottom: 1rem;
  }
  .listAccessJumpItem {
    flex-wrap: wrap;
  }
  .listAccessJumpItem li:nth-child(2n) {
    margin-left: auto;
  }
  .boxAccessBycicleMapItem {
    width: 100%;
    flex-basis: 100%;
  }
  .headerTop {
    background-image: url("../img/img_mainvisual_mobile_p.jpg");
  }
  .headerTopWf {
    background-image: url("../img/img_mainvisual_wf_sp_p.jpg");
  }
  .boxLogoHeader {
    text-align: center;
  }
  .boxLogoHeader > img {
    width: 70%;
  }
  .listHeaderPurpose a {
    position: relative;
    height: 250px;
  }
  .listHeaderPurpose .txtJpn {
    height: 100px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
  }
  .listHeaderPurpose .txtEng {
    font-size: 0.8rem;
  }
  .listHeaderPurpose .iconArr01 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 30px;
  }
  .innerTopicsTop {
    flex-flow: column nowrap;
  }
  .listTopicsTop {
    width: 100%;
  }
  .listTopicsTop > * {
    width: 45vw;
    height: 45vw;
    margin: 0;
  }
  .listTopicsTopSp {
    width: 100%;
    justify-content: center;
  }
  .listTopicsTopSp > * {
    width: 310px;
    height: 310px;
    margin: 0;
  }
  .boxPurposeTop {
    height: 130px;
    margin-bottom: 70%;
  }
  .innerTrajectoryTop {
    padding-top: 0;
  }
  .innerTrajectoryTop:before {
    background-size: cover;
    background-position: center left -65vw;
  }
  .ttlTrajectoryTop {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding: 20px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .ttlTrajectoryTop > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .ttlTrajectoryTop > span strong {
    font-size: 3rem;
  }
  .ttlTrajectoryTop > span:first-child {
    margin-bottom: 0;
    margin-right: auto;
  }
  .ttlTrajectoryTop > span:last-child {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .ttlTrajectoryTop > span:first-child:before, .ttlTrajectoryTop > span:first-child:after,
  .ttlTrajectoryTop > span:last-child:before, .ttlTrajectoryTop > span:last-child:after {
    content: none;
  }
  .boxTrajectoryTopText {
    width: 90%;
    right: 0;
    margin: 0 auto;
  }
  .inner4Pillar > * {
    width: 100%;
  }
  .listLink > * {
    width: calc(96% / 2);
  }
  .listLink > *:nth-child(even) {
    margin-left: auto;
  }
  .listLink > *:nth-child(odd) {
    margin-right: auto;
  }
  .listHistory dt {
    width: 25%;
  }
  .listHistory dd {
    width: 75%;
  }
  .listHistory:before {
    left: 25%;
  }
  .listContentLink {
    display: flex;
    flex-flow: row wrap;
  }
  .listContentLink > * a {
    height: 100px;
  }
  .listManner > * {
    width: 100%;
    margin-right: 0;
  }
  .listManner > *:nth-child(2n) {
    margin-right: 0;
  }
  .listManner > *.rowFull {
    flex-flow: row wrap;
  }
  .listManner > *.rowFull .boxImg, .listManner > *.rowFull .boxTxt {
    width: 100%;
  }
  .listManner > *.rowFull .ttl {
    text-align: center;
  }
  .boxCautionVenue .box {
    width: 100%;
  }
  .listOpeningTime {
    flex-flow: row wrap;
  }
  .listOpeningTime > * {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .listOpeningTime > * p {
    width: 50%;
    height: 100%;
  }
  .listSeat > * {
    width: 100%;
    margin-right: 0;
  }
  .listSeat .boxImg {
    min-height: 250px;
  }
  .listSeatOther > * {
    width: 100%;
    margin-right: 0;
  }
  .listSeatOther .tel {
    font-size: 2rem;
  }
  .tblAboutUs {
    flex-flow: row wrap;
  }
  .tblAboutUs > * {
    padding: 15px;
  }
  .tblAboutUs > *:nth-child(odd) {
    width: 100%;
    border-bottom-style: dashed;
    border-bottom-color: rgba(240, 240, 240, 0.3);
  }
  .tblAboutUs > *:nth-child(even) {
    width: 100%;
    text-align: right;
  }
  .tblAboutUsOfficer > *:nth-child(3n) {
    width: 55%;
  }
  .tblAboutUsOfficer > *:nth-child(3n-1) {
    width: 30%;
  }
  .tblAboutUsOfficer > *:nth-child(3n-2) {
    width: 15%;
  }
  .listSitemap .children {
    margin-top: 2px;
  }
  .listSitemap > li {
    flex-flow: column nowrap;
  }
  .listSitemap > li > a {
    width: 100%;
  }
  .listSitemap > li > .children {
    width: 100%;
  }
  .listSitemap > li > .children li {
    flex-flow: column nowrap;
  }
  .listSitemap > li > .children li > * {
    width: 100%;
  }
  /* connect */
  .innerSponsorship {
    flex-flow: column nowrap;
    padding: 20px;
  }
  .innerSponsorship .boxSponsorship {
    width: 100%;
    min-height: 150px;
    margin: 0 0 10px;
  }
  .innerSponsorship .boxSponsorship:after {
    width: 50%;
    height: 150px;
  }
  .boxBenefits {
    margin-bottom: 1rem;
  }
  .boxBenefits .boxImg {
    position: relative;
    width: 100%;
    left: 0;
  }
  .boxBenefits .boxTxt {
    width: 100%;
  }
  .boxBenefitsOption > * {
    width: 100%;
    margin: 40px 0 0;
  }
  /* sponsor */
  .listSponsorshipDetail dt, .listSponsorshipDetail dd {
    padding: 10px;
  }
  .listSponsorshipDetail dt {
    width: 20%;
  }
  .listSponsorshipDetail dd {
    width: 80%;
  }
  .listSponsorshipDetail .ttlSponsorshipItem {
    font-size: 22px;
  }
  .listSponsorshipSingleShotPrice dt {
    width: 45%;
  }
  .listSponsorshipSingleShotPrice dd {
    width: 55%;
    font-size: 22px;
  }
  .listSponsorshipSingleShotPrice dd:after {
    font-size: 14px;
  }
  /* recruiting */
  .boxMovieLearn .box {
    width: 100%;
  }
  /* contact */
  .innerContactForm input {
    width: 100%;
  }
  /* tourism */
  .innerTourism .listTourismSp {
    flex-flow: row wrap;
    padding: 0;
  }
  .innerTourism .listTourismSp li {
    position: relative;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .innerTourism .listTourismSp li > * {
    position: relative;
    z-index: 1;
  }
  .innerTourism .listTourismSp li .boxTxt {
    text-align: center;
  }
  .innerTourism .listTourismSp li .boxTxt p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .innerTourism .listTourismSp li:before {
    max-height: 80%;
  }
  .innerTourism .listTourismSp li:last-child {
    margin-bottom: 0;
  }
  .innerTourism .listTourismSp li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #f0f0f0;
    z-index: 0;
  }
  .innerTourism .listTourismSp:before {
    content: none;
  }
  .innerTourism .boxTourism {
    width: 100%;
    margin-bottom: 20px;
  }
  .innerTourism .boxTourism iframe {
    margin-left: 0;
    height: 70vh !important;
  }
  .innerTourism .boxTourism iframe > * {
    width: 100% !important;
  }
  /* enjoy */
  .listEnjoyPoint > * a {
    width: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .listEnjoyPoint > * a span {
    font-size: 1.5rem;
  }
  .listEnjoyPoint > * a:after {
    bottom: 5%;
  }
  .listEnjoyPoint > * a:hover:after {
    bottom: 2%;
  }
  .secEnjoyProgram {
    background-position-y: top;
    background-size: 200%;
  }
  .boxEnjoyLight {
    flex-flow: column-reverse nowrap;
  }
  .boxEnjoyLight .boxImg, .boxEnjoyLight .boxTxt {
    width: 100%;
  }
  .boxEnjoyLight .boxTxt {
    height: auto;
    position: relative;
    right: 0;
  }
  .boxEnjoyLight:before {
    height: 60%;
    bottom: auto;
  }
  .boxEnjoyLightApp > * {
    margin: 0 1%;
  }
  .listEnjoyPoint > * a {
    background-position: center right -70px;
  }
  .innerBeginner {
    min-height: auto;
    padding: 20vh 20px 20px;
    background-size: 100%;
  }
  .innerBeginner .boxTxt {
    width: 100%;
  }
  .list4Pillar li {
    height: 5rem;
    padding: 1rem;
  }
  .list4Pillar li:before {
    font-size: 5rem;
  }
  .list4Pillar li:after {
    width: 4rem;
    border-top-width: 8rem;
    border-right-width: 3rem;
  }
  .list4Pillar li:nth-child(1) {
    background: #3b6b98;
    width: 100%;
  }
  .list4Pillar li:nth-child(2) {
    background: #dc1f54;
    width: 100%;
  }
  .list4Pillar li:nth-child(3) {
    background: #eca700;
    width: 100%;
  }
  .list4Pillar li:nth-child(4) {
    background: #70bd0d;
    width: 100%;
  }
  .listEnjoyProgramDetail dt, .listEnjoyProgramDetail dd {
    width: 100%;
    padding: 1rem;
  }
  .listEnjoyProgramDetail dd {
    border-top: none;
  }
  /* learn */
  .boxLearnPrayerTop p {
    width: 100%;
  }
  .boxLearnFestival .boxTxt .btnMove {
    font-size: 0.8rem;
  }
  .ttlSeatDetail {
    font-size: 1.6rem;
  }
  .fb-page > span, .fb-page iframe {
    height: 65vh !important;
  }
  .boxSponsorshipPhoenix {
    padding-top: 15vh;
  }
  .boxPartnerTop {
    height: 30vh;
  }
  .listVenueMap li {
    width: 100%;
    margin-bottom: 1%;
  }
  .boxEnjoyOther {
    margin-bottom: 2rem;
  }
  .boxEnjoyOther .boxImg {
    width: 100%;
  }
  .boxEnjoyOther .boxTxt {
    width: 100%;
    padding: 2rem 1rem;
  }
  .boxEnjoyOther .boxTxt p {
    line-height: 150%;
  }
  .boxEnjoyOther .boxTxt > *:nth-child(2) {
    margin: 1rem auto;
  }
  .boxEnjoyOther .boxTxt .btn {
    width: 100%;
  }
  .listProgramSponsor li {
    width: 100%;
  }
  .nctConnect img {
    width: 110px;
    height: auto;
  }
  .boxMannerYoutube iframe {
    max-height: 30vh;
  }
  .boxWfAccess .boxMap {
    height: 40vh;
  }
  .boxWfContact .boxDetail:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .ttlPromotion {
    display: flex;
    flex-flow: column nowrap;
  }
  .ttlPromotion span:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .listPromotionTop {
    flex-flow: column nowrap;
  }
  .listPromotionTop li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .listPromotionTop.col2 li, .listPromotionTop.col3 li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* end Sp portrate */
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .boxMassage > *:not(:last-child) {
    margin: 0;
  }
  .listEnjoyProgram .ttl {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .listEnjoyProgram .btnEnjoyProgram:after {
    width: 60%;
    bottom: 5%;
  }
  .listEnjoyProgram a:hover:after {
    bottom: 5%;
  }
  .listAccessJumpItem {
    justify-content: space-between;
  }
  .listAccessJumpItem li, .listAccessJumpItem a {
    width: 22vw;
    height: 22vw;
  }
  .listAccessJumpItem a {
    padding: 0.5rem;
  }
  .headerTop {
    background-image: url("../img/img_mainvisual_mobile_l.jpg");
  }
  .headerTopWf {
    background-image: url("../img/img_mainvisual_wf_sp_l.jpg");
  }
  .boxWfInfo {
    width: 50vw;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .boxWfInfo .btnMoveWf {
    width: 80%;
  }
  .secHeaderNavi {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: 20px;
  }
  .boxNotice {
    width: 60vw;
    margin: auto;
  }
  .boxLogoHeader img {
    height: 100px;
  }
  .listHeaderPurpose a {
    position: relative;
    height: 25vh;
    padding: 1rem;
  }
  .listHeaderPurpose a svg {
    display: none;
  }
  .listHeaderPurpose .iconArr01 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: auto;
  }
  .listHeaderPurpose .txtJpn {
    font-size: 1.5rem;
  }
  .listHeaderPurpose .txtEng {
    font-size: 0.8rem;
  }
  .listTopicsTop > * {
    width: 50vh;
    height: 50vh;
  }
  .innerTopicsTop {
    width: 100%;
  }
  .listTopicsTopSp > * {
    width: 80vh;
    height: 70vh;
    margin: 0;
  }
  .boxPurposeTop {
    height: 60vh;
    margin-bottom: 30%;
  }
  .listLink > * {
    width: calc(100% / 3);
  }
  .listHistory dt {
    width: 14%;
  }
  .listHistory dd {
    width: 86%;
  }
  .listHistory:before {
    left: 14%;
  }
  .listSeat .boxImg {
    min-height: 150px;
  }
  .listSeat .price {
    font-size: 24px;
  }
  .innerTrajectoryTop {
    height: 300px;
    margin-bottom: 6rem;
  }
  .ttlTrajectoryTop {
    display: inline-block;
    width: max-content;
    top: -25vh;
    right: 5vw;
    writing-mode: unset;
  }
  .ttlTrajectoryTop span {
    font-size: 5vh;
    letter-spacing: 2px;
  }
  .ttlTrajectoryTop span strong {
    font-size: 7vh;
  }
  .ttlTrajectoryTop > span:first-child:before,
  .ttlTrajectoryTop > span:first-child:after,
  .ttlTrajectoryTop > span:last-child:before,
  .ttlTrajectoryTop > span:last-child:after {
    content: none;
  }
  .boxTrajectoryTopText {
    width: 100%;
    bottom: -4rem;
    font-size: 0.9rem;
  }
  .ttlSeatDetail {
    font-size: 1.2rem;
  }
  .btnPurposeTop {
    height: 60vh;
  }
  .secLearnPrayer {
    padding-top: 40px;
    padding-bottom: 0;
    background-position: top right;
    background-size: 120%;
  }
  .boxLearnFestival .boxImg {
    position: relative;
    overflow: hidden;
  }
  .boxLearnFestival .boxImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .boxLearnFestival .boxTxt .btnMove {
    font-size: 0.8rem;
    text-align: center;
  }
  .innerSponsorship {
    padding: 20px;
  }
  .innerSponsorship .boxSponsorship p {
    padding: 0 20px;
  }
  .boxBenefits .boxImg {
    top: 0;
    left: 0;
    width: 45vw;
  }
  .innerTourism .boxTourism {
    margin-bottom: 0;
  }
  .innerTourism .boxTourism iframe {
    height: 85vh;
  }
  .innerTourism .listTourismSp {
    padding: 0 10px 10px;
  }
  .innerTourism .listTourismSp:before {
    height: 90%;
  }
  .boxEnjoyProgram {
    width: 100%;
  }
  .boxEnjoyLightApp > * {
    margin: 0 1%;
  }
  .boxEnjoyLight:before {
    height: 250px;
  }
  .innerBeginner {
    min-height: 80vh;
    background-size: 80%;
  }
  .innerBeginner .boxTxt {
    padding: 20px;
  }
  .listEnjoyPoint > * span {
    font-size: 1.2rem;
  }
  .boxEnjoyLight .boxTxt {
    width: 64%;
    right: 0;
  }
  .boxEnjoyLight .boxTxt .ttl {
    font-size: 1.3rem;
  }
  .boxEnjoyLight:before {
    height: 100%;
    bottom: auto;
  }
  .innerTourism .listTourismSp .ttl {
    font-size: 1.1rem;
  }
  .innerTourism .listTourismSp .ttl span {
    font-size: 0.8rem;
  }
  .innerTourism .listTourismSp p {
    font-size: 0.9rem;
  }
  .innerSponsorship .boxSponsorship .ttl {
    font-size: 1.6rem;
  }
  .listSeatOther .tel {
    font-size: 2rem;
  }
  .inner4Pillar {
    flex-flow: column nowrap;
  }
  .inner4Pillar > * {
    width: 100%;
  }
  .inner4Pillar .boxTxt {
    flex-flow: row nowrap;
    margin-bottom: 1rem;
  }
  .inner4Pillar .boxTxt > * {
    width: 50%;
  }
  .list4Pillar {
    flex-flow: row wrap;
  }
  .list4Pillar li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
    height: 30vh;
    margin: 0;
    padding: 1rem;
  }
  .list4Pillar li .ttl {
    font-size: 1.3rem;
  }
  .list4Pillar li p {
    font-size: 0.9rem;
  }
  .list4Pillar li:before {
    font-size: 30vh;
  }
  .list4Pillar li:after {
    content: none;
  }
  .list4Pillar li:nth-child(1),
  .list4Pillar li:nth-child(2),
  .list4Pillar li:nth-child(3),
  .list4Pillar li:nth-child(4) {
    width: 50%;
  }
  .fb-page > span, .fb-page iframe {
    height: 85vh !important;
  }
  .boxSponsorshipPhoenix {
    padding-top: 60vh;
  }
  .innerTourism .listTourismSpSingle {
    padding-top: 30px;
  }
  .innerTourism .listTourismSpSingle li {
    width: 100%;
    flex-flow: row wrap;
  }
  .innerTourism .listTourismSpSingle li .boxImg {
    width: 30%;
  }
  .innerTourism .listTourismSpSingle li .boxTxt {
    width: 65%;
    margin-left: auto;
  }
  .innerTourism .listTourismSpSingle li .link .btn {
    width: 50%;
  }
  .innerTourism .listTourismSpSingle:before {
    height: 100%;
  }
  .boxTicketSeatType > * {
    width: 100%;
  }
  .boxPartnerTop {
    height: 50vh;
  }
  .listEnjoyProgramDetail dt {
    width: 30%;
  }
  .listEnjoyProgramDetail dd {
    width: 70%;
  }
  .boxEnjoyOther .boxImg {
    padding-top: 1rem;
  }
  .listProgramSponsor li {
    width: 50%;
  }
  .nctConnect img {
    width: 70px;
    height: auto;
  }
  .boxWfAccess .boxMap {
    height: 60vh;
  }
  .listPromotionTop.col3 li {
    width: calc(90% /3);
  }
}

@media screen and (max-width: 767px) {
  /* end Sp landscape */
}

/* end Sp */
