@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;
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px -1920px;
  }
}
@keyframes line_pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
@keyframes line_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hover_btn {
  0% {
    transform: translateX(-100%) skewY(-45deg);
  }
  100% {
    transform: translateX(100%) skewY(-45deg);
  }
}
@keyframes size_move {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes size_move2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hover_arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
  45% {
    opacity: 0;
    transform: translate(-10px, 10px);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes hover_arrow2 {
  0% {
    opacity: 1;
    transform: translate(0, -50%) rotate(90deg);
    animation-timing-function: cubic-bezier(0.11, 0, 0.5, 0);
  }
  25% {
    opacity: 0;
    transform: translate(0, calc(-50% + 10px)) rotate(90deg);
  }
  26% {
    opacity: 0;
    transform: translate(0, calc(-50% + 10px)) rotate(90deg);
  }
  45% {
    opacity: 0;
    transform: translate(0, calc(-50% - 10px)) rotate(90deg);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  80% {
    opacity: 1;
    transform: translate(0, -50%) rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%) rotate(90deg);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  background-color: #ffffff;
}
body .m-modal .m-modal__bg {
  background: rgba(235, 240, 240, 0.9);
}
body .m-modal .m-modal__content {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  body .m-modal .m-modal__content {
    max-width: 600px;
  }
}
body .m-modal .m-modal__content > div {
  width: 100%;
  height: 100%;
}

.l-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #000000;
}
.l-menu__list {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-menu__list {
    max-width: 600px;
  }
}
.l-menu__list-item {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.l-menu__list-item.is-current a::after {
  transform: scaleX(1);
}
.l-menu__list-item a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  height: 100%;
  padding: 10px 0;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-menu__list-item a:hover {
    color: #00e2a5;
  }
}
@media screen and (min-width: 768px) {
  .l-menu__list-item a {
    font-size: 14px;
  }
}
.l-menu__list-item a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #737373;
  pointer-events: none;
}
.l-menu__list-item a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #00e2a5;
  transform: scaleX(0);
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.l-content {
  position: relative;
  padding-bottom: 90px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-content {
    padding-bottom: 0;
  }
}
.l-content__inner {
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-content__inner {
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 100px;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pc.jpg) repeat 0 0;
  background-size: 1920px;
}
@media screen and (min-width: 768px) {
  .l-bg {
    animation: bg 50s linear infinite forwards;
  }
}

.l-section {
  padding-top: 85px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 139px;
  }
}
.l-section__deco {
  position: absolute;
}
.l-section__deco.-d1 {
  right: 0;
  top: 0;
  width: 32%;
  max-width: 120px;
  transform: translate(25%, -53%);
}
@media screen and (min-width: 768px) {
  .l-section__deco.-d1 {
    max-width: none;
  }
}
.is-load .l-section__deco.-d1 img {
  animation: size_move 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.l-section__deco.-d2 {
  left: 0;
  bottom: 6%;
  width: 19%;
  max-width: 70px;
  transform: translate(-8%, 0);
}
.p-present .l-section__deco.-d2 {
  bottom: -8%;
}
.is-load .l-section__deco.-d2 img {
  animation: size_move2 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
@media screen and (min-width: 768px) {
  .l-section__deco.-d2 {
    max-width: none;
  }
}
.l-section__ttl {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}
.l-section__ttl-cap {
  position: relative;
}
.l-section__ttl-label {
  margin: 0 auto 20px;
  width: 90px;
  position: relative;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-label {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .l-section__ttl-label {
    width: 145px;
    margin: 0 auto 30px;
  }
}
.l-section__ttl-label .p-in_base {
  animation: rotate_loop 10s linear infinite forwards;
}
.l-section__ttl-label .p-in_num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 800;
  font-size: 35px;
  background: linear-gradient(270deg, rgb(0, 226, 165) 0%, rgb(10, 255, 183) 50%, rgb(125, 255, 134) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .l-section__ttl-label .p-in_num {
    font-size: 55px;
  }
}
.l-section__ttl-icon {
  margin-bottom: 14px;
  transform: scale(0.8);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-icon {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.65s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .l-section__ttl-icon {
    margin-bottom: 22px;
  }
}
.l-section__ttl-main {
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl-main {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.l-section__ttl h2 {
  text-align: center;
  font-size: 25px;
  font-style: italic;
  line-height: 1.3;
  font-weight: 800;
  vertical-align: baseline;
  background: linear-gradient(transparent 70%, #ffd800 0%);
  display: inline;
  padding: 0 1px 0px;
}
@media screen and (min-width: 768px) {
  .l-section__ttl h2 {
    font-size: 40px;
  }
}
.l-section__ttl h2.is-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 800;
}
.l-section__inner {
  margin: 0 auto;
  width: 90%;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.is-load .l-loading {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.l-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-load .l-loading__content {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-loading .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #000000;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotate_loop 1s linear infinite;
}
@media screen and (max-width: 767px) {
  .l-loading .loader {
    width: 36px;
    height: 36px;
    border-top: 2px solid #000000;
    border-right: 2px solid transparent;
  }
}

.c-about__item {
  position: relative;
  padding: 20px 0 23px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-about__item {
    padding: 30px 0 33px;
  }
}
.c-about__item::before, .c-about__item::after {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ebf0f0;
}
.c-about__item::before {
  top: 0;
}
.c-about__item::after {
  bottom: 0;
}
.c-about__label {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-about__label {
    font-size: 20px;
    padding-left: 30px;
  }
}
.c-about__label::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(../img/icon_star.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-about__label::before {
    top: 4px;
    width: 21px;
    height: 21px;
  }
}
.c-about__text {
  padding-left: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .c-about__text {
    padding-left: 30px;
    font-size: 18px;
  }
}

.c-btn {
  cursor: pointer;
  background: url(../img/bg_pattern.png) repeat-y 0 top;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.c-btn::before {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) translateX(-105%) skewX(-20deg);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1) 0.6s, opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) {
  .c-btn:hover::before {
    transform: translateY(-50%) translateX(-5%) skewX(-20deg);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 1;
  }
}
.c-btn__inner {
  display: block;
  padding: 20px 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn__inner {
    padding: 30px 10%;
  }
}
.c-btn__inner::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  background: url(../img/arrow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-btn__inner::before {
    width: 10px;
  }
}
.c-btn__text {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .c-btn__text {
    font-size: 18px;
  }
}

.c-post {
  background: url(../img/bg_pattern.png) repeat-y 0 top;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.c-post::before {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) translateX(-105%) skewX(-20deg);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1) 0.6s, opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) {
  .c-post:hover::before {
    transform: translateY(-50%) translateX(-5%) skewX(-20deg);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 1;
  }
}
.c-post.-listen a::before {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8%;
  background: url(../img/icon_notes.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-post.-listen a::before {
    width: 18px;
  }
}
.c-post a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 10px 21% 11px;
}
@media screen and (min-width: 768px) {
  .c-post a {
    padding: 20px 21% 21px;
  }
}
.c-post a::before {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8%;
  background: url(../img/sns_x.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-post a::before {
    width: 19px;
  }
}
.c-post__text {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-post__text {
    font-size: 18px;
  }
}

.c-listen {
  border: 1px solid #00e2a5;
  position: relative;
  overflow: hidden;
}
.c-listen::before {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #00e2a5;
  transform: translateY(-50%) translateX(-105%) skewX(-20deg);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1) 0.3s, opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) {
  .c-listen:hover::before {
    transform: translateY(-50%) translateX(-5%) skewX(-20deg);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 1;
  }
  .c-listen:hover a::before {
    background-color: #ffffff;
    transition: background 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .c-listen:hover .c-listen__text {
    color: #ffffff;
    transition: color 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
}
.c-listen a {
  display: block;
  text-decoration: none;
  padding: 10px 22%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-listen a {
    padding: 20px 22%;
  }
}
.c-listen a::before {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8%;
  -webkit-mask: url(../img/icon_notes.svg) no-repeat center center;
  mask: url(../img/icon_notes.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #00e2a5;
  transition: background 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 768px) {
  .c-listen a::before {
    width: 18px;
  }
}
.c-listen__text {
  color: #00e2a5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  transition: color 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 768px) {
  .c-listen__text {
    font-size: 18px;
  }
}

.c-line {
  width: 100%;
  height: 30px;
  background: url(../img/deco_loop.png) repeat-x 0 center;
  background-size: 1200px;
}
@media screen and (min-width: 768px) {
  .c-line {
    height: 45px;
    background: url(../img/deco_loop.png) repeat-x 0 center;
    background-size: 2000px;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 60px 20px 57px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 70px 30px 67px;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  width: 40px;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop {
    width: 50px;
  }
}
.l-footer__pagetop a {
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__pagetop a:hover {
    transform: translateY(-6px);
  }
}
.l-footer__pagetop svg {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1px;
}
.l-footer__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
.l-footer__share-text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  flex-shrink: 0;
  margin-right: 20px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-text {
    font-size: 17px;
    margin-right: 30px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
}
.l-footer__share-list-item {
  width: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item {
    width: 25px;
  }
}
.l-footer__share-list-item a {
  display: block;
}
@media (hover: hover) {
  .l-footer__share-list-item a:hover svg {
    fill: #00e2a5;
  }
}
.l-footer__share-list-item:nth-child(3) {
  width: 17px;
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item:nth-child(3) {
    width: 27px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 14px;
}
.l-footer__share-list-item svg {
  fill: #ffffff;
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__info + .l-footer__info {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .l-footer__info + .l-footer__info {
    margin-top: 15px;
  }
}
.l-footer__info-item + .l-footer__info-item {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__info-item + .l-footer__info-item {
    margin-left: 20px;
  }
}
.l-footer__info-item a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 15px;
  font-size: 13px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .l-footer__info-item a {
    padding-right: 20px;
    font-size: 17px;
  }
}
@media (hover: hover) {
  .l-footer__info-item a:hover::before {
    animation: hover_arrow 0.8s forwards;
  }
}
.l-footer__info-item a::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/arrow4.svg) no-repeat center center;
  mask: url(../img/arrow4.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-footer__info-item a::before {
    width: 13px;
  }
}
.l-footer__logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-style: italic;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    font-size: 34px;
    margin-top: 36px;
  }
}
.l-footer__logo a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  vertical-align: baseline;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    color: #00e2a5;
  }
}
.l-footer__official {
  text-align: center;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .l-footer__official {
    margin-top: 8px;
  }
}
.l-footer__official a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 15px;
  font-size: 13px;
  letter-spacing: 0.8px;
}
@media (hover: hover) {
  .l-footer__official a:hover::before {
    animation: hover_arrow 0.8s forwards;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__official a {
    font-size: 17px;
    padding-right: 20px;
  }
}
.l-footer__official a::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/arrow4.svg) no-repeat center center;
  mask: url(../img/arrow4.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
  width: 13px;
}
.l-footer__copy {
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 57px;
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 45vw;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hero {
    min-height: 150vw;
  }
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__bg-item {
  position: absolute;
}
.p-hero__bg-item.-d1 {
  width: 14%;
  left: -1%;
  top: 20%;
}
.is-load .p-hero__bg-item.-d1 {
  animation: size_move 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-hero__bg-item.-d2 {
  width: 8%;
  left: 7%;
  bottom: 6%;
}
.is-load .p-hero__bg-item.-d2 {
  animation: size_move2 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-hero__bg-item.-d3 {
  width: 14%;
  right: -1%;
  bottom: 21%;
}
.is-load .p-hero__bg-item.-d3 {
  animation: size_move2 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-hero__bg-item.-d4 {
  width: 8%;
  right: 7%;
  top: 6%;
}
.is-load .p-hero__bg-item.-d4 {
  animation: size_move 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-hero__jk {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-hero__jk {
    top: 50%;
  }
}
.p-hero__jk-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  width: 105%;
}
.is-load .p-hero__jk-deco {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (min-width: 768px) {
  .p-hero__jk-deco {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__jk-deco {
    width: 46%;
  }
}
.is-slide-change .p-hero__jk-deco-img {
  animation: rotate_loop 1.2s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.p-hero__jk-deco img {
  animation: rotate_loop 20s linear infinite forwards;
}
.p-hero__textdeco {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 66%;
}
@media screen and (min-width: 768px) {
  .p-hero__textdeco {
    z-index: 1;
    top: 4.5%;
    left: 2%;
    width: 22.5%;
  }
}
.p-hero__logo {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 82%;
}
@media screen and (min-width: 768px) {
  .p-hero__logo {
    bottom: 4.5%;
    right: 2%;
    width: 35.4%;
  }
}
.p-hero__logo h1 {
  position: relative;
}
.p-hero__logo-item {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transform: translateX(18%);
  opacity: 0;
}
.is-load .p-hero__logo-item {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__logo-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-hero__logo-item:nth-child(2) {
  transition-delay: 0.62s;
}
.is-load .p-hero__logo-item:nth-child(3) {
  transition-delay: 0.74s;
}
.p-hero__logo-item:first-child {
  position: relative;
}

.main_swiper {
  position: relative;
  transform: rotate(-45deg);
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.is-load .main_swiper {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
@media screen and (min-width: 768px) {
  .main_swiper {
    transform: rotate(-15deg);
  }
}
.main_swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.main_swiper .swiper-slide {
  position: relative;
  left: 0;
  width: 60%;
  transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(60deg) scale(0.68);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide {
    width: 26%;
    transform: rotate(30deg) scale(1);
  }
}
.main_swiper .swiper-slide-inner {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide-inner {
    border-radius: 30px;
  }
}
.main_swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.is-slide-next-standby {
    transform: rotate(30deg) scale(1);
  }
}
.main_swiper .swiper-slide.swiper-slide-next {
  transform: rotate(60deg) scale(0.68);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.swiper-slide-next {
    transform: rotate(30deg) scale(1);
  }
  .main_swiper .swiper-slide.swiper-slide-next .swiper-slide-inner {
    transform: translateX(13%);
  }
}
.main_swiper .swiper-slide.swiper-slide-duplicate-next {
  transform: rotate(60deg) scale(0.68);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.swiper-slide-duplicate-next {
    transform: rotate(30deg) scale(1);
  }
  .main_swiper .swiper-slide.swiper-slide-duplicate-next .swiper-slide-inner {
    transform: translateX(13%);
  }
}
.main_swiper .swiper-slide.swiper-slide-active {
  transform: rotate(60deg) scale(1);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.swiper-slide-active {
    transform: rotate(30deg) scale(1.5);
  }
}
.main_swiper .swiper-slide.swiper-slide-duplicate-active {
  transform: rotate(60deg) scale(1);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.swiper-slide-duplicate-active {
    transform: rotate(30deg) scale(1.5);
  }
}
.main_swiper .swiper-slide.is-slide-prev-standby {
  transform: rotate(60deg) scale(0.68);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.is-slide-prev-standby {
    transition-delay: 0.2s;
    transform: rotate(30deg) scale(1);
  }
}
.main_swiper .swiper-slide.swiper-slide-prev {
  transform: rotate(60deg) scale(0.68);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.swiper-slide-prev {
    transform: rotate(30deg) scale(1);
  }
  .main_swiper .swiper-slide.swiper-slide-prev .swiper-slide-inner {
    transform: translateX(-13%);
  }
}
.main_swiper .swiper-slide.swiper-slide-duplicate-prev {
  transform: rotate(60deg) scale(0.68);
}
@media screen and (min-width: 768px) {
  .main_swiper .swiper-slide.swiper-slide-duplicate-prev {
    transform: rotate(30deg) scale(1);
  }
  .main_swiper .swiper-slide.swiper-slide-duplicate-prev .swiper-slide-inner {
    transform: translateX(-13%);
  }
}

.p-intro {
  text-align: center;
  position: relative;
  padding: 13% 0 0;
}
.p-intro__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__lead {
  line-height: 1.65;
  font-size: 15px;
  font-weight: 500;
  transform: translateY(25px);
  opacity: 0;
}
.p-intro.is-active .p-intro__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-intro__lead {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
.is-load .p-intro__cap img {
  animation: fuyo 4s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards reverse;
}
.is-load .p-intro__bottom img {
  animation: fuyo 3s cubic-bezier(0.37, 0, 0.63, 1) infinite forwards;
}
.p-intro__line {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-intro__line {
    animation: line_sp 30s linear infinite forwards;
  }
}
@media screen and (min-width: 768px) {
  .p-intro__line {
    margin-top: 28px;
    animation: line_pc 30s linear infinite forwards;
  }
}

.p-present {
  position: relative;
  overflow: hidden;
}
.p-present__deco {
  position: absolute;
}
.p-present__deco.-d1 {
  right: 0;
  top: 0;
  width: 32%;
  max-width: 120px;
  transform: translate(25%, 18%);
}
.p-present__deco.-d2 {
  left: 0;
  top: 71vw;
  width: 19%;
  max-width: 70px;
  transform: translate(-8%, 0%);
}
.p-present__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: translateX(-30px);
  opacity: 0;
}
.l-section.is-active .p-present__lead {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (min-width: 768px) {
  .p-present__lead {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
.p-present__info {
  margin-top: 24px;
  background-color: #ebf0f0;
  padding: 24px 20px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  transform: translateX(30px);
  opacity: 0;
}
.l-section.is-active .p-present__info {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.55s;
}
@media screen and (min-width: 768px) {
  .p-present__info {
    padding: 34px 30px;
    font-size: 16px;
  }
}
.p-present__info a {
  color: #00e2a5;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-present__info a:hover {
    color: #000000;
  }
}
.p-present__info span {
  vertical-align: baseline;
}
.p-present__info .is-bold {
  font-weight: 700;
}
.p-present__about {
  margin-top: 30px;
  transform: translateX(-30px);
  opacity: 0;
}
.p-present__about.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-present__about {
    margin-top: 40px;
  }
}
.p-present__btn {
  width: 88%;
  margin: 0 auto;
  margin-top: 50px;
  transform: translateX(30px);
  opacity: 0;
}
.p-present__btn.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-present__btn {
    margin-top: 60px;
  }
}
.p-present__note {
  margin-top: 46px;
  transform: translateX(-30px);
  opacity: 0;
}
.p-present__note.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-present__note {
    margin-top: 56px;
  }
}
.p-present__note-item {
  padding-left: 11px;
  position: relative;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .p-present__note-item {
    font-size: 14px;
    padding-left: 15px;
    letter-spacing: 1px;
  }
}
.p-present__note-item + .p-present__note-item {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-present__note-item + .p-present__note-item {
    margin-top: 6px;
  }
}
.p-present__note-item a {
  color: #00e2a5;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-present__note-item a:hover {
    color: #000000;
  }
}
.p-present__note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-select_modal {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
}
.p-select_modal__note {
  border-bottom: 1px solid #ebf0f0;
  font-size: 11.5px;
  line-height: 1.3;
  padding: 18px 0 21px;
}
@media screen and (min-width: 768px) {
  .p-select_modal__note {
    padding: 28px 0 31px;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
.p-select_modal__head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1;
}
.p-select_modal__head-close {
  width: 50px;
  height: 50px;
  background-color: #000000;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-select_modal__head-close {
    width: 60px;
    height: 60px;
  }
}
@media (hover: hover) {
  .p-select_modal__head-close:hover .p-select_modal__head-close-line::before,
  .p-select_modal__head-close:hover .p-select_modal__head-close-line::after {
    background-color: #00e2a5;
  }
}
.p-select_modal__head-close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding-top: 50%;
}
.p-select_modal__head-close-line::before, .p-select_modal__head-close-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-select_modal__head-close-line::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-select_modal__head-close-line::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-select_modal__sort {
  flex-grow: 1;
  height: 50px;
  border-right: 1px solid #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-select_modal__sort {
    height: 60px;
  }
}
@media (hover: hover) {
  .p-select_modal__sort:hover .p-select_modal__sort-text::before {
    animation: hover_arrow2 0.8s forwards;
  }
}
.p-select_modal__sort-select {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .p-select_modal__sort-select {
    font-size: 20px;
  }
}
.p-select_modal__sort-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
}
@media screen and (min-width: 768px) {
  .p-select_modal__sort-text {
    padding: 0 36px;
  }
}
.p-select_modal__sort-text::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-select_modal__sort-text::before {
    width: 16px;
    height: 16px;
  }
}
.p-select_modal__sort-text .p-in_text {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-select_modal__sort-text .p-in_text {
    font-size: 20px;
  }
}
.p-select_modal__list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ebf0f0;
}
.p-select_modal__list-item {
  width: 50%;
  padding: 20px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ebf0f0;
  border-right: 1px solid #ebf0f0;
}
@media screen and (min-width: 768px) {
  .p-select_modal__list-item {
    padding: 30px 30px;
  }
}
.p-select_modal__list-text {
  line-height: 1.2;
}
.p-select_modal__list-text .p-in_ttl {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-select_modal__list-text .p-in_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-select_modal__list-text .p-in_member {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-select_modal__list-text .p-in_member {
    font-size: 18px;
  }
}
.p-select_modal__list-thumb {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .p-select_modal__list-thumb {
    margin-bottom: 26px;
  }
}
.p-select_modal__list-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-select_modal__list-btns {
  margin-top: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-select_modal__list-btns {
    margin-top: 24px;
  }
}
.p-select_modal__list-btns-item {
  text-align: center;
}
.p-select_modal__list-btns-item + .p-select_modal__list-btns-item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-select_modal__list-btns-item + .p-select_modal__list-btns-item {
    margin-top: 15px;
  }
}
.p-quiz__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: translateX(-30px);
  opacity: 0;
}
.l-section.is-active .p-quiz__lead {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (min-width: 768px) {
  .p-quiz__lead {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
.p-quiz__lead .is-small {
  font-size: 11.5px;
}
@media screen and (min-width: 768px) {
  .p-quiz__lead .is-small {
    font-size: 16px;
  }
}
.p-quiz__main {
  margin-top: 43px;
  transform: translateX(30px);
  opacity: 0;
}
.l-section.is-active .p-quiz__main {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.55s;
}
.p-quiz__box {
  border: 1px solid #ebf0f0;
  position: relative;
  background-color: #ffffff;
}
.p-quiz__box + .p-quiz__box {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-quiz__box + .p-quiz__box {
    margin-top: 55px;
  }
}
.p-quiz__box-cap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #000000;
  width: 64%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-cap {
    height: 45px;
  }
}
.p-quiz__box-cap-text {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-cap-text {
    padding-bottom: 4px;
    font-size: 25px;
  }
}
.p-quiz__box-text {
  padding-top: 36px;
  text-align: center;
  font-size: 13px;
  padding-bottom: 19px;
  line-height: 1.7;
  border-bottom: 1px solid #ebf0f0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-text {
    padding-top: 46px;
    padding-bottom: 29px;
    font-size: 18px;
  }
}
.p-quiz__box-answer-item {
  display: flex;
  padding: 13px 20px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-item {
    padding: 23px 30px 25px;
  }
}
.p-quiz__box-answer-item.-success::before {
  opacity: 1;
}
.p-quiz__box-answer-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, rgb(0, 226, 165) 0%, rgb(10, 255, 183) 50%, rgb(125, 255, 134) 100%);
}
.p-quiz__box-answer-item + .p-quiz__box-answer-item {
  border-top: 1px solid #ebf0f0;
}
.p-quiz__box-answer-content {
  position: relative;
  flex-grow: 1;
  word-break: break-all;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-content {
    padding-top: 3px;
  }
}
.p-quiz__box-answer-num {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-weight: 700;
  color: #00e2a5;
  font-size: 14px;
  flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-num {
    width: 40px;
    font-size: 18px;
  }
}
.-success .p-quiz__box-answer-num {
  color: #ffffff;
}
.p-quiz__box-answer-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-head {
    margin-bottom: 20px;
  }
}
.p-quiz__box-answer-head .p-in_thumb {
  flex-shrink: 0;
  width: 19%;
  padding-top: 19%;
  margin-right: 3.5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-head .p-in_thumb {
    width: 22%;
    padding-top: 22%;
    margin-right: 4.5%;
  }
}
.p-quiz__box-answer-head .p-in_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-quiz__box-answer-head .p-in_text {
  line-height: 1.3;
  font-size: 11.5px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-head .p-in_text {
    font-size: 16px;
  }
}
.p-quiz__box-answer-btns {
  display: flex;
}
.p-quiz__box-answer-btns-item {
  width: 48%;
}
.p-quiz__box-answer-btns-item + .p-quiz__box-answer-btns-item {
  margin-left: 3.5%;
}
.p-quiz__box-answer-listen {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: linear-gradient(50deg, rgb(0, 226, 165) 0%, rgb(10, 255, 183) 50%, rgb(125, 255, 134) 100%);
  border-radius: 50%;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-quiz__box-answer-listen {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .p-quiz__box-answer-listen:hover {
    opacity: 0.7;
  }
}
.p-quiz__box-answer-listen a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.-success .p-quiz__box-answer-listen {
  background: #ffffff;
}
.p-quiz__box-answer-listen-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.p-quiz__box-answer-listen-icon svg {
  fill: #ffffff;
}
.-success .p-quiz__box-answer-listen-icon svg {
  fill: #00e2a5;
}
.p-quiz__archive {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-quiz__archive {
    margin-top: 60px;
    max-width: 600px;
  }
}
.p-quiz__archive-head {
  background: url(../img/bg_pattern.png) repeat-y 0 top;
  background-size: 100%;
  text-align: center;
  position: relative;
  padding: 17px 38px 16px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-quiz__archive-head {
    padding: 27px 48px 26px;
  }
}
.p-quiz__archive-head::before {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) translateX(-105%) skewX(-20deg);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1) 0.6s, opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) {
  .p-quiz__archive-head:hover::before {
    transform: translateY(-50%) translateX(-5%) skewX(-20deg);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 1;
  }
}
.p-quiz__archive-head-text {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-style: italic;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-quiz__archive-head-text {
    font-size: 27px;
  }
}
.p-quiz__archive-head-icon {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%) rotate(45deg);
  width: 18px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-ac-open .p-quiz__archive-head-icon {
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (min-width: 768px) {
  .p-quiz__archive-head-icon {
    width: 28px;
  }
}
.p-quiz__archive-content {
  overflow: hidden;
}
.p-quiz__archive-content-inner {
  padding: 46px 20px 29px;
  background-color: #ebf0f0;
}
@media screen and (min-width: 768px) {
  .p-quiz__archive-content-inner {
    padding: 56px 30px 39px;
  }
}
.p-quiz__archive-content-inner .p-quiz__box-answer-item {
  align-items: center;
}
.p-quiz__archive-content-inner .p-quiz__box-answer-content .p-in_text {
  padding-right: 50px;
}
@media screen and (min-width: 768px) {
  .p-quiz__archive-content-inner .p-quiz__box-answer-content .p-in_text {
    padding-right: 60px;
  }
}
.p-quiz__line {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-quiz__line {
    animation: line_sp 30s linear infinite forwards reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-quiz__line {
    margin-top: 100px;
    animation: line_pc 30s linear infinite forwards reverse;
  }
}

.p-playlist__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: translateX(-30px);
  opacity: 0;
}
.l-section.is-active .p-playlist__lead {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (min-width: 768px) {
  .p-playlist__lead {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.p-playlist__lead .is-small {
  font-size: 11.5px;
}
.p-playlist__list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-playlist__list {
    margin-top: 34px;
    max-width: 600px;
  }
}
.p-playlist__list-content {
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern.png) repeat-y 0 top;
  background-size: 100%;
  padding: 57px 0 39px;
}
.p-playlist__slider-cap {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  min-width: 215px;
  transform: translateX(-50%) translateY(-25%);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  padding: 13px 10px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-cap {
    min-width: 315px;
    padding: 18px 20px;
    font-size: 20px;
  }
}
.p-playlist__slider-cap .is-large {
  vertical-align: baseline;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-cap .is-large {
    font-size: 30px;
  }
}
.p-playlist__slider-cap .is-small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-cap .is-small {
    font-size: 16px;
  }
}
.p-playlist__slider-thumb {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-thumb {
    margin-bottom: 35px;
  }
}
.p-playlist__slider-text {
  line-height: 1.65;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-text {
    font-size: 16px;
  }
}
.p-playlist__slider-listen {
  margin: 26px auto 0;
  width: 85%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-playlist__slider-listen .c-post a {
  padding: 17px 21% 18px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-listen .c-post a {
    padding: 27px 21% 28px;
  }
  .p-playlist__slider-listen .c-post a::before {
    width: 20px;
  }
}
.p-playlist__slider-listen .c-post__text {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-playlist__slider-listen .c-post__text {
    font-size: 25px;
  }
}
.p-playlist__pager {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.p-playlist__pager .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  -webkit-mask: url(../img/icon_star.svg) no-repeat center center;
  mask: url(../img/icon_star.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 0 6px !important;
}
@media screen and (min-width: 768px) {
  .p-playlist__pager .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    margin: 0 10px !important;
  }
}
.p-playlist__pager .swiper-pagination-bullet-active {
  background-color: #000000;
}
.p-playlist__line {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .p-playlist__line {
    animation: line_sp 30s linear infinite forwards;
  }
}
@media screen and (min-width: 768px) {
  .p-playlist__line {
    margin-top: 102px;
    animation: line_pc 30s linear infinite forwards;
  }
}

.playlist_swiper .swiper-slide {
  position: relative;
  height: auto;
  margin: 0 auto;
}
.no-slide .playlist_swiper .swiper-slide {
  width: 80%;
}
.playlist_swiper .swiper-slide-inner {
  background-color: #ffffff;
  padding: 95px 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .playlist_swiper .swiper-slide-inner {
    padding: 140px 30px 50px;
  }
}

.p-campaign__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: translateX(-30px);
  opacity: 0;
}
.l-section.is-active .p-campaign__lead {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (min-width: 768px) {
  .p-campaign__lead {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
.p-campaign__info {
  background-color: #ebf0f0;
  padding: 20px 20px 25px;
  margin-top: 25px;
  transform: translateX(30px);
  opacity: 0;
}
.l-section.is-active .p-campaign__info {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.55s;
}
@media screen and (min-width: 768px) {
  .p-campaign__info {
    padding: 30px 30px 35px;
    margin-top: 35px;
  }
}
.p-campaign__info-box + .p-campaign__info-box {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-campaign__info-box + .p-campaign__info-box {
    margin-top: 30px;
  }
}
.p-campaign__info-lead {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-campaign__info-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.p-campaign__note {
  margin-top: 24px;
  transform: translateX(30px);
  opacity: 0;
}
.l-section.is-active .p-campaign__note {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.55s;
}
@media screen and (min-width: 768px) {
  .p-campaign__note {
    margin-top: 34px;
  }
}
.p-campaign__note-item {
  line-height: 1.6;
  font-size: 11.5px;
}
@media screen and (min-width: 768px) {
  .p-campaign__note-item {
    font-size: 14px;
  }
}
.p-campaign__note-item + .p-campaign__note-item {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-campaign__note-item + .p-campaign__note-item {
    margin-top: 8px;
  }
}
.p-campaign__about {
  margin-top: 26px;
  transform: translateX(-30px);
  opacity: 0;
}
.p-campaign__about.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-campaign__about {
    margin-top: 36px;
  }
}
.p-campaign__line {
  margin-top: 86px;
}
@media screen and (min-width: 768px) {
  .p-campaign__line {
    margin-top: 96px;
    animation: line_pc 30s linear infinite forwards reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign__line {
    animation: line_sp 30s linear infinite forwards reverse;
  }
}

.p-movie__lead {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: translateX(-30px);
  opacity: 0;
}
.l-section.is-active .p-movie__lead {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (min-width: 768px) {
  .p-movie__lead {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.p-movie__list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-movie__list {
    margin-top: 34px;
  }
}
.p-movie__list-item {
  position: relative;
  padding: 29px 0;
  opacity: 0;
  display: flex;
}
.p-movie__list-item:nth-child(2n+1) {
  transform: translateX(-30px);
}
.p-movie__list-item:nth-child(2n) {
  transform: translateX(30px);
}
.p-movie__list-item.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-movie__list-item {
    padding: 39px 0;
  }
}
.p-movie__list-item::before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ebf0f0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-movie__list-item::before {
    max-width: 600px;
  }
}
.p-movie__list-item:last-of-type::after {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ebf0f0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-movie__list-item:last-of-type::after {
    max-width: 600px;
  }
}
.p-movie__list-content {
  line-height: 1.7;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .p-movie__list-content {
    padding-top: 4px;
  }
}
.p-movie__list-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-style: italic;
  color: #00e2a5;
  font-size: 20px;
  width: 40px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-movie__list-num {
    width: 50px;
    font-size: 24px;
  }
}
.p-movie__list-release {
  font-size: 12.5px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-movie__list-release {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.p-movie__list-thumb {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-movie__list-thumb {
    margin-bottom: 18px;
  }
}
.p-movie__list-thumb a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 56.25%;
}
@media (hover: hover) {
  .p-movie__list-thumb a:hover .p-movie__list-thumb-img {
    transform: scale(1.05);
    filter: blur(2px);
  }
}
.p-movie__list-thumb a::after {
  content: "";
  width: 24%;
  padding-top: 24%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/movie_play.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-movie__list-thumb a::after {
    width: 20%;
    padding-top: 20%;
  }
}
.p-movie__list-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__list-thumb-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 226, 165) 0%, rgb(10, 255, 183) 50%, rgb(125, 255, 134) 100%);
  opacity: 0.5;
  pointer-events: none;
}
.p-movie__list-ttl {
  font-weight: 700;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-movie__list-ttl {
    font-size: 17px;
  }
}
.p-movie__list-lead {
  font-size: 12.5px;
}
@media screen and (min-width: 768px) {
  .p-movie__list-lead {
    font-size: 15px;
  }
}