body {
  margin: 0;
}
body.is-loading {
  opacity: 0;
  visibility: hidden;
}

body.is-loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease;
}
body.is-lock {
  overflow: hidden;
  height: 100%;
}

img{
  display: block;
  width:100%;
  height: atuo;
}
.forPC{
  display: block;
}
.forSP{
  display: none;
}
*{
  box-sizing: border-box;
}
#okinawa{
  position: relative;
}
#content_second.okinawa {
  position: relative;
  z-index: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 3px;
}


@media screen and (min-width: 900px) {
  #content_second.okinawa {
    overflow: visible;
    width: auto;
    min-width: 900px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1100px) {
  #content_second.okinawa {
    margin-top: 0px;
  }
}
@media screen and (max-width: 899px) {
  #content_second.okinawa {
    width: 100%;
    padding-bottom: 25px;
    letter-spacing: 0.26666667vw;
  }
  .forPC{
  display: none;
  }
  .forSP{
    display: block;
  }
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .container .law {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .container .law .order {
    width:100%;
    padding: 0;
  }
  .container .law .order .inner {
    display: flex;
  }
  .container .law .order .inner .text {
    flex: 1;
  }
}
@media screen and (max-width: 899px) {
  .container {
    margin: 0;
    padding: 0;
  }
  .container .law {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .container .law .order {
    width: auto;
  }
}

/* ------------------------------- */
/* 背景動画                         */
/* ------------------------------- */
.bg-video{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
  z-index: initial;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  opacity: 0;;
}
.bg-video video.show{
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .bg-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100dvh;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100vw;
  height:100dvh;
}

.loading-text span {
  color: #004761;
  font-size: calc(18 /  1200 * 100dvh);
  margin: 0 2px;
  opacity: 0;
  animation: fadeUp 2.8s infinite;
}

.loading-text span:nth-child(1) { animation-delay: 0s; }
.loading-text span:nth-child(2) { animation-delay: 0.1s; }
.loading-text span:nth-child(3) { animation-delay: 0.2s; }
.loading-text span:nth-child(4) { animation-delay: 0.3s; }
.loading-text span:nth-child(5) { animation-delay: 0.4s; }
.loading-text span:nth-child(6) { animation-delay: 0.5s; }
.loading-text span:nth-child(7) { animation-delay: 0.6s; }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ------------------------------- */
/* eyecatch                        */
/* ------------------------------- */

#eyecatch{
  position: relative;
  height: 100dvh;
  overflow: hidden;
    opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
#eyecatch.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 899.98px) {
  #eyecatch{
    height:100dvh;
  }
}

/* ロゴ */
#eyecatch .slider__overlay .slider__logo{
  position: absolute;
  bottom: calc(40/1200 * 100dvh); 
  left: 0;
  z-index: 20;
  width: calc(722/1200 * 100vw);
  height: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s ease;
}
@media screen and (max-width: 899.98px) {
  #eyecatch .slider__overlay .slider__logo{
    bottom:calc(300 / 750 * 100vw);
    left: 0;
    width: calc(733 / 750 * 100vw);
    max-width: 100vw;
  }
}
#eyecatch.show .slider__logo {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s ease;
  transition-delay:1s;
}
/* メインビジュアル */
#eyecatch .mvArea {
  position: relative;
  overflow: hidden;
  /* background-color: #FFF; */
  margin: calc(40/1200 * 100vw);
}

#eyecatch .mvArea ul {
  position: relative;
  z-index: 1;
  margin:0;
}

@media screen and (max-width: 899.98px) {
  #eyecatch .mvArea{
    margin: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    height: calc(100dvh - (210 / 750 * 100vw));
  }
}

/* オーバーレイ */
#eyecatch .mvArea .wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
#eyecatch .mvArea .wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}

#eyecatch .mvArea .wrap img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#eyecatch .bg_cirlce {
  position: absolute;
  width: calc(2550 / 1200 * 100vw);
  height: calc(2550 / 1200 * 100vw);
  opacity: 0;
  bottom: calc(-2264 / 1200 * 100vw);
  left:50%;
  transform: translateX(-50%);
  transition: 0.8s ease;
  z-index: 5;
}
@media screen and (max-width: 899.98px) {
  #eyecatch .bg_cirlce {
    width:100vw;
    height:calc(300/750 * 100vh);
    bottom:0;
    background: url("../img/bg_sec08.svg")no-repeat center top calc(30 / 1200 * 100vw) / cover;

  }
  #eyecatch .bg_cirlce svg{
    display: none;
  }
}
#eyecatch.show .bg_cirlce {
  opacity: 1;
  transition: 0.8s ease;
  transition-delay:0.5s;
}
@media screen and (min-width: 900px) {
  #eyecatch .mvArea {
    height: calc(100dvh - (80 / 1200 * 100vw));
  }
}

/* 回転ロゴ */
#eyecatch .circle-text {
  position: absolute;
  top: calc(30/1200 * 100vw);
  right: calc(30/1200 * 100vw);
  width: calc(200/1200 * 100vw);
  height: calc(200/1200 * 100vw);
  z-index: 10;
}
@media screen and (max-width: 899.98px) {
  #eyecatch .circle-text {
    top: calc(60/750 * 100vw);
    right: 0;
    width: 160px;
    height: 160px;
  }
}
#eyecatch .circle-text .txt{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  height:100%;
  left:0;
  top:0;
  justify-content: center;
}
#eyecatch .circle-text .txt > span{
  display: block;
  font-size: calc(150/200 * 100%);
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color : #003857;
  font-weight: 500;
}
#eyecatch .circle-text .txt > span:first-of-type{
  font-size: calc(200 / 200 * 100%);
  letter-spacing: 0.6em;
  margin-right: -0.6em;
}
@media screen and (max-width: 899.98px) {
  #eyecatch .circle-text .txt > span{
    font-size: calc(100 / 160 * 100%);
    letter-spacing: 0.15em;
    margin-right: -0.15em;
  }
  #eyecatch .circle-text .txt > span:first-of-type{
    font-size: calc(130 / 160 * 100%);
    letter-spacing: 0.4em;
    margin-right: -0.4em;
  }
}
#eyecatch .circle-text svg {
  width: 100%;
  height: 100%;
}
#eyecatch .circle-text text {
	font-size: 26px;
  letter-spacing: 0.0909em;
  fill: #ffff00;
}
#eyecatch .circle-text .rotating {
  animation: rotate 15s linear infinite;
  transform-origin: 180px 180px;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* スクロールマーク */

.scroll-indicator {
  position: absolute;
  right: 280px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #FFFF00;
  z-index: 20;
  opacity: 0;
  transition: 0.8s ease;


  position: fixed;
}
@media screen and (max-width: 899.98px) {
  .scroll-indicator {
    right:calc(20 / 750 * 100vw);
    gap: 0.5rem;
  }
}
.scroll-indicator.show {
    opacity: 1;
    transition: 0.8s ease;
    transition-delay: 0.5s;
}

