/*
Theme Name : MizukiOfficialPage04専用
<!-- cssのインポート -->
*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
 @charset "UTF-8";

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

code, kbd, pre, samp {
  font-family: 'Noto Sans JP', sans-serif;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
  font-size: 62.5%;
}

_:-ms-lang(x)::-ms-backdrop, html {
  font-family: YakuHanJP, "Crimson Text", "メイリオ", sans-serif;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.67;
  letter-spacing: .12em;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  color: #132738;
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  position: relative;
}

a {
  outline: 0;
  color: #000;
  text-decoration: none;
  transition: .5s;
}

a:hover {
  color: #7daeb1;
}

:focus, a:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}

button, input, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
}

button, select {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #a0a2a8;
  opacity: 1;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  margin-top: 14.66667vw;
}

body:not(.is-load) .main {
  display: none;
}

.content-inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.btn-white-small {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 2px solid #333;
  width: 42.66667vw;
  height: 9.6vw;
}

.btn-white-small__text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.66667;
  letter-spacing: .015em;
  position: relative;
  display: block;
}

.btn-white-small__text::before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -40px;
  left: -40px;
}

.btn-wrap {
  display: flex;
}

.btn-wrap .btn-white-small {
  pointer-events: auto;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: .6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #525252;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

.top_hero {
  z-index: 0;
  display: block;
}

.top_hero .content-inner {
  padding-left: 0;
  padding-right: 0;
}

.top_hero__wrap {
  position: relative;
}

.top-hero__img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-hero__img-wrap:after {
  position: absolute;
  z-index: -10;
  content: "";
  background-color: #000;
  width: calc(50% + 12vw);
  height: calc(100% + 87px);
  top: 0;
  right: 0;
}

.top-hero__img {
  z-index: 0;
  width: calc(50% + 26.535vw);
  height: 154.66667vw;
  object-fit: cover;
}

.top-hero__img-logo {
  position: absolute;
  content: "";
  background: url(/assets/img/logo.svg) no-repeat center;
  top: 4.5%;
  left: 5%;
  width: 100px;
  height: 34px;
  pointer-events: auto;
}

.top_hero__text-wrap {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  color: #fff;
  top: 50%;
  right: 50%;
  transform: translate(100%, -50%);
}

.top_hero__lead-text {
  font-size: .9rem;
  line-height: 1.25;
  letter-spacing: .063em;
  padding-bottom: 2.66667vw;
}

.top_hero__title {
  font-size: 3.1rem;
  line-height: .94643;
  letter-spacing: .063em;
}

.mv-scroll {
  pointer-events: none;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.mv-scroll__content {
  width: 78px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
}

.mv-scroll__content p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}

.mv-scroll__content:after {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background: #eb4b5c;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  animation: mv-scroll 2s infinite;
}

.copy-box {
  background: #f0f0f0;
  border: 2px solid #333;
  display: flex;
  flex-direction: column;
  width: 76.8vw;
  margin: 0 auto;
  padding: 8vw;
  height: 76.8vw;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.btn-copy-wrap {
  display: flex;
}

.copy-text {
  font-size: 1.5rem;
  line-height: 1.46667;
  letter-spacing: 0;
}

.copy-text__title {
  margin: 10px 0 5px 0;
  font-weight: 700;
}

.copy-text__note {
  margin: 5px 0;
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: 0;
}

.btn-copy {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 5px;
  width: 42.66667vw;
  height: 9.6vw;
  margin-top: 30px;
  text-decoration: none;
  background: #000;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.btn-copy:hover {
  opacity: .9;
  color: #7daeb1;
}

.btn-copy:before {
  left: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Copied!";
}

.btn-copy-text {
  display: inline-block;
  -webkit-transition: all .3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .3s;
}

.btn-copy-active {
  background: #eb4b5c;
  color: #000;
}

.btn-copy-active:before {
  left: 0;
}

.btn-copy-active .btn-copy-text {
  -webkit-transform: translateX(350%);
  -moz-transform: translateX(350%);
  -ms-transform: translateX(350%);
  transform: translateX(350%);
}

.loader {
  color: #fff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
}

.section-lead-title {
  font-size: 3.2rem;
  line-height: 2.9375;
  letter-spacing: .068em;
}

.section-lead-text {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: .005em;
}

.section-main-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0;
}

.header .header__humberger {
  position: absolute;
  top: 5%;
  right: 3%;
  flex-direction: column;
  width: 55px;
  height: 55px;
}

.header .header__humberger:after, .header .header__humberger:before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  transition: .6s;
  z-index: 900;
}

.header .header__humberger:before {
  margin-bottom: 10px;
  background-color: #fff;
}

.is-navi-open .header .header__humberger:before {
  transform: rotate(45deg);
  background: #fff;
  margin-bottom: 0;
  position: fixed;
}

.header .header__humberger:after {
  margin-top: 10px;
}

.is-navi-open .header .header__humberger:after {
  transform: rotate(-45deg);
  margin-top: -1px;
  background: #fff;
  position: fixed;
}

.header .header__humberger__inner {
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
}

.is-navi-open .header .header__humberger__inner {
  display: none;
}

.header .header__menu {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 45px;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000, rgba(0, 0, 0, .5));
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  transform: translateX(0);
  transition: .4s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body:not(.is-navi-open) .header .header__menu {
  transform: translateX(300%);
  transition: .6s;
}

.header .header__menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #000;
}

.header .header__menu__box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.header .header__menu__link {
  cursor: pointer;
  pointer-events: auto;
}

.header .header__menu__link a {
  padding: 20px;
}

.header .header__menu__link a:hover {
  color: #eb4b5c;
}

.header .header__menu__link span {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.header .header__menu__link span:hover {
  color: #eb4b5c;
}

.header .header__menu__link img {
  width: 100px;
  height: 100px;
}

.footer {
  width: 100%;
  background: #525252;
  z-index: 100;
  color: #fff;
}

.footer__wrap {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .only-tab {
    display: none!important;
  }
  .content-inner {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
  }
  .btn-white-small {
    width: 160px;
    height: 36px;
  }
  .top-hero__img-wrap:after {
    width: 562px;
    height: calc(100% + 84px)
  }
  .top-hero__img {
    width: calc(50% + 216px);
    height: 940px;
    object-fit: cover;
  }
  .top-hero__img-logo {
    top: 4%;
  }
  .top_hero__text-wrap {
    top: 50%;
    right: 50%;
    transform: translate(100%, -50%);
  }
  .top_hero__lead-text {
    font-size: 2rem;
    line-height: 1.25;
    padding-bottom: 10px;
  }
  .top_hero__title {
    font-size: 5.6rem;
    line-height: .94643;
  }
  .copy-box {
    width: 415px;
    height: 400px;
    padding: 45px;
  }
  .btn-copy {
    width: 160px;
    height: 36px;
  }
}

@media (min-width:1025px) {
  body {
    min-width: 1032px;
    line-height: 1.87;
  }
  .only-sp {
    display: none!important
  }
  .main {
    margin-top: 80px;
  }
  .content-inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
  }
  .btn-white-small {
    width: 160px;
    height: 36px;
    transition: .6s;
    cursor: pointer;
  }
  .btn-white-small:hover {
    opacity: .7;
  }
  .top_hero .content-inner {
    max-width: 1440px;
  }
  .top-hero__img-wrap:after {
    width: calc(100% - 660px);
    height: calc(100% + 100px);
  }
  .top-hero__img {
    height: 640px;
    width: 1100px;
  }
  .top_hero__text-wrap {
    top: 50%;
    right: 50%;
    transform: translate(150%, -50%)
  }
  .top_hero__lead-text {
    font-size: 1.6rem;
    line-height: 1.25;
    padding-bottom: 10px;
  }
  .top_hero__title {
    font-size: 7.2rem;
    line-height: 1.19444;
  }
  .copy-box {
    width: 500px;
    height: 400px;
    padding: 35px;
  }
  .btn-copy {
    width: 160px;
    height: 36px
  }
  .header .header__menu {
    width: 36.11%;
    transform: translateX(178%);
  }
}

@media (max-width:767px) {
  html {
    font-size: calc(1000vw / 375);
  }
  input, select, textarea {
    font-size: 1.6rem;
  }
  .only-wide {
    display: none!important
  }
  .top-hero__img-logo {
    width: 26.66667vw;
    height: 9.06667vw;
    top: 4%;
  }
  .mv-scroll {
    display: none;
  }
  .copy-text__note {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .copy-text {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .btn-copy {
    margin-top: 8vw
  }
  .section-lead-title {
    font-size: 2.8rem;
    line-height: 3.35714;
    letter-spacing: .068em;
  }
  .section-lead-text {
    letter-spacing: 0;
  }
  .section-main-text {
    font-size: 1.4rem;
    line-height: 1.78571;
    letter-spacing: 0;
  }
  .header .header__menu:after {
    width: 400px;
    height: 400px;
  }
  .footer__wrap {
    height: 13.33333vw;
  }
}

@keyframes mv-scroll {
  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%;
  }
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em;
  }
}

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em;
  }
}
