@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
}

.side {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.left {
  left: 0;
  width: calc((100vw - 600px) / 2);
  background-image: repeating-linear-gradient(-45deg, #f94b99, #f94b99 6px, #f83c90, 6px, #f83c90 12px);
}
.left .left-content {
  max-width: 300px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 40px 24px 0;
}
.left .left-content .img01 {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.left .left-content .menu-box {
  background: linear-gradient(to bottom right, #00BCD4, #8E24AA, #E91E63);
  margin: 0 0 30px;
  border-radius: 16px;
  padding: 10px;
  border: 3px solid #000000;
}
.left .left-content .menu-box .menu-content {
  background-color: #000000;
  color: #FFFFFF;
  padding: 24px 8% 30px;
  border-radius: 12px;
}
.left .left-content .menu-box .menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left .left-content .menu-box .menu-content ul li {
  margin: 10px 0;
}
.left .left-content .menu-box .menu-content ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.left .left-content .menu-box .menu-content ul li a img {
  width: 85%;
}
.left .left-content .menu-box .menu-content ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.right {
  right: 0;
  width: calc((100vw - 600px) / 2);
  background-image: repeating-linear-gradient(-45deg, #35aafc, #35aafc 6px, #45b1fc, 6px, #45b1fc 12px);
}
.right .right-content {
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 0;
  padding: 40px 24px 0;
}
.right .right-content .right-top {
  margin: 0 auto 24px;
  display: block;
  width: 80%;
}
.right .right-content .right-link {
  display: block;
  margin: 0 0 10px;
}
.right .right-content .img02 {
  margin: 20px 0 0;
}

.index-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
.index-box header {
  padding: 60px 8%;
}
@media screen and (max-width: 600px) {
  .index-box header {
    padding: 40px 12%;
  }
}
.index-box header a {
  display: block;
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}
.index-box header a img {
  display: block;
  width: 100%;
}
.index-box .main-box {
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #5d5d5d 25%, transparent 25%, transparent 75%, #5d5d5d 75%), linear-gradient(45deg, #5d5d5d 25%, transparent 25%, transparent 75%, #5d5d5d 75%);
  background-position: 0 0, 1px 1px;
  background-size: 2px 2px;
}
.index-box .main-box .main-link {
  padding: 20px 8%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .index-box .main-box .main-link {
    padding: 16px 8%;
  }
}
.index-box .main-box .main-link a {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 16px;
  padding: 4px 10px;
  width: 150px;
  margin: 0 6px;
  text-align: center;
}
.index-box .intro-box {
  padding: 56px 0 0;
  background-color: #35aafc;
}
@media screen and (max-width: 600px) {
  .index-box .intro-box {
    padding: 48px 0 0;
  }
}
.index-box .intro-box .intro-message {
  background-color: #006FA2;
  margin: 0 10%;
  margin-left: calc(10% - 10px);
  color: #FFFFFF;
  text-align: center;
  padding: 60px 12% 80px;
  padding-left: calc(12% + 10px);
  line-height: 2;
  border-radius: 12px;
  font-size: clamp(1.2rem, 4vw, 2rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .index-box .intro-box .intro-message {
    margin: 0 8%;
  }
}
.index-box .intro-box .intro-message::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background-color: #000000;
  border-radius: 12px;
  z-index: -1;
}
.index-box .intro-box .intro-message::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background-color: #E61874;
  border-radius: 12px;
  z-index: -2;
}
.index-box .intro-box .intro-message img {
  display: block;
  margin: 0 0 20px;
}
.index-box .intro-box .intro-message a {
  display: block;
  border: 3px solid #FFFFFF;
  border-radius: 32px;
  margin: 24px auto 0;
  max-width: 260px;
  padding: 10px 16px;
  font-size: clamp(1.2rem, 4vw, 2rem);
}
.index-box .intro-box .intro-message span {
  font-size: clamp(1.2rem, 5vw, 2.6rem);
}
.index-box .intro-box .intro-don {
  position: relative;
  display: block;
  width: 220px;
  margin: -50px auto -40px;
  z-index: 2;
}
.index-box .gallery-box {
  background-color: #e61874;
  padding: 0 0 40px;
}
.index-box .gallery-box .gallery-container {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 20px 0;
}
.index-box .gallery-box .gallery-container .gallery-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-box .gallery-box .gallery-container .gallery-slide .slide-inner {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 100%;
}
.index-box .gallery-box .gallery-container .gallery-slide .slide-block {
  flex: 0 0 100%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.index-box .gallery-box .gallery-container .gallery-slide .slide-block img {
  width: 92%;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #000000;
}
.index-box .gallery-box .gallery-container .gallery-slide .slide-block.active {
  opacity: 1;
}
.index-box .gallery-box .gallery-container .gallery-thumbnails {
  width: 100%;
  padding: 0 4%;
  margin-top: 16px;
  display: flex;
  justify-content: space-around;
}
.index-box .gallery-box .gallery-container .gallery-thumbnails img {
  max-width: 90px;
  width: 18%;
  opacity: 1;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}
.index-box .gallery-box .gallery-container .gallery-thumbnails img.active {
  opacity: 0.5;
  border: 1px solid #000;
}
.index-box .gallery-box .don-box {
  position: relative;
  background-color: #222222;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(1.2rem, 3.6vw, 1.8rem);
  line-height: 2;
  margin: 90px 6% 0;
  padding: 100px 8% 60px;
  border-radius: 12px;
}
.index-box .gallery-box .don-box .don-title {
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
}
.index-box .gallery-box .don-box .don-title img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.index-box .gallery-box .don-box .under-p {
  border-bottom: 6px solid #f83c90;
}
.index-box .gallery-box .don-box .under-b {
  border-bottom: 6px solid #00bfff;
}
.index-box .gallery-box .don-box .strong {
  font-size: clamp(1.2rem, 5vw, 2.8rem);
}
.index-box .gallery-box .don-box .middle {
  font-size: clamp(1.2rem, 5vw, 2.2rem);
}
.index-box .gallery-box .don-box .don-link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .index-box .gallery-box .don-box .don-link {
    flex-wrap: wrap;
  }
}
.index-box .gallery-box .don-box .don-link a {
  display: block;
  border: 3px solid #FFFFFF;
  margin: 40px 10px 0;
  padding: 6px 24px;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .index-box .gallery-box .don-box .don-link a {
    width: 100%;
    margin: 16px 10px 0;
  }
}
.index-box .about-box {
  padding: 60px 8% 72px;
}
@media screen and (max-width: 600px) {
  .index-box .about-box {
    padding: 40px 8% 60px;
  }
}
.index-box .about-box .title-img {
  display: block;
  width: 80%;
  margin: 0 auto 50px;
}
.index-box .about-box .about-block {
  position: relative;
  border: 3px solid #000000;
  padding: 32px 8%;
  border-radius: 10px;
}
.index-box .about-box .about-block .tag {
  position: absolute;
  top: -40px;
  left: -20px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: clamp(1.2rem, 5vw, 2.2rem);
  border-radius: 8px;
}
.index-box .about-box .about-block .about-theme {
  font-size: clamp(1.2rem, 5vw, 2.2rem);
  margin: 0 0 20px;
  text-align: center;
}
.index-box .about-box .about-block .after-merit {
  display: flex;
  margin: 32px 0 0;
}
.index-box .about-box .about-block .after-merit .merit-img {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .index-box .about-box .about-block .after-merit .merit-img {
    width: 25%;
  }
}
.index-box .about-box .about-block .after-merit img {
  display: block;
  width: 94px;
}
.index-box .about-box .about-block .after-merit ul {
  width: 70%;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .index-box .about-box .about-block .after-merit ul {
    width: 75%;
    padding: 0 0 0 10px;
  }
}
.index-box .about-box .about-block .after-merit ul li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: clamp(1.2rem, 4vw, 1.8rem);
}
@media screen and (max-width: 600px) {
  .index-box .about-box .about-block .after-merit ul li {
    padding: 8px 0 8px 16px;
  }
}
.index-box .about-box .about-block .after-merit ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  /* liの垂直方向中央に配置 */
  transform: translateY(-50%);
  /* 自身の高さの半分だけ上に移動させ、完璧な中央揃えにする */
  width: 12px;
  height: 12px;
  background-color: #E91E63;
  border-radius: 50%;
}
.index-box .about-box .about-allow {
  display: block;
  width: 60px;
  margin: 18px auto;
}
.index-box .cast-box {
  background-color: #e61874;
  padding: 72px 0 0;
}
@media screen and (max-width: 600px) {
  .index-box .cast-box {
    padding: 40px 0 0;
  }
}
.index-box .cast-box .title-img {
  display: block;
  width: 40%;
  margin: 0 auto 40px;
}
.index-box .cast-box .cast-message {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  margin: 0 8% 24px;
  padding: 40px 8%;
  font-size: clamp(1.2rem, 4.6vw, 2.6rem);
  border-radius: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .index-box .cast-box .cast-message {
    padding: 32px 8%;
    line-height: 2;
  }
}
.index-box .cast-box .cast-message span {
  border-bottom: 6px solid #f83c90;
}
.index-box .cast-box .cast-intro {
  position: relative;
  display: block;
  margin: 0 10%;
  z-index: 8;
}
.index-box .cast-box .cast-list-wrap {
  position: relative;
  width: 100%;
}
.index-box .cast-box .cast-list {
  height: 640px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .index-box .cast-box .cast-list {
    height: 560px;
  }
}
.index-box .cast-box .cast-list::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  height: 260px;
  background-color: #B9115C;
  transform: skewY(-16deg);
  z-index: 1;
}
.index-box .cast-box .slide-content-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-box .cast-box .slide-content {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.index-box .cast-box .slide-content .cast-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 90%;
  max-width: 70%;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .index-box .cast-box .slide-content .cast-photo {
    max-height: 80%;
    max-width: 80%;
  }
}
.index-box .cast-box .slide-content .cast-profile {
  position: absolute;
  bottom: 32px;
  width: 84%;
  background-color: #FFFFFF;
  margin: 0 8%;
  padding: 48px 8% 32px;
  border-radius: 12px;
  line-height: 1.8;
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  z-index: 4;
}
@media screen and (max-width: 600px) {
  .index-box .cast-box .slide-content .cast-profile {
    bottom: 16px;
    padding: 32px 8% 20px;
  }
}
.index-box .cast-box .slide-content .cast-profile p {
  position: relative;
  z-index: 5;
}
.index-box .cast-box .slide-content .cast-profile .cast-name {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px 20px;
  font-size: clamp(1.2rem, 4vw, 2rem);
  border-radius: 10px;
}
.index-box .cast-box .slide-content .cast-profile .cast-name span {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  margin: 0 0 0 16px;
}
.index-box .cast-box .slide-content .cast-profile::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 50%;
  background: #f3d2e0;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  z-index: 0;
  border-radius: 0 0 12px 0;
}
.index-box .cast-box .cast-icon {
  position: absolute;
  top: 8%;
  left: 12%;
  width: 36%;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
}
.index-box .cast-box .cast-icon img {
  display: block;
  width: 48%;
  margin: 4px 1%;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.index-box .cast-box .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  border-radius: 5px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.index-box .cast-box .carousel-arrow:hover {
  opacity: 1;
}
.index-box .cast-box .carousel-arrow.prev {
  left: 10px;
}
.index-box .cast-box .carousel-arrow.next {
  right: 10px;
}
.index-box .other-box {
  background-color: #35aafc;
  padding: 0 0 30px;
}
.index-box .other-box .title-img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.index-box .other-box .other-block {
  position: relative;
  background-color: #FFFFFF;
  margin: 24px 10% 64px;
  padding: 24px 6% 32px;
  border-radius: 10px;
}
.index-box .other-box .other-block .role {
  position: absolute;
  top: -36px;
  left: -24px;
  background-color: #111111;
  color: #FFFFFF;
  padding: 8px 20px;
  border-radius: 12px;
  font-size: clamp(1.2rem, 5vw, 2.1rem);
}
.index-box .other-box .other-block .photo-name {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.index-box .other-box .other-block .photo-name img {
  display: block;
  width: 120px;
}
.index-box .other-box .other-block .photo-name .name {
  padding: 0 0 0 24px;
  font-size: clamp(1.2rem, 5vw, 2.6rem);
}
.index-box .other-box .other-block .photo-name .name span {
  display: block;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}
.index-box .other-box .other-block .profile {
  line-height: 1.5;
  font-size: clamp(1.2rem, 3.6vw, 1.6rem);
  position: relative;
  z-index: 1;
}
.index-box .other-box .other-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 40%;
  background: #cceeff;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  z-index: 0;
  border-radius: 0 0 10px 0;
}
.index-box .backtotop {
  position: fixed;
  bottom: 30px;
  right: 6%;
  z-index: 99;
  width: 100px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.index-box .backtotop.show {
  opacity: 1;
  pointer-events: auto;
}
.index-box .backtotop img {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.index-box .backtotop p {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 12px;
  margin: 4px 0 0;
  padding: 2px 4px;
  font-size: clamp(1rem, 6vw, 1.2rem);
  text-align: center;
}
.index-box footer {
  padding: 40px 0 48px;
}
.index-box footer .foot-logo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto 24px;
}
.index-box footer .copyright {
  text-align: center;
}

.modalContent {
  background-color: #555555;
  margin: 15% auto;
  padding: 0;
  border: 1px solid #888;
  -webkit-animation: fadeIn 0.7s ease 0s 1 normal;
          animation: fadeIn 0.7s ease 0s 1 normal;
  position: relative;
  width: 92%;
  aspect-ratio: 16/9;
  max-width: 960px;
}

.modalContent iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

button.closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 1.6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  right: -25px;
  top: 7px;
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}

button.closeBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

button.closeBtn:hover {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .left {
    width: calc((100vw - 480px) / 2);
  }
  .left .left-content {
    width: 100%;
    margin: 0 auto;
    padding: 40px 4% 0;
  }
  .right {
    width: calc((100vw - 480px) / 2);
  }
  .right .right-content {
    width: 100%;
    margin: 0 auto;
    padding: 40px 4% 0;
  }
  .index-box {
    max-width: 480px;
  }
}
@media (min-width: 601px) and (max-width: 959px) {
  .left .left-content {
    display: none;
  }
  .right .right-content {
    display: none;
  }
}
@media (max-width: 600px) {
  .side {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */