@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: YakuHanJP, -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-lightblue: #c8e7ff;
  --color-blue: #003f98;
  --color-yellow: #ffda2a;
  --color-orange: #ea5514;
  --color-black: #000;
  --color-white: #fff;
}

@keyframes line_deco {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -370px;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  background-color: var(--color-lightblue);
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.6rem;
  }
}

.l-wrap {
  position: relative;
}
.l-wrap__inner {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-wrap__inner {
    width: 540px;
    background-color: var(--color-lightblue);
    padding: 0 30px;
  }
}
.l-wrap__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  z-index: 1;
}
.is-load .l-wrap__inner::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-wrap__content {
  width: 100%;
  position: relative;
}

.l-content {
  position: relative;
  min-height: 100vh;
}
.l-content__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.l-content__deco-item {
  width: 50%;
}
.l-content__deco-item:nth-child(1) {
  background: url(../img/bg/bg_deco-left.png) repeat-y left 0;
  background-size: 95px;
}
@media screen and (min-width: 960px) {
  .l-content__deco-item:nth-child(1) {
    background-size: 120px;
  }
}
.l-content__deco-item:nth-child(2) {
  background: url(../img/bg/bg_deco-right.png) repeat-y right 0;
  background-size: 95px;
}
@media screen and (min-width: 960px) {
  .l-content__deco-item:nth-child(2) {
    background-size: 120px;
  }
}

.l-side_left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 270px);
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .l-side_left {
    display: none;
  }
}
.l-side_left__logo {
  margin: 0 auto;
  width: 55.5%;
  max-width: 380px;
}

.l-side_right {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 270px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .l-side_right {
    display: none;
  }
}

.l-side_deco {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  height: 100%;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .l-side_deco {
    display: none;
  }
}
.l-side_deco__item {
  position: relative;
  width: 30px;
  height: 100%;
}
.l-side_deco__item:nth-child(1) {
  background: url(../img/pc/line_left.jpg) repeat-y 0 0;
  background-size: 30px 370px;
  animation: line_deco 5s linear infinite forwards;
}
.l-side_deco__item:nth-child(2) {
  right: 1px;
  background: url(../img/pc/line_right.jpg) repeat-y 0 0;
  background-size: 30px 370px;
  animation: line_deco 5s linear infinite forwards reverse;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pc/bg_pattern_pc.png) repeat 0 0;
  background-size: 1300px;
}

.l-section {
  position: relative;
  padding: 14px 0 0;
}
.l-section:nth-child(2n)::before {
  content: "";
  width: 100%;
  padding-top: 14px;
  display: block;
  position: absolute;
  top: 0;
  background: url(../img/bg/wave_yellow.png) repeat-x center bottom;
  background-size: auto 11px;
}
.l-section:nth-child(2n+1) {
  margin-top: -14px;
}
.l-section:nth-child(2n+1)::before {
  content: "";
  width: 100%;
  padding-top: 14px;
  display: block;
  position: absolute;
  top: 0;
  background: url(../img/bg/wave_blue.png) repeat-x center bottom;
  background-size: auto 11px;
}
.l-section:nth-child(1) {
  margin-top: 0;
}
.l-section:nth-child(1)::before {
  content: none;
}
.l-section__content {
  padding-bottom: 58px;
}
@media screen and (min-width: 960px) {
  .l-section__content {
    padding-bottom: 81px;
  }
}
.l-section:nth-child(2n) .l-section__content {
  padding-top: 35px;
  padding-bottom: 72px;
  background-color: #ffec94;
}
@media screen and (min-width: 960px) {
  .l-section:nth-child(2n) .l-section__content {
    padding-top: 52px;
    padding-bottom: 86px;
  }
}
.l-section:nth-child(2n+1) .l-section__content {
  padding-top: 35px;
}
.l-section:nth-child(1) .l-section__content {
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .l-section:nth-child(1) .l-section__content {
    padding-top: 22px;
  }
}
.l-section__ttl {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .l-section__ttl {
    margin-bottom: 32px;
  }
}
.l-section__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .l-section__inner {
    width: 89.5%;
  }
}

