@charset "UTF-8";
@-webkit-keyframes check-anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes check-anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*!
  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,
a, 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 {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

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 {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

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

body {
  opacity: 0;
  background-color: #f3f3f3;
  color: #000;
  font-weight: 400;
  font-family: 'Noto Sans JP';
}

body.is-load {
  opacity: 1;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.p-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  pointer-events: none;
}

body.none-jk .p-bg {
  display: none;
}

.p-bg__img {
  opacity: 0.8;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.l-wrap {
  position: relative;
  margin: 4% auto;
  width: 92%;
}

body.page-attent .l-wrap {
  display: block;
  margin: 7.6% auto;
  width: 90%;
  max-width: 980px;
  min-height: auto;
}

body.page-attent .l-wrap::before {
  content: none;
}

.l-wrap::before {
  position: absolute;
  border-radius: 5px;
  background-color: white;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.l-wrap.-en {
  font-family: 'Inter';
}

.p-hero {
  position: relative;
}

.p-hero__img {
  overflow: hidden;
}

.p-hero__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 5px 5px 0 0;
}

body.is-load .p-hero__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 3s cubic-bezier(0.33, 1, 0.68, 1);
}

body.none-jk .p-hero {
  display: none;
}

.p-info {
  position: relative;
  padding-bottom: 28%;
}

.p-info__inner {
  margin: 0 auto;
  width: 90%;
}

body.none-jk .p-info__inner {
  padding: 0;
}

.p-info__title {
  margin: 0 0 6.3% 0;
  text-align: center;
}

.p-info__title span {
  display: block;
  font-weight: 400;
}

body.none-jk .p-info__title {
  padding-top: 16%;
}

.p-info__artist {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.p-info__song {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1.7px;
}

body.none-jk .p-info__song {
  margin-bottom: 12px;
}

.l-wrap.-en .p-info__song {
  font-weight: bold;
}

.p-info__release {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Inter';
  letter-spacing: 0.5px;
}

.p-info__lead {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.p-info__reserve {
  margin-bottom: 11%;
}

.p-info__reserve .p-info__reserve-checkcont {
  margin-bottom: 30px;
}

.p-info__reserve .p-info__reserve-checkcont.-default {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}

.p-info__reserve .p-info__reserve-checkcont.-default::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-radius: 10px;
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
  content: '';
}

.p-info__reserve .p-info__reserve-checkcont.-default {
  padding: 20px 0;
}

.l-wrap[data-lang=""] .p-info__reserve .p-info__reserve-checkcont.-default {
  padding: 0;
}

.l-wrap[data-lang="en"] .p-info__reserve .p-info__reserve-checkcont.-default {
  padding: 0;
}

.l-wrap[data-lang="en"] .p-info__reserve .p-info__reserve-checkcont.-default::before {
  opacity: 0;
}

.p-info__reserve .p-info__reserve-checkcont.-default::before {
  opacity: 1;
}

.l-wrap[data-lang=""] .p-info__reserve .p-info__reserve-checkcont.-default::before {
  opacity: 0;
}

.p-info__reserve .p-info__reserve-note {
  margin: 0;
}

.p-info__reserve-lead {
  position: relative;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.8px;
}

.p-info__reserve-note {
  position: relative;
  margin-bottom: 30px;
  color: #5c5c5c;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 1px;
}

.p-info__reserve-note a {
  color: #000;
}

body.none-jk .p-info__reserve-note {
  margin-bottom: 28px;
}

.p-info__reserve-note-item {
  margin-bottom: 9px;
}

.p-info__reserve-note-item:last-of-type {
  margin: 0;
}

.p-info__reserve-checklist-items {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
}

body.none-jk .p-info__reserve-checklist-items {
  margin-bottom: 16px;
}

body.none-jk .p-info__reserve-checklist-items:last-of-type {
  margin: 0;
}

.p-info__reserve-checklist-items:last-of-type {
  margin: 0;
}

.p-info__reserve-checklist-items input {
  display: none;
}

.p-info__reserve-checklist-items .is-parts {
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}

.p-info__reserve-checklist-items .is-parts .p-in_check {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2px;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 19px;
  height: 19px;
}

.p-info__reserve-checklist-items .is-parts .p-in_check::after {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(40deg) scale(0.5);
  transform: translate(-50%, -50%) rotate(40deg) scale(0.5);
  opacity: 0;
  width: 3px;
  height: 6px;
  content: "";
}

body.none-jk .p-info__reserve-checklist-items .is-parts {
  padding-left: 31px;
}

.l-wrap.-en .p-info__reserve-checklist-items .is-parts {
  letter-spacing: 1px;
}

.p-info__reserve-checklist-items input:checked + .is-parts .p-in_check::after {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(40deg) scale(1);
  transform: translate(-50%, -50%) rotate(40deg) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: opacity 0.2s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: opacity 0.2s linear 0.3s, transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: opacity 0.2s linear 0.3s, transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s, -webkit-transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  border-right: 2.9px solid #ffffff;
  border-bottom: 2.9px solid #ffffff;
  width: 3px;
  height: 6px;
  content: "";
}

.p-info__reserve-checklist-items input:checked + .is-parts .p-in_check {
  -webkit-animation: check-anime 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  animation: check-anime 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: background-color 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, border 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: background-color 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, border 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  border: 1px solid #e5002d;
  background-color: #e5002d;
}

.p-info__reserve-checklist-items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-info__reserve-detail {
  margin: 17px 0 19px 0;
  font-size: 14px;
  line-height: 1.7;
}

.p-info__reserve-back {
  font-size: 14px;
}

.p-info__reserve-screen-img {
  position: relative;
  margin: 0 auto 5%;
  width: 90%;
}

.p-info__reserve-screen-lead {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.8px;
}

.p-info__reserve-cookie {
  position: relative;
  margin-top: 26px;
  font-size: 11px;
  line-height: 1.95;
  text-align: center;
}

.p-info__reserve-cookie a {
  color: #5c5c5c;
}

.p-info .is-border {
  margin: 2.2em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.p-reservebtn {
  margin: 0 auto;
  width: 92%;
}

.p-reservebtn__items {
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  margin-bottom: 13px;
  border: none;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Inter';
  letter-spacing: 0.6px;
  text-align: center;
}

.p-reservebtn__items.is-apple::before {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.4;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 40px;
  background: #ff2d55;
  width: 90%;
  height: 100%;
  content: '';
}

.p-reservebtn__items.is-apple::after {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_applemusic.svg) no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  content: '';
}

.p-reservebtn__items.is-apple .is-inner {
  background-color: #ff2d55;
  line-height: 1;
}

.p-reservebtn__items.is-apple .is-inner span {
  display: inline-block;
  text-align: center;
}

.p-reservebtn__items.is-apple:disabled::before {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-reservebtn__items.is-spotify::before {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.4;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 40px;
  background: #1ed760;
  width: 90%;
  height: 100%;
  content: '';
}

.p-reservebtn__items.is-spotify::after {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_spotify.svg) no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  content: '';
}

.p-reservebtn__items.is-spotify .is-inner {
  background-color: #1ed760;
  line-height: 1;
}

.p-reservebtn__items.is-spotify .is-inner span {
  display: inline-block;
  text-align: center;
}

.p-reservebtn__items.is-spotify:disabled::before {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-reservebtn__items .is-inner {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 60px;
  padding: 8% 17%;
}

.p-reservebtn__items:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.p-reservebtn__items:disabled .is-inner {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #aaa !important;
}

.p-reservebtn__items:last-of-type {
  margin: 0;
}

.pull-down_language {
  z-index: 1;
  margin-right: 10px;
  margin-left: auto;
  padding-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pull-down_language__inner {
  position: relative;
}

.pull-down_language__inner::before {
  position: absolute;
  top: 53%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 30%, 0% 100%, 100% 100%);
  background-color: #000;
  width: 9px;
  height: 9px;
  pointer-events: none;
  content: '';
}

.pull-down_language label {
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  z-index: 1;
  z-index: 1;
  background-color: #ffffff;
  padding: 6px;
  width: 77%;
  width: 80%;
  pointer-events: none;
  font-size: 12px;
}

.l-wrap[data-lang=""] .pull-down_language label {
  opacity: 1;
}

.pull-down_language select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-color: #aaa;
  border-radius: 30px;
  padding: 10px 32px 10px 24px;
  width: 250px;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.c-ttl {
  position: relative;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: center;
}

.p-privacy {
  position: relative;
  width: 100%;
  font-size: 15px;
}

.p-privacy a {
  color: #000;
}

.p-privacy .u-margintop25 {
  margin-top: 25px;
}

.p-privacy .u-margintop22 {
  margin-top: 22px;
}

.p-privacy .u-margintop6 {
  margin-bottom: 6px;
}

.p-privacy .u-width95 {
  margin: 0 auto;
  width: 95%;
}

.p-privacy__update {
  margin-bottom: 27px;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: right;
}

.p-privacy__text {
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.p-privacy__text.-padding {
  padding-left: 22px;
}

.p-privacy__inner {
  background-color: #fff;
  padding: 44px 6% 70px;
  line-height: 1.75;
}

.p-privacy__headline1 {
  margin-top: 60px;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: 0.5px;
}

.p-privacy__headline2 {
  margin-top: 43px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
}

.p-privacy__headline3 {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.2px;
}

.p-privacy__headline3.-padding {
  padding-left: 22px;
}

.p-privacy__end {
  margin-top: 80px;
  font-size: 12px;
  text-align: right;
}

.p-privacy__list.-dot .p-privacy__list-item::before {
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  width: 5px;
  height: 5px;
  content: '';
}

.p-privacy__list.-line .p-privacy__list-item {
  padding-left: 16px;
}

.p-privacy__list.-line .p-privacy__list-item::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '-';
}

.p-privacy__list-item {
  position: relative;
  margin-bottom: 26px;
  padding-left: 22px;
}

.p-privacy__list-item:last-of-type {
  margin: 0;
}

.p-attention a {
  color: #000;
}

.p-attention__inner {
  background-color: #fff;
  padding: 39px 6% 95px;
  font-size: 15px;
  line-height: 1.75;
}

.p-attention__ttl {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 21px;
}

.p-attention__ttl .p-in_caption {
  margin-top: -5px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.p-attention__box {
  margin-bottom: 29px;
}

.p-attention__box:last-of-type {
  margin: 0;
}

.p-attention__text {
  margin-bottom: 11px;
}

.p-attention__list-item {
  position: relative;
  padding-left: 23px;
  letter-spacing: 0.5px;
}

.p-attention__list-item::before {
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  width: 5px;
  height: 5px;
  content: '';
}

.p-attention__head {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.2px;
}

.l-footer__inner {
  margin: 0 auto 2.5%;
  width: 90%;
  max-width: 980px;
  min-height: auto;
}

.l-footer__inner-logo {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  margin: 0 auto 5.6px;
  margin: 0 auto 0.35rem;
  width: 100px;
}

.l-footer__inner-copy {
  font-size: 11.2px;
  font-size: 0.7rem;
  text-align: center;
}

@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;
  }
  .p-bg {
    z-index: 1;
    width: 45.7%;
    overflow: hidden;
  }
  .p-bg__img {
    position: absolute;
    opacity: 0.6;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  .l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  }
  body.none-jk .l-wrap {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5% auto;
    width: 540px;
    height: 100%;
    min-height: auto;
  }
  .p-hero {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 45.7%;
    height: 100%;
  }
  .p-hero__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 81%;
    max-width: 555px;
    height: 100%;
  }
  .p-hero__img img {
    border-radius: 0;
  }
  .p-info {
    margin-left: 45.7%;
    padding-bottom: 5%;
    width: 54.3%;
  }
  body.none-jk .p-info {
    margin: 0;
    padding-bottom: 20%;
    width: 100%;
    height: 100%;
  }
  body.page-complete .p-info {
    padding-bottom: 26%;
  }
  .p-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10vw 0;
    width: 85%;
    max-width: 519px;
    height: 100%;
  }
  .p-info__title {
    margin: 0 0 4% 0;
    text-align: left;
  }
  body.none-jk .p-info__title {
    margin: 0 0 5% 0;
    padding-top: 14%;
    text-align: center;
  }
  body.page-complete .p-info__title {
    padding-top: 16%;
  }
  .p-info__artist {
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 3.5px;
  }
  .p-info__song {
    margin-bottom: 12px;
    font-size: 32px;
    letter-spacing: 1px;
  }
  body.none-jk .p-info__song {
    margin-bottom: 11px;
  }
  .p-info__release {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .p-info__lead {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-info__reserve {
    margin-bottom: 8.5%;
  }
  body.none-jk .p-info__reserve {
    margin-bottom: 10.5%;
  }
  .p-info__reserve .p-info__reserve-checkcont.-default {
    margin-bottom: 26px;
  }
  .p-info__reserve .p-info__reserve-checkcont.-default {
    padding: 30px 30px;
  }
  .p-info__reserve-lead {
    margin-bottom: 13px;
    line-height: 1.8;
    letter-spacing: 1.7px;
  }
  body.none-jk .p-info__reserve-lead {
    margin-bottom: 23px;
    letter-spacing: 1.2px;
  }
  .p-info__reserve-note {
    margin-bottom: 26px;
    font-size: 11px;
    line-height: 1.95;
  }
  body.none-jk .p-info__reserve-note {
    margin-bottom: 26px;
  }
  .p-info__reserve-note a:hover {
    text-decoration: none;
  }
  .p-info__reserve-checklist-items {
    margin-bottom: 17px;
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  .p-info__reserve-detail {
    margin: 17px 0 25px 0;
  }
  .p-info__reserve-back {
    font-size: 15px;
  }
  .p-info__reserve-screen-img {
    max-width: 366px;
  }
  .p-info__reserve-screen-lead {
    line-height: 1.8;
    letter-spacing: 1.7px;
  }
  .p-info .is-border {
    margin: 2.5em 0 1rem 0;
  }
  body.none-jk .p-info .is-border {
    margin: 3em 0 2.7rem 0;
  }
  .p-reservebtn {
    margin: 0 auto;
    width: 73%;
    max-width: 333px;
  }
  .p-reservebtn__items {
    font-size: 14px;
  }
  .p-reservebtn__items:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-reservebtn__items:hover::before {
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body.none-jk .p-reservebtn__items {
    margin-bottom: 11px;
  }
  .p-reservebtn__items.is-apple::before {
    top: 20%;
    width: 80%;
  }
  .p-reservebtn__items.is-apple::after {
    width: 20px;
    height: 20px;
  }
  .p-reservebtn__items.is-spotify::before {
    top: 20%;
    width: 80%;
  }
  .p-reservebtn__items.is-spotify::after {
    width: 24px;
    height: 24px;
  }
  .p-reservebtn__items .is-inner {
    padding: 6.5% 18%;
  }
  body.none-jk .p-reservebtn__items .is-inner {
    padding: 7% 18%;
  }
  .pull-down_language {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 14px;
    padding: 31px 0 0 0;
    font-size: 13px;
  }
  body.none-jk .pull-down_language {
    position: relative;
    padding-top: 25px;
  }
  .p-privacy a:hover {
    text-decoration: none;
  }
  .p-attention a:hover {
    text-decoration: none;
  }
  .l-footer__inner-logo:hover {
    opacity: 0.6;
  }
}

@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;
  }
  body.page-attent .l-wrap {
    margin: 10% auto;
  }
  .p-info__inner {
    padding-top: 16%;
  }
  .p-info__reserve .p-info__reserve-checkcont.-default {
    margin-bottom: 25px;
  }
  .p-info__reserve .p-info__reserve-checkcont.-default::before {
    border-radius: 0;
    width: 91vw;
  }
  .p-info__reserve-note-item {
    margin-bottom: 2px;
  }
  .pull-down_language select {
    width: 235px;
    font-size: 12px;
  }
  .c-ttl {
    margin-bottom: 24px;
    font-size: min(23px, 6vw);
  }
  .p-privacy {
    font-size: 14px;
  }
  .p-privacy .u-margintop22 {
    margin-top: 32px;
  }
  .p-privacy .u-width95 {
    padding-left: 20px;
    width: 100%;
  }
  .p-privacy__update {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  .p-privacy__inner {
    padding: 29px 6% 40px;
    line-height: 1.72;
  }
  .p-privacy__headline1 {
    margin-top: 55px;
    margin-bottom: 22px;
    font-size: 21px;
    letter-spacing: 0.8px;
  }
  .p-privacy__headline2 {
    margin-bottom: 11px;
    padding-left: 1rem;
    font-size: 17px;
    text-indent: -1rem;
  }
  .p-privacy__headline3 {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .p-privacy__end {
    margin-top: 60px;
    font-size: 10px;
  }
  .p-privacy__list.-dot .p-privacy__list-item::before {
    width: 4px;
    height: 4px;
  }
  .p-attention__inner {
    padding: 25px 6% 63px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-attention__ttl {
    margin-bottom: 51px;
    font-size: 19px;
  }
  .p-attention__ttl .p-in_caption {
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .p-attention__box {
    margin-bottom: 46px;
  }
  .p-attention__head {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .l-footer__inner {
    margin: 0 auto 10%;
  }
  .l-footer__inner-logo {
    width: 90px;
  }
  .l-footer__inner-copy {
    font-size: 0.5rem;
  }
}
