@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
  text-align: justify;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hidden_box {
  overflow-x: hidden;
}

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

p {
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

section {
  padding: 5rem 0;
}

.layout {
  /*
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  */
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  left: 6rem;
}
@media screen and (max-width: 1400px) {
  .layout {
    left: auto;
    width: 100%;
    padding-left: 12rem;
    padding-right: 2rem;
  }
}
.layout h2 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .layout h2 {
    font-size: 4.8rem;
  }
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .df_row {
    flex-direction: column;
  }
}

.detail {
  font-size: 1.2rem;
  width: 100%;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

strong {
  font-size: 1.6rem;
}
strong span {
  font-size: 2rem;
}

body {
  background-color: #000000;
}

/*menu*/
.menu_container {
  max-width: 1400px;
  width: 90%;
  height: auto;
  padding-top: 11.4rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .menu_container {
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    transform: translate(0);
    padding-left: 2rem;
  }
}
.menu_container .menu {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  pointer-events: all;
}
.menu_container .menu ul {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
}
.menu_container .menu ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .menu_container .menu ul li {
    margin-top: 1.6rem;
  }
}
.menu_container .menu ul li:first-child {
  margin-top: 0;
}
.menu_container .menu ul li a {
  display: inline-block;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}
.menu_container .menu ul li a.black {
  color: #000;
}
.menu_container .menu ul li a.black:before {
  background: #000;
}
@media screen and (max-width: 768px) {
  .menu_container .menu ul li a {
    font-size: 1.6rem;
  }
}
.menu_container .menu ul li a::before {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -34px;
  background: #fff;
  width: 25px;
  height: 2px;
  opacity: 0;
}
.menu_container .menu ul li a.border {
  position: relative;
}
.menu_container .menu ul li a.border::before {
  opacity: 1;
}
.menu_container .menu ul li a li {
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 2.5rem;
  color: #fff;
}
.menu_container .menu ul .active_menu::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-150%, -50%);
}
@media screen and (max-width: 768px) {
  .menu_container .menu ul .active_menu::before {
    padding-left: 1rem;
  }
}
.menu_container .menu ul .accent_menu::before {
  content: "";
  display: block;
  width: 124%;
  height: 58%;
  background-color: #e62e8b;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.menu_container .menu ul .min_menu {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .menu_container .menu ul .min_menu {
    margin-top: 1.2rem;
  }
}
.menu_container .menu ul .min_menu a span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .menu_container .menu ul .min_menu a span {
    font-size: 1.2rem;
  }
}
.menu_container .menu .menu_sns {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  border: 1px solid #fff;
  margin-top: 2.4rem;
  padding: 0.15rem 0.35rem;
}
@media screen and (max-width: 768px) {
  .menu_container .menu .menu_sns {
    margin: 1.6rem 0 0 auto;
  }
}
.menu_container .menu .menu_sns a {
  display: block;
  line-height: 1;
  width: 1.6rem;
  height: auto;
  margin: 0.35rem;
  padding: 0;
}
.menu_container .menu .menu_sns a img {
  width: 100%;
  height: auto;
}

