@charset "UTF-8";
/* vp:480px */
/* vp:896px */
/* vp:1024px */
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  word-break: break-all;
  border-bottom: none;
  text-decoration: none;
}
a img {
  border-bottom: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border-bottom: none;
}

ul, li {
  list-style: none;
}

/* FORM */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

li.noList {
  list-style-type: none;
  margin-left: -20px;
}

html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem) */
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  transition: all 0.5s ease;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  color: #000;
  font-display: swap;
  letter-spacing: 0.05em;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.8;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body {
    font-size: 1.66015625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body {
    font-size: 1.8973214286vw;
  }
}
@media screen and (max-width:480px) {
  body {
    font-size: 3.5416666667vw;
  }
}
body .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body .footer {
  margin-top: auto;
}
@media screen and (max-width:480px) {
  body {
    line-height: 1.5;
    background: none;
  }
  body:after {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

img {
  max-width: 100%;
}

a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:active {
  transition: all 0.5s ease;
}
a:hover svg, a:active svg {
  transition: all 0.5s ease;
}

input:disabled {
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0.2;
}

::-moz-selection {
  background: #fff;
  color: #292640;
}

::selection {
  background: #fff;
  color: #292640;
}

::-moz-selection {
  background: #fff;
  color: #292640;
}

.header {
  padding: 5rem 0 3rem;
}
.header .logo {
  width: 55%;
  max-width: 500px;
  margin: 0 auto;
  color: #292640;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.6));
}
.header__title {
  letter-spacing: 0.1em;
  font-size: 3.8rem;
  text-align: center;
  color: #685023;
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.6));
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .header__title {
    font-size: 3.7109375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .header__title {
    font-size: 4.2410714286vw;
  }
}
@media screen and (max-width:480px) {
  .header__title {
    font-size: 5.4166666667vw;
  }
}
@media screen and (max-width:480px) {
  .header {
    padding: 1.5rem 0.5rem 1rem;
  }
  .header .logo {
    margin: 0 auto 0.5rem;
  }
}

.main {
  width: 95%;
  max-width: 750px;
  margin: 5rem auto;
}
.main p {
  margin-bottom: 1.6rem;
}
@media screen and (max-width:480px) {
  .main {
    margin: 2.5rem auto;
  }
}

.main-visual {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 4rem;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width:480px) {
  .main-visual {
    margin: 0 auto 2rem;
  }
}

#check .contents__inner {
  width: 95%;
  max-width: 750px;
}
@media screen and (max-width:480px) {
  #check .contents__inner .event-name {
    font-size: 2.9166666667vw;
  }
}

.contents {
  width: 90%;
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.contents__inner {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  padding: 7rem 0;
}
.contents .section:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width:480px) {
  .contents__inner {
    width: 90%;
    padding: 1.5rem 0 3rem;
  }
}

.form {
  margin: 5rem 0;
}
.form__item {
  margin-bottom: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.form__item .term {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form__item .desc {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width:480px) {
  .form {
    margin: 2rem 0;
  }
  .form__item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  input, textarea, select, .radio {
    font-size: 16px;
    line-height: 1.4;
  }
}
.input {
  padding: 0.75rem 1rem;
  border: #c5c5c5 1px solid;
  border-radius: 1px;
  width: 100%;
  background-color: rgba(41, 38, 64, 0.05);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -12px inset, rgba(0, 0, 0, 0.3) 0px 9px 18px -9px inset;
}
@media screen and (max-width:480px) {
  .input {
    padding: 0.5rem;
  }
}

.textarea {
  width: 100%;
  padding: 0.25rem 1rem;
  border: #c5c5c5 1px solid;
  border-radius: 1px;
  min-height: 150px;
  background-color: rgba(41, 38, 64, 0.05);
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.selectbox::after {
  position: absolute;
  content: "";
  right: 1.2rem;
  width: 10px;
  height: 7px;
  background-color: #202020;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.selectbox select {
  padding: 0.25rem 1rem;
  padding-right: 3rem;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background-color: rgba(41, 38, 64, 0.05);
  color: #000;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -12px inset, rgba(0, 0, 0, 0.3) 0px 9px 18px -9px inset;
}
@media screen and (max-width:480px) {
  .selectbox::after {
    width: 7px;
    height: 4px;
    right: 0.5rem;
  }
}

.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox__label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 5px 5px 35px;
  position: relative;
  width: auto;
}
.checkbox__label::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 20px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.checkbox__label::after {
  content: "";
  border-right: 2px solid #292640;
  border-bottom: 2px solid #292640;
  display: block;
  height: 16px;
  left: 13px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.checkbox.checked .checkbox__label::after {
  opacity: 1;
}
.checkbox#kiyaku {
  justify-content: center;
}
.checkbox#kiyaku .checkbox__label {
  margin: 3rem 0;
}
@media screen and (max-width:480px) {
  .checkbox {
    margin: 0.5rem 0;
    gap: 0.5rem;
  }
  .checkbox__label::before {
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.75em;
  }
  .checkbox__label::after {
    height: 1.2em;
    left: 1em;
    margin-top: -0.7em;
  }
}

.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
}
.radio label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.radio label::before, .radio label::after {
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
}
.radio label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.radio label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #c5c5c5;
}
.radio label:has(:checked)::after {
  background-color: rgb(69, 83, 212);
  animation: anim-radio 0.3s linear;
}
@keyframes anim-radio {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 124, 179, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}
.radio input {
  display: none;
}
@media screen and (max-width:480px) {
  .radio {
    gap: 0.3em 1em;
  }
}

.autofill {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

#form .contents__inner {
  padding-bottom: 2rem;
}

#confirm .form__item {
  margin-bottom: 1rem;
}
#confirm .form__item .desc {
  flex-direction: column;
  align-items: flex-start;
}
#confirm .form__item .desc .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
#confirm .form__item .desc .item:last-child {
  border-bottom: none;
}
#confirm .form__item .desc .img {
  width: min(15%, 70px);
}
#confirm .btn--wrap {
  gap: 1rem;
}

.item {
  padding: 1rem 0;
  border-bottom: 1px solid #b4b4b4;
}
.item__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 4rem;
}
.item__title .img {
  width: 70px;
  min-width: 70px;
}
.item__title .text {
  align-self: center;
}
.item__title::before {
  transition: all 0.3s;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 15px;
  height: 15px;
  border-top: 2px solid #696969;
  border-right: 2px solid #696969;
  transform: rotate(135deg);
}
.item__title.active {
  transition: all 0.3s;
}
.item__title.active::before {
  transform: rotate(-45deg);
}
.item[open] .item__title::before {
  transform: rotate(-45deg);
}
.item .radio {
  transition: all 0.3s;
  flex-direction: column;
  margin-left: 1rem;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  padding-top: 0.5rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .item .radio {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .item .radio {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .item .radio {
    font-size: 3.3333333333vw;
  }
}
.item .title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .item .title {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .item .title {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .item .title {
    font-size: 3.75vw;
  }
}
.item .release {
  font-size: 1.4rem;
  color: #696969;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .item .release {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .item .release {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:480px) {
  .item .release {
    font-size: 2.9166666667vw;
  }
}
.item .linkfire {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #FF9933;
  color: #fff;
  border-radius: 50vh;
  padding: 0.2rem 0.6rem 0.2rem 1rem;
  margin: 1rem 0.2rem 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .item .linkfire {
    font-size: 1.26953125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .item .linkfire {
    font-size: 1.4508928571vw;
  }
}
@media screen and (max-width:480px) {
  .item .linkfire {
    font-size: 2.7083333333vw;
  }
}
.item .linkfire span {
  display: inline-block;
  position: relative;
  width: 0.9em;
  height: 0.9em;
  border: 0.5em solid currentColor;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4em;
  margin-left: 0.5rem;
  background-color: #000;
  flex-shrink: 0;
}
.item .linkfire span::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -3px;
  right: 0px;
  margin: auto;
  width: 0px;
  height: 0px;
  border: 0.2em solid transparent;
  border-left: 0.5em solid #FF9933;
}
.item .song-name {
  pointer-events: none;
}
@media screen and (max-width:480px) {
  .item__title {
    padding-right: rem;
    gap: 1rem;
  }
  .item__title .img {
    width: 20%;
    min-width: 20%;
  }
  .item__title:before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .item .radio {
    margin-left: 0.5rem;
  }
  .item .title {
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .item .linkfire {
    padding: 0.2rem 0.2rem 0.2rem 1rem;
  }
  .item .linkfire span {
    font-size: 1.7em;
    margin-left: 0.4rem;
  }
}

.footer {
  padding: 5rem 0;
  text-align: center;
}
.footer p {
  font-size: 1.4rem;
  color: #000;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .footer p {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .footer p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:480px) {
  .footer p {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width:480px) {
  .footer {
    padding: 2rem 0;
  }
}

.width-1 {
  width: 5% !important;
}

.width-2 {
  width: 10% !important;
}

.width-3 {
  width: 15% !important;
}

.width-4 {
  width: 20% !important;
}

.width-5 {
  width: 25% !important;
}

.width-6 {
  width: 30% !important;
}

.width-7 {
  width: 35% !important;
}

.width-8 {
  width: 40% !important;
}

.width-9 {
  width: 45% !important;
}

.width-10 {
  width: 50% !important;
}

.width-11 {
  width: 55% !important;
}

.width-12 {
  width: 60% !important;
}

.width-13 {
  width: 65% !important;
}

.width-14 {
  width: 70% !important;
}

.width-15 {
  width: 75% !important;
}

.width-16 {
  width: 80% !important;
}

.width-17 {
  width: 85% !important;
}

.width-18 {
  width: 90% !important;
}

.width-19 {
  width: 95% !important;
}

.width-20 {
  width: 100% !important;
}

.margin-1 {
  margin: 5px !important;
}

.margin-2 {
  margin: 10px !important;
}

.margin-3 {
  margin: 15px !important;
}

.margin-4 {
  margin: 20px !important;
}

.margin-5 {
  margin: 25px !important;
}

.margin-6 {
  margin: 30px !important;
}

.margin-7 {
  margin: 35px !important;
}

.margin-8 {
  margin: 40px !important;
}

.margin-9 {
  margin: 45px !important;
}

.margin-10 {
  margin: 50px !important;
}

.margin-11 {
  margin: 55px !important;
}

.margin-12 {
  margin: 60px !important;
}

.margin-13 {
  margin: 65px !important;
}

.margin-14 {
  margin: 70px !important;
}

.margin-15 {
  margin: 75px !important;
}

.margin-16 {
  margin: 80px !important;
}

.margin-17 {
  margin: 85px !important;
}

.margin-18 {
  margin: 90px !important;
}

.margin-19 {
  margin: 95px !important;
}

.margin-20 {
  margin: 100px !important;
}

.marginTop-1 {
  margin-top: 5px !important;
}

.marginTop-2 {
  margin-top: 10px !important;
}

.marginTop-3 {
  margin-top: 15px !important;
}

.marginTop-4 {
  margin-top: 20px !important;
}

.marginTop-5 {
  margin-top: 25px !important;
}

.marginTop-6 {
  margin-top: 30px !important;
}

.marginTop-7 {
  margin-top: 35px !important;
}

.marginTop-8 {
  margin-top: 40px !important;
}

.marginTop-9 {
  margin-top: 45px !important;
}

.marginTop-10 {
  margin-top: 50px !important;
}

.marginTop-11 {
  margin-top: 55px !important;
}

.marginTop-12 {
  margin-top: 60px !important;
}

.marginTop-13 {
  margin-top: 65px !important;
}

.marginTop-14 {
  margin-top: 70px !important;
}

.marginTop-15 {
  margin-top: 75px !important;
}

.marginTop-16 {
  margin-top: 80px !important;
}

.marginTop-17 {
  margin-top: 85px !important;
}

.marginTop-18 {
  margin-top: 90px !important;
}

.marginTop-19 {
  margin-top: 95px !important;
}

.marginTop-20 {
  margin-top: 100px !important;
}

.marginBottom-1 {
  margin-bottom: 5px !important;
}

.marginBottom-2 {
  margin-bottom: 10px !important;
}

.marginBottom-3 {
  margin-bottom: 15px !important;
}

.marginBottom-4 {
  margin-bottom: 20px !important;
}

.marginBottom-5 {
  margin-bottom: 25px !important;
}

.marginBottom-6 {
  margin-bottom: 30px !important;
}

.marginBottom-7 {
  margin-bottom: 35px !important;
}

.marginBottom-8 {
  margin-bottom: 40px !important;
}

.marginBottom-9 {
  margin-bottom: 45px !important;
}

.marginBottom-10 {
  margin-bottom: 50px !important;
}

.marginBottom-11 {
  margin-bottom: 55px !important;
}

.marginBottom-12 {
  margin-bottom: 60px !important;
}

.marginBottom-13 {
  margin-bottom: 65px !important;
}

.marginBottom-14 {
  margin-bottom: 70px !important;
}

.marginBottom-15 {
  margin-bottom: 75px !important;
}

.marginBottom-16 {
  margin-bottom: 80px !important;
}

.marginBottom-17 {
  margin-bottom: 85px !important;
}

.marginBottom-18 {
  margin-bottom: 90px !important;
}

.marginBottom-19 {
  margin-bottom: 95px !important;
}

.marginBottom-20 {
  margin-bottom: 100px !important;
}

.padding-1 {
  padding: 5px !important;
}

.padding-2 {
  padding: 10px !important;
}

.padding-3 {
  padding: 15px !important;
}

.padding-4 {
  padding: 20px !important;
}

.padding-5 {
  padding: 25px !important;
}

.padding-6 {
  padding: 30px !important;
}

.padding-7 {
  padding: 35px !important;
}

.padding-8 {
  padding: 40px !important;
}

.padding-9 {
  padding: 45px !important;
}

.padding-10 {
  padding: 50px !important;
}

.padding-11 {
  padding: 55px !important;
}

.padding-12 {
  padding: 60px !important;
}

.padding-13 {
  padding: 65px !important;
}

.padding-14 {
  padding: 70px !important;
}

.padding-15 {
  padding: 75px !important;
}

.padding-16 {
  padding: 80px !important;
}

.padding-17 {
  padding: 85px !important;
}

.padding-18 {
  padding: 90px !important;
}

.padding-19 {
  padding: 95px !important;
}

.padding-20 {
  padding: 100px !important;
}

.paddingTop-1 {
  padding-top: 5px !important;
}

.paddingTop-2 {
  padding-top: 10px !important;
}

.paddingTop-3 {
  padding-top: 15px !important;
}

.paddingTop-4 {
  padding-top: 20px !important;
}

.paddingTop-5 {
  padding-top: 25px !important;
}

.paddingTop-6 {
  padding-top: 30px !important;
}

.paddingTop-7 {
  padding-top: 35px !important;
}

.paddingTop-8 {
  padding-top: 40px !important;
}

.paddingTop-9 {
  padding-top: 45px !important;
}

.paddingTop-10 {
  padding-top: 50px !important;
}

.paddingTop-11 {
  padding-top: 55px !important;
}

.paddingTop-12 {
  padding-top: 60px !important;
}

.paddingTop-13 {
  padding-top: 65px !important;
}

.paddingTop-14 {
  padding-top: 70px !important;
}

.paddingTop-15 {
  padding-top: 75px !important;
}

.paddingTop-16 {
  padding-top: 80px !important;
}

.paddingTop-17 {
  padding-top: 85px !important;
}

.paddingTop-18 {
  padding-top: 90px !important;
}

.paddingTop-19 {
  padding-top: 95px !important;
}

.paddingTop-20 {
  padding-top: 100px !important;
}

.paddingBottom-1 {
  padding-bottom: 5px !important;
}

.paddingBottom-2 {
  padding-bottom: 10px !important;
}

.paddingBottom-3 {
  padding-bottom: 15px !important;
}

.paddingBottom-4 {
  padding-bottom: 20px !important;
}

.paddingBottom-5 {
  padding-bottom: 25px !important;
}

.paddingBottom-6 {
  padding-bottom: 30px !important;
}

.paddingBottom-7 {
  padding-bottom: 35px !important;
}

.paddingBottom-8 {
  padding-bottom: 40px !important;
}

.paddingBottom-9 {
  padding-bottom: 45px !important;
}

.paddingBottom-10 {
  padding-bottom: 50px !important;
}

.paddingBottom-11 {
  padding-bottom: 55px !important;
}

.paddingBottom-12 {
  padding-bottom: 60px !important;
}

.paddingBottom-13 {
  padding-bottom: 65px !important;
}

.paddingBottom-14 {
  padding-bottom: 70px !important;
}

.paddingBottom-15 {
  padding-bottom: 75px !important;
}

.paddingBottom-16 {
  padding-bottom: 80px !important;
}

.paddingBottom-17 {
  padding-bottom: 85px !important;
}

.paddingBottom-18 {
  padding-bottom: 90px !important;
}

.paddingBottom-19 {
  padding-bottom: 95px !important;
}

.paddingBottom-20 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 896px) {
  .sp_width-1 {
    width: 5% !important;
  }
  .sp_width-2 {
    width: 10% !important;
  }
  .sp_width-3 {
    width: 15% !important;
  }
  .sp_width-4 {
    width: 20% !important;
  }
  .sp_width-5 {
    width: 25% !important;
  }
  .sp_width-6 {
    width: 30% !important;
  }
  .sp_width-7 {
    width: 35% !important;
  }
  .sp_width-8 {
    width: 40% !important;
  }
  .sp_width-9 {
    width: 45% !important;
  }
  .sp_width-10 {
    width: 50% !important;
  }
  .sp_width-11 {
    width: 55% !important;
  }
  .sp_width-12 {
    width: 60% !important;
  }
  .sp_width-13 {
    width: 65% !important;
  }
  .sp_width-14 {
    width: 70% !important;
  }
  .sp_width-15 {
    width: 75% !important;
  }
  .sp_width-16 {
    width: 80% !important;
  }
  .sp_width-17 {
    width: 85% !important;
  }
  .sp_width-18 {
    width: 90% !important;
  }
  .sp_width-19 {
    width: 95% !important;
  }
  .sp_width-20 {
    width: 100% !important;
  }
  .sp_margin-1 {
    margin: 5px !important;
  }
  .sp_margin-2 {
    margin: 10px !important;
  }
  .sp_margin-3 {
    margin: 15px !important;
  }
  .sp_margin-4 {
    margin: 20px !important;
  }
  .sp_margin-5 {
    margin: 25px !important;
  }
  .sp_margin-6 {
    margin: 30px !important;
  }
  .sp_margin-7 {
    margin: 35px !important;
  }
  .sp_margin-8 {
    margin: 40px !important;
  }
  .sp_margin-9 {
    margin: 45px !important;
  }
  .sp_margin-10 {
    margin: 50px !important;
  }
  .sp_margin-11 {
    margin: 55px !important;
  }
  .sp_margin-12 {
    margin: 60px !important;
  }
  .sp_margin-13 {
    margin: 65px !important;
  }
  .sp_margin-14 {
    margin: 70px !important;
  }
  .sp_margin-15 {
    margin: 75px !important;
  }
  .sp_margin-16 {
    margin: 80px !important;
  }
  .sp_margin-17 {
    margin: 85px !important;
  }
  .sp_margin-18 {
    margin: 90px !important;
  }
  .sp_margin-19 {
    margin: 95px !important;
  }
  .sp_margin-20 {
    margin: 100px !important;
  }
  .sp_marginTop-1 {
    margin-top: 5px !important;
  }
  .sp_marginTop-2 {
    margin-top: 10px !important;
  }
  .sp_marginTop-3 {
    margin-top: 15px !important;
  }
  .sp_marginTop-4 {
    margin-top: 20px !important;
  }
  .sp_marginTop-5 {
    margin-top: 25px !important;
  }
  .sp_marginTop-6 {
    margin-top: 30px !important;
  }
  .sp_marginTop-7 {
    margin-top: 35px !important;
  }
  .sp_marginTop-8 {
    margin-top: 40px !important;
  }
  .sp_marginTop-9 {
    margin-top: 45px !important;
  }
  .sp_marginTop-10 {
    margin-top: 50px !important;
  }
  .sp_marginTop-11 {
    margin-top: 55px !important;
  }
  .sp_marginTop-12 {
    margin-top: 60px !important;
  }
  .sp_marginTop-13 {
    margin-top: 65px !important;
  }
  .sp_marginTop-14 {
    margin-top: 70px !important;
  }
  .sp_marginTop-15 {
    margin-top: 75px !important;
  }
  .sp_marginTop-16 {
    margin-top: 80px !important;
  }
  .sp_marginTop-17 {
    margin-top: 85px !important;
  }
  .sp_marginTop-18 {
    margin-top: 90px !important;
  }
  .sp_marginTop-19 {
    margin-top: 95px !important;
  }
  .sp_marginTop-20 {
    margin-top: 100px !important;
  }
  .sp_marginBottom-1 {
    margin-bottom: 5px !important;
  }
  .sp_marginBottom-2 {
    margin-bottom: 10px !important;
  }
  .sp_marginBottom-3 {
    margin-bottom: 15px !important;
  }
  .sp_marginBottom-4 {
    margin-bottom: 20px !important;
  }
  .sp_marginBottom-5 {
    margin-bottom: 25px !important;
  }
  .sp_marginBottom-6 {
    margin-bottom: 30px !important;
  }
  .sp_marginBottom-7 {
    margin-bottom: 35px !important;
  }
  .sp_marginBottom-8 {
    margin-bottom: 40px !important;
  }
  .sp_marginBottom-9 {
    margin-bottom: 45px !important;
  }
  .sp_marginBottom-10 {
    margin-bottom: 50px !important;
  }
  .sp_marginBottom-11 {
    margin-bottom: 55px !important;
  }
  .sp_marginBottom-12 {
    margin-bottom: 60px !important;
  }
  .sp_marginBottom-13 {
    margin-bottom: 65px !important;
  }
  .sp_marginBottom-14 {
    margin-bottom: 70px !important;
  }
  .sp_marginBottom-15 {
    margin-bottom: 75px !important;
  }
  .sp_marginBottom-16 {
    margin-bottom: 80px !important;
  }
  .sp_marginBottom-17 {
    margin-bottom: 85px !important;
  }
  .sp_marginBottom-18 {
    margin-bottom: 90px !important;
  }
  .sp_marginBottom-19 {
    margin-bottom: 95px !important;
  }
  .sp_marginBottom-20 {
    margin-bottom: 100px !important;
  }
  .sp_padding-1 {
    padding: 5px !important;
  }
  .sp_padding-2 {
    padding: 10px !important;
  }
  .sp_padding-3 {
    padding: 15px !important;
  }
  .sp_padding-4 {
    padding: 20px !important;
  }
  .sp_padding-5 {
    padding: 25px !important;
  }
  .sp_padding-6 {
    padding: 30px !important;
  }
  .sp_padding-7 {
    padding: 35px !important;
  }
  .sp_padding-8 {
    padding: 40px !important;
  }
  .sp_padding-9 {
    padding: 45px !important;
  }
  .sp_padding-10 {
    padding: 50px !important;
  }
  .sp_padding-11 {
    padding: 55px !important;
  }
  .sp_padding-12 {
    padding: 60px !important;
  }
  .sp_padding-13 {
    padding: 65px !important;
  }
  .sp_padding-14 {
    padding: 70px !important;
  }
  .sp_padding-15 {
    padding: 75px !important;
  }
  .sp_padding-16 {
    padding: 80px !important;
  }
  .sp_padding-17 {
    padding: 85px !important;
  }
  .sp_padding-18 {
    padding: 90px !important;
  }
  .sp_padding-19 {
    padding: 95px !important;
  }
  .sp_padding-20 {
    padding: 100px !important;
  }
  .paddingTop-1 {
    padding-top: 5px !important;
  }
  .paddingTop-2 {
    padding-top: 10px !important;
  }
  .paddingTop-3 {
    padding-top: 15px !important;
  }
  .paddingTop-4 {
    padding-top: 20px !important;
  }
  .paddingTop-5 {
    padding-top: 25px !important;
  }
  .paddingTop-6 {
    padding-top: 30px !important;
  }
  .paddingTop-7 {
    padding-top: 35px !important;
  }
  .paddingTop-8 {
    padding-top: 40px !important;
  }
  .paddingTop-9 {
    padding-top: 45px !important;
  }
  .paddingTop-10 {
    padding-top: 50px !important;
  }
  .paddingTop-11 {
    padding-top: 55px !important;
  }
  .paddingTop-12 {
    padding-top: 60px !important;
  }
  .paddingTop-13 {
    padding-top: 65px !important;
  }
  .paddingTop-14 {
    padding-top: 70px !important;
  }
  .paddingTop-15 {
    padding-top: 75px !important;
  }
  .paddingTop-16 {
    padding-top: 80px !important;
  }
  .paddingTop-17 {
    padding-top: 85px !important;
  }
  .paddingTop-18 {
    padding-top: 90px !important;
  }
  .paddingTop-19 {
    padding-top: 95px !important;
  }
  .paddingTop-20 {
    padding-top: 100px !important;
  }
  .paddingBottom-1 {
    padding-bottom: 5px !important;
  }
  .paddingBottom-2 {
    padding-bottom: 10px !important;
  }
  .paddingBottom-3 {
    padding-bottom: 15px !important;
  }
  .paddingBottom-4 {
    padding-bottom: 20px !important;
  }
  .paddingBottom-5 {
    padding-bottom: 25px !important;
  }
  .paddingBottom-6 {
    padding-bottom: 30px !important;
  }
  .paddingBottom-7 {
    padding-bottom: 35px !important;
  }
  .paddingBottom-8 {
    padding-bottom: 40px !important;
  }
  .paddingBottom-9 {
    padding-bottom: 45px !important;
  }
  .paddingBottom-10 {
    padding-bottom: 50px !important;
  }
  .paddingBottom-11 {
    padding-bottom: 55px !important;
  }
  .paddingBottom-12 {
    padding-bottom: 60px !important;
  }
  .paddingBottom-13 {
    padding-bottom: 65px !important;
  }
  .paddingBottom-14 {
    padding-bottom: 70px !important;
  }
  .paddingBottom-15 {
    padding-bottom: 75px !important;
  }
  .paddingBottom-16 {
    padding-bottom: 80px !important;
  }
  .paddingBottom-17 {
    padding-bottom: 85px !important;
  }
  .paddingBottom-18 {
    padding-bottom: 90px !important;
  }
  .paddingBottom-19 {
    padding-bottom: 95px !important;
  }
  .paddingBottom-20 {
    padding-bottom: 100px !important;
  }
}
.btn {
  display: block;
}
.btn--normal {
  transition: all 0.5s ease;
  background-color: #FF9933;
  color: #fff;
  padding: 0.5rem 3rem 0.7rem;
  border-radius: 50vh;
  font-size: 1.8rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .btn--normal {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .btn--normal {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .btn--normal {
    font-size: 3.75vw;
  }
}
.btn--normal.disable {
  transition: all 0.5s ease;
  opacity: 0.5;
  pointer-events: none;
}
.btn--wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.title--page {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5rem;
  flex-shrink: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--page {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--page {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .title--page {
    font-size: 3.75vw;
  }
}
.title--page::before, .title--page::after {
  content: "";
  height: 1px;
  background-color: #000;
  flex: 1;
}
@media screen and (max-width:480px) {
  .title--page {
    margin-bottom: 0;
  }
}
.title--section {
  position: relative;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  background-color: #292640;
  color: #fff;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--section {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--section {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .title--section {
    font-size: 3.75vw;
  }
}
.title--section::before, .title--section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  left: 0;
}
.title--section::before {
  top: 0.5rem;
}
.title--section::after {
  bottom: 0.5rem;
}
.title--lead {
  border-left: 2px solid #292640;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  background-color: rgba(41, 38, 64, 0.2);
}

.share-btn {
  position: absolute;
  top: 0;
  right: -80px;
  width: 50px;
  height: 100%;
}
.share-btn__title {
  writing-mode: tb;
  margin: auto;
  margin-right: 39%;
  line-height: 1;
}
.share-btn__title::after {
  position: relative;
  content: "";
  width: 1px;
  height: 2.5rem;
  background-color: #fff;
  display: inline-block;
  margin: 1rem auto;
  bottom: 0;
  right: 0;
  left: 0;
}
.share-btn__wrap {
  position: sticky;
  top: 4rem;
  left: 0;
  background-color: rgba(82, 76, 128, 0.2);
  background-blend-mode: exclusion;
  border-radius: 2px;
  padding: 1rem 0;
  margin-left: 1rem;
}
.share-btn__item {
  transition: all 0.5s ease;
}
.share-btn__item img {
  width: 25px;
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.share-btn__item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1300px) {
  .share-btn {
    position: relative;
    right: 0;
    left: 0;
    top: calc(100% - 2rem);
    margin: 5rem auto;
    height: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
  .share-btn__title {
    position: relative;
    writing-mode: initial;
    margin: 0;
    margin-right: 4rem;
  }
  .share-btn__title::after {
    position: absolute;
    width: 2rem;
    height: 1px;
    left: calc(100% + 1rem);
    right: auto;
    top: 0;
    margin: auto;
  }
  .share-btn__wrap {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem;
  }
  .share-btn__inner {
    display: flex;
    align-items: center;
  }
  .share-btn__item img {
    padding: 0;
  }
  .share-btn__item:not(:last-child) img {
    margin-right: 1rem;
  }
}

#news {
  overflow: visible;
}

.breadcrumb {
  margin-bottom: 1rem;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .breadcrumb {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .breadcrumb {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .breadcrumb {
    font-size: 3.3333333333vw;
  }
}
.breadcrumb__item {
  color: #000;
  margin: 0.5rem 0;
}
.breadcrumb__item span {
  padding-bottom: 0.5rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumb__item.on {
  color: #FF9933;
  font-weight: 700;
}
.breadcrumb__item.on span {
  border-bottom: 1px solid #FF9933;
}
@media screen and (max-width:480px) {
  .breadcrumb {
    gap: 0;
    padding: 0;
  }
  .breadcrumb__item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .breadcrumb__item:not(:last-child)::after {
    width: 1rem;
    height: 1rem;
    margin: 0 5px;
  }
}

.accordion__title {
  position: relative;
  font-size: 1.8rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 1px;
  background-color: #FF9933;
  color: #fff;
  pointer-events: all;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .accordion__title {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .accordion__title {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .accordion__title {
    font-size: 3.75vw;
  }
}
.accordion__title:before, .accordion__title:after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #fff;
}
.accordion__title:before {
  width: 2px;
  height: 18px;
  right: calc(1rem + 8px);
}
.accordion__title:after {
  width: 18px;
  height: 2px;
  right: 1rem;
}
.accordion__title.active:after, .accordion__title.active:before {
  transform: rotate(45deg);
}
.accordion__title.checkbox {
  padding: 0;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  justify-content: flex-start;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .accordion__title.checkbox {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .accordion__title.checkbox {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .accordion__title.checkbox {
    font-size: 3.75vw;
  }
}
.accordion__title.checkbox:before, .accordion__title.checkbox:after {
  display: none;
}
.accordion__title.checkbox .checkbox__label {
  width: 100%;
  padding: 10px 5px 10px 40px;
  line-height: 1;
}
.accordion__title.checkbox .checkbox__label::before {
  left: 12px;
}
.accordion__title.checkbox .checkbox__label::after {
  left: 17px;
}
.accordion__content.active {
  display: block;
}
@media screen and (max-width:480px) {
  .accordion__title:before {
    right: calc(0.7rem + 8px);
  }
  .accordion__title:after {
    right: 0.7rem;
  }
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.m0a {
  margin: 0 auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.red {
  color: red;
}

.link {
  color: #292640;
  border-bottom: 1px solid #292640;
}
@media screen and (max-width: 896px) {
  .link {
    border-bottom: 1px solid #292640;
  }
}

.border {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.border--top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.border--bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.border--right {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.border--left {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.tag {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.25rem 1.25rem;
  margin: 0.5rem 0;
  background-color: #292640;
  color: #fff;
  margin-right: 1rem;
  font-weight: 700;
  border-radius: 3px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .tag {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .tag {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .tag {
    font-size: 3.3333333333vw;
  }
}

.date {
  display: block;
}
.date span {
  font-size: 80%;
  display: inline-block;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  color: #292640;
}
@media screen and (max-width: 1024px) {
  .date span {
    font-size: 75%;
    padding: 0.1rem 0.5rem;
  }
}
.date--type2 {
  line-height: 1.2;
  margin-top: 0.5rem;
}
.date--type2 span {
  font-size: 1.2rem;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .date--type2 span {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .date--type2 span {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width:480px) {
  .date--type2 span {
    font-size: 2.5vw;
  }
}

.new-icon {
  color: red;
  display: block;
  border-bottom: 2px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .new-icon {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.optional {
  font-size: 1rem;
  padding: 0 0.25rem 0.25rem;
  background-color: greenyellow;
  margin-left: 1rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .optional {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .optional {
    font-size: 1.1160714286vw;
  }
}
@media screen and (max-width:480px) {
  .optional {
    font-size: 2.0833333333vw;
  }
}

.list-style--caution > li {
  margin-left: 2rem;
  list-style-type: "※";
}
.list-style--caution > li:last-child {
  margin-bottom: 2rem;
}
.list-style--disc-large > li {
  position: relative;
  margin-left: 2rem;
}
.list-style--disc-large > li:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: block;
  left: -1.4rem;
  top: 0.6em;
  background: #000; /*点の色*/
}
.list-style--disc-large > li:last-child {
  margin-bottom: 2rem;
}
.list-style--disc > li {
  position: relative;
  margin-left: 2rem;
  list-style-type: disc;
}
.list-style--disc > li:last-child {
  margin-bottom: 2rem;
}
.list-style--num > li {
  margin-left: 2rem;
  list-style-type: circled-decimal;
}
.list-style--num > li:last-child {
  margin-bottom: 2rem;
}
.list-style--en > li {
  margin-left: 2rem;
  list-style-type: lower-alpha;
}
.list-style--en > li:last-child {
  margin-bottom: 2rem;
}

.dl-list__unit {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.dl-list__unit dt {
  font-size: 1.4rem;
  background-color: #FF9933;
  color: #fff;
  min-width: 130px;
  padding: 1rem 0.5rem;
  text-align: center;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .dl-list__unit dt {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .dl-list__unit dt {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:480px) {
  .dl-list__unit dt {
    font-size: 2.9166666667vw;
  }
}
.dl-list__unit dd {
  align-self: center;
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .dl-list__unit dt {
    min-width: 100px;
  }
}
@media screen and (max-width:480px) {
  .dl-list__unit {
    flex-direction: column;
    gap: 0.5rem;
  }
  .dl-list__unit dt {
    min-width: 100%;
    width: 100%;
    padding: 0.5rem;
  }
  .dl-list__unit dd {
    align-self: flex-start;
  }
}

.flow__unit {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
}
.flow__unit:last-child {
  border-bottom: none;
}
.flow--title {
  margin-right: 2rem;
}
.flow--title .tag {
  margin: 0;
}
@media screen and (max-width:480px) {
  .flow__unit {
    flex-direction: column;
  }
  .flow--content {
    padding: 1rem 0;
  }
}

.bg--nora {
  transition: all 0.7s ease;
  background: #0a0a10;
}
.bg--nora .header::before {
  transition: all 0.7s ease;
  background-image: url(../img/artist/nora_p.jpg);
  filter: blur(15px);
}

.flex {
  display: flex;
  align-items: center;
}
.flex.jc-center {
  justify-content: center;
  gap: 1rem;
}

.small {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .small {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .small {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:480px) {
  .small {
    font-size: 2.9166666667vw;
  }
}

.text-box {
  background-color: rgba(41, 38, 64, 0.15);
  padding: 1rem 2rem;
}
@media screen and (max-width:480px) {
  .text-box {
    padding: 1rem;
  }
}

.sp-non {
  display: block;
}
@media screen and (max-width: 896px) {
  .sp-non {
    display: none;
  }
}

.tabpc-non {
  display: block;
}
@media screen and (min-width:897px) {
  .tabpc-non {
    display: none;
  }
}

.pc-non {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-non {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */