@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-text: #827187;
  --color-white: #fffaf3;
  --color-pink: #ffa4c5;
  --color-pink2: #e74473;
  --color-pink3: #ffdadd;
  --color-orange: #fcb7a4;
  --color-gray: #f4ebec;
}

@keyframes line_deco {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 424px;
  }
}
@keyframes line_deco2 {
  0% {
    background-position: right 0;
  }
  100% {
    background-position: right 424px;
  }
}
@keyframes bg_pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -44px -44px;
  }
}
@keyframes bg_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -22px -22px;
  }
}
@keyframes loadinganime {
  0%, 100% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes bgdeco_01 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bgdeco_02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bgdeco_03 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes logo {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  background-color: #ffdada;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: var(--color-text);
}

.l-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .l-wrap {
    justify-content: center;
  }
}

.l-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.l-pclayout {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% - 700px);
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .l-pclayout {
    display: none;
  }
}
.l-pclayout__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 87%;
}
.l-pclayout__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
}
.l-pclayout__deco {
  position: absolute;
}
.l-pclayout__deco.--d1 {
  top: 0;
  right: 11%;
  width: 20.5%;
  max-width: 250px;
  transform: translateY(-15%);
}
.l-pclayout__deco.--d1 img {
  animation: bgdeco_03 2.5s steps(1) 0.2s infinite normal forwards;
}
.l-pclayout__deco.--d2 {
  bottom: 9.5%;
  left: 0%;
  width: 28.5%;
  max-width: 300px;
  transform: translateX(-27%);
}
.l-pclayout__deco.--d2 img {
  animation: bgdeco_02 2s steps(2) 0.2s infinite normal forwards;
}
.l-pclayout__deco.--d3 {
  bottom: 0%;
  right: 7%;
  width: 28.5%;
  max-width: 290px;
  transform: translateY(11%);
}
.l-pclayout__deco.--d3 img {
  animation: bgdeco_01 2s steps(1) 0.2s infinite normal forwards;
}

.l-main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: var(--window_height);
}
@media screen and (min-width: 768px) {
  .l-main {
    padding: 0 30px;
    width: 640px;
    background-color: gray;
    margin-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-main {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main::before {
    content: "";
    width: 640px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 60px;
    background: url(../img/tape.png) repeat-y 0 0;
    background-size: 30px 424px;
    animation: line_deco 15s linear infinite;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-main::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-main::after {
    content: "";
    width: 640px;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 60px;
    background: url(../img/tape2.png) repeat-y right 0;
    background-size: 30px 424px;
    animation: line_deco2 15s linear infinite reverse;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-main::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-main__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-main__content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.l-main__particle {
  position: fixed;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-main__particle {
    right: 60px;
    width: 640px;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .l-main__particle {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-main__particle {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.l-main__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_zigzag_sp.png) repeat 0 0;
  background-size: 590px;
  transition: background 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .l-main__deco {
    background-size: 350px;
  }
}
.l-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_check.jpg) repeat 0 0;
  background-size: 44px;
}
@media screen and (min-width: 768px) {
  .l-main__bg {
    animation: bg_pc 4s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .l-main__bg {
    background-size: 22px;
    animation: bg_sp 2s linear infinite;
  }
}

.l-footer {
  position: relative;
  text-align: center;
  padding: 29px 0;
  margin-top: 7px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 10.85px;
    padding: 44.95px 0;
  }
}
.l-footer__text {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .l-footer__text {
    font-size: 13.95px;
  }
}

.l-content {
  position: relative;
  padding: 0 4.2%;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdada;
  z-index: 1;
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-pink2);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
}
.l-loading__icon {
  fill: var(--color-pink2);
  display: flex;
  justify-content: center;
  transform: translateX(-4%);
}
.l-loading__icon-item {
  width: 15px;
  margin: 0 15px;
  transform: scale(0.8);
  animation: loadinganime 1.3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .l-loading__icon-item {
    width: 10px;
    margin: 0 10px;
  }
}
.l-loading__icon-item:nth-child(2) {
  animation-delay: 0.2s;
}
.l-loading__icon-item:nth-child(3) {
  animation-delay: 0.4s;
}
.l-loading__icon-item svg {
  display: block;
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  overflow: hidden;
  position: relative;
  padding: 9.8% 0 10.6%;
}
.p-hero__kv {
  transform: scale(1.04);
}
.p-hero__kv img {
  transform: scale(0.9);
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .p-hero__kv img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
.p-hero__logo {
  position: relative;
  margin: 0 auto;
  margin-top: -15.5%;
  width: 81%;
}
.p-hero__logo img {
  transform: translateY(45px);
  opacity: 0;
}
.is-load .p-hero__logo img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.1s;
}
.p-hero__official {
  position: absolute;
  top: 3%;
  right: 4%;
  width: 40%;
}
.is-load .p-hero__official {
  animation: logo 0.65s linear forwards 1.2s;
}
.p-hero__official a {
  display: block;
  transform: scale(0.65);
  opacity: 0;
}
.is-load .p-hero__official a {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media (hover: hover) {
  .p-hero__official a:hover img {
    transform: scale(0.97);
  }
}
.p-hero__official img {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-hero__deco {
  position: absolute;
}
.p-hero__deco.--d1 {
  top: 2.2%;
  left: 34%;
  width: 16%;
}
.p-hero__deco.--d1 img {
  animation: bgdeco_01 2.5s steps(1) 0s infinite normal forwards;
}
.p-hero__deco.--d2 {
  left: -6%;
  top: 48%;
  width: 21%;
}
.p-hero__deco.--d2 img {
  animation: bgdeco_02 1.7s steps(4) 0.2s infinite normal forwards;
}
.p-hero__deco.--d3 {
  right: -6.5%;
  bottom: 0;
  width: 25%;
}

.p-info {
  position: relative;
}
.p-info::after {
  content: "";
  width: 28%;
  padding-top: 28%;
  position: absolute;
  top: 0;
  transform: translateY(-63%) scale(0.9);
  opacity: 0;
  right: -12%;
  background: url(../img/bg_heart_pink.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.p-info.is-active::after {
  opacity: 1;
  transform: translateY(-63%) scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.2s;
}
.p-info__block {
  background-color: var(--color-white);
  border-top: 5px solid var(--color-pink2);
  border-bottom: 5px solid var(--color-pink2);
  transform: translateY(45px);
  opacity: 0;
}
.p-info__block.is-active {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-info__block + .p-info__block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-info__block + .p-info__block {
    margin-top: 31px;
  }
}
.p-info__block-content {
  padding: 0 5.3% 0;
}
.p-info__block-deco {
  display: flex;
  justify-content: center;
  padding: 10px 0 36px;
}
@media screen and (min-width: 768px) {
  .p-info__block-deco {
    padding: 15.5px 0 55.8px;
  }
}
.p-info__block-deco.--foot {
  padding: 41px 0 10px;
}
@media screen and (min-width: 768px) {
  .p-info__block-deco.--foot {
    padding: 63.55px 0 15.5px;
  }
}
.p-info__block-deco-item {
  width: 10px;
  margin: 0 7.5px;
}
@media screen and (min-width: 768px) {
  .p-info__block-deco-item {
    width: 15.5px;
    margin: 0 11.625px;
  }
}
.p-info__block-ttl {
  position: relative;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p-info__block-ttl {
    margin-bottom: 40.3px;
  }
}
.p-info__block-ttl-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: var(--color-pink2);
  line-height: 1.15;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-info__block-ttl-text {
    font-size: 23.25px;
  }
}
.p-info__block-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-info__block-text {
    font-size: 20.15px;
  }
}
.p-info__exlist {
  margin-top: 25px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p-info__exlist {
    margin-top: 38.75px;
    margin-bottom: 40.3px;
  }
}
.p-info__exlist.--no-margin {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-info__exlist.--no-margin {
    margin-bottom: 7.75px;
  }
}
.p-info__exlist-item {
  background-color: var(--color-gray);
  font-size: 11px;
  line-height: 1.8;
  position: relative;
  padding: 15px 21px;
  letter-spacing: -0.4px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-info__exlist-item {
    padding: 23.25px 32.55px;
    border-radius: 7.75px;
    font-size: 17.05px;
    letter-spacing: -0.62px;
  }
}
.p-info__exlist-item + .p-info__exlist-item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-info__exlist-item + .p-info__exlist-item {
    margin-top: 23.25px;
  }
}
.p-info__exlist-item::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -12px;
  left: -4px;
  background: url(../img/icon_heart.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-info__exlist-item::before {
    width: 46.5px;
    height: 46.5px;
    top: -18.6px;
    left: -6.2px;
  }
}
.p-info__exlist-item::after {
  content: "例";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -12px;
  left: -4px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .p-info__exlist-item::after {
    top: -20.15px;
    left: -6.2px;
    width: 46.5px;
    height: 46.5px;
    font-size: 17.05px;
  }
}
.p-info__exlist-text .p-in_txt {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-info__exlist-text .p-in_txt {
    margin-top: 7.75px;
  }
}
.p-info__note {
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-info__note {
    margin-top: 27.9px;
  }
}
.p-info__note-item {
  font-size: 11px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-info__note-item {
    font-size: 17.05px;
  }
}

.p-form {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-form {
    margin-top: 93px;
  }
}
.p-form__ttl {
  text-align: center;
  color: var(--color-pink2);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 19px;
  transform: translateY(45px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-form__ttl {
    font-size: 31px;
    margin-bottom: 29.45px;
  }
}
.p-form.is-active .p-form__ttl {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-form__ttl-deco {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-form__ttl-deco {
    margin-top: 15.5px;
  }
}
.p-form__ttl-deco span {
  width: 10px;
  margin: 0 7px;
}
@media screen and (min-width: 768px) {
  .p-form__ttl-deco span {
    width: 15.5px;
    margin: 0 10.85px;
  }
}
.p-form__content {
  padding: 0 5.2%;
  transform: translateY(45px);
  opacity: 0;
}
.p-form.is-active .p-form__content {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.2s;
}
.p-form__list-item + .p-form__list-item {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-form__list-item + .p-form__list-item {
    margin-top: 27.9px;
  }
}
.p-form__list-label {
  color: var(--color-pink2);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-form__list-label {
    font-size: 20.15px;
    margin-bottom: 15.5px;
  }
}
.p-form__list-label .is-required {
  vertical-align: baseline;
  background-color: var(--color-pink2);
  color: var(--color-white);
  display: inline-block;
  font-size: 10px;
  padding: 2px 3px 1px;
  margin-left: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-form__list-label .is-required {
    font-size: 15.5px;
    padding: 3.1px 4.65px 3.1px;
    margin-left: 3.1px;
    border-radius: 3.1px;
  }
}
.p-form__list-input input, .p-form__list-input textarea {
  background-color: var(--color-white);
  display: block;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  padding: 3px 10px;
  font-weight: 500;
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .p-form__list-input input, .p-form__list-input textarea {
    border-radius: 7.75px;
    font-size: 18.6px;
    padding: 6.2px 15.5px 9.3px;
  }
}
.p-form__list-input textarea {
  resize: none;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .p-form__list-input textarea {
    height: 155px;
  }
}
.p-form__btn {
  background-color: var(--color-pink2);
  text-align: center;
  position: relative;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: 22px;
  width: 225px;
  padding: 15px 0 17px;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-form__btn.is-disable {
  pointer-events: none;
  background-color: var(--color-text);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 34.1px;
    width: 348.75px;
    padding: 23.25px 0 26.35px;
  }
}
.p-form__btn-text {
  font-size: 13px;
  color: var(--color-white);
  font-weight: 500;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 768px) {
  .p-form__btn-text {
    font-size: 20.15px;
  }
}
.is-disable .p-form__btn-text {
  opacity: 0.5;
}
.p-form__btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (hover: hover) {
  .p-form__btn:hover {
    transform: scale(0.97);
    background-color: var(--color-pink);
  }
}

.p-attention {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .p-attention {
    margin-top: 89.9px;
  }
}
.p-attention__ttl {
  text-align: center;
  color: var(--color-pink2);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 14px;
  transform: translateY(45px);
  opacity: 0;
}
.p-attention.is-active .p-attention__ttl {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 768px) {
  .p-attention__ttl {
    font-size: 31px;
  }
}
.p-attention__ttl-deco {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-attention__ttl-deco {
    margin-top: 15.5px;
  }
}
.p-attention__ttl-deco span {
  width: 10px;
  margin: 0 7px;
}
@media screen and (min-width: 768px) {
  .p-attention__ttl-deco span {
    width: 15.5px;
    margin: 0 10.85px;
  }
}
.p-attention__content {
  padding: 0 5.3%;
  transform: translateY(45px);
  opacity: 0;
}
.p-attention.is-active .p-attention__content {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.2s;
}
.p-attention__list-item {
  font-size: 11px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-attention__list-item {
    font-size: 17.05px;
  }
}
.p-attention__list-item + .p-attention__list-item {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-attention__list-item + .p-attention__list-item {
    margin-top: 9.3px;
  }
}
.p-attention__list-item a {
  color: var(--color-pink2);
}
@media (hover: hover) {
  .p-attention__list-item a:hover {
    text-decoration: none;
  }
}

.p-thanks__head {
  padding: 11.7% 0 16%;
}
.p-thanks__head-official {
  margin: 0 auto 6%;
  width: 43.7%;
}
.p-thanks__head-official a {
  display: block;
}
.is-load .p-thanks__head-official a {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media (hover: hover) {
  .p-thanks__head-official a:hover img {
    transform: scale(0.97);
  }
}
.p-thanks__head-official img {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-thanks__head-ttl {
  margin: 0 auto;
  width: 88%;
  transform: scale(0.65);
  opacity: 0;
}
.is-load .p-thanks__head-ttl {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.1s;
}
.p-thanks__lead {
  text-align: center;
  color: var(--color-pink2);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 15px;
  transform: translateY(45px);
  opacity: 0;
}
.is-load .p-thanks__lead {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-thanks__lead {
    margin-bottom: 23.25px;
    font-size: 31px;
  }
}
.p-thanks__btnarea {
  transform: translateY(45px);
  opacity: 0;
}
.is-load .p-thanks__btnarea {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition-delay: 0.6s;
}
.p-thanks__btn {
  border-radius: 100px;
  margin: 0 auto;
  width: 225px;
  text-align: center;
  background-color: var(--color-pink2);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-thanks__btn:hover {
    transform: scale(0.97);
    background-color: var(--color-pink);
  }
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    width: 348.75px;
  }
}
.p-thanks__btn-inner {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding: 15px 0 17px;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn-inner {
    font-size: 20.15px;
    padding: 23.25px 0 26.35px;
  }
}