/*mv*/
#mv {
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.mv_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-bottom: -6.4rem;
  animation: fadein 0.5s ease-in forwards;
}
@media screen and (max-width: 1400px) {
  .mv_img {
    height: 80vh;
    margin-bottom: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .mv_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
.mv_img .mv_text {
  width: 22.4rem;
  height: auto;
  position: absolute;
  bottom: 11rem;
  right: 4.4rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv_img .mv_text {
    width: 16rem;
    bottom: 4rem;
    right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_img .mv_text {
    width: 20rem;
    bottom: 4rem;
    right: 2rem;
  }
}
.mv_img .mv_text h2 {
  width: 100%;
  height: auto;
}
.mv_img .mv_text h2 img {
  width: 100%;
  height: auto;
}
.mv_img .mv_text p {
  font-family: "avenir", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #e4e4e5;
  opacity: 0.5;
  font-size: 0.7rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mv_img .mv_text p {
    line-height: 1.5;
  }
}

.mv_info {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .mv_info {
    width: 100%;
    padding-left: 10rem;
  }
}

.mv_info_credit {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mv_info_credit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mv_info_credit p {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .mv_info_credit p {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mv_info_credit p span {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0.8rem;
}
@media screen and (max-width: 768px) {
  .mv_info_credit p span {
    font-size: 2.4rem;
  }
}
.mv_info_credit p span.small_size {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mv_info_credit p span.small_size {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_info_credit .nakagawa {
    margin-top: 1rem;
  }
}
.mv_info_credit .add_cross::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 1.6rem;
  position: relative;
  top: 0.4rem;
}
@media screen and (max-width: 1400px) {
  .mv_info_credit .add_cross::before {
    width: 3rem;
    height: 3rem;
    top: 0;
    margin: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_info_credit .add_cross::before {
    display: none;
  }
}
.mv_info_credit .add_cross::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 1.6rem;
  position: relative;
  top: 0.4rem;
}
@media screen and (max-width: 1400px) {
  .mv_info_credit .add_cross::after {
    width: 3rem;
    height: 3rem;
    top: 0;
    margin: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_info_credit .add_cross::after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .mv_info_credit:first-child {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1400px) {
  .mv_info_credit:first-child p {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mv_info_credit:first-child p {
    margin-bottom: 1rem;
  }
}
.mv_info_credit:nth-child(2) {
  margin-top: 4rem;
  margin-bottom: 3.2rem;
}
.mv_info_credit:nth-child(2) p {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mv_info_credit:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.mv_info_credit:nth-child(4) {
  margin-top: 4rem;
  margin-bottom: 8.2rem;
}
.mv_info_credit:nth-child(4) p span {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mv_info_credit:nth-child(4) {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.mv_info_credit:nth-child(3) {
  margin-bottom: 3.2rem;
}
.mv_info_credit:nth-child(3) p span {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mv_info_credit:nth-child(3) {
    margin-bottom: 0;
  }
}

.mv_info_schedule {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12.8rem;
}
.mv_info_schedule .mv_info_schedule_box {
  width: 28rem;
  height: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e62e8b;
  border-radius: 50%;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .mv_info_schedule .mv_info_schedule_box {
    margin: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .mv_info_schedule_box {
    width: 23rem;
    height: 23rem;
  }
}
.mv_info_schedule .mv_info_schedule_box p {
  text-align: center;
  position: relative;
  left: 0.4rem;
}
.mv_info_schedule .mv_info_schedule_box p:nth-child(1) {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .mv_info_schedule_box p:nth-child(1) {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.mv_info_schedule .mv_info_schedule_box p:nth-child(1)::after {
  content: "";
  display: block;
  width: 24rem;
  height: 2px;
  background-color: #e62e8b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.4rem);
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .mv_info_schedule_box p:nth-child(1)::after {
    width: 18rem;
  }
}
.mv_info_schedule .mv_info_schedule_box p:nth-child(2) {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 1rem;
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .mv_info_schedule_box p:nth-child(2) {
    font-size: 4rem;
  }
}
.mv_info_schedule .mv_info_schedule_box p:nth-child(2) span {
  font-size: 2.5rem;
  margin: 0 0.4rem;
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .mv_info_schedule_box p:nth-child(2) span {
    font-size: 2rem;
  }
}
.mv_info_schedule .mv_info_schedule_box p:nth-child(2)::before {
  content: "2023";
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0.4rem;
}
.mv_info_schedule .mv_info_schedule_box p:nth-child(3) {
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e62e8b;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .mv_info_schedule_box p:nth-child(3) {
    font-size: 2rem;
  }
}
.mv_info_schedule .aichi_schedule {
  margin: 0 3rem;
}
@media screen and (max-width: 1400px) {
  .mv_info_schedule .aichi_schedule {
    margin: 2.4rem;
  }
}
.mv_info_schedule .aichi_schedule p:nth-child(1) {
  left: 0;
}
.mv_info_schedule .aichi_schedule p:nth-child(1)::after {
  left: 50%;
}
@media screen and (max-width: 1400px) {
  .mv_info_schedule .fukuoka_schedule {
    margin: -1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_info_schedule .fukuoka_schedule {
    margin: 2.4rem;
  }
}
.mv_info_schedule .fukuoka_schedule p:nth-child(1) {
  font-size: 4.5rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .fukuoka_schedule p:nth-child(1) {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.mv_info_schedule .fukuoka_schedule p:nth-child(3) {
  font-size: 2.2rem;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mv_info_schedule .fukuoka_schedule p:nth-child(3) {
    font-size: 2rem;
  }
}

.mv_info_news {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .mv_info_news {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10rem;
  }
}
.mv_info_news h2 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: -1.8rem;
}
.mv_info_news ul {
  width: 100%;
  height: auto;
  border-top: 2px solid #e62e8b;
  border-bottom: 2px solid #e62e8b;
  position: relative;
  padding: 3.2rem 0;
}
@media screen and (max-width: 1024px) {
  .mv_info_news ul {
    padding: 4rem 0;
  }
}
.mv_info_news ul .mv_info_news_readmore {
  width: 8.6rem;
  height: 8.6rem;
  border: 2px solid #e62e8b;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -70%);
}
@media screen and (max-width: 600px) {
  .mv_info_news ul .mv_info_news_readmore {
    width: 6rem;
    height: 6rem;
    transform: translate(0, -50%);
    flex-direction: column;
  }
}
.mv_info_news ul .mv_info_news_readmore p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  margin-top: 0.2rem;
}
.mv_info_news ul .mv_info_news_readmore img {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.mv_info_news ul li {
  width: 78rem;
  height: auto;
  margin: 1rem auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv_info_news ul li {
    width: 46rem;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) {
  .mv_info_news ul li {
    width: 85%;
  }
}
.mv_info_news ul li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  color: #fff;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .mv_info_news ul li a {
    flex-direction: column;
  }
}
.mv_info_news ul li a .mv_info_news_date {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: 2rem;
  position: relative;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .mv_info_news ul li a .mv_info_news_date {
    margin: 0 auto 0 0;
  }
}
.mv_info_news ul li a .mv_info_news_date::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-3.2rem, -50%);
  transition: all 0.5s ease;
}
.mv_info_news ul li a .mv_info_news_title {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 25px;
}
.mv_info_news ul li:hover a {
  color: #e62e8b;
}
.mv_info_news ul li:hover a .mv_info_news_date::before {
  background-color: #e62e8b;
}

.pink {
  color: #e62e8b;
  font-size: 1.6rem;
}

/*about*/
#about {
  width: 100%;
  margin: 0 auto;
  background-color: #1f1f1f;
  padding: 6.4rem 0 6.8rem 0;
  position: relative;
  z-index: 2;
}
#about .about_inner {
  width: 1400px;
  height: auto;
  padding-top: 60rem;
  position: relative;
  background-image: url(images/about_img.webp);
  background-size: 105rem;
  background-position: left;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  #about .about_inner {
    width: 100%;
    background-size: 100rem;
    background-position: center;
    padding-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #about .about_inner {
    padding-top: 70rem;
  }
}
#about .about_inner .about_text {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
  bottom: -9rem;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about_text {
    bottom: -11rem;
  }
}
#about .about_inner .about_text h2 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: -1.8rem;
  text-align: right;
}
#about .about_inner .about_text p {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 48rem;
  padding: 4.5rem 3.8rem;
  background-color: #e84c95;
  color: #000000;
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  right: -4rem;
}
@media screen and (max-width: 1220px) {
  #about .about_inner .about_text p {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #about .about_inner .about_text p {
    width: 80%;
    margin-right: 0;
    font-size: 1.6rem;
    padding: 3rem 1rem 3rem 3rem;
  }
}

#story {
  width: 100%;
  height: auto;
  background-color: #000000;
  background-image: url(images/story_bg.webp);
  background-size: 1300px;
  background-position: center right 110px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #story {
    background-size: 700px;
    background-position: 30% 8rem;
  }
}
#story .story_inner {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 41rem;
  margin-bottom: 9.8rem;
}
@media screen and (max-width: 768px) {
  #story .story_inner {
    width: 100%;
    margin-top: 20rem;
  }
}
#story .story_inner .story_text {
  width: 65rem;
  height: auto;
}
@media screen and (max-width: 1400px) {
  #story .story_inner .story_text {
    width: calc(100% - 14rem);
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #story .story_inner .story_text {
    width: 80%;
  }
}
#story .story_inner .story_text h2 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 2.9rem;
}
#story .story_inner .story_text .story_text_box {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: rgba(67, 67, 67, 0.9);
  padding: 2.4rem 3.2rem;
}
@media screen and (max-width: 768px) {
  #story .story_inner .story_text .story_text_box {
    padding: 2rem 1rem 2rem 3rem;
  }
}
#story .story_inner .story_text .story_text_box h3 {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #story .story_inner .story_text .story_text_box h3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#story .story_inner .story_text .story_text_box h3 .story_title_img {
  width: 10rem;
  height: auto;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #story .story_inner .story_text .story_text_box h3 .story_title_img {
    margin-right: auto;
    margin-bottom: 3rem;
  }
}
#story .story_inner .story_text .story_text_box h3 .story_title_img img {
  width: 100%;
  height: auto;
}
#story .story_inner .story_text .story_text_box h3 span {
  display: block;
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e84c95;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#story .story_inner .story_text .story_text_box p {
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e62e8b;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}

/*person*/
#person,
#info {
  background-color: #e4e4e5;
}

#person {
  padding-top: 6.4rem;
  padding-bottom: 20rem;
}
#person .layout h2 {
  margin-bottom: 4.8rem;
}
#person .layout .df_row {
  justify-content: space-between;
}
#person .layout .df_row h3 {
  border-bottom: 0.5px solid #000;
  letter-spacing: 0.4rem;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  padding: 0 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  width: 100%;
}
#person .layout .df_row h3 span {
  font-size: 2.6rem;
}

.dancers,
.creators {
  width: calc((100% - 4rem) / 2);
  display: flex;
  flex-flow: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .dancers,
  .creators {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .dancers,
  .creators {
    width: 100%;
  }
}
.dancers .item,
.creators .item {
  width: 100%;
}
.dancers .item .name,
.creators .item .name {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1400px) {
  .dancers .item .name,
  .creators .item .name {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.dancers .item .name span,
.creators .item .name span {
  font-size: 1.2rem;
}
.dancers .item .name span:nth-child(2),
.creators .item .name span:nth-child(2) {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dancers .item .photo,
.creators .item .photo {
  width: 11rem;
  line-height: 1;
  padding: 0 1rem;
}
@media screen and (max-width: 1400px) {
  .dancers .item .photo,
  .creators .item .photo {
    width: 25rem;
  }
}
@media screen and (max-width: 600px) {
  .dancers .item .photo,
  .creators .item .photo {
    width: 20rem;
  }
}
.dancers .item .txt,
.creators .item .txt {
  width: 37.6rem;
  padding-left: 0rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1400px) {
  .dancers .item .txt,
  .creators .item .txt {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.dancers .item .txt p:nth-of-type(2),
.creators .item .txt p:nth-of-type(2) {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .creators {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .creators .item {
    flex-direction: column-reverse;
  }
}
.creators .txt {
  padding-left: 1rem;
  padding-right: 0rem;
}
@media screen and (max-width: 1024px) {
  .creators .txt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.credit {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "avenir", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0.3rem;
}

.several {
  display: flex;
  flex-flow: row wrap;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .several {
    flex-direction: column;
  }
}
@media screen and (max-width: 1400px) {
  .several {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .several {
    flex-direction: row;
  }
}
.several .s_item {
  width: calc(16.6666666667% - 0.5rem);
  min-width: 70px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .several .s_item {
    width: calc(33.3333333333% - 0.5rem);
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .several .s_item {
    width: calc(50% - 0.5rem);
  }
}
.several .s_item:last-child {
  margin-right: 0;
}
.several .s_item .photo {
  width: 100%;
  padding: 0;
  margin-bottom: 0.2rem;
}
.several .s_item .credit {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "avenir", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0.3rem;
}
.several .s_item .name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  margin: 0;
}
.several .s_item span {
  display: inline-block;
  font-size: 1rem !important;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.uetsuki {
  vertical-align: super;
  font-size: 1rem !important;
}

.detail {
  font-size: 1rem;
  width: 100%;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 1rem;
  padding: 0 1rem;
}
@media screen and (max-width: 1400px) {
  .detail {
    margin-top: 0;
  }
}

/*gallery*/
#gallery {
  width: 100%;
  background-color: #000000;
  padding-top: 6.4rem;
  padding-bottom: 20rem;
}
#gallery .layout h2 {
  margin-bottom: 4.8rem;
}
#gallery .layout .dummy {
  height: 50rem;
}

/*comment*/
#comment {
  width: 100%;
  background-color: #000000;
  padding-top: 6.4rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 600px) {
  #comment .layout {
    background-image: url(images/comment_bg.webp);
    background-size: 400%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#comment .layout h2 {
  margin-bottom: 4.8rem;
  position: relative;
}
#comment .layout h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e84c95;
  position: absolute;
  left: 0;
  bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  #comment .layout h2::after {
    bottom: 1.1rem;
  }
}
#comment .layout .comment_inner {
  width: 100%;
  height: auto;
  padding-top: 6.4rem;
  padding-bottom: 5.6rem;
  background-image: url(images/comment_bg.webp);
  background-size: 86rem;
  background-position: center 14%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #comment .layout .comment_inner {
    background-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  #comment .layout .comment_inner {
    background-image: none;
  }
}
#comment .layout .comment_inner .df_row {
  justify-content: space-between;
}
#comment .layout .comment_inner .df_row .comment_text_box {
  width: calc(50% - 1.4rem);
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  #comment .layout .comment_inner .df_row .comment_text_box {
    width: 100%;
  }
}
#comment .layout .comment_inner .df_row .comment_text_box p {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
#comment .layout .comment_inner .df_row .comment_text_box p:nth-child(1) {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
}
#comment .layout .comment_inner .df_row .comment_text_box p:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 2.4rem;
}
#comment .layout .comment_inner .df_row .comment_text_box p:nth-child(3) {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 1.6rem;
}

/*column*/
#column {
  width: 100%;
  background-image: url(images/column_bg.webp);
  background-size: cover;
  background-repeat: repeat;
  padding-top: 13.4rem;
  padding-bottom: 11.4rem;
}
#column .layout .column_title {
  width: 100%;
  position: relative;
}
#column .layout .column_title h2 {
  margin-bottom: 6rem;
  position: relative;
}
#column .layout .column_title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e84c95;
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #column .layout .column_title h2::after {
    bottom: 1.1rem;
  }
}
#column .layout .column_title .column_readmore {
  width: 8.6rem;
  height: 8.6rem;
  border: 2px solid #e62e8b;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-25%, -10%);
  z-index: 2;
}
@media screen and (max-width: 600px) {
  #column .layout .column_title .column_readmore {
    width: 6rem;
    height: 6rem;
    top: 50%;
    transform: translate(1rem, -50%);
  }
}
#column .layout .column_title .column_readmore p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  margin-top: 0.2rem;
}
@media screen and (max-width: 600px) {
  #column .layout .column_title .column_readmore p {
    font-size: 1.6rem;
  }
}
#column .layout .column_title .column_readmore img {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 600px) {
  #column .layout .column_title .column_readmore img {
    width: 1rem;
    height: 1rem;
    margin-left: 0.3rem;
  }
}
#column .layout .column_inner {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #column .layout .column_inner {
    background-size: 100%;
  }
}
#column .layout .column_inner .df_row {
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #column .layout .column_inner .df_row {
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  #column .layout .column_inner .df_row {
    flex-direction: column;
  }
}
#column .layout .column_inner .df_row .column_box {
  width: calc(33.3333333333% - 1.2rem);
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 900px) {
  #column .layout .column_inner .df_row .column_box {
    width: calc(50% - 1.2rem);
  }
}
@media screen and (max-width: 600px) {
  #column .layout .column_inner .df_row .column_box {
    width: 100%;
  }
}
#column .layout .column_inner .df_row .column_box a {
  width: 100%;
  height: auto;
}
#column .layout .column_inner .df_row .column_box a .column_box_img {
  width: 100%;
  height: auto;
  position: relative;
}
#column .layout .column_inner .df_row .column_box a .column_box_img .credit {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 2px;
  font-size: 1rem;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
}
#column .layout .column_inner .df_row .column_box a .column_box_img img {
  width: 100%;
  height: 24.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  #column .layout .column_inner .df_row .column_box a .column_box_img img {
    height: 20rem;
  }
}
#column .layout .column_inner .df_row .column_box a .column_box_title {
  width: 100%;
  height: auto;
  background-color: #000000;
  padding: 1rem;
  height: 94px;
}
#column .layout .column_inner .df_row .column_box a .column_box_title p {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
}
#column .layout .column_inner .df_row .column_box a .column_box_title h3 {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#column .layout .column_inner .df_row .column_box a .column_box_info {
  width: 100%;
  height: auto;
  display: flex;
}
#column .layout .column_inner .df_row .column_box a .column_box_info .column_box_date {
  width: 72%;
  height: auto;
  background-color: #fff;
  padding: 0.5rem 1rem;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #column .layout .column_inner .df_row .column_box a .column_box_info .column_box_date {
    width: 60%;
  }
}
#column .layout .column_inner .df_row .column_box a .column_box_info .column_box_tag {
  width: 28%;
  height: auto;
  background-color: #e62e8b;
  padding: 0.5rem 1rem;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #column .layout .column_inner .df_row .column_box a .column_box_info .column_box_tag {
    width: 40%;
  }
}

.column_single .column_img {
  width: auto;
  display: inline-block;
  padding: 5%;
  height: auto;
  align-self: center;
}
.column_single .column_img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 450px;
}
.column_single .credit {
  font-size: 1.2rem;
}
.column_single .column_img_landscape {
  width: auto;
  display: inline-block;
  padding: 5%;
  height: auto;
  align-self: center;
}
.column_single .column_img_landscape img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 700px;
}
.column_single .credit {
  font-size: 1.2rem;
}
.column_single .inner {
  display: flex;
  flex-flow: column;
  align-items: start;
}

/*info*/
#info {
  width: 100%;
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 16rem;
}
#info .layout .info_content {
  width: 100%;
  height: auto;
  margin-top: 8rem;
}
#info .layout .info_content h3 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 0.8rem;
  border-bottom: 1px solid #000000;
}
#info .layout .info_content .df_row {
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #info .layout .info_content .df_row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#info .layout .info_content .df_row .info_box {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 1400px) {
  #info .layout .info_content .df_row .info_box {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box {
    width: 100%;
  }
}
#info .layout .info_content .df_row .info_box h4 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  padding: 0.4rem;
}
#info .layout .info_content .df_row .info_box p {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  padding: 0.4rem;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box p {
    white-space: normal;
  }
}
#info .layout .info_content .df_row .info_box .date_text {
  font-size: 1.6rem;
}
#info .layout .info_content .df_row .info_box .date_text span {
  font-size: 1.3rem;
}
#info .layout .info_content .df_row .info_box .date_text .date_strong {
  font-size: 2.8rem;
}
#info .layout .info_content .df_row .info_box .date_text .date_hide {
  font-size: 1.6rem;
  opacity: 0;
  pointer-events: none;
}
#info .layout .info_content .df_row .info_box .date_text .open_time {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .date_text .open_time {
    display: block;
    margin-top: 0.8rem;
    padding-left: 3.4rem;
    padding-bottom: 0.8rem;
  }
}
#info .layout .info_content .df_row .info_box .date_text .open_caution {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .date_text .open_caution {
    display: block;
    margin-top: 1rem;
    padding-left: 3.4rem;
  }
}
#info .layout .info_content .df_row .info_box .venue_text {
  font-size: 2.1rem;
}
#info .layout .info_content .df_row .info_box .venue_text span {
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .venue_text .address {
    display: block;
    margin-top: 1rem;
  }
}
#info .layout .info_content .df_row .info_box .info_map {
  width: 100%;
  height: 22.2rem;
  margin-left: 0.4rem;
  margin-top: 3rem;
}
#info .layout .info_content .df_row .info_box .info_map iframe {
  width: 100%;
  height: 100%;
}
#info .layout .info_content .df_row .info_box .ticket-banner {
  display: block;
  width: 100%;
  background-color: #e62e8b;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .ticket-banner {
    flex-direction: column;
  }
}
#info .layout .info_content .df_row .info_box .ticket-banner p {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin: 0;
  text-align: left;
  white-space: initial;
}
#info .layout .info_content .df_row .info_box .ticket-banner p:nth-child(1) {
  font-size: 1.6rem;
  padding: 0.8rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .ticket-banner p:nth-child(1) {
    margin: 1rem;
  }
}
#info .layout .info_content .df_row .info_box .ticket-banner p:nth-child(2) {
  font-size: 1.9rem;
  margin-left: 1.5rem;
}
#info .layout .info_content .df_row .info_box .ticket-banner p:nth-child(2) .banner_date {
  font-size: 3.1rem;
}
#info .layout .info_content .df_row .info_box .ticket-banner p:nth-child(2) .banner_time {
  font-size: 2.1rem;
}
#info .layout .info_content .df_row .info_box .ticket_head {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin-top: 2.8rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .ticket_head {
    flex-direction: column;
    align-items: start;
  }
}
#info .layout .info_content .df_row .info_box .ticket_head p {
  width: -moz-fit-content;
  width: fit-content;
  color: #e62e8b;
  font-size: 1.6rem;
  margin: 0;
}
#info .layout .info_content .df_row .info_box .ticket_head p span {
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #info .layout .info_content .df_row .info_box .ticket_head p span {
    font-size: 1.8rem;
  }
}
#info .layout .info_content .df_row .info_box .ticket_text {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
}
#info .layout .info_content .df_row .info_box .ticket_text span {
  font-size: 1.3rem;
}
#info .layout .info_content .df_row .info_box .ticket_text .add-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #info .layout .info_content .df_row .info_box .ticket_text .add-sp {
    display: block;
  }
}
#info .layout .info_content .df_row .info_box .ticket_min {
  font-size: 1.2rem !important;
  letter-spacing: 0;
  line-height: 1.5;
}

/*video*/
#video {
  background-color: #e1e1e2;
  padding-top: 3.8rem;
  padding-bottom: 13.8rem;
}
#video .layout {
  max-width: 900px;
  margin: 0 auto;
  position: static;
}
#video .layout h2 {
  margin-bottom: 5.8rem;
}
#video .layout .video_content_box {
  width: 72rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #video .layout .video_content_box {
    width: 100%;
  }
}
#video .layout .video_content_box h3 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #e62e8b;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#video .layout .video_content_box .video_content {
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-color: #9c9c9c;
}

/*credit*/
#stuff {
  padding-top: 4.8rem;
  padding-bottom: 7.2rem;
}
#stuff .layout {
  max-width: 780px;
  margin: 0 auto;
  position: static;
}
#stuff p {
  width: 100%;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
#stuff dl dt {
  color: #e62e8b;
  text-align: right;
  width: 40%;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  #stuff dl dt {
    width: 100%;
    text-align: center;
  }
}
#stuff dl dd {
  color: #fff;
  width: 60%;
  padding-left: 1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  #stuff dl dd {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0;
  }
}

dl.credit_layout {
  margin-top: 5rem;
}
dl.credit_layout h3 {
  margin-bottom: 3rem;
}
dl.credit_layout dt {
  color: #e62e8b;
  text-align: right;
  width: 40%;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  dl.credit_layout dt {
    width: 100%;
    text-align: center;
  }
}
dl.credit_layout dd {
  color: #000;
  width: 60%;
  padding-left: 1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  dl.credit_layout dd {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0;
  }
}