.scroll-text {
  padding-top: 3em;
  font-size: calc(14 / 1200 * 100vw);
  letter-spacing: 0.12em;
  color:#FFFF00;
}
@media screen and (max-width: 899.98px) {
  .scroll-text {
    padding-top: 0;
    padding-bottom: 1.5em;
    font-size:calc(16 / 750 * 100vw);
    line-height: 1;
  }
}
.scroll-line {
  position: relative;
  width: 1px;
  height: calc(125px + (20 / 1200 * 100dvh));
  background: rgba(255, 255, 0 , 0.3);
  overflow: hidden;
}
@media screen and (max-width: 899.98px) {
  .scroll-line {
    height:calc(50px + calc(30 / 750 * 100vw));
  }
}


.scroll-line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 35%;
  background:#FFFF00;
  animation: scroll-flow 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes scroll-flow {
  0% {
    top: -40%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

/* ------------------------------- */
/* section                         */
/* ------------------------------- */

section {
  position: relative;
}
.section {
  width: 100%;
}
/* #sec05,
  #sec06,
  #sec07{
    height:100dvh;
    border:solid;
  } */

@media screen and (max-width: 899.98px) {
  #sec02,
  #sec03,
  #sec05,
  #sec06,
  #sec07,
  #sec08 {
    height: auto;
    overflow: visible;
  }
}

section > .inner { 
  position: relative;
  overflow:hidden;
  width:100vw;
  height: 100%;
}
section > .inner .bg1{
  z-index: 1;
}
section > .inner .content{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width:100%;
  min-height:100dvh;
  margin:0 auto; 
  z-index: 2;
}
@media screen and (max-width: 899.98px) {
  section > .inner .content{
    grid-template-columns: 1fr;
  }
}

/* map */
.map{
  order:1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map .item{
  position: relative;
  width: calc(485 / 1200 * 100vw);
  height: calc(450 / 875 * 100dvh);
  background:url("../img/img_map.png")no-repeat center center / contain;
}

/* ------------------------------- */
/* VENUE                           */
/* ------------------------------- */

#black_nav {
  position: relative;
  height:100dvh;
}
#black_nav .law{
  position: relative;
  z-index:20;
  overflow: hidden;
}
#black_nav .order{
  height: 100dvh;
}
#black_nav .order .wrap {
  position: absolute;
  top:0;
  left:0;
  display: block;
  width:100vw;
  height:100dvh;
  overflow: hidden;
  opacity: 0;
  z-index:0;
}
#black_nav .order .wrap.is-active{
  opacity: 1;
  z-index:1;
}

.fade-section.wrap .bg1 {
  position:absolute;
  opacity:0;
  transition:1s;
  width: calc(2960 / 1200 * 100vw);
  height: calc(2960 / 1200 * 100vw);
  bottom: initial;
  top: 55%;
  left:50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 899.98px) {
  .fade-section.wrap .bg1 {
    top: -75%;
  }
}
.fade-section.wrap.is-active .bg1 { 
  opacity:1;
  transition: opacity 1s ease;
}
.fade-section.wrap .content{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 899.98px) {
  .fade-section.wrap .content{
    grid-template-columns: 1fr;
  }
}
.fade-section .left{
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 899.98px) {
  .fade-section .left{
    flex:1;
    padding:calc(30 / 750 * 100vw);
    height: calc(625 / 1310 * 100dvh);
    order:3;
    padding-bottom: calc(50 / 750 * 100vw);
  }
}
.fade-section .sp_title{
  display: none;
}
@media screen and (max-width: 899.98px) {
  .fade-section .sp_title{
    position: relative;
    display: block;
    width:100%;
    max-width:initial;
    height: calc(135 / 750 * 100vw);
    padding:calc(30 / 750 * 100vw);
    position: sticky;
    top: 0;
    align-self: start;
    z-index: 10;
    order:1;
  }

  .fade-section .sp_title img{
    width:calc(456 / 750 * 100vw);
    margin:0 auto;
  }
}

