@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
html {
  line-height: 1.5; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
body * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

img {
  vertical-align: bottom;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: top;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 2 */
  border: none;
}
button:focus,
html [type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
  outline: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

li {
  list-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 320px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

a,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

select,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
}
select:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.3333333333vw;
  z-index: 100;
  background-color: #fff;
}

@-webkit-keyframes fadeHeader {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes fadeHeader {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.h-logo {
  width: 22.1333333333vw;
}
.h-logo a {
  display: flex;
  align-items: center;
}
.h-logo a img {
  width: 100%;
}

.h-menuTrigger {
  position: absolute;
  top: 50%;
  left: 6.6666666667vw;
  width: 4vw;
  height: 4vw;
  transform: translateX(-50%) translateY(-50%);
}
.h-menuTrigger a {
  display: block;
  text-indent: -200vw;
  width: 4vw;
  height: 4vw;
  background-size: 100% auto;
  background-image: url(../img/icn-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.h-menuTrigger.is-open a {
  background-image: url(../img/icn-menu-close.svg);
  background-size: 2.9333333333vw auto;
}

.h-english {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.h-english a {
  display: block;
  width: 17.0666666667vw;
}
.h-english a img {
  width: 100%;
}

.c-slidemenu {
  display: none;
  position: fixed;
  left: 0;
  top: 13.3333333333vw;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
}
.c-slidemenu-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-slideNav {
  width: 100%;
  padding: 0 5.3333333333vw;
}
.c-slideNav ul li + li {
  margin-top: 10.6666666667vw;
}
.c-slideNav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-slideNav ul li a img {
  width: 100%;
}
.c-slideNav ul li a::after {
  content: "";
  display: block;
  width: 13.6vw;
  height: 1.8666666667vw;
  background-position: center;
  background-image: url(../img/slideNav-arrow-sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-slideNav ul li.is-top a img {
  width: 14.9333333333vw;
}
.c-slideNav ul li.is-wp a img {
  width: 68vw;
}
.c-slideNav ul li.is-tm a img {
  width: 58.1333333333vw;
}
.c-slideNav ul li.is-er a img {
  width: 56.8vw;
}
.c-slideNav ul li.is-link a img {
  width: 58.1333333333vw;
}

main {
  position: relative;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.l-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.l-scroll::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

#sec1 {
  margin-bottom: -21.3333333333vw;
}
#sec1 .fv {
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/bg-sec1-sp.png);
  background-size: cover;
  background-position: left top;
  padding: 6.6666666667vw 5.3333333333vw 88vw;
  margin-bottom: -18.6666666667vw;
}
#sec1 .fv .head img {
  width: 100%;
}
#sec1 .fv .catch {
  width: 91.7333333333vw;
  margin-top: 18.6666666667vw;
}
#sec1 .fv .catch img {
  width: 100%;
}
#sec1 .fv .spScrollBar {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  width: 7.2vw;
  height: 31.4666666667vw;
  z-index: 20;
  display: block;
  transform: translateY(-10.6666666667vw);
  -webkit-animation-name: scrollBarIn;
          animation-name: scrollBarIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
#sec1 .fv .spScrollBar img {
  width: 100%;
}
#sec1 .body {
  position: relative;
}
#sec1 .body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ededed;
  transform: skewY(-20deg);
  z-index: 1;
}
#sec1 .body-inner {
  padding: 5.3333333333vw 5.3333333333vw 74.6666666667vw;
  position: relative;
  z-index: 5;
}
#sec1 .body-bg {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-20deg);
  z-index: 2;
  overflow: hidden;
}
#sec1 .body-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url(../img/bg-earth-sp.png);
  background-size: 100% auto;
  transform: skewY(20deg);
  z-index: 2;
}
#sec1 .body .head {
  width: 66.1333333333vw;
}
#sec1 .body .head img {
  width: 100%;
}
#sec1 .body .desc {
  margin-top: 8vw;
}
#sec1 .body .desc p {
  line-height: 1.9;
  font-weight: bold;
  font-size: 3.7333333333vw;
}
#sec1 .body .desc p + p {
  margin-top: 1em;
}
@-webkit-keyframes scrollBarIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scrollBarIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeEarth {
  0% {
    transform: skewX(10deg) translateX(50%) translateY(20%);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: skewX(10deg) translateX(50%) translateY(30%);
  }
  100% {
    opacity: 1;
    transform: scale(1.3) skewX(10deg) translateX(50%) translateY(30%);
  }
}
@keyframes fadeEarth {
  0% {
    transform: skewX(10deg) translateX(50%) translateY(20%);
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: skewX(10deg) translateX(50%) translateY(30%);
  }
  100% {
    opacity: 1;
    transform: scale(1.3) skewX(10deg) translateX(50%) translateY(30%);
  }
}
#sec2 {
  position: relative;
  color: #fff;
  background-color: #c70012;
  padding: 0 0 26.6666666667vw;
}
#sec2.is-fadein .body .head {
  opacity: 1;
  transform: translateY(0);
}
#sec2.is-fadein .body .desc {
  opacity: 1;
  transform: translateY(0);
}
#sec2.is-fadein .movie {
  position: relative;
  z-index: 6;
  opacity: 1;
  transform: translateY(0);
}
#sec2.is-fadein::after {
  transition: opacity 400ms ease;
  transition-delay: 2s;
  opacity: 1;
}
#sec2 .body {
  position: relative;
  height: 100%;
  padding: 8vw 5.3333333333vw 0;
  z-index: 5;
}
#sec2 .body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c70012;
  transform: skewY(-20deg);
  z-index: -1;
}
#sec2 .body .head {
  width: 62.9333333333vw;
  margin-left: auto;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 400ms ease, opacity 400ms ease;
}
#sec2 .body .head img {
  width: 100%;
}
#sec2 .body .desc {
  margin-top: 8vw;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 400ms ease, opacity 400ms ease;
}
#sec2 .body .desc p {
  line-height: 1.9;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  font-size: 3.7333333333vw;
  word-break: break-all;
}
#sec2 .movie {
  padding: 8vw 5.3333333333vw 0;
  opacity: 0;
  transform: translateY(10%);
  transition: transform 400ms ease, opacity 400ms ease;
}
#sec2 .movie-forcus {
  width: 100%;
  margin: 0 auto;
}
#sec2 .movie-forcus .head {
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-size: 3.7333333333vw;
  margin-bottom: 2.6666666667vw;
}
#sec2 .movie-forcus a {
  display: block;
  background-color: #000;
}
#sec2 .movie-forcus iframe, #sec2 .movie-forcus img {
  opacity: 1;
  transition: opacity 100ms ease;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#sec2 .movie-forcus iframe:hover, #sec2 .movie-forcus img:hover {
  opacity: 0.6;
  transition: opacity 100ms ease;
}
#sec2 .movie-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
}
#sec2 .movie-list-item a .thumb {
  background-color: #000;
}
#sec2 .movie-list-item a .thumb img {
  opacity: 1;
  transition: opacity 100ms ease;
  width: 100%;
  height: auto;
}
#sec2 .movie-list-item a .thumb:hover img {
  opacity: 0.6;
  transition: opacity 100ms ease;
}
#sec2 .movie-list-item a .name {
  font-size: 3.2vw;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
