/*!*****************************************************************************************************************************************************************!*\
  !*** 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.
   ========================================================================== */
/*------------GroupA------------ */
/* キャラクター */
/* 3つの極みライン */
/* スタンダード */
/* リバース */
/* 会期会場 */
/*------------GroupB------------ */
/* キャラクター */
/* 3つの極みライン */
/* スタンダード */
/* リバース */
/* 会期会場 */
/*------------GroupC------------ */
/* キャラクター */
/* 3つの極みライン */
/* スタンダード */
/* リバース */
/* 会期会場 */
/* ==========================================================================
		font-family: 'source-han-serif-japanese', 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 {
  background: #09152f;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9000;
}

#loading.bgFix {
  background: none;
}

#loadingBg {
  background: #09152f;
  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;
}

/* ラッセン作品特別展 */
#loadingLogo {
  position: absolute;
  z-index: 1000;
  text-align: center;
  width: 96%;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  opacity: 0;
}

.onLoadingAni {
  animation: onLoadingAni 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes onLoadingAni {
  100% {
    width: 76%;
    left: 2%;
    right: auto;
  }
}
/* 極blur */
#loadingLogoKiwamiSec {
  opacity: 0;
  width: 48vw; /* svg#kiwami */
  height: auto;
  position: absolute;
  top: 50%;
  z-index: 2000;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#loadingLogoKiwamiSec img {
  width: 100%;
}

.onLogoAniSec {
  opacity: 0;
  filter: blur(6px);
  animation: onLogoAniSec 0.5s forwards;
}

@keyframes onLogoAniSec {
  50% {
    opacity: 1;
    width: 40vw; /* svg#kiwami */
    height: auto;
  }
  80% {
    opacity: 1;
    width: 40vw;
    height: auto;
  }
  100% {
    opacity: 0;
    width: 28vw;
    height: auto;
  }
}
/* 極 */
#loadingLogoKiwami {
  opacity: 0;
  width: 40vw;
  height: 42vw;
  height: auto;
  position: absolute;
  top: 50%;
  z-index: 2000;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}

svg#kiwami {
  width: 100%;
  height: auto;
}

.onLogoAni {
  stroke: #c5950f;
  stroke-miterlimit: 10;
  stroke-width: 1;
  animation: onLogoAni 2.8s forwards;
}

@keyframes onLogoAni {
  0% {
    fill-opacity: 0;
    opacity: 1;
    filter: drop-shadow(0 0 2px #000);
    stroke-dashoffset: 180px;
    stroke-dasharray: 180px;
  }
  30% {
    fill-opacity: 0;
  }
  80% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  95% {
    opacity: 1;
    filter: none;
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
  100% {
    stroke-width: 0;
    opacity: 1;
    fill-opacity: 1;
  }
}
/* 極リサイズ */
#loading > .onLogoAniScale {
  transform-origin: right 0;
  animation: onLogoAniScale 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes onLogoAniScale {
  100% {
    left: 88%;
    width: 20vw;
  }
}
h1.golds::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: url(img/logo-a.svg);
  -webkit-mask-image: url(img/logo-a.svg);
  mask-size: 100%;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(107deg, transparent 0%, rgba(255, 255, 255, 0.1) 29rem, white 30rem, white 35rem, rgba(255, 255, 255, 0.1) 36rem, transparent 100%);
  animation-name: golds;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  margin-inline: auto;
  right: 0;
}

@keyframes golds {
  0% {
    background-position: 100% 0;
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  4% {
    background-position: 100% 0;
    opacity: 1;
  }
  99% {
    background-position: 40rem 0;
    opacity: 1;
  }
  100% {
    background-position: 40rem 0;
    opacity: 0;
  }
}
@media only screen and (min-width: 700px) {
  #loadingLogoKiwami {
    width: 18vw;
  }
  svg#kiwami {
    width: 18vw;
    height: 19vw;
  }
  @keyframes onLogoAniScale {
    100% {
      left: 85vw;
      width: 18vw;
    }
  }
  @keyframes onLoadingAni {
    100% {
      width: 73vw;
      padding-left: 4vw;
    }
  }
}
/****************************************************************************

	*animation*

****************************************************************************/
/*--- default ---*/
/* lead */
.leadSec hgroup h2,
.leadSec hgroup h3,
.leadSec .goldHtag,
.leadWrap > p,
.leadSec .leadWrap > figure,
.leadSec .leadWrap > figure::before {
  opacity: 0;
}

.leadSec .leadWrap > figure::before {
  width: 96%;
}

.leadSec hgroup h2,
.leadSec hgroup h3 {
  transform: translate3d(0, 8px, 0);
}

.leadSec > hgroup > h2::before,
.leadSec > hgroup > h2::after {
  width: 0;
}

/* three */
.threeSec > h2,
.threeSec > h3,
.threeSec ol li:first-of-type figcaption,
.innerNum01,
.threeSec ol li:first-of-type .threeInnerSec > h3,
.threeSec ol li:first-of-type .threeInnerSec > aside,
.threeSec ol li:first-of-type .threeInnerSec > p,
.threeSec ol li:nth-of-type(2) figcaption,
.innerNum02,
.threeSec ol li:nth-of-type(2) .threeInnerSec > h3,
.threeSec ol li:nth-of-type(2) .threeInnerSec > aside,
.threeSec ol li:nth-of-type(2) .threeInnerSec > p,
.threeSec ol li:nth-of-type(3) figcaption,
.innerNum03,
.threeSec ol li:nth-of-type(3) .threeInnerSec > h3,
.threeSec ol li:nth-of-type(3) .threeInnerSec > aside,
.threeSec ol li:nth-of-type(3) .threeInnerSec > p {
  opacity: 0;
}

.threeSec ol li:first-of-type .threeInnerSec > h3::after,
.threeSec ol li:nth-of-type(2) .threeInnerSec > h3::after,
.threeSec ol li:nth-of-type(3) .threeInnerSec > h3::after {
  width: 0;
}

.threeSec > h2,
.threeSec > h3 {
  transform: translate3d(0, 8px, 0);
}

/* gallery */
.swiper {
  opacity: 0;
}

/* life */
.roomPic li:first-of-type,
.roomPic li:nth-of-type(2),
.lifeTagWrapper > h2,
section[class$=Sec] .lifeWrap > p {
  opacity: 0;
}

.lifeTagWrapper > h2 {
  transform: translate3d(0, 8px, 0);
}

.roomPic li:first-of-type {
  transform: translate3d(-16px, 0, 0);
}

.roomPic li:nth-of-type(2) {
  transform: translate3d(0, -16px, 0);
}

/* novelty */
.noveltySec > h2,
.noveltyWrapper > div > p {
  opacity: 0;
}

.noveltySec > h2 {
  transform: translate3d(0, 8px, 0);
}

.noveltyWrapper figure {
  opacity: 0;
  transform: translate3d(-4px, 0, 0) rotate(9deg);
}

/* event */
.eventSec h2,
.dateSchedule li {
  opacity: 0;
}

.eventSec h2 {
  transform: translate3d(0, 8px, 0);
}

