@charset "utf-8";

/***

DNP 秀英角ゴシック銀 Std L
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 400;
font-style: normal;

DNP 秀英角ゴシック銀 Std B
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 600;
font-style: normal;

DNP 秀英角ゴシック銀 Std M 
font-family: dnp-shuei-gothic-gin-std, sans-serif;
font-weight: 500;
font-style: normal;

Neue Haas Grotesk Display Pro 55 Roman
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
font-style: normal;



****/

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  padding-top: 84px;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 3%;
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
  text-align: center;
  z-index: 30;
}

.cookie-banner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-banner__btns {
  display: flex;
}

#cookie-banner p {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  width: auto;
  text-align: left;
}

#cookie-banner a {
  color: #333;
  text-decoration: underline;
}

#cookie-banner button {
  min-width: 111px;
  min-height: 40px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

#cookie-banner button:hover {
  opacity: 0.8;
}

#cookie-decline {
  color: rgb(28, 34, 38);
  border: solid 1px rgb(28, 34, 38);
}

#cookie-accept {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 34, 38);
}

.cookie-banner__close {
  position: absolute;
  right: 1%;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.cookie-banner__close:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  #cookie-banner {
    padding: 25px 3%;
  }

  .cookie-banner__inner {
    flex-direction: column;
  }

  #cookie-banner p {
    margin-bottom: 15px;
  }

  #cookie-banner button {
    margin-bottom: 0px;
  }

  #cookie-banner button:last-child {
    margin-bottom: 0;
  }

  .cookie-banner__close {
    top: 5px;
  }
}

.inner--1075 {
  max-width: 1075px;
}

.inner--1200 {
  max-width: 1200px;
}

.bread_crumb {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 10px;
}

.bread_crumb__item {
  position: relative;
}

.bread_crumb__item:not(:last-child) {
  margin-right: 28px;
}

.bread_crumb__item:not(:last-child)::after {
  display: block;
  content: "/";
  position: absolute;
  right: -16px;
  top: 0;
  color: #848484;
}

.bread_crumb__item--gray {
  color: #848484;
}

.mv-heading {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

.mv-heading__ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
}

.mv-heading__en {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-size: 100px;
}

/*ローディング関係↓*/
#loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #383838;
  align-items: center;
  /* transition: left 1s; */
}

#loading.loadfin {
  /* left: -100%; */
  animation: rise-open 1s cubic-bezier(1, -0.01, 0.32, 0.98) forwards;
}

@keyframes rise-open {
  0% {
    top: 0;
  }

  100% {
    top: -100%;
  }
}

#loadimg {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainvisual {
  position: relative;
  z-index: 25;
}

#mvtxt {
  position: absolute;
  top: 38px;
  left: 34px;
  width: 84.76px;
  display: block;
}

@keyframes box-animation {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

#mvtxt .mvtxt_img {
  position: absolute;
  top: 0;
  box-sizing: border-box;
}

#mvtxt .mvtxt_img img {
  height: 50.8px;
  box-sizing: border-box;
}

#mvtxt.mvstart .mvtxt_img img {
  animation: box-animation 0.5s 0.1s both;
}

#mvtxt .mvtxt_img {
  overflow: hidden;
}

#mvtxt.mvstart .mvtxt_img {
  height: 50.8px;
}

#mvtxt .mvtxt_img:nth-child(1) {
  left: 4px;
}

#mvtxt .mvtxt_img:nth-child(2) {
  left: 79px;
}

#mvtxt .mvtxt_img:nth-child(3) {
  left: 134px;
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

#mvtxt .mvtxt_img {
  display: inline-block;
  animation: slide-up 0.5s ease-out forwards;
  overflow: hidden;
}

#mvtxt .mvtxt_img img {
  transform: translateY(120%);
}

#mvtxt .mvtxt_img:nth-child(1) img {
  width: 55.35px;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
}

#mvtxt .mvtxt_img:nth-child(2) img {
  width: 47.58px;
  animation-duration: 1.7s;
  animation-timing-function: cubic-bezier(0, 0, 1.5, 1);
}

#mvtxt .mvtxt_img:nth-child(3) img {
  width: 85.37px;
  animation-duration: 1.9s;
  animation-timing-function: cubic-bezier(0, 0, 3, 1);
}

/*ローディング関係↑*/

#mv-change {
  position: absolute;
  z-index: 21;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  font-size: 0;
  pointer-events: none;
}

.m-sliced {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.m-sliced span {
  visibility: visible;
  display: inline-block;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  -webkit-transform: scaleX(1) scaleY(1.4) rotate(-0.26rad) translateZ(0);
  transform: scaleX(1) scaleY(1.4) rotate(-0.26rad) translateZ(0);
}

.m-sliced span:first-child {
  position: absolute;
  top: 0;
  left: -26%;
  width: 30%;
}

.m-sliced span:nth-child(2) {
  width: 20%;
}

.m-sliced span:nth-child(3),
.m-sliced span:nth-child(4) {
  width: 30%;
}

.m-sliced span:nth-child(5) {
  width: 20%;
}

.m-sliced span:nth-child(6) {
  position: absolute;
  top: 0;
  right: -26%;
  width: 30%;
}

.hide .m-sliced span:nth-child(0) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hide .m-sliced span:first-child,
.hide .m-sliced span:nth-child(0) {
  -webkit-transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  visibility: hidden;
}

.hide .m-sliced span:first-child {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}

.hide .m-sliced span:nth-child(2) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.hide .m-sliced span:nth-child(2),
.hide .m-sliced span:nth-child(3) {
  -webkit-transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  visibility: hidden;
}

.hide .m-sliced span:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.hide .m-sliced span:nth-child(4) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.hide .m-sliced span:nth-child(4),
.hide .m-sliced span:nth-child(5) {
  -webkit-transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  visibility: hidden;
}

.hide .m-sliced span:nth-child(5) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hide .m-sliced span:nth-child(6) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
  -webkit-transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  transform: scaleX(0) scaleY(1.4) rotate(0rad) translateZ(0);
  visibility: hidden;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1240px) {
  .inner--1200 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 1075px) {
  .inner--1075 {
    padding-left: 3%;
    padding-right: 3%;
  }
}

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

  .pc {
    display: none !important;
  }

  .inner {
    /**
        375pxの時に幅が330pxになる
        **/
    width: 88%;
    padding-left: 0;
    padding-right: 0;
  }

  main {
    padding-top: 70px;
  }

  .mv-heading__ja {
    font-size: 16px;
  }

  .mv-heading__en {
    font-size: 60px;
  }

  /*ローディング関係↓*/
  #loadimg {
    width: 80px;
  }

  #mvtxt {
    top: 26px;
    left: 22px;
  }

  #mvtxt .mvtxt_img img {
    height: 58px;
  }

  #mvtxt.mvstart .mvtxt_img {
    height: 58px;
  }

  #mvtxt .mvtxt_img:nth-child(1) {
    left: -8px;
  }

  #mvtxt .mvtxt_img:nth-child(2) {
    left: 46px;
  }

  #mvtxt .mvtxt_img:nth-child(3) {
    left: 87px;
  }

  #mvtxt .mvtxt_img:nth-child(1) img {
    width: 40px;
  }

  #mvtxt .mvtxt_img:nth-child(2) img {
    width: 35px;
  }

  #mvtxt .mvtxt_img:nth-child(3) img {
    width: 62px;
  }

  /*ローディング関係↑*/
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}
