@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 {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #111111;
  --color-green: #0c363c;
  --color-lightgreen: #c2d83e;
  --color-bg: #185b62;
  --color-copy: rgba(255,255,255,0.7);
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-bound: cubic-bezier(0.34, 1.56, 0.64, 1);
  --font-jp: "M PLUS Rounded 1c","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-seri;
}

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

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 0.8em;
  }
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
  color: var(--color-white);
  position: relative;
}

h2,
h3 {
  font-weight: 400;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 900px) {
  .p-wrap {
    width: 650px;
    margin-left: auto;
    box-sizing: border-box;
    position: relative;
    margin-right: 90px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .p-wrap {
    width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .p-wrap::before, .p-wrap::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--color-black);
    z-index: 1;
  }
}
@media screen and (min-width: 900px) {
  .p-wrap::before {
    left: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-wrap::after {
    right: 0;
  }
}

.p-main {
  position: relative;
  overflow: hidden;
}

.p-footer {
  position: relative;
  padding: 30px 0 calc(16% + 30px);
  background-color: var(--color-bg);
}
@media screen and (min-width: 900px) {
  .p-footer {
    padding: 30px 0;
  }
}

.p-footer__link {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.is-load .p-footer__link {
  opacity: 1;
  transform: translateY(0);
}
.p-footer__link a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-footer__link a:hover {
    opacity: 0.7;
  }
}
.p-footer__link-text {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color-white);
}
.p-footer__link-icon {
  width: 8px;
  height: 8px;
  transform: rotate(-90deg);
}
.p-footer__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}

.p-footer__copy {
  margin-top: 12px;
  text-align: center;
  color: var(--color-copy);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-load .p-footer__copy {
  opacity: 1;
  transform: translateY(0);
}

.p-footer__banner {
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-bound) 0.2s;
}
.is-load .p-footer__banner {
  opacity: 1;
  transform: translateY(0);
}
.p-footer__banner img {
  transition: transform 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-footer__banner:hover img {
    transform: scale(1.02);
  }
}

.p-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_pc.jpg) repeat left top/450px 200px;
  animation: bgMove 8s linear infinite;
}
@keyframes bgMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -450px 200px;
  }
}

.p-bg_banner {
  width: 160px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(50%);
  transition: transform 0.4s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-bg_banner {
  opacity: 1;
  transform: translateY(0);
}
.p-bg_banner a {
  display: block;
  transition: transform 0.4s var(--ease-bound), opacity 0.6s var(--ease-main);
}
@media (hover: hover) {
  .p-bg_banner a:hover {
    transform: rotate(-6deg) scale(0.95);
  }
}

.p-bg__logo {
  display: grid;
  place-items: center;
  width: calc(100% - 755px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .p-bg__logo {
    width: calc(100% - 590px);
  }
}
.p-bg__logo-item {
  width: 76%;
  max-width: 580px;
  opacity: 0;
  transform: translateX(-50%) rotate(-90deg);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.is-load .p-bg__logo-item {
  opacity: 1;
  transform: translateY(0);
}
.p-bg__logo-item img {
  width: 100%;
}

.p-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: none;
  font-family: var(--font-jp);
  color: var(--color-white);
  background-color: var(--color-green);
  position: relative;
  font-weight: 700;
  border-radius: 50rem;
  cursor: pointer;
  transition: transform 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-link:hover {
    transform: scale(0.97);
  }
}
@media screen and (min-width: 900px) {
  .p-link {
    padding: 20px 0;
  }
}
.p-link.--share {
  padding: 18px 0;
  background-color: var(--color-lightgreen);
  color: var(--color-black);
}
@media screen and (min-width: 900px) {
  .p-link.--share {
    padding: 24px 0;
  }
}
.p-link.--share .p-in-icon {
  width: 14px;
  height: 14px;
  right: auto;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-link.--share .p-in-icon {
    width: 22px;
    height: 22px;
  }
}
.p-link.--share .p-in-icon svg {
  fill: var(--color-black);
}
.p-link.--dl {
  padding: 18px 0;
}
@media screen and (min-width: 900px) {
  .p-link.--dl {
    padding: 24px 0;
  }
}
.p-link.--dl .p-in-icon {
  width: 14px;
  height: 14px;
  right: auto;
  left: 25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-link.--dl .p-in-icon {
    width: 22px;
    height: 22px;
  }
}
.p-link .p-in-text {
  display: block;
  font-size: 1.3rem;
}
.p-link .p-in-icon {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(-90deg);
}
.p-link .p-in-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}

.p-header {
  padding: 17px 0 45px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg);
}
@media screen and (min-width: 900px) {
  .p-header {
    padding: 25px 0 45px;
  }
}

.p-header__logo {
  width: 51.8%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.is-load .p-header__logo {
  opacity: 1;
  transform: translateY(0);
}

.p-header__bg-item {
  width: 59%;
  position: absolute;
}
.p-header__bg-item:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-header__bg-item:nth-of-type(1) img {
  width: 100%;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.is-load .p-header__bg-item:nth-of-type(1) img {
  opacity: 1;
  transform: translateY(0);
}
.p-header__bg-item:nth-of-type(2) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.p-header__bg-item:nth-of-type(2) img {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-bound);
}
.is-load .p-header__bg-item:nth-of-type(2) img {
  opacity: 1;
  transform: translateY(0);
}

.p-header__title {
  width: 67.1%;
  margin: 16px auto 0;
  opacity: 0;
  position: relative;
  z-index: 1;
  transform: rotate(120deg) scale(0);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-bound) 0.1s;
}
.is-load .p-header__title {
  opacity: 1;
  transform: rotate(0) scale(1);
}
.p-header__title img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-header__title {
    width: 64.5%;
    margin: 20px auto 0;
  }
}

.p-header__deco {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -17.2%;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-header__deco {
    width: 97%;
    margin: 0 auto;
    margin-top: -16.6%;
  }
}
.p-header__deco-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(30px) rotate(6deg);
  transition: opacity 0.4s var(--ease-main), transform 0.4s var(--ease-bound);
}
.p-header__deco-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-header__deco-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-header__deco-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-header__deco-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-header__deco-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-header__deco-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-header__deco-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-header__deco-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-header__deco-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-header__deco-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.is-load .p-header__deco-item {
  opacity: 1;
  transform: translateX(0) rotate(0);
}
.p-header__deco-item:nth-of-type(1) {
  position: relative;
}

.p-header__lead {
  width: 84%;
  margin: 24px auto 0;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-bound) 0.3s;
}
@media screen and (min-width: 900px) {
  .p-header__lead {
    font-size: 1.4rem;
  }
}
.is-load .p-header__lead {
  opacity: 1;
  transform: translateY(0);
}

.p-contents {
  padding: 46px 0 40px;
  background: url(../img/bg_cont.jpg) repeat left top/75px;
}
@media screen and (min-width: 900px) {
  .p-contents {
    padding: 66px 0 60px;
  }
}

.p-contents__inner {
  width: 84%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-load .p-contents__inner {
  opacity: 1;
  transform: translateY(0);
}

.p-contents__head {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-contents__head small {
  display: block;
  font-weight: 400;
  font-size: 1.1rem;
}

.p-contents__main {
  margin-top: 36px;
}
.p-contents__main-item + .p-contents__main-item {
  margin-top: 30px;
}
.p-contents__main-item-head {
  font-size: 1.3rem;
}
.p-contents__main-item-input {
  margin-top: 9px;
}
.p-contents__main-item-input .p-in-select {
  width: 100%;
  height: 45px;
  position: relative;
}
.p-contents__main-item-input .p-in-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
}
.p-contents__main-item-input .p-in-select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: var(--font-jp);
  color: var(--color-green);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 15px;
  background-color: var(--color-white);
  border-radius: 5px;
}
.p-contents__main-item-input .p-in-textarea {
  width: 100%;
  height: 140px;
}
.p-contents__main-item-input .p-in-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 1.6rem;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: var(--color-white);
}
@media screen and (min-width: 900px) {
  .p-contents__main-item-input .p-in-textarea textarea {
    font-size: 1.3rem;
  }
}
.p-contents__main-btn {
  width: 87%;
  margin: 40px auto 0;
}
.p-contents__result-link {
  width: 82%;
  margin: 29px auto 0;
}
.p-contents__result-link-item + .p-contents__result-link-item {
  margin-top: 17px;
}
.p-contents__result-retry {
  margin-top: 30px;
  margin-bottom: 8px;
}
.p-contents__result-retry a {
  display: flex;
  align-items: center;
  gap: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  transition: transform 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-contents__result-retry a:hover {
    transform: scale(0.97);
  }
  .p-contents__result-retry a:hover .p-in-icon {
    transform: rotate(-360deg);
  }
}
.p-contents__result-retry .p-in-text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-contents__result-retry .p-in-text {
    margin-top: 2px;
  }
}
.p-contents__result-retry .p-in-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.8s var(--ease-bound);
}
@media screen and (min-width: 900px) {
  .p-contents__result-retry .p-in-icon {
    width: 18px;
    height: 18px;
  }
}
.p-contents__result-retry .p-in-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-white);
}

.novelty {
  position: relative;
}

.novelty img {
  width: 46%;
  margin: 20px auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-load .novelty img {
  opacity: 1;
  transform: translateY(0);
}

.novelty-title {
  position: relative;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-bound) 0.4s;
}
.is-load .novelty-title {
  opacity: 1;
  transform: translateY(0);
}

.anotation-title {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}

.anotation {
  width: 87%;
  margin: 20px auto 0;
}
@media screen and (max-width: 899px) {
  .anotation {
    width: 100%;
  }
}

.anotation-list {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.anotation-list::before {
  content: "※";
  margin-right: 0.25em;
}

canvas {
  display: none;
}