*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #E51C19;
}

.font-din {
  font-family: "DIN Condensed", sans-serif;
}

.font-avenir {
  font-family: "Nunito Sans", sans-serif;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw800-bold-extra {
  font-weight: 800 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-tb-ver {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show-tb-ver {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb-ver {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 700;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

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

@media only screen and (max-width: 750px) {
  .text-left-sp {
    text-align: left !important;
  }
}

/* Link */
.transition, #menu-responsive, #bar-icon, header, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 0.75;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.5;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -120px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

.underline {
  text-decoration: underline;
}

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

.page-inner #wrapper {
  padding-top: 90px;
}

/* Content */
#wrapper {
  position: relative;
}

main {
  position: relative;
}

.content-1920 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-1440 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

/* Txthead */
.box-txthead.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb60 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb60 {
    margin-bottom: 35px;
  }
}
.box-txthead.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb40 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb40 {
    margin-bottom: 25px;
  }
}
.box-txthead.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .box-txthead.mb30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead.mb30 {
    margin-bottom: 20px;
  }
}
.box-txthead .fz180 {
  font-size: 18rem;
  line-height: 10rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz180 {
    font-size: 16rem;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz180 {
    font-size: 10rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz180 {
    font-size: 12rem;
  }
}
.box-txthead .fz90 {
  font-size: 8rem;
  line-height: 11rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz90 {
    font-size: 6rem;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz90 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
}
.box-txthead .fz90 + .fz20 {
  margin-top: 15px;
}
.box-txthead .fz60 {
  font-size: 6rem;
  line-height: 8.5rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz60 {
    font-size: 4.5rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz60 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz60 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
.box-txthead .fz60 + .fz20 {
  margin-top: 15px;
}
.box-txthead .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz35 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 850px) {
  .box-txthead .fz35 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.box-txthead .fz20 {
  font-size: 2rem;
  line-height: 3.5rem;
}
@media only screen and (max-width: 1180px) {
  .box-txthead .fz20 {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-txthead .fz20 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.fz24 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  .fz24 {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}

.icn-btn-sound {
  width: 28px;
  position: absolute;
  top: 10px;
  right: 60px;
}

.hidden {
  display: none;
}

/* Btn */
.box-btn.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  .box-btn.mt40 {
    margin-top: 35px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.square-radius {
  height: 50px;
  border-radius: 25px;
}
.btn.square-radius.red {
  color: #fff;
  background-color: #E51C19;
  border: 1px solid #E51C19;
}
.btn.square-radius.red:hover {
  opacity: 1;
  color: #E51C19;
  background-color: #fff;
}
.btn.square-radius.white-border {
  color: #fff;
  border: 1px solid #fff;
}
.btn.square-radius.white-border:hover {
  opacity: 1;
  background-color: #E51C19;
  border-color: #E51C19;
}
.btn.with-icn-left-abs {
  position: relative;
}
.btn.with-icn-left-abs .icn {
  position: absolute;
  left: 10px;
}
.btn.maxw300 {
  width: 100%;
  max-width: 300px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

/* Popup */
.white-popup {
  position: relative;
  background: #000;
  padding: 0;
  width: 90%;
  max-width: 1440px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.white-popup video {
  width: 100%;
  height: auto;
}

/* Animate */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDownLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownLong {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownLong {
  -webkit-animation-name: fadeInDownLong;
  animation-name: fadeInDownLong;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

.parallax-img-scroll {
  position: relative;
  overflow: hidden;
}

.parallax-img-scroll img {
  width: 100%;
  display: block;
  will-change: transform;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  header {
    padding: 0 5%;
  }
}
header.fixed {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 70px;
  }
}
header .header--l .logo {
  display: table;
}
@media only screen and (max-width: 750px) {
  header .header--l .logo {
    width: 188px;
  }
}

#bar-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 18;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}
@media only screen and (max-width: 1180px) {
  #bar-icon {
    height: 70px;
    padding: 0 5%;
  }
}
#bar-icon.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#bar-icon.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#bar-icon .bar-icon {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  outline: none;
}
#bar-icon .bar-icon.open:hover .bar1,
#bar-icon .bar-icon.open:hover .bar2,
#bar-icon .bar-icon.open:hover .bar3 {
  width: 33px !important;
}
#bar-icon .bar-icon:hover {
  opacity: 1;
}
#bar-icon .bar-icon:hover .bar1,
#bar-icon .bar-icon:hover .bar2,
#bar-icon .bar-icon:hover .bar3 {
  width: 52px !important;
}
#bar-icon .bar-icon .bar1 {
  width: 52px;
}
#bar-icon .bar-icon .bar2 {
  width: 37px;
}
#bar-icon .bar-icon .bar3 {
  width: 22px;
}
#bar-icon .bar-icon .bar1,
#bar-icon .bar-icon .bar2,
#bar-icon .bar-icon .bar3 {
  position: relative;
  height: 1px;
  background-color: #E51C19;
  margin: 8px 0 8px auto;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#bar-icon .bar-icon .bar1::before,
#bar-icon .bar-icon .bar2::before,
#bar-icon .bar-icon .bar3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #E51C19;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#bar-icon .bar-icon .bar1::after,
#bar-icon .bar-icon .bar2::after,
#bar-icon .bar-icon .bar3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #E51C19;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
#bar-icon .open .bar1 {
  width: 33px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(-2px, 6px);
  transform: rotate(-45deg) translate(-2px, 6px);
}
#bar-icon .open .bar1::before, #bar-icon .open .bar1::after {
  background-color: #fff;
}
#bar-icon .open .bar2 {
  width: 0;
  opacity: 0;
  background-color: transparent;
}
#bar-icon .open .bar3 {
  width: 33px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-7px, -11px);
  transform: rotate(45deg) translate(-7px, -11px);
}
#bar-icon .open .bar3::before, #bar-icon .open .bar3::after {
  background-color: #fff;
}