/*--- line default ---*/
.lineBands01 > .innerLine,
.lineBands01 > .innerLine2,
.lineBands03 > .innerLine,
.lineBands04 > .innerLine,
.lineBands05 > .innerLine,
.lineBands06 > .innerLine,
.lineBands07 > .innerLine,
.lineBands08 > .innerLine,
.lineBands09 > .innerLine,
.independentLine {
  width: 0;
}

/* move */
.onActiveLead0,
.onActiveLead1 {
  transition: all 0.4s ease-in 0.3s;
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.leadSec > hgroup > h2.onActiveLead0::before,
.leadSec > hgroup > h2.onActiveLead0::after {
  transition: width 0.3s ease-in 0.5s;
  width: 20px;
}

.leadSec hgroup .goldHtag.onActiveLead2 {
  animation: tagAni 0.6s forwards 0.7s;
  filter: blur(4px);
  display: inline-block;
  transform: scale(1, 1.4);
}

.leadWrap > p.onActiveLead3 {
  transition: opacity 0.4s ease-in 0.5s;
  opacity: 1;
}

.leadSec .leadWrap > figure.onActiveLead4 {
  transition: opacity 0.4s ease-in 0.5s;
  opacity: 1;
}

.leadSec .leadWrap > figure.onActiveLead4::before {
  transition: all 0.6s ease-in 1s;
  width: 100%;
  opacity: 1;
}

.lineBands01 > .onActiveLead5 {
  transition: width 0.4s linear 0.2s;
  width: 200%;
}

.lineBands01 > .onActiveLead6 {
  transition: width 0.4s linear 0.2s;
  width: 140%;
}

/* three */
.threeSec > h2.onActiveThree0,
.threeSec > h3.onActiveThree1 {
  transition: all 0.4s ease-in 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.threeSec > h3 span.onActiveThree2 {
  animation: tagAni 0.6s forwards 0.7s;
  filter: blur(4px);
  display: inline-block;
  transform: scale(1, 1.4);
}

.threeSec > h3 span.onActiveThree3 img {
  animation: tagKiwami 0.4s forwards 0.6s;
  filter: blur(4px);
  transform: scale(1.6);
  opacity: 0;
}

.threeSec ol li:first-of-type figcaption.onActiveThree4,
.threeSec ol li:nth-of-type(2) figcaption.onActiveThree10,
.threeSec ol li:nth-of-type(3) figcaption.onActiveThree16 {
  transition: opacity 0.4s ease-in 0.3s;
  opacity: 1 !important;
}

.innerNum01.onActiveThree5,
.innerNum02.onActiveThree11,
.innerNum03.onActiveThree17 {
  transition: opacity 0.3s ease-in 0.1s;
  opacity: 1;
}

.threeSec ol li:first-of-type .threeInnerSec > h3.onActiveThree6,
.threeSec ol li:first-of-type .threeInnerSec > aside.onActiveThree8,
.threeSec ol li:first-of-type .threeInnerSec > p.onActiveThree9,
.threeSec ol li:nth-of-type(2) .threeInnerSec > h3.onActiveThree12,
.threeSec ol li:nth-of-type(2) .threeInnerSec > aside.onActiveThree14,
.threeSec ol li:nth-of-type(2) .threeInnerSec > p.onActiveThree15,
.threeSec ol li:nth-of-type(3) .threeInnerSec > h3.onActiveThree18,
.threeSec ol li:nth-of-type(3) .threeInnerSec > aside.onActiveThree20,
.threeSec ol li:nth-of-type(3) .threeInnerSec > p.onActiveThree21 {
  transition: opacity 0.4s ease-in 0.2s;
  opacity: 1;
}

.threeSec ol li:first-of-type .threeInnerSec > h3 > span.onActiveThree7,
.threeSec ol li:nth-of-type(2) .threeInnerSec > h3 > span.onActiveThree13,
.threeSec ol li:nth-of-type(3) .threeInnerSec > h3 > span.onActiveThree19 {
  animation: tagKiwami 0.3s forwards 0.6s;
  filter: blur(4px);
  transform: scale(1.6);
  opacity: 0;
}

.threeSec ol li:first-of-type .threeInnerSec > h3.onActiveThree6::after,
.threeSec ol li:nth-of-type(2) .threeInnerSec > h3.onActiveThree12::after,
.threeSec ol li:nth-of-type(3) .threeInnerSec > h3.onActiveThree18::after {
  width: calc(100% - 16px);
  transition: width 0.3s linear 0.3s;
}

.lineBands03 > .onActiveThree22 {
  transition: width 0.3s linear 0.2s;
  width: 200%;
}

.lineBands04 > .onActiveThree23 {
  transition: width 0.4s linear 0.2s;
  width: 180%;
}

/* gallery */
.scTriggerGa.onActiveGa0 {
  transition: opacity 0.4s ease-in 0.4s;
  opacity: 1;
}

.lineBands05 > .onActiveGa1 {
  transition: width 0.4s linear 0.2s;
  width: 180%;
}

.lineBands06 > .onActiveGa2 {
  transition: width 0.4s linear 0.2s;
  width: 130%;
}

/* life */
.roomPic li:first-of-type.onActiveLife0,
.roomPic li:nth-of-type(2).onActiveLife1 {
  transition: all 0.4s linear 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.onActiveLife2 {
  stroke: #c5950f;
  stroke-miterlimit: 10;
  stroke-width: 1;
  animation: circleAni 2.8s forwards;
}

section[class$=Sec] .lifeWrap > p[class*=onActiveLife] {
  transition: opacity 0.4s ease-in 0.3s;
  opacity: 1;
}

.lifeTagWrapper > h2.onActiveLife3 {
  transition: all 0.3s ease-in 0.1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lifeTagWrapper > h2 > span.onActiveLife4 {
  animation: tagAni 0.6s forwards;
  animation-delay: 0.8s;
  filter: blur(4px);
  display: inline-block;
  transform: scale(1, 1.4);
}

.lineBands07 > .onActiveLife9 {
  transition: width 0.4s linear 0.2s;
  width: 200%;
}

.lineBands08 > .onActiveLife10 {
  transition: width 0.4s linear 0.2s;
  width: 200%;
}

/* novelty */
.noveltySec > h2.onActiveNovelty0 {
  transition: all 0.4s ease-in 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.noveltySec > h2 > span.onActiveNovelty1 {
  animation: tagAni 0.6s forwards;
  animation-delay: 0.8s;
  filter: blur(4px);
  display: inline-block;
  transform: scale(1, 1.4);
}

.noveltyWrapper > div > p.onActiveNovelty2 {
  transition: opacity 0.4s ease-in 0.3s;
  opacity: 1;
}

.noveltyWrapper figure.onActiveNovelty3 {
  transition: all 0.4s linear 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(9deg);
}

.lineBands09 > .onActiveNovelty4 {
  transition: width 0.4s linear 0.1s;
  width: 200%;
}

.independentLine.onActiveNovelty5 {
  transition: width 0.4s linear 0.1s;
  width: 200%;
}

/* event */
.eventSec h2.onActiveEvent0 {
  transition: all 0.3s ease-in 0.1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.eventSec h2 span.onActiveEvent1 {
  animation: tagAni 0.6s forwards;
  animation-delay: 0.8s;
  filter: blur(4px);
  display: inline-block;
  transform: scale(1, 1.4);
}

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

@keyframes tagKiwami {
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
    /* height: auto; */
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}
@keyframes tagAni {
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1, 1);
  }
}
@keyframes circleAni {
  0% {
    fill-opacity: 0;
    stroke-dashoffset: 800px;
    stroke-dasharray: 800px;
  }
  100% {
    stroke-width: 0;
    opacity: 1;
    fill-opacity: 1;
  }
}
/****************************************************************************

	*common*

****************************************************************************/
html {
  background: #0b1738;
}

.key {
  touch-action: none;
}

img {
  pointer-events: none;
}

.leadSec, .threeSec, .gallerySec, .lifeSec, .noveltySec, .eventSec {
  width: 100%;
  padding-top: 144px;
}

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

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

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

::selection {
  color: #fff;
  background: #09152f;
}

body {
  background: linear-gradient(180deg, rgba(9, 29, 71, 0.3) 70%, rgba(255, 255, 255, 0.3) 100%), url(img/bg-base.webp) repeat top;
  background-size: 100% auto;
  background-blend-mode: overlay;
  overflow: hidden;
}

section:has(h2) {
  width: 100%;
  padding-top: 144px;
}

.small {
  font-size: 1rem;
  vertical-align: super;
}

.center {
  text-align: center;
  position: relative;
  z-index: 2;
}

.middleHtag {
  font-size: 2.5rem;
}

.smallHtagB {
  font-size: 2.2rem;
}

.mainHtag {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}

.smallHtag {
  font-size: 1.6rem;
}

.goldHtag {
  font-size: 2.6rem;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(-90deg, rgb(197, 149, 15) 0%, rgb(237, 214, 139) 25%, rgb(197, 149, 15) 60%, rgb(197, 149, 15) 100%);
  -webkit-background-clip: text;
  font-weight: 600;
  letter-spacing: 0;
}

span.dash {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #fff;
  vertical-align: super;
  margin-right: 4px;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

figcaption {
  font-size: 1.3rem;
}

.kiwamiFonts {
  padding: 0 4px;
  vertical-align: super;
}
.kiwamiFonts > img {
  width: 64px;
}

section[class$=Sec] {
  position: relative;
  overflow: hidden;
}

section[class$=Sec] > p,
section[class$=Sec] .leadWrap > p,
section[class$=Sec] .lifeWrap > p {
  font-size: 1.44rem;
  letter-spacing: 0.2px;
  width: 100%;
  padding: 0 16px 0;
  margin: 24px auto 0;
  line-height: 2;
  text-align: justify;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 4px rgba(9, 21, 47, 0.9);
  float: left;
}

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

	*line Bands*

****************************************************************************/
div[class^=bandsWrapper] {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
}

.bandsWrapperTop {
  top: 0;
}

.bandsWrapperBottom {
  bottom: 0;
}

div[class^=lineBands] {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
}

.lineBands01 > .innerBands {
  width: 200%;
  position: absolute;
  height: 100px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  transform: rotate(24deg);
  top: 0;
  transform-origin: left top;
  left: -20%;
}
.lineBands01 > .innerLine {
  position: absolute;
  height: 100px;
  border-bottom: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(24deg);
  top: 0;
  transform-origin: left top;
  left: -20%;
}
.lineBands01 > .innerBands2 {
  width: 140%;
  clip-path: polygon(0 0, 100% 0, 100% 26%, 0% 100%);
  height: 200px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  transform: rotate(348deg);
  position: absolute;
  top: 18%;
  transform-origin: right top;
  right: 0;
}
.lineBands01 > .innerLine2 {
  position: absolute;
  height: 200px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(348deg);
  top: 18%;
  transform-origin: right top;
  right: 0;
}

.lineBands02 > .innerBands {
  width: 200%;
  position: absolute;
  height: 200px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  transform: rotate(344deg);
  transform-origin: center;
  left: -44%;
  bottom: 14%;
}

.lineBands03 > .innerBands {
  width: 200%;
  clip-path: polygon(0 0, 100% 25%, 100% 0);
  height: 800px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  position: absolute;
  transform: rotate(24deg);
  left: -60%;
  top: 0;
  transform-origin: left top;
}
.lineBands03 > .innerLine {
  position: absolute;
  height: 800px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  left: -60%;
  top: 0;
  transform-origin: left top;
  transform: rotate(24deg);
}

.lineBands04 > .innerBands {
  width: 180%;
  clip-path: polygon(0 0, 0 31%, 100% 0);
  height: 560px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 4%;
  transform: rotate(325deg) scale(1, -1);
  transform-origin: right top;
  right: -20%;
}
.lineBands04 > .innerLine {
  clip-path: polygon(0 0, 0 31%, 100% 0);
  transform-origin: top;
  position: absolute;
  height: 560px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  top: 4%;
  transform: rotate(325deg) scale(1, -1);
  transform-origin: right top;
  right: -20%;
}

.lineBands05 > .innerBands {
  width: 180%;
  clip-path: polygon(0 0, 0 31%, 100% 0);
  height: 900px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  transform: rotate(16deg);
  left: -14%;
  transform-origin: left top;
  top: 60px;
}
.lineBands05 > .innerLine {
  position: absolute;
  height: 900px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(16deg);
  left: -14%;
  transform-origin: left top;
  top: 60px;
}

.lineBands06 > .innerBands {
  width: 130%;
  height: 200px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  position: absolute;
  transform: rotate(353deg);
  top: 30px;
  right: 0;
  transform-origin: right top;
}
.lineBands06 > .innerLine {
  position: absolute;
  height: 200px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 12%, rgb(12, 0, 177) 22%, rgb(12, 0, 177) 35%, rgb(197, 149, 15) 50%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(353deg);
  top: 30px;
  right: 0;
  transform-origin: right top;
}

.lineBands07 > .innerBands {
  width: 200%;
  height: 200px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  position: absolute;
  transform: rotate(32deg);
  left: -20%;
  transform-origin: left top;
  top: 115px;
}
.lineBands07 > .innerLine {
  position: absolute;
  height: 200px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(32deg);
  left: -20%;
  transform-origin: left top;
  top: 115px;
}

.lineBands08 > .innerBands {
  width: 200%;
  height: 200px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  transform: rotate(320deg);
  transform-origin: right top;
  top: 40px;
  right: 0;
}
.lineBands08 > .innerLine {
  position: absolute;
  height: 200px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(320deg);
  transform-origin: right top;
  top: 40px;
  right: 0;
}

.lineBands09 > .innerBands {
  width: 200%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  height: 500px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  position: absolute;
  transform: rotate(20deg);
  left: -20%;
  transform-origin: left top;
  top: 31px;
}
.lineBands09 > .innerLine {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  height: 500px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 12%, rgb(12, 0, 177) 22%, rgb(12, 0, 177) 35%, rgb(197, 149, 15) 50%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform-origin: left top;
  top: 31px;
  transform: rotate(20deg);
  left: -20%;
}

.independentLine {
  height: 10px;
  border-top: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(232, 198, 125) 0%, rgb(197, 149, 15) 39%, rgb(12, 0, 177) 55%, rgb(12, 0, 177) 67%, rgb(197, 149, 15) 77%, rgb(232, 198, 125) 100%);
  border-image-slice: 1;
  transform: rotate(347deg);
  position: absolute;
  top: 160px;
  transform-origin: right top;
  right: 0;
  left: auto;
}

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

	*8*3TOP 8*2SIDE*

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

	*header*

****************************************************************************/
header {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
header .hdInner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .hdInner > picture {
  width: 100%;
  height: auto;
  min-width: auto;
  text-align: center;
  min-height: 50vh;
  /* max-height: 73vh; */
  min-height: auto;
}
header .hdInner > picture > img {
  width: auto;
  height: auto;
  filter: drop-shadow(0 0 4px #09152f);
  max-width: 100%;
  max-height: 66vh;
}
header .hdInner hgroup {
  height: auto;
}
header .hdInner hgroup h1 {
  width: 98%;
  margin: 8px auto 0;
  position: relative;
}
header .hdInner hgroup h1 > img {
  width: 100%;
}
header .hdInner hgroup small {
  font-size: 1rem;
  text-align: right;
  margin: 4px 4px 0 0;
}

.mainVtitle {
  text-align: center;
  font-size: 1rem;
  opacity: 0.7;
  display: block;
  margin-block-start: 4px;
  clear: both;
}

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

	*lead Sec*

****************************************************************************/
.leadSec {
  position: relative;
  overflow: hidden;
}
.leadSec > hgroup {
  text-align: center;
  line-height: 1.6;
  z-index: 2;
  position: relative;
}
.leadSec > hgroup > h2::before, .leadSec > hgroup > h2::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #fff;
  vertical-align: super;
}
.leadSec > hgroup > h2::before {
  margin-right: 0.2em;
}
.leadSec > hgroup > h2::after {
  margin-left: 0.2em;
}
.leadSec > hgroup > h3 span:nth-of-type(2) {
  margin-right: 0.2rem;
}
.leadSec .leadWrap > p > small {
  font-size: 1.1rem;
  padding: 8px 16px 24px 0;
  width: 100%;
  float: left;
}
.leadSec .leadWrap > figure {
  width: 90%;
  margin: 0 auto;
  text-align: right;
  position: relative;
  z-index: 2;
  clear: both;
}
.leadSec .leadWrap > figure::before {
  content: "本展のみ数量限定!";
  float: right;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  border-bottom: #fff 1px solid;
}
.leadSec .leadWrap > figure > img:first-of-type {
  width: 38%;
  transform: rotate(-8deg);
}
.leadSec .leadWrap > figure > img:nth-of-type(2) {
  width: 59%;
  /* float: right; */
  vertical-align: bottom;
  display: inline-block;
}
.leadSec .leadWrap > figure > figcaption {
  text-align: center;
  margin: 16px 0 0;
}

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

	*three Sec*

****************************************************************************/
.threeSec > h2 {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  white-space: pre;
  overflow: hidden;
}
.threeSec > h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.threeSec > h3 span {
  vertical-align: super;
}
.threeSec > h3 span:first-of-type {
  padding: 0 4px 0 0;
}
.threeSec > h3 span:first-of-type > img {
  width: 34px;
}
.threeSec > h3 .kiwamiFonts > img {
  width: 67.2px;
}
.threeSec ol {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  overflow: hidden; /* add */
}
.threeSec ol li:nth-of-type(n+2) {
  margin-top: 64px;
  float: left;
}
.threeSec ol li:nth-of-type(3) figcaption {
  margin-top: 16px;
}
.threeSec ol li figcaption {
  text-align: center;
  margin-top: -32px;
}
.threeSec ol li figcaption > span {
  display: block;
  font-size: 1.1rem;
}

/* arrow */
.arrowWrapper {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}

.arrowPrev,
.arrowAfter {
  position: absolute;
  top: initial !important;
  justify-content: right !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  bottom: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  left: 16px;
  right: auto;
}

.arrowAfter {
  right: 16px;
  left: auto;
}

.arrowPrev div,
.arrowAfter div {
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(1, 0.4);
  position: relative;
  display: inherit;
  margin-top: 1rem;
}

.arrowPrev div:after,
.arrowAfter div:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #fff;
}

.arrowPrev div:after {
  transform: scale(1, 1.6) rotate(320deg);
  transform-origin: left bottom;
}

.arrowAfter div:after {
  transform: scale(1, 1.6) rotate(-320deg);
  transform-origin: right bottom;
  margin: 0 0 0 auto;
}

/* slideImg */
.slideImg {
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  height: 420px;
}

.slideImgInner,
.slideImgInnerSecond {
  position: absolute;
  top: 0;
  left: -31%;
}
.slideImgInner > img,
.slideImgInnerSecond > img {
  width: auto;
  height: 420px;
}

.imgInnerThird {
  margin: 0 auto;
  width: 80%;
}
.imgInnerThird > img {
  width: 100%;
  height: auto;
}

.slideAniLeft {
  left: 0 !important;
  transition: left 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.slideAniRight {
  left: -226px !important;
  transition: left 1.1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* threeInnerTxt */
.threeInnerSec {
  margin: 24px auto 0;
}
.threeInnerSec > h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 2;
  padding: 32px 0 0 16px;
}
.threeInnerSec > h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.8px;
  background: linear-gradient(-90deg, rgb(12, 0, 177) 27%, rgb(197, 149, 16) 70%, rgb(232, 198, 127) 80%);
}
.threeInnerSec > aside {
  float: right;
  padding-right: 16px;
  margin-top: 4px;
  font-size: 1.1rem;
  width: 100%;
  text-align: right;
  /* margin-bottom: 24px; */
}
.threeInnerSec .kiwamiFonts > img {
  width: 59.2px;
}

div[class^=innerNum] {
  position: absolute;
  top: 0;
  left: -10px;
}

.innerNum01 {
  background: url(img/bg.webp), url(img/num-inner-01.svg);
  background-blend-mode: hard-light;
  width: 80px;
  height: 68.3760683761px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.innerNum02 {
  background: url(img/bg.webp), url(img/num-inner-02.svg);
  background-blend-mode: hard-light;
  width: 90px;
  height: 78.9889415482px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.innerNum03 {
  background: url(img/bg.webp), url(img/num-inner-03.svg);
  background-blend-mode: hard-light;
  width: 90px;
  height: 78.9889415482px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

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

	*gallery Sec*

****************************************************************************/
.gallerySec > h2 {
  display: none;
}

.galleryBg {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 98%;
  height: 300px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wrapperSquare {
  position: relative;
}

div[class^=square] {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 1;
}

div[class^=squareInner] {
  background: linear-gradient(-90deg, rgb(197, 149, 15) 0%, rgb(237, 214, 139) 25%, rgb(197, 149, 15) 60%, rgb(197, 149, 15) 100%);
  width: 20px;
  height: 20px;
  top: 0;
  position: absolute;
  z-index: 1;
}

.square01 {
  top: 0;
  left: 0;
}
.square01 > .squareInner {
  border-radius: 2px 9px;
}

.square02 {
  top: 0;
  right: 0;
}
.square02 > .squareInner {
  border-radius: 9px 2px;
}

.square03 {
  bottom: 0;
  left: 0;
}
.square03 > .squareInner {
  border-radius: 9px 2px;
}

.square04 {
  bottom: 0;
  right: 0;
}
.square04 > .squareInner {
  border-radius: 2px 9px;
}

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

	*life Sec*

****************************************************************************/
.roomPic {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
}
.roomPic li:first-of-type {
  position: relative;
  width: 85%;
  margin-top: 267px;
  z-index: 5;
}
.roomPic li:nth-of-type(2) {
  position: relative;
  width: 70%;
  margin-top: 0;
  margin-left: -55%;
  z-index: 2;
}
.roomPic li img {
  width: 100%;
}

.lifeTagWrapper {
  position: relative;
}
.lifeTagWrapper > h2 {
  padding-top: 24px;
  padding-left: 16px;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.circleLine {
  position: absolute;
  top: -40px;
  left: -20px;
}

section[class$=Sec] .lifeWrap > p:nth-of-type(n+2) {
  margin: 8px auto 0;
}

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

	*novelty Sec*

****************************************************************************/
section.noveltySec {
  overflow: visible !important;
}
section.noveltySec > div[class^=bandsWrapper] {
  height: 200%;
}

.noveltyWrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 24px;
}
.noveltyWrapper div:first-of-type {
  width: 65%;
  font-size: 1.44rem;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 8px;
  left: 0;
  padding: 0 8px 0 16px;
}
.noveltyWrapper > figure {
  width: 35%;
  float: right;
  padding: 10px 24px 10px 0;
}
.noveltyWrapper > figure img {
  width: 100%;
}

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

	*event Sec*

****************************************************************************/
section[id^=eventInfo] {
  position: relative;
  padding-bottom: 60px;
}
section[id^=eventInfo] h2 {
  z-index: 6;
  position: relative;
  font-size: 1.6rem;
  padding: 48px 16px 8px;
  display: inline-block;
}
section[id^=eventInfo] h2::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
}
section[id^=eventInfo] h2::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
}

#eventInfo {
  width: 100%;
  padding: 80px 0 0;
  position: relative;
  text-align: center;
}
#eventInfo h2::before {
  content: "";
  background: #acb3ab;
}
#eventInfo h2::after {
  content: "";
  background: #ffa1eb;
}

.dateSchedule {
  text-align: initial;
  display: flex;
  display: -webkit-flex;
  flex-direction: inherit; /*single*/
  -webkit-flex-direction: column;
  padding-bottom: 24px;
  width: 100%;
}
.dateSchedule li {
  width: 100%;
  position: relative;
  padding: 24px 16px;
  border-bottom: 2px solid #cecece;
  border-image: linear-gradient(to right, rgb(12, 0, 177) 0%, rgb(197, 149, 15) 25%, rgb(232, 198, 125) 50%, rgb(197, 149, 15) 75%, rgb(12, 0, 177) 100%);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dateSchedule li:first-of-type {
  padding: 24px 16px 24px;
  border-bottom: 2px solid #f8efb7;
  border-image: linear-gradient(to right, rgb(12, 0, 177) 0%, rgb(197, 149, 15) 25%, rgb(232, 198, 125) 50%, rgb(197, 149, 15) 75%, rgb(12, 0, 177) 100%);
  border-image-slice: 1;
}
.dateSchedule li:last-of-type {
  border-bottom: 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: 1.1rem;
  margin-bottom: 4px;
  white-space: nowrap;
}
.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) {
  margin-top: 4px;
  line-height: 1.6;
  font-size: 1.2rem;
}
.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; */
  border: 1px #5d4a1f solid;
  /* background: linear-gradient(0deg, rgba(75,9,9,1) 0%, rgba(85,7,7,1) 100%); */
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 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;
}

div[class^=squereWrapper] {
  position: absolute;
  width: 80px;
  height: 104px;
}
div[class^=squereWrapper] > * {
  position: absolute;
}

.squereWrapperTop {
  right: 0;
  top: 80px;
}
.squereWrapperTop > .light {
  width: 72px;
  height: 72px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  right: -8%;
}
.squereWrapperTop > .dark {
  width: 64px;
  height: 64px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  left: 0;
  bottom: 0;
}

.squereWrapperBottom {
  left: 0;
  bottom: 0;
}
.squereWrapperBottom > .light {
  width: 72px;
  height: 72px;
  background: #09152f;
  mix-blend-mode: difference;
  opacity: 0.4;
  right: -8%;
}
.squereWrapperBottom > .dark {
  width: 64px;
  height: 64px;
  background: #fff;
  mix-blend-mode: overlay;
  opacity: 0.4;
  left: 0;
  bottom: 0;
}

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

	*****footer*****

****************************************************************************/
footer {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
footer::before {
  content: "";
  background: #09152f;
  mix-blend-mode: difference;
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0.8;
  left: 0;
}
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;
}
/****************************************************************************

	*****over375*****

****************************************************************************/
@media only screen and (min-width: 375px) {
  header .hdInner > picture > img {
    aspect-ratio: 465/697;
    max-height: 72vh;
  }
}
@media only screen and (min-width: 375px) and (max-height: 667px) {
  header .hdInner > picture > img {
    aspect-ratio: auto;
    max-height: 62vh;
  }
}
/****************************************************************************

	*****over450*****

****************************************************************************/
@media only screen and (min-width: 450px) {
  .noveltyWrapper > figure {
    width: 30%;
    padding: 5% 24px 5% 0;
  }
  .lineBands03 > .innerBands,
.lineBands03 > .innerLine {
    left: -31%;
  }
  .lineBands04 > .innerBands,
.lineBands04 > .innerLine {
    right: -4%;
  }
}
/****************************************************************************

	*****over500*****

****************************************************************************/
@media only screen and (min-width: 500px) {
  .slideImgInner, .slideImgInnerSecond {
    left: -10%;
  }
  .dateSchedule li:first-of-type {
    padding: 40px 40px 24px;
  }
  header .hdInner hgroup h1 {
    width: 80%;
  }
  header .hdInner hgroup small {
    width: 80%;
    margin: 4px auto;
  }
  .roomPic li:nth-of-type(2) {
    width: 60vw;
    margin-left: -30%;
  }
  .roomPic li:first-of-type {
    width: 80vw;
    margin-top: 267px;
  }
  .dateSchedule li {
    padding: 24px 40px;
  }
}
/****************************************************************************

	*****over550*****

****************************************************************************/
@media only screen and (min-width: 550px) {
  .lineBands03 > .innerBands,
.lineBands03 > .innerLine {
    transform: rotate(21deg);
  }
  .lineBands04 > .innerBands,
.lineBands04 > .innerLine {
    transform: rotate(333deg) scale(1, -1);
  }
  header .hdInner hgroup h1,
header .hdInner hgroup small {
    width: 72%;
  }
  .slideImgInner, .slideImgInnerSecond {
    width: 100%;
    left: 0;
  }
  .slideImgInner > img, .slideImgInnerSecond > img {
    width: 100%;
    height: auto;
  }
  .slideImgInner, .slideImgInnerSecond {
    position: relative;
  }
  .slideImg {
    height: auto;
  }
  .arrowWrapper {
    display: none;
  }
  .roomPic li:first-of-type {
    margin-top: 57%;
  }
  .threeSec ol li figcaption {
    margin-top: 16px;
  }
}
/****************************************************************************

	*****over600 8*5*****

****************************************************************************/
@media only screen and (min-width: 600px) {
  .lifeTagWrapper > h2 {
    padding-left: 40px;
  }
  section[class$=Sec] > p,
section[class$=Sec] .leadWrap > p,
section[class$=Sec] .lifeWrap > p {
    padding: 0 40px 0;
  }
  .threeInnerSec > h3 {
    padding: 32px 0 0 40px;
  }
  .leadSec .leadWrap > figure {
    width: 70%;
  }
  .noveltyWrapper {
    width: 80%;
    margin: 20px auto auto;
  }
  .noveltyWrapper > figure {
    padding: 16px 5% 5% 0;
  }
  .dateSchedule li div:nth-of-type(2) {
    width: 38%;
  }
}
/****************************************************************************

	*****over700 8*5*****

****************************************************************************/
@media only screen and (min-width: 700px) {
  .lineBands09 > .innerBands,
.lineBands09 > .innerLine {
    height: 200px;
    top: 0;
  }
  .independentLine {
    right: -420px;
  }
  .galleryBg {
    width: 85%;
  }
  .dateSchedule li:first-of-type {
    padding: 40px 10% 24px;
  }
  .dateSchedule li {
    padding: 24px 10%;
  }
}
/****************************************************************************

	*****over768 84%*****

****************************************************************************/
@media only screen and (min-width: 768px) {
  .lineBands03 > .innerBands,
.lineBands03 > .innerLine {
    transform: rotate(19deg);
  }
  .lineBands04 > .innerBands,
.lineBands04 > .innerLine {
    transform: rotate(339deg) scale(1, -1);
  }
  /* animation */
  .threeSec ol li:first-of-type .threeInnerSec > h3.onActiveThree6::after, .threeSec ol li:nth-of-type(2) .threeInnerSec > h3.onActiveThree12::after, .threeSec ol li:nth-of-type(3) .threeInnerSec > h3.onActiveThree18::after {
    width: 92%;
    transition: width 0.4s linear 0.4s;
  }
  /* common */
  .mainHtag {
    font-size: 2.4rem;
  }
  .smallHtag {
    font-size: 2.2rem;
  }
  section[class$=Sec] > p,
section[class$=Sec] .leadWrap > p,
section[class$=Sec] .lifeWrap > p {
    padding: 0 8% 0;
    width: 100%;
    float: inherit;
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    line-height: 2;
    float: left;
  }
  figcaption {
    font-size: 1.3rem;
  }
  /* header */
  header .hdInner hgroup {
    height: 80px;
    text-align: center;
  }
  header .hdInner hgroup h1 {
    width: auto;
    height: 82%;
  }
  header .hdInner hgroup h1 > img {
    width: auto;
    height: 100%;
  }
  header .hdInner hgroup small {
    width: auto;
    height: auto;
  }
  /* lead */
  .leadSec .leadWrap > p > small {
    font-size: 1.4rem;
    margin: 0 auto;
    float: inherit;
  }
  .leadSec .leadWrap > figure {
    width: 440px;
  }
  .leadSec .leadWrap > figure::before {
    font-size: 1.8rem;
    letter-spacing: 2.4px;
  }
  /* three */
  .threeInnerSec > h3 {
    padding: 32px 0 0 8%;
  }
  .threeSec > h2 {
    font-size: 2.4rem;
  }
  .threeSec > h3 {
    font-size: 2.8rem;
    margin-top: 16px;
    letter-spacing: 2.2px;
  }
  .threeSec > h3 span:first-of-type {
    padding: 0 8px 0 0;
  }
  .threeSec > h3 span:first-of-type > img {
    width: 48px;
    margin-top: -10px;
  }
  .threeSec > h3 .kiwamiFonts > img {
    width: 88px;
    padding-bottom: 16px;
  }
  .innerNum01 {
    width: 96px;
    height: 82.0512820513px;
  }
  .innerNum02,
.innerNum03 {
    width: 106px;
    height: 91.6271721959px;
  }
  .kiwamiFonts {
    vertical-align: bottom;
  }
  .threeInnerSec .kiwamiFonts > img {
    width: 88px;
  }
  .threeSec ol li figcaption {
    font-size: 1.44rem;
  }
  .threeInnerSec > aside {
    font-size: 1.44rem;
  }
  .threeSec ol li figcaption > span {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  /* gallery */
  li[class^=swiper] > figure figcaption > span {
    margin-top: 2px;
  }
  /* life */
  svg.circleLine {
    width: 200px;
    height: 200px;
    top: -30px;
    left: -30px;
  }
  circle {
    stroke-width: 1;
  }
  .lifeTagWrapper > h2 {
    padding-top: 48px;
    padding-left: 0;
    width: 84%;
    margin: 0 auto;
  }
  /* novelty */
  .noveltyWrapper {
    width: 560px;
  }
  .noveltyWrapper > figure {
    width: 160px;
  }
  .noveltyWrapper div:first-of-type {
    padding: 0;
  }
  /* schedule */
  .dateSchedule {
    width: 64%;
    margin: 0 auto;
  }
  .dateSchedule li:first-of-type {
    padding: 40px 0 24px;
  }
  .dateSchedule li {
    padding: 24px 0;
  }
}
/****************************************************************************

	*****over800*****

****************************************************************************/
@media only screen and (min-width: 800px) {
  .lineBands02 {
    display: none;
  }
  body {
    background: linear-gradient(180deg, rgba(9, 29, 71, 0.3) 70%, rgba(255, 255, 255, 0.3) 100%), url(img/bg-base-pc.webp) repeat top;
    background-size: 100% auto;
    background-blend-mode: overlay;
  }
}
/****************************************************************************

	*****over900*****

****************************************************************************/
@media only screen and (min-width: 900px) {
  /* header */
  header .hdInner hgroup {
    height: auto;
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .hdInner hgroup h1,
header .hdInner hgroup h1 > img {
    width: 100%;
    height: auto;
  }
  header .hdInner {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
  }
  header .hdInner > picture {
    width: auto;
    max-width: 50vw;
    text-align: right;
    min-height: auto;
    max-height: auto;
    float: right;
  }
  .lineBands10 > .innerBands {
    position: absolute;
    width: 200%;
    height: 300px;
    background: #09152f;
    mix-blend-mode: difference;
    opacity: 0.4;
    transform: rotate(347deg);
    transform-origin: center;
    left: -44%;
    top: 25%;
  }
  .mainVtitle {
    text-align: right;
  }
}
/****************************************************************************

	*****over1024 80%*****

****************************************************************************/
@media only screen and (min-width: 1024px) {
  /* animation */
  .lineBands01 > .innerBands, .lineBands01 > .innerLine {
    transform: rotate(12deg);
  }
  /* .lineBands09 > .innerLine, .lineBands09 > .innerBands {
  	transform: rotate(7deg);
  }
  */
  section[class$=Sec] {
    padding-bottom: 5%; /* caution */
  }
  .leadSec, .threeSec, .gallerySec, .lifeSec, .noveltySec, .eventSec {
    padding-top: 192px;
  }
  /* header */
  header .hdInner hgroup {
    width: 50%;
  }
  header .hdInner > picture {
    max-width: 50%;
  }
  /* lead */
  .leadWrap {
    width: 80%;
    margin: 40px auto;
    overflow: hidden;
    position: relative;
  }
  .leadSec > mainHtag > h3 {
    margin-top: 4px;
  }
  section[class$=Sec] .leadWrap > p {
    width: 56%;
    left: 0;
    padding: 0;
  }
  .leadSec .leadWrap > p > small {
    padding: 8px 0 0 0;
  }
  .leadSec .leadWrap > figure {
    width: 40%;
    float: right;
    clear: inherit;
    margin: 2% 0 0;
  }
  .leadSec .leadWrap > figure > img:first-of-type {
    width: 37%;
  }
  .leadSec .leadWrap > figure > img:nth-of-type(2) {
    width: 54%;
  }
  .leadSec .leadWrap > figure::before {
    font-size: 1.4rem;
    width: 90%;
    margin-left: 5%;
  }
  .leadSec .leadWrap > figure.onActiveLead4::before {
    transition: all 0.6s ease-in 1s;
    width: 95%;
    opacity: 1;
  }
  /* three */
  .threeSec ol li:nth-of-type(n+2) {
    float: inherit;
  }
  .threeSec > ol li > figure {
    width: 1000px;
    margin: 0 auto;
  }
  .imgInnerThird {
    width: 64%;
    text-align: center;
  }
  /* life */
  .roomPic {
    width: 1000px;
    margin: 0 auto;
  }
  /* gallery */
  .galleryBg {
    width: 65%;
    margin: 0 auto;
    left: 0;
    bottom: 32px;
  }
  /* event */
  div[class^=squereWrapper] {
    width: 100px;
    height: 130px;
  }
}
/****************************************************************************

	*****over1200*****

****************************************************************************/
@media only screen and (min-width: 1200px) {
  .lineBands03 > .innerBands,
.lineBands03 > .innerLine {
    left: 0;
    top: 60px;
  }
  .lineBands04 > .innerBands,
.lineBands04 > .innerLine {
    top: 100px;
  }
  .lineBands08 > .innerBands,
.lineBands08 > .innerLine {
    transform: rotate(338deg);
  }
  .lineBands07 > .innerBands,
.lineBands07 > .innerLine {
    transform: rotate(24deg);
  }
  /* lead */
  .leadWrap {
    width: 70%;
  }
  /* three */
  section.threeInnerSec {
    width: 50%;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
  }
  .threeSec > ol li:first-of-type .threeInnerSec,
.threeSec > ol li:nth-of-type(3) .threeInnerSec {
    right: 0;
  }
  .threeSec > ol li:nth-of-type(2) .threeInnerSec {
    left: 0;
  }
  .threeSec > ol li {
    width: 100%;
    float: left;
    margin-bottom: 120px;
    position: relative;
  }
  /* Only */
  .threeSec > ol li:nth-of-type(3) {
    margin-bottom: 0;
    position: relative;
  }
  .threeSec > ol li:nth-of-type(3) .threeInnerSec {
    width: calc(50% + 10px);
  }
  .threeSec > ol li:nth-of-type(3) .threeInnerSec > h3 {
    padding: 32px 0 0 calc(8% + 10px);
  }
  .threeSec > ol li:nth-of-type(3) .threeInnerSec > p {
    padding: 0 8% 0 calc(8% + 10px);
  }
  .innerNum03 {
    left: 0;
  }
  .threeSec ol li:nth-of-type(n+2) {
    margin-top: 0;
    float: left;
  }
  .threeSec > ol li:first-of-type > p,
.threeSec > ol li:nth-of-type(3) > p {
    padding-right: 24px;
  }
  .threeSec > ol li > figure {
    width: 50%;
  }
  .threeSec > ol li:first-of-type > figure,
.threeSec > ol li:nth-of-type(3) > figure {
    float: left;
  }
  .threeSec > ol li:nth-of-type(2) > figure {
    float: right;
  }
  .innerNum01 {
    background: url(img/num-inner-01b.svg);
    background-blend-mode: normal;
    opacity: 0.8;
    background-size: 100% auto;
  }
  .innerNum02 {
    background: url(img/num-inner-02b.svg);
    background-blend-mode: normal;
    opacity: 0.8;
    background-repeat: no-repeat;
  }
  .innerNum03 {
    background: url(img/num-inner-03b.svg);
    background-blend-mode: normal;
    opacity: 0.8;
    background-repeat: no-repeat;
    left: 0 !important;
  }
  /* gallery */
  .galleryBg {
    width: 600px;
  }
  /* life */
  .roomPic {
    width: 55%;
    float: right;
    position: relative;
  }
  .roomPic li:nth-of-type(2) {
    width: 60vw;
    margin-left: -49%;
  }
  .roomPic li:first-of-type {
    width: 70vw;
    margin-top: 70%;
  }
  .lifeWrap {
    width: 45%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .lifeTagWrapper > h2 {
    margin: 0;
    padding-left: 8%;
  }
  section[class$=Sec] .lifeWrap > p {
    padding-left: 8%;
  }
  /* novelty */
  .noveltyWrapper {
    width: 700px;
  }
  .noveltyWrapper > figure {
    margin: 16px 5% 16px 0;
    padding: 0;
  }
  /* event */
  section.eventSec {
    width: 90%;
    margin: 0 auto;
  }
  .dateSchedule li::after {
    right: -14.5px;
  }
  .squereWrapperTop > .light {
    right: 0;
  }
  .squereWrapperTop {
    top: 112px;
  }
  div[class^=squereWrapper] {
    width: 8vw;
    height: 8vw;
  }
  .squereWrapperTop > .light {
    width: 6vw;
    height: 6vw;
  }
  .squereWrapperTop > .dark {
    width: 5vw;
    height: 5vw;
  }
  .squereWrapperBottom > .dark {
    width: 6vw;
    height: 6vw;
  }
  .squereWrapperBottom > .light {
    width: 5vw;
    height: 5vw;
  }
  .dateSchedule {
    width: 80%;
    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: 24px auto 0;
  }
  .dateSchedule li {
    width: 50%;
    box-sizing: border-box;
  }
  .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) {
    border-right: 2px solid #eee;
  }
  .dateSchedule li div:nth-of-type(2) {
    padding-right: 0;
  }
  .dateSchedule li div:first-of-type {
    padding-left: 0;
  }
  .dateSchedule li:last-of-type {
    border-bottom: 2px solid #eee;
  }
}
/****************************************************************************

	*****over1400*****

****************************************************************************/
@media only screen and (min-width: 1400px) {
  .lineBands04 > .innerBands,
.lineBands04 > .innerLine {
    top: 0;
  }
  .lineBands03 > .innerBands,
.lineBands03 > .innerLine {
    top: 0;
  }
  .lineBands09 > .innerBands,
.lineBands09 > .innerLine {
    transform: rotate(10deg);
  }
  section[class$=Sec] .leadWrap > p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .roomPic {
    width: 50%;
  }
  .dateScheduleRow li:nth-of-type(odd) div:nth-of-type(2) {
    margin-right: 32px;
  }
  .dateScheduleRow li:nth-of-type(even) div:first-of-type {
    margin-left: 32px;
  }
}
/****************************************************************************

	*****over1500*****

****************************************************************************/
@media only screen and (min-width: 1500px) {
  section.eventSec {
    width: 80%;
  }
  .dateSchedule {
    width: 70%;
  }
}
/****************************************************************************

	*****over1600*****

****************************************************************************/
@media only screen and (min-width: 1600px) {
  .roomPic li:nth-of-type(2) {
    width: 50vw;
  }
  .roomPic li:first-of-type {
    margin-top: 63%;
  }
}
/****************************************************************************

	*****over1800*****

****************************************************************************/
@media only screen and (min-width: 1800px) {
  .lineBands01 > .innerBands,
.lineBands01 > .innerLine {
    left: 0;
  }
  .lineBands01 > .innerBands2,
.lineBands01 > .innerLine2 {
    top: 0;
  }
  .lineBands03 > .innerBands, .lineBands03 > .innerLine {
    transform: rotate(15deg);
  }
  .lineBands04 > .innerBands, .lineBands04 > .innerLine {
    transform: rotate(342deg) scale(1, -1);
  }
}
/****************************************************************************

	*****over1920*****

****************************************************************************/
@media only screen and (min-width: 1920px) {
  section[class$=Sec] > p, section[class$=Sec] .leadWrap > p, section[class$=Sec] .lifeWrap > p {
    line-height: 2.4;
    font-size: 1vw;
  }
  .mainHtag {
    font-size: 1.6vw;
    letter-spacing: 0.2vw;
  }
  .smallHtag,
.smallHtagB {
    font-size: 1.4vw;
  }
  .goldHtag {
    font-size: 2vw;
    letter-spacing: 0.2vw;
  }
  header .hdInner hgroup small {
    font-size: 0.6vw;
  }
  header .hdInner {
    width: 80%;
  }
  .leadSec .leadWrap > p > small {
    font-size: 0.7vw;
  }
  .leadSec > hgroup > h2::before, .leadSec > hgroup > h2::after {
    width: 2vw;
  }
  .leadSec > hgroup > h2::before {
    margin-right: 0.4vw;
  }
  .leadSec > hgroup > h2::after {
    margin-left: 0.4vw;
  }
  .leadSec .leadWrap > figure > figcaption {
    font-size: 0.8vw;
    margin: 1vw 0 0;
  }
  .leadSec .leadWrap > figure::before {
    font-size: 1vw;
  }
  .threeSec > h2 {
    font-size: 1.4vw;
  }
  .threeSec > h3 {
    font-size: 1.6vw;
    letter-spacing: 0.2vw;
  }
  .threeSec > h3 span:first-of-type > img {
    width: 2vw;
  }
  .threeSec > h3 .kiwamiFonts > img,
.threeInnerSec .kiwamiFonts > img {
    width: 4vw;
  }
  .threeSec ol {
    margin-top: 2vw;
  }
  .threeInnerSec > h3 {
    font-size: 1.6vw;
    margin-bottom: 0.3vw;
  }
  .middleHtag {
    font-size: 1.4vw;
  }
  .threeInnerSec > aside {
    font-size: 0.8vw;
    margin-top: 0.3vw;
  }
  .innerNum01 {
    width: 4vw;
    height: 3.4188034188vw;
  }
  .innerNum02,
.innerNum03 {
    width: 4.7vw;
    height: 3.7124802528vw;
  }
  .threeSec ol li figcaption {
    font-size: 0.7vw;
  }
  .threeSec ol li figcaption > span {
    font-size: 0.6vw;
    margin-top: 0.2vw;
  }
  li[class^=swiper] > figure figcaption {
    font-size: 0.4vw;
  }
  li[class^=swiper] > figure figcaption {
    font-size: 0.5vw;
  }
  li[class^=swiper] > figure figcaption > span {
    font-size: 0.3vw;
  }
  .lifeTagWrapper > h2 {
    margin: 0 0 1.6vw;
  }
  svg.circleLine {
    width: 10vw;
    height: 10vw;
  }
  .noveltyWrapper {
    width: 40vw;
  }
  .noveltyWrapper div:first-of-type {
    font-size: 1vw;
  }
  .noveltyWrapper > figure {
    width: 9vw;
  }
  .dateSchedule {
    width: 50vw;
  }
  .dateSchedule li div:first-of-type p:first-of-type time {
    font-size: 0.9vw;
  }
  .dateSchedule li div:first-of-type p:first-of-type {
    font-size: 0.8vw;
    margin-bottom: 0.2vw;
  }
  .dateSchedule li div:first-of-type h3 {
    font-size: 0.7vw;
  }
  .dateSchedule li div:first-of-type h3::after {
    font-size: 0.4vw;
  }
  .dateSchedule li div:first-of-type p:nth-of-type(2) {
    font-size: 0.6vw;
  }
  .dateSchedule li div:nth-of-type(2) a:last-of-type p {
    font-size: 0.4vw;
  }
  .dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) {
    padding: 0.3vw 0 0.3vw;
  }
  .dateSchedule li div:nth-of-type(2) a:nth-last-of-type(2) p {
    font-size: 0.7vw;
  }
  footer div p {
    font-size: 0.6vw;
  }
}
/****************************************************************************

	*****over2500*****

****************************************************************************/
@media only screen and (min-width: 2500px) {
  /* .lineBands01 > .innerBands2, .lineBands01 > .innerLine2 {
  	top: 10vw;
  }
  .lineBands01 > .innerBands, .lineBands01 > .innerLine {
  	top: 16vw;
  }
  .lineBands03 > .innerBands, .lineBands03 > .innerLine {
  	top: 13vw;
  } */
  /* gallery */
  /* .lineBands05 > .innerBands, .lineBands05 > .innerLine {
  	top: 0;
  	transform-origin: left;
  	transform: rotate(7deg);
  } */
  .galleryBg {
    bottom: 192px;
  }
  /* life */
  /* .lineBands06 > .innerBands, .lineBands06 > .innerLine {
  	top: 4vw;
  }
  .lineBands08 > .innerBands, .lineBands08 > .innerLine {
  	top: 10vw;
  } */
  /* novelty */
  .noveltyWrapper > figure {
    width: 7vw;
    margin: 1vw;
  }
  /* .lineBands09 > .innerLine, .lineBands09 > .innerBands {
  	top: 10vw;
  }
  .independentLine {
  	top: 10vw;
  } */
}