#sec2 .movie-text {
  margin-top: 1em;
}
#sec2 .movie-text a {
  text-decoration: underline;
  font-size: 3.2vw;
}
#sec3 {
  position: relative;
}
#sec3.is-fadein .topMessage .head {
  opacity: 1 !important;
  transform: translateY(-50%) translateX(0) !important;
}
#sec3.is-fadein .topMessage .desc {
  opacity: 1 !important;
}
#sec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26.6666666667vw;
  background-color: #fff;
  transform: skewY(10deg) translateY(50%);
  z-index: 1;
}
#sec3 .body {
  position: relative;
  z-index: 2;
}
#sec3 .body::before {
  content: "";
  position: absolute;
  top: -26.6666666667vw;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c70012;
  transform: skewY(-10deg);
  height: 26.6666666667vw;
  z-index: 1;
}
#sec3 .body .bg {
  position: relative;
  width: 100%;
  height: 120vw;
  background-color: #000;
  transform: skewY(-10deg) translateY(-10.6666666667vw);
  overflow: hidden;
}
#sec3 .body .bg img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 110%;
  transform: skewY(10deg);
  -webkit-transform: skewY(10deg);
}
#sec3 .body .topMessage {
  padding: 0 5.3333333333vw;
}
#sec3 .body .topMessage .head {
  position: relative;
  z-index: 2;
  width: 62.9333333333vw;
  padding: 0 2.6666666667vw;
  opacity: 0;
  transform: translateY(-40%) translateX(0);
  transition: transform 400ms ease, opacity 400ms ease;
}
#sec3 .body .topMessage .head img {
  width: 100%;
}
#sec3 .body .topMessage .desc {
  position: relative;
  margin-top: 5.3333333333vw;
  opacity: 0;
  transform: translateY(-10%);
  transition: transform 400ms ease, opacity 400ms ease;
}
#sec3 .body .topMessage .desc p {
  font-size: 3.7333333333vw;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
