@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
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;
  color: inherit; }

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: monospace,monospace; }

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; }

table {
  border-color: inherit;
  text-indent: 0; }

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; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

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

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

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

legend {
  border: 0;
  color: inherit;
  display: table;
  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; }

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

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  line-height: 1.8em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: clamp(1.4rem, calc(1rem + 0.625vw), 1.6rem);
  font-weight: 700;
  color: #000;
  -webkit-text-size-adjust: 100%; }

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

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.flb_sb {
  display: flex;
  justify-content: space-between; }

.flb_ct, .content, .btn {
  display: flex;
  justify-content: center; }

.flb_st {
  display: flex;
  justify-content: flex-start; }

.flb_ed {
  display: flex;
  justify-content: flex-end; }

.sp {
  display: block; }
  @media screen and (min-width: 701px) {
    .sp {
      display: none; } }

.sptab {
  display: block; }
  @media screen and (min-width: 961px) {
    .sptab {
      display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 701px) {
    .tab {
      display: block; } }
  @media screen and (min-width: 961px) {
    .tab {
      display: none; } }

.tabpc {
  display: none; }
  @media screen and (min-width: 701px) {
    .tabpc {
      display: block; } }

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

.content {
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100vw;
  height: 100dvh;
  background: url("../images/bg-sp.webp") center bottom no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  @media screen and (min-width: 701px) {
    .content {
      background: url("../images/bg.webp") center bottom no-repeat;
      background-size: cover;
      justify-content: space-between;
      flex-direction: row;
      text-align: left; } }
  .content h1, .content h2, .content p, .content .btn {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease; }
  .content h2, .content p, .content .btn {
    transform: translateY(20px); }
  .content h1 {
    position: relative;
    margin-top: -5.4rem; }
    @media screen and (min-width: 701px) {
      .content h1 {
        width: 36%;
        margin-top: 0; } }
    .content h1 img {
      width: 120%;
      max-width: 120%;
      transform: translateX(-10%); }
      @media screen and (min-width: 701px) {
        .content h1 img {
          width: 170%;
          max-width: 170%;
          transform: translateX(-8%); } }
    .content h1::after {
      content: "";
      display: block;
      width: 12rem;
      aspect-ratio: 30 / 11;
      background: url("../images/logo.webp") center center no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 68%;
      right: 36%;
      opacity: 0;
      transition: opacity 0.8s ease, transform 0.8s ease; }
      @media screen and (min-width: 701px) {
        .content h1::after {
          width: 18rem;
          top: 68%;
          right: 12%; } }
  @media screen and (min-width: 701px) {
    .content .txt {
      width: 54%; } }
  .content .txt h2 {
    position: relative;
    margin-top: -2.4rem;
    margin-bottom: 1.2rem; }
    @media screen and (min-width: 701px) {
      .content .txt h2 {
        margin-top: 0;
        margin-bottom: 4rem;
        width: 56%; } }
    .content .txt h2::before, .content .txt h2::after {
      content: "";
      display: block;
      position: absolute; }
    .content .txt h2::before {
      width: 17.9%;
      aspect-ratio: 9 / 11;
      background: url("../images/left-sp.webp") center center no-repeat;
      background-size: 100% auto;
      left: 2.24%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 701px) {
        .content .txt h2::before {
          content: none; } }
    .content .txt h2::after {
      width: 22.6%;
      aspect-ratio: 170 / 189;
      background: url("../images/right-sp.webp") center center no-repeat;
      background-size: 100% auto;
      right: 0;
      top: -70%; }
      @media screen and (min-width: 701px) {
        .content .txt h2::after {
          width: 70%;
          aspect-ratio: 167 / 243;
          background: url("../images/star.webp") center center no-repeat;
          background-size: 100% auto;
          right: auto;
          left: 90%;
          top: -270%; } }
    .content .txt h2 img {
      width: 52.5%;
      margin: auto; }
      @media screen and (min-width: 701px) {
        .content .txt h2 img {
          width: 100%; } }
  .content .txt p {
    color: #fff;
    font-weight: 700;
    line-height: 2.14em;
    letter-spacing: 0.04em; }
    @media screen and (min-width: 701px) {
      .content .txt p {
        line-height: 2.125em;
        letter-spacing: 0.08em; } }
  .content.show h1, .content.show h2, .content.show p, .content.show .btn {
    opacity: 1; }
  .content.show h2, .content.show p, .content.show .btn {
    transform: translateY(0); }
  .content.show h1::after {
    opacity: 1;
    transition-delay: 3s; }
  .content.show h2 {
    transition-delay: 4s; }
  .content.show p {
    transition-delay: 5s; }
  .content.show .btn {
    transition-delay: 6s; }

.movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  inset: 0; }
  .movie video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

#mainVideo-sp {
  display: block; }
  @media screen and (min-width: 701px) {
    #mainVideo-sp {
      display: none; } }

#mainVideo {
  display: none; }
  @media screen and (min-width: 701px) {
    #mainVideo {
      display: block; } }

.btn {
  align-items: center;
  width: min(64%, 23.9rem);
  height: 5.6rem;
  border-radius: 10rem;
  position: relative;
  background: linear-gradient(90deg, #11A8E1, #86C14F);
  color: #fff;
  margin: 1.2rem auto 0;
  z-index: 1;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em; }
  @media screen and (min-width: 701px) {
    .btn {
      margin: 4rem 0 0; } }
  .btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #86C14F, #11A8E1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .5s; }
  .btn:hover::before {
    opacity: 1;
    transition: .5s; }
