@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

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

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #7c7c74;
  --color-gray-light: #e2e2e2;
  --color-pink: #e95283;
  --font-jp: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "Arvo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes logo {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes btnClick {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
html {
  font-size: min(0.7142857143vw, 10px);
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

header,
footer,
div,
a {
  display: block;
  position: relative;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0rem;
  cursor: pointer;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

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

.l-wrapper {
  font-family: var(--font-jp);
  color: var(--color-black);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.08em;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .l-wrapper {
    font-size: 1.4rem;
  }
}
.on-load .l-wrapper {
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-quart);
}
.l-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_repeat_pc.jpg) repeat-y top center/100% auto;
}
@media screen and (max-width: 750px) {
  .l-wrapper::before {
    background-image: url(../img/bg/bg_repeat_sp.jpg);
  }
}

.l-header {
  opacity: 0;
}
.on-load .l-header {
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-quart);
}
.l-header__inner {
  width: 29.4%;
  max-width: 16rem;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 3.1rem;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
.on-load .l-header__logo {
  animation: 0.65s linear 1s 1 normal forwards running logo;
}

.l-footer {
  padding-top: 12.1rem;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-top: 7.7rem;
    padding-bottom: 4.8rem;
  }
}
.l-footer__inner {
  width: 95%;
  margin: 0 auto;
}
.l-footer__official {
  width: 45%;
  max-width: 32.1rem;
  margin: 0 auto;
}
@media (hover: hover) {
  .l-footer__official-link:hover {
    animation: 0.65s linear 1 normal forwards running logo;
  }
}
.l-footer__share {
  margin-top: 3.8rem;
}
@media screen and (max-width: 750px) {
  .l-footer__share {
    margin-top: 2.8rem;
  }
}
.l-footer__share-heading {
  text-align: center;
  color: var(--color-pink);
  font-family: var(--font-eng);
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-footer__share-heading {
    font-size: 2.1rem;
  }
}
.l-footer__share-subheading {
  text-align: center;
  color: var(--color-pink);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .l-footer__share-subheading {
    font-size: 1.1rem;
  }
}
.l-footer__share-body {
  margin-top: 1.6rem;
}
@media screen and (max-width: 750px) {
  .l-footer__share-body {
    margin-top: 1.1rem;
  }
}
.l-footer__share-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.l-footer__share-list-item {
  width: 5.7rem;
  margin: 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .l-footer__share-list-item {
    width: 4.1rem;
  }
}
.l-footer__share-link {
  transition: transform 0.6s var(--ease-out-quart);
}
@media (hover: hover) {
  .l-footer__share-link:hover {
    transform: scale(0.97);
  }
}
.on-load .l-footer__share-list-item:nth-child(odd) .l-footer__share-link img {
  animation: 1.5s steps(1) 0s infinite normal forwards running shake;
}

.on-load .l-footer__share-list-item:nth-child(even) .l-footer__share-link img {
  animation: 1.5s steps(1) 0s infinite reverse forwards running shake;
}

.l-footer__help {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help {
    margin-top: 3.4rem;
  }
}
.l-footer__help-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__help-list-item {
  margin: 0 1.1rem;
}
@media screen and (max-width: 750px) {
  .l-footer__help-list-item {
    margin: 0 0.7rem;
  }
}
.l-footer__help-link {
  text-decoration: none;
  color: var(--color-black);
  font-family: var(--font-eng);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: color 0.6s var(--ease-out-quart);
}
@media screen and (max-width: 750px) {
  .l-footer__help-link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .l-footer__help-link:hover {
    color: var(--color-pink);
  }
}
.l-footer__rule {
  margin-top: 2.5rem;
  text-align: center;
  color: var(--color-gray);
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-footer__rule {
    margin-top: 2rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.l-footer__copyright {
  margin-top: 0.6rem;
  text-align: center;
  color: var(--color-gray);
  font-family: var(--font-jp);
  font-size: 1.3rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 750px) {
  .l-footer__copyright {
    margin-top: 0.2rem;
    font-size: 1rem;
  }
}

.l-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.on-load .l-particle {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-quart);
}