@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-font-base: #000000;
  --color-font-link: #000000;
}

@keyframes check-anime {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    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 {
  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;
}

@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;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .p-bg {
    width: 45.7%;
    overflow: hidden;
    z-index: 1;
  }
  .p-bg__img {
    position: absolute;
    filter: blur(40px);
    opacity: 0.6;
  }
}
.l-wrap {
  position: relative;
  margin: 4% auto;
  width: 92%;
}

@media screen and (min-width: 768px) {
  .l-wrap {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 0;
  }
  body.none-jk .l-wrap {
    justify-content: center;
    height: 100%;
    min-height: auto;
    width: 540px;
    margin: 5% auto;
  }
  body.page-complete .l-wrap {
    margin: 4.2% auto;
  }
}
.l-wrap::before {
  content: "";
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  pointer-events: none;
}

.p-hero {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-hero {
    width: 45.7%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.p-hero__img {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-hero__img {
    width: 81%;
    max-width: 555px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.p-hero__img img {
  border-radius: 5px 5px 0 0;
  transform: scale(1.1);
}

@media screen and (min-width: 768px) {
  .p-hero__img img {
    border-radius: 0;
  }
}
body.is-load .p-hero__img img {
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.33, 1, 0.68, 1);
}

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

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

@media screen and (min-width: 768px) {
  .p-info {
    width: 54.3%;
    margin-left: 45.7%;
  }
  body.none-jk .p-info {
    width: 100%;
    margin: 0;
    padding-bottom: 10%;
  }
  body.page-complete .p-info {
    padding-bottom: 26%;
  }
}
.p-info__inner {
  width: 90%;
  margin: 0 auto 48px;
}

@media screen and (min-width: 768px) {
  .p-info__inner {
    width: 85%;
    max-width: 564px;
  }
}
.p-info__logo {
  padding-top: 6%;
}

.p-info__logo img {
  max-width: 56%;
  width: 100%;
  margin: 32px auto 0;
}

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

@media screen and (min-width: 768px) {
  .p-info__title {
    text-align: left;
    margin: 0 0 5% 0;
    padding-top: 12.4%;
  }
  body.none-jk .p-info__title {
    text-align: center;
    margin: 0 0 5% 0;
    padding-top: 14%;
  }
  body.page-complete .p-info__title {
    padding-top: 4%;
  }
}
.p-info__title span {
  display: block;
  font-weight: 400;
}

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

.p-info__artist {
  font-size: 16px;
  margin-bottom: 7px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #5c5c5c;
}

@media screen and (min-width: 768px) {
  .p-info__artist {
    font-size: 27px;
    margin-bottom: 5px;
    letter-spacing: 3.5px;
  }
}
.p-info__song {
  font-size: 20px;
  letter-spacing: 1.7px;
  margin-bottom: 10px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-info__song {
    font-size: 31px;
    letter-spacing: 3px;
    margin-bottom: 12px;
  }
  body.none-jk .p-info__song {
    margin-bottom: 11px;
  }
}
body.none-jk .p-info__song {
  margin-bottom: 12px;
}

.p-info__release {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #5c5c5c;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-info__release {
    font-size: 20px;
    letter-spacing: 1.4px;
  }
}
.p-info__lead {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .p-info__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-info__reserve-lead {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.8px;
  margin-bottom: 11px;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-lead {
    line-height: 1.8;
    letter-spacing: 1.7px;
    margin-bottom: 19px;
  }
  body.none-jk .p-info__reserve-lead {
    margin-bottom: 23px;
    letter-spacing: 1.2px;
  }
  body.page-complete .p-info__reserve-lead {
    font-size: 17px;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
  }
}
.p-info__reserve-note {
  color: #5c5c5c;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.9;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-note {
    font-size: 11px;
    line-height: 1.95;
    margin-bottom: 26px;
  }
  body.none-jk .p-info__reserve-note {
    margin-bottom: 26px;
  }
}
.p-info__reserve-note a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-note a:hover {
    text-decoration: none;
  }
}
body.none-jk .p-info__reserve-note {
  margin-bottom: 28px;
}

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

@media screen and (min-width: 768px) {
  .p-info__reserve-checklist {
    margin-bottom: 8.5%;
  }
  body.none-jk .p-info__reserve-checklist {
    margin-bottom: 10.5%;
  }
}
.p-info__reserve-checklist-items {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-checklist-items {
    font-size: 12px;
    margin-bottom: 17px;
    letter-spacing: 1.4px;
  }
}
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 {
  padding-left: 33px;
  position: relative;
  cursor: pointer;
}

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

@media screen and (min-width: 768px) {
  .p-info__reserve-checklist-items .is-parts::before {
    width: 17px;
    height: 17px;
    left: 0;
  }
}
.p-info__reserve-checklist-items .is-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 3px;
  height: 6px;
  opacity: 0;
  transform: rotate(40deg) scale(0.5);
}

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

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