#sec3 .body .topMessage .desc::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%) translateX(3.6603221083vw);
  display: block;
  width: 16.6178623719vw;
  height: 2.9282576867vw;
  background-image: url(../img/scroll-sec3.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
}
#sec4 {
  position: relative;
  color: #fff;
  flex-shrink: 0;
  background: repeating-linear-gradient(-15deg, #44403f, #44403f 3px, #333 0, #333 15px);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 26.6666666667vw 5.3333333333vw 13.3333333333vw;
}
#sec4.is-fadein .body .head {
  transition: transform 400ms ease, opacity 400ms ease;
  transform: translateY(0);
  opacity: 1 !important;
}
#sec4.is-fadein .body .thumb {
  transition: transform 400ms ease, opacity 400ms ease;
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1 !important;
}
#sec4 .body .head {
  width: 88.5333333333vw;
  opacity: 0;
  transform: translateY(10%);
}
#sec4 .body .head img {
  width: 100%;
}
#sec4 .body .thumb {
  width: 100%;
  margin-top: 13.3333333333vw;
  opacity: 0;
  transform: translateY(10%);
}
#sec4 .body .thumb img {
  width: 100%;
}
#sec4 .body .btnMore {
  display: flex;
  justify-content: flex-end;
  margin-top: 16vw;
}
#sec4 .body .btnMore a {
  position: relative;
}
#sec4 .body .btnMore a .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#sec4 .body .btnMore a .inner::after {
  content: "";
  display: block;
  width: 6.1333333333vw;
  height: 1.8666666667vw;
  margin-left: 5.3333333333vw;
  background-image: url(../img/arrow-right.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#sec4 .body .btnMore a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #000;
  transition: width 150ms ease;
}
#sec5 {
  position: relative;
  background-image: url(../img/bg-lineup-sp.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: background-size 30s ease;
}
#sec5.is-fadein {
  background-size: auto 140%;
  transition: background-size 30s ease;
}
#sec5 .body {
  height: 100%;
  padding: 42.6666666667vw 6.6666666667vw 48vw;
}
#sec5 .body .head {
  width: 50.6666666667vw;
}
#sec5 .body .head img {
  width: 100%;
}

#sec6 {
  position: relative;
  background-color: #c20012;
}
#sec6::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #c20012;
  transform: skewY(-10deg) translateY(-35%);
  z-index: 1;
  height: 26.6666666667vw;
}
#sec6 .body {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 10.6666666667vw;
}
#sec6 .head {
  width: 24.5333333333vw;
}
#sec6 .head img {
  width: 100%;
}
#sec6 .link {
  display: flex;
  flex-direction: column;
  margin-top: 10.6666666667vw;
  padding: 0 0 0 8vw;
}
#sec6 .link-item {
  flex: 1;
  border: 1px solid #fff;
}
#sec6 .link-item + .link-item {
  border-top: none;
}
#sec6 .link-item a {
  position: relative;
  display: block;
  padding: 5.3333333333vw;
}
#sec6 .link-item a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  background-size: 5.8666666667vw auto;
  transition: transform 200ms ease;
  background-color: #fff;
  background-position: 50% center;
  background-image: url(../img/arrow-right-red.svg);
  background-repeat: no-repeat;
}
#sec6 .link-item.is-web .link-head .main {
  width: 24vw;
}
#sec6 .link-item.is-web .link-thumb {
  width: 34.1333333333vw;
  margin: -5.3333333333vw 0 0 auto;
}
#sec6 .link-item.is-media .link-head .main {
  width: 13.8666666667vw;
}
#sec6 .link-item.is-media .link-thumb {
  margin: -5.3333333333vw 0 0 auto;
  transform: translateX(-20px);
  width: 23.7333333333vw;
}
#sec6 .link-head {
  display: flex;
  flex-direction: column;
}
#sec6 .link-head .main img {
  width: 100%;
  vertical-align: middle;
}
#sec6 .link-head .sub {
  color: #fff;
  font-size: 2.1333333333vw;
}
#sec6 .link-thumb {
  margin: -5.3333333333vw 0 0 auto;
}
#sec6 .link-thumb img {
  width: 100%;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-eventReport {
  background: repeating-linear-gradient(-15deg, #44403f, #44403f 3px, #333 0, #333 15px);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.p-eventReport .kv {
  width: 100%;
}
.p-eventReport .kv img {
  width: 100%;
}
.p-eventReport .scrollVertical {
  display: none;
}
.p-eventReport .scrollVertical img {
  width: 100%;
}
.p-eventReport .header {
  padding: 0 5.3333333333vw;
}
.p-eventReport .header .head {
  width: 88vw;
  transform: translateY(-50%);
}
.p-eventReport .header .head img {
  width: 100%;
}
.p-eventReport .header .desc p {
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 2;
}
.p-eventReport .report {
  padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  box-sizing: content-box;
}
.p-eventReport .report-item + .report-item {
  margin-top: 10.6666666667vw;
}
.p-eventReport .report-item .thumb img {
  width: 100%;
}
.p-eventReport .report-item .content {
  padding-top: 13.3333333333vw;
}
.p-eventReport .report-item .content > p {
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 2;
}
.en .p-eventReport .report-item .content > p {
  white-space: unset;
}
.p-eventReport .report-item .content > p + p {
  margin-top: 1em;
}
.p-eventReport .report-item .caution {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px;
  margin-top: 10px;
}
.p-eventReport .report-item .caution .title {
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 2;
  margin-bottom: 1em;
}
.p-eventReport .report-item .caution p {
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 2;
}
.p-eventReport .report-item:nth-child(odd) {
  margin-left: auto;
}
.p-media {
  padding: 13.3333333333vw 5.3333333333vw;
}
.p-media > .head {
  width: 80vw;
}
.p-media > .head img {
  width: 100%;
}

.mediaLinks {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
.mediaLinks-item {
  padding: 10.6666666667vw;
  background-color: #ba0012;
  text-align: center;
  color: #fff;
}
.mediaLinks-item .head {
  font-size: 5.3333333333vw;
  letter-spacing: 0.14em;
}
.mediaLinks-item .desc {
  margin-top: 0.5em;
  font-size: 4.2666666667vw;
}
.mediaLinks-item .cv {
  margin-top: 8vw;
}
.mediaLinks-item .cv a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  width: 59.7333333333vw;
  height: 11.7333333333vw;
  margin: 0 auto;
}
.mediaLinks-item .cv a img {
  width: 13.3333333333vw;
}
.mediaLinks-item .cv a::before {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5.8666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/arrow-right-w.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1100px) {
  body {
    min-width: 1200px;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  body {
    padding-left: 9.2972181552vw;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 9.2972181552vw;
    height: 100%;
    -webkit-animation-name: fadeHeader;
            animation-name: fadeHeader;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transform: translateX(-100%);
  }
  .l-header-inner {
    padding: 1.4641288433vw 0.7320644217vw;
  }
  .h-logo {
    width: 6.9546120059vw;
  }
  .h-menuTrigger {
    top: 50%;
    left: 50%;
    width: 1.317715959vw;
    height: 1.317715959vw;
  }
  .h-menuTrigger a {
    width: 1.317715959vw;
    height: 1.317715959vw;
  }
  .h-menuTrigger a:hover {
    opacity: 0.3;
    transition: opacity 100ms ease;
  }
  .h-menuTrigger.is-open a {
    background-size: 1.0248901903vw auto;
  }
  .h-english {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 1.4641288433vw;
    transform: translateX(-50%);
  }
  .h-english a {
    width: 5.3440702782vw;
  }
  .c-slidemenu {
    top: 0;
    padding-left: 9.2972181552vw;
  }
  .c-slideNav {
    padding: 0;
    width: 33.8213762811vw;
  }
  .c-slideNav ul li + li {
    margin-top: 2.9282576867vw;
  }
  .c-slideNav ul li a::after {
    width: 6.5153733529vw;
    height: 0.5124450952vw;
    background-image: url(../img/slideNav-arrow.svg);
  }
  .c-slideNav ul li a:hover {
    opacity: 0.3;
    transition: opacity 100ms ease;
  }
  .c-slideNav ul li.is-top a img {
    width: 5.1244509517vw;
  }
  .c-slideNav ul li.is-wp a img {
    width: 23.2064421669vw;
  }
  .c-slideNav ul li.is-tm a img {
    width: 19.8389458272vw;
  }
  .c-slideNav ul li.is-er a img {
    width: 19.3997071742vw;
  }
  .c-slideNav ul li.is-link a img {
    width: 19.8389458272vw;
  }
  .p-slidePage {
    overflow-y: hidden;
  }
  main {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .l-scroll {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 100vh;
    transition: transform 0ms linear;
  }
  #sec1 {
    position: relative;
    display: flex;
    flex-shrink: 0;
    margin-right: -8.78477306vw;
    margin-bottom: 0;
  }
  #sec1.is-fadein .body-bg::before {
    -webkit-animation-name: fadeEarth;
            animation-name: fadeEarth;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #sec1 .fv {
    width: 70.7906295754vw;
    padding: 4.39238653vw 7.3206442167vw 0 1.4641288433vw;
    margin-right: -8.78477306vw;
    margin-bottom: 0;
    background-image: url(../img/bg-sec1.png);
  }
  #sec1 .fv .head {
    width: 59.4436310395vw;
  }
  #sec1 .fv .catch {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(calc(-50% - 5.1244509517vw)) translateY(-50%);
    width: 25.2562225476vw;
  }
  #sec1 .fv .spScrollBar {
    display: none;
  }
  #sec1 .body {
    width: 40.0439238653vw;
  }
  #sec1 .body::before {
    transform: skewX(-10deg);
  }
  #sec1 .body-inner {
    padding: 4.39238653vw 5.8565153734vw 4.39238653vw 8.78477306vw;
  }
  #sec1 .body-bg {
    transform: skewX(-10deg);
  }
  #sec1 .body-bg::before {
    position: absolute;
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    display: block;
    width: 42.0204978038vw;
    height: 42.0204978038vw;
    background-position: bottom right;
    transform: skewX(10deg) translateX(50%) translateY(-50%);
    background-size: 100% auto;
    background-image: url(../img/bg-earth2.png);
    opacity: 0;
  }
  #sec1 .body .head {
    width: 27.8184480234vw;
  }
  #sec1 .body .desc {
    margin-top: 1.4641288433vw;
  }
  #sec1 .body .desc p {
    font-size: 1.0248901903vw;
    white-space: nowrap;
  }
  #sec1::after {
    content: "";
    position: absolute;
    bottom: 5.8565153734vw;
    right: 0;
    z-index: 10;
    transform: translateY(-50%) translateX(25%);
    display: block;
    width: 29.4289897511vw;
    height: 2.9282576867vw;
    background-image: url(../img/scroll-sec1.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeInAnime;
            animation-name: fadeInAnime;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  #sec2 {
    display: flex;
    align-items: center;
    padding: 0 13.17715959vw 0 14.6412884334vw;
  }
  #sec2.is-fadein::before {
    transition: opacity 400ms ease;
    transition-delay: 2s;
    opacity: 1;
  }
  #sec2 .sec2-inner {
    display: flex;
    flex-shrink: 0;
  }
  #sec2 .body {
    padding: 0;
    margin-right: -2.196193265vw;
  }
  #sec2 .body::before {
    display: none;
  }
  #sec2 .body .head {
    width: 19.7657393851vw;
    margin-left: 0;
  }
  #sec2 .body .desc {
    margin-top: 2.196193265vw;
    width: 23.4260614934vw;
  }
  #sec2 .body .desc p {
    font-size: 1.0980966325vw;
  }
  #sec2 .movie {
    opacity: 0;
    padding: 0;
  }
  #sec2 .movie-forcus {
    width: 35.5783308931vw;
  }
  #sec2 .movie-forcus .head {
    font-size: 1.0248901903vw;
    margin-bottom: 0.7320644217vw;
  }
  #sec2 .movie-list {
    display: flex;
    gap: 1.8301610542vw;
    margin-top: 2.5622254758vw;
  }
  #sec2 .movie-list-item {
    width: 14.6412884334vw;
  }
  #sec2 .movie-list-item a .name {
    white-space: nowrap;
    letter-spacing: -0.05em;
    font-size: 1.0248901903vw;
    margin-top: 0.7320644217vw;
  }
  #sec2 .movie-text a {
    font-size: 1.0980966325vw;
  }
  #sec2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-40%) translateX(2.9282576867vw);
    display: block;
    width: 16.6178623719vw;
    height: 2.9282576867vw;
    background-image: url(../img/scroll-sec2.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
  }
  #sec3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -5.8565153734vw;
  }
  #sec3.is-fadein .topMessage .head {
    transform: translateY(-80%) translateX(-10.2489019034vw) !important;
  }
  #sec3.is-fadein .topMessage .desc::before {
    transition: opacity 800ms ease;
    transition-delay: 2s;
    opacity: 1 !important;
  }
  #sec3::after {
    top: 0;
    bottom: inherit;
    right: 6.588579795vw;
    width: 13.17715959vw;
    height: 100%;
    transform: skewX(-10deg) translateX(100%);
  }
  #sec3 .body {
    display: flex;
    height: 100%;
    padding-right: 13.17715959vw;
  }
  #sec3 .body::before {
    display: none;
  }
  #sec3 .body .bg {
    width: 49.0483162518vw;
    height: 100%;
    transform: skewX(10deg);
  }
  #sec3 .body .bg img {
    width: 62.2254758419vw;
    height: 100%;
    transform: skewX(-10deg) translateX(-7.3206442167vw);
    -webkit-transform: skewX(-10deg) translateX(-7.3206442167vw);
  }
  #sec3 .body .topMessage {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  #sec3 .body .topMessage .head {
    position: absolute;
    top: 45%;
    z-index: 2;
    transform: translateY(-40%) translateX(-10.2489019034vw);
    width: 19.9853587116vw;
    padding: 0;
  }
  #sec3 .body .topMessage .desc {
    width: 35.505124451vw;
    padding-left: 5.8565153734vw;
    margin-top: 0;
  }
  #sec3 .body .topMessage .desc p {
    font-size: 1.0248901903vw;
  }
  #sec3 .body .topMessage .desc p + p {
    margin-top: 11.7130307467vw;
  }
  #sec4 {
    padding: 12.8111273792vw 9.1508052709vw 0 17.9355783309vw;
  }
  #sec4 .body {
    padding: 0;
  }
  #sec4 .body .head {
    width: 29.2825768668vw;
  }
  #sec4 .body .thumb {
    width: 29.2825768668vw;
    margin-top: 4.39238653vw;
  }
  #sec4 .body .btnMore {
    position: absolute;
    bottom: 1em;
    right: 9.1508052709vw;
  }
  #sec4 .body .btnMore a .inner {
    transition: background-color 300ms ease;
    padding: 0.7320644217vw 1.0980966325vw;
  }
  #sec4 .body .btnMore a .inner::after {
    width: 1.6837481698vw;
    height: 0.5124450952vw;
    margin-left: 1.4641288433vw;
  }
  #sec4 .body .btnMore a:hover .inner {
    color: #fff;
    background-color: rgb(0, 0, 0);
    transition: background-color 300ms ease;
  }
  #sec5 {
    background-position: center center;
    background-size: auto 100%;
    background-image: url(../img/bg-lineup.jpg);
  }
  #sec5 .body {
    padding: 6.588579795vw 17.5695461201vw 6.588579795vw 6.588579795vw;
  }
  #sec5 .body .head {
    width: 27.0131771596vw;
    margin-top: 6.588579795vw;
  }
  #sec5 .body .more {
    width: 56.0029282577vw;
  }
  #sec6::before {
    width: 14.6412884334vw;
    height: auto;
    transform: skewX(-10deg) translateX(-50%);
  }
  #sec6 .body {
    display: flex;
    align-items: center;
    padding: 2.196193265vw 5.1244509517vw 2.196193265vw 16.8374816984vw;
    transform: translateX(-10%);
  }
  #sec6 .head {
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 2.196193265vw;
    width: 8.78477306vw;
  }
  #sec6 .link {
    margin-top: 0;
    padding: 0;
  }
  #sec6 .link-item {
    width: 16.3250366032vw;
  }
  #sec6 .link-item a {
    padding: 1.4641288433vw;
  }
  #sec6 .link-item a::before {
    width: 2.7818448023vw;
    height: 2.7818448023vw;
    background-size: 1.6105417277vw auto;
  }
  #sec6 .link-item a:hover {
    opacity: 0.8;
    transition: opacity 100ms ease;
  }
  #sec6 .link-item a:hover::before {
    background-position: 60% center;
    transition: background-position 200ms ease;
  }
  #sec6 .link-item.is-web .link-head .main {
    width: 12.5183016105vw;
  }
  #sec6 .link-item.is-web .link-thumb {
    width: 12.0790629575vw;
    margin: 0;
  }
  #sec6 .link-item.is-media .link-head .main {
    width: 9.3704245974vw;
  }
  #sec6 .link-item.is-media .link-thumb {
    margin: 0 auto;
    width: 8.4187408492vw;
    transform: translateX(0);
  }
  #sec6 .link-head .sub {
    font-size: 0.7320644217vw;
  }
  #sec6 .link-thumb {
    margin: 0 auto;
  }
  .fadeRight {
    -webkit-animation-name: fadeRightAnime;
            animation-name: fadeRightAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .p-eventReport {
    padding-bottom: 4.39238653vw;
  }
  .p-eventReport .kv {
    width: 57.8330893119vw;
  }
  .p-eventReport .scrollVertical {
    display: block;
    position: fixed;
    right: 0.7320644217vw;
    bottom: 1.4641288433vw;
    width: 2.5622254758vw;
  }
  .p-eventReport .header {
    padding: 0 0 0 3.6603221083vw;
    width: 57.8330893119vw;
  }
  .p-eventReport .header .head {
    width: 29.2093704246vw;
  }
  .p-eventReport .header .desc p {
    font-size: 1.1713030747vw;
  }
  .p-eventReport .report {
    width: 62.9575402635vw;
    padding: 9.5168374817vw 3.6603221083vw 0;
  }
  .p-eventReport .report-item {
    width: 44.6559297218vw;
  }
  .p-eventReport .report-item + .report-item {
    margin-top: 10.2489019034vw;
  }
  .p-eventReport .report-item .content {
    padding-top: 1.4641288433vw;
  }
  .p-eventReport .report-item .content > p {
    white-space: nowrap;
    font-size: 1.1713030747vw;
  }
  .p-eventReport .report-item .caution {
    padding: 2.9282576867vw;
  }
  .p-eventReport .report-item .caution .title {
    font-size: 1.1713030747vw;
  }
  .p-eventReport .report-item .caution p {
    font-size: 1.0248901903vw;
  }
  .p-media {
    padding: 3.6603221083vw;
  }
  .p-media > .head {
    width: 24.1581259151vw;
  }
  .mediaLinks {
    flex-direction: row;
    gap: 1.4641288433vw;
    margin-top: 7.3206442167vw;
  }
  .mediaLinks-item {
    padding: 2.9282576867vw;
    width: 26.0614934114vw;
  }
  .mediaLinks-item .head {
    font-size: 1.4641288433vw;
  }
  .mediaLinks-item .desc {
    font-size: 1.1713030747vw;
  }
  .mediaLinks-item .cv {
    margin-top: 2.9282576867vw;
  }
  .mediaLinks-item .cv a {
    width: 13.3967789165vw;
    height: 2.635431918vw;
  }
  .mediaLinks-item .cv a img {
    width: 3.0014641288vw;
  }
  .mediaLinks-item .cv a:hover {
    opacity: 0.6;
    transition: opacity 100ms ease;
  }
  .mediaLinks-item .cv a::before {
    width: 1.6105417277vw;
    height: 0.5124450952vw;
  }
}
@media screen and (max-width: 1099px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .sp-fadein {
    opacity: 0;
    transform: translateY(5%);
    transition: transform 600ms ease, opacity 600ms ease;
  }
  .sp-fadein.is-fadein {
    opacity: 1;
    transform: translateY(0);
  }
}