@charset "UTF-8";
/*-------------------- color --------------------*/
/*-------------------- font --------------------*/
.font_eng {
  font-family: bilo, sans-serif;
  font-weight: 400;
}

/*-------------------- 共通 --------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0d0d0d;
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #0d0d0d;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

.sp_show {
  display: block;
}
@media (min-width: 600px) {
  .sp_show {
    display: none;
  }
}

.pc_show {
  display: none;
}
@media (min-width: 600px) {
  .pc_show {
    display: block;
  }
}

.tax {
  font-size: 1.1rem;
  margin-left: 2px;
}

/*web接客*/
#flipdesk_root {
  display: none;
}

/*-------------------- アニメーション --------------------*/
.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.8s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------------- wrap --------------------*/
.wrap {
  max-width: 599px;
  margin: 0 auto;
  background: #ffffff;
}

/*-------------------- mv --------------------*/
.mv {
  margin-bottom: 30px;
}

/*-------------------- choose --------------------*/
.ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ttl span {
  text-align: center;
  display: block;
  border: 1px solid #0d0d0d;
  border-radius: 100vh;
  padding: 10px 0;
  width: 70%;
  max-width: 300px;
}

.choose {
  margin-bottom: 100px;
}
.choose-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.choose-list-item a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.choose-list-item a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
}
.choose-list-item:first-of-type a {
  background: url("../image/button_bc.jpg") no-repeat center;
  background-size: cover;
}
.choose-list-item:last-of-type a {
  background: url("../image/button_lc.jpg") no-repeat center;
  background-size: cover;
}
.choose-list-item span:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.choose-list-item span:last-of-type {
  margin-bottom: 10px;
}

/*-------------------- content --------------------*/
.content-intro {
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
  margin-bottom: 100px;
}
.content-v {
  position: relative;
  aspect-ratio: 750/1124;
}
.content-v-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 12s infinite;
}
.content-v-img:nth-of-type(1) {
  animation-delay: 0s;
}
.content-v-img:nth-of-type(2) {
  animation-delay: 4s;
}
.content-v-img:nth-of-type(3) {
  animation-delay: 8s;
}
.content-v__wrap {
  position: relative;
  margin-bottom: 100px;
}
.content-v-ttl {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}
.content_inner-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 20px clamp(10px, 5vw, 20px);
}
.content_inner-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin: 0 clamp(10px, 5vw, 20px);
}
@media (min-width: 600px) {
  .content_inner-list {
    max-width: 400px;
    margin: 0 auto;
  }
}
.content_inner-list-item {
  display: grid;
  grid-template-columns: 25% 35% 40%;
  align-items: center;
}
.content_inner-list-item--btn a {
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 8px 0;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.src1 {
  background-image: url("../image/slide_bc_001.jpg");
}

.src2 {
  background-image: url("../image/slide_bc_002.jpg");
}

.src3 {
  background-image: url("../image/slide_bc_003.jpg");
}

.src4 {
  background-image: url("../image/slide_lc_001.jpg");
}

.src5 {
  background-image: url("../image/slide_lc_002.jpg");
}

.src6 {
  background-image: url("../image/slide_lc_003.jpg");
}

#ballet {
  color: #0f8fdb;
  margin-bottom: 200px;
}
#ballet .content-v-ttl {
  aspect-ratio: 432/185;
  height: 93px;
}
#ballet .bc-1,
#ballet .bc-2,
#ballet .bc-3,
#ballet .bc-4 {
  margin-bottom: 100px;
}
#ballet .bc-1-img--1 {
  width: 80%;
  margin: 0 auto 50px 0;
}
#ballet .bc-1-img--2 {
  width: 65%;
  margin: 0 clamp(10px, 5vw, 20px) 30px auto;
}
#ballet .bc-2-img--1 {
  width: 80%;
  margin: 0 auto 50px;
}
#ballet .bc-2-img--2 {
  width: 65%;
  margin: 0 auto 30px 0;
}
#ballet .bc-3-img--1 {
  width: 80%;
  margin: 0 0 50px auto;
}
#ballet .bc-3-img--2 {
  width: 65%;
  margin: 0 auto 30px clamp(10px, 5vw, 20px);
}
#ballet .bc-4-img--1 {
  width: 70%;
  margin: 0 auto 50px;
}
#ballet .bc-5-img--1 {
  width: 70%;
  margin: 0 auto 50px;
}
#ballet .content_inner-list-item--btn a {
  background: #0f8fdb;
}

