/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/style.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
   Import file to Scss.
   ========================================================================== */
/* ==========================================================================
		font-family: 'Amiri', serif;
		font-family: 'EB Garamond', serif;
		font-family: 'Gentium Basic', serif;
		font-family: 'Noto Serif JP', serif;
		font-family: 'Pinyon Script', cursive;
		font-family: 'Playfair Display', serif;
		font-family: 'Tai Heritage Pro', serif;

		font-family: "meno-display", serif;
   ========================================================================== */
/****************************************************************************

	*loading*

****************************************************************************/
.hiddenOver {
  display: block;
  animation-name: opacityAnimation;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-name: opacityAnimation;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
}

main {
  display: block;
  height: 100vh; /* for animation */
}

.flowOver {
  height: auto;
}

article {
  z-index: 998;
  background: #fff;
  position: relative;
}

.fadein {
  display: block;
  animation: fadeIn 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  animation: fadeOut 6s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loading,
#loadingBg {
  background: url(img/opbk2.webp);
  background-attachment: fixed;
  /* background-size: 100% auto; */
  background-size: cover;
}

#loading {
  /* background: blue; */
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9000;
}

#loading.bgFix {
  background: none;
}

#loadingBg {
  /* background: blue; */
  width: 100%;
  height: 100vh;
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(to top, rgba(51, 112, 121, 0) 0%, #000 30%, #000 100%);
  mask-image: linear-gradient(to top, rgba(51, 112, 121, 0) 0%, #000 30%, #000 100%);
  -webkit-mask-size: 100% 170%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.showUp {
  animation: maskAni 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes maskAni {
  100% {
    -webkit-mask-size: 100% 0%;
  }
}
.percentTxt {
  z-index: 8999;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #c5950f;
  letter-spacing: 0;
}

/* logoAnimation */
#logoOp {
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(60%);
  z-index: 9;
  opacity: 0.7;
  /* opacity: 0; */
}

g[class^=opASniLi] {
  display: block;
}

g.opASniLi1 > rect {
  width: 0;
  animation: opASniLi1 2.5s forwards 2s;
}

@keyframes opASniLi1 {
  100% {
    width: 36.75px;
  }
}
g.opASniLi2 > rect {
  height: 0;
  animation: opASniLi2 2.5s forwards 2s;
}

@keyframes opASniLi2 {
  100% {
    height: 161.81px;
  }
}
g.opASniLi3 > rect {
  height: 0;
  animation: opASniLi3 2.5s forwards 2s;
}

@keyframes opASniLi3 {
  100% {
    height: 98.9px;
  }
}
g.opASniLi4 > rect {
  height: 0;
  animation: opASniLi4 2.5s forwards 2s;
}

@keyframes opASniLi4 {
  100% {
    height: 53.92px;
  }
}
g.opASniLi5 > rect {
  height: 0;
  animation: opASniLi5 2.5s forwards 2s;
}

@keyframes opASniLi5 {
  100% {
    height: 241.36px;
  }
}
g.opASniLi6 > rect {
  height: 0;
  animation: opASniLi6 2.5s forwards 2s;
}

@keyframes opASniLi6 {
  100% {
    height: 167.93px;
  }
}
g.opASniLi7 > rect {
  width: 0;
  animation: opASniLi7 2.5s forwards 2.2s;
}

@keyframes opASniLi7 {
  100% {
    width: 276.74px;
  }
}
g.opASniLi8 > rect {
  width: 0;
  animation: opASniLi8 2.5s forwards 2s;
}

@keyframes opASniLi8 {
  100% {
    width: 90.94px;
  }
}
g.opASniLi9 > rect {
  width: 0;
  animation: opASniLi9 2.5s forwards 2s;
}

@keyframes opASniLi9 {
  100% {
    width: 91.17px;
  }
}
g.opASniLi10 > rect {
  height: 0;
  animation: opASniLi10 2.5s forwards 2s;
}

@keyframes opASniLi10 {
  100% {
    height: 167.93px;
  }
}
g.opASniLi11 > rect {
  width: 0;
  animation: opASniLi11 2.5s forwards 2s;
}

@keyframes opASniLi11 {
  100% {
    width: 91.17px;
  }
}
g.opASniLi12 > rect {
  width: 0;
  animation: opASniLi12 2.5s forwards 2s;
}

@keyframes opASniLi12 {
  100% {
    width: 117.32px;
  }
}
/* epochAnimation */
.epoch {
  width: 80%;
  /* height: 100vh; */
  position: absolute;
  top: 50vh;
  top: 50svh;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
  opacity: 0;
  transform: translateY(-50%);
}

.epochInner {
  width: 100%;
  /*   height: 100vh;
  height: 100svh; */
}

.epoch1 {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new;
}

.loadingOpacity {
  opacity: 0;
  transition: opacity 0.8s ease-in 0.1s;
}

.loadingOpacityOn {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}

/* epochTxtAnimation */
#epochTxtAni {
  font-size: 5.5vw;
  position: absolute;
  top: 50vh;
  top: 50svh;
  transform: translateY(100%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9;
  letter-spacing: 3px;
  opacity: 0;
  /* filter: blur(6px); */
}

#epochTxtAni rt {
  letter-spacing: -0.2rem;
  font-weight: 100;
}

/****************************************************************************

	*common*

****************************************************************************/
html::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(img/opbk.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  /*border-radius: 5px;*/
  box-shadow: 0 0 4px #aaa inset;
  background: #fff;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #030a28;
}

::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

::selection {
  color: #fff;
  background: #030a28;
}

.fontMeno {
  font-family: "meno-display", serif;
  font-weight: 400;
  font-style: normal;
}

.gold {
  color: #d3a069;
}

.break {
  display: block;
}

figcaption {
  font-size: 0.9rem;
  margin-top: 0.4rem;
}

.script {
  font-family: inglesa-script-variable, sans-serif;
  font-variation-settings: "wght" 200;
  font-size: 2rem;
  line-height: 0.9;
  opacity: 0.8;
}

.minScript {
  font-size: 1.6rem;
  opacity: 0.9;
  margin-left: 3rem;
}

/* Sec */
section[class$=Sec] > h1,
hgroup[class$=Sec] > h1,
.sideFigure hgroup > h1 {
  font-size: 12.5vw;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "meno-display", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 5.5rem;
}

section[class$=Sec] h2,
section[class$=Sec] .txtSecWrap h2 {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  clear: both;
}

section[class$=Sec] .txtSecWrap > p,
section[class$=Sec] > p,
.innerNovelryTxtWrapper p {
  text-align: justify;
}

.firstSec .txtSecWrap > p:first-of-type,
.secondSec .txtSecWrap > p:first-of-type,
.thirdSec .txtSecWrap > p:first-of-type {
  margin: 2rem 16px 0;
}

.firstSec .txtSecWrap > p,
.secondSec .txtSecWrap > p,
.thirdSec .txtSecWrap > p {
  font-size: 1.3rem;
  line-height: 2;
  margin: 1rem 16px 0;
}

/* sidelines */
.sideLines {
  width: 100%;
  height: 100px;
  opacity: 0.5;
  position: relative;
  text-align: center;
  margin-top: 1.4rem;
}

.sideLineH {
  height: 1px;
  background: #fff;
  margin-top: 24px;
  display: inline-block;
}

.sideLineV {
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.9rem;
}

.square {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 3px;
  overflow: hidden;
  background: #fff;
  height: 3px;
  transform: rotate(45deg);
}

.sideLinesVer {
  position: absolute;
  width: 8px;
  height: 100%;
  float: right;
  right: 2px;
}

.sideLinesVerHtop {
  color: #d3a069;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  font-size: 6vw;
  right: -0.8vw;
  width: 6vw;
}
.sideLinesVerHtop::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  right: 3.1vw;
  top: -80px;
}

.sideLinesVerHbottom {
  width: 1px;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  right: 2.1vw;
  top: 9vw;
}

/* crossLines */
.crossSecBorder {
  width: 100%;
  height: 160px;
  opacity: 0.5;
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  clear: both;
}

.crossSecBorderH {
  height: 1px;
  background: #fff;
  margin-top: 80px;
  display: inline-block;
}

.crossSecBorderV {
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

/* capsLines */
.capsSecBorder {
  width: 100%;
  height: 50px;
  opacity: 0.5;
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}

.borderReverse {
  transform: scaleY(-1);
  margin-top: 4rem;
  margin-bottom: 0;
}

.capsSecBorderH {
  height: 1px;
  background: #fff;
  margin-top: 50px;
  display: inline-block;
}

.capsSecBorderV {
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

/* bracketsMini */
.bracketsMini {
  width: 100%;
  height: 64px;
  opacity: 0.5;
  position: relative;
  text-align: center;
  margin-bottom: -0.8rem;
}

.bracketsMiniReverse {
  transform: scale(-1, -1);
  float: right;
  margin-top: -0.8rem;
  margin-bottom: 0;
}

.bracketsMiniH {
  float: left;
  height: 1px;
  background: #fff;
  margin-top: 32px;
}

.bracketsMiniV {
  width: 1px;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 0;
}

/* bracketsBig */
.bracketsBig {
  width: 72%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  bottom: -7rem;
  z-index: 9999;
}

.bracketsBigReverse {
  transform: scale(-1, -1);
  right: 0;
  top: 0;
  height: 30% !important;
  z-index: 0 !important;
}

.bracketsBigH {
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5rem;
}

.bracketsBigV {
  width: 1px;
  background: #fff;
  position: absolute;
  left: 32px;
  top: 0;
}

/* eventCrossLines */
.eventCrossSecBorder {
  width: 100%;
  height: 130px;
  opacity: 0.5;
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
  clear: both;
  float: left;
  margin-top: 4rem;
}

.eventCrossSecBorderH {
  height: 1px;
  background: #fff;
  margin-top: 80px;
  display: inline-block;
}

.eventCrossSecBorderV {
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

/* break */
.crossSecBorderHBig,
.thirdSec .sideLinesVerHtopbefore,
.thirdSec .crossSecBorderHBig:nth-of-type(2) {
  display: none;
}

/* svgAnimation */
.secondSec svg,
.thirdSec svg,
.eventSec svg {
  opacity: 0.8;
}

#stw {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new;
}

#gu1 {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new;
}

#of1 {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  enable-background: new;
}

/****************************************************************************

	*animation*

****************************************************************************/
/* headerAnimaion */
.firstLiner > span {
  transition: height 0.4s ease-in 0.3s;
  height: 1px;
}

span.onMainActive0 {
  height: 99.2vh;
  height: 99.2svh;
}

header > picture {
  transition: opacity 0.7s ease-in 1.3s;
  opacity: 0;
}

picture.onMainActive4 {
  opacity: 1;
}

header hgroup h1 {
  opacity: 0;
  transition: opacity 0.7s ease-in 2.1s;
}

h1.onMainActive1 {
  opacity: 1;
}

header small {
  opacity: 0;
  transition: opacity 0.6s ease-in 2.3s;
}

small.onMainActive2 {
  opacity: 1;
}

header h2 {
  opacity: 0;
  filter: blur(4px);
  transform: scaleY(1.1);
  transition: all 0.9s ease-in 2.7s;
}

header h2.onMainActive3 {
  opacity: 1;
  filter: blur(0);
  transform: scaleY(1);
}

.leads h2 {
  opacity: 0;
  transition: opacity 0.7s ease-in 0.3s;
}

.leads h2.onMainActive5 {
  opacity: 0.8;
}

.leads h2 > span {
  opacity: 0;
  margin-left: -8px;
  transition: opacity 0.3s ease-in 0.4s, margin-left 0.4s ease-in-out 0.8s;
}

.leads h2 > span.onMainActive6 {
  opacity: 0.8;
  margin-left: 0;
}

/* firstAnimation */
.firstSec h1 span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.5s;
}

.firstSec h1 span.onFirstActive1 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.firstSec h1 span:nth-of-type(5) {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.7s;
}

.firstSec h1 span.onFirstActive2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.firstSec h1 span:first-of-type,
.firstSec h1 span:nth-of-type(6) {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.9s;
}

.firstSec h1 span.onFirstActive0,
.firstSec h1 span.onFirstActive3 {
  opacity: 0.7;
}

.firstSec .figureWrapper figure {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: all 1s ease-in 0.6s;
}

.firstSec .figureWrapper figure.onFirstActive5 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.firstSec .figureWrapper > span {
  height: 0;
  transition: height 0.8s ease-in 0.3s;
}

.firstSec .figureWrapper > span.onFirstActive4 {
  height: 97%;
}

.firstSec span.square {
  opacity: 0;
  transition: 0.4s ease-in 0.8s;
}

.firstSec span.onFirstActive9 {
  opacity: 1;
}

.firstSec div.sideLineV {
  height: 0;
  transition: height 0.5s ease-in 0.5s;
}

.firstSec div.onFirstActive11 {
  height: 100%;
}

.firstSec div.sideLineH {
  width: 0;
  transition: width 0.5s ease-in 0.7s;
}

.firstSec div.onFirstActive10 {
  width: 80%;
}

.firstSec h2 {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 0.6s ease-in 0.4s;
}

.firstSec h2.onFirstActive8 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.firstSec .txtSecWrap > p {
  opacity: 0;
  transition: opacity 0.6s ease-in 0.4s;
}

.firstSec .txtSecWrap > p.onFirstActive12,
.firstSec .txtSecWrap > p.onFirstActive13,
.firstSec .txtSecWrap > p.onFirstActive14,
.firstSec .txtSecWrap > p.onFirstActive15 {
  opacity: 1;
}

.firstSec .sideLinesVerHtop::before {
  height: 0;
  transition: height 0.4s ease-in 0.3s;
}

.firstSec .onFirstActive6::before {
  height: 80px;
}

.firstSec .sideLinesVerHtop span {
  opacity: 0;
  transition: opacity 0.8s ease-in 0.7s;
}

.firstSec .sideLinesVerHtop span.onFirstActive7 {
  opacity: 1;
}

.firstSec .sideLinesVerHbottom {
  transform: scaleY(0);
  transform-origin: top;
}

/* secondAnimation */
.secondSec .crossSecBorderV {
  height: 0;
  transition: height 0.3s ease-in 0.2s;
}

.secondSec .onSecondActive1 {
  height: 100%;
}

.secondSec .crossSecBorderH {
  width: 0;
  transition: width 0.3s ease-in 0.3s;
}

.secondSec .onSecondActive0 {
  width: 20%;
}

.secondSec h1 span:first-of-type {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.5s;
}

.secondSec h1 span.onSecondActive2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.secondSec h1 span:nth-of-type(3) {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.7s;
}

.secondSec h1 span.onSecondActive3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.secondSec .figureWrapper figure {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: all 1s ease-in 0.6s;
}

.secondSec .figureWrapper figure.onSecondActive5 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.secondSec .figureWrapper > span {
  height: 0;
  transition: height 0.8s ease-in 0.3s;
}

.secondSec .figureWrapper > span.onSecondActive4 {
  height: 97%;
}

.secondSec span.square {
  opacity: 0;
  transition: 0.4s ease-in 0.8s;
}

.secondSec span.onSecondActive9 {
  opacity: 1;
}

.secondSec div.sideLineV {
  height: 0;
  transition: height 0.5s ease-in 0.5s;
}

.secondSec div.onSecondActive11 {
  height: 100%;
}

.secondSec div.sideLineH {
  width: 0;
  transition: width 0.5s ease-in 0.7s;
}

.secondSec div.onSecondActive10 {
  width: 80%;
}

.secondSec h2 {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 0.6s ease-in 0.4s;
}

.secondSec h2.onSecondActive8 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.secondSec .txtSecWrap > p {
  opacity: 0;
  transition: opacity 0.6s ease-in 0.4s;
}

.secondSec .txtSecWrap > p.onSecondActive12,
.secondSec .txtSecWrap > p.onSecondActive13,
.secondSec .txtSecWrap > p.onSecondActive14 {
  opacity: 1;
}

.secondSec .sideLinesVerHtop::before {
  height: 0;
  transition: height 0.4s ease-in 0.3s;
}

.secondSec .onSecondActive6::before {
  height: 80px;
}

.secondSec .sideLinesVerHtop span {
  opacity: 0;
  transition: opacity 0.8s ease-in 0.7s;
}

.secondSec .sideLinesVerHtop span.onSecondActive7 {
  opacity: 1;
}

.secondSec .sideLinesVerHbottom {
  transform: scaleY(0);
  transform-origin: top;
}

/* thirdAnimation */
.thirdSec .crossSecBorderV {
  height: 0;
  transition: height 0.3s ease-in 0.2s;
}

.thirdSec .onThirdActive1 {
  height: 100%;
}

.thirdSec .crossSecBorderH {
  width: 0;
  transition: width 0.3s ease-in 0.3s;
}

.thirdSec .onThirdActive0 {
  width: 20%;
}

.thirdSec h1 span > span {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.5s;
}

.thirdSec h1 span.onThirdActive3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thirdSec h1 span:nth-of-type(2) > span {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.7s;
}

.thirdSec h1 span.onThirdActive5 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thirdSec h1 span.thirdHLinesL::before {
  width: 0;
  transition: width 0.4s ease-in 0.8s;
}

.thirdSec h1 span.onThirdActive2::before {
  width: 50%;
}

.thirdSec h1 span.thirdHLinesR::before {
  width: 0;
  transition: width 0.4s ease-in 0.8s;
}

.thirdSec h1 span.onThirdActive4::before {
  width: 20%;
}

.thirdSec .figureWrapper figure {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: all 1s ease-in 0.6s;
}

.thirdSec .figureWrapper figure.onThirdActive7 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thirdSec .figureWrapper > span {
  height: 0;
  transition: height 0.8s ease-in 0.3s;
}

.thirdSec .figureWrapper > span.onThirdActive6 {
  height: 97%;
}

/* big */
/*   .thirdSec div.sideLinesVerHtopbefore {
	height: 0;
	transition: height .6s ease-in .2s;
  }
  .thirdSec div.onThirdActive8 {
    height: 850px;
  } */
.thirdSec div.sideLinesVerHtopbefore {
  transform: scaleY(0);
  transform-origin: top;
}

.thirdSec span.square {
  opacity: 0;
  transition: 0.4s ease-in 0.8s;
}

.thirdSec span.onThirdActive12 {
  opacity: 1;
}

.thirdSec div.sideLineV {
  height: 0;
  transition: height 0.5s ease-in 0.5s;
}

.thirdSec div.onThirdActive14 {
  height: 100%;
}

.thirdSec div.sideLineH {
  width: 0;
  transition: width 0.5s ease-in 0.7s;
}

.thirdSec div.onThirdActive13 {
  width: 80%;
}

.thirdSec h2 {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 0.6s ease-in 0.4s;
}

.thirdSec h2.onThirdActive11 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.thirdSec .txtSecWrap > p {
  opacity: 0;
  transition: opacity 0.6s ease-in 0.4s;
}

.thirdSec .txtSecWrap > p.onThirdActive15,
.thirdSec .txtSecWrap > p.onThirdActive16,
.thirdSec .txtSecWrap > p.onThirdActive17,
.thirdSec .txtSecWrap > p.onThirdActive18 {
  opacity: 1;
}

.thirdSec .sideLinesVerHtop::before {
  height: 0;
  transition: height 0.4s ease-in 0.3s;
}

.thirdSec .onThirdActive9::before {
  height: 80px;
}

.thirdSec .sideLinesVerHtop span {
  opacity: 0;
  transition: opacity 0.8s ease-in 0.7s;
}

.thirdSec .sideLinesVerHtop span.onThirdActive10 {
  opacity: 1;
}

.thirdSec .sideLinesVerHbottom {
  transform: scaleY(0);
  transform-origin: top;
}

/* galleryAnimation */
.gallerySec div:first-of-type div.capsSecBorderV {
  height: 0;
  transition: height 0.4s ease-in 0.2s;
}

.gallerySec div:first-of-type div.onGaActive1 {
  height: 100%;
}

.gallerySec div:first-of-type div.capsSecBorderH {
  transition: width 0.4s ease-in 0.3s;
  width: 0;
}

.gallerySec div:first-of-type div.onGaActive0 {
  width: 20%;
}

.gallerySec div.rollWrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in 0.4s;
}

.gallerySec div.onGaActive2 {
  opacity: 1;
}

.gallerySec div.splide {
  opacity: 0;
  transition: opacity 0.3s ease-in 0.6s;
}

.gallerySec div.onGaActive3 {
  opacity: 1;
}

.gallerySec div:last-of-type div.capsSecBorderH {
  transition: width 0.2s ease-in 0.3s;
  width: 0;
}

.gallerySec div:last-of-type div.onGaActive4 {
  width: 20%;
}

.gallerySec div:last-of-type div.capsSecBorderV {
  height: 0;
  transition: height 0.2s ease-in 0.2s;
}

.gallerySec div:last-of-type div.onGaActive5 {
  height: 100%;
}

/* noveltyAnimation */
.noveltySec > div:first-of-type > div.bracketsBigH {
  width: 0;
  transition: width 0.4s ease-in 0.3s;
}

.noveltySec > div:first-of-type > div.onNoveltyActive0 {
  width: 100%;
}

.noveltySec > div:first-of-type > div.bracketsBigV {
  transition: height 0.4s ease-in 0.4s;
  height: 0;
}

.noveltySec > div:first-of-type > div.onNoveltyActive1 {
  height: 100%;
}

.noveltySec figure {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: all 0.8s ease-in 0.5s;
}

.noveltySec figure.onNoveltyActive9 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.noveltyInsideHSec h1 span:first-of-type {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.5s;
}

.noveltyInsideHSec h1 span.onNoveltyActive4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.noveltyInsideHSec h1 span:nth-of-type(3) {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.7s;
}

.noveltyInsideHSec h1 span.onNoveltyActive5 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.noveltyInsideHSec h3 span {
  opacity: 0;
  transition: opacity 0.4s ease-in 1s;
}

.noveltyInsideHSec h3 span.onNoveltyActive6 {
  opacity: 0.8;
}

.noveltyInsideHSec div:first-of-type > div.bracketsMiniH {
  width: 0;
  transition: width 0.3s ease-in 0.4s;
}

.noveltyInsideHSec div:first-of-type > div.onNoveltyActive2 {
  width: 80px;
}

.noveltyInsideHSec div:first-of-type > div.bracketsMiniV {
  height: 0;
  transition: height 0.3s ease-in 0.5s;
}

.noveltyInsideHSec div:first-of-type > div.onNoveltyActive3 {
  height: 100%;
}

.noveltyInsideHSec div:last-of-type > div.bracketsMiniH {
  width: 0;
  transition: width 0.3s ease-in 0.4s;
}

.noveltyInsideHSec div:last-of-type > div.onNoveltyActive7 {
  width: 80px;
}

.noveltyInsideHSec div:last-of-type > div.bracketsMiniV {
  height: 0;
  transition: height 0.3s ease-in 0.5s;
}

.noveltyInsideHSec div:last-of-type > div.onNoveltyActive8 {
  height: 100%;
}

.noveltySec h2 {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 0.6s ease-in 0.4s;
}

.noveltySec h2.onNoveltyActive10 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.innerNovelryTxtWrapper p {
  opacity: 0;
  transition: opacity 0.6s ease-in 0.4s;
}

.innerNovelryTxtWrapper p.onNoveltyActive11 {
  opacity: 1;
}

.noveltySec .innerNovelryTxtWrapper > .bracketsBig div.bracketsBigH {
  width: 0;
  transition: width 0.4s ease-in 0.3s;
}

.noveltySec .innerNovelryTxtWrapper > .bracketsBig div.onNoveltyActive12 {
  width: 100%;
}

.noveltySec .innerNovelryTxtWrapper > .bracketsBig div.bracketsBigV {
  transition: width 0.4s ease-in 0.4s;
  height: 0;
}

.noveltySec .innerNovelryTxtWrapper > .bracketsBig div.onNoveltyActive13 {
  height: 100%;
}

/* eventAnimation */
.eventSec > figure {
  opacity: 0;
  transform: translate3d(12px, 0, 0);
  transition: all 0.6s ease-in 0.4s;
}

.eventSec > figure.onEventActive0 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec .sideFigure > figure > img {
  opacity: 0;
  transform: translate3d(-12px, 0, 0);
  transition: all 0.6s ease-in 0.4s;
}

.eventSec .sideFigure > figure.onEventActive1 > img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec h1 span:first-of-type {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.5s;
}

.eventSec h1 span.onEventActive3 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec h1 span:nth-of-type(3) {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  display: inline-block;
  transition: all 0.8s ease-out 0.7s;
}

.eventSec h1 span.onEventActive4 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec hgroup::before {
  height: 0;
  transition: height 0.5s ease-in 0.5s;
}

.eventSec hgroup.onEventActive2::before {
  height: 100%;
}

.eventSec hgroup > h3 span:first-of-type {
  opacity: 0;
  transform: translate3d(-12px, 0, 0);
  display: inline-block;
  transition: all 0.6s ease-in 0.4s;
}

.eventSec hgroup > h3 span.onTxtaniActive0 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec hgroup > h3 span:last-of-type {
  opacity: 0;
  transform: translate3d(12px, 0, 0);
  display: inline-block;
  transition: all 0.6s ease-in 0.4s;
}

.eventSec hgroup > h3 span.onTxtaniActive1 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec .eventCrossSecBorderV {
  height: 0;
  transition: height 0.3s ease-in 0.3s;
}

.eventSec .onEventActive6 {
  height: 100%;
}

.eventSec .eventCrossSecBorderH {
  width: 0;
  transition: width 0.3s ease-in 0.3s;
}

.eventSec .onEventActive5 {
  width: 20%;
}

.eventSec h2 {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: all 0.6s ease-in 0.4s;
}

.eventSec h2.onEventActive7 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.dateSchedule li {
  opacity: 0;
}

.dateSchedule li[class*=onEventActive] {
  transition: opacity 0.3s ease-in 0.1s;
  opacity: 1;
}

/* footerAnimation */
footer {
  opacity: 0;
  transition: opacity 0.3s ease-in 0.2s;
}

.footer {
  opacity: 1;
}

/****************************************************************************

	*header*

****************************************************************************/
.firstLiner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.firstLiner > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: #fff;
  opacity: 0.5;
}

header {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  /* min-height: calc(var(--vh, 1vh) * 100);
   	height: 100svh; */
  position: relative;
}
header > picture {
  height: 92vh;
  height: 92svh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header > picture::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(1, 6, 31, 0) 19%, rgba(1, 6, 31, 0.5) 100%), linear-gradient(-180deg, rgba(1, 6, 31, 0) 19%, rgba(1, 6, 31, 0.5) 100%);
  background-position: top, bottom;
  background-size: 100% 40px;
  background-repeat: no-repeat;
}
header > picture > img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
header hgroup {
  position: absolute;
  right: 16px;
  top: 10vh;
  width: 52%;
  z-index: 2;
}
header hgroup h1 > img {
  width: 100%;
}
header small {
  font-size: 1rem;
  margin-top: 4px;
  display: block;
  line-height: 1.7;
  text-align: right;
  letter-spacing: 0;
}
header small:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #262626;
  margin: 8px auto;
}
header h2 {
  font-size: 6vw;
  letter-spacing: 0.6px;
  text-align: right;
}
header h2 span {
  font-size: 1.78rem;
}

.rubyWrap > rt {
  font-size: 0.8rem;
  letter-spacing: -0.5rem;
  font-weight: 600;
}

/****************************************************************************

	*leads*

****************************************************************************/
.leads {
  width: 100%;
  height: 600px;
  position: relative;
}
.leads h2 {
  position: absolute;
  top: 60%;
  left: 52%;
  font-size: 3.4vw;
  letter-spacing: 0.08rem;
}
.leads h2 > span {
  font-size: 1.8rem;
}

.firstLinerAniTrigger {
  height: calc(100% + 260px) !important;
  transform: scale(1, 1) !important;
}

/****************************************************************************

	*firstSec*

****************************************************************************/
.firstSec {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
}
.firstSec h1 {
  margin-top: 20px;
}
.firstSec .figureWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 5rem; /* common */
}
.firstSec .figureWrapper > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: #fff;
  opacity: 0.5;
}
.firstSec .figureWrapper figure {
  width: 92vw;
  position: relative;
  z-index: 2;
}
.firstSec .figureWrapper figure img {
  width: 100%;
}
.firstSec .figureWrapper figure > figcaption {
  text-align: right;
}

span[class^=quotation] {
  transform: scale(0.99, 1.4);
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
}

span.quotationV {
  opacity: 0;
}

/****************************************************************************

	*secondSec*

****************************************************************************/
.secondSec {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
}
.secondSec h1 {
  font-size: 11.5vw !important;
  text-align: center;
}
.secondSec h3 {
  float: right;
  margin-top: -3.2rem;
  margin-right: 4px;
  width: 34vw;
}
.secondSec .figureWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 5rem; /* common */
  margin-top: 1.4rem;
}
.secondSec .figureWrapper > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: #fff;
  opacity: 0.5;
}
.secondSec .figureWrapper figure {
  width: 100%;
  position: relative;
  z-index: 2;
}
.secondSec .figureWrapper figure img {
  width: 100%;
}
.secondSec .figureWrapper figure > figcaption {
  text-align: right;
  margin-right: 16px;
}

/****************************************************************************

	*thirdSec*

****************************************************************************/
.thirdSec {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
}
.thirdSec h1 {
  text-align: right;
  position: relative;
}
.thirdSec h3 {
  margin-top: -4.7rem;
  margin-right: 4px;
  font-size: 1.7rem;
  letter-spacing: 0.12rem;
  margin-left: 3%;
  width: 175px;
}
.thirdSec .figureWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 5rem; /* common */
  overflow: hidden;
  margin-top: 1.4rem;
}
.thirdSec .figureWrapper > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  background: #fff;
  opacity: 0.5;
}
.thirdSec .figureWrapper figure {
  width: 92vw;
  position: relative;
  z-index: 2;
  float: right;
}
.thirdSec .figureWrapper figure img {
  width: 100%;
}
.thirdSec .figureWrapper figure > figcaption {
  text-align: left;
  letter-spacing: 0.1px;
}