@media screen and (min-width: 768px) {
  .p-info__reserve-checklist-items input:checked + .is-parts::after {
    top: 4px;
    left: 7px;
  }
}
.p-info__reserve-checklist-items input:checked + .is-parts::before {
  background-color: #e5002d;
  border: 1px solid #e5002d;
  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;
  animation: check-anime 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.p-info__reserve-checklist-items label {
  display: flex;
}

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

@media screen and (min-width: 768px) {
  .p-info__reserve-detail {
    margin: 17px 0 25px 0;
  }
}
.p-info__reserve-back {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-back {
    font-size: 15px;
  }
}
.p-info__reserve-screen-img {
  width: 90%;
  margin: 0 auto 5%;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-screen-img {
    max-width: 366px;
  }
}
.p-info__reserve-screen-lead {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-screen-lead {
    line-height: 1.8;
    letter-spacing: 1.7px;
  }
}
.p-info__reserve-cookie {
  margin-top: 26px;
  font-size: 11px;
  line-height: 1.95;
  text-align: center;
}

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

.p-info__reserve-item .p-type-image:nth-of-type(1n + 2) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 26px;
  margin-top: 26px;
}

.p-info__reserve-item .p-type-image img {
  margin: 0 auto;
}

.p-info__reserve-item .p-type-video {
  position: relative;
  padding-top: 56.25%;
}