.fade-section .left .ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  order:2;
  height:30vh;
}
@media screen and (max-width: 899.98px) {
  .fade-section .left .ttl{
    display: none;
  }
}
.fade-section .left .ttl img{
  width: calc(460 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  .fade-section .left .ttl img{
    width: calc(456 / 750 * 100vw);
  }
}
.fade-section .map{
  order:1;
  height:70vh;
}
@media screen and (max-width: 899.98px) {
  .fade-section .map{
    position: relative;
    order:2;
    height:100%;
  }
}
.fade-section .left .map .item .layer,
.fade-section .left .map .item .layer svg{
  width:100%;
  height:100%;
}
.fade-section .left .map .thums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10 / 1200 * 100vw);
  width:calc(280 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  .fade-section .left .map .thums {
    position: absolute;
    top:0;
    order:1;
    width:calc(520 / 750 * 100vw);
    gap: calc(15 / 750 * 100vw);
    z-index:1;
  }
  .fade-section .left .map .item {
    position: absolute;
    margin-top: 50px;
    order:2;
    width: 100%;
    height: 100%;
    margin-top: calc(-100 / 1310 * 100dvh);
    
  }
}
.fade-section .left .map .thums img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 9 / 6.5;
  overflow: hidden;
  position: relative;
}
.fade-section .left .map .thum.active,
.fade-section .left .map .thum:hover{
  outline: 2px solid #ffff00;
  cursor: pointer;
}
.fade-section .right{
  display: flex;
  align-items: flex-end;
  padding-right:calc(130 / 1200 * 100vw);

}
@media screen and (max-width: 899.98px) {
  .fade-section .right{
    align-items: flex-start;
    /* height:calc(595 / 1310 * 100dvh); */
    margin-top: calc(-7 / 1310 * 100dvh);
    padding:0 calc(30 / 1310 * 100dvh);
    order:2;
    z-index:9;
  }
}
.fade-section .location{
  display: flex;
  flex-direction: column;
  background:#003857;
  height:80vh;
}
@media screen and (max-width: 899.98px) {
  .fade-section .location {
    background: transparent;
    height: auto;
    align-items: center;
    justify-content: center;
    /* height:calc(595 / 1310 * 100dvh); */
  }
}
.fade-section .location .ph{
  display: block;
  aspect-ratio: 425 / 305;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .ph{
    display: block;
    aspect-ratio: 69 / 59;
    overflow: hidden;
    position: relative;
  }
  .fade-section .location .ph:after{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    inset: 0;
    background-color: rgba(0, 0 , 0 ,.4);
    z-index: 1;
  }
}
.fade-section .location img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  vertical-align: bottom;
}
@media screen and (max-width: 899.98px) {
  .fade-section .location img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  }
}
.fade-section .location .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #fff;
  text-align: center;
  padding : calc(20 / 1200 * 100dvh) 0 calc(40 / 1200 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .info{
    position: absolute;
    z-index:1;
    padding : calc(40 / 750 * 100vw) 0 0;
  }
}
.fade-section .location .info p{
  display: block;
}
.fade-section .location .info p:nth-child(1){
  font-size: calc(14 / 875 * 100dvh);
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .info p:nth-child(1){
    font-size: calc(22 / 750 * 100vw);
  }
}
.fade-section .location .info p:nth-child(2){
  font-size: calc(18 / 875 * 100dvh);
  line-height: 1.68;
  letter-spacing: 0.3em;
  margin: calc(10 / 875 * 100dvh) 0 calc(30 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .info p:nth-child(2){
    font-size: calc(28 / 750 * 100vw);
  }
}
.fade-section .location .info p:nth-child(3){
  font-size: calc(14 / 875 * 100dvh);
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .info p:nth-child(3){
    font-size: calc(22 / 750 * 100vw);
  }
}
.fade-section .location .info .details{
  position: relative;
  margin-top: calc(30 / 875 * 100dvh);
  padding:0 3em;
  font-size: calc(14 / 875 * 100dvh);
  line-height: 1.7143;
  letter-spacing: 0.26em;
  margin-right:-0.26em;
  color: #FFFF00;
  border-bottom:solid 2px #FFFF00;
  text-decoration: none;
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .info .details{
    font-size: calc(24 / 750 * 100vw);
  }
}
.fade-section .location .info .details::after{
  position: absolute;
  content: "";
  width: calc(8 / 875 * 100dvh);
  height: calc(8 / 875 * 100dvh);
  border-right: solid 2px #FFFF00;
  border-bottom: solid 2px #FFFF00;
  right: 5%;
  top: 15%;
  transform: rotate(45deg) translate(50%, -50%);
}
@media screen and (max-width: 899.98px) {
  .fade-section .location .info .details::after{
    position: absolute;
    content: "";
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    border-right: solid 2px #FFFF00;
    border-bottom: solid 2px #FFFF00;
    right: 5%;
    top: 10%;
    transform: rotate(45deg) translate(50%, -50%);
  }
}

/* animation */
.fade-section .left .map,
.fade-section .right {
  opacity: 0;
  transition: opacity 1s ease;
}
.fade-section .left .ttl {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-section.is-active .right,
.fade-section.is-active .left .map,
.fade-section.is-active .left .ttl { 
  opacity: 1;
  transform: none;
}
.fade-section.is-active .right{ 
  transition-delay:1.0s;
}
.fade-section.is-active .left .map {
  transition:all 1s ease;
  transition-delay:1.3s;
}
.fade-section.is-active .left .ttl { 
  transition:all 1s ease;
  transition-delay:1.5s; 
}


/* 会場詳細 */
.slide-section{
  display: flex;
}
.slide-section .bg1 {
  position: absolute;
  width: calc(2960 / 1200 * 100vw);
  height: calc(2960 / 1200 * 100vw);
  top: 0;
  left: 50%;
  transform: translate(-50%, 100dvh);
  z-index: 1;
  opacity:0;
  transition: 
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.2s ease-out;
}
@media screen and (max-width: 899.98px) {
  .slide-section .bg1 {
    width: calc(2960 / 750 * 100vw);
    height: calc(2960 / 750 * 100vw);
  }
}
.slide-section.active .bg1 {
  opacity: 1;
  transform: translate(-50%, calc(-150 / 1200 * 100vw));
}
.slide-section .bg2 {
  position:absolute;
  opacity: 0;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left:0;
  z-index:2;
  transform: translate(0, 100dvh);
  transition:0.8s;
  transition-delay: 0.8s;
}
.slide-section.active .bg2 {
  opacity:1;
  transform: translate(0, calc(40 / 1200 * 100vw));
}
@media screen and (max-width: 899.98px) {
  .slide-section.active .bg2 {
    transform: translate(0, calc(140 / 1310 * 100dvh));
  }
}
.slide-section > div > .content{
  opacity:0;
  transition:1.5s;
}
.slide-section.active .content { 
  opacity: 1;
  transition-delay:1.5s;
}
.slide-section .left{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right:calc(60 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  .slide-section .left{
    order:2;
    padding:calc(30 / 1200 * 100vw);
  }
}
.slide-section .sp_title{
  display: none;
}
@media screen and (max-width: 899.98px) {
  .slide-section .sp_title{
    position: relative;
    display: block;
    width:100%;
    max-width:initial;
    height: calc(200 / 750 * 100vw);
    padding:calc(30 / 750 * 100vw);
    position: sticky;
    top: 0;
    align-self: start;
    z-index: 10;
    order:1;
  }
  .slide-section .sp_title img{
    width:calc(524 / 750 * 100vw);
    margin:0 auto;
  }
}

.slide-section .right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: calc(80 / 875 * 100dvh);
  padding-bottom: calc(40 / 875 * 100dvh);

}
@media screen and (max-width: 899.98px) {
  .slide-section .right{
    order:3;
    padding:0 calc(30 / 750 * 100vw) calc(150 / 750 * 100vw);
  }
}
.slide-section .map{
  order:1;
  height:calc(260 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .slide-section .map{
    order:2;
    /* height: calc(558 / 750 * 100vw); */
    margin-top: calc(-100 / 750 * 100vw);
  }
}
.slide-section .map .item{
  width: calc(280 / 875 * 100dvh);
  height: calc(260 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .slide-section .map .item{
    width: calc(600 / 750 * 100vw);
    height: calc(558 / 750 * 100vw);
    background:url("../img/img_map@sp.png")no-repeat center center / contain;
  }
}

.slide-section .left .txt{
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: calc((100% - (280 / 1200 * 100vw)) / 2);
  margin-bottom: calc(40/ 875 * 100dvh);
  color:#FFF;
}
@media screen and (max-width: 899.98px) {
  .slide-section .left .txt{
    order:1;
    margin-left:0;
    margin-top: calc(60/ 1310 * 100dvh);
    margin-bottom: calc(30/ 1310 * 100dvh);
    padding:0 calc(30 / 750 * 100vw);
    z-index: 10;
  }
}
.slide-section .left .open{
  font-size: calc(18/ 1310 * 100dvh);
  color: #FFFF00;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 899.98px) {
  .slide-section .left .open{
    font-size: calc(24 / 750 * 100vw);
  }
}
.slide-section .left .ttl {
  font-size: calc(22 / 875 * 100dvh);
  line-height: 1.4;
  letter-spacing: 0.26em;
  margin-bottom: 1em;
}
@media screen and (max-width: 899.98px) {
  .slide-section .left .ttl {
    order:2;
    font-size: calc(32 / 750 * 100vw);
  }
}
.slide-section .left .area{
  font-size: calc(13 / 875 * 100dvh);
  line-height: 1.7077;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 899.98px) {
  .slide-section .left .area{
    order:1;
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: 0.5em;
  }
}
.slide-section .left .copy{
  font-size: calc(18 / 875 * 100dvh);
  line-height: 1.4;
  letter-spacing: 0.26em;
  margin:1em 0;
}
@media screen and (max-width: 899.98px) {
  .slide-section .left .copy{
    order:3;
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
}
.slide-section .left .desc{
  font-size: calc(14 / 875 * 100dvh);
  line-height: 1.8;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 899.98px) {
  .slide-section .left .desc{
    order:4;
    font-size: calc(24 / 750 * 100vw);
  }
}
.slide-section .info.sp{
  display: none;
}
@media screen and (max-width: 899.98px) {
  .slide-section .info.sp{
    display: block;
    padding:0 calc(30 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .slide-section .left .info{
    display: none;
  }
}
.slide-section .info{
  letter-spacing: 0.24em;
  line-height:1;
  color: #FFFFFF;
  margin-top: calc(40 / 875 * 100dvh);
  margin-bottom: calc(20 / 875 * 100dvh);
}
.slide-section .info h4{
  margin-bottom: 0.8em;
  font-size: calc(16 / 875 * 100dvh);
  line-height: 1.5;
  font-family: "Amiri", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 899.98px) {
  .slide-section .info h4{
    font-size: calc(26 / 750 * 100vw);
  }
}
.slide-section .info .capacity{
  font-size: calc(12 / 875 * 100dvh);
  line-height: 2.9167;
}
@media screen and (max-width: 899.98px) {
  .slide-section .info .capacity{
    font-size: calc(22 / 750 * 100vw);
  }
}
.slide-section .info .address{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:calc(30 / 1200 * 100vw);
  padding: 0.5em 0;
  font-size: calc(12 / 875 * 100dvh);
  line-height: 1;
  border-top:solid 1px #FFF;
  border-bottom:solid 1px #FFF;
}
@media screen and (max-width: 899.98px) {
  .slide-section .info .address{
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .slide-section .info .address span{
    text-decoration: none;
  }
}
.slide-section .info .address > span{
  flex:1;
  line-height: 1.4;
}
.slide-section .info .address .map{
  width:calc(54 / 1200 * 100vw);
  height:calc(24 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .slide-section .info .address .map{
    width:calc(70 / 750 * 100vw);
    margin-top: 0;
  }
}
.slide-section .info .address .map a{
  display: flex;
  align-items: center;
  justify-content: center;
  width:calc(54 / 1200 * 100vw);
  height:calc(24 / 875 * 100dvh);
  background : rgba(0, 0, 0, 1);
  font-size: calc(11 / 875 * 100dvh);
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 899.98px) {
  .slide-section .info .address .map a{
    width:calc(70 / 750 * 100vw);
  }
}
.slide-section .info .andmore{
  margin-top: 2.0em;
}
.slide-section .info .andmore a{
  position: relative;
  display: inline-block;
  font-size: calc(12 / 875 * 100dvh);
  line-height: 1;
  color: #FFFF00;
  text-decoration: none;
  border-bottom: solid 2px #FFFF00;
  padding: 0.5em 3em 0.5em 0;
}
@media screen and (max-width: 899.98px) {
  .slide-section .info .andmore a{
    display: block;
    max-width: 60vw;
    font-size: calc(22 / 750 * 100vw);
    border-bottom: solid 1px #FFFF00;
    margin:0 auto;
    letter-spacing: 0.2em;
  }
}
.slide-section .info .andmore a::after{
  position: absolute;
  content: "";
  width: calc(8 / 875 * 100dvh);
  height: calc(8 / 875 * 100dvh);
  border-right: solid 2px #FFFF00;
  border-bottom: solid 2px #FFFF00;
  right: 2%;
  top: 50%;
  transform: rotate(-45deg) translate(50%, -50%);
}

.slide-section .right .logo{
  margin:0 auto;
}
@media screen and (max-width: 899.98px) {
  .slide-section .right .logo{
    display: none;
  }
}


/* 会場紹介：新画像グリッドレイアウト（3枚・PC/SP共通） */
.imageWrap.imageWrap--grid {
  position: relative;
  height:calc(575 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .imageWrap.imageWrap--grid {
    height:calc(570 / 750 * 100vw);
  }
}
.imageWrap.imageWrap--grid .imageWrap__main {
  /* position: relative; */
  position: relative;
  width:100%;
  height:calc(430 / 875 * 100dvh);
  object-fit: cover;
}
@media screen and (max-width: 899.98px) {
  .imageWrap.imageWrap--grid .imageWrap__main {
    height:calc(390 / 750 * 100vw);
  }
}
.imageWrap.imageWrap--grid .imageWrap__main::after{
  content:"";
  position:absolute;
  inset:0;
  background:#fff;
  opacity:0;
  transition: all .3s linear;
  pointer-events:none;
}
.imageWrap.imageWrap--grid .imageWrap__main.is-fade img{ 
  opacity: 0;
}
.imageWrap.imageWrap--grid .imageWrap__main.is-flash::after{
  opacity:.65;
}
.imageWrap.imageWrap--grid .imageWrap__item {
  overflow: hidden;
}
.imageWrap.imageWrap--grid .imageWrap__main img,
.imageWrap.imageWrap--grid .imageWrap__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: bottom;
  opacity: 1;
  transition: opacity .3s linear;
}
.imageWrap--grid > .wrap{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:5px;
  margin-top: 5px;
  height:calc(137 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .imageWrap--grid > .wrap{
    height:calc(158 / 750 * 100vw);
  }
}
.imageWrap.imageWrap--grid .imageWrap__thumbs{ 
  display:flex;
}
.imageWrap.imageWrap--grid .imageWrap__item img{ 
  cursor:pointer;
}


/* ------------------------------- */
/* #sec01                          */
/* ------------------------------- */

#sec01 {
}
#sec01 > .content{
  position: relative;
  display: grid;
  grid-template-columns: calc(460/1200 * 100vw) 1fr;
  margin:0 0 0 calc(100/1200 * 100vw);
  align-items: start;
  /* height:100%; */
  border: solid 1px transparent;
}
@media screen and (max-width: 899.98px) {
  #sec01 > .content{
    grid-template-columns: 1fr;
    margin:0 calc(30 / 750 * 100vw);
    max-width: calc(100vw - (60 / 750 * 100vw));
    /* min-height:300vh; */
  }
}
#sec01 .bg{
  position: absolute;
  left:0;
  top: 0;
  width: calc(460/1200 * 100vw);
  height: calc(837 / 875 * 100dvh);
  background : rgba(11, 100, 160, .8);
  z-index: 0;
  height: 94vh;
}
@media screen and (max-width: 899.98px) {
  #sec01 .bg{
    width: calc(100vw - (60 / 750 * 100vw));
    height:100%;
  }
}
#sec01 .left {
  position: sticky;
  top: 0;
  align-self: start;
  z-index: 2;
  padding:0 0 0 calc(50/1200 * 100vw);
  margin-bottom:200px;
}
@media screen and (max-width: 899.98px) {
  #sec01 .left {
    position: relative;
    padding:calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    height: auto;;
  }
}
#sec01 .left .ttl{
  position: relative;
  width:calc(633 / 875 * 100dvh);
  max-width:calc(633/1200 * 100vw);
  margin: calc(40 / 875 * 100dvh) 0;
}
#sec01 .left .ttl > span{
  display: block;
  font-size: calc(40/1200 * 100vw);
  color:#FFFF00;
  letter-spacing: 0.25em;
  margin-right:-0.25em;
  line-height:1.4;
}
#sec01 .left .ttl > span:first-of-type{
  font-size: calc(60/1200 * 100vw);
  letter-spacing: 0.4em;
  margin-right:-0.4em;
}
@media screen and (max-width: 899.98px) {
  #sec01 .left .ttl{
    display: none;
  }
}

