@charset "UTF-8";
/* CSS Document */


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

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_ico';
	src:
		url('../fonts/sns_ico.ttf?sij4de') format('truetype'),
		url('../fonts/sns_ico.woff?sij4de') format('woff'),
		url('../fonts/sns_ico.svg?sij4de#sns_ico') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_ico' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	color: #000;
}

.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}

html {
	scroll-behavior: smooth;
}
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: min(3.2, 14px);
	line-height: 1.8;
  letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 820px) {
	
	.pc { display: none;}
	
}


header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: min(6vw, 30px) min(6vw, 40px);
  line-height: 0;
}
header h1 {
  width: min(40vw, 280px);
}


#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}
#bg > div {
  position: absolute;
  inset: 0;
  opacity: 0;
  mix-blend-mode: color-burn;
  z-index: 0;
}
#bg .bg01 { animation: bg 5s linear 0s infinite;}
#bg .bg02 { animation: bg 3s linear 1s infinite;}
#bg .bg03 { animation: bg 4s linear 3s infinite;}
#bg .bg04 { animation: bg 3s linear 2s infinite;}

@keyframes bg {
  0% { opacity: 0;}
  40% { opacity: 1;}
  60% { opacity: 1;}
  100% { opacity: 0;}
}

#bg > div::before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
#bg .bg01::before {
  width: 140vh;
  height: 140vh;
  background: radial-gradient(circle, rgba(216,226,238,1) 20%, rgba(216,226,238,0) 70%);
  top: 80%;
  left: 75%;
}
#bg .bg02::before {
  width: 120vh;
  height: 120vh;
  background: radial-gradient(circle, rgba(225,232,192,1) 20%, rgba(225,232,192,0) 70%);
  top: 20%;
  left: 60%;
}
#bg .bg03::before {
  width: 100vh;
  height: 100vh;
  background: radial-gradient(circle, rgba(246,217,219,1) 20%, rgba(246,217,219,0) 70%);
  top: 12%;
  left: 24%;
}
#bg .bg04::before {
  width: 110vh;
  height: 110vh;
  background: radial-gradient(circle, rgba(251,241,205,1) 20%, rgba(251,241,205,0) 70%);
  top: 73%;
  left: 40%;
}

#bg .flower {
  mix-blend-mode: normal;
  z-index: 1;
  opacity: 1;
}
#bg .flower > div {
  position: absolute;
  transform: translate(-50%, -50%);
}
#bg .flower .flower01 { width: 35vh; top: 73%; left: 84%;}
#bg .flower .flower02 { width: 47vh; top: 26%; left: 67%;}
#bg .flower .flower03 { width: 44vh; top: 37%; left: 33%;}
#bg .flower .flower04 { width: 48vh; top: 75%; left: 25%;}


#mainVisual {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  
  padding: 0 min(6vw, 60px);
}
#mainVisual .mvWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
/*  gap: 0 10%;*/
}
#mainVisual .mvWrap .bookmark {
  line-height: 0;
  width: 36%;
  text-align: center;
}
#mainVisual .mvWrap .bookmark img {
  max-width: 32vh;
}
#mainVisual .mvWrap .mvTxt {
  width: 64%;
  padding-top: 8%;
}
#mainVisual .mvWrap .mvTxt h2 {
  margin-bottom: min(6vw, 40px);
  font-size: min(5vw, 30px);
  line-height: 1.6;
}
#mainVisual .mvWrap .mvTxt p {
  font-feature-settings: "palt";
  font-size: min(3.4vw, 15px);
  line-height: 1.8;
}
#mainVisual .mvWrap .mvTxt p + p {
  margin-top: min(3vw, 15px);
}
#mainVisual .mvWrap .mvTxt p strong {
  font-size: 1.5em;
}

#mainVisual .badge {
  position: absolute;
  top: min(4vw, 20px);
  right: min(4vw, 20px);
  border: #000 solid 2px;
  border-radius: 50%;
  text-align: center;
  width: min(24vw, 150px);
  height: min(24vw, 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#mainVisual .badge .txtSub {
  border-bottom: #000 solid 1px;
  font-size: min(2.8vw, 16px);
  line-height: 2;
}
#mainVisual .badge .txt {
  margin-top: min(2vw, 10px);
  font-size: min(4vw, 24px);
  line-height: 1;
}


