@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Teko&display=swap");
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 62.5%;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.85px;
  letter-spacing: .085rem;
}

a {
  color: #fff;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ' . ';
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  background-color: transparent;
  min-height: 1.5em;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=' tel '] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

.is-narrow {
  display: none !important;
}

.is-narrow-inline {
  display: none !important;
}

img {
  display: block;
  vertical-align: middle;
  width: 100% !important;
  height: auto !important;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

/* ====================
Layout
 ==================== */
.l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 100%;
}

.l-wrap__loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 5;
  width: 50%;
  pointer-events: none;
}

.is-load .l-wrap__loader {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
  width: 100vw;
  max-width: 177.891vh;
  height: 100vh;
  max-height: 56.214vw;
  overflow: hidden;
}

.is-load .l-wrap__container {
  opacity: 1 !important;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-port {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url("../img/bg_enter.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-port__inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0.03deg);
  transform: translate(-50%, -50%) rotate(0.03deg);
  width: 80%;
}

.p-port__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 13px;
  text-align: center;
}

.p-port__img {
  position: relative;
  margin: 20px auto 0;
  width: 30%;
  max-width: 160px;
  text-align: center;
}

.p-port__note {
  position: relative;
  margin: 26px auto 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  text-align: center;
}

.p-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.p-loading__bar {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-right: 40px;
  background: rgba(255, 174, 0, 0.5);
  min-width: 0;
  height: 2px;
}

.p-loading__bar-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffae00;
  width: 0;
  height: 100%;
}

.p-loading__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5eb9e7;
  font-size: 62px;
  font-size: 4.429vw;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-loading__text {
  font-size: 7.878vh;
}

.p-foot {
  display: block;
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  width: 100%;
}

.p-foot__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-foot__info {
  display: block;
  position: relative;
  margin-right: 1%;
}

.p-foot__info-text {
  display: block;
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-size: 0.786vw;
  text-decoration: underline;
}

.is-window-wide .p-foot__info-text {
  font-size: 1.398vh;
}

.p-foot__copy {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-size: 0.714vw;
}

.is-window-wide .p-foot__copy {
  font-size: 1.271vh;
}

.l-footer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.is-footer-open .l-footer {
  opacity: 1;
  pointer-events: auto;
}

.l-footer__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  width: 55.714%;
}

.l-footer__legal {
  position: relative;
  margin: 3% auto 0;
  width: 100%;
  font-size: 11px;
  font-size: 0.786vw;
  text-align: center;
}

.is-window-wide .l-footer__legal {
  font-size: 1.398vh;
}

.l-footer__close {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.l-footer__close-text {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 27px;
  font-size: 1.929vw;
  line-height: 1;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .l-footer__close-text {
  font-size: 3.431vh;
}

.l-footer__close-text::-moz-selection {
  background: none;
}

.l-footer__close-text::selection {
  background: none;
}

.l-footer__close-text:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.l-footer__close-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
}

.l-footer__close-text::before {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  -webkit-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
  background: url("../img/arrow.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 28px;
  content: "";
}

.l-footer__logo {
  margin: 0 auto 7%;
  width: 40%;
  max-width: 288px;
}

.l-footer_bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-footer_bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer_bnr__list-item {
  margin: 0 3.5% 4% 0;
  width: 31%;
}

.l-footer_bnr__list-item:nth-child(3n), .l-footer_bnr__list-item:last-child {
  margin-right: 0;
}

.l-footer_bnr__list-item:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.l-footer_share {
  position: relative;
  margin: 1.8% auto 0;
  width: 100%;
}

.l-footer_share__cap {
  position: relative;
  margin: 0 auto 3.4%;
  width: 100%;
  font-size: 18px;
  font-size: 1.286vw;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.is-window-wide .l-footer_share__cap {
  font-size: 2.287vh;
}

.l-footer_share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.l-footer_share__list-item {
  width: 28px;
}

.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 5%;
}

.l-footer_share__list-item:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.l-footer_link {
  position: relative;
  margin: 5.8% auto 0;
  width: 100%;
}

.l-footer_link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.l-footer_link__list-item {
  display: block;
  position: relative;
}

.l-footer_link__list-item:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.l-footer_link__list-item + .l-footer_link__list-item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-left: 1px solid #fff;
  width: 1px;
  height: 90%;
  content: "";
}

.l-footer_link__text {
  display: block;
  position: relative;
  padding: 0 10px;
  font-size: 13px;
  font-size: 0.929vw;
}

.is-window-wide .l-footer_link__text {
  font-size: 1.652vh;
}

/* ====================
Project
 ==================== */
.p-enter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#101a22), to(#000));
  background: linear-gradient(to top, #101a22 0%, #000 100%);
  width: 100%;
  height: 100%;
}

.p-enter__bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-enter .p-enter__bg {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 1s cubic-bezier(0.87, 0, 0.13, 1);
}

.is-home .p-enter__bg {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 1.2s cubic-bezier(0.87, 0, 0.13, 1);
}

.p-enter__bg-movie {
  position: relative;
  width: 100%;
}

.p-enter__bg-movie video {
  position: relative;
  width: 100%;
}

.p-enter__container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-enter .p-enter__container {
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: opacity linear 1s, -webkit-filter 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity linear 1s, -webkit-filter 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: filter 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity linear 1s;
  transition: filter 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity linear 1s, -webkit-filter 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

.p-enter__cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(10, 62, 111, 0.05);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-enter__cover-visor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/head.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}

.p-enter__inner {
  position: relative;
  margin: 0 auto;
  padding-top: 6.071%;
  width: 71.429%;
}

.p-enter_pc {
  position: relative;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}

.is-load .p-enter_pc {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: filter 1.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: filter 1.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 1.6s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: auto;
}

.p-enter_pc__base {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-enter_pc__inner {
  display: block;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#151515), to(#000));
  background: linear-gradient(to top, #151515 0%, #000 100%);
  width: calc(100% - 60px);
}

.p-enter_pc__inner-in {
  position: relative;
  margin: 0 auto;
  padding-top: 57.566%;
  width: 100%;
}

.p-enter_pc__brand {
  position: absolute;
  top: 21%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 27%;
}

.p-enter_pc__title {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
}

.p-enter_pc__btn {
  position: absolute;
  top: 76%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 18%;
}

.p-enter_pc__btn:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.p-enter_pc__btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
}

.p-enter_pc__btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: "";
}

.p-home {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-home .p-home {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: opacity 1.2s cubic-bezier(0.45, 0, 0.55, 1);
  pointer-events: auto;
}

.p-home__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_enter.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-home__bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  background: red;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-error .p-home__bg::after {
  opacity: 1;
}

@supports (mix-blend-mode: overlay) {
  .p-home__bg::after {
    mix-blend-mode: overlay;
    content: "";
  }
}

.p-home__container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home__cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(10, 62, 111, 0.05);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-home__cover-visor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/head.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}

.p-home__inner {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42.143%;
  min-width: 380px;
}

.p-home_win {
  position: relative;
  width: 100%;
}

.p-home_win__base {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-home_win__container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home_win__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-home_intro {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  width: 100%;
  height: 100%;
}

.is-home-next .p-home_intro {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: none;
}

.p-home_intro__description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0.03deg);
  transform: translate(-50%, -50%) rotate(0.03deg);
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.071vw;
  line-height: 2.3;
  letter-spacing: 0;
  text-align: center;
}

.is-window-wide .p-home_intro__description {
  font-size: 1.906vh;
}

.p-home_intro__description-word {
  display: inline-block;
  opacity: 0;
}

.is-home .p-home_intro__description-word {
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.is-home .p-home_intro__description-word:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-home .p-home_intro__description-word:nth-child(2) {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}

.is-home .p-home_intro__description-word:nth-child(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-home .p-home_intro__description-word:nth-child(4) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.is-home .p-home_intro__description-word:nth-child(5) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-home .p-home_intro__description-word:nth-child(6) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

.is-home .p-home_intro__description-word:nth-child(7) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-home .p-home_intro__description-word:nth-child(8) {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.is-home .p-home_intro__description-word:nth-child(9) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-home .p-home_intro__description-word:nth-child(10) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.is-home .p-home_intro__description-word:nth-child(11) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-home .p-home_intro__description-word:nth-child(12) {
  -webkit-transition-delay: 0.275s;
  transition-delay: 0.275s;
}

.is-home .p-home_intro__description-word:nth-child(13) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-home .p-home_intro__description-word:nth-child(14) {
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}

.is-home .p-home_intro__description-word:nth-child(15) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-home .p-home_intro__description-word:nth-child(16) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

.is-home .p-home_intro__description-word:nth-child(17) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-home .p-home_intro__description-word:nth-child(18) {
  -webkit-transition-delay: 0.425s;
  transition-delay: 0.425s;
}

.is-home .p-home_intro__description-word:nth-child(19) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-home .p-home_intro__description-word:nth-child(20) {
  -webkit-transition-delay: 0.475s;
  transition-delay: 0.475s;
}

.is-home .p-home_intro__description-word:nth-child(21) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-home .p-home_intro__description-word:nth-child(22) {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.is-home .p-home_intro__description-word:nth-child(23) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-home .p-home_intro__description-word:nth-child(24) {
  -webkit-transition-delay: 0.575s;
  transition-delay: 0.575s;
}

.is-home .p-home_intro__description-word:nth-child(25) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-home .p-home_intro__description-word:nth-child(26) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}

.is-home .p-home_intro__description-word:nth-child(27) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-home .p-home_intro__description-word:nth-child(28) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}

.is-home .p-home_intro__description-word:nth-child(29) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-home .p-home_intro__description-word:nth-child(30) {
  -webkit-transition-delay: 0.725s;
  transition-delay: 0.725s;
}

.is-home .p-home_intro__description-word:nth-child(31) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-home .p-home_intro__description-word:nth-child(32) {
  -webkit-transition-delay: 0.775s;
  transition-delay: 0.775s;
}

.is-home .p-home_intro__description-word:nth-child(33) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-home .p-home_intro__description-word:nth-child(34) {
  -webkit-transition-delay: 0.825s;
  transition-delay: 0.825s;
}

.is-home .p-home_intro__description-word:nth-child(35) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-home .p-home_intro__description-word:nth-child(36) {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}

.is-home .p-home_intro__description-word:nth-child(37) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-home .p-home_intro__description-word:nth-child(38) {
  -webkit-transition-delay: 0.925s;
  transition-delay: 0.925s;
}

.is-home .p-home_intro__description-word:nth-child(39) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-home .p-home_intro__description-word:nth-child(40) {
  -webkit-transition-delay: 0.975s;
  transition-delay: 0.975s;
}

.is-home .p-home_intro__description-word:nth-child(41) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-home .p-home_intro__description-word:nth-child(42) {
  -webkit-transition-delay: 1.025s;
  transition-delay: 1.025s;
}

.is-home .p-home_intro__description-word:nth-child(43) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-home .p-home_intro__description-word:nth-child(44) {
  -webkit-transition-delay: 1.075s;
  transition-delay: 1.075s;
}

.is-home .p-home_intro__description-word:nth-child(45) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-home .p-home_intro__description-word:nth-child(46) {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}

.is-home .p-home_intro__description-word:nth-child(47) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-home .p-home_intro__description-word:nth-child(48) {
  -webkit-transition-delay: 1.175s;
  transition-delay: 1.175s;
}

.is-home .p-home_intro__description-word:nth-child(49) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-home .p-home_intro__description-word:nth-child(50) {
  -webkit-transition-delay: 1.225s;
  transition-delay: 1.225s;
}

.is-home .p-home_intro__description-word:nth-child(51) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-home .p-home_intro__description-word:nth-child(52) {
  -webkit-transition-delay: 1.275s;
  transition-delay: 1.275s;
}

.is-home .p-home_intro__description-word:nth-child(53) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-home .p-home_intro__description-word:nth-child(54) {
  -webkit-transition-delay: 1.325s;
  transition-delay: 1.325s;
}

.is-home .p-home_intro__description-word:nth-child(55) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-home .p-home_intro__description-word:nth-child(56) {
  -webkit-transition-delay: 1.375s;
  transition-delay: 1.375s;
}

.is-home .p-home_intro__description-word:nth-child(57) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-home .p-home_intro__description-word:nth-child(58) {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}

.is-home .p-home_intro__description-word:nth-child(59) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-home .p-home_intro__description-word:nth-child(60) {
  -webkit-transition-delay: 1.475s;
  transition-delay: 1.475s;
}

.is-home .p-home_intro__description-word:nth-child(61) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-home .p-home_intro__description-word:nth-child(62) {
  -webkit-transition-delay: 1.525s;
  transition-delay: 1.525s;
}

.is-home .p-home_intro__description-word:nth-child(63) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-home .p-home_intro__description-word:nth-child(64) {
  -webkit-transition-delay: 1.575s;
  transition-delay: 1.575s;
}

.is-home .p-home_intro__description-word:nth-child(65) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-home .p-home_intro__description-word:nth-child(66) {
  -webkit-transition-delay: 1.625s;
  transition-delay: 1.625s;
}

.is-home .p-home_intro__description-word:nth-child(67) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-home .p-home_intro__description-word:nth-child(68) {
  -webkit-transition-delay: 1.675s;
  transition-delay: 1.675s;
}

.is-home .p-home_intro__description-word:nth-child(69) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-home .p-home_intro__description-word:nth-child(70) {
  -webkit-transition-delay: 1.725s;
  transition-delay: 1.725s;
}

.is-home .p-home_intro__description-word:nth-child(71) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-home .p-home_intro__description-word:nth-child(72) {
  -webkit-transition-delay: 1.775s;
  transition-delay: 1.775s;
}

.is-home .p-home_intro__description-word:nth-child(73) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-home .p-home_intro__description-word:nth-child(74) {
  -webkit-transition-delay: 1.825s;
  transition-delay: 1.825s;
}

.is-home .p-home_intro__description-word:nth-child(75) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-home .p-home_intro__description-word:nth-child(76) {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}

.is-home .p-home_intro__description-word:nth-child(77) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-home .p-home_intro__description-word:nth-child(78) {
  -webkit-transition-delay: 1.925s;
  transition-delay: 1.925s;
}

.is-home .p-home_intro__description-word:nth-child(79) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-home .p-home_intro__description-word:nth-child(80) {
  -webkit-transition-delay: 1.975s;
  transition-delay: 1.975s;
}

.is-home .p-home_intro__description-word:nth-child(81) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-home .p-home_intro__description-word:nth-child(82) {
  -webkit-transition-delay: 2.025s;
  transition-delay: 2.025s;
}

.is-home .p-home_intro__description-word:nth-child(83) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-home .p-home_intro__description-word:nth-child(84) {
  -webkit-transition-delay: 2.075s;
  transition-delay: 2.075s;
}

.is-home .p-home_intro__description-word:nth-child(85) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-home .p-home_intro__description-word:nth-child(86) {
  -webkit-transition-delay: 2.125s;
  transition-delay: 2.125s;
}

.is-home .p-home_intro__description-word:nth-child(87) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-home .p-home_intro__description-word:nth-child(88) {
  -webkit-transition-delay: 2.175s;
  transition-delay: 2.175s;
}

.is-home .p-home_intro__description-word:nth-child(89) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-home .p-home_intro__description-word:nth-child(90) {
  -webkit-transition-delay: 2.225s;
  transition-delay: 2.225s;
}

.is-home .p-home_intro__description-word:nth-child(91) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-home .p-home_intro__description-word:nth-child(92) {
  -webkit-transition-delay: 2.275s;
  transition-delay: 2.275s;
}

.is-home .p-home_intro__description-word:nth-child(93) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-home .p-home_intro__description-word:nth-child(94) {
  -webkit-transition-delay: 2.325s;
  transition-delay: 2.325s;
}

.is-home .p-home_intro__description-word:nth-child(95) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-home .p-home_intro__description-word:nth-child(96) {
  -webkit-transition-delay: 2.375s;
  transition-delay: 2.375s;
}

.is-home .p-home_intro__description-word:nth-child(97) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-home .p-home_intro__description-word:nth-child(98) {
  -webkit-transition-delay: 2.425s;
  transition-delay: 2.425s;
}

.is-home .p-home_intro__description-word:nth-child(99) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-home .p-home_intro__description-word:nth-child(100) {
  -webkit-transition-delay: 2.475s;
  transition-delay: 2.475s;
}

.is-home .p-home_intro__description-word:nth-child(101) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-home .p-home_intro__description-word:nth-child(102) {
  -webkit-transition-delay: 2.525s;
  transition-delay: 2.525s;
}

.is-home .p-home_intro__description-word:nth-child(103) {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.is-home .p-home_intro__description-word:nth-child(104) {
  -webkit-transition-delay: 2.575s;
  transition-delay: 2.575s;
}

.is-home .p-home_intro__description-word:nth-child(105) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.is-home .p-home_intro__description-word:nth-child(106) {
  -webkit-transition-delay: 2.625s;
  transition-delay: 2.625s;
}

.is-home .p-home_intro__description-word:nth-child(107) {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.is-home .p-home_intro__description-word:nth-child(108) {
  -webkit-transition-delay: 2.675s;
  transition-delay: 2.675s;
}

.is-home .p-home_intro__description-word:nth-child(109) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-home .p-home_intro__description-word:nth-child(110) {
  -webkit-transition-delay: 2.725s;
  transition-delay: 2.725s;
}

.is-home .p-home_intro__description-word:nth-child(111) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.is-home .p-home_intro__description-word:nth-child(112) {
  -webkit-transition-delay: 2.775s;
  transition-delay: 2.775s;
}

.is-home .p-home_intro__description-word:nth-child(113) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.is-home .p-home_intro__description-word:nth-child(114) {
  -webkit-transition-delay: 2.825s;
  transition-delay: 2.825s;
}

.is-home .p-home_intro__description-word:nth-child(115) {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.is-home .p-home_intro__description-word:nth-child(116) {
  -webkit-transition-delay: 2.875s;
  transition-delay: 2.875s;
}

.is-home .p-home_intro__description-word:nth-child(117) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.is-home .p-home_intro__description-word:nth-child(118) {
  -webkit-transition-delay: 2.925s;
  transition-delay: 2.925s;
}

.is-home .p-home_intro__description-word:nth-child(119) {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.is-home .p-home_intro__description-word:nth-child(120) {
  -webkit-transition-delay: 2.975s;
  transition-delay: 2.975s;
}

.is-home .p-home_intro__description-word:nth-child(121) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.is-home .p-home_intro__description-word:nth-child(122) {
  -webkit-transition-delay: 3.025s;
  transition-delay: 3.025s;
}

.is-home .p-home_intro__description-word:nth-child(123) {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.is-home .p-home_intro__description-word:nth-child(124) {
  -webkit-transition-delay: 3.075s;
  transition-delay: 3.075s;
}

.is-home .p-home_intro__description-word:nth-child(125) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.is-home .p-home_intro__description-word:nth-child(126) {
  -webkit-transition-delay: 3.125s;
  transition-delay: 3.125s;
}

.is-home .p-home_intro__description-word:nth-child(127) {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.is-home .p-home_intro__description-word:nth-child(128) {
  -webkit-transition-delay: 3.175s;
  transition-delay: 3.175s;
}

.is-home .p-home_intro__description-word:nth-child(129) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.is-home .p-home_intro__description-word:nth-child(130) {
  -webkit-transition-delay: 3.225s;
  transition-delay: 3.225s;
}

.is-home .p-home_intro__description-word:nth-child(131) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.is-home .p-home_intro__description-word:nth-child(132) {
  -webkit-transition-delay: 3.275s;
  transition-delay: 3.275s;
}

.is-home .p-home_intro__description-word:nth-child(133) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.is-home .p-home_intro__description-word:nth-child(134) {
  -webkit-transition-delay: 3.325s;
  transition-delay: 3.325s;
}

.is-home .p-home_intro__description-word:nth-child(135) {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.is-home .p-home_intro__description-word:nth-child(136) {
  -webkit-transition-delay: 3.375s;
  transition-delay: 3.375s;
}

.is-home .p-home_intro__description-word:nth-child(137) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.is-home .p-home_intro__description-word:nth-child(138) {
  -webkit-transition-delay: 3.425s;
  transition-delay: 3.425s;
}

.is-home .p-home_intro__description-word:nth-child(139) {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.is-home .p-home_intro__description-word:nth-child(140) {
  -webkit-transition-delay: 3.475s;
  transition-delay: 3.475s;
}

.is-home .p-home_intro__description-word:nth-child(141) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.is-home .p-home_intro__description-word:nth-child(142) {
  -webkit-transition-delay: 3.525s;
  transition-delay: 3.525s;
}

.is-home .p-home_intro__description-word:nth-child(143) {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.is-home .p-home_intro__description-word:nth-child(144) {
  -webkit-transition-delay: 3.575s;
  transition-delay: 3.575s;
}

.is-home .p-home_intro__description-word:nth-child(145) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.is-home .p-home_intro__description-word:nth-child(146) {
  -webkit-transition-delay: 3.625s;
  transition-delay: 3.625s;
}

.is-home .p-home_intro__description-word:nth-child(147) {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.is-home .p-home_intro__description-word:nth-child(148) {
  -webkit-transition-delay: 3.675s;
  transition-delay: 3.675s;
}

.is-home .p-home_intro__description-word:nth-child(149) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.is-home .p-home_intro__description-word:nth-child(150) {
  -webkit-transition-delay: 3.725s;
  transition-delay: 3.725s;
}

.p-home_intro__btn {
  position: absolute;
  right: 8%;
  bottom: 7%;
  opacity: 0;
}

.is-home .p-home_intro__btn {
  -webkit-animation: flash .15s linear 1s 5 forwards;
  animation: flash .15s linear 1s 5 forwards;
}

.p-home_intro__btn-text {
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  font-size: 27px;
  font-size: 1.929vw;
  line-height: 1;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-home_intro__btn-text {
  font-size: 3.431vh;
}

.p-home_intro__btn-text::-moz-selection {
  background: none;
}

.p-home_intro__btn-text::selection {
  background: none;
}

.p-home_intro__btn-text:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.p-home_intro__btn-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
}

.p-home_intro__btn-text::before {
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
  background: url("../img/arrow.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 28px;
  content: "";
}

.p-home_form {
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  padding-bottom: 8%;
  width: 80%;
  pointer-events: none;
}

.is-home-next .p-home_form {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  pointer-events: auto;
}

.p-home_form__header {
  position: relative;
  margin: 0 auto 1.6%;
  width: 100%;
}

.p-home_form__title {
  display: block;
  position: relative;
  font-size: 28px;
  font-size: 2vw;
  line-height: 1;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.is-window-wide .p-home_form__title {
  font-size: 3.558vh;
}

.p-home_form__nav {
  position: absolute;
  bottom: -7%;
  opacity: 0;
}

.is-home-next .p-home_form__nav {
  -webkit-animation: flash .3s linear .75s 2 forwards;
  animation: flash .3s linear .75s 2 forwards;
}

.is-form-loading .p-home_form__nav {
  pointer-events: none;
}

.p-home_form__nav.-cancel {
  left: -2%;
}

.p-home_form__nav.-ok {
  right: -2%;
}

.p-home_form__nav-text {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.714vw;
  line-height: 1;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-home_form__nav-text {
  font-size: 3.05vh;
}

.-cancel .p-home_form__nav-text {
  padding-left: 30px;
}

.-ok .p-home_form__nav-text {
  padding-right: 30px;
}

.p-home_form__nav-text::-moz-selection {
  background: none;
}

.p-home_form__nav-text::selection {
  background: none;
}

.p-home_form__nav-text:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.p-home_form__nav-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
}

.p-home_form__nav-text::before {
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
  background: url("../img/arrow.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 28px;
  content: "";
}

.-cancel .p-home_form__nav-text::before {
  left: 0;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}

.-ok .p-home_form__nav-text::before {
  right: 0;
}

.p-home_form__loader {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  width: 7%;
}

.is-form-loading .p-home_form__loader {
  opacity: 1;
}

.p-home_form__loader-svg {
  display: block;
  position: relative;
}

.p-home_form__loader-svg svg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.p-home_form__error {
  position: absolute;
  bottom: -8%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-error .p-home_form__error {
  opacity: 1;
}

.p-home_form__error-text {
  display: block;
  position: relative;
  cursor: pointer;
  color: red;
  font-size: 24px;
  font-size: 1.714vw;
  line-height: 1;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-home_form__error-text {
  font-size: 3.05vh;
}

.p-home_form_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.p-home_form_data + .p-home_form_data {
  margin-top: 5%;
}

.p-home_form_data__cap {
  display: block;
  position: relative;
  margin-right: 3%;
  width: 26%;
  font-size: 25px;
  font-size: 1.786vw;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-home_form_data__cap {
  font-size: 3.177vh;
}

.p-home_form_data__inner {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p-home_form_data__text {
  display: block;
  position: relative;
  padding: 10px 10px 8px;
  width: 100%;
  font-size: 38px;
  font-size: 2.714vw;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-home_form_data__text {
  font-size: 4.828vh;
}

.p-home_form_data__text::before {
  display: block;
  position: absolute;
  bottom: -20%;
  left: 0;
  background: url("../img/line_popup_1.svg") no-repeat bottom left;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-home_form_data__input {
  display: block;
  position: relative;
  width: 100%;
}

.p-home_form_data__input::before {
  display: block;
  position: absolute;
  bottom: -20%;
  left: 0;
  background: url("../img/line_popup_2.svg") no-repeat bottom left;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-home_form_data__input input {
  outline: none !important;
  border: none;
  padding: 4px 10px;
  color: #fff;
  font-size: 38px;
  font-size: 2.714vw;
  line-height: .8;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-home_form_data__input input {
  font-size: 4.828vh;
}

.p-success {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-success .p-success {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: auto;
}

.p-success::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  content: "";
}

.is-success .p-success::before {
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.65, 0, 0.35, 1) 1s;
  transition: opacity 1.4s cubic-bezier(0.65, 0, 0.35, 1) 1s;
}

.p-success__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-success__bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/photo_light.png") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  content: "";
}

.p-success__bg-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 29.429%;
}

.is-success .p-success__bg-item {
  -webkit-transition: top 2s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
  transition: top 2s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
}

.p-success__bg-item.-img1 {
  width: 27.857%;
}

.is-success .p-success__bg-item.-img1 {
  top: 17.8%;
  left: 20.3%;
  -webkit-transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
  transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
}

.p-success__bg-item.-img2 {
  width: 25.429%;
}

.is-success .p-success__bg-item.-img2 {
  top: 65%;
  left: 27.3%;
  -webkit-transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
  transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
}

.p-success__bg-item.-img3 {
  width: 25.714%;
}

.is-success .p-success__bg-item.-img3 {
  top: 24%;
  left: 68.6%;
  -webkit-transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
  transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.02s, left 1.6s cubic-bezier(0.33, 1, 0.68, 1) 0.02s;
}

.p-success__bg-item.-img4 {
  width: 26.071%;
}

.is-success .p-success__bg-item.-img4 {
  top: 48%;
  left: 7%;
  -webkit-transition: top 2s cubic-bezier(0.61, 1, 0.88, 1), left 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: top 2s cubic-bezier(0.61, 1, 0.88, 1), left 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-success__bg-item.-img5 {
  width: 18.929%;
}

.is-success .p-success__bg-item.-img5 {
  top: 8.5%;
  left: 50%;
  -webkit-transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1), left 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: top 1.2s cubic-bezier(0.33, 1, 0.68, 1), left 2s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-success__bg-item.-img6 {
  width: 18.214%;
}

.is-success .p-success__bg-item.-img6 {
  top: 94.5%;
  left: 21.2%;
}

.p-success__bg-item.-img7 {
  z-index: 2;
  width: 28%;
}

.is-success .p-success__bg-item.-img7 {
  top: 91.5%;
  left: 56%;
}

.p-success__bg-item.-img8 {
  z-index: 2;
  width: 25.143%;
}

.is-success .p-success__bg-item.-img8 {
  top: 95%;
  left: 80.2%;
}

.p-success__bg-item.-img9 {
  z-index: 2;
  width: 33%;
}

.is-success .p-success__bg-item.-img9 {
  top: 26.5%;
  left: 88.9%;
  -webkit-transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1), left 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: top 1.4s cubic-bezier(0.33, 1, 0.68, 1), left 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-success__bg-item.-img10 {
  width: 28.571%;
}

.is-success .p-success__bg-item.-img10 {
  top: 73.5%;
  left: 8.9%;
  -webkit-transition: top 3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, left 3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: top 3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, left 3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.p-success__bg-item.-img11 {
  width: 37.143%;
}

.is-success .p-success__bg-item.-img11 {
  top: 55%;
  left: 77.9%;
  -webkit-transition: top 2.8s cubic-bezier(0.33, 1, 0.68, 1) 0.03s, left 2s cubic-bezier(0.33, 1, 0.68, 1) 0.03s;
  transition: top 2.8s cubic-bezier(0.33, 1, 0.68, 1) 0.03s, left 2s cubic-bezier(0.33, 1, 0.68, 1) 0.03s;
}

.p-success__bg-item.-img12 {
  width: 30%;
}

.is-success .p-success__bg-item.-img12 {
  top: 55%;
  left: 44.6%;
  -webkit-transition: top 4s cubic-bezier(0.25, 1, 0.5, 1) 0.02s, left 3s cubic-bezier(0.25, 1, 0.5, 1) 0.02s;
  transition: top 4s cubic-bezier(0.25, 1, 0.5, 1) 0.02s, left 3s cubic-bezier(0.25, 1, 0.5, 1) 0.02s;
}

.p-success__bg-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@-webkit-keyframes move-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes move-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@-webkit-keyframes move-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}

@keyframes move-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}

@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@keyframes move-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@-webkit-keyframes move-center {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  60% {
    -webkit-transform: translate(-2%, 2%);
    transform: translate(-2%, 2%);
  }
  100% {
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}

@keyframes move-center {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2%, 0);
    transform: translate(2%, 0);
  }
  60% {
    -webkit-transform: translate(-2%, 2%);
    transform: translate(-2%, 2%);
  }
  100% {
    -webkit-transform: translate(0, 5%);
    transform: translate(0, 5%);
  }
}

.is-success .-img1 .p-success__bg-img {
  -webkit-animation: move-bottom 6s linear forwards;
  animation: move-bottom 6s linear forwards;
}

.is-success .-img2 .p-success__bg-img {
  -webkit-animation: move-left 6s linear forwards;
  animation: move-left 6s linear forwards;
}

.is-success .-img3 .p-success__bg-img {
  -webkit-animation: move-left 6s linear forwards;
  animation: move-left 6s linear forwards;
}

.is-success .-img4 .p-success__bg-img {
  -webkit-animation: move-top 6s linear forwards;
  animation: move-top 6s linear forwards;
}

.is-success .-img5 .p-success__bg-img {
  -webkit-animation: move-left 6s linear forwards;
  animation: move-left 6s linear forwards;
}

.is-success .-img6 .p-success__bg-img {
  -webkit-animation: move-right 6s linear forwards;
  animation: move-right 6s linear forwards;
}

.is-success .-img7 .p-success__bg-img {
  -webkit-animation: move-top 6s linear forwards;
  animation: move-top 6s linear forwards;
}

.is-success .-img8 .p-success__bg-img {
  -webkit-animation: move-top 6s linear forwards;
  animation: move-top 6s linear forwards;
}

.is-success .-img9 .p-success__bg-img {
  -webkit-animation: move-top 6s linear forwards;
  animation: move-top 6s linear forwards;
}

.is-success .-img10 .p-success__bg-img {
  -webkit-animation: move-bottom 6s linear forwards;
  animation: move-bottom 6s linear forwards;
}

.is-success .-img11 .p-success__bg-img {
  -webkit-animation: move-right 6s linear forwards;
  animation: move-right 6s linear forwards;
}

.is-success .-img12 .p-success__bg-img {
  -webkit-animation: move-center 8s linear forwards;
  animation: move-center 8s linear forwards;
}

.p-success__container {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
}

.is-success .p-success__container {
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.65, 0, 0.35, 1) 1s;
  transition: opacity 1.4s cubic-bezier(0.65, 0, 0.35, 1) 1s;
}

.p-success__header {
  position: relative;
  margin: 0 auto -2%;
  width: 41.429%;
}

.p-success__inner {
  position: relative;
  margin: 0 auto;
  width: 46.071%;
}

.p-success_data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.p-success_data__img {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-success_data__img img {
  position: relative;
  margin: 0 auto;
  border: 2px solid #ffae00;
  width: 100%;
}

.p-success_data__img img.is-ua-pc {
  display: none;
}

.p-success_data__img img.is-ua-sp {
  display: block;
  width: 30% !important;
}

[data-ua="pc"] .p-success_data__img img.is-ua-pc {
  display: block;
}

[data-ua="pc"] .p-success_data__img img.is-ua-sp {
  display: none;
}

.p-success_data__btn {
  display: inline-block;
  position: relative;
  opacity: 0;
  margin-top: 5.4%;
}

.is-success .p-success_data__btn {
  -webkit-animation: flash .3s linear 1.75s 2 forwards;
  animation: flash .3s linear 1.75s 2 forwards;
}

.p-success_data__btn-text {
  display: block;
  position: relative;
  color: #ffae00;
  font-size: 38px;
  font-size: 2.714vw;
  font-family: 'Teko', 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.is-window-wide .p-success_data__btn-text {
  font-size: 4.828vh;
}

.p-success_data__btn-text.is-ua-pc {
  display: none;
}

.p-success_data__btn-text.is-ua-sp {
  display: block;
}

[data-ua="pc"] .p-success_data__btn-text.is-ua-pc {
  display: block;
}

[data-ua="pc"] .p-success_data__btn-text.is-ua-sp {
  display: none;
}

.p-success_data__btn-text:hover {
  -webkit-animation: flash .2s linear 2;
  animation: flash .2s linear 2;
}

.p-success_data__btn-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
}

/* ====================
COMPONENT
 ==================== */

@media screen and (max-width: 960px) and (min-width: 561px){
  html {
    font-size: 78.125%;
  }
}

@media screen and (max-width: 960px){
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-pc-inline {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp-inline {
    display: inline-block;
  }
  .pc-inline {
    display: none !important;
  }
  .l-footer__close-text {
    padding-left: 24px;
  }
  .l-footer__close-text::before {
    width: 12.6px;
    height: 19.6px;
  }
  .l-footer_share__cap {
    display: none;
  }
  .l-footer_share__list-item {
    width: 18px;
  }
}

@media screen and (min-width: 961px){
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none !important;
  }
}

@media screen and (orientation: landscape){
  .is-land {
    display: block;
  }
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait){
  .is-land {
    display: none !important;
  }
  .is-port {
    display: block;
  }
  .l-wrap {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .p-port {
    opacity: 1;
  }
}

@media screen and (min-width: 751px){
  .is-wide {
    display: block;
  }
  .is-tab {
    display: none !important;
  }
}

@media screen and (min-width: 561px){
  .is-wide {
    display: none !important;
  }
  .is-tab {
    display: block;
  }
}

@media screen and (max-width: 374px){
  .is-narrow {
    display: block !important;
  }
  .is-narrow-inline {
    display: inline-block !important;
  }
  .is-non-narrow {
    display: none !important;
  }
  .is-non-narrow-inline {
    display: none !important;
  }
}
