/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #000;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
    -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  color: #333;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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

img {
  border: 0;
  margin: 0;
  max-width: 100%;
}

figure {
  margin: 0;
}

.op-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f9ff;
  width: 100%;
  height: 100%;
}

.c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.c-loader-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  pointer-events: none;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .c-loader-logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
.c-loader-logo .c-logo img {
  display: block;
  width: 72px;
  height: 35px;
  margin-right: 25px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (min-width: 768px) {
  .c-loader-logo .c-logo img {
    width: 114px;
    height: 70px;
    margin-right: 75px;
  }
}
.c-loader-logo span img {
  display: block;
  height: 40px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  /*background-color: #fff;*/
  margin: 0 0px;
}
@media screen and (min-width: 768px) {
  .c-loader-logo span img {
    -webkit-transform: scale(3);
            transform: scale(3);
    margin: 0 12px;
  }
}
.c-loader-logo .c-txt1 img {
  width: 24px;
}
.c-loader-logo .c-txt2 img {
  width: 39px;
}
.c-loader-logo .c-txt3 {
  margin-right: 10px;
}
.c-loader-logo .c-txt4 img {
  width: 31px;
}
.c-loader-logo .c-txt5 img {
  width: 27px;
}
.c-loader-logo .c-txt6 img {
  width: 33px;
  position: relative;
  left: -6px;
}
@media screen and (min-width: 768px) {
  .c-loader-logo .c-txt6 img {
    margin-left: 8px;
    left: 0px;
  }
}
.c-loader-logo .c-txt7 img {
  width: 28px;
  position: relative;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .c-loader-logo .c-txt7 img {
    left: 0px;
  }
}
.c-loader-logo .c-txt8 img {
  width: 25px;
}

.c-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  max-width: 1440px;
}
@media screen and (orientation: portrait) {
  .c-intro {
    padding: 0px 15px;
  }
}
@media screen and (orientation: portrait) {
  .c-intro_inner {
    aspect-ratio: 1/2.2;
    height: 85vh;
    max-width: 400px;
    margin: auto;
  }
}
.c-intro_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.c-intro_img figure {
  padding: 5px 5px;
  width: 25%;
  line-height: 0;
}
@media screen and (orientation: portrait) {
  .c-intro_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -3px;
  }
  .c-intro_img figure {
    padding: 3px 3px;
    width: 50%;
  }
}
.c-intro_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em 10%;
}
.c-intro_txt img {
  padding: 0 0.5em;
}
@media screen and (orientation: portrait) {
  .c-intro_txt {
    display: block;
    padding: 0.5em 0;
  }
  .c-intro_txt figure {
    margin: 0 auto;
  }
  .c-intro_txt .txt_1 {
    width: 80%;
  }
  .c-intro_txt .txt_2 {
    width: 100%;
  }
  .c-intro_txt img {
    padding: 0 0;
  }
}

.c-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 2em;
}
@media screen and (min-width: 768px) {
  .c-mv {
    padding: 0 3em;
  }
}
@media screen and (min-width: 1200px) {
  .c-mv {
    padding: 0 4em;
  }
}
.c-mv_1 {
  background-image: url(../assets/images/scene_1_bg.webp);
  z-index: 5;
}
.c-mv_2 {
  background-image: url(../assets/images/scene_2_bg.webp);
  z-index: 4;
}
.c-mv_3 {
  background-image: url(../assets/images/scene_3_bg.webp);
  z-index: 3;
}

.c-mv-inner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (orientation: portrait) {
  .c-mv-inner {
    max-width: 800px;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-mv-inner {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .js-scene_1 .c-mv-inner {
    min-height: 640px;
  }
  .js-scene_2 .c-mv-inner {
    min-height: 800px;
  }
}
.c-mv_2 .c-mv-inner {
  top: 10%;
}
@media screen and (min-width: 768px) {
  .c-mv_3 .c-mv-inner {
    max-width: 80%;
  }
}
@media screen and (min-width: 480px) and (orientation: landscape) {
  .c-mv_3 .c-mv-inner {
    margin-left: 35%;
    width: 60%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-mv_3 .c-mv-inner {
    margin-left: 40%;
    width: 52%;
    max-width: 800px;
  }
}

button.c-skip {
  margin-top: 15px;
  margin-right: 15px;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  padding: 0.5em 1em 0.4375em;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 9999px;
  background-color: var(--color-theme);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  button.c-skip {
    font-size: 1.5em;
  }
}
button.c-skip:hover {
  background-color: #666;
}

.op-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.c-mv_1_ob {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  max-height: 50%;
}
@media screen and (min-width: 480px) {
  .c-mv_1_ob {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: auto;
    right: 0;
    width: 100%;
    max-width: 480px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-mv_1_ob {
    width: 80%;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  .c-mv_1_ob {
    width: 50%;
    max-height: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 992px) {
  .c-mv_1_ob {
    width: 55%;
    max-width: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 1200px) {
  .c-mv_1_ob {
    max-width: 900px;
    width: 60%;
  }
}
@media screen and (orientation: landscape) and (min-width: 1440px) {
  .c-mv_1_ob {
    max-width: 1024px;
  }
}
.c-mv_1_copy_1 {
  margin-top: 15vh;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .c-mv_1_copy_1 {
    margin-top: 8vh;
    max-width: 540px;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  .c-mv_1_copy_1 {
    width: 60%;
    max-height: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) {
  .c-mv_1_copy_1 {
    padding-top: 0;
    max-width: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .c-mv_1_copy_1 {
    padding-top: 0;
    width: 50%;
    max-width: 672px;
  }
}
@media screen and (min-width: 1440px) {
  .c-mv_1_copy_1 {
    max-width: 720px;
  }
}
.c-mv_1_copy_1 .read_1 {
  padding-top: 2em;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .c-mv_1_copy_1 .read_1 {
    padding-top: 3em;
  }
}
.c-mv_1_copy_2 {
  position: absolute;
  bottom: 8%;
  width: 100%;
  right: 0;
  max-width: 320px;
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  .c-mv_1_copy_2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .c-mv_1_copy_2 {
    width: 48%;
    max-width: none;
  }
}
.c-mv_2_ob {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-height: 50%;
}
@media screen and (min-width: 480px) {
  .c-mv_2_ob {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: auto;
    right: 0;
    width: 70%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-mv_2_ob {
    width: 60%;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  .c-mv_2_ob {
    width: 30%;
    max-height: none;
    right: -2%;
  }
}
@media screen and (orientation: landscape) and (min-width: 992px) {
  .c-mv_2_ob {
    width: 35%;
  }
}
@media screen and (orientation: landscape) and (min-width: 1200px) {
  .c-mv_2_ob {
    max-width: 600px;
  }
}
@media screen and (orientation: landscape) and (min-width: 1440px) {
  .c-mv_2_ob {
    max-width: 804x;
  }
}
.c-mv_2_copy_1 {
  position: relative;
  z-index: 10;
  max-width: 1280px;
}
.c-mv_2_copy_1 .read_1 {
  max-width: 600px;
}
.c-mv_2_copy_1 .read_2 {
  margin: 0.75em 0;
  width: 70%;
  max-width: 400px;
}
@media screen and (min-width: 480px) {
  .c-mv_2_copy_1 .read_2 {
    margin: 1em 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-mv_2_copy_1 {
    max-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .c-mv_2_copy_1 .read_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    max-width: none;
  }
  .c-mv_2_copy_1 .read_2 {
    position: absolute;
    top: 0;
    left: 65%;
    width: 30%;
    max-width: none;
    margin: 0;
  }
}
.c-mv_2_feat {
  width: 100%;
}
@media screen and (orientation: landscape) {
  .c-mv_2_feat {
    max-width: 70%;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) {
  .c-mv_2_feat {
    width: 75%;
    max-width: none;
  }
}
@media screen and (orientation: landscape) and (min-width: 992px) {
  .c-mv_2_feat {
    width: 67.5%;
  }
}
@media screen and (min-width: 992px) {
  .c-mv_2_feat {
    margin-top: 7em;
  }
}
@media screen and (min-width: 1440px) {
  .c-mv_2_feat {
    margin-top: 8em;
  }
}
@media screen and (min-width: 1600px) {
  .c-mv_2_feat {
    width: 70%;
    max-width: 1200px;
  }
}
.c-mv_2_feat figure {
  padding-top: 2%;
}
.c-mv_3_ob {
  position: absolute;
  bottom: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  max-height: 50%;
}
@media screen and (min-width: 480px) {
  .c-mv_3_ob {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: auto;
    left: 3%;
    width: 65%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-mv_3_ob {
    width: 55%;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  .c-mv_3_ob {
    width: 30%;
    max-height: none;
    right: -2%;
  }
}
@media screen and (orientation: landscape) and (min-width: 992px) {
  .c-mv_3_ob {
    width: 35%;
  }
}
@media screen and (orientation: landscape) and (min-width: 1200px) {
  .c-mv_3_ob {
    max-width: 600px;
  }
}
@media screen and (orientation: landscape) and (min-width: 1440px) {
  .c-mv_3_ob {
    max-width: 804x;
  }
}
.c-mv_3_copy_1 {
  margin-top: 15vh;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .c-mv_3_copy_1 {
    margin-top: 9vh;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) {
  .c-mv_3_copy_1 {
    margin-top: 12vh;
  }
}
@media screen and (orientation: landscape) and (min-width: 1200px) {
  .c-mv_3_copy_1 {
    margin-top: 9vh;
  }
}
.c-mv_3_apply {
  position: relative;
  display: inline-block;
  background-color: #ef7d0a;
  width: 80%;
  padding: 0.5em 1em;
  margin-left: 20%;
  margin-top: -10%;
  border-radius: 0.75em;
  line-height: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (min-width: 480px) {
  .c-mv_3_apply {
    margin-top: -10%;
    padding: 0.75em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-mv_3_apply {
    margin-top: -10%;
    padding: 1em 2em;
  }
}
@media screen and (min-width: 1440px) {
  .c-mv_3_apply {
    margin-top: -8.5%;
  }
}
.c-mv_3_apply:hover {
  background: #78ac4f;
}
.c-mv_3_apply img {
  line-height: 0;
}

/*************************************************************/