@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

body {
  position: relative; }

li {
  list-style: none; }

a {
  text-decoration: none; }

br {
  display: inherit;
  line-height: 0;
  height: 0; }

img {
  width: 100%; }

.spOnly {
  display: none; }

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

  .spOnly {
    display: block; } }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 calc(96 / 1920 * 100%) 0;
  z-index: 2;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .header.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 767px) {
    .header {
      position: absolute;
      bottom: 40px;
      top: initial;
      bottom: 18vh;
      transition: 1.5s all;
      transform: translate(0, 60px); }
      .header.active {
        opacity: 0;
        transform: translate(0, 60px); }
      .header.activeSp {
        opacity: 1;
        transform: translate3d(0, 0, 0); } }
  @media (orientation: landscape) and (max-width: 1024px) {
    .header {
      bottom: 40px; } }
  .header__inner {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .header__inner {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 0;
        text-align: center; }
        .header__inner > div {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
  .header a {
    display: block; }
    .header a img {
      width: 70px; }
      @media screen and (max-width: 767px) {
        .header a img {
          width: 60px; } }
  .header p {
    color: #f5f5f5;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .header p {
        width: 100%;
        font-size: 10px;
        font-size: 0.625rem; } }

.footer {
  padding: 0 4%;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .footer.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .footer__inner {
    padding: 160px 0 80px; }
    .footer__inner.pc {
      display: block; }
    .footer__inner.sp {
      display: none; }
    @media screen and (max-width: 1024px) {
      .footer__inner {
        padding: 0 0 120px; } }
    @media screen and (max-width: 767px) {
      .footer__inner {
        padding: 0 0 100px; }
        .footer__inner.pc {
          display: none; }
        .footer__inner.sp {
          display: block; } }
  .footer p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #f5f5f5;
    text-align: center; }
    .footer p + p {
      margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .footer p {
        font-size: 11px;
        font-size: 0.6875rem; } }

::selection {
  background-color: #c29c83; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #000;
  color: #f5f5f5;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.mv {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 767px) {
    .mv {
      min-height: 100vh;
      min-height: 100dvh; } }
  .mvMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    transform: translateY(200%);
    z-index: 1; }
    .mvMask::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: -100%;
      background-color: #000; }
    .mvMask:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: -100%;
      background-color: #000; }

[data-num="slick-slide00"].mvMask {
  animation: mvMask0 1.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s 1 backwards; }

[data-num="slick-slide01"].mvMask {
  animation: mvMask1 1.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s 1 backwards; }

[data-num="slick-slide02"].mvMask {
  animation: mvMask2 1.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s 1 backwards; }

[data-num="slick-slide03"].mvMask {
  animation: mvMask3 1.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s 1 backwards; }

[data-num="slick-slide99"].mvMask {
  animation: mvMask99 1.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s 1 backwards;
  z-index: 3; }