#menu-responsive {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 16;
  width: 100%;
  max-width: 260px;
  height: 100vh;
  background-color: #E51C19;
  opacity: 0;
  right: -260px;
}
@media only screen and (max-width: 750px) {
  #menu-responsive {
    max-width: 280px;
    right: -280px;
  }
}
#menu-responsive.active {
  opacity: 1;
  right: 0;
}
#menu-responsive .box-content {
  padding: 160px 40px 0 40px;
}
@media only screen and (max-width: 750px) {
  #menu-responsive .box-content {
    padding: 160px 60px 0 60px;
  }
}
#menu-responsive .box-content nav ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
  color: #fff;
}
#menu-responsive .box-content nav ul li + li {
  margin-top: 25px;
}
#menu-responsive .box-content nav ul li a {
  display: block;
}

.page-top header.fixed .header--l .logo {
  opacity: 1;
  visibility: visible;
}
.page-top header .header--l .logo {
  opacity: 0 !important;
  visibility: hidden !important;
}
.page-top header .header--l .logo.show {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Footer */
footer {
  color: #fff;
  padding: 75px 0;
  background-color: #E51C19;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer {
    display: block;
  }
}
footer .footer--l h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  footer .footer--l h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
footer .footer--l ul {
  margin-top: 18px;
}
footer .footer--l ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  footer .footer--l ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
footer .footer--l ul li + li {
  margin-top: 6px;
}
footer .footer--r a {
  display: table;
  margin-left: auto;
}
@media only screen and (max-width: 1180px) {
  footer .footer--r a {
    width: 150px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer--r a {
    width: 190px;
    margin-right: auto;
    margin-top: 50px;
  }
}

/* MV */
#mv {
  overflow: hidden;
}
#mv .step1,
#mv .step2,
#mv .step3,
#mv .step4 .char,
#mv .step-logo1,
#mv .step-logo2 {
  will-change: transform, opacity, filter;
}
#mv .step3 {
  display: inline !important;
  overflow: hidden;
}
#mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
#mv .mv .mv-txt {
  position: absolute;
  z-index: 2;
  padding-top: 40px;
}
#mv .mv .mv-txt h1 {
  font-size: 9rem;
  line-height: 14rem;
  color: #E51C19;
  font-weight: 700;
  letter-spacing: 5px;
}
#mv .mv .mv-txt .mv-logo {
  display: table;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
#mv .mv .mv-txt .mv-logo > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#mv .mv video {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

/* Intro */
#intro {
  overflow: hidden;
}
#intro .intro-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#intro .intro-video .box-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#intro .intro-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #intro .intro-video video {
    height: 530px;
  }
}
#intro .intro {
  padding: 150px 0;
}
@media only screen and (max-width: 1180px) {
  #intro .intro {
    padding: 125px 0;
  }
}
@media only screen and (max-width: 850px) {
  #intro .intro {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro {
    padding: 75px 0;
  }
}
#intro .intro-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#intro .intro-slide .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
#intro .intro-slide .item {
  width: 520px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #intro .intro-slide .item {
    width: 420px;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro-slide .item {
    width: 290px;
  }
}
@media only screen and (max-width: 750px) {
  #intro .intro-slide .item img {
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#intro .intro-slide .item p {
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 2;
  font-weight: 700;
  color: #fff;
}