#sec01 .left .txt {
  position: relative;
  color: #FFF;
  z-index: 2;
}
#sec01 .left .txt dt {
  font-size: calc(22 / 875 * 100dvh);
  line-height: 1.8182;
  letter-spacing: 0.22em;
  margin-bottom: calc(40 / 875 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  #sec01 .left .txt dt {
    font-size: calc(34 / 750 * 100vw);
  }
}
#sec01 .left .txt dd {
  font-size: calc(14 / 875 * 100dvh);
  line-height: 2.4286;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 899.98px) {
  #sec01 .left .txt dd {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.15em;
  }
}
#sec01 .left .txt dd span {
  display: block;
}
#sec01 .scroll {
  position: relative;
  z-index: 1;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}


@media screen and (max-width: 899.98px) {
  #sec01 .scroll{
  }
}
#sec01 .scroll::before{
  position: absolute;
  content:"";
  left:0;
  top: 0;
  width: calc(50/1200 * 100vw);
  height: 94vh;
  background : rgba(11, 100, 160, .8);
  z-index: 0;
}
@media screen and (max-width: 899.98px) {
  #sec01 .scroll::before{
    width:calc(580 / 750 * 100vw);
    display: none;
  }
}
#sec01 .sp_title{
  display: none;
}
@media screen and (max-width: 899.98px) {
  #sec01 .sp_title{
    position: absolute;
    display: block;
    width: calc(100vw - (60 / 750 * 100vw));
    max-width:initial;
    padding:calc(60 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    position: sticky;
    top: 0;
    align-self: start;
    z-index: 20;
    margin-bottom: 0;
  }
  #sec01 .sp_title > span{
    display: block;
    font-size: calc(60 / 750 * 100vw);
    color:#FFFF00;
    letter-spacing: 0.3em;
    margin-right:-0.3em;
    line-height:1.5;
    position: relative;
  }
  #sec01 .sp_title > span:first-of-type{
    font-size: calc(90 / 750 * 100vw);
    letter-spacing: 0.4em;
    margin-right:-0.4em;
  }
  #sec01 .sp_title::before{
    position: absolute;
    content:"";
    left:0;
    top: 0;
    width: calc(100vw - (60 / 750 * 100vw));
    height: 100%;
    background : rgba(11, 100, 160, .8);
    z-index: 0;
  }
  #sec01 .sp_title img{
    position: relative;
    display: block;
    width:calc(580 / 750 * 100vw);
    z-index: 1;
  }
}

#sec01 .scroll .ph{
  position: relative;
  margin-top: calc(150 / 1200 * 100dvh);
  margin-bottom: calc(150 / 1200 * 100dvh);
   /* iOSで慣性スクロールON */
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  /* 任意：スクロールバー調整 */
  overscroll-behavior: contain;
  z-index: 10;
  
}
@media screen and (max-width: 899.98px) {
  #sec01 .scroll .ph{
    margin-top: 0;
    margin-bottom: calc(30 / 750 * 100vw);
    /* position: absolute;
    
    height:100dvh; */
  }
}
#sec01 .scroll img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

/* ------------------------------- */
/* #black_nav                      */
/* ------------------------------- */

#black_nav{
  height: 100dvh;;
}
/* ------------------------------- */
/* #sec05                          */
/* ------------------------------- */

@media screen and (max-width: 899.98px) {
  #sec05,#sec06,#sec07{
    height:auto;
  }
  #sec05 > .inner,#sec06 > .inner,#sec07 > .inner{
    height: auto;
  }
  #sec05 > .inner .content,#sec06 > .inner .content,#sec07 > .inner .content{
    height: auto;
  }
}
  

#sec05.slide-section .bg2{
background: url("../img/bg_slide-section01.png") no-repeat center top / cover;
/* background-position: center calc(60 / 1200 * 100vw); */
}
@media screen and (max-width: 899.98px) {
  #sec05.slide-section .bg2{
    background:url("../img/bg_slide-section01@sp.png")no-repeat center top / cover;
  }
}
#sec05.slide-section .right .logo{
  width: calc(524 / 875 * 100dvh);
  max-width: calc(524 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  #sec05.slide-section .sp_title {
    padding: calc(95 / 1310 * 100dvh) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    height:auto;
  }
}
/* ------------------------------- */
/* #sec06                          */
/* ------------------------------- */
#sec06.slide-section .bg2{
  background: url("../img/bg_slide-section02.png") no-repeat center top / cover;
/* background-position: center calc(60 / 1200 * 100vw); */
}
@media screen and (max-width: 899.98px) {
  #sec06.slide-section .bg2{
    background:url("../img/bg_slide-section02@sp.png")no-repeat center top / cover;
  }
}
#sec06.slide-section .right .logo{
  width: calc(500 / 875 * 100dvh);
  max-width: calc(500 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  #sec06.slide-section .sp_title {
    padding: calc(80 / 1310 * 100dvh) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    height:auto;
  }
}
/* ------------------------------- */
/* #sec07                          */
/* ------------------------------- */
#sec07.slide-section .bg2{
  background: url("../img/bg_slide-section03.png") no-repeat center top / cover;
  /* background-position: center calc(60 / 1200 * 100vw); */
}
@media screen and (max-width: 899.98px) {
  #sec07.slide-section .bg2{
    background:url("../img/bg_slide-section03@sp.png")no-repeat center top / cover;
  }
}
#sec07.slide-section .right .logo{
  width: calc(433 / 875 * 100dvh);
  max-width: calc(433 / 1200 * 100vw);
}
#sec07.slide-section .right {
  padding-top: calc(20 / 875 * 100dvh);
}
/* ------------------------------- */
/* #sec02, #sec08                  */
/* ------------------------------- */

/* #sec02, #sec08 {
  height: auto;
  overflow: visible;
  padding: 0 calc(40 / 1200 * 100vw);
  padding: 0;
} */
#sec08 {
  height: auto;
  overflow: visible;
  padding: 0 calc(40 / 1200 * 100vw);
  padding: 0;
}
@media screen and (max-width: 899.98px) {
  #sec02{
    padding-top: calc(15 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
  #sec03{
    padding-top: calc(15 / 750 * 100vw);
  }
  #sec08 {
    padding: 0;
    padding-top: calc(15 / 750 * 100vw);
  }
}

#sec02,
#sec03,
#sec08{
   /* iOS慣性 */
  -webkit-overflow-scrolling: touch;
  /* Firefox */
  scrollbar-width: none;
  /* IE・旧Edge */
  -ms-overflow-style: none;
}

/* Chrome / Safari */
.ph::-webkit-scrollbar {
  display: none;
}
#sec08 > section,
#sec02 > section,
#sec03 > section {
  width:100%;
  max-width: calc(1046 / 1200 * 100vw);
  height: auto;
  margin:calc(40 / 1200 * 100dvh) auto;
  background: url("../img/bg_sec08.svg")no-repeat center top calc(30 / 1200 * 100vw) / cover;
  overflow: visible;
}
#sec03 > section{
  margin:calc(120 / 1200 * 100dvh) auto calc(40 / 1200 * 100dvh);
}
#sec08 > section{
  margin:calc(80 / 1200 * 100dvh) auto;
}
@media screen and (max-width: 899.98px) {
  #sec08 > section,
  #sec02 > section,
  #sec03 > section{
    width: auto;
    max-width: inherit;
    margin: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
    background:
      linear-gradient(transparent calc(150 / 750 * 100vw), #003857 calc(150 / 750 * 100vw)),
      url("../img/bg_sec08.svg") no-repeat center top calc(20 / 750 * 100vw) / cover;
      }
    }

#sec08 > section > .inner,
#sec02 > section > .inner,
#sec03 > section > .inner {
  position: relative;
  width:100%;
  max-width: 900px;
  height: auto;
  padding: 0 0 15px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 899.98px) {
  #sec08 > section > .inner,
  #sec02 > section > .inner,
  #sec03 > section > .inner {
    padding: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
#sec08 > section > .title,
#sec02 > section > .title,
#sec03 > section > .title {

  height:calc(100 / 1200 * 100vw);
  margin-bottom: calc(70 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  #sec08 > section > .title,
  #sec02 > section > .title,
  #sec03 > section > .title {
    height:calc(125 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  #sec08 > section > .title img,
  #sec02 > section > .title img,
  #sec03 > section > .title img {
    max-width:90%;
    max-height:calc(125 / 750 * 100vw);
    height:auto;
  }
}
#sec08 > section >.title img,
#sec02 > section >.title img,
#sec03 > section >.title img {
  width: auto;
  height: 100%;
  margin:0 auto;
}
#sec08 > section .lead,
#sec02 > section .lead,
#sec03 > section .lead {
  font-family: "Amiri", "Noto Serif JP", serif;
  line-height: 2;
  text-align: center;
  font-size: 0px;
  margin: 0 0 calc(50 / 1200 * 100vw) 0;
  color:#FFF;
}
#sec08 > section .lead > span,
#sec02 > section .lead > span,
#sec03 > section .lead > span {
  font-size: 18px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 899.98px) {
  #sec08 > section .lead,
  #sec02 > section .lead,
  #sec03 > section .lead {
    font-size: 0px;
    margin-bottom: 30px;
  }
  #sec08 > section .lead > span,
  #sec02 > section .lead > span,
  #sec03 > section .lead > span {
    display: block;
    font-size:calc(26 / 750 * 100vw);
  }
}


/* ------------------------------- */
/* #footer                         */
/* ------------------------------- */

.footer{
  margin-top: calc(150 / 1200 * 100dvh);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background : #0093CA;
  text-align: center;
  height:94px;
}

.footer p{
  color:#FFF;
}
@media screen and (max-width: 899.98px) {
  .footer{
    width:100%;
    height:47px;
    margin-bottom:calc(50px + (60 / 750 * 100vw));
    margin-bottom: 0;
  }

  .footer p{
    font-size: calc(15 / 750 * 100vw);
  }
}


/* ------------------------------- */
/* c-reserve__btn                  */
/* ------------------------------- */

.c-reserve__btn {
  width: 100%;
  max-width: 390px;
  margin: 0 auto calc(30 / 1200 * 100vw);
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #0093CA;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.8em 1.5em 1em 1.5em;
  border: solid 1px #0093CA;
}
@media screen and (min-width: 900px) {
  .c-reserve__btn:hover {
    color: #0093CA;
    background-color: #e9f4f4;
  }
  .c-reserve__btn:hover span{
    color:#0093CA;
  }
}
@media (max-width: 980px) {
  .c-reserve__btn {
    font-size: 0.75rem;
    width: 100%;
    margin: 0 auto;
    background-color: #0093CA;
  }
}
.c-reserve__btn span {
  display: block;
  line-height: 1.4;
}
.c-reserve__btn__txt--en {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.26em;
  color: #FFFFFF;
}
@media (max-width: 980px) {
  .c-reserve__btn__txt--en {
    display: none !important;
  }
}
.c-reserve__btn__txt--ja {
  line-height: 1.8;
}
@media (max-width: 980px) {
  .c-reserve__btn__txt--ja {
    font-size: 1rem;
  }
}


/* ------------------------------- */
/* SALON                        */
/* ------------------------------- */

#SALON {
  margin-top: 70px;
  margin-bottom: 150px;
  overflow: hidden;
}

@media screen and (max-width: 899.98px) {
  #sec08 > #SALON .lead span{
    display: block;
  }
}

.p-salon__nav {
  margin-bottom: 2.5rem;
}
.p-salon__navParent {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-salon__navParent > li {
  position: relative;
  width: calc(25% - 2px);
  margin: 0.75rem 0;
  overflow: hidden;
}
.p-salon__navParent > li.active {
  overflow: visible;
}

.p-salon__navArea {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  letter-spacing: 0.3125em;
  color: #fff;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #0093CA;
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-salon__navArea:hover {
    background-color: #acacac;
  }
}

@media screen and (max-width: 899px) {
  #SALON {
    margin-bottom: 10px;
    /* padding:0 calc(50 / 750 * 100vw); */
  }
  #SALON .lead {
    margin: 0 0 30px 0;
    font-size: calc(22 / 750 * 100vw);
  }
  .p-salon__nav {
    margin: 0 calc(25 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
  .p-salon__navParent > li {
    max-height:46px;
    width: 100%;
    margin: 0.1rem auto;
    transition: max-height ease-out 0.5s;
  }
  .p-salon__navParent > li.active {
    max-height: 32rem;
  }
}

/* ------------------------------- */
/* FAIR                       */
/* ------------------------------- */

#sec02 > section#FAIR{
  /* margin-top: calc(80 / 1200 * 100vw); */
}
@media screen and (max-width: 899.98px) {
  #sec02 > section#FAIR{
    /* margin-top: calc(80 / 750 * 100vw); */
  }
}
#sec02 > section#FAIR > .title {
  height:calc(50 / 1200 * 100vw);
  margin-bottom: calc(70 / 1200 * 100vw);
}
@media screen and (max-width: 899.98px) {
  #sec02 > section#FAIR > .title {
    height:calc(50 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  #sec02 > section#FAIR > .title img {
    max-width:90%;
    max-height:calc(50 / 750 * 100vw);
    height:auto;
  }
}

@media screen and (max-width: 899.98px) {
  #sec02 > #FAIR .lead span{
    display: block;
  }
}

#FAIR .c-reserve__btn{
  margin-bottom:80px;
}
@media screen and (max-width: 899.98px) {
  #FAIR .c-reserve__btn{
    margin-bottom:calc(80 / 750 * 100vw);
  }
}
#FAIR .ttl_fair{
  padding:5px;
  margin-top: 100px;
  margin-bottom: 50px;
  border-bottom:solid 1px #fff;
  text-align: center;
}
@media screen and (max-width: 899.98px) {
  #FAIR .ttl_fair{
    margin-top: calc(50 / 750 * 100vw);
    margin-bottom:calc(50 / 750 * 100vw);
  }
}
#FAIR .ttl_fair span{
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3em;
  color:#FFF;
}
#FAIR .list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px 30px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 899.98px) {
  #FAIR .list{
    grid-template-columns: 1fr;
    gap:calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw)
  }
}
#FAIR .list .item{
}
#FAIR .list .ph{
  margin-bottom:10px;
}
#FAIR .list img{
  width:100%;
  height:100%;
  object-fit: cover;
}
#FAIR .list .txt{
  text-align: center;
}
#FAIR .list .txt .title{
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color:#FFF;
}
@media screen and (max-width: 899.98px) {
  #FAIR .list .txt .title{
    font-size: calc(26 / 750 * 100vw);
  }
  #FAIR .list .txt .title span{
    display: block;
  }
}
#FAIR .list .txt p{
  font-size: 14px;
  line-height: 1.9286;
  letter-spacing: 0;
  color: #99AFBC;
}
@media screen and (max-width: 899.98px) {
  #FAIR .list .txt p{
    font-size: calc(22 / 750 * 100vw);
  }
}


/* ------------------------------- */
/* FLOW                       */
/* ------------------------------- */

/* FLOW結婚式を挙げるまで（オンライン相談の下） */
#FLOW {
  /* padding-top: calc(80 / 1200 * 100vw); */
}
#FLOW .box__main__hdg{
  margin-bottom: 70px;
}
#FLOW .box__main__hdg::after {
  width: 30px;
}
#FLOW .box__main__hdg > span{
  display: block;
}
#FLOW .box__main__hdg--en {
  font-size: 32px;
}
#FLOW .box__main__hdg--jp {
  font-size: 10px;
}
#FLOW .p-flow__title {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
#FLOW .p-flow__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#FLOW .p-flow__item {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px 50px;
  width: 100%;
  margin-bottom: 50px;
  box-sizing: border-box;
}
#FLOW .p-flow__item:not(:last-of-type)::after{
  position: absolute;
  content: "";
  width:30px;
  height:30px;
  border-right: solid 2px #FFFF00;
  border-bottom: solid 2px #FFFF00;
  transform: translateX(-50%) rotate(45deg);
  bottom: -40px;
  left: 50%;
}
#FLOW .p-flow__num {
  display: block;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #FFFF00;
  text-align: left;
}
#FLOW .p-flow__num >span{
  font-size: 25px;
}
#FLOW .p-flow__text {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  color: #000;
  text-align: center;
}
#FLOW .p-flow__day {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 206px;
  right: -30px;
  top: -50px;
  background:url("../img/icon_day.png") no-repeat left top /cover;
}
#FLOW .p-flow__day >span{
  display: block;
  font-size: 1.0rem;
  letter-spacing: 0.2em;
  margin-right:-0.2em;
  color: #003857;
  text-align: center;
  font-weight: 500;
}
#FLOW .p-flow__note {
  max-width:1200px;
  margin:0 auto 50px;
  background: rgba(255, 255, 255, 0.6);
  padding: 2rem;
  text-align: center;
}
#FLOW .p-flow__note__ttl {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
}
#FLOW .p-flow__note__text {
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 1.5rem;
  color: #333;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
/* #FLOW .p-flow__note__btn {
  max-width: 300px;
  margin: 0 auto;
} */
@media (max-width: 980px) {
  #FLOW {
    /* margin-top: 0; */
    /* padding: 0 calc(50 / 750 * 100vw); */
  }
  #FLOW .box__main__hdg{
    margin-bottom: calc(50 / 750 * 100vw);
  }
  #FLOW .box__main__hdg::after {
    width: 30px;
  }
  #FLOW .box__main__hdg > span{
    display: block;
  }
  #FLOW .box__main__hdg--en {
    font-size: 32px;
  }
  #FLOW .box__main__hdg--jp {
    font-size: 10px;
  }
  #FLOW .p-flow__list {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  #FLOW .p-flow__item {
    padding: 1.25rem 1rem;
  }
  #FLOW .p-flow__note {
    padding: 1.5rem 1rem;
  }
  #FLOW .p-flow__num {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: 1em;
    text-align: center;
  }
  #FLOW .p-flow__num >span {
    font-size: calc(30 / 750 * 100vw);
  }
  #FLOW .p-flow__title {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: 1.5rem;
  }
  #FLOW .p-flow__text {
    font-size: calc(22 / 750 * 100vw);
  }
  #FLOW .p-flow__note__text {
    font-size: calc(22 / 750 * 100vw);
  }
  #FLOW .p-flow__day {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(200 / 750 * 100vw); 
    height: calc(206 / 750 * 100vw);
    right: -25px;
    top: -50px;
    background:url("../img/icon_day.png") no-repeat left top /cover;
  }
  #FLOW .p-flow__day >span{
    display: block;
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: 0.2em;
    color: #003857;
  }
}


/* ------------------------------- */
/* 固定ボタン                       */
/* ------------------------------- */
#fixedBtns{
  position: fixed;
  right: 0;
  bottom: calc(20/1200 * 100vh); 
  z-index: 100;
  transition: all .3s linear;
  opacity: 0;
}
#fixedBtns.show{
  opacity: 1;
}

#fixedBtns .item + .item{
  margin-top: 12px;
}
#fixedBtns .item a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 204px;
  height: 50px;
  text-decoration: none;
  border-radius : 25px 0px 0px 25px;
}
@media screen and (min-width: 900px) {
  #fixedBtns a:hover {
    opacity: 0.8;
    transition: all .3s linear;
  }
}
#fixedBtns .item.online a{
  position: relative;
  padding-left:30px;
  background : #0093CA;
}
#fixedBtns .item.online a::before{
  position: absolute;
  content: "";
  width:18px;
  height:20px;
  background:url('../img/icon_reservation.svg')no-repeat center center / contain;
  top: 50%;
  left: 10px; 
  transform: translateY(-50%);
}
#fixedBtns .item.online a span{
  display: block;
  color:#FFF;
  text-align: center;
}
#fixedBtns .item.online a span:first-of-type{
  font-size : 10px;
  line-height : 1;
  letter-spacing : 0.6px;
  margin-bottom:0.5em;
  opacity: 0.8;
}

#fixedBtns .item.online a span:last-of-type{
  font-size : 12px;
  line-height : 1;
  letter-spacing : 3.6px;
  margin-bottom:0.25em;
}
#fixedBtns .item.line a{
  position: relative;
  padding-left:30px;
  background : #00A040;;
}
#fixedBtns .item.line a::before{
  position: absolute;
  content: "";
  width:20px;
  height:19px;
  background:url('../img/icon_line.svg')no-repeat center center / contain;
  top: 50%;
  left: 10px; 
  transform: translateY(-50%);
}
#fixedBtns .item.line a span{
  display: block;
  color:#FFF;
  text-align: center;
  font-size : 12px;
  line-height : 1;
  letter-spacing : 3.6px;
}

@media screen and (max-width: 899.98px) {
  #fixedBtns{
    width:auto;
    width: calc(385 / 750 * 100vw);
    max-width: 385px;
    left:0;
    bottom:calc(30 / 750 * 100vw);
  }
  #fixedBtns .item a {
    border-radius : 0 25px 25px 0;
  }
}

/* グローバルメニュー */
.gmenu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  background: #003857;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 1000;
}
.gmenu .naviWrap{
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  width:80vw;
}
@media screen and (max-width: 899.98px) {
  .gmenu .naviWrap{
    grid-template-columns: 1fr;
  }
}
.gmenu .naviWrap .item{
  margin: 5vh 0;
}
.gmenu .naviWrap .venue .item{
  margin: 5vh 0 2.5vh;
}
.gmenu .naviWrap .venue .item+ .item{
  margin: 2.5vh 0 5vh;
}
@media screen and (max-width: 899.98px) {
  .gmenu .naviWrap .item{
    margin: 0 0 5vh;
  }
  .gmenu .naviWrap .venue{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
  .gmenu .naviWrap .venue .item{
    margin: 0 0 2.5vh;
  }
  .gmenu .naviWrap .venue .item+ .item{
    margin: 0 0 5vh;
  }
}
.gmenu .naviWrap .item a{
  color:#FFFF00;
  text-decoration: none;
}
.gmenu .naviWrap .item a > span{
  display: block;
  letter-spacing: 0.4em;
  font-size:calc(20/ 1200 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .gmenu .naviWrap .item a > span{
    font-size:calc(24/ 750 * 100vw);
  }
}
.gmenu .naviWrap .item a > span.m-l{
  margin-bottom: 0.2em;
}
.gmenu .naviWrap .item a > span.m-m{
  font-size:calc(12/ 1200 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .gmenu .naviWrap .item a > span.m-m{
    font-size:calc(18/ 750 * 100vw);
  }
}
.gmenu .naviWrap .item a.venueChild{
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 899.98px) {
  .gmenu .naviWrap .item a.venueChild{
    display: block;
    margin-bottom: 1.0em;
  }
}
.gmenu .naviWrap .item a.venueChild span{
  color:#FFF;
  font-size:calc(16/ 1200 * 100dvh);
}
@media screen and (max-width: 899.98px) {
  .gmenu .naviWrap .item a.venueChild span{
    font-size:calc(18/ 750 * 100vw);
  }
}

/* 開いた状態 */
.gmenu.is-open {
  opacity: 1;
  visibility: visible;
}

/* ハンバーガー */
.gmenu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  width: 50px;
  height: 50px;
  background: #FFFF00;
}

/* ===== ライン ===== */
.gmenu-btn > span {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}

/* 位置 */
.gmenu-btn > span:nth-child(1) { top: 18px; }
.gmenu-btn > span:nth-child(2) { top: 32px; }

.gmenu-btn:not(.is-open):hover > span:nth-child(1) { top: 20px; }
.gmenu-btn:not(.is-open):hover > span:nth-child(2) { top: 30px; }

/* 中の色 */
.gmenu-btn > span span {
  width: 7px;
  height: 2px;
  transition: all 0.3s ease;
}
.gmenu-btn > span span:first-of-type { background:#003857; }
.gmenu-btn > span span:last-of-type { background:#003857; }

/* ===============================
  通常hover（未openの時だけ）
=============================== */
.gmenu-btn:not(.is-open):hover > span {
  justify-content: center;
}
.gmenu-btn:not(.is-open):hover > span span {
  width: 14px;
}

/* ===============================
  ✕状態
=============================== */
.gmenu-btn.is-open > span {
  width:24px;
  transition: all .3s ease;
}

.gmenu-btn.is-open > span:nth-child(1) {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}
.gmenu-btn.is-open > span:nth-child(2) {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

/* open中は常に分離 */
.gmenu-btn.is-open > span {
  /* justify-content: space-between; */
}
.gmenu-btn.is-open > span span {
  width: 7px;
  transition: all .3s ease;
}

/* ===============================
  open + hover の時だけ寄せる
=============================== */
.gmenu-btn.is-open:hover > span {
  width:24px;
}
.gmenu-btn.is-open:hover > span span {
  width: 24px;
  transition: all .3s ease;
}

.fp-watermark{
  display: none !important;
}

.pagetop{
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width:50px;
  height:50px;
  border-radius: 25px;
  background : #FFFF00;
  right: calc(100 / 1200 * 100vw);
  bottom: calc(170 / 1200 * 100vh);
}
@media screen and (max-width: 899.98px) {
  .pagetop{
    position: relative;
    float: right;
    right: calc(30 / 750 * 100vw);
    bottom: calc(50 / 750 * 100vw);
  }
}
.pagetop:after{
  position: absolute;
  content: "";
  width:14px;
  height:14px;
  border-top:solid 2px #003857;
  border-right:solid 2px #003857;
  transform: translate(-50%, -60%) rotate(-45deg);
  left:50%;
  top:60%;

}
@media screen and (max-width: 899.98px) {
  #dummySec{
    display: none;
  }
}