span[class^=thirdHLines] {
  position: relative;
  width: 100%;
  display: block;
  padding-right: 16px;
}
span[class^=thirdHLines]::before {
  content: "";
  height: 1px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.thirdHLinesL::before {
  left: 0;
}

.thirdHLinesR::before {
  right: 0;
}

.levelScript {
  padding-bottom: 0.6rem;
  display: inline-block;
  margin-left: -0.5rem;
}

/****************************************************************************

	*gallerySec*

****************************************************************************/
.gallerySec {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 8rem;
}

.splide {
  margin: 24px 0;
}

.splide__list {
  align-items: flex-end;
}
.splide__list li {
  text-align: right;
}
.splide__list li .verticalImg1 {
  width: auto !important;
  height: 300px;
}
.splide__list li .verticalImg1 img {
  width: auto;
  height: 100%;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.splide__list li figcaption {
  padding-top: 0.4rem;
  height: 20px;
  margin-top: 0;
}
.splide__list img {
  width: 100%;
}
.splide__list .gaWidthAuto {
  width: auto !important;
}

.rollWrapper {
  position: relative;
  height: 19vw;
  overflow: hidden;
}

.rollTxt {
  position: absolute;
  top: 0;
  left: -800px;
  white-space: nowrap;
  z-index: 10;
  transition: all 0.5s;
}

.scrollTxt {
  font-size: 15vw;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: "meno-display", serif;
  font-weight: 400;
  font-style: normal;
}

/****************************************************************************

	*noveltySec*

****************************************************************************/
.noveltySec {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 8rem 0 16rem;
}
.noveltySec .noveltySecWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 16px;
  text-align: center;
}
.noveltySec .noveltySecWrapper .noveltyInsideHSec {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.noveltySec .noveltySecWrapper .tagHSec {
  text-align: left;
  display: inline-block;
}
.noveltySec .noveltySecWrapper .tagHSec h3 {
  text-align: right;
  font-size: 3.8vw;
}
.noveltySec figure {
  width: 52vw;
  position: relative;
  float: right;
  position: relative;
}
.noveltySec figure img {
  width: 100%;
}

.innerNovelryTxtWrapper {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}
.innerNovelryTxtWrapper > h2 {
  font-size: 1.7rem;
  margin-left: 16px;
  width: 100%;
  text-align: left !important;
}
.innerNovelryTxtWrapper p {
  font-size: 1.2rem;
  line-height: 2;
  margin: 1rem 24px 0;
}
.innerNovelryTxtWrapper p:first-of-type {
  margin: 2rem 24px 0 64px;
}

/****************************************************************************

	*eventSec*

****************************************************************************/
.eventSec {
  width: 100%;
  overflow: hidden;
}
.eventSec > figure {
  width: 120%;
}
.eventSec > figure:first-of-type {
  width: 80%;
  float: right;
}
.eventSec > figure:first-of-type > img {
  width: 120%;
}
.eventSec .sideFigure {
  position: relative;
  float: left;
  overflow: hidden;
}
.eventSec .sideFigure > figure {
  width: 38%;
  float: left;
  margin-top: 0.4rem;
}
.eventSec .sideFigure > figure > img {
  width: 250%;
  margin-left: -150%;
}
.eventSec .sideFigure > .tagHSec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
}
.eventSec hgroup {
  float: left;
  margin-left: 40px;
  position: relative;
  padding-top: 16px;
  width: 48%;
}
.eventSec hgroup::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: -16px;
  top: -50%;
}
.eventSec hgroup > h1 {
  line-height: 4.5rem !important;
}
.eventSec hgroup > h3 {
  float: right;
  opacity: 0.8;
  font-size: 3.8vw;
}
.eventSec hgroup > h3 .svgSpan {
  margin-left: 8vw;
  line-height: 0.5rem;
  margin-bottom: -1rem;
  width: 41px;
  display: block;
  margin-top: -1.5rem;
}

.dateSchedule {
  text-align: initial;
  display: flex;
  display: -webkit-flex;
  flex-direction: inherit; /*single*/
  -webkit-flex-direction: column;
  padding-bottom: 4rem;
  width: 100%;
}
.dateSchedule li {
  width: 100%;
  position: relative;
  padding: 32px 16px;
  /* border-bottom: 1px solid #fff; */
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dateSchedule li::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  clear: both;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.dateSchedule li:last-of-type::after {
  content: none;
}
.dateSchedule li div:first-of-type {
  width: 50%;
  float: left;
}
.dateSchedule li div:first-of-type h3 {
  font-size: 1.45rem;
}
.dateSchedule li div:first-of-type h3::after {
  content: "会場";
  font-size: 1.1rem;
  padding-left: 3px;
}
.dateSchedule li div:first-of-type p {
  font-feature-settings: "palt" 1;
}
.dateSchedule li div:first-of-type p:first-of-type {
  font-size: 1rem;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.dateSchedule li div:first-of-type p:first-of-type time {
  font-size: 4.5vw;
  padding-right: 4px;
  letter-spacing: 0.3px;
}
.dateSchedule li div:first-of-type p:nth-of-type(2) {
  margin-top: 4px;
  line-height: 1.6;
  font-size: 2vw;
}
.dateSchedule li div:nth-of-type(2) {
  width: 45%;
  float: right;
}
.dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) {
  position: relative;
  z-index: 90;
  border-radius: 4px;
  padding: 8px 0 8px;
  border: 1px #440000 solid;
  background: linear-gradient(0deg, rgb(75, 9, 9) 0%, rgb(85, 7, 7) 100%);
  display: block;
  text-align: center;
  margin-bottom: 1.2rem;
}
.dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2):hover {
  outline: 0;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.5;
}
.dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) p {
  font-size: 1.3rem;
  color: #fff;
  margin: auto;
  letter-spacing: 0.1rem;
}
.dateSchedule li div:nth-of-type(2) a {
  display: block;
  text-align: center;
}
.dateSchedule li div:nth-of-type(2) a:last-of-type p {
  position: relative;
  z-index: 90;
  font-size: 1rem;
  text-decoration: underline;
}

/****************************************************************************

	*****footer*****

****************************************************************************/
footer {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
footer div {
  transform: scale(0.6, 0.6);
  width: 160vw;
  transform-origin: left center;
  line-height: 2;
  padding: 0 16px;
}
footer div p {
  font-size: 1.2rem;
}

/****************************************************************************

	*****over380*****

****************************************************************************/
@media only screen and (min-width: 380px) {
  header h2 {
    font-size: 2.2rem;
  }
  .leads h2 {
    font-size: 4vw;
  }
  .leads h2 > span {
    font-size: 2rem;
  }
  section[class$=Sec] h2,
  section[class$=Sec] .txtSecWrap h2 {
    font-size: 2rem;
  }
  .innerNovelryTxtWrapper p {
    font-size: 1.3rem;
  }
  .dateSchedule li div:first-of-type p:first-of-type {
    font-size: 1.1rem;
    letter-spacing: inherit;
  }
  .dateSchedule li div:first-of-type p:first-of-type time {
    font-size: 1.6rem;
  }
  .dateSchedule li div:first-of-type p:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
/****************************************************************************

	*****over500*****

****************************************************************************/
@media only screen and (min-width: 500px) {
  .dateSchedule li {
    padding: 24px 40px;
  }
  header h2 {
    font-size: 5.8vw;
  }
  header h2 span {
    font-size: 4.8vw;
  }
  section[class$=Sec] > h1, hgroup[class$=Sec] > h1, .sideFigure hgroup > h1 {
    font-size: 10vw;
  }
  .secondSec h1 {
    font-size: 10vw !important;
  }
  .bg-text {
    font-size: 6.5rem;
  }
  section[class$=Sec] .txtSecWrap > h2 {
    font-size: 4.5vw;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    font-size: 2.7vw;
  }
  .thirdSec h3 {
    margin-top: -15vw;
    margin-left: 5vw;
    width: 43vw;
  }
  .splide__list li .verticalImg1 {
    height: 70vw;
  }
  .innerNovelryTxtWrapper > h2 {
    font-size: 4vw;
  }
  /* .sideLinesVerHtop::before {
  	right: -1vw;
  } */
  .script {
    font-size: 5vw;
  }
  .minScript {
    font-size: 4.5vw;
    margin-left: 2vw;
  }
  .secondSec h3 {
    margin-top: -9vw;
  }
  .thirdSec h3 {
    font-size: 5vw;
  }
  .noveltySec .noveltySecWrapper .tagHSec h3 {
    font-size: 3.5vw;
  }
  .eventSec hgroup > h3 {
    font-size: 4vw;
  }
  .eventSec hgroup > h3 .svgSpan {
    width: 8vw;
  }
  .sideLinesVer {
    width: 6vw;
  }
  figcaption {
    font-size: 1.2vw;
  }
  .noveltySec .noveltySecWrapper .noveltyInsideHSec {
    width: 60vw;
  }
}
/****************************************************************************

	*****over550*****

****************************************************************************/
@media only screen and (min-width: 550px) {
  .leads h2 {
    font-size: 4vw;
  }
  .leads h2 > span {
    font-size: 5vw;
  }
  section[class$=Sec] > h1, hgroup[class$=Sec] > h1, .sideFigure hgroup > h1 {
    letter-spacing: 0.3rem;
  }
}
/****************************************************************************

	*****over620*****

****************************************************************************/
@media only screen and (min-width: 620px) {
  .eventSec hgroup > h1 {
    line-height: 10vw !important;
  }
  .dateSchedule li {
    padding: 24px 13vw;
  }
  section[class$=Sec] > h1, hgroup[class$=Sec] > h1, .sideFigure hgroup > h1 {
    line-height: 10vw;
  }
  .firstSec .txtSecWrap > p:first-of-type, .secondSec .txtSecWrap > p:first-of-type, .thirdSec .txtSecWrap > p:first-of-type {
    margin: 2rem 4vw 0;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    margin: 1rem 4vw 0;
  }
  .dateSchedule li div:nth-of-type(2) {
    width: 30vw;
    float: right;
  }
}
/****************************************************************************

	*****over1024*****

****************************************************************************/
@media only screen and (min-width: 1024px) {
  #logoOp {
    transform: translateX(10%);
    width: 36vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .epoch {
    width: 50vw;
  }
  #epochTxtAni {
    font-size: 3vw;
  }
  header > picture {
    height: 100vh;
    height: 100svh;
  }
  header hgroup {
    width: 36vw;
  }
  header h2 {
    font-size: 4vw;
  }
  header h2 span {
    font-size: 3.2vw;
  }
  header small {
    font-size: 1.2vw;
  }
  .leads {
    height: 800px;
  }
  .leads h2 {
    font-size: 3.5vw;
  }
  .leads h2 > span {
    font-size: 4.2vw;
  }
  section[class$=Sec] > h1, hgroup[class$=Sec] > h1, .sideFigure hgroup > h1 {
    line-height: 12vw;
  }
  .firstSec .figureWrapper figure,
  .thirdSec .figureWrapper figure {
    width: 80vw;
  }
  section[class$=Sec] .txtSecWrap > h2,
  section[class$=Sec] > h2 {
    font-size: 2.8vw;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    font-size: 1.8vw;
  }
  .firstSec .txtSecWrap > p:first-of-type, .secondSec .txtSecWrap > p:first-of-type, .thirdSec .txtSecWrap > p:first-of-type {
    margin: 2rem 6vw 0;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    margin: 1rem 6vw 0;
  }
  .bracketsMini {
    height: 9vw;
  }
  .noveltyInsideHSec div:first-of-type > div.onNoveltyActive2 {
    width: 13vw;
  }
  .bracketsMiniH {
    margin-top: 7vw;
  }
  .bracketsMiniV {
    padding-bottom: 12vw;
  }
  .innerNovelryTxtWrapper {
    width: 80vw;
    float: initial;
    margin: 0 auto;
  }
  .bracketsBigReverse {
    width: 80vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .noveltySec > div:first-of-type > div.onNoveltyActive0 {
    width: 52vw;
  }
  .scrollTxt {
    font-size: 10vw;
  }
  .noveltySec figure {
    width: 42vw;
  }
  /* schedule */
  .dateSchedule {
    width: 64vw;
    margin: 0 auto;
  }
  .dateSchedule li:first-of-type {
    padding: 6.5vw 0 3.5vw;
  }
  .dateSchedule li {
    padding: 3.5vw 0;
  }
  .dateSchedule li div:nth-of-type(2) {
    width: 24vw;
  }
  .dateSchedule li div:first-of-type p:first-of-type time {
    font-size: 2.1vw;
  }
  .dateSchedule li div:first-of-type p:first-of-type {
    font-size: 1.4vw;
  }
  .dateSchedule li div:first-of-type h3 {
    font-size: 2vw;
  }
  .dateSchedule li div:first-of-type h3::after {
    font-size: 1.4vw;
  }
  .dateSchedule li div:first-of-type p:nth-of-type(2) {
    font-size: 1.6vw;
  }
  .dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) p {
    font-size: 1.6vw;
  }
  .dateSchedule li div:nth-of-type(2) a:last-of-type p {
    font-size: 1.3vw;
  }
  footer div p {
    font-size: 1.5vw;
  }
}
/****************************************************************************

	*****over1200***** padding-bottom: calc(8rem + 280px);

****************************************************************************/
@media only screen and (min-width: 1200px) {
  #logoOp {
    width: 34vw;
  }
  .crossSecBorder,
  .gallerySec > .capsSecBorder:first-of-type {
    display: none;
  }
  section[class$=Sec] > h1, hgroup[class$=Sec] > h1, .sideFigure hgroup > h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .firstSec {
    padding-bottom: calc(8rem + 280px);
    margin-bottom: 2rem;
  }
  .firstSec .txtSecCenter {
    width: 51vw;
    float: right;
    position: relative;
  }
  .firstSec .figureWrapper {
    width: 44vw;
    float: left;
    padding-bottom: 0;
    margin-top: 0;
  }
  .firstSec .figureWrapper figure {
    width: 44vw;
    float: left;
  }
  .firstSec .txtSecWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .firstSec .sideLinesVerHtop {
    top: 80px;
  }
  .firstSec .sideLinesVerHbottom {
    top: 150px;
  }
  section[class$=Sec] .txtSecWrap > h2, section[class$=Sec] > h2 {
    font-size: 2.6vw;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    font-size: 1.4vw;
  }
  .sideLinesVer {
    left: 0;
    margin: 0 auto;
  }
  .firstSec .figureWrapper > span,
  .secondSec .figureWrapper > span,
  .thirdSec .figureWrapper > span {
    display: none;
  }
  .sideLinesVerHtop {
    font-size: 3vw;
    right: 0;
    width: 6vw;
  }
  .secondSec {
    margin-bottom: 2rem;
  }
  .secondSec .sideLinesVer {
    height: 4rem;
  }
  .secondSec h1 {
    font-size: 8vw !important;
  }
  .secondSec h3 {
    margin-top: -4vw;
    margin-right: 21vw;
    width: 18vw;
  }
  .script {
    font-size: 3vw;
  }
  .minScript {
    font-size: 2.5vw;
    margin-left: 1vw;
  }
  .secondSec .txtSecWrap {
    width: 100%;
    margin-top: calc(80px + 4rem);
  }
  .secondSec .txtSecWrap > p:first-of-type,
  .secondSec .txtSecWrap > p {
    text-align: center !important;
  }
  .thirdSec {
    padding-top: calc(8rem + 280px);
    padding-bottom: calc(8rem + 280px);
  }
  .thirdSec h3 {
    font-size: 2vw;
    letter-spacing: 0.2rem;
    float: right;
    margin-right: 31vw;
    margin-top: -8.7rem;
    margin-left: 0;
    width: 18vw;
  }
  .thirdSec .txtSecCenter {
    width: 51vw;
    float: left;
    position: relative;
  }
  .thirdSec .sideLinesVer {
    top: 0;
  }
  .thirdSec .sideLinesVerHtop {
    top: 850px;
  }
  .thirdSec .sideLinesVerHtop::before {
    display: none;
  }
  .thirdSec .sideLinesVerHbottom {
    top: 907px;
  }
  .thirdSec .sideLinesVerHtopbefore {
    display: block;
    width: 1px;
    height: 850px; /* big */
    position: absolute;
    background: #fff;
    opacity: 0.5;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .thirdSec .figureWrapper {
    width: 44vw;
    float: right;
    padding-bottom: 0;
    margin-top: 0;
  }
  .thirdSec .figureWrapper figure {
    width: 44vw;
    float: right;
  }
  .thirdSec .txtSecWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  figcaption {
    font-size: 1vw;
  }
  .sideLinesVerHtop::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .sideLinesVerHbottom {
    top: 5vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .crossSecBorderHBig {
    width: 10vw;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
  }
  .firstSec .crossSecBorderHBig {
    bottom: 11rem;
  }
  .thirdSec .crossSecBorderHBig {
    top: 11rem;
  }
  .thirdSec .crossSecBorderHBig:last-of-type {
    bottom: 0;
    top: initial;
  }
  .capsSecBorderH {
    width: 10vw;
  }
  .borderReverse {
    margin-top: 8rem;
  }
  .noveltySec {
    padding-bottom: calc(8rem + 280px + 7rem);
  }
  .noveltySec .noveltySecWrapper {
    width: 80vw;
    margin: 0 auto;
  }
  .noveltySec figure {
    width: 32vw;
  }
  .noveltySec .noveltySecWrapper .noveltyInsideHSec {
    width: 45vw;
  }
  .noveltySec .noveltySecWrapper .tagHSec h3,
  .eventSec hgroup > h3 {
    font-size: 2vw;
  }
  .innerNovelryTxtWrapper > h2 {
    margin-left: 3vw;
  }
  .innerNovelryTxtWrapper p {
    font-size: 1.4vw;
  }
  .innerNovelryTxtWrapper p:first-of-type {
    margin: 2rem 0 0 7vw;
  }
  .eventSec > figure:first-of-type {
    width: auto;
    float: right;
    height: 380px;
  }
  .eventSec > figure:first-of-type > img {
    width: auto;
    height: 100%;
    margin-right: -9vw;
  }
  .eventSec hgroup > h3 .svgSpan {
    width: 4vw;
    margin-left: 5vw;
  }
  .gallerySec {
    padding-bottom: calc(8rem + 280px);
  }
  .splide__list li figcaption {
    height: 30px;
  }
  .splide__list li .verticalImg1 img {
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .splide__list li .verticalImg1 {
    height: 700px;
  }
  .eventSec .sideFigure > .tagHSec {
    right: 17vw;
  }
  .eventSec hgroup {
    width: 35vw;
  }
  .eventSec hgroup > h1 {
    line-height: 7vw !important;
  }
  .eventSec .sideFigure > figure > img {
    width: 200%;
    margin-left: -100%;
  }
  .gallerySec div:last-of-type div.onGaActive4 {
    width: 10vw;
  }
  /* .eventCrossSecBorderH {
  	width: 10vw;
  } */
  .eventCrossSecBorder {
    margin: 8rem auto;
  }
  .dateSchedule {
    width: 88vw;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: initial;
    -webkit-flex-direction: initial;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4rem auto 8rem;
    padding-bottom: 0;
  }
  .dateSchedule li {
    width: 50%;
    box-sizing: border-box;
  }
  .dateSchedule li:first-of-type {
    padding: 3.5vw 0;
  }
  .dateSchedule li:nth-of-type(odd) div:nth-of-type(2) {
    margin-right: 16px;
  }
  .dateSchedule li:nth-of-type(even) div:first-of-type {
    margin-left: 16px;
  }
  .dateSchedule li:nth-of-type(odd):before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #fff;
    clear: both;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
  }
  .dateSchedule li div:nth-of-type(2) {
    padding-right: 0;
  }
  .dateSchedule li div:first-of-type {
    padding-left: 0;
  }
  .dateSchedule li:last-of-type::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    clear: both;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  .dateSchedule li div:nth-of-type(2) {
    width: 19vw;
  }
  .dateSchedule li div:nth-of-type(2) a:last-of-type p {
    font-size: 1.15vw;
  }
  .dateSchedule li div:first-of-type p:first-of-type {
    font-size: 1.3vw;
  }
  .dateSchedule li div:first-of-type p:first-of-type time {
    font-size: 1.8vw;
  }
  .dateSchedule li div:first-of-type h3 {
    font-size: 1.8vw;
  }
  .dateSchedule li div:first-of-type h3::after {
    font-size: 1.3vw;
  }
  .dateSchedule li div:first-of-type p:nth-of-type(2) {
    font-size: 1.4vw;
  }
}
/****************************************************************************

	*****over1400*****

****************************************************************************/
@media only screen and (min-width: 1400px) {
  #logoOp {
    width: 400px;
  }
  .epoch {
    width: 50%;
  }
  #epochTxtAni {
    font-size: 3.8rem;
  }
  header > picture {
    height: 92vh;
    height: 92svh;
  }
  header hgroup {
    width: 400px;
    margin-right: 6vw;
    top: 88px;
  }
  header h2 {
    font-size: 3.8rem;
  }
  header h2 span {
    font-size: 3rem;
  }
  .firstLiner {
    overflow: initial;
  }
  /* .firstLiner > span {
  	height: calc(100% + 260px);
  } */
  .leads h2 {
    font-size: 2.4rem;
  }
  .leads h2 > span {
    font-size: 3rem;
  }
  .secondSec div.onSecondActive10,
  .thirdSec div.onThirdActive13,
  .firstSec div.onFirstActive10 {
    width: 400px;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    font-size: 1.6rem;
  }
  .firstSec {
    padding-bottom: calc(16rem + 280px);
    margin-bottom: 8rem;
  }
  .firstSec > h1 {
    font-size: 6vw !important;
    line-height: 7vw !important;
    width: 51vw;
    float: right;
    text-align: center;
  }
  .firstSec .sideLinesVerHtop {
    top: 260px;
  }
  .firstSec .sideLinesVerHbottom {
    top: 330px;
  }
  .firstSec .figureWrapper figure,
  .thirdSec .figureWrapper figure {
    padding-top: 8rem;
  }
  .firstSec .sideLinesVerHtop::before {
    display: none;
  }
  .secondSec h1 {
    font-size: 6vw !important;
  }
  .secondSec h3 {
    margin-right: 21vw;
    margin-top: -5vw;
    width: 22vw;
  }
  .secondSec .figureWrapper figure {
    margin-top: 4rem;
  }
  .thirdSec {
    padding-top: calc(16rem + 280px);
    padding-bottom: calc(16rem + 280px);
  }
  .thirdSec > h1 {
    font-size: 6vw !important;
    line-height: 7vw !important;
    width: 51vw;
    float: left;
  }
  .thirdSec h3 {
    float: left;
    margin-right: 0;
    clear: both;
    margin-left: 7%;
    margin-top: -9.7rem;
  }
  .thirdSec .figureWrapper {
    position: absolute;
    right: 0;
  }
  .thirdSec div.onThirdActive8 {
    height: 770px;
  }
  /* .thirdSec .sideLinesVerHtopbefore {
  	height: 770px;
  } */
  .thirdSec .sideLinesVerHtop {
    top: 770px;
  }
  .thirdSec .sideLinesVerHbottom {
    top: 837px;
  }
  .thirdSec h1 span.onThirdActive4::before {
    width: 80%;
  }
  .thirdHLinesR::before {
    right: -60%;
  }
  .splide__list li .verticalImg1 {
    height: 550px;
  }
  figcaption {
    font-size: 1.1rem;
  }
  section[class$=Sec] .txtSecWrap > h2, section[class$=Sec] > h2, section[class$=Sec] h2 {
    font-size: 2.8rem;
  }
  .borderReverse {
    transform: none;
  }
  .capsSecBorderH {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  section[class$=Sec] > h1, hgroup[class$=Sec] > h1, .sideFigure hgroup > h1 {
    font-size: 6vw;
    line-height: 7vw;
  }
  .innerNovelryTxtWrapper p {
    font-size: 1.6rem;
  }
  .bracketsBigReverse,
  .noveltySec .noveltySecWrapper {
    width: 70vw;
  }
  .bracketsBigReverse {
    height: 20% !important;
  }
  .eventSec .sideFigure {
    float: initial;
    margin: 0 auto;
    clear: both;
    width: 100%;
  }
  .eventSec hgroup {
    width: 40%;
  }
  .eventSec hgroup > h3 {
    padding-right: 30%;
  }
  .eventSec hgroup > h3 .svgSpan {
    width: 40px;
    margin-left: 38%;
  }
  .eventSec .sideFigure > figure {
    width: 50%;
  }
  .eventSec .sideFigure > .tagHSec {
    right: 4%;
  }
  .eventSec > figure:first-of-type {
    height: 420px;
  }
  .eventSec > figure:first-of-type > img {
    margin-right: 0;
  }
  .eventSec .sideFigure > figure > img {
    width: 150%;
    margin-left: -50%;
  }
  .dateSchedule {
    width: 80vw;
  }
  .dateSchedule li,
  .dateSchedule li:first-of-type {
    padding: 40px 0;
  }
  .dateSchedule li div:first-of-type p:first-of-type time {
    font-size: 2rem;
  }
  .dateSchedule li div:first-of-type p:first-of-type {
    font-size: 1.6rem;
  }
  .dateSchedule li div:nth-of-type(2) a:last-of-type p {
    font-size: 1.2rem;
  }
  .dateSchedule li div:nth-of-type(2) {
    width: 40%;
  }
  .dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) p {
    font-size: 1.6rem;
  }
  .dateSchedule li div:first-of-type h3 {
    font-size: 2rem;
  }
  .dateSchedule li div:first-of-type h3::after {
    font-size: 1.6rem;
  }
  .dateSchedule li div:first-of-type p:nth-of-type(2) {
    font-size: 1.6rem;
  }
  footer div p {
    font-size: 1.6rem;
  }
}
/****************************************************************************

	*****over1600***** 1560px

****************************************************************************/
@media only screen and (min-width: 1600px) {
  #logoOp {
    width: 300px;
  }
  .epoch {
    width: 600px;
  }
  #epochTxtAni {
    font-size: 3rem;
    transform: translateY(120%);
  }
  header hgroup {
    margin-right: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  header small {
    font-size: 1.4rem;
  }
  header hgroup,
  .firstSec,
  .thirdSec {
    width: 1560px;
  }
  .thirdLargeWrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  header h1 {
    width: 400px;
  }
  header h1,
  header small,
  header h2 {
    float: right;
    clear: both;
  }
  header > picture {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  header > picture::before {
    background: none;
  }
  .firstSec {
    margin: 0 auto 8rem;
  }
  .thirdSec {
    margin: 0 auto;
  }
  .firstSec .figureWrapper,
  .thirdSec .figureWrapper {
    width: 44%;
  }
  .firstSec .figureWrapper figure,
  .thirdSec .figureWrapper figure {
    width: 100%;
  }
  .firstSec .txtSecCenter,
  .thirdSec .txtSecCenter {
    width: 48%;
  }
  .firstSec > h1,
  .secondSec h1,
  .thirdSec > h1,
  hgroup[class$=Sec] > h1,
  .sideFigure hgroup > h1 {
    font-size: 8rem !important;
    line-height: 8rem !important;
  }
  .noveltySec .noveltySecWrapper .tagHSec h3, .eventSec hgroup > h3 {
    font-size: 2.3rem;
  }
  .firstSec > h1,
  .thirdSec > h1 {
    width: 48%;
  }
  .sideLinesVerHtop {
    font-size: 4rem;
  }
  .script {
    font-size: 3rem;
  }
  .minScript {
    font-size: 2.5rem;
  }
  .sideLineH {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 60%;
  }
  .secondSec h3 {
    width: 1560px;
    margin: -6rem auto -3rem;
    float: initial;
    text-align: right;
  }
  span.h3line {
    width: 50%;
    display: inline-block;
    text-align: left;
    padding-left: 7%;
  }
  svg#where {
    width: 251px;
    display: inline-block;
  }
  .secondSec .figureWrapper figure {
    margin-top: 4rem;
    width: 1560px;
    margin: 4rem auto 0;
  }
  .sideLinesVerHbottom {
    top: 7rem;
  }
  .levelScript {
    margin-left: -9.5rem;
  }
  .thirdSec {
    overflow: initial;
    display: inline-table;
  }
  .thirdSec h3 {
    margin-left: 7rem;
    width: 260px;
  }
  .thirdSec h1 span.onThirdActive2::before {
    width: 110vw;
  }
  .thirdHLinesL::before {
    left: -100vw;
  }
  .thirdSec h1 span.onThirdActive4::before {
    width: 100vw;
  }
  .thirdHLinesR::before {
    right: -90vw;
  }
  .bracketsBigReverse,
  .bracketsBig,
  .noveltySec .noveltySecWrapper,
  .innerNovelryTxtWrapper {
    width: 1100px;
  }
  .capsSecBorder {
    height: 100px;
  }
  .noveltySec figure {
    width: 49%;
  }
  .noveltySec .noveltySecWrapper .noveltyInsideHSec {
    width: 56%;
  }
  .noveltySec > div:first-of-type > div.onNoveltyActive0,
  .noveltySec .innerNovelryTxtWrapper > .bracketsBig div.onNoveltyActive12 {
    width: 52%;
  }
  .noveltyInsideHSec div:first-of-type > div.onNoveltyActive2,
  .noveltyInsideHSec div:last-of-type > div.onNoveltyActive7 {
    width: 120px;
  }
  .bracketsMiniH {
    margin-top: 9rem;
  }
  .bracketsMiniV {
    padding-bottom: 0;
    left: 24px;
  }
  .bracketsMini {
    height: 15rem;
  }
  .splide__list li .verticalImg1 {
    height: 24vw;
  }
  .eventSec hgroup.onEventActive2::before {
    height: 200%;
  }
  .eventSec hgroup::before {
    top: -100%;
  }
  .eventSec hgroup > h3 {
    float: left;
    margin-left: 30%;
  }
  .eventSec .sideFigure > figure > img {
    width: 100%;
    margin-left: 0;
  }
  .eventSec .onEventActive5 {
    width: 10vw;
  }
  .eventCrossSecBorderH {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 60%;
  }
  .dateSchedule {
    width: 1000px;
  }
  .dateSchedule li div:first-of-type p:first-of-type {
    font-size: 1.4rem;
  }
  .dateSchedule li div:first-of-type p:first-of-type time {
    font-size: 1.8rem;
  }
  .dateSchedule li div:first-of-type h3 {
    font-size: 1.8rem;
  }
  .dateSchedule li div:first-of-type h3::after {
    font-size: 1.3rem;
  }
  .dateSchedule li div:first-of-type p:nth-of-type(2) {
    font-size: 1.5rem;
  }
  .dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) p {
    font-size: 1.5rem;
  }
}
/****************************************************************************

	*****over2000*****

****************************************************************************/
@media only screen and (min-width: 2000px) {
  #epochTxtAni {
    transform: translateY(100px);
  }
  header hgroup {
    top: 15%;
    width: 60vw;
  }
  .thirdSec .txtSecCenter {
    clear: both; /* large */
  }
  .firstSec .txtSecWrap > p:first-of-type, .secondSec .txtSecWrap > p:first-of-type, .thirdSec .txtSecWrap > p:first-of-type {
    margin: 2rem 10% 0;
  }
  .firstSec .txtSecWrap > p, .secondSec .txtSecWrap > p, .thirdSec .txtSecWrap > p {
    margin: 1rem 10% 0;
  }
  .scrollTxt {
    font-size: 20rem;
  }
  .eventSec .sideFigure {
    width: 1560px;
  }
  .eventSec > figure:first-of-type {
    margin: 0 auto;
    width: 1560px;
    float: initial;
    text-align: right;
  }
}
@media only screen and (max-width: 1599px) and (min-aspect-ratio: 40/61) {
  header > picture {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/* @media (orientation: landscape) {
	header hgroup {
		width: 34vw;
	}
	header h2 {
		font-size: 3.4vw;
	}
	header h2 span {
		font-size: 3vw;
	}
  } */