.p-info__reserve-item .p-type-video iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.p-info__reserve-outro {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.8px;
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .p-info__reserve-outro {
    line-height: 1.8;
    letter-spacing: 1.7px;
    margin-top: 26px;
  }
}
.p-info .is-border {
  margin: 2.2em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .p-info .is-border {
    margin: 2.5em 0;
  }
  body.none-jk .p-info .is-border {
    margin: 3em 0 2.7rem 0;
  }
}
.p-reservebtn {
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-reservebtn {
    width: 73%;
    max-width: 333px;
    margin: 0 auto;
  }
}
.p-reservebtn__items {
  text-align: center;
  margin-bottom: 13px;
  position: relative;
  border: none;
  font-family: "Inter";
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.6px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (min-width: 768px) {
  .p-reservebtn__items {
    font-size: 14px;
  }
  .p-reservebtn__items:hover {
    transform: translateY(-5px);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-reservebtn__items:hover::before {
    transform: translateY(10px) translateX(-50%);
    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 {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #ff2d55;
  left: 50%;
  transform: translateX(-50%);
  top: 6%;
  border-radius: 40px;
  filter: blur(8px);
  opacity: 0.4;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (min-width: 768px) {
  .p-reservebtn__items.is-apple::before {
    width: 80%;
    top: 20%;
  }
}
.p-reservebtn__items.is-apple::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_applemusic.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-reservebtn__items.is-apple::after {
    width: 20px;
    height: 20px;
  }
}
.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;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media screen and (min-width: 768px) {
  .p-reservebtn__items.is-spotify::before {
    width: 80%;
    top: 20%;
  }
}
.p-reservebtn__items.is-spotify::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_spotify.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-reservebtn__items.is-spotify::after {
    width: 24px;
    height: 24px;
  }
}
.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;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media screen and (min-width: 768px) {
  .p-reservebtn__items .is-inner {
    padding: 6.5% 18%;
  }
  body.none-jk .p-reservebtn__items .is-inner {
    padding: 7% 18%;
  }
}
.p-reservebtn__items:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

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

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

.p-footer {
  text-align: center;
}

.p-footer__sns-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 32px;
}

.p-footer__sns-item {
  max-width: 28px;
  margin: 0 24px;
}

.p-footer__sns-item svg {
  width: 100%;
  height: 100%;
}

.p-footer__copy,
.p-footer__link {
  font-size: 12px;
  margin-top: 4px;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.p-info__release {
  font-size: 3.7vw;
}

.formContainer form input,
.formContainer form button,
.formContainer form select,
.formContainer form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.formContainer form textarea {
  resize: vertical;
}

.formContainer form input[type=submit],
.formContainer form input[type=button],
.formContainer form label,
.formContainer form button,
.formContainer form select {
  cursor: pointer;
}

.formContainer form select::-ms-expand {
  display: none;
}

.formContainer form .c-row--xs {
  margin: 0 0 1.5rem;
}

.formContainer form .c-row--xs:nth-child(n+5) {
  border-bottom: 1px solid #ea8aa6;
  padding: 1.5rem 0;
  margin: 0;
}

.formContainer form .c-row--xs:nth-child(5) {
  padding: 0 0 1.5rem;
}

.formContainer form .c-row--xs:nth-child(5) .c-formNote {
  margin: 0;
}

.formContainer form .c-row--xs:nth-child(6) .c-formNote:last-child {
  margin: 0;
}

.formContainer form .c-row--xs:last-child {
  border: none;
  margin: 1.5rem auto 0;
}

.formContainer form .c-formCol__label {
  font-weight: bold;
  font-size: 0.87rem;
  margin: 0 0 0.65rem;
  display: block;
  text-align: left;
}

.formContainer form .c-formCol__label--require::after {
  content: "※";
  color: red;
  font-size: 1rem;
  margin: 0 0 0 0.35rem;
}

.formContainer form .c-formItem {
  border: 1px solid #ea8aa6;
  padding: 0.65rem;
  display: block;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 0.87rem;
  color: #555;
}

.formContainer form .c-formCol__input {
  display: block;
}

.formContainer form .elem_email {
  width: 100% !important;
  margin: 0 0 1rem;
}

.formContainer form .c-formNote {
  font-size: 0.87rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  text-align: left;
}

.formContainer form .c-formSubtitle {
  font-weight: bold;
  font-size: 0.87rem;
  margin: 0 0 0.65rem;
  display: block;
  text-align: left;
}

.formContainer form .c-formRadioItem,
.formContainer form .c-formCheckbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.formContainer form input[type=radio] {
  background-color: #eee;
  display: inline;
  width: 24px;
  border-radius: 50%;
  padding: 0.3rem;
}

.formContainer form input[type=radio]:checked {
  background-color: #ea8aa6;
}

.formContainer form .c-formRadio__text,
.formContainer form .c-formCheckbox__text {
  font-size: 0.87rem;
  margin: 0 0 0 1rem;
}

.formContainer form input[type=checkbox] {
  width: 24px;
  border: 1px solid #ea8aa6;
}

.formContainer form input[type=checkbox]:checked {
  background-color: #ea8aa6;
}

.formContainer form .c-formBtnContainer button {
  cursor: pointer;
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  padding: 1rem 0;
  background: #ea8aa6;
  color: #fff;
}

.formContainer form .c-formBtnContainer button:hover {
  border: 1px solid #ea8aa6;
  background: #fff;
  color: #ea8aa6;
}

.formContainer form .c-formBtnContainer input {
  cursor: pointer;
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #ea8aa6;
  text-align: center;
  padding: 1rem 0;
  background: #ffffff;
  color: #ea8aa6;
  margin-top: 20px;
}

.formContainer form .c-formBtnContainer input:hover {
  border: 1px solid #ea8aa6;
  background: #ea8aa6;
  color: #ffffff;
}

.noteContainer {
  margin: 1.8rem 0 0;
}

.noteContainer p {
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: left;
}

.noteContainer p span {
  font-weight: bold;
}

.formContainer.confirm form .c-formCol__label--require::after {
  display: none;
}

.formContainer.confirm form .c-row--xs {
  padding: 0;
  margin: 0;
}

.formContainer.confirm form .c-row--xs:nth-child(n+5) {
  border: none;
  padding: 0;
  margin: 0;
}

.formContainer.confirm form .c-row--xs:last-child {
  margin: 1.5rem auto 0;
}

.no_line {
  border: 0 !important;
  padding-bottom: 0 !important;
}

.formContainer.confirm .p-staticBoard {
  margin: 3.2rem 0 0;
  min-height: 40vh;
}

.formContainer.confirm .p-staticBoard .c-formBar {
  display: none;
}

.formContainer.confirm .p-staticBoard .p-staticBoard__heading {
  text-align: center;
}

.formContainer.confirm .p-staticBoard .c-formBtnContainer--lg {
  margin: 1.8rem auto 0;
}

.formContainer.confirm .p-staticBoard .c-formBtnContainer--lg button {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  padding: 0.67rem 0;
  background-color: #ea8aa6;
  border: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-info__release {
    font-size: 20px;
  }
}