@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*! ___pjtName___ v___pkgVersion___ ___pkgLicense___ by ___pkgAuthorName___ */
/*! Type: ___fontName___ - Based on ___fontBase___ */
@font-face {
  font-family: "___fontName___";
  font-style: normal;
  font-weight: ___weights___;
  font-display: swap;
  src: url("../fonts/___fontFile___/___fontFile___-.eot");
  src: url("../fonts/___fontFile___/___fontFile___-.woff2") format("woff2"), url("../fonts/___fontFile___/___fontFile___-.woff") format("woff");
  unicode-range: ___unicode___;
}
* {
  min-height: 0;
  min-width: 0;
  scroll-behavior: smooth;
}

.animation-bg {
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

@-webkit-keyframes fadein {
  0% {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c14c1d; /* 背景カラー */
    z-index: 9999; /* 一番手前に */
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c14c1d; /* 背景カラー */
    z-index: 9999; /* 一番手前に */
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
body {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
body.fixed {
  overflow: hidden;
}

.content {
  margin: 0;
  padding: 0;
  position: relative;
}

#background-video {
  opacity: 0.9;
  position: absolute;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 840px) {
  #background-video {
    position: fixed;
    top: 4px;
  }
}
#background-video .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 840px) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 840px) {
  .section-title {
    width: 100%;
  }
}
.section-title .image {
  width: 90px;
}

.bg-white {
  background-color: #ffffff;
  color: #c14c1d;
  line-height: 0.9;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.7px;
}

img {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 840px) {
  .remodal {
    padding: 16px;
  }
}
.remodal .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .remodal .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.remodal .box-inner .box-information {
  max-width: 550px;
  margin-right: 20px;
}
@media screen and (max-width: 840px) {
  .remodal .box-inner .box-information {
    margin-right: 0;
  }
}
.remodal .box-inner .box-information .label {
  margin-bottom: 12px;
}
.remodal .box-inner .box-information .text {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
}
.remodal .box-inner .box-information .text .link {
  color: #ffffff;
  text-decoration: underline;
}
.remodal .box-inner .box-information .summary {
  text-align: left;
  margin-top: 20px;
}
.remodal .box-inner .box-information .summary span {
  display: inline-block;
  background-color: #e76b39;
  color: #ffffff;
  font-size: 22px;
  line-height: 0.9;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.7px;
}
@media screen and (max-width: 840px) {
  .remodal .box-inner .box-information .summary span {
    display: inline;
    font-size: 18px;
    line-height: 1.6;
  }
}
.remodal .box-inner .box-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  font-size: 28px;
}
@media screen and (max-width: 840px) {
  .remodal .box-inner .box-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 24px;
    margin-top: 12px;
  }
}

.remodal-cancel {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #c14c1d;
  border: 1px solid #ffffff;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 840px) {
  .remodal-cancel {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }
}

.close-line {
  position: absolute;
  top: 17px;
  left: 24px;
  display: inline-block;
  background-color: #ffffff;
  width: 2px;
  height: 21px;
}
@media screen and (max-width: 840px) {
  .close-line {
    top: 4px;
    left: 14px;
  }
}

.header .box-line {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 99;
  background-color: #c14c1d;
  border: 1px solid #ffffff;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 840px) {
  .header .box-line {
    bottom: 18px;
    left: 18px;
  }
}
@media screen and (max-width: 840px) {
  .header .box-line {
    width: 45px;
    height: 45px;
  }
}
.header .box-line .line {
  position: absolute;
  background-color: #ffffff;
  width: 15px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .box-line .line:first-child {
  top: 23px;
}
@media screen and (max-width: 840px) {
  .header .box-line .line:first-child {
    top: 17px;
  }
}
.header .box-line .line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.header .box-line .line:last-child {
  bottom: 22px;
}
@media screen and (max-width: 840px) {
  .header .box-line .line:last-child {
    bottom: 16px;
  }
}
.header .box-line .line.active {
  left: 36%;
}
@media screen and (max-width: 840px) {
  .header .box-line .line.active {
    left: 33%;
  }
}
.header .box-line .line.active:first-child {
  top: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 840px) {
  .header .box-line .line.active:first-child {
    top: 21px;
  }
}
.header .box-line .line.active:nth-child(2) {
  display: none;
}
.header .box-line .line.active:last-child {
  bottom: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 840px) {
  .header .box-line .line.active:last-child {
    bottom: 21px;
  }
}
.header .box-menu {
  display: none;
  background-color: #c14c1d;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 60px 16px;
}
@media screen and (max-width: 840px) {
  .header .box-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 16px;
  }
}
.header .box-menu .background {
  position: absolute;
  right: 0;
  background-image: url(../images/background-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  height: 100%;
  z-index: -10;
}
@media screen and (max-width: 840px) {
  .header .box-menu .background {
    width: 70%;
  }
}
.header .box-menu .list-menu {
  max-width: 570px;
  width: 100%;
}
.header .box-menu .list-menu .menu {
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 840px) {
  .header .box-menu .list-menu .menu {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header .box-menu .list-menu .menu {
    margin-bottom: 26px;
  }
}
.header .box-menu .list-menu .menu .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1180px) {
  .header .box-menu .list-menu .menu .link .title {
    max-width: 330px;
  }
}
.header .box-menu .list-menu .menu .link .icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 44px;
  margin-left: 32px;
}
@media screen and (max-width: 840px) {
  .header .box-menu .list-menu .menu .link .icon {
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header .box-menu .list-menu .menu .link .icon {
    width: 26px;
  }
}
.header .box-menu > .image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 280px;
}
@media screen and (max-width: 840px) {
  .header .box-menu > .image {
    display: none;
  }
}
.header .box-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffede7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding: 0 83px 0 32px;
}
@media screen and (max-width: 1180px) {
  .footer {
    padding: 0px 33px 0 32px;
  }
}
.footer .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  padding: 44px 24px 44px;
}
.footer .box-left .logo {
  width: 120px;
  margin-left: 107px;
}
@media screen and (max-width: 1180px) {
  .footer .box-left .logo {
    margin-left: 57px;
  }
}
@media screen and (max-width: 840px) {
  .footer .box-left .logo {
    width: 70px;
  }
}
.footer .box-left .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer .box-left .list-menu .menu {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 12px;
}
.footer .box-left .list-menu .menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 1px;
  height: 10px;
  background-color: #000000;
}
@media screen and (max-width: 1180px) {
  .footer .box-left .list-menu .menu:before {
    left: 35%;
  }
}
@media screen and (max-width: 840px) {
  .footer .box-left .list-menu .menu:before {
    left: 47%;
  }
}
.footer .box-left .list-menu .menu .link {
  color: #000000;
  padding: 0 12px;
}
@media screen and (max-width: 840px) {
  .footer .box-left .list-menu .menu .link {
    font-size: 12px;
  }
}
.footer .box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 50%;
}
.footer .box-right .box-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer .box-right .box-ticket .link {
  background-color: #e76b39;
  width: 235px;
  height: 100%;
}
.footer .box-right .box-ticket .link .text {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 42%;
}
.footer .box-right .box-ticket .link .text .icon {
  display: block;
  width: 17px;
  height: 17px;
  margin: 14px auto 0;
}
.footer .box-right .box-otherlink .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50%;
  vertical-align: middle;
  padding: 0 20px;
  width: 235px;
}
.footer .box-right .box-otherlink .link:first-of-type {
  background-color: #fdb091;
}
.footer .box-right .box-otherlink .link:last-of-type {
  background-color: #f9d8ca;
}
.footer .box-right .box-otherlink .link .text {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.footer .box-right .box-otherlink .link .text .icon {
  width: 17px;
  height: 17px;
  margin: 15px 0 0 12px;
}
.footer .box-right .copyright {
  font-size: 12px;
  color: #7b7b7b;
  margin-right: 27px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
}

@media (max-width: 840px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .footer .copyright {
    background-color: #c14c1d;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .box-left {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .footer .box-left .logo {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer .box-left .list-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .footer .box-left .list-menu .menu {
    margin: 0 10px;
    white-space: nowrap;
  }
  .footer .box-right {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .box-right .box-ticket .link {
    width: 100%;
  }
  .footer .box-right .box-ticket .link .text {
    padding: 24px 12px;
  }
  .footer .box-right .box-otherlink .link {
    width: 100%;
  }
  .footer .box-right .box-otherlink .link .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 12px;
  }
  .footer .box-right .box-otherlink .link .text .icon {
    margin: 0 0 0 12px;
  }
}