.l-footer {
  background-color: var(--color-blue);
  padding: 4rem 5% 3.6rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 50px 5% 48px;
  }
}
.l-footer__logo {
  margin: 0 auto;
  width: 67%;
}
.l-footer__logo a {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo a {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer__logo a:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.l-footer__share {
  margin-top: 2.8rem;
}
@media screen and (min-width: 960px) {
  .l-footer__share {
    margin-top: 35px;
  }
}
.l-footer__share .c-share__label {
  color: var(--color-white);
}
.l-footer__share .c-share__list-item a svg {
  fill: var(--color-white);
}
.l-footer__anilink {
  margin-top: 2.2rem;
}
@media screen and (min-width: 960px) {
  .l-footer__anilink {
    margin-top: 32px;
  }
}
.l-footer__anilink-list {
  display: flex;
  justify-content: center;
}
.l-footer__anilink-list-item {
  position: relative;
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
}
@media screen and (min-width: 960px) {
  .l-footer__anilink-list-item + .l-footer__anilink-list-item {
    margin-left: 19px;
    padding-left: 21px;
  }
}
.l-footer__anilink-list-item + .l-footer__anilink-list-item::before {
  content: "";
  width: 1px;
  height: 83%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-white);
}
.l-footer__anilink-list-item a {
  color: var(--color-white);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (hover: hover) {
  .l-footer__anilink-list-item a {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer__anilink-list-item a:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__anilink-list-item a {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.l-footer__text {
  font-size: 1rem;
  margin-top: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .l-footer__text {
    font-size: 13px;
    margin-top: 28px;
    line-height: 1.7;
  }
}
.l-footer__copy {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 9px;
  }
}

.c-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-share__label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .c-share__label {
    font-size: 15px;
    margin-right: 16px;
    margin-top: -4px;
    position: relative;
    color: var(--color-blue);
  }
}
@media screen and (max-width: 959px) {
  .c-share__label {
    color: var(--color-white);
    font-size: 1.1rem;
    margin-right: 1.3rem;
  }
}
.c-share__list {
  display: flex;
  align-items: center;
}
.c-share__list-item {
  width: 25px;
}
@media screen and (min-width: 960px) {
  .c-share__list-item {
    width: 34px;
  }
}
.c-share__list-item + .c-share__list-item {
  margin-left: 1.1rem;
}
@media screen and (min-width: 960px) {
  .c-share__list-item + .c-share__list-item {
    margin-left: 14px;
  }
}
.c-share__list-item a {
  display: block;
}
@media (hover: hover) {
  .c-share__list-item a {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-share__list-item a:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.c-share__list-item a svg {
  fill: var(--color-blue);
}
@media screen and (max-width: 959px) {
  .c-share__list-item a svg {
    fill: var(--color-white);
  }
}

.c-btn {
  text-align: center;
  background-color: var(--color-orange);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.c-btn.is-none {
  pointer-events: none;
  background-color: gainsboro;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  transform-origin: right;
  transform: scaleX(0);
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .c-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-btn__inner {
  display: block;
  text-decoration: none;
  padding: 12px 12%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-btn__inner {
    padding: 14px 11% 15px;
  }
}
.-large .c-btn__inner {
  padding: 18px 12% 17px;
}
@media screen and (min-width: 960px) {
  .-large .c-btn__inner {
    padding: 23px 12% 23px;
  }
}
.c-btn__inner::before {
  content: "";
  width: 0.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url(../img/arrow.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .c-btn__inner::before {
    width: 9px;
    right: 26px;
  }
}
.c-btn__text {
  color: var(--color-white);
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .c-btn__text {
    font-size: 14px;
  }
}
.-large .c-btn__text {
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .-large .c-btn__text {
    font-size: 16px;
  }
}

.p-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 960px) {
  .p-hero {
    margin-bottom: 16px;
  }
}
.p-hero__bg {
  transform: scale(1.1);
}
.is-load .p-hero__bg {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-hero__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(25px);
}
.is-load .p-hero__chara {
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-hero__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.is-load .p-hero__catch {
  opacity: 1;
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.7s;
}
.p-hero__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(30px);
  opacity: 0;
}
.is-load .p-hero__logo {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.3s;
}

.p-campaign__content {
  position: relative;
  padding: 3px;
  border: 2px solid var(--color-blue);
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--color-white);
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-campaign__content {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
@media screen and (min-width: 960px) {
  .p-campaign__content {
    border-radius: 20px;
  }
}
.p-campaign__content-inner {
  border: 1px solid var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
  padding: 34px 6% 30px;
}
@media screen and (min-width: 960px) {
  .p-campaign__content-inner {
    border-radius: 15px;
    padding: 45px 6% 41px;
  }
}
.p-campaign__box {
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p-campaign__box {
    padding-bottom: 38px;
  }
}
.p-campaign__box + .p-campaign__box {
  border-top: 2px dotted var(--color-blue);
  padding-top: 23px;
}
@media screen and (min-width: 960px) {
  .p-campaign__box + .p-campaign__box {
    padding-top: 31px;
  }
}
.p-campaign__box:last-of-type {
  padding-bottom: 0;
}
.p-campaign__checkin {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 117%;
}
.p-campaign__text {
  font-size: 1.3rem;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__text {
    font-size: 16px;
  }
}
.p-campaign .is-note {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 960px) {
  .p-campaign .is-note {
    margin-bottom: 13px;
  }
}
.p-campaign__label {
  text-align: center;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__label {
    margin-bottom: 18px;
  }
}
.p-campaign__label span {
  vertical-align: baseline;
  border: 1px solid var(--color-blue);
  border-radius: 100px;
  background-color: var(--color-yellow);
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 11px 2px;
}
@media screen and (min-width: 960px) {
  .p-campaign__label span {
    font-size: 15px;
    padding: 4px 16px 4px;
  }
}
.p-campaign__limit {
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__limit {
    font-size: 26px;
    margin-bottom: 13px;
  }
}
.p-campaign__limit .is-small {
  vertical-align: baseline;
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__limit .is-small {
    font-size: 18px;
  }
}
.p-campaign__airport {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__airport {
    padding-top: 7px;
    margin-bottom: 21px;
  }
}
.p-campaign__airport-list-item {
  display: flex;
}
.p-campaign__airport-list-item + .p-campaign__airport-list-item {
  margin-top: 0.5rem;
}
.p-campaign__airport-label {
  flex-shrink: 0;
  width: 6rem;
  border: 1px solid var(--color-blue);
  height: 100%;
  text-align: center;
  color: var(--color-blue);
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 3px 0 2px;
  line-height: 1;
  margin-right: 1.5rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__airport-label {
    padding: 5px 0 3px;
    margin-right: 17px;
    width: 78px;
    font-size: 15px;
  }
}
.p-campaign__airport-text {
  font-size: 1.3rem;
  line-height: 1.3;
  padding-top: 0.2rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__airport-text {
    font-size: 16px;
  }
}
.p-campaign__note-item {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-campaign__note-item {
    font-size: 14px;
  }
}
.p-campaign__note-item + .p-campaign__note-item {
  margin-top: 1.1rem;
}
@media screen and (min-width: 960px) {
  .p-campaign__note-item + .p-campaign__note-item {
    margin-top: 14px;
  }
}
.p-campaign__btn {
  margin: 0 auto;
  width: 89%;
  margin-top: 4rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-campaign__btn.is-active {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
}
.p-campaign__btn.is-disable {
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-campaign__btn {
    margin-top: 50px;
    width: 89.5%;
  }
}
.p-campaign__btn a {
  display: block;
}
@media (hover: hover) {
  .p-campaign__btn a:hover img {
    transform: scale(1.07) rotate(-2deg);
  }
}
.p-campaign__btn a img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-howto .l-section__ttl {
  margin-bottom: 4.1rem;
}
@media screen and (min-width: 960px) {
  .p-howto .l-section__ttl {
    margin-bottom: 53px;
  }
}
.p-howto__step {
  position: relative;
  padding: 3px;
  box-shadow: 0 0 0 2px var(--color-blue);
  border-radius: 13px;
  background-color: var(--color-white);
  margin: 0 auto;
  width: 98%;
  transform: translateY(30px);
  opacity: 0;
}
.p-howto__step.is-active {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .p-howto__step {
    width: 99%;
    border-radius: 18px;
  }
}
.p-howto__step + .p-howto__step {
  margin-top: 3.4rem;
}
@media screen and (min-width: 960px) {
  .p-howto__step + .p-howto__step {
    margin-top: 42px;
  }
}
.p-howto__step-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-42%);
  width: 4rem;
  height: 4rem;
  border: 2px solid var(--color-blue);
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p-howto__step-label {
    width: 50px;
    height: 50px;
  }
}
.p-howto__step-label-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-howto__step-label-text {
    font-size: 20px;
  }
}
.p-howto__step-inner {
  border: 1px solid var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
  padding: 23px 5% 24px;
}
@media screen and (min-width: 960px) {
  .p-howto__step-inner {
    border-radius: 15px;
    padding: 30px 4.5% 34px;
  }
}
.p-howto__step-main {
  display: flex;
}
.p-howto__step-thumb {
  flex-shrink: 0;
  width: 30%;
  margin-right: 7%;
}
@media screen and (min-width: 960px) {
  .p-howto__step-thumb {
    width: 30.3%;
  }
}
.p-howto__step-text {
  font-size: 1.2rem;
  line-height: 1.7;
  padding-top: 0.7rem;
}
@media screen and (min-width: 960px) {
  .p-howto__step-text {
    font-size: 16px;
    padding-top: 9px;
    line-height: 1.6;
  }
}
.p-howto__step-text .is-blue {
  vertical-align: baseline;
  color: var(--color-blue);
}
.p-howto__step-text .is-small {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  margin-top: 0.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-howto__step-text .is-small {
    font-size: 14px;
  }
}
.p-howto__step-text .is-link {
  color: var(--color-black);
  text-decoration-thickness: 2px;
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (min-width: 960px) {
  .p-howto__step-text .is-link {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .p-howto__step-text .is-link:hover {
    text-decoration: none;
  }
}
.p-howto__step-btn {
  margin-top: 1.5rem;
  padding: 0 4.5%;
}
@media screen and (min-width: 960px) {
  .p-howto__step-btn {
    margin-top: 21px;
  }
}
.p-howto__attention {
  margin-top: 4.1rem;
}
@media screen and (min-width: 960px) {
  .p-howto__attention {
    margin-top: 53px;
  }
}
.p-howto__attention-ttl {
  text-align: center;
  margin-bottom: 1.5rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-howto__attention.is-active .p-howto__attention-ttl {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-ttl {
    margin-bottom: 20px;
  }
}
.p-howto__attention-ttl span {
  padding: 4px 10px 2px;
  vertical-align: baseline;
  display: inline-block;
  border: 1px solid var(--color-blue);
  background-color: var(--color-yellow);
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 100px;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-ttl span {
    font-size: 15px;
    padding: 4px 16px 4px;
  }
}
.p-howto__attention-lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.75;
  transform: translateY(30px);
  opacity: 0;
}
.p-howto__attention.is-active .p-howto__attention-lead {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-lead {
    font-size: 16px;
  }
}
.p-howto__attention-textbox {
  border: 2px solid var(--color-blue);
  background-color: var(--color-white);
  margin-top: 1.8rem;
  height: 202px;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateY(30px);
  opacity: 0;
}
.p-howto__attention.is-active .p-howto__attention-textbox {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-textbox {
    margin-top: 28px;
    height: 256px;
  }
}
.p-howto__attention-textbox-item + .p-howto__attention-textbox-item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-textbox-item + .p-howto__attention-textbox-item {
    margin-top: 25px;
  }
}
.p-howto__attention-textbox-inner {
  padding: 15px 18px;
  line-height: 1.6;
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-textbox-inner {
    padding: 18px 23px;
  }
}
.p-howto__attention-textbox-ttl {
  font-size: 1.1rem;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-textbox-ttl {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
.p-howto__attention-textbox-list .p-in_item {
  font-size: 1.1rem;
}
.p-howto__attention-textbox-list .p-in_item a {
  color: var(--color-black);
  text-decoration-thickness: 2px;
}
@media (hover: hover) {
  .p-howto__attention-textbox-list .p-in_item a:hover {
    text-decoration: none;
  }
}
.p-howto__attention-textbox-list .p-in_item.is-blue {
  color: var(--color-blue);
}
.p-howto__attention-textbox-list .p-in_item.is-blue a {
  color: var(--color-blue);
}
@media screen and (min-width: 960px) {
  .p-howto__attention-textbox-list .p-in_item {
    font-size: 14px;
  }
}
.p-howto__attention-textbox-list .p-in_item + .p-in_item {
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .p-howto__attention-textbox-list .p-in_item + .p-in_item {
    margin-top: 14px;
  }
}

.p-miryoku__btn {
  padding: 1rem 5%;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-miryoku__btn {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.p-miryoku__info {
  margin-top: 4.4rem;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-miryoku__info {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .p-miryoku__info {
    margin-top: 52px;
  }
}
.p-miryoku__info-box {
  position: relative;
  padding: 3px;
  box-shadow: 0 0 0 2px var(--color-blue);
  border-radius: 13px;
  background-color: var(--color-white);
  margin: 0 auto;
  width: 98%;
}
@media screen and (min-width: 960px) {
  .p-miryoku__info-box {
    width: 99%;
    border-radius: 18px;
  }
}
.p-miryoku__info-box-inner {
  border: 1px solid var(--color-blue);
  border-radius: 10px;
  overflow: hidden;
  padding: 34px 5.8% 24px;
}
@media screen and (min-width: 960px) {
  .p-miryoku__info-box-inner {
    padding: 44px 6% 32px;
    border-radius: 15px;
  }
}
.p-miryoku__info-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--color-yellow);
  border: 2px solid var(--color-blue);
  border-radius: 100px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px 15px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-miryoku__info-label {
    font-size: 16px;
    padding: 6px 18px 7px;
  }
}
.p-miryoku__info-links {
  display: flex;
  flex-wrap: wrap;
}
.p-miryoku__info-links-item {
  width: 47.5%;
  margin-right: 4.9%;
  margin-bottom: 5%;
}
@media screen and (min-width: 960px) {
  .p-miryoku__info-links-item {
    width: 47.3%;
  }
}
.p-miryoku__info-links-item:nth-child(2n) {
  margin-right: 0;
}
.p-miryoku__info-links-item:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.p-miryoku__info-links-item a {
  display: block;
}
@media (hover: hover) {
  .p-miryoku__info-links-item a {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-miryoku__info-links-item a:hover {
    transform: scale(0.97);
    opacity: 0.8;
  }
}
.p-miryoku__contact {
  margin-top: 4.2rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-miryoku__contact.is-active {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact {
    margin-top: 52px;
  }
}
.p-miryoku__contact-ttl {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact-ttl {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.p-miryoku__contact-text {
  line-height: 1.6;
  font-size: 1.1rem;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact-text {
    line-height: 1.7;
    font-size: 14px;
  }
}
.p-miryoku__contact-text a {
  text-decoration-thickness: 2px;
  color: var(--color-black);
}
@media (hover: hover) {
  .p-miryoku__contact-text a:hover {
    text-decoration: none;
  }
}
.p-miryoku__contact-limit {
  color: var(--color-blue);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 1.1rem;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact-limit {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 11px;
  }
}
.p-miryoku__contact-note {
  margin-top: 0.9rem;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact-note {
    margin-top: 13px;
  }
}
.p-miryoku__contact-note-item {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.65;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact-note-item {
    font-size: 14px;
  }
}
.p-miryoku__contact-note-item + .p-miryoku__contact-note-item {
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .p-miryoku__contact-note-item + .p-miryoku__contact-note-item {
    margin-top: 12px;
  }
}