/* Pride */
#pride {
  position: relative;
  overflow: hidden;
}
#pride .pride {
  position: relative;
  padding: 150px 0;
}
@media only screen and (max-width: 1180px) {
  #pride .pride {
    padding: 125px 0;
  }
}
@media only screen and (max-width: 850px) {
  #pride .pride {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 750px) {
  #pride .pride {
    width: 100%;
  }
}
#pride .pride .box-txthead {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #pride .pride .box-txthead {
    padding: 0 5%;
  }
}
#pride .pride .box-txthead .fz180 {
  margin-right: 20px;
  position: relative;
  bottom: -6px;
}
#pride .pride .pride-svg {
  position: absolute;
  z-index: -1;
  top: -16.5%;
  right: -16.5%;
  z-index: 1;
  width: 53.12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1180px) {
  #pride .pride .pride-svg {
    right: -15%;
  }
}
@media only screen and (max-width: 850px) {
  #pride .pride .pride-svg {
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #pride .pride .pride-svg {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
#pride .pride .pride-svg > div {
  width: 100%;
}
#pride .pride .pride-svg video {
  width: 100%;
  height: auto;
}

/* About */
#about-us {
  overflow: hidden;
}
#about-us .about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #about-us .about-us {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-us .about-us .col-img {
  width: 56.25%;
}
@media only screen and (max-width: 750px) {
  #about-us .about-us .col-img {
    width: 100%;
  }
}
#about-us .about-us .col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#about-us .about-us .col-txt {
  width: 43.75%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-us .about-us .col-txt {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
#about-us .about-us .col-txt > div {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  #about-us .about-us .col-txt > div {
    max-width: 100%;
  }
}

/* Join Us */
#join-us {
  position: relative;
  margin: 100px 0;
}
@media only screen and (max-width: 1180px) {
  #join-us {
    margin: 75px 0;
  }
}
#join-us .join-us {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#join-us .join-us h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}
#join-us .join-us h2 img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #join-us .join-us h2 img {
    max-width: 344px;
  }
}
@media only screen and (max-width: 750px) {
  #join-us .join-us h2 img {
    max-width: 274px;
  }
}
#join-us .join-us-img {
  max-height: 380px;
}
@media only screen and (max-width: 1180px) {
  #join-us .join-us-img img {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}

/* About Us */
#about-us-inner {
  overflow: hidden;
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex {
    display: block;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l {
  width: 50%;
  padding: 125px 10% 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l {
    width: 100%;
    padding: 0;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-txthead {
    padding: 0 5%;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .imp-sp {
  display: none;
  width: 95%;
  margin-left: auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .imp-sp {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content {
    padding: 0 5%;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #E51C19;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 20px;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content p + p {
    margin-top: 20px;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content p.name {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content p.name {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content p.name {
    margin-top: 30px;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-l .box-content p.name + p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-r {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-r {
    display: none;
  }
}
#about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-r img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.message .about-us-inner .flex .col-r img {
    min-height: auto;
  }
}
#about-us-inner .about-us-inner-row.history {
  padding: 125px 0;
}
@media only screen and (max-width: 1180px) {
  #about-us-inner .about-us-inner-row.history {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.history {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.history .about-us-inner .box-content {
    padding: 0 5%;
  }
}
#about-us-inner .about-us-inner-row.history .about-us-inner .box-content img {
  width: 100%;
  height: auto;
}
#about-us-inner .about-us-inner-row.company {
  padding: 100px 0;
  color: #fff;
  background-color: #E51C19;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.company {
    padding: 75px 0;
  }
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex {
    display: block;
  }
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col {
    width: 100%;
  }
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col:nth-child(2) .table .tr {
  -ms-grid-columns: 30% 25px 1fr;
  grid-template-columns: 30% 1fr;
  padding: 15px 0;
  gap: 25px;
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table {
  border-top: 1px solid #fff;
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #fff;
  padding: 7px 0;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table .tr {
    padding: 15px 0;
  }
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table + .img {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table + .img {
    margin-bottom: 50px;
  }
}
#about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table + .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.company .about-us-inner .box-content .flex .col .table + .img img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-us-inner .about-us-inner-row.access {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1180px) {
  #about-us-inner .about-us-inner-row.access {
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 850px) {
  #about-us-inner .about-us-inner-row.access {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.access {
    padding-bottom: 75px;
  }
}
#about-us-inner .about-us-inner-row.access .about-us-inner {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.access .about-us-inner {
    display: block;
    padding: 75px 0;
  }
}
#about-us-inner .about-us-inner-row.access .about-us-inner .col-l {
  width: 44.77%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.access .about-us-inner .col-l {
    width: 100%;
    padding-right: 0;
  }
}
#about-us-inner .about-us-inner-row.access .about-us-inner .col-l .box-content p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.access .about-us-inner .col-l .box-content p + p {
    margin-top: 10px;
  }
}
#about-us-inner .about-us-inner-row.access .about-us-inner .col-r {
  width: 55.23%;
  max-width: 566px;
}
@media only screen and (max-width: 750px) {
  #about-us-inner .about-us-inner-row.access .about-us-inner .col-r {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
#about-us-inner .about-us-inner-row.access .about-us-inner-gmap {
  position: relative;
  padding-bottom: 414px;
  height: 0;
  overflow: hidden;
}
#about-us-inner .about-us-inner-row.access .about-us-inner-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}