@media screen and (max-width: 820px) {
  
  #bg .bg01::before {
    width: 100vh;
    height: 100vh;
    top: 75%;
    left: 75%;
  }
  #bg .bg02::before {
    width: 75vh;
    height: 75vh;
    top: 20%;
    left: 65%;
  }
  #bg .bg03::before {
    width: 50vh;
    height: 50vh;
    top: 32%;
    left: 28%;
  }
  #bg .bg04::before {
    width: 60vh;
    height: 60vh;
    top: 66%;
    left: 35%;
  }
  
  #bg .flower .flower01 { width: 23vh; top: 64%; left: 80%;}
  #bg .flower .flower02 { width: 33vh; top: 26%; left: 67%;}
  #bg .flower .flower03 { width: 26vh; top: 39%; left: 19%;}
  #bg .flower .flower04 { width: 34vh; top: 80%; left: 27%;}
  
  
  #mainVisual {
    height: auto;
    padding-top: min(18vw, 200px);
  }
  #mainVisual .mvWrap {
    flex-direction: column;
  }
  
  #mainVisual .mvWrap .bookmark {
    width: 38%;
    margin-bottom: min(2vw, 20px);
  }
  #mainVisual .mvWrap .bookmark img {
    max-width: 100%;
  }
  
  #mainVisual .mvWrap .mvTxt {
    width: 100%;
    padding-top: 8%;
  }
  #mainVisual .mvWrap .mvTxt h2 {
    text-align: center;
    border-bottom: #aaa solid 1px;
    padding-bottom: min(2vw, 10px);
  }
  
  #mainVisual .mvWrap .mvTxt p {
    letter-spacing: 0;
  }
  #mainVisual .mvWrap .mvTxt p strong {
    font-size: 1.3em;
  }
  
}



main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 min(6vw, 60px);
  position: relative;
  z-index: 2;
}
section {
  padding: min(10vw, 80px) 0;
}
section h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  text-align: center;
  font-size: min(4.6vw, 30px);
  font-weight: 400;
  gap: min(4vw, 20px);
  margin-bottom: min(6vw, 40px);
}
section h3::before, 
section h3::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #aaa;
}



#schedule h4 {
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: min(2vw, 10px);
  font-size: min(3.8vw, 20px);
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: min(4vw, 20px);
}
#schedule .year {
  font-size: min(6.4vw, 38px);
  font-weight: bold;
  line-height: 1.4;
}
#schedule .year span {
  font-size: 0.7em;
}
#schedule .scheduleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: min(3vw, 15px);
}
#schedule .scheduleList::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #aaa;
}
#schedule .scheduleList li {
  width: 47%;
  border-bottom: #aaa solid 1px;
  padding: min(4vw, 20px) 0;
  display: flex;
  gap: min(4vw, 20px);
}
#schedule .scheduleList li .area {
  background-color: #333333;
  padding: min(1.6vw, 8px);
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1;
  text-align: center;
  font-size: min(3.2vw, 14px);
}
#schedule .scheduleList li .date {
  font-size: min(5.8vw, 30px);
  font-weight: bold;
    line-height: 1;
  margin-bottom: min(3vw, 15px);
}
#schedule .scheduleList li .date span {
  font-size: 0.56em;
}
#schedule .scheduleList li .venue {
  font-feature-settings: "palt";
  line-height: 1.6;
  font-size: min(3.6vw, 18px);
}
#schedule .scheduleList li .open,
#schedule .scheduleList li .link {
  font-size: min(3.2vw, 14px);
  line-height: 1.6;
  margin-top: min(3vw, 15px);
}
#schedule .scheduleList li .link a {
  color: #000;
  text-decoration: none;
  padding: min(1vw, 5px) min(3vw, 14px);
  border: #000 solid 1px;
  border-radius: 4px;
}

#schedule .scheduleList .andMore {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: min(4vw, 16px);
  font-weight: bold;
}

#schedule .note {
  font-size: min(3.2vw, 14px);
}

#schedule .fee {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: min(3vw, 15px);
  text-align: center;
  font-size: min(4vw, 20px);
  margin-top: min(6vw, 40px);
}


@media screen and (max-width: 820px) {
  
  #schedule .scheduleList::before {
    display: none;
  }
  #schedule .scheduleList li {
    width: 100%;
  }
  
  #schedule .scheduleList .andMore {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: min(6vw, 30px);
  }
}


#goods .goodsImg {
  line-height: 0;
  margin-bottom: min(3vw, 15px);
}
#goods p {
  margin-bottom: min(4vw, 20px);
}
#goods .note {
  font-size: min(3.2vw, 14px);
}
#goods h4 {
  font-feature-settings: "palt";
  font-size: min(4.6vw, 18px);
}

#goods .btnWrap {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
#goods .btnWrap a {
  background: #fff;
  padding: min(5vw, 24px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: min(3.4vw, 16px);
  color: #000;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
  border: #000 solid 1px;
}


#notes p {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(3vw, 15px);
}

.noteList {
  list-style: disc;
  padding-left: min(4vw, 20px);
  font-size: min(3.2vw, 14px);
}






.fixArea {  
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translateX(-50%);
  z-index: 9997;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4vw, 20px);
}

.fixArea .news {
  background-color: #fff;
  width: min(90vw, 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: min(3vw, 15px);
}
.fixArea .news h5 {
  width: 20%;
  font-size: min(3.6vw, 18px);
}
.fixArea .news .newsWrap {
  width: 80%;
  line-height: 1.4;
}
.fixArea .news .newsWrap .date {
  font-size: min(3vw, 12px);
  font-weight: bold;
  margin-bottom: min(1vw, 8px);
}
.fixArea .news .newsWrap a {
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.fixArea .news .newsWrap a span {
  display: block;
  width: fit-content;
  animation: tic 30s linear 0s infinite;
}
@keyframes tic {
  0% { transform: translateX(0%);}
  100% { transform: translateX(-100%);}
}


.fixArea .news .newsWrap a::after {
  content: "Official Site";
  display: block;
  text-align: right;
  font-size: min(2.8vw, 10px);
  margin-top: min(2vw, 10px);
  width: fit-content;
  padding-left: 1em;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.fixArea .news .newsWrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0.4em;
  left: 0;
  background-color: #000;
  position: absolute;
  z-index: 0;
}


.fixArea .fixBtn {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.fixArea .fixBtn li {
  width: 40%;
  border-left: #ddd solid 1px;
  position: relative;
}
.fixArea .fixBtn.addMenu li {
  width: 27%;
}
.fixArea .fixBtn li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
  padding: min(3vw, 15px) min(2vw, 10px);
  font-size: min(3.8vw, 20px);
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  height: 100%;
}
.fixArea .fixBtn li a.spMenu {
  font-size: min(2.4vw, 9.6px);
}
.fixArea .fixBtn li.menuBtn {
  width: 20%;
  position: relative;
}
.fixArea .fixBtn li.new::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffea00;
  position: absolute;
  top: 0.5em;
  right: 0.3em;
}
.fixArea .fixBtn li.menuBtn a {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
.fixArea .fixBtn li.menuBtn a::before,
.fixArea .fixBtn li.menuBtn a::after {
  content: "";
  display: block;
  width: 54%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-out;
} 
.fixArea .fixBtn li.menuBtn a::before {
  transform: translate(-50%, -300%);
}
.fixArea .fixBtn li.menuBtn a::after {
  transform: translate(-50%, 250%);
}

.fixArea .fixBtn li.menuBtn a.on::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixArea .fixBtn li.menuBtn a.on::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


#modalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9996;
  display: none;
}
#modalMenu .modalMenuInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 24%;
}
#modalMenu .menuBlock {
  padding: min(3vw, 30px) min(8vw, 80px);
}
#modalMenu .menuBlock + .menuBlock {
  border-top: #000 solid 1px;
}

#modalMenu .pageMenu {
  font-size: min(4.4vw, 24px);
  line-height: 1.6;
}
#modalMenu .pageMenu a {
  color: #000;
  text-decoration: none;
  font-feature-settings: "palt";
  font-size: min(4.2vw, 24px);
  line-height: 1.4;
  position: relative;
}
#modalMenu .pageMenu span {
  font-size: 0.7em;
}
#modalMenu .pageMenu.new a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffea00;
  position: absolute;
  bottom: 1em;
  right: -0.6em;
}
#modalMenu .menuBlock ul {
  margin-top: min(3vw, 15px);
}
#modalMenu .menuBlock ul li + li {
  margin-top: min(0.5vw, 5px);
}
#modalMenu .menuBlock ul li a {
  color: #000;
  text-decoration: none;
  font-size: min(3.8vw, 20px);
  font-feature-settings: "palt";
  
  display: flex;
  line-height: 1.6;
  align-items: baseline;
  gap: min(2vw, 10px);
}
#modalMenu .menuBlock ul li a span {
  background-color: #000;
  color: #fff;
  font-size: 0.76em;
  padding: min(0.5vw, 3px) min(2vw, 10px);
  white-space: nowrap;
}


.specialMenu {
  position: absolute;
  bottom: min(19vw, 85px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 8px;
  width: 94%;
  padding: min(4vw, 20px);
  z-index: 1;
  
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
/*  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);*/
}
.specialMenu::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: 0%;
  left: 65%;
  transform: translateY(90%);
}
.specialMenu.on {
/*  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
  opacity: 1;
  pointer-events: auto;
}
.specialMenu p {
  font-size: min(3.2vw, 14px);
  letter-spacing: 0.04em;
  margin-bottom: min(3vw, 15px);
  border-bottom: #000 solid 1px;
  text-align: center;
  padding-bottom: min(1vw, 5px);
}
.specialMenu ul {
  display: flex;
  flex-direction: column;
  gap: min(1vw, 5px);
}
.specialMenu ul li a {
  color: #000;
  text-decoration: none;
  font-feature-settings: "palt";
  
  display: flex;
  align-items: flex-start;
  gap: min(2vw, 10px);
    line-height: 1.6;
}
.specialMenu ul li a span {
  background-color: #000;
  color: #fff;
  font-size: 0.86em;
  padding: min(0.5vw, 3px) min(2vw, 10px);
  white-space: nowrap;
}

@media screen and (min-width: 821px) {

  .fixArea {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 95%;
    bottom: 3vh;
  }
  
  .fixArea .news {
    width: 55%;
    border-radius: 100px;
    padding: min(3vw, 15px) min(6vw, 30px);
  }
  .fixArea .news .newsWrap .date {
    position: relative;
  }
  .fixArea .news .newsWrap .date span {
    background-color: #fff;
    position: relative;
    padding-right: min(2vw, 10px);
    z-index: 1;
  }
  .fixArea .news .newsWrap .date::after {
    content: "Official Site";
    display: block;
    text-align: right;
    font-size: min(2.8vw, 10px);
    width: fit-content;
    padding-left: 1em;
    margin-left: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .fixArea .news .newsWrap .date::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0.7em;
    left: 0;
    background-color: #000;
    position: absolute;
    z-index: 0;
  }
  
  .fixArea .news .newsWrap a::after,
  .fixArea .news .newsWrap a::before {
    display: none;
  }
  
  .fixArea .news .newsWrap a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  
  .fixArea .fixBtn {
    width: 43%;
    background-color: transparent;
    justify-content: space-between;
    border-radius: 0;
    align-items: center;
    box-shadow: none;
  }
  .fixArea .fixBtn li {
    width: 48%;
    border: none;
  }
  .fixArea .fixBtn li.new::after {
    top: 0.7em;
    right: 0.9em;
  }
  .fixArea .fixBtn li a {
    background-color: #fff;
    border-radius: 8px;
    border-radius: 100px;
    font-size: min(3.2vw, 14px);
    padding: 0 min(2vw, 10px);
    height: 70px;
  }
  .fixArea .fixBtn li.menuBtn {
    display: none;
  }
  
  #modalMenu .modalMenuInner {
    padding-bottom: 5%;
  }
  
  .specialMenu {
    max-width: 520px;
    left: auto;
    right: 0;
    transform: translateX(0%);
  }
  .specialMenu::after {
    left: 81%;
  }
  
  .fixArea .fixBtn.addMenu li {
    width: 31%;
  }
}



#end {
  padding-top: min(8vw, 30px);
}
.endBox {
  border: 2px solid;
  border-image: linear-gradient(90deg, rgba(216,226,238,1) 13%, rgba(225,232,192,1) 37%, rgba(246,217,219,1) 63%, rgba(251,241,205,1) 87%) 1;
  padding: 0 0 min(6vw, 30px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.endBox h4 {
  font-size: min(4vw, 24px);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: min(6vw, 30px);
  padding: min(5vw, 25px) min(2vw, 10px);
  background: linear-gradient(90deg, rgba(216,226,238,1) 13%, rgba(225,232,192,1) 37%, rgba(246,217,219,1) 63%, rgba(251,241,205,1) 87%);
}
.endBox h4 span {
  font-size: 0.6em;
  display: block;
  padding: 0 min(2vw, 20px);
  letter-spacing: 0;
  margin-top: min(4vw, 20px);
}
.endBox .newsLink {
  font-size: min(3.8vw, 20px);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: min(3vw, 15px);
  padding: 0 min(3vw, 15px);
}
.endBox .newsLink a {
  color: #333;
  text-decoration: none;
  display: inline;
  border-bottom: rgba(51,51,51,1.00) solid 1px;
  padding-block: min(1vw, 5px);
}
.endBox .schedule {
  font-size: min(3.6vw, 18px);
  font-feature-settings: "palt";
}
.endBox .schedule .note {
  color: #d22519;
  font-weight: bold;
}


@media screen and (min-width: 821px) {
  .endBox .newsLink a:hover {
    opacity: 1;
    border-bottom: rgba(51,51,51,0.00) solid 1px;
  }
}
@media screen and (max-width: 820px) {

  .endBox h4 span {
    font-size: 0.74em;
  }
}