.slider {
  width: 100%;
  overflow: hidden; }
  .slider__inner {
    width: 100%;
    height: 60%;
    position: relative; }
  .sliderNum {
    position: absolute;
    right: calc(205 / 1920 * 100%);
    bottom: 6.2vw; }
    .sliderNum ul {
      display: flex; }
      .sliderNum ul > li {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        color: #f5f5f5; }
        .sliderNum ul > li.active {
          color: #b2b2b2; }
        .sliderNum ul > li:nth-of-type(n + 2) {
          margin-left: 40px; }

.slide {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 3s all; }
  .slide1 {
    background-image: url(../images/mv01.jpg); }
  .slide2 {
    background-image: url(../images/mv02.jpg); }
  .slide3 {
    background-image: url(../images/mv03.jpg); }
  .slide4 {
    background-image: url(../images/mv04.jpg); }
  .slideNum {
    position: absolute;
    right: 13%;
    bottom: 8vh;
    display: flex;
    z-index: 2;
    opacity: 0;
    transform: translate(0, 60px);
    transition: 1.5s all; }
    .slideNum.active {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 1024px) {
      .slideNum {
        right: 15%;
        bottom: 5vh; } }
    @media screen and (max-width: 767px) {
      .slideNum {
        position: absolute;
        width: fit-content;
        bottom: 30vh;
        left: 50%;
        transform: translate3d(-50%, 60px, 0); }
        .slideNum.active {
          opacity: 1;
          transform: translate3d(-50%, 0, 0); } }
    @media (orientation: landscape) and (max-width: 1024px) {
      .slideNum {
        bottom: 115px; } }
    .slideNum li.active button {
      color: #b2b2b2; }
    .slideNum li:nth-of-type(n + 2) {
      margin-left: 40px; }
    .slideNum button {
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold;
      color: #f5f5f5;
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none; }
      @media screen and (max-width: 767px) {
        .slideNum button {
          font-size: 12px;
          font-size: 0.75rem; } }

.slick-active .slide {
  opacity: 1; }

.scroll {
  width: 60px;
  height: 110px;
  right: 5%;
  position: absolute;
  bottom: 8vh;
  z-index: 3;
  font-family: "Marcellus", serif;
  letter-spacing: 4px;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .scroll.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 1024px) {
    .scroll {
      bottom: 5vh; } }
  @media screen and (max-width: 767px) {
    .scroll {
      display: none; } }

.scrolldown1 {
  position: absolute;
  left: 3%;
  width: 100%;
  height: 110px; }

.scrolldown1 span {
  position: absolute;
  left: 0;
  color: #f5f5f5;
  font-size: 12px !important;
  width: 100%;
  text-align: center; }

.scrolldown1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 60px;
  background: #f5f5f5;
  animation: pathmove 2.8s ease-in-out infinite;
  opacity: 0;
  margin-top: 30px; }

.logo {
  position: absolute;
  width: calc(672 / 1920 * 100%);
  left: calc(96 / 1920 * 100%);
  bottom: 8vh;
  z-index: 2;
  opacity: 0; }
  .logo.active {
    animation: text-focus-in 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
  @media screen and (max-width: 1024px) {
    .logo {
      width: calc(960 / 1920 * 100%);
      bottom: 5vh; } }
  @media screen and (max-width: 767px) {
    .logo {
      width: calc(600 / 750 * 100%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 40px;
      height: fit-content; } }
  @media (orientation: landscape) and (max-width: 1024px) {
    .logo {
      width: 60%; } }
  .logo__inner img {
    width: 100%; }
  .logo__inner div {
    font-size: 1.25vw;
    color: #f5f5f5;
    margin-top: 3.25vw;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .logo__inner div {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .logo__inner div {
        font-size: 14px;
        font-size: 0.875rem; } }

.main {
  position: relative;
  z-index: 3;
  background-color: #000; }

.lead {
  padding: 80px 0 0; }
  @media screen and (max-width: 1024px) {
    .lead {
      padding: 60px 0 0; } }
  @media screen and (max-width: 767px) {
    .lead {
      padding: 40px 0 0; } }
  .lead__inner {
    width: 80%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2; }
    .lead__inner::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * 0.5em);
      content: ""; }
    .lead__inner::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2) * 0.5em);
      content: ""; }
    @media screen and (max-width: 767px) {
      .lead__inner {
        width: 92%;
        font-size: 14px;
        font-size: 0.875rem; } }
  .lead + ul {
    display: flex;
    width: 80%;
    margin: 80px auto 0;
    justify-content: space-around;
    font-family: "Marcellus", serif;
    letter-spacing: 4px;
    background-color: #1a1a1a;
    padding: 40px 4%; }
    @media screen and (max-width: 1024px) {
      .lead + ul {
        padding: 40px 2%;
        margin: 60px auto 0; } }
    @media screen and (max-width: 767px) {
      .lead + ul {
        flex-wrap: wrap;
        padding: 30px 6%;
        margin: 40px auto 0;
        width: calc(100% - 8%); } }
    @media screen and (max-width: 767px) {
      .lead + ul li {
        width: 100%;
        padding-bottom: 30px; }
        .lead + ul li:last-child {
          padding-bottom: 0; } }
    .lead + ul li a {
      color: #f5f5f5;
      display: block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .lead + ul li a {
          font-size: 14px;
          font-size: 0.875rem; } }
      .lead + ul li a::after {
        display: inline-block;
        content: "▼";
        margin-left: 0.2em;
        color: #666;
        transition: color 0.3s;
        font-size: 90%;
        right: 0;
        position: relative;
        margin-left: 0.5em;
        transition: 1s; }
        @media screen and (max-width: 767px) {
          .lead + ul li a::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: 80%; } }
      .lead + ul li a:hover::after {
        animation: rotate 1s ease-in-out infinite; }
      @media screen and (max-width: 767px) {
        .lead + ul li a:hover::after {
          animation: none; } }

.section {
  position: relative; }
  @media screen and (max-width: 767px) {
    .section {
      padding: 0 4%; } }

h2 {
  padding-top: 160px;
  font-size: 80px;
  font-size: 5rem;
  font-family: "Marcellus", serif;
  letter-spacing: 4px;
  font-weight: 400;
  font-style: normal;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    h2 {
      padding-top: 120px;
      font-size: 60px;
      font-size: 3.75rem; } }
  @media screen and (max-width: 767px) {
    h2 {
      padding-top: 80px;
      font-size: 40px;
      font-size: 2.5rem; } }
  h2 span {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 40px;
    letter-spacing: 0px; }
    @media screen and (max-width: 1024px) {
      h2 span {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      h2 span {
        font-size: 16px;
        font-size: 1rem; } }
  h2 + * {
    margin-top: 120px; }
    @media screen and (max-width: 1024px) {
      h2 + * {
        margin-top: 80px; } }
    @media screen and (max-width: 767px) {
      h2 + * {
        margin-top: 60px; } }

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
  font-weight: normal; }
  h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: ""; }
  h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: ""; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 18px;
      font-size: 1.125rem; } }
  h3 + p {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      h3 + p {
        margin-top: 40px; } }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2; }
  p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: ""; }
  p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: ""; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      font-size: 0.875rem; } }
  p + p {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      p + p {
        margin-top: 30px; } }

figure.flex {
  display: flex;
  align-items: flex-start; }
  figure.flex > * {
    width: 50%; }
  figure.flex .mt {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      figure.flex .mt {
        margin-top: 40px; } }
figure + p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
  color: #f5f5f5; }
  @media screen and (max-width: 1024px) {
    figure + p {
      padding: 0;
      margin-top: 0; } }
  figure + p > span {
    display: block;
    text-align: center;
    line-height: 1.8; }
    figure + p > span::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.8) * 0.5em);
      content: ""; }
    figure + p > span::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.8) * 0.5em);
      content: ""; }
    figure + p > span:nth-of-type(1) {
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        figure + p > span:nth-of-type(1) {
          font-size: 14px;
          font-size: 0.875rem; } }
    figure + p > span:nth-of-type(2) {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        figure + p > span:nth-of-type(2) {
          font-size: 10px;
          font-size: 0.625rem; } }
    figure + p > span:nth-of-type(3) {
      font-size: 16px;
      font-size: 1rem;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        figure + p > span:nth-of-type(3) {
          font-size: 14px;
          font-size: 0.875rem; } }
      figure + p > span:nth-of-type(3) span {
        display: inline;
        font-size: 12px;
        font-size: 0.75rem; }

.cap {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px; }

.head {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Marcellus", serif;
  letter-spacing: 4px; }
  @media screen and (max-width: 1024px) {
    .head {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .head {
      font-size: 18px;
      font-size: 1.125rem; } }
  .head + * {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .head + * {
        margin-top: 40px; } }

.shop {
  position: relative; }
  .shop::after {
    content: "";
    background-image: url(../images/bg03.jpg);
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .shop::after {
        height: 180px;
        background-size: cover; } }
  .shop h2 {
    padding-top: 120px; }
    @media screen and (max-width: 767px) {
      .shop h2 {
        padding-top: 60px; } }

.column2__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .column2__inner > div {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .column2__inner > div {
        width: 100%; } }
    .column2__inner > div:nth-of-type(n + 3) {
      margin-top: 40px;
      margin-top: 0; }

.column4__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .column4__inner {
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    .column4__inner {
      margin-top: 40px; } }
  .column4__inner > * {
    width: 25%;
    padding: 0 15px; }
    @media screen and (max-width: 1024px) {
      .column4__inner > * {
        width: 48%;
        padding: 0; }
        .column4__inner > *:nth-of-type(n + 3) {
          margin-top: 60px; } }

.columnBgL {
  position: relative;
  padding-top: 100px; }
  @media screen and (max-width: 1024px) {
    .columnBgL {
      padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    .columnBgL {
      margin: 0 -4%;
      padding: 60px 4% 0; } }
  .columnBgL::after {
    content: "";
    background-color: #1a1a1a;
    width: calc(1344 / 1920 * 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    height: 800px;
    background-size: 1344px 800px; }
    @media screen and (max-width: 767px) {
      .columnBgL::after {
        width: calc(630 / 750 * 100%);
        background-size: 630px 1930px;
        height: 980px; } }

.columnBgR {
  position: relative;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .columnBgR {
      margin: 0 -4%;
      padding: 40px 4% 0; } }
  .columnBgR::after {
    content: "";
    background-color: #1a1a1a;
    width: calc(1344 / 1920 * 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    height: 800px;
    background-size: 1344px 800px; }
    @media screen and (max-width: 767px) {
      .columnBgR::after {
        width: calc(630 / 750 * 100%);
        background-size: 630px 1930px;
        height: 930px; } }

.movie {
  position: relative;
  height: 0;
  padding-bottom: 55%;
  margin-top: 60px; }
  .movie.pcOnly {
    display: block; }
  .movie.spOnly {
    display: none; }
  @media screen and (max-width: 1024px) {
    .movie.pcOnly {
      display: none; }
    .movie.spOnly {
      display: block; } }
  @media screen and (max-width: 767px) {
    .movie {
      margin-top: 40px; } }
  .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.linkArea {
  border: 1px solid #f5f5f5;
  margin-top: 160px; }
  @media screen and (max-width: 1024px) {
    .linkArea {
      margin-top: 80px; } }
  @media screen and (max-width: 767px) {
    .linkArea {
      margin-top: 60px;
      padding: 0; } }
  .linkArea__inner {
    padding: 60px 0; }
  .linkArea a {
    max-width: 400px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .linkArea a {
        width: 80%; } }

aside#toTop {
  position: fixed;
  right: -50px;
  bottom: 50px;
  display: block;
  opacity: 0;
  z-index: -100;
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96); }
  aside#toTop.is_show {
    opacity: 1;
    z-index: 100;
    right: 50px; }
  @media screen and (max-width: 1024px) {
    aside#toTop {
      display: none;
      position: static; }
      aside#toTop.is_show {
        right: initial; }
      aside#toTop a {
        display: block;
        margin: 0 auto;
        width: 50px; } }
  aside#toTop .toTop__Btn img {
    width: 15px; }
    @media screen and (max-width: 1024px) {
      aside#toTop .toTop__Btn img {
        width: 50px; } }
