@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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

body .m-modal {
  overflow: hidden;
}
body .m-modal .m-modal__content {
  opacity: 0;
  filter: blur(5px);
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
.is-modal-open .m-modal__content {
  animation: modalContentIn 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s forwards;
}

body .m-modal .m-modal__content img {
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: -90px;
    right: -90px;
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: -58px;
    right: 6px;
    width: 50px;
    height: 50px;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn {
    transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: rotate(180deg);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
  background: #555c5f;
}
body .m-modal .m-modal__bg {
  opacity: 0.9;
  background: linear-gradient(to bottom, #fff7fc, #fafff0, #edf9ff, #f5f2ff);
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJPs, "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #555c5f;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  background-color: #dff1f8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(250, 162, 117, 0.4);
}

::selection {
  background-color: rgba(250, 162, 117, 0.4);
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
}
.l-main__bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  width: 80px;
  height: 100%;
  border-left: 1px solid #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}
.l-main__bar-btn {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translateY(-50%);
}
.is-menu-open .l-main__bar-btn {
  opacity: 0;
}
.l-main__bar-btn span {
  display: block;
  width: 30px;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1);
  mix-blend-mode: difference;
}
.l-main__bar-btn span:first-child {
  transform: translate(-3px, -3px);
}
.is-menu-open .l-main__bar-btn span:first-child {
  transform: translate(0, 1px);
}
.l-main__bar-btn span:last-child {
  transform: translate(3px, 3px);
}
.is-menu-open .l-main__bar-btn span:last-child {
  transform: translate(0, 0);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: -webkit-backdrop-filter 0.3s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition: backdrop-filter 0.3s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition: backdrop-filter 0.3s cubic-bezier(0.19, 0.92, 0.3, 1), -webkit-backdrop-filter 0.3s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-menu-open .l-header {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: auto;
}
.l-header__bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: background-color 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media not all and (max-width: 900px) {
  .l-header__bar {
    right: 0;
    width: 80px;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-header__bar {
    left: 0;
    width: 100%;
    height: 45px;
  }
}
@media (hover: hover) {
  .l-header__bar:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.l-header__ui {
  position: fixed;
  top: 0;
  z-index: 4;
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media not all and (max-width: 900px) {
  .l-header__ui {
    right: 0;
    width: 80px;
    height: 100%;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 900px) {
  .l-header__ui {
    left: 0;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
    padding: 0px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media not all and (max-width: 900px) {
  .l-header__ui-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    transform: translateY(-50%);
  }
}
.l-header__ui-line span {
  display: block;
  width: 30px;
  margin: 0 auto;
  height: 1px;
  background: #fff;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.l-header__ui-line span:first-child {
  transform: translate(-3px, -3px);
}
.is-menu-open .l-header__ui-line span:first-child {
  transform: translate(0, 1px);
}
.l-header__ui-line span:last-child {
  transform: translate(3px, 3px);
}
.is-menu-open .l-header__ui-line span:last-child {
  transform: translate(0, 0);
}
.l-header__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__inner {
  background: #dff1f8;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media not all and (max-width: 900px) {
  .l-header__inner {
    width: 440px;
    height: 100%;
    margin-left: auto;
    padding-right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%, 0);
  }
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    padding-top: 45px;
    padding-bottom: 93px;
    transform: translate(0, -100%);
  }
}
.is-menu-open .l-header__inner {
  transform: translate(0, 0);
}
@media not all and (max-width: 900px) {
  .l-header__inner-foot {
    position: absolute;
    bottom: 49px;
  }
}
@media screen and (max-width: 900px) {
  .l-header__inner-foot {
    width: 74%;
    margin: 0 auto;
    margin-top: 55px;
  }
}

@media not all and (max-width: 900px) {
  .l-nav {
    width: 70.5%;
  }
}
@media screen and (max-width: 900px) {
  .l-nav {
    width: 72%;
    margin: 0 auto;
    padding-top: 90px;
  }
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 24px;
  }
}
.l-nav__link {
  position: relative;
  display: block;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05rem;
}
@media not all and (max-width: 900px) {
  .l-nav__link {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__link {
    padding-left: 27px;
  }
}
@media (hover: hover) {
  .l-nav__link {
    transition: opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .l-nav__link:hover {
    opacity: 0.8;
  }
}
.l-nav__link::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -4px;
  width: 24px;
  height: 24px;
  background: url(../img/star.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(300deg);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media (hover: hover) {
  .l-nav__link:hover::before {
    transform: rotate(0deg);
  }
}
.l-nav__link .l-in-small {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  padding-bottom: 7px;
}

.l-logo {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .l-logo {
    right: auto;
    left: 15px;
    width: 30px;
    height: 45px;
    margin: 0;
    align-items: center;
  }
}
.l-logo a {
  width: 41px;
}

.l-footer {
  margin-top: 237px;
  padding-bottom: 97px;
}
@media screen and (max-width: 900px) {
  .l-footer {
    margin-top: 165px;
    padding-bottom: 59px;
  }
}
.l-footer__container {
  max-width: 1600px;
  margin: 0 auto;
}

.l-footer_link {
  width: 83.5%;
  margin: 0 auto 102px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer_link {
    width: 88.5%;
    margin-bottom: 57px;
  }
}
.l-footer_link__item {
  position: relative;
  width: 50%;
}
.l-footer_link__item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: calc(100% + 7px);
  background: rgba(85, 92, 95, 0.4);
}
@media screen and (max-width: 900px) {
  .l-footer_link__item:nth-child(even)::before {
    top: -5px;
    height: calc(100% + 9px);
  }
}
.l-footer_link__item-inner {
  position: relative;
  display: block;
  text-align: center;
}
@media (hover: hover) {
  .l-footer_link__item-inner {
    transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .l-footer_link__item-inner:hover {
    opacity: 0.6;
  }
}
.l-footer_link__cap {
  position: relative;
  line-height: 1;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .l-footer_link__cap {
    font-size: 10px;
  }
}
.l-footer_link__txt {
  position: relative;
  font-size: 39px;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .l-footer_link__txt {
    font-size: 17px;
    letter-spacing: 0.02rem;
  }
}

@media not all and (max-width: 900px) {
  .l-content {
    padding-right: 80px;
  }
}
.l-content.--content1 {
  padding-top: 120px;
  background: linear-gradient(to bottom, #fff7fc, #fafff0, #edf9ff, #f5f2ff);
}
@media screen and (max-width: 900px) {
  .l-content.--content1 {
    padding-top: 187px;
  }
}
.l-content.--content2 {
  padding-top: 100px;
  background: linear-gradient(to bottom, #dff1f8, #f2fafc);
}
@media screen and (max-width: 900px) {
  .l-content.--content2 {
    padding-top: 80px;
  }
}
.l-content__deco-wrap {
  display: flex;
  animation: deco_loop 10s linear infinite;
}
@media screen and (max-width: 900px) {
  .l-content__deco-wrap {
    animation: deco_loop_sp 10s linear infinite;
  }
}
.l-content__deco-item {
  width: 585px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .l-content__deco-item {
    width: 430px;
  }
}
@keyframes deco_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-585px);
  }
}
@keyframes deco_loop_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-430px);
  }
}

.l-section {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .l-section {
    padding-top: 50px;
  }
}
.l-section__container {
  width: 83.3333333333%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-section__container {
    width: 86.6666666667%;
  }
}
.l-section__ttl {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1), filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.l-section__ttl span {
  display: block;
}
.l-section.is-active .l-section__ttl {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.l-section__ttl-main {
  position: relative;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-section.is-active .l-section__ttl-main {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.l-section__ttl-cap {
  margin-top: 7px;
  text-align: center;
  font-weight: 400;
}

.l-list {
  border-top: 1px solid rgba(85, 92, 95, 0.4);
}
.l-list__block {
  padding: 24px 0;
  border-bottom: 1px solid rgba(85, 92, 95, 0.4);
}
@media not all and (max-width: 900px) {
  .l-list__block {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .l-list__block {
    padding: 23px 0 21px 25px;
  }
}
.l-list__ttl {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media not all and (max-width: 900px) {
  .l-list__ttl {
    width: 20.7%;
    flex-shrink: 0;
    padding-left: 35px;
  }
}
@media screen and (max-width: 900px) {
  .l-list__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.l-list__ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -3px;
  width: 26px;
  height: 26px;
  background: url(../img/star.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .l-list__ttl::before {
    top: 50%;
    left: -25px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
  }
}
.l-list__txt {
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .l-list__txt {
    line-height: 2.2;
  }
}
.l-list__txt a {
  color: #faa275;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-list__txt a {
    transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .l-list__txt a:hover {
    opacity: 0.6;
  }
}
.l-list__caution-item {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 900px) {
  .l-list__caution-item {
    font-size: 11px;
    line-height: 1.55;
  }
  .l-list__caution-item + .l-list__caution-item {
    margin-top: 5px;
  }
}

.l-btn {
  max-width: 820px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .l-btn {
    width: 74.5%;
    display: flex;
    justify-content: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .l-btn {
    width: 80.5%;
  }
}
@media not all and (max-width: 900px) {
  .l-btn__item {
    width: 49%;
  }
  .l-btn__item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  .l-btn__item + .l-btn__item {
    margin-top: 15px;
  }
}

.c-btn.is-disable {
  pointer-events: none;
}
.c-btn__inner {
  position: relative;
  display: block;
  padding: 17px 0;
  text-align: center;
  border-radius: 99px;
  font-size: 20px;
  letter-spacing: 0.06rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    padding: 13px 0;
    font-size: 14px;
    letter-spacing: 0.04rem;
  }
}
.is-small .c-btn__inner {
  font-size: 16px;
}
@media not all and (max-width: 900px) {
  .is-small .c-btn__inner {
    padding: 10px 0;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 900px) {
  .is-small .c-btn__inner {
    padding: 5px 0;
    font-size: 12px;
  }
}
.c-btn__inner span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f7cb6b, #faa275, #f7cb6b);
  background-size: 200% 100%;
  background-position: 100% 50%;
  border-radius: 99px;
  transition: background-position 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media (hover: hover) {
  .c-btn__inner:hover::before {
    background-position: 0% 50%;
  }
  .p-form__send .c-btn:hover .c-btn__inner::before {
    background-position: 0% 50%;
  }
}
.c-btn__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 23px;
  height: 100%;
  background: url(../img/arrow_white.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .c-btn__inner::after {
    right: 15px;
    width: 17px;
  }
}
@media (hover: hover) {
  .c-btn__inner:hover::after {
    animation: move_arrow 1.5s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
}
.is-noarrow .c-btn__inner::after {
  content: none;
}
.is-disable .c-btn__inner {
  opacity: 0.5;
  pointer-events: none;
}
.is-x .c-btn__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: 30px;
  width: 23px;
  height: 100%;
  background: url(../img/sns_x.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .is-x .c-btn__inner::after {
    right: 15px;
    width: 17px;
  }
}

.c-back {
  display: inline-block;
}
.c-back__inner {
  position: relative;
  display: block;
  padding-left: 24px;
}
@media screen and (max-width: 900px) {
  .c-back__inner {
    padding-left: 16px;
    font-size: 11px;
  }
}
@media (hover: hover) {
  .c-back__inner {
    transition: opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .c-back__inner:hover {
    opacity: 0.8;
  }
}
.c-back__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 16px;
  height: 100%;
  background: url(../img/arrrow_green.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .c-back__inner::before {
    width: 11px;
  }
}
.c-back__inner::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555c5f;
}
@media (hover: hover) {
  .c-back__inner:hover::after {
    animation: scaleline 1.5s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
}

@keyframes scaleline {
  0% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  50% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  50.1% {
    transform: scaleX(0);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top right;
  }
}
.u-font-bold {
  font-weight: 800;
  vertical-align: baseline;
}

.u-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.is-load .u-loading {
  opacity: 0;
}
.u-loading__inner {
  width: 60px;
  height: 60px;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(85, 92, 95, 0.4) rgba(85, 92, 95, 0.4) rgba(85, 92, 95, 0.4) transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: spinner linear 1s infinite;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move_arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    opacity: 0;
  }
  51% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modalContentIn {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.p-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .p-sns {
    margin-bottom: 24px;
  }
}
.l-header .p-sns {
  margin-bottom: 14px;
}
@media screen and (max-width: 900px) {
  .l-header .p-sns {
    margin-left: -3px;
    justify-content: flex-start;
  }
}
.p-sns__item::before {
  content: "/";
}
.p-sns__item:first-child::before {
  content: none;
}
.p-sns__link {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-sns__link {
    padding: 0 3px;
    font-size: 12px;
  }
}
.p-sns__link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: calc(100% - 12px);
  height: 1px;
  background: rgba(85, 92, 95, 0.4);
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.9s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media (hover: hover) {
  .p-sns__link:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}

.p-copy {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-copy {
    font-size: 10px;
    letter-spacing: 0.02rem;
  }
}
.l-header .p-copy {
  text-align: left;
}
@media not all and (max-width: 900px) {
  .l-header .p-copy {
    padding-left: 6px;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .p-hero {
    padding-top: 45px;
  }
}
.p-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dff1f8;
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.19, 0.92, 0.3, 1) 3s;
  pointer-events: none;
}
.is-load .p-hero::after {
  opacity: 0;
}
.p-hero__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-hero__img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: transform 4s cubic-bezier(0.19, 0.92, 0.3, 1) 3s, filter 1s cubic-bezier(0.19, 0.92, 0.3, 1) 3.4s;
  filter: blur(5px);
}
.is-load .p-hero__img {
  transform: scale(1);
  filter: blur(0);
}
.p-hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.p-hero__logo {
  position: absolute;
  top: 50%;
  left: 56.4%;
  width: 24.4%;
  transform: translateY(-50%);
}
@media not all and (max-width: 900px) {
  .p-hero__logo {
    min-width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    top: auto;
    bottom: calc(15.2% - 10px);
    left: 50%;
    width: 57%;
    transform: translateX(-50%);
  }
}
.p-hero__logo img {
  transform: translate(-30px, 0);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.19, 0.92, 0.3, 1) 3.5s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 3.5s;
}
@media screen and (max-width: 900px) {
  .p-hero__logo img {
    transform: translate(0, 30px);
  }
}
.is-load .p-hero__logo img {
  transform: translate(0, 0);
  opacity: 1;
}

.p-quiz {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 900px) {
  .p-quiz {
    padding-bottom: 118px;
  }
}
.p-quiz__deco {
  position: absolute;
  top: 0;
  right: -80px;
  width: 36.5%;
  padding-top: 12.2%;
  background: url(../img/img_deco.jpg) center right no-repeat;
  background-size: contain;
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.29, 0.93, 0.5, 1), opacity 3s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .p-quiz__deco {
    top: -130px;
    right: -18px;
    width: 80.1%;
    padding-top: 26.64%;
  }
}
.p-quiz.is-active .p-quiz__deco {
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-quiz__ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 54.4%;
    margin-bottom: 61px;
  }
}
@media screen and (max-width: 900px) {
  .p-quiz__ttl {
    width: 74%;
    margin-bottom: 13%;
    margin-bottom: 42px;
  }
}
@media not all and (max-width: 900px) {
  .p-quiz__ttl-main {
    width: 39.8%;
  }
}
@media screen and (max-width: 900px) {
  .p-quiz__ttl-main {
    width: 67.5%;
    margin-bottom: 7%;
  }
}
@media not all and (max-width: 900px) {
  .p-quiz__ttl-sub {
    width: 57.5%;
    transform: translateY(-25%);
  }
}
.p-quiz__lead {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-quiz__lead {
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 2;
  }
}
.p-quiz.is-active .p-quiz__lead {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-quiz__lead-block + .p-quiz__lead-block {
  margin-top: 22px;
}
@media screen and (max-width: 900px) {
  .p-quiz__lead-block + .p-quiz__lead-block {
    margin-top: 16px;
  }
}

.p-quiz_detail {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
}
.p-quiz.is-active .p-quiz_detail {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-quiz_detail__list-item + .p-quiz_detail__list-item {
  margin-top: 7px;
}
@media screen and (max-width: 900px) {
  .p-quiz_detail__list-item + .p-quiz_detail__list-item {
    margin-top: 8px;
  }
}
@media not all and (max-width: 900px) {
  .p-quiz_detail__list-item.is-step {
    display: flex;
    align-items: flex-start;
  }
}
.p-quiz_detail__list-item .p-in-step {
  padding: 0 10px;
  border: 1px solid #555c5f;
  border-radius: 20px;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  letter-spacing: 0.06rem;
}
@media not all and (max-width: 900px) {
  .p-quiz_detail__list-item .p-in-step {
    margin-right: 20px;
    margin-top: 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 900px) {
  .p-quiz_detail__list-item .p-in-step {
    display: inline-block;
    padding: 0px 6px;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 900px) {
  .p-quiz_detail__list-item .p-in-txt {
    display: inline-block;
    line-height: 2.1;
  }
}
.p-answer {
  margin-top: 88px;
}
@media screen and (max-width: 900px) {
  .p-answer {
    margin-top: 52px;
  }
}
.p-answer__ttl {
  margin-bottom: 63px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-answer__ttl {
    margin-bottom: 36px;
  }
}
.p-answer.is-active .p-answer__ttl {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-answer__ttl span {
  position: relative;
  padding: 0 43px;
  font-family: YakuHanJPs, "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 50px;
}
@media screen and (max-width: 900px) {
  .p-answer__ttl span {
    padding: 0 20px;
    font-size: 35px;
    letter-spacing: -0.09rem;
  }
}
.p-answer__ttl span::before, .p-answer__ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/star.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) rotate(450deg) scale(0.9);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-answer__ttl span::before, .p-answer__ttl span::after {
    width: 24px;
    height: 24px;
  }
}
.p-answer.is-active .p-answer__ttl span::before, .p-answer.is-active .p-answer__ttl span::after {
  transform: translate(0, -50%) rotate(0deg) scale(1);
}
.p-answer__ttl span::after {
  left: auto;
  right: 0;
  transform: translate(0, -50%) rotate(-450deg) scale(0.9);
}
.p-answer__list {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-answer.is-active .p-answer__list {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media not all and (max-width: 900px) {
  .p-answer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-answer__list-item {
  background: rgba(85, 92, 95, 0.2);
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-answer__list-item:nth-child(4n-3) {
    background: rgba(85, 92, 95, 0.1);
  }
  .p-answer__list-item:nth-child(4n) {
    background: rgba(85, 92, 95, 0.1);
  }
}
@media screen and (max-width: 900px) {
  .p-answer__list-item:nth-child(odd) {
    background: rgba(85, 92, 95, 0.1);
  }
}
.p-answer__btn {
  width: 61%;
  margin: 79px auto 0;
}
@media screen and (max-width: 900px) {
  .p-answer__btn {
    width: 100%;
    margin-top: 50px;
  }
}
.p-answer__btn button {
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}

.p-answer_data {
  position: relative;
  padding: 43px 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-answer_data {
    padding: 36px 0 40px;
  }
}
.p-answer_data__name {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .p-answer_data__name {
    margin-bottom: 23px;
  }
}
.p-answer_data__name .p-in-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  opacity: 0.15;
  font-size: min(6.4285714286vw, 90px);
  transform: translateY(-20%) scale(1.1);
  letter-spacing: -0.08rem;
  pointer-events: none;
  transition: transform 3s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .p-answer_data__name .p-in-area {
    font-size: 61px;
  }
}
.p-answer.is-active .p-answer_data__name .p-in-area {
  transform: translateY(-20%) scale(1);
}
.p-answer_data__name .p-in-shop {
  font-size: 28px;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1300px) {
    .p-answer_data__name .p-in-shop {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 1100px) {
    .p-answer_data__name .p-in-shop {
      font-size: 19px;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-answer_data__name .p-in-shop {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-answer_data__name .p-in-shop.is-small {
    font-size: 18px;
  }
}
.p-answer_data__name .p-in-shop span {
  vertical-align: baseline;
  font-size: 18px;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1100px) {
    .p-answer_data__name .p-in-shop span {
      font-size: 14px;
    }
  }
}
@media screen and (max-width: 900px) {
  .p-answer_data__name .p-in-shop span {
    font-size: 10px;
  }
}
.p-answer_data__input {
  position: relative;
  width: 73%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-answer_data__input {
    width: 83%;
  }
}
.p-answer_data__input input {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 25px 20px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .p-answer_data__input input {
    padding: 17px 10px;
  }
}
.p-answer_data__input-correct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555c5f;
  background: #dff1f8;
  opacity: 0;
  pointer-events: none;
}
.p-answer_data__input-correct.is-correct {
  opacity: 1;
  pointer-events: auto;
  animation: flash 0.4s linear 2 forwards;
}
@keyframes flash {
  0% {
    background: #dff1f8;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #dff1f8;
  }
}
.p-answer_data__false {
  position: absolute;
  bottom: 27px;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #f65f2a;
}
@media screen and (max-width: 900px) {
  .p-answer_data__false {
    bottom: 22px;
    font-size: 10px;
  }
}

.p-form {
  margin-top: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-form {
    margin-top: 112px;
  }
}
.p-form__head {
  text-align: center;
}
.p-form__ttl {
  margin-bottom: 37px;
  font-family: YakuHanJPs, "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 40px;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s;
}
@media screen and (max-width: 900px) {
  .p-form__ttl {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-form.is-active .p-form__ttl {
  opacity: 1;
  transform: scale(1);
}
.p-form__lead {
  margin-bottom: 52px;
  line-height: 1.7;
  font-size: 20px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.7s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.7s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.7s;
}
@media screen and (max-width: 900px) {
  .p-form__lead {
    margin-bottom: 47px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-form.is-active .p-form__lead {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-form__inner {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
.p-form.is-active .p-form__inner {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-form__input {
  max-width: 640px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-form__input-item {
    display: flex;
    align-items: center;
  }
}
.p-form__input-item + .p-form__input-item {
  margin-top: 19px;
}
.p-form__input-item .p-in-ttl {
  flex-shrink: 0;
  min-width: 140px;
  text-align: right;
  padding-right: 29px;
}
@media screen and (max-width: 900px) {
  .p-form__input-item .p-in-ttl {
    margin-bottom: 7px;
    text-align: left;
    padding-right: 0;
  }
}
.p-form__input-item input {
  flex-grow: 1;
  margin: 0;
  padding: 14px 19px;
  border: 1px solid rgba(85, 92, 95, 0.4);
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 900px) {
  .p-form__input-item input {
    width: 100%;
    padding: 9px 15px;
  }
}
.p-form__input-item input::-moz-placeholder {
  color: rgba(85, 92, 95, 0.5);
}
.p-form__input-item input::placeholder {
  color: rgba(85, 92, 95, 0.5);
}
.p-form__send {
  width: 57%;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  .p-form__send {
    width: 80%;
    margin: 30px auto 0;
  }
}
.p-form__send .c-btn {
  position: relative;
}
.p-form__send input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  font-size: 0;
}
.p-form__caution {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .p-form__caution {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-form__caution-block {
    padding: 23px 0 29px 25px;
  }
}
@media not all and (max-width: 900px) {
  .p-form__caution-ttl {
    width: 17%;
  }
}
@media screen and (max-width: 900px) {
  .p-form__caution-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .p-form__caution-list li {
    line-height: 1.5;
  }
}

@media not all and (max-width: 900px) {
  .p-release__ttl {
    width: 24%;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 900px) {
  .p-release__ttl {
    width: 49%;
    margin: 0 auto 60px;
  }
}
@media not all and (max-width: 900px) {
  .p-release__type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-release__type-block {
  opacity: 0;
  transform: translate(40px, 40px);
  filter: blur(5px);
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, opacity 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, filter 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media not all and (max-width: 900px) {
  .p-release__type-block {
    width: 40%;
  }
  .p-release__type-block:nth-child(2) {
    margin-top: 18%;
  }
  .p-release__type-block:nth-child(3) {
    margin-top: 15px;
    margin-left: 11.8%;
  }
}
@media screen and (max-width: 900px) {
  .p-release__type-block {
    width: 73.5%;
    margin-bottom: 57px;
  }
  .p-release__type-block:last-child {
    margin-bottom: 0;
  }
  .p-release__type-block:nth-child(even) {
    margin-left: auto;
  }
}
.p-release__type-block.is-active {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
}
.p-release__btn {
  margin-top: 57px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.8s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.8s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.8s;
}
@media screen and (max-width: 900px) {
  .p-release__btn {
    margin-top: 50px;
  }
}
.p-release.is-active .p-release__btn {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-release__track {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .p-release__track {
    margin-top: 80px;
  }
}

.p-release_data__img {
  margin-bottom: 22px;
  overflow: hidden;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .p-release_data__img {
    margin-bottom: 17px;
  }
}
.p-release__type-block:nth-child(2) .p-release_data__img {
  -webkit-mask-image: linear-gradient(to left, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to left, #fff 40%, transparent 100%);
  -webkit-mask-position: -100% 50%;
  mask-position: -100% 50%;
}
.p-release__type-block.is-active .p-release_data__img {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.p-release__type-block:nth-child(2).is-active .p-release_data__img {
  -webkit-mask-position: 100% 50%;
  mask-position: 100% 50%;
}
.p-release_data__img img {
  transform: scale(1.2);
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-release__type-block.is-active .p-release_data__img img {
  transform: scale(1.01);
}
.p-release_data__txt-head {
  margin-bottom: 21px;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-head {
    margin-bottom: 15px;
  }
}
.p-release_data__txt-ttl {
  margin-bottom: 11px;
  font-size: 24px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-ttl {
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 0.03rem;
  }
}
.p-release_data__txt-ttl .p-in-small {
  vertical-align: baseline;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-ttl .p-in-small {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-note {
    font-size: 11px;
    letter-spacing: 0.03rem;
  }
}
@media not all and (max-width: 900px) {
  .p-release_data__txt-detail-item {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-detail-item {
    font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-release_data__txt-detail-item + .p-release_data__txt-detail-item {
  margin-top: 9px;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-detail-item + .p-release_data__txt-detail-item {
    margin-top: 4px;
  }
}
.p-release_data__txt-detail-item .p-in-ttl {
  position: relative;
  flex-shrink: 0;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-detail-item .p-in-ttl {
    line-height: 1.4;
  }
}
.p-release_data__txt-detail-item .p-in-ttl::before {
  content: "ー";
}
.p-release_data__txt-detail-item .p-in-txt {
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-detail-item .p-in-txt {
    line-height: 1.4;
  }
}
.p-release_data__txt-caution {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-release_data__txt-caution {
    margin-top: 17px;
    font-size: 10px;
  }
}

.p-track__ttl {
  position: relative;
  margin-bottom: 45px;
  padding: 5px 0 2px;
  text-align: center;
  font-family: "Bodoni Moda", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-track__ttl {
    margin-bottom: 36px;
    padding: 7px 0;
    font-size: 17px;
    letter-spacing: 0.03rem;
  }
}
.p-track__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-track.is-active .p-track__ttl::before {
  transform: scaleX(1);
}
.p-track__ttl span {
  position: relative;
  vertical-align: baseline;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.3s, filter 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.3s;
}
.p-track.is-active .p-track__ttl span {
  opacity: 1;
  filter: blur(0);
}
.p-track__block {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-track__block + .p-track__block {
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  .p-track__block + .p-track__block {
    margin-top: 56px;
  }
}
.p-track__block:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-track__block:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-track.is-active .p-track__block {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-track__header {
  margin-bottom: 9px;
}
@media screen and (max-width: 900px) {
  .p-track__header {
    margin-bottom: 11px;
  }
}
.p-track__cap {
  font-size: 24px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-track__cap {
    font-size: 16px;
  }
}
.p-track__cap .p-in-caution {
  padding-left: 10px;
  vertical-align: baseline;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-track__cap .p-in-caution {
    padding-left: 1px;
    font-size: 11px;
  }
}
@media not all and (max-width: 900px) {
  .p-track__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3%;
  }
}
.p-track__list-item {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid rgba(85, 92, 95, 0.4);
}
@media screen and (max-width: 900px) {
  .p-track__list-item {
    padding: 11.5px 0;
    font-size: 14px;
  }
}
.p-track__list-item .p-in-num {
  padding-right: 6px;
}
.p-track__list-item .p-in-ttl {
  letter-spacing: 0.04rem;
}
.p-track__list-item .p-in-ttl .p-in-small {
  vertical-align: baseline;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-track__list-item .p-in-ttl .p-in-small {
    font-size: 10px;
  }
}
.p-track__note {
  margin-top: 11px;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .p-track__note {
    padding-bottom: 2px;
  }
}
.p-track__note span {
  display: inline-block;
  padding: 1px 10px 4px;
  vertical-align: baseline;
  border: 1px solid #555c5f;
  border-radius: 30px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-track__note span.is-small {
    font-size: 10px;
    letter-spacing: 0.02rem;
  }
}

.p-movie {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 900px) {
  .p-movie {
    margin-top: 110px;
  }
}
.p-movie__container {
  position: relative;
}
.p-movie__ttl {
  width: 15.8%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 900px) {
  .p-movie__ttl {
    width: 32%;
    margin: 0 auto 60px;
  }
}
.p-movie__inner {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-movie.is-active .p-movie__inner {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-movie__list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.p-movie__list-item {
  position: relative;
  flex-shrink: 0;
  transition-property: transform;
}
.p-movie__pager {
  width: 106px;
  margin: 44px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-movie__pager {
    width: 95px;
    margin: 0 auto;
    padding: 34px 0 36px;
  }
}
.p-movie__pager-current {
  flex-shrink: 0;
}
.p-movie__pager-total {
  flex-shrink: 0;
}
.p-movie__pager-bar {
  position: relative;
  flex-grow: 1;
  height: 1px;
  margin: 0 15px;
  background: rgba(85, 92, 95, 0.4);
}
@media screen and (max-width: 900px) {
  .p-movie__pager-bar {
    margin: 0 10px;
  }
}
.p-movie__pager-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555c5f;
  transform-origin: center left;
}
.is-init .p-movie__pager-bar::after {
  animation: pager_scale 5s linear infinite;
}
@keyframes pager_scale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.p-movie__btn {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
@media not all and (max-width: 900px) {
  .p-movie__btn {
    position: absolute;
    top: 32px;
    right: 0;
    width: 230px;
  }
}
@media screen and (max-width: 900px) {
  .p-movie__btn {
    width: 55%;
    margin: 0 auto;
  }
}
.p-movie.is-active .p-movie__btn {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.p-movie_data__thumb {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .p-movie_data__thumb:hover img {
    transform: scale(1.1);
  }
}
.p-movie_data__thumb img {
  transform: scale(1.01);
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-movie_data__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dff1f8;
  opacity: 0.3;
}
.p-movie_data__ttl {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-movie_data__ttl {
    margin-top: 12px;
  }
}

.p-shop {
  margin-top: 134px;
}
@media screen and (max-width: 900px) {
  .p-shop {
    margin-top: 109px;
  }
}
.p-shop__ttl {
  width: 14.8%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 900px) {
  .p-shop__ttl {
    width: 30%;
    margin: 0 auto 60px;
  }
}
.p-shop__list {
  display: grid;
  margin-bottom: 57px;
}
@media not all and (max-width: 900px) {
  .p-shop__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 55px 3.8%;
  }
  @media screen and (max-width: 1250px) {
    .p-shop__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@media screen and (max-width: 900px) {
  .p-shop__list {
    margin-bottom: 37px;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 5%;
  }
}
.p-shop__list-item {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-shop__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-shop__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.p-shop__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.p-shop__list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.p-shop__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.p-shop__list-item:nth-child(6) {
  transition-delay: 0.7s;
}
.p-shop__list-item:nth-child(7) {
  transition-delay: 0.8s;
}
.p-shop__list-item:nth-child(8) {
  transition-delay: 0.9s;
}
.p-shop__list-item:nth-child(9) {
  transition-delay: 1s;
}
.p-shop__list-item:nth-child(10) {
  transition-delay: 1.1s;
}
.p-shop.is-active .p-shop__list-item {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-shop__btn {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 1.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 1.2s;
}
@media screen and (max-width: 900px) {
  .p-shop__btn {
    margin-top: 60px;
  }
}
.p-shop.is-active .p-shop__btn {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-shop_data__img {
  margin-bottom: 15px;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: mask-position 2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .p-shop_data__img {
    margin-bottom: 11px;
  }
}
.p-shop__list-item:nth-child(1) .p-shop_data__img {
  transition-delay: 0.2s;
}
.p-shop__list-item:nth-child(2) .p-shop_data__img {
  transition-delay: 0.3s;
}
.p-shop__list-item:nth-child(3) .p-shop_data__img {
  transition-delay: 0.4s;
}
.p-shop__list-item:nth-child(4) .p-shop_data__img {
  transition-delay: 0.5s;
}
.p-shop__list-item:nth-child(5) .p-shop_data__img {
  transition-delay: 0.6s;
}
.p-shop__list-item:nth-child(6) .p-shop_data__img {
  transition-delay: 0.7s;
}
.p-shop__list-item:nth-child(7) .p-shop_data__img {
  transition-delay: 0.8s;
}
.p-shop__list-item:nth-child(8) .p-shop_data__img {
  transition-delay: 0.9s;
}
.p-shop__list-item:nth-child(9) .p-shop_data__img {
  transition-delay: 1s;
}
.p-shop__list-item:nth-child(10) .p-shop_data__img {
  transition-delay: 1.1s;
}
.p-shop.is-active .p-shop_data__img {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.p-shop_data__txt-name {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-shop_data__txt-name {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.p-shop_data__txt-goods {
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-shop_data__txt-goods {
    font-size: 10px;
  }
}
.p-shop_data__txt-caution {
  margin-top: 10px;
}
.p-shop_data__txt-caution li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .p-shop_data__txt-caution li {
    line-height: 1.55;
  }
}

.p-shop_detail {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
.p-shop.is-active .p-shop_detail {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media screen and (max-width: 900px) {
  .p-shop_detail__block {
    padding: 24px 0 26px 25px;
  }
}
@media screen and (max-width: 900px) {
  .p-shop_detail__ttl {
    margin-bottom: 14px;
  }
}
.p-thanks {
  min-height: 100vh;
  background: linear-gradient(to bottom, #fff7fc, #fafff0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-thanks__container {
  width: 86%;
  margin: 0 auto;
  text-align: center;
}
.p-thanks__ttl {
  margin-bottom: 37px;
  font-family: YakuHanJPs, "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 40px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-thanks__ttl {
    margin-bottom: 21px;
    font-size: 25px;
    line-height: 1.5;
  }
}
.p-thanks.is-active .p-thanks__ttl {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-thanks__lead {
  margin-bottom: 52px;
  line-height: 1.7;
  font-size: 20px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-thanks__lead {
    margin-bottom: 47px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-thanks.is-active .p-thanks__lead {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-thanks__btn {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
}
@media not all and (max-width: 900px) {
  .p-thanks__btn {
    width: 55%;
    margin: 0 auto;
    max-width: 670px;
  }
}
.p-thanks.is-active .p-thanks__btn {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.p-thanks__back {
  margin-top: 43px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s;
}
@media screen and (max-width: 900px) {
  .p-thanks__back {
    margin-top: 26px;
  }
}
.p-thanks.is-active .p-thanks__back {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #dff1f8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 3s;
  pointer-events: none;
}
.is-load .p-op {
  opacity: 0;
}
.p-op__logo {
  position: relative;
  width: 19%;
  margin: 0 auto;
  transform: translateX(-13%);
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 2.6s;
}
@media screen and (max-width: 900px) {
  .p-op__logo {
    width: 44%;
  }
}
.is-load .p-op__logo {
  opacity: 0;
}
.p-op__logo-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-op__logo-main:nth-child(1) {
  position: relative;
  opacity: 1;
}
.p-op__logo-name {
  position: absolute;
  top: 38%;
  right: -27%;
  width: 38%;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 1.8s, opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1) 1.8s;
}
.is-load .p-op__logo-name {
  transform: translateX(0);
  opacity: 1;
}
.p-op mask {
  width: 100%;
  height: 100%;
}
.p-op svg {
  width: 100%;
  height: 100%;
}
.p-op path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 26px;
}
.p-op #svg-animation1 {
  opacity: 0;
}
.is-load .p-op #svg-animation1 {
  opacity: 1;
}
.p-op #svg-animation1 path {
  stroke-dasharray: 0, 380;
  stroke-dashoffset: 0;
  transition: stroke-dasharray 0.6s cubic-bezier(0.19, 0.92, 0.3, 1) 0.1s;
}
.is-load .p-op #svg-animation1 path {
  stroke-dasharray: 380, 382;
}
.p-op #svg-animation1 image {
  width: 100%;
  height: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(#oplogo1);
  mask-image: url(#oplogo1);
}
.p-op #svg-animation2 {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.3s;
}
.is-load .p-op #svg-animation2 {
  opacity: 1;
}
.p-op #svg-animation2 path {
  stroke-dasharray: 0, 279;
  stroke-dashoffset: 0;
  transition: stroke-dasharray 0.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.3s;
}
.is-load .p-op #svg-animation2 path {
  stroke-dasharray: 277, 279;
}
.p-op #svg-animation2 image {
  width: 100%;
  height: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(#oplogo2);
  mask-image: url(#oplogo2);
}
.p-op #svg-animation3 {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0.8s;
}
.is-load .p-op #svg-animation3 {
  opacity: 1;
}
.p-op #svg-animation3 path {
  stroke-dasharray: 936, 938;
  transition: stroke-dashoffset 1s cubic-bezier(0.32, 0.05, 0.58, 1.01) 0.8s;
  stroke-dashoffset: 938;
}
.is-load .p-op #svg-animation3 path {
  stroke-dashoffset: 1876;
}
.p-op #svg-animation3 image {
  width: 100%;
  height: 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(#oplogo3);
  mask-image: url(#oplogo3);
}

/*============================
vue.js transition
============================*/
.contentsIn1-enter-active,
.contentsIn1-leave-active {
  transition: opacity 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, transform 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, filter 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}

.contentsIn1-enter-from,
.contentsIn1-leave-to {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(5px);
}