@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #040000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 0.1em;
  background: #EFEAD8;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
header .navigation{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

header .btn-event {
  max-width: 266px;
  width: 17.5vw;
  position: fixed;
  top: 148px;
  right: 55px;
  z-index: 10;
  -webkit-animation: floatV 2s ease-in-out infinite alternate;
  animation: floatV 2s ease-in-out infinite alternate;
}

@-webkit-keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.2em, 0);
            transform: translate3d(0, -0.2em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.2em, 0);
            transform: translate3d(0, 0.2em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.2em, 0);
            transform: translate3d(0, -0.2em, 0);
  }
}
@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.2em, 0);
            transform: translate3d(0, -0.2em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.2em, 0);
            transform: translate3d(0, 0.2em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.2em, 0);
            transform: translate3d(0, -0.2em, 0);
  }
}

header .btn-event:hover {
  opacity: 0.8;
}

.scroll {
  position: absolute;
  max-width: 30px;
  width: 100%;
  top: 0;
  right: 55px;
  z-index: 5;
}

#top .scroll {
  height: 100vh;
}

#pageScroll{
  width: 30px;
  position: absolute;
  right: 55px;
  bottom: 10.5%;
  animation: arrowmove 1.5s ease-in-out infinite;
  z-index: 5;
}

#scroll {
  width: 30px;
  position: absolute;
  /* right: 55px; */
  bottom: 10.5%;
  animation: arrowmove 1.5s ease-in-out infinite;
}

header #address {
  width: 10px;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  left: 55px;
}

#key .catch-title {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#text-key {
  max-width: 872px;
  width: 50%;
  transition: opacity 0.3s ease;
}

.mode #key .catch-title {
  display: none;
}

@keyframes arrowmove {
  0% {
    transform: translateY(1%);
  }
  50% {
    transform: translateY(6%);
  }
  100% {
    transform: translateY(1%);
  }
}

#key {
  position: relative;
}

h1.logo {
  padding: 30px 0 0 50px;
  width: 129px;
}

h1.logo a {
  display: block;
  transition: all 0.3s ease;
}

h1.logo a:hover {
  opacity: 0.8;
}

h1.logo img {
  width: 100%;
  height: auto;
}

.js-nav-box {
  position: absolute;
  top: 36px;
  right: 55px;
  z-index: 100;
}

html.remodal-is-locked .js-nav-box {
  box-sizing: border-box;
  padding-right: 17px;
  transition: all 0s ease;
}

.js-nav-box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.js-nav-box .nav-box-fix li:nth-child(1) {
  width: 52px;
}

.js-nav-box .nav-box-fix li:nth-child(2) {
  width: 177px;
  margin: 0 22px 0 40px;
}

.js-nav-box .nav-box-fix li.sns {
  width: 29px;
  margin-left: 12px;
}

.js-nav-box .nav-box-fix li a {
  display: block;
  position: relative;
}

.js-nav-box .nav-box-fix li a img {
  width: 100%;
  height: auto;
}

.sp {
  display: none;
}

@media only screen and (max-width: 1489px) {

  header .btn-event {
    width: 15vw;
    top: 10vw;
    right: 25px;
  }
  .scroll {
    right: 25px;
  }
  #scroll {
    width: 25px;
    position: absolute;
    /* top: 80%;
    right: 25px; */
  }
  #pageScroll{
    width: 25px;
    position: absolute;
    right: 25px;
  }
  header #address {
    width: 10px;
    left: 25px;
  }
  #text-key {
    width: 40%;
  }
  h1.logo {
    padding: 30px 0 0 25px;
  }
}

.event#top {
  overflow: inherit;
}

.event header {
  overflow: inherit;
}

.event #pageScroll {
  position: fixed;
}

#page-title {
  /* padding: 140px 5% 63px; */
  padding: 140px 0 63px;
}

#page-title h2 {
  max-width: 861px;
  width: 68%;
  margin: 0 auto 35px;
}

#page-title .title-small {
  max-width: 188px;
  margin: 0 auto 20px;
}

#page-title .title-small img {
  width: 100%;
  height: auto;
}

#page-title .title-line {
  font-size: 39px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
}

#page-title .title-line span {
  position: relative;
  margin-left: 25px;
}

#page-title .title-line span::after {
  height: 12px;
  background: #FFF;
  position: absolute;
  bottom: 4px;
  left: -10px;
  content: "";
  z-index: -1;
  animation: mymove-line 0.6s forwards 0.3s;
}

@media only screen and (max-width: 1259px) {
  .event#top {
    overflow: inherit;
  }
  .event header {
    overflow: inherit;
  }
  #page-title .title-small {
    /* width: 17vw; */
  }
  #page-title .title-line {
    /* font-size: 24px;
    line-height: 40px; */
  }
}

@-webkit-keyframes mymove-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes mymove-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header .btn-event {
    width: 16vw;
    top: 12vw;
    right: 25px;
  }
  header .btn-event.fixed {
    top: 12vw;
    position: fixed;
  }
  .scroll {
    right: 5%;
  }
  #scroll {
    width: 20px;
    position: absolute;
    /* right: 5%;
    top: 50%; */
  }
  #pageScroll{
    width: 20px;
    position: absolute;
    right: 5%;
  }
  header #address {
    display: none;
  }
  #text-key {
    width: 50%;
  }
  h1.logo {
    padding: 10px 0 0 5%;
  }
  .js-nav-box {
    top: 5px;
    right: 5%;
  }
  .mode .btn-event.fixed {
    top: 66vw;
    position: absolute;
  }
}

@media only screen and (max-width: 659px) {
  header .btn-event {
    width: 22vw;
    /* top: 28vw; */
    /* right: 5%; */
    top: 100px;
    right: 3%;
    z-index: 99;
  }
  header .btn-event.fixed {
    top: 28vw;
    position: fixed;
  }

  #pageScroll,
  #scroll {
    width: 20px;
    position: absolute;
    /* right: 5%;
    top: 68%; */
  }
  header #address {
    display: none;
  }
  #text-key {
    width: 75%;
  }

  h1.logo {
    width: 90px;
    padding: 2px 0 0 5%;
  }
  .js-nav-box {
    top: 0;
    right: 5%;
  }
  .js-nav-box ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 200px;
  }
  .js-nav-box .nav-box-fix li.sns {
    width: 25px;
    margin-left: 10px;
    line-height: 25px;
  }
  .js-nav-box .nav-box-fix li:nth-child(2) {
    width: 130px;
    margin: 0 0px 0 15px;
  }
  .js-nav-box .nav-box-fix li:nth-child(1) {
    width: 37px;
  }
  .event#top {
    overflow: inherit;
  }
  .event header {
    overflow: inherit;
    height: auto;
  }
  .event header #address {
    bottom: inherit;
    top: 1010px;
  }
  #page-title {
    padding: 120px 0 40px;
  }
  #page-title h2 {
    max-width: 861px;
    width: 80%;
    margin: 0 auto 20px;
  }
  #page-title .title-small {
    /* max-width: 188px;
    margin: 0 auto 15px;
    width: 38vw; */
  }
  #page-title .title-small img {
    /* width: 100%;
    height: auto; */
  }
  #page-title .title-line {
    /* font-size: 6.5vw;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold; */
  }
  #page-title .title-line span {
    /* position: relative;
    margin-left: 0; */
  }
  #page-title .title-line span i {
    /* display: inline-block;
    position: relative; */
  }
  #page-title .title-line span i::after {
    /* height: 12px;
    background: #FFF;
    position: absolute;
    bottom: 3vw;
    left: -10px;
    content: "";
    z-index: -1;
    animation: mymove-line 0.6s forwards 0.3s; */
  }
  #page-title .title-line span::after {
    /* height: 12px;
    background: #FFF;
    position: absolute;
    bottom: 13vw;
    left: -10px;
    content: "";
    z-index: -1;
    animation: mymove-line 0.6s forwards 0.3s; */
  }
  .mode .btn-event.fixed {
    top: 140vw;
    position: absolute;
  }
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: #040000;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.09em;
  color: #FFF;
  text-align: center;
  padding: 85px 0 55px;
}

footer .link {
  text-align: center;
  padding: 25px 0 40px;
}

footer .link a {
  display: block;
  width: 264px;
  margin: auto;
  position: relative;
  z-index: 1;
}

footer .link a::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #FFF;
  opacity: 0.8;
  z-index: -1;
  transition: all 0.3s ease;
}

footer .link a:hover::after {
  opacity: 0;
}

footer address {
  width: 320px;
  margin: auto;
}

/*=============================================
 * copyright
 *=============================================*/
@media only screen and (max-width: 900px) {
  footer .text span {
    display: block;
  }
  footer address {
    width: 414px;
  }
}

@media only screen and (max-width: 600px) {
  footer {
    background: #040000;
    position: relative;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #FFF;
    text-align: center;
    padding: 20px 0 10px;
  }
  footer .link {
    text-align: center;
    padding: 10px 0 15px;
  }
  footer .link a {
    display: block;
    width: 175px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  footer .link a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #FFF;
    opacity: 0.8;
    z-index: -1;
    transition: all 0.3s ease;
  }
  footer .link a:hover::after {
    opacity: 0;
  }
  footer address {
    width: 280px;
    margin: auto;
  }
}

/* ==========================================================================
   css popup
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    height: 95vh;
  }
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: #FFF;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: calc(100% - 20px);
  padding: 20px;
  margin: 0 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #FFF;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  overflow: visible;
  width: 95px;
  text-align: right;
  height: 55px;
  z-index: 999;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}

.box-video-pp {
  width: 90vw;
  max-width: 1000px;
  max-height: 562px;
  margin: auto;
  height: 40vw;
  position: relative;
}

.box-video-pp img,
.box-video-pp video,
.box-video-pp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) !important;
  object-fit: cover;
  will-change: transform;
  opacity: 1 !important;
}

.remodal-close img {
  width: 100%;
  height: auto;
}

.remodal-close:hover,
.remodal-close:focus {
  opacity: 0.8;
}

.remodal-close:before {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 40px;
  content: "\00d7";
  text-align: center;
  color: #000;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
	 ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
	 ========================================================================== */
/* IE8
	 ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media only screen and (max-width: 900px) {
  .popup-main {
    padding: 0 0px;
  }
  .popup-main {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .box-video-pp {
    height: 48vw;
    width: 100%;
  }
  .box-video-pp img {
    width: 100%;
    height: 100% !important;
  }
  /* .remodal-is-locked body {
		pointer-events: none;
	}

	.remodal-is-locked body .remodal-is-opened {
		pointer-events: visible;
	} */
}

@media only screen and (max-width: 600px) {
  .box-video-pp {
    height: 55vw;
  }
  .remodal-close {
    width: 90px;
    top: 0;
    right: 0;
    font-size: 15px;
  }
}