aside#sns__Wrap {
  position: fixed;
  left: -50px;
  bottom: 50px;
  display: block;
  transition: 2s cubic-bezier(0.2, 1.22, 0.57, 0.96);
  width: 2em;
  opacity: 0;
  z-index: 3; }
  aside#sns__Wrap.is_show {
    opacity: 1;
    z-index: 10;
    left: 50px;
    transform: translate(0) !important; }
  @media screen and (max-width: 1024px) {
    aside#sns__Wrap {
      position: static;
      width: 100%;
      margin: 80px auto;
      max-width: 200px; } }
  @media screen and (max-width: 767px) {
    aside#sns__Wrap {
      margin: 60px auto; } }

.share {
  width: 30px;
  top: 0;
  left: 5%;
  z-index: 3;
  transform: translate3d(-200px, 0, 0); }
  @media screen and (max-width: 1024px) {
    .share {
      max-width: 200px;
      width: 50%;
      margin: 0 auto 100px;
      transform: translate3d(0, 60px, 0); } }
  @media screen and (max-width: 767px) {
    .share {
      margin: 0 auto 60px; } }
  .share__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .share__inner {
        justify-content: space-between;
        align-items: center; } }
    .share__inner .share-btn {
      color: #fff;
      writing-mode: vertical-rl;
      font-size: 16px;
      font-size: 1rem;
      font-family: "Marcellus", serif;
      letter-spacing: 4px; }
      @media screen and (max-width: 1024px) {
        .share__inner .share-btn {
          writing-mode: initial;
          font-size: 14px;
          font-size: 0.875rem; } }
    .share__inner a {
      color: #fff;
      font-size: 24px;
      font-size: 1.5rem;
      margin-top: 30px;
      display: block; }
      @media screen and (max-width: 1024px) {
        .share__inner a {
          margin-top: 0; } }
      .share__inner a:nth-of-type(1) {
        padding-right: 3px; }
        @media screen and (max-width: 1024px) {
          .share__inner a:nth-of-type(1) {
            padding-right: 0; } }

.spNav {
  display: none; }
  @media screen and (max-width: 1024px) {
    .spNav {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 3; }
      .spNav ul {
        display: flex;
        padding: 0 8%;
        background-color: #333;
        justify-content: space-between; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .spNav ul {
        padding: 0 6%; } }
  @media screen and (max-width: 1024px) {
        .spNav ul li {
          height: 60px; }
          .spNav ul li a {
            width: 100%;
            height: 100%;
            display: block;
            display: grid;
            place-content: center;
            color: #f5f5f5;
            font-size: 14px;
            font-size: 0.875rem;
            font-family: "Marcellus", serif;
            letter-spacing: 2px; } }
        @media screen and (max-width: 1024px) and (max-width: 767px) {
          .spNav ul li a {
            font-size: 11px;
            font-size: 0.6875rem; } }

.pL {
  padding-left: 10%; }
  @media screen and (max-width: 1024px) {
    .pL {
      padding: 0 10%; } }
  @media screen and (max-width: 767px) {
    .pL {
      padding: 0; } }
  .pL.fujinraijin figure {
    margin: 0 auto;
    justify-content: space-around; }
    .pL.fujinraijin figure img {
      width: 44%; }

.pR {
  padding-right: 10%; }
  @media screen and (max-width: 1024px) {
    .pR {
      padding: 0 10%; } }
  @media screen and (max-width: 767px) {
    .pR {
      padding: 0; } }

figure + .pL {
  margin-top: 20px;
  padding-left: 10%; }
  @media screen and (max-width: 1024px) {
    figure + .pL {
      padding: 0; } }
figure + .pR {
  margin-top: 20px;
  padding-right: 10%; }
  @media screen and (max-width: 1024px) {
    figure + .pR {
      padding: 0; } }

.w1200 {
  padding: 0 10%; }
  @media screen and (max-width: 767px) {
    .w1200 {
      padding: 0; } }
  .w1200__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

.w540 {
  width: calc(540 / 1120 * 100%) !important; }
  @media screen and (max-width: 767px) {
    .w540 {
      width: 100% !important; } }

.w310 {
  max-width: 310px; }

.w240 {
  max-width: 240px;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .w240 img {
    width: 80%; }
  .w240 + p {
    margin-top: 30px; }

.w210 {
  max-width: 210px;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .w210 img {
    width: 80%; }
  .w210 + p {
    margin-top: 30px; }

.mt160 {
  margin-top: 160px; }

.mt150 {
  margin-top: 150px; }

.mt80 {
  margin-top: 60px; }
  @media screen and (max-width: 1024px) {
    .mt80 {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .mt80 {
      margin-top: 40px; } }

.mR70 {
  margin-right: 5%; }
  @media screen and (max-width: 767px) {
    .mR70 {
      margin-right: 0; } }

.pb160 {
  padding-bottom: 160px; }
  @media screen and (max-width: 1024px) {
    .pb160 {
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .pb160 {
      padding-bottom: 60px; } }

.pR70 {
  padding-right: 5%; }
  @media screen and (max-width: 1024px) {
    .pR70 {
      padding-right: 10%; } }
  @media screen and (max-width: 767px) {
    .pR70 {
      padding-right: 0; } }

.fStart {
  align-items: baseline !important; }

@media screen and (max-width: 1024px) {
  .spPb60 {
    padding-bottom: 100px; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    .spPb60 {
      padding-bottom: 60px; } }

@media screen and (max-width: 1024px) {
  .spP30 {
    padding: 0 4%; }

  .spOrder1 {
    order: 1; }

  .spOrder2 {
    order: 2;
    margin-top: 60px !important; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    .spOrder2 {
      margin-top: 40px !important; } }

@keyframes mvMask0 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); } }
@keyframes mvMask1 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); } }
@keyframes mvMask2 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); } }
@keyframes mvMask3 {
  0% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); } }
@keyframes mvMask99 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  45% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  55% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 60px;
    opacity: 1; }
  100% {
    height: 0;
    top: 80px;
    opacity: 0; } }
@keyframes rotate {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(360deg); } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
.fade1 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade1.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade2 {
  opacity: 0;
  transform: translate(60px, 0);
  transition: 1.5s all; }
  @media screen and (max-width: 1024px) {
    .fade2 {
      transform: translate(0, 60px); } }
  .fade2.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade3 {
  opacity: 0;
  transform: translate(0, -60px);
  transition: 1.5s all; }
  @media screen and (max-width: 1024px) {
    .fade3 {
      transform: translate(0, 60px); } }
  .fade3.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade4 {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: 1.5s all; }
  @media screen and (max-width: 1024px) {
    .fade4 {
      transform: translate(0, 60px); } }
  .fade4.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade5 {
  opacity: 0;
  transform: translate(0, -60px);
  transition: 1.5s all; }
  @media screen and (max-width: 767px) {
    .fade5 {
      transform: translate(0, 60px); } }
  .fade5.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade6 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade6.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade9 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade9.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade10 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade10.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade11 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade11.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade12 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade12.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fade13 {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.5s all; }
  .fade13.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

/*# sourceMappingURL=style.css.map */
