@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shippori+Antique&display=swap");
html {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font-size: 62.5% !important;
  background: none !important;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  display: block;
  font-size: clamp(16px, 1em, 1em);
}
input:focus,
textarea:focus {
  background: #fafafa;
  outline: none;
}
input[disabled],
textarea[disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder {
  color: #888;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
  font-family: inherit;
  color: #000;
  display: block;
  padding: 0 1em;
  border-radius: 0;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=checkbox]:focus {
  outline-color: #438832;
}
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=checkbox][disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: 1em auto auto auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
input[type=button]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

textarea {
  height: auto;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  min-height: 8em;
  border-radius: 0;
  margin-top: 0.5em;
}
textarea.low {
  height: 5em;
  min-height: 5em;
}

select {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  border: 0px;
  border-radius: 0px;
}

.any,
.required {
  display: inline-block;
  margin: 0 0.75em 0.5em 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  color: #fff;
}

.any {
  background-color: #aaa;
}

.required {
  background-color: #cb0000;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #eeeeee;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5b6d60;
  box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #ccc;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  box-shadow: inset 0 0 0 4px #fff;
  border: #ccc;
  background: #ccc;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

.formControl {
  width: 100%;
  padding: 1rem;
}

.formControlL {
  width: 100%;
  padding: 1rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-spinner {
  display: block;
  margin: auto;
}

form input.width30 {
  width: 30%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width40 {
  width: 40%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width50 {
  width: 50%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width60 {
  width: 60%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width70 {
  width: 70%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width80 {
  width: 80%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width90 {
  width: 90%;
  display: inline-block;
  margin-bottom: 1em;
}
form table tr th,
form table tr td {
  background: none;
}
@media screen and (max-width: 768px) {
  form table tr th,
form table tr td {
    display: block;
    width: 100%;
    padding: 2em 0;
  }
}
@media screen and (max-width: 768px) {
  form table tr th {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  form table tr td {
    padding-top: 0.5em;
  }
}
form p {
  margin-bottom: 0;
}
form .small {
  margin-top: 1em;
  display: inline-block;
  line-height: 1.5;
}
form a {
  text-decoration: underline !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  max-width: 800px;
  margin: auto !important;
}

.wpcf7-not-valid-tip {
  color: #cb0000;
  border: 1px solid;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
  margin-top: 0.5em;
}

.wpcf7cp-btns {
  text-align: center;
}

#wpcf7cpcnf table p {
  margin: 0;
}
#wpcf7cpcnf table tr td {
  padding: 1em !important;
}

.wpcf7cp-cfm-edit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #eee;
  color: #888;
}

.wpcf7cp-cfm-submit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #000;
  color: #fff;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  background-color: #fff;
  font-family: YakuHanMP, "Shippori Antique", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.3rem, 1.7vw, 1.6rem);
  font-weight: 400;
  font-feature-settings: "palt" 1;
  line-height: 2;
  letter-spacing: 0.066em;
  position: relative;
  width: 100%;
}
body ::-moz-selection {
  background: #000;
  color: #ccc;
}
body ::selection {
  background: #000;
  color: #ccc;
}
body.noScrolled {
  overflow: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
  line-height: 1.35;
}
body a {
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  color: inherit;
}
body a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}
body img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
}

/*---------------------------------------------------------------------
共通 Common
---------------------------------------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.small {
  font-size: 70%;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.exlink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.65em;
  color: #e50012;
  font-size: clamp(13px, 1.7vw, 16px);
}
.exlink::after {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  background: url("../img/icon-blank.svg") no-repeat center/1.6rem;
  border: 1px solid #e50012;
  border-radius: 100vh;
  transition: all 0.5s ease;
}
.exlink:hover::after {
  background-color: #ff7f89;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #e50012;
  transition: all 1s ease;
  z-index: 99999;
}
.loading span {
  display: inline-block;
  background-color: #e3e3e3;
  background-image: linear-gradient(#e50012 0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 0%;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: clamp(3rem, 7vw, 13rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  -webkit-animation: load 3.6s infinite linear;
          animation: load 3.6s infinite linear;
  mix-blend-mode: multiply;
}
.loading span.r10 {
  padding-right: 2vw;
}
.loading span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.loading span:nth-child(5) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading span:nth-child(6) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.loading span:nth-child(7) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading span:nth-child(8) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.loading span:nth-child(9) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loading span:nth-child(10) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.loading span:nth-child(11) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loading span:nth-child(12) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.loading span:nth-child(13) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.loading span:nth-child(14) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.loading span:nth-child(15) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loading span:nth-child(16) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.loading span:nth-child(17) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.loading span:nth-child(18) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.loading span:nth-child(19) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes load {
  70%, 100% {
    background-size: 100% 100%;
  }
}
@keyframes load {
  70%, 100% {
    background-size: 100% 100%;
  }
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/*---------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
  padding: 1.4vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  header {
    position: fixed;
    z-index: 10000;
  }
}
@media screen and (max-width: 860px) {
  header .logo {
    max-width: 156px;
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 860px) {
  header > .exlink {
    display: none;
  }
}
header .menu {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 9999;
}
@media screen and (max-width: 860px) {
  header .menu {
    position: static;
    right: auto;
    bottom: auto;
  }
}
header .menu .sp-menu {
  width: 42px;
  aspect-ratio: 1/1;
  position: relative;
  display: none;
}
@media screen and (max-width: 860px) {
  header .menu .sp-menu {
    display: block;
  }
}
header .menu .sp-menu span {
  width: 26px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 7px;
  transition: all 0.5s ease;
}
header .menu .sp-menu span:nth-child(1) {
  top: 10px;
}
header .menu .sp-menu span:nth-child(2) {
  top: 19px;
}
header .menu .sp-menu span:nth-child(3) {
  top: 28px;
}
header .menu .sp-menu.active {
  z-index: 10001;
}
header .menu .sp-menu.active span {
  background: #fff;
}
header .menu .sp-menu.active span:nth-child(1) {
  top: 19px;
  transform: rotate(-45deg);
}
header .menu .sp-menu.active span:nth-child(2) {
  opacity: 0;
  left: -10px;
}
header .menu .sp-menu.active span:nth-child(3) {
  top: 19px;
  transform: rotate(45deg);
}
header .menu nav {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 1vw;
  padding: 1vw;
  line-height: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 860px) {
  header .menu nav {
    opacity: 0;
    position: fixed;
    top: 0;
    right: -100vw;
    border-radius: 0px;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    padding: 4vw;
  }
}
header .menu nav.open {
  right: 0;
  opacity: 1;
}
header .menu nav > p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10px, 1.7vw, 12px);
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.35em;
}
@media screen and (max-width: 860px) {
  header .menu nav > p {
    text-align: center;
  }
}
header .menu nav a {
  display: block;
  width: 100%;
  padding: 0.6em 0;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  header .menu nav a {
    text-align: center;
  }
}
header .menu nav a:hover, header .menu nav a.active {
  color: #e50012;
}
header .menu nav .btn {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #444;
  text-align: center;
}
header .menu nav .btn p {
  color: #fff;
  font-size: clamp(10px, 1.7vw, 12px);
  line-height: 1.35;
}
header .menu nav .btn a {
  display: block;
  padding: 1em;
  margin-top: 1em;
  text-align: center;
  background: #fff;
  border-radius: 100vh;
  line-height: 1;
  color: #000;
}
header .menu nav .btn a:hover {
  background: #e50012;
  color: #fff;
}

article {
  overflow: hidden;
}
article .fv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em 3vw;
  height: 100vh;
  padding: 16vh 2vw;
}
@media screen and (max-width: 860px) {
  article .fv {
    flex-direction: column;
  }
}
article .fv figure {
  position: relative;
  width: 48.3162518302%;
  max-width: 660px;
  z-index: 9998;
}
@media screen and (max-width: 860px) {
  article .fv figure {
    width: 76vw;
  }
}
article .fv figure::after {
  content: "";
  width: 98%;
  height: 60vh;
  background: linear-gradient(180deg, rgb(176, 176, 176) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 100%;
  left: -19.5vh;
  transform: skewX(-33deg);
  z-index: -3;
  opacity: 0.4;
}
article .fv > p {
  font-size: clamp(3rem, 4vw, 7.4rem);
  line-height: 1.62;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 860px) {
  article .fv > p {
    text-align: center;
  }
}
article .fv > p span {
  color: #e50012;
}
article .fv .scroll {
  position: absolute;
  left: 2vw;
  bottom: 0;
}
article .fv .scroll p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(11px, 1.7vw, 16px);
  text-transform: uppercase;
  writing-mode: vertical-lr;
  line-height: 1;
  color: #e50012;
  transition: 0.2s;
  overflow: hidden;
  padding-bottom: 160px;
}
article .fv .scroll p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background: #fff;
}
article .fv .scroll p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  background: #e50012;
  -webkit-animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
article .gradient-bg {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 20%, rgb(240, 240, 240) 80%, rgb(255, 255, 255) 100%);
}
article #intro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3em 4vw;
  position: relative;
  z-index: 9998;
}
@media screen and (max-width: 860px) {
  article #intro {
    flex-direction: column;
  }
  article #intro > * {
    width: 100% !important;
    padding: 0 2vw;
    text-align: center;
  }
  article #intro a {
    justify-content: center;
  }
}
article #intro figure {
  width: 51.5625%;
}
article #intro h2 {
  max-width: 402px;
}
@media screen and (max-width: 860px) {
  article #intro h2 {
    max-width: 360px;
    margin: 0 auto;
  }
}
article #intro p {
  font-size: clamp(14px, 1.7vw, 2.8rem);
  margin: 1.8em 0;
}
article .slide-txt {
  display: flex;
  width: 100%;
  overflow: hidden;
  line-height: 0.8;
  letter-spacing: -1.5em;
  margin-top: 2em;
}
article .slide-txt .txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(16rem, 20vw, 38rem);
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 15px;
  background: url("../img/text-mask.png") no-repeat center/cover;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
article .slide-txt .txt:nth-child(odd) {
  -webkit-animation: loop 200s linear -100s infinite;
          animation: loop 200s linear -100s infinite;
}
article .slide-txt .txt:nth-child(even) {
  -webkit-animation: loop2 200s linear infinite;
          animation: loop2 200s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
article #history {
  padding: 5em 2vw 6em;
  text-align: center;
}
article #history h2 {
  position: relative;
  font-size: clamp(2.4rem, 1.7vw, 5.2rem);
  color: #e50012;
  z-index: 2;
}
article #history h2::after {
  content: "Until Now";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(8rem, 10vw, 19.5rem);
  line-height: 1;
}
article #history h3 {
  position: relative;
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
  margin-top: 2em;
  z-index: 2;
}
article #history p {
  margin-top: 2em;
  position: relative;
  z-index: 2;
}
article #history picture {
  display: block;
  max-width: 1466px;
  margin: 3em auto 0;
}
article #links {
  padding: 0 2vw 6em;
  margin-top: -0.3em;
  background: url("../img/bg-linepref.svg") no-repeat center/cover;
}
article #links::before {
  content: "Creation and Challenge";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(8rem, 7.4vw, 19.5rem);
  line-height: 0.8;
  margin-bottom: 1em;
  color: #ececec;
  text-align: center;
}
article #links h2 {
  font-size: clamp(2.4rem, 1.7vw, 5.2rem);
  color: #e50012;
  text-align: center;
}
article #links ul {
  padding: 0 2vw;
}
article #links li {
  max-width: 1000px;
  margin: 1.8em auto 0;
}
article #links li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 2vw 1.4vw;
  position: relative;
}
@media screen and (max-width: 860px) {
  article #links li a {
    flex-direction: column;
    padding: 2em;
  }
}
article #links li a:hover {
  opacity: 0.75;
}
article #links li a::after {
  content: "";
  margin-left: auto;
  width: 4.6rem;
  height: 4.6rem;
  background: url("../img/icon-blank.svg") no-repeat center/1.6rem;
  border: 1px solid #e50012;
  border-radius: 100vh;
  filter: brightness(100);
  transition: all 0.5s ease;
}
@media screen and (max-width: 860px) {
  article #links li a::after {
    position: absolute;
    right: 1em;
    bottom: 1em;
  }
}
article #links li:first-child a {
  background: url("../img/link-bg01.png") no-repeat right center/contain #000;
}
article #links li:last-child a {
  background: url("../img/link-bg02.png") no-repeat right center/contain #000;
}
article #links .ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.26;
  flex: 0.65;
}
@media screen and (max-width: 860px) {
  article #links .ttl {
    flex: auto;
    width: 100%;
  }
}
article #links .ttl .jp {
  font-size: clamp(1.6rem, 1.7vw, 2.6rem);
}
article #links .ttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.7vw, 1.2rem);
  color: #e50012;
  margin-top: 0.45em;
}
article #links p {
  font-size: clamp(1rem, 1.7vw, 1.4rem);
}
@media screen and (max-width: 860px) {
  article #links p {
    width: 100%;
    margin-top: 1.6em;
  }
}
article #hub > p {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(6.6rem, 7.4vw, 19.5rem);
  line-height: 0.8;
  color: #e50012;
  text-align: center;
}
@media screen and (max-width: 860px) {
  article #hub > p {
    line-height: 1;
  }
}
article #hub .data {
  padding-top: 2em;
  position: relative;
  overflow: hidden;
}
article #hub .data .bg {
  background: url("../img/creators-bg.png") no-repeat center bottom/contain #e50012;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 80%;
  transform: translateX(-50%);
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
}
article #hub .data picture {
  display: block;
  margin: -2em auto 0;
  max-width: 1350px;
  position: relative;
  z-index: 2;
}
article #hub .data p {
  margin: 0.4em auto 0;
  max-width: 1350px;
  font-size: clamp(4rem, 7.4vw, 9.6rem);
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
}
article #hub .info {
  padding: 5em 2vw;
  background-image: url("../img/hub-bg01.png"), url("../img/hub-bg-l.svg"), url("../img/hub-bg-r.svg");
  background-repeat: repeat, no-repeat, no-repeat;
  background-position: center, left -6vw top, right -6vw bottom;
  background-size: auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  article #hub .info {
    background-image: url("../img/hub-bg01.png"), url("../img/hub-bg-l.svg");
    background-repeat: repeat, no-repeat;
    background-position: center, right -30vw bottom;
    background-size: 100%, 70vw;
  }
}
article #hub .info figure {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  article #hub .info figure {
    max-width: 360px;
  }
}
article #hub .info h2 {
  font-size: clamp(1.8rem, 1.7vw, 2.6rem);
  margin-top: 1em;
}
article #hub .info h2::before {
  content: "［ ";
}
article #hub .info h2::after {
  content: " ］";
}
article #hub .info p {
  margin-top: 1em;
}
article #hub .info .exlink {
  justify-content: center;
  margin-top: 2em;
}
article #greeting {
  padding: 4em 0 16em 2vw;
}
@media screen and (max-width: 860px) {
  article #greeting {
    padding-right: 2vw;
  }
}
article #greeting .inner {
  margin: 0 auto;
  padding-left: 14vw;
}
@media screen and (max-width: 860px) {
  article #greeting .inner {
    padding-left: 0;
  }
}
article #greeting h2 {
  position: relative;
  padding-bottom: 5em;
}
article #greeting h2 .en {
  display: block;
  font-size: clamp(4rem, 7.4vw, 9.2rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1;
}
article #greeting h2 .jp {
  display: block;
  position: absolute;
  left: -2em;
  top: 0.45em;
  writing-mode: vertical-lr;
  font-size: clamp(2rem, 1.7vw, 3rem);
  color: #e50012;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  article #greeting h2 .jp {
    position: static;
    left: auto;
    top: auto;
    writing-mode: horizontal-tb;
    margin-top: 0.85em;
  }
}
article #greeting .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 5em 7vw;
}
@media screen and (max-width: 860px) {
  article #greeting .wrap {
    flex-direction: column;
  }
}
article #greeting figure {
  margin-left: auto;
  width: 29.1563275434%;
  box-shadow: -3vw 3vw 0px 0px #e50012;
}
@media screen and (max-width: 860px) {
  article #greeting figure {
    width: 100%;
    max-width: 60vw;
    margin: 0 auto;
  }
}
article #greeting .txt {
  width: calc(70.8436724566% - 5vw);
}
@media screen and (max-width: 860px) {
  article #greeting .txt {
    width: 100%;
  }
}
article #greeting p:not(:first-child) {
  margin-top: 2em;
  text-align: justify;
}
article #greeting p:not(:first-child).name {
  text-align: right;
  margin-top: 3em;
  font-size: 90%;
}
article #interview {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 240, 240) 100%);
  padding: 6em 0 16em;
}
article #interview h2 {
  font-size: clamp(3rem, 4vw, 5.3rem);
  text-align: center;
  color: #e50012;
  position: relative;
}
article #interview h2 span {
  position: relative;
  z-index: 1;
}
article #interview h2::after {
  content: "Interview";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(8rem, 10vw, 19.5rem);
  line-height: 1;
}
article #interview ul {
  padding-top: 6em;
}
article #interview .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
article #interview li {
  padding: 2em;
  background: url("../img/interview-icon.svg") no-repeat right 1.6vw top 1.6vw #fff;
  position: relative;
  border-radius: 1vw;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  article #interview li {
    background-size: 12%;
  }
}
article #interview li:nth-child(odd) {
  margin-top: 5em;
}
article #interview li .name {
  background: #e50012;
  padding: 0.6em;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  line-height: 1;
  color: #fff;
  border-bottom-right-radius: 1vw;
  position: absolute;
  top: 0;
  left: 0;
}
article #interview li figure {
  max-width: 226px;
  margin: 2em auto 0;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 860px) {
  article #interview li figure {
    max-width: 156px;
  }
}
article #interview li h3 {
  margin-top: 1.6em;
  text-align: center;
  color: #e50012;
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
}
article #interview li p {
  margin-top: 1em;
  line-height: 1.85;
  font-size: clamp(1.35rem, 1.7vw, 1.4rem);
  text-align: justify;
}
article #form {
  padding: 6em 0 26vw;
  background: #e50012;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  margin: -8em -300px 0;
}
article #form .inner {
  max-width: 1350px;
  width: 90vw;
  margin: 0 auto;
  padding: 0 3vw;
  position: relative;
}
article #form .txt {
  padding-right: 55.5555555556%;
}
@media screen and (max-width: 860px) {
  article #form .txt {
    padding: 0;
  }
}
article #form h2 {
  font-size: clamp(4rem, 5vw, 8.2rem);
  letter-spacing: -0.1em;
  line-height: 1.15;
  color: #fff;
}
article #form p {
  max-width: 460px;
  margin-top: 3em;
  color: #fff;
}
article #form .formrun {
  width: 100%;
  max-width: 760px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  article #form .formrun {
    position: static;
    top: auto;
    left: auto;
    margin-top: 2em;
  }
}

/*---------------------------------------------------------------------
フッター
---------------------------------------------------------------------*/
footer {
  background: #000;
  overflow: hidden;
}
footer p.copyright {
  font-size: clamp(2rem, 5.5vw, 6.5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #fff;
  transform: scale(1.26);
}
@media screen and (max-width: 860px) {
  footer p.copyright {
    line-height: 1.3;
  }
}
/*# sourceMappingURL=style.css.map */