.info_box dl.credit_layout {
  margin-top: 2rem;
}
.info_box dl.credit_layout dt {
  text-align: left;
  width: 30%;
}
.info_box dl.credit_layout dd {
  width: 70%;
}

.credit_txt {
  font-size: 1.4rem !important;
}

footer {
  padding: 10rem 0;
}

@media screen and (max-width: 1400px) {
  .logo_box {
    left: auto;
    width: 100%;
    padding-left: 12rem;
    padding-right: 2rem;
  }
}
.logo_box .one {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .logo_box .one {
    flex-direction: column;
  }
}
.logo_box .one figure:first-child {
  width: 14rem;
  height: auto;
}
.logo_box .one figure:last-child {
  width: 6.8rem;
  height: auto;
}
.logo_box .one figure img {
  width: 100%;
  height: auto;
}

.performance_credits {
  text-align: center;
  width: 70%;
  color: #fff;
  border-bottom: 0.5px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.page {
  padding: 0;
  margin-bottom: 5rem;
}

.page_main_area {
  background-color: #e62e8b;
  width: 100%;
  height: 100px;
  padding-left: 50px;
}
.page_main_area img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}

#single,
#page {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.7;
}
#single h3,
#page h3 {
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#single h3.column_title,
#page h3.column_title {
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #single h3.column_title,
  #page h3.column_title {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
#single .date,
#page .date {
  color: #e62e8b;
  margin-bottom: 4rem;
}

#single p {
  width: 100%;
}

.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e62e8b;
  border-radius: 15px;
  width: 300px;
  height: 50px;
  margin: 1rem auto 3rem;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 1.6rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .link_btn {
    width: 100%;
  }
}
.info_box .link_btn {
  margin: 1rem 0 3rem;
}

.link {
  color: #e62e8b;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  border: 1px solid #e62e8b;
  background-color: #fff;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  display: inline-block;
}
.link.ml_none {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .link {
    margin-left: 0;
  }
}

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

.gallery_cont {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .gallery_cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .gallery_cont {
    flex-flow: row wrap;
  }
}
.gallery_cont .item {
  width: calc((100% - 3rem) / 4);
  height: 240px;
  border: 0.5px solid #fff;
  margin: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 960px) {
  .gallery_cont .item {
    width: calc((100% - 2rem) / 3);
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_cont .item {
    width: calc((100% - 1rem) / 2);
    height: 30vw;
  }
}
.gallery_cont .item:hover {
  border: 1px solid #e62e8b;
}
.gallery_cont .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.column_single_body {
  background-color: #e4e4e5;
}
.column_single_body#single {
  color: #000;
}
.column_single_body .menu_container .menu ul li a {
  color: #000;
}

.youtube_cont {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
}

.youtube-link {
  position: relative;
  padding-bottom: 56.2%; /*アスペクト比 16:9の場合の縦幅 縦幅ここで調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさはここで調整*/
  background-image: url("");
}
.youtube-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */