@charset 'UTF-8';
@keyframes delayView {
  0% {
    opacity: 0;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sweepToRight {
  0% {
    transform-origin: right top;
  }
  50% {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  51% {
    transform-origin: left top;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.l-main.l-content {
  max-width: none;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.c-opening {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.is-opening .c-opening {
  overflow-y: scroll;
}
.is-opening body {
  height: 100vh;
}
.c-bg-circle {
  border-radius: 50%;
  display: block;
  z-index: -1;
}
.c-bg-circle.ivory {
  background: #fef3df;
}
.c-bg-circle.milky-white {
  background: #fffaf2;
}
.c-bg-rect {
  background: #fef3df;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-button-base {
  background: none;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-heading-char {
  display: table;
  font-family: "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", serif;
  font-size: 0;
  font-weight: normal;
  position: relative;
}
.c-heading-char .char {
  display: inline-block;
}
.c-heading-primary .char {
  font-size: 7.199999999999999vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .c-heading-primary .char {
    font-size: 2.4rem;
    line-height: 1.458333333333333;
  }
}
.c-heading-secondary .char {
  font-size: 5.333333333333334vw;
  line-height: 1.675;
}
@media only screen and (min-width: 768px) {
  .c-heading-secondary .char {
    font-size: 1.4rem;
    line-height: 1.428571428571429;
  }
}
@media only screen and (min-width: 768px) {
  .c-hover-opacity {
    transition: opacity 0.3s;
  }
  .c-hover-opacity:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 768px) {
  .c-hover-zoom .img {
    overflow: hidden;
  }
  .c-hover-zoom .img img {
    backface-visibility: hidden;
    display: inline-block;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .c-hover-zoom:hover img {
    transform: scale(1.05);
  }
}
.c-hover-boxline {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-hover-boxline .c-hover-boxline-inner::before,
  .c-hover-boxline .lines::before,
  .c-hover-boxline .c-hover-boxline-inner::after,
  .c-hover-boxline .lines::after {
    backface-visibility: hidden;
    background: #c8102e;
    content: '';
    display: block;
    position: absolute;
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .c-hover-boxline .c-hover-boxline-inner::before,
  .c-hover-boxline .c-hover-boxline-inner::after {
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
  }
  .c-hover-boxline .c-hover-boxline-inner::before {
    right: 0;
    top: 0;
    transform-origin: left top;
  }
  .c-hover-boxline .c-hover-boxline-inner::after {
    bottom: 0;
    left: 0;
    transform-origin: right top;
  }
  .c-hover-boxline .c-hover-boxline-inner .lines::before,
  .c-hover-boxline .c-hover-boxline-inner .lines::after {
    width: 1px;
    height: 100%;
    transform: scale(1, 0);
  }
  .c-hover-boxline .c-hover-boxline-inner .lines::before {
    right: 0;
    top: 0;
    transform-origin: bottom right;
  }
  .c-hover-boxline .c-hover-boxline-inner .lines::after {
    bottom: 0;
    left: 0;
    transform-origin: top left;
  }
  .c-hover-boxline .c-hover-boxline-inner:hover::before,
  .c-hover-boxline .c-hover-boxline-inner:hover::after {
    transform: scale(1, 1);
  }
  .c-hover-boxline .c-hover-boxline-inner:hover::before {
    transform-origin: right top;
  }
  .c-hover-boxline .c-hover-boxline-inner:hover::after {
    transform-origin: left top;
  }
  .c-hover-boxline .c-hover-boxline-inner:hover .lines::before,
  .c-hover-boxline .c-hover-boxline-inner:hover .lines::after {
    transform: scale(1, 1);
  }
  .c-hover-boxline .c-hover-boxline-inner:hover .lines::before {
    transform-origin: top right;
  }
  .c-hover-boxline .c-hover-boxline-inner:hover .lines::after {
    transform-origin: bottom left;
  }
}
.c-img {
  position: relative;
}
.c-img img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-img img {
    width: auto;
  }
}
.c-player {
  position: relative;
}
.c-player .player-inner {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-player .player-inner .thumb.img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-player .player-inner .thumb.img img {
  max-width: none;
  width: 100%;
  height: 100%;
}
.c-player .player-inner .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #fcfaf8;
  border-style: solid;
  border-width: 10.5px 0 10.5px 17px;
  display: block;
  opacity: 0.9;
  width: 0px;
  height: 0px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .c-player .player-inner .icon {
    border-width: 25px 0 25px 41px;
  }
}
.c-player .player-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-player .player-inner iframe {
    transform: scale(1.015);
  }
}
@media only screen and (min-width: 768px) {
  .c-player .player-inner iframe {
    transform: scale(1.015);
  }
}
.c-link-primary .c-button {
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #c3002f;
  display: inline-block;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", Hiragino Kaku Gothic ProN, sans-serif;
  padding-right: 37px;
  position: relative;
  text-decoration: none;
}
.c-link-primary .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  background: #c3002f;
  display: inline-block;
  margin: auto 0;
  width: 25px;
  height: 1px;
}
.c-link-primary .icon::before {
  position: absolute;
  top: -2px;
  right: 0;
  background: #c3002f;
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  transform: rotate(42deg);
}
@media only screen and (min-width: 768px) {
  .c-link-primary .c-button {
    font-size: 0.8rem;
    line-height: 2;
    padding-right: 46px;
    background-image: -webkit-linear-gradient(top, transparent calc(100% - 1px), #c3002f 1px);
    background-image: -moz-linear-gradient(top, transparent calc(100% - 1px), #c3002f 1px);
    background-image: -o-linear-gradient(top, transparent calc(100% - 1px), #c3002f 1px);
    background-image: -ms-linear-gradient(top, transparent calc(100% - 1px), #c3002f 1px);
    background-image: linear-gradient(to bottom, transparent calc(100% - 1px), #c3002f 1px);
    background-repeat: no-repeat;
    background-size: 0% calc(100%);
    background-position: right top;
    transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline;
  }
  .c-link-primary .c-button::before {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #c3002f;
    content: '';
    display: block;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
  }
  .c-link-primary .c-button:hover {
    background-size: 100% calc(100%);
    background-position: left top;
  }
  .c-link-primary .icon {
    width: 32px;
    margin: auto 0 0.65em;
  }
}
.c-link-secondary {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", Hiragino Kaku Gothic ProN, sans-serif;
  border: none;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.c-link-secondary .icon {
  position: absolute;
  top: 9px;
  left: 0;
  backface-visibility: hidden;
  background: #333;
  display: inline-block;
  margin: auto 0;
  width: 25px;
  height: 1px;
}
.c-link-secondary .icon::before {
  position: absolute;
  top: -2px;
  left: 0;
  background: #333;
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  transform: rotate(-42deg);
}
@media only screen and (min-width: 768px) {
  .c-link-secondary {
    font-size: 0.8rem;
    line-height: 1;
    padding-left: 45px;
  }
  .c-link-secondary .icon {
    width: 30px;
  }
}
.p-history {
  margin: 55px 0 52px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-history {
    margin: 45px 0 40px;
  }
}
.p-history .p-history__text {
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .p-history .p-history__text {
    font-size: 0.8rem;
    line-height: 2;
    margin-bottom: 4px;
  }
}
.p-history .p-history__button-history .c-button {
  border: none;
}
.u-inner {
  position: relative;
  width: 84vw;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .u-inner {
    max-width: 960px;
    width: 80%;
  }
}
.is-hidden {
  display: none;
}
.u-button-container {
  margin: 30px 0;
  text-align: center;
}
html.is-locked {
  overflow: hidden;
}
html.is-locked body {
  overflow: hidden;
  overflow-y: scroll;
}
/*# sourceMappingURL=style.css.map */