#librarian {
  color: #a40000;
  margin-bottom: 150px;
}
#librarian .content-v-ttl {
  aspect-ratio: 567/181;
  height: 91px;
}
#librarian .lc-1,
#librarian .lc-2,
#librarian .lc-3,
#librarian .lc-4 {
  margin-bottom: 100px;
}
#librarian .lc-1-img--1 {
  width: 80%;
  margin: 0 0 50px auto;
}
#librarian .lc-1-img--2 {
  width: 65%;
  margin: 0 auto 50px;
}
#librarian .lc-2-img--1 {
  width: 80%;
  margin: 0 auto 50px 0;
}
#librarian .lc-2-img--2 {
  width: 65%;
  margin: 0 clamp(10px, 5vw, 20px) 30px auto;
}
#librarian .lc-3-img--1 {
  width: 80%;
  margin: 0 auto 50px;
}
#librarian .lc-3-img--2 {
  width: 65%;
  margin: 0 auto 30px 0;
}
#librarian .lc-4-img--1 {
  width: 70%;
  margin: 0 auto 50px;
}
#librarian .lc-5-img--1 {
  width: 70%;
  margin: 0 auto 50px;
}
#librarian .content_inner-list-item--btn a {
  background: #a40000;
}

/*-------------------- all --------------------*/
.all-link {
  margin-bottom: 100px;
}
.all-link a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: url("../image/button_all.jpg") no-repeat center;
  background-size: cover;
  display: block;
  padding: 35px 0;
  position: relative;
}
.all-link a::after {
  display: block;
  content: "";
  width: 51px;
  height: 10px;
  background: url("../image/arrow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------------- movie --------------------*/
.movie {
  margin-bottom: 100px;
}
.movie video {
  width: 100%;
}
.movie-content {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .movie-content {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.movie-credit {
  font-size: 1.1rem;
  text-align: center;
  line-height: 2;
}

/*-------------------- footer --------------------*/
.pagetop {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 100px;
}
.pagetop a {
  border-bottom: 1px solid #0d0d0d;
}

.footer-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: 0 auto 50px;
}
.footer-icon--somari {
  width: 70px;
}
.footer-icon--insta {
  width: 35px;
}
.footer small {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

/*-------------------- アイテム一覧 --------------------*/
.items-ttl {
  text-align: center;
}
.items-term {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.items-term span {
  display: block;
  font-size: 1.1rem;
}
.items-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin: 0 clamp(10px, 5vw, 20px);
}
.items-list-item {
  width: 47%;
}
.items-list--img {
  margin-bottom: 10px;
}
.items-list--name {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.items-list--price {
  margin-bottom: 10px;
}
.items-list--link {
  margin-bottom: 10px;
}
.items-list--link a {
  color: #ffffff;
  background: #887e7b;
  display: block;
  width: 70%;
  max-width: 150px;
  margin: 0 auto;
  padding: 8px 0;
}
.items-list--note {
  font-size: 1.1rem;
}

.preorder {
  margin-bottom: 100px;
}
.preorder .items-ttl {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.regular .items-ttl {
  font-size: 2rem;
  margin-bottom: 30px;
}

.close-btn {
  text-align: center;
  font-size: 1.6rem;
  margin: 100px 0 30px;
}
.close-btn a {
  border-bottom: 1px solid #0d0d0d;
}