@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/jid5chq.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section > h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 40px;
}
section > h3::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #009d96;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  border-radius: 40px;
  display: block;
}
section > h3 span {
  color: #009d96;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section .btn {
  width: 25%;
  margin: 0 auto;
}
section .btn a {
  width: 100%;
  height: 56px;
  background-color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section .btn a:hover {
  background-color: #009d96;
}
section .btn a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#detail {
  width: 100%;
  background-color: #FFF;
  padding-top: 202px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#detail .title {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: solid 1px #B6C0CA;
  border-bottom: solid 1px #B6C0CA;
}
section#detail .title:not(:last-child) {
  margin-bottom: 80px;
}
section#detail .title h3 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#detail .title p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .data {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 80px 0;
}
section#detail .data .text {
  text-align: left;
  width: calc(60% - 80px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
}
section#detail .data .text .mytitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
section#detail .data .text .mytitle::before {
  content: "";
  width: 4px;
  display: block;
}
section#detail .data .text .mytitle > div h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#detail .data .text .mytitle > div h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#detail .data .text .status {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#detail .data .text .status dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
section#detail .data .text .status dl dt {
  background-color: #FF5E00;
  padding: 4px 8px;
  border-radius: 2px;
  order: 2;
}
section#detail .data .text .status dl dt span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .data .text .status dl dd {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  order: 1;
}
section#detail .data .text .jacket {
  display: none;
}
section#detail .data .text .info {
  width: 100%;
  padding: 24px 0;
  border-top: dashed 1px #B6C0CA;
  border-bottom: dashed 1px #B6C0CA;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-stat;
  align-items: flex-start;
  gap: 16px 0;
}
section#detail .data .text .info a {
  text-decoration: underline;
}
section#detail .data .text .info a:hover {
  color: #009d96;
}
section#detail .data .text .info p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .data .text .info p strong {
  font-weight: 700;
}
section#detail .data .text .info p em {
  font-style: italic;
}
section#detail .data .text .info ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-stat;
  align-items: flex-start;
  gap: 4px 0;
}
section#detail .data .text .info ul li {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#detail .data .text .info ul li::before {
  content: "・";
}
section#detail .data .text .info ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-stat;
  align-items: flex-start;
  gap: 0 8px;
}
section#detail .data .text .info ol li {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#detail .data .text .info ol li::before {
  content: "●";
}
section#detail .data .text .intro {
  width: 100%;
}
section#detail .data .text .intro h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .data .text .intro h4:not(:last-child) {
  margin-bottom: 24px;
}
section#detail .data .text .intro p {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .data .text .intro p:not(:last-child) {
  margin-bottom: 16px;
}
section#detail .data .jacket {
  width: 40%;
  position: sticky;
  top: 82px;
}
section#detail .data .jacket .injacket {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
section#detail .data .jacket .injacket:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .data .jacket .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 16px;
}
section#detail .data .jacket .buttons:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .data .jacket .buttons > div {
  width: calc(50% - 8px);
}
section#detail .data .jacket .buttons > div:hover a {
  background-color: #05a365;
}
section#detail .data .jacket .buttons > div a {
  width: 100%;
  height: 56px;
  background-color: #000;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#detail .data .jacket .buttons > div a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .data .jacket ul.social {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 16px;
}
section#detail .data .jacket ul.social li {
  width: 40px;
}
section#detail .data .jacket ul.social li.x a {
  background-image: url(../../common/images/icon_x.svg);
}
section#detail .data .jacket ul.social li.ig a {
  background-image: url(../../common/images/icon_insta.svg);
}
section#detail .data .jacket ul.social li.fb a {
  background-image: url(../../common/images/icon_fb.svg);
}
section#detail .data .jacket ul.social li.note a {
  background-image: url(../../common/images/icon_note.svg);
}
section#detail .data .jacket ul.social li a {
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section#detail .detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#detail .detail:not(:last-child) {
  margin-bottom: 80px;
}
section#detail .detail .hero {
  width: 100%;
}
section#detail .detail .hero:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .detail .pages {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#detail .detail .pages .tab {
  width: 100%;
}
section#detail .detail .pages .tab ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0px;
}
section#detail .detail .pages .tab ul li {
  width: 100%;
  height: 48px;
  background-color: #B6C0CA;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  border-left: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
section#detail .detail .pages .tab ul li.active {
  background-color: #FFF;
  border-top: solid 1px #B6C0CA;
  border-right: solid 1px #B6C0CA;
  border-left: solid 1px #B6C0CA;
}
section#detail .detail .pages .tab ul li.active span {
  color: #4E4E4E;
}
section#detail .detail .pages .tab ul li:first-child {
  border-radius: 8px 0 0 0;
}
section#detail .detail .pages .tab ul li:last-child {
  border-radius: 0 8px 0 0;
}
section#detail .detail .pages .tab ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .inpages {
  width: 100%;
}
section#detail .detail .pages .inpages:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .detail .pages .page {
  width: 100%;
  padding: 80px 40px 40px 40px;
  background-color: #FFF;
  display: none;
}
section#detail .detail .pages .page.active {
  display: block;
}
section#detail .detail .pages .page h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
}
section#detail .detail .pages .page h4:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .detail .pages .page h4::after {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 4px;
}
section#detail .detail .pages .page h4 span {
  color: #000;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .page.story .text {
  text-align: left;
  width: 100%;
}
section#detail .detail .pages .page.story .text:not(:last-child) {
  margin-bottom: 80px;
}
section#detail .detail .pages .page.story .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .page.story .text p:not(:last-child) {
  margin-bottom: 16px;
}
section#detail .detail .pages .page.story ul.photos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
section#detail .detail .pages .page.story ul.photos li {
  width: calc((100% - 16px) / 3);
  flex-grow: 1;
}
section#detail .detail .pages .page.caststaff .box {
  width: 100%;
}
section#detail .detail .pages .page.caststaff .box:not(:last-child) {
  margin-bottom: 80px;
}
section#detail .detail .pages .page.caststaff .box h5 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 16px 0;
  border-top: solid 1px #B6C0CA;
  border-bottom: solid 1px #B6C0CA;
}
section#detail .detail .pages .page.caststaff .box h5:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .detail .pages .page.caststaff .box .person {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#detail .detail .pages .page.caststaff .box .person:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #B6C0CA;
}
section#detail .detail .pages .page.caststaff .box .person:nth-child(even) figure {
  order: 2;
}
section#detail .detail .pages .page.caststaff .box .person:nth-child(even) .text {
  order: 1;
}
section#detail .detail .pages .page.caststaff .box .person.np figure {
  display: none;
}
section#detail .detail .pages .page.caststaff .box .person.np .text {
  width: 100%;
}
section#detail .detail .pages .page.caststaff .box .person figure {
  width: 40%;
}
section#detail .detail .pages .page.caststaff .box .person figure + .text {
  width: calc(60% - 80px);
}
section#detail .detail .pages .page.caststaff .box .person .text {
  text-align: left;
  width: 100%;
}
section#detail .detail .pages .page.caststaff .box .person .text dl:not(:last-child) {
  margin-bottom: 24px;
}
section#detail .detail .pages .page.caststaff .box .person .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .page.caststaff .box .person .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .page.caststaff .box .person .text p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .page.trailer {
  width: 100%;
}
section#detail .detail .pages .page.trailer .intrailer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px 16px;
}
section#detail .detail .pages .page.trailer .intrailer .video {
  width: calc(50% - 8px);
}
section#detail .detail .pages .page.trailer .intrailer .video.v1 {
  width: 100%;
}
section#detail .detail .pages .page.trailer .intrailer .video.v1 > div {
  width: 100%;
  margin-bottom: 16px;
}
section#detail .detail .pages .page.trailer .intrailer .video.v1 > div iframe {
  width: 100%;
  height: calc((100vw - 240px - 80px) * 0.5625);
  max-height: 675px;
}
section#detail .detail .pages .page.trailer .intrailer .video > div {
  width: 100%;
  margin-bottom: 16px;
}
section#detail .detail .pages .page.trailer .intrailer .video > div iframe {
  width: 100%;
  height: calc(((100vw - 240px - 80px) / 2 - 8px) * 0.5625);
  max-height: 333px;
}
section#detail .detail .pages .page.trailer .intrailer .video p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .detail .pages .page.gallery {
  width: 100%;
  overflow: hidden;
}
section#detail .detail .pages .page.gallery .gslider {
  width: 100%;
  position: relative;
}
section#detail .detail .pages .page.gallery .gslider .arrow {
  width: 40px;
  height: 40px;
  background-color: #ECE7E0;
  background-image: url(../../common/images/arrow_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 10px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 3;
}
section#detail .detail .pages .page.gallery .gslider .arrow.gprev {
  left: -20px;
  transform: rotate(180deg);
}
section#detail .detail .pages .page.gallery .gslider .arrow.gnext {
  right: -20px;
}
section#detail .detail .pages .page.comments {
  width: 100%;
}
section#detail .detail .pages .page.comments .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
section#detail .detail .pages .page.comments .inner .comment {
  width: calc((100% - 24px) / 2);
  background-color: #F9F8F6;
  padding: 24px;
  border-radius: 8px;
}
section#detail .detail .pages .page.comments .inner .comment p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#detail .detail .pages .page.comments .inner .comment p.name {
  text-align: right;
}
section#detail .detail .pages .page.comments .inner .comment p:not(:last-child) {
  margin-bottom: 16px;
}
section#detail .discinfo {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#detail .discinfo .indisc {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#detail .discinfo .indisc h4 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 16px 0;
  border-top: solid 1px #B6C0CA;
  border-bottom: solid 1px #B6C0CA;
}
section#detail .discinfo .indisc h4:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .discinfo .indisc .etc {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 40px;
}
section#detail .discinfo .indisc .etc:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .discinfo .indisc .etc .text {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section#detail .discinfo .indisc .etc .text h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .discinfo .indisc .etc .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .discinfo .indisc .etc figure {
  width: 40%;
  flex-shrink: 0;
}
section#detail .discinfo .indisc .set {
  text-align: left;
  width: 100%;
}
section#detail .discinfo .indisc .set:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .discinfo .indisc .set h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#detail .discinfo .indisc .set table {
  width: 100%;
  border-top: solid 1px #4E4E4E;
  border-left: solid 1px #4E4E4E;
}
section#detail .discinfo .indisc .set table tbody tr td:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 20%;
  padding: 16px;
  border-right: solid 1px #4E4E4E;
  border-bottom: solid 1px #4E4E4E;
}
section#detail .discinfo .indisc .set table tbody tr td:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 80%;
  padding: 16px;
  border-right: solid 1px #4E4E4E;
  border-bottom: solid 1px #4E4E4E;
}
section#detail .links {
  width: 100%;
}
section#detail .links .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 16px;
}
section#detail .links .buttons:not(:last-child) {
  margin-bottom: 40px;
}
section#detail .links .buttons > div {
  width: calc(50% - 8px);
}
section#detail .links .buttons > div:hover a {
  background-color: #05a365;
}
section#detail .links .buttons > div a {
  width: 100%;
  height: 56px;
  background-color: #000;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#detail .links .buttons > div a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#detail .links ul.social {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
section#detail .links ul.social li {
  width: 40px;
}
section#detail .links ul.social li.x a {
  background-image: url(../../common/images/icon_x.svg);
}
section#detail .links ul.social li.ig a {
  background-image: url(../../common/images/icon_insta.svg);
}
section#detail .links ul.social li.fb a {
  background-image: url(../../common/images/icon_fb.svg);
}
section#detail .links ul.social li.note a {
  background-image: url(../../common/images/icon_note.svg);
}
section#detail .links ul.social li a {
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section#art {
  width: 100%;
  background-color: #FFF;
  padding: 120px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#art > h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  margin-bottom: 40px;
}
section#art > h3::before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #009d96;
  background-image: url(../../common/images/icon_art.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  border-radius: 60px;
  display: block;
}
section#art > h3 span {
  color: #009d96;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
section#art .breadcrumb {
  width: calc(100% - 240px);
  max-width: 1280px;
  border-top: solid 1px #4E4E4E;
  border-bottom: solid 1px #4E4E4E;
}
section#art .breadcrumb:not(:last-child) {
  margin-bottom: 40px;
}
section#art .breadcrumb > div {
  padding: 16px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section#art .breadcrumb > div a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .breadcrumb > div span {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .inner {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#art .inner .profile {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
section#art .inner .profile .text {
  width: calc(70% - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: glex-start;
  align-items: flex-start;
}
section#art .inner .profile .text h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 16px;
}
section#art .inner .profile .text h4:not(:last-child) {
  margin-bottom: 24px;
}
section#art .inner .profile .text h4 span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .inner .profile .text h4 span:nth-child(2) {
  color: #4E4E4E;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .inner .profile .text .myprof p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#art .inner .profile .text .myprof p:not(:last-child) {
  margin-bottom: 8px;
}
section#art .inner .profile .photo {
  width: 30%;
}
section#art .inner .combo {
  width: 100%;
}
section#art .inner .combo:not(:last-child) {
  margin-bottom: 80px;
}
section#art .inner .combo h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 32px;
}
section#art .inner .combo table {
  width: 100%;
  border-top: solid 1px #616161;
}
section#art .inner .combo table tbody tr:nth-child(even) td {
  background-color: #F9F8F6;
}
section#art .inner .combo table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  padding: 24px;
  border-right: solid 1px #616161;
  border-bottom: solid 1px #616161;
  border-left: solid 1px #616161;
}
section#art .inner .combo table tbody tr td:nth-child(1) {
  font-weight: 600;
  width: 25%;
}
section#art .inner .photos {
  width: 100%;
}
section#art .inner .photos:not(:last-child) {
  margin-bottom: 80px;
}
section#art .inner .photos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
section#art .inner .photos ul li {
  width: calc(50% - 8px);
}
section#art .inner .posts {
  width: 100vw;
  background-color: #F9F8F6;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: calc(50% - 50vw);
}
section#art .inner .posts:not(:last-child) {
  margin-bottom: 80px;
}
section#art .inner .posts h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 32px;
}
section#art .inner .posts .pwrap {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
section#art .inner .posts .pwrap .thumb {
  width: calc((100% - 80px) / 6);
  border-radius: 8px;
}
section#art .inner .posts .pwrap .thumb a {
  width: 100%;
  height: calc((100vw - 240px - 80px) / 6);
  max-height: 200px;
  background-color: #616161;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
section#art .inner .posts .pwrap .thumb a:hover {
  background-color: #B6C0CA;
}
section#art .inner .posts .pwrap .thumb a dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#art .inner .posts .pwrap .thumb a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .inner .posts .pwrap .thumb a dl dd {
  color: #FFF;
  font-family: neuzeit-grotesk-extra-conden, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
section#art .detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#art .detail .hero {
  width: 100%;
}
section#art .detail .hero:not(:last-child) {
  margin-bottom: 40px;
}
section#art .detail .pages {
  width: calc(100% - 240px);
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#art .detail .pages .tab {
  width: 100%;
}
section#art .detail .pages .tab ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 2px;
}
section#art .detail .pages .tab ul li {
  width: 20%;
  height: 48px;
  background-color: #B6C0CA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#art .detail .pages .tab ul li.active {
  background-color: #FFF;
}
section#art .detail .pages .tab ul li.active span {
  color: #4E4E4E;
}
section#art .detail .pages .tab ul li:first-child {
  border-radius: 8px 0 0 0;
}
section#art .detail .pages .tab ul li:last-child {
  border-radius: 0 8px 0 0;
}
section#art .detail .pages .tab ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .inpages {
  width: 100%;
}
section#art .detail .pages .inpages:not(:last-child) {
  margin-bottom: 40px;
}
section#art .detail .pages .page {
  width: 100%;
  padding: 80px 80px;
  background-color: #FFF;
  display: none;
}
section#art .detail .pages .page.active {
  display: block;
}
section#art .detail .pages .page h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
}
section#art .detail .pages .page h4:not(:last-child) {
  margin-bottom: 40px;
}
section#art .detail .pages .page h4::after {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 4px;
}
section#art .detail .pages .page h4 span {
  color: #000;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .page.story .text {
  text-align: left;
  width: 100%;
}
section#art .detail .pages .page.story .text:not(:last-child) {
  margin-bottom: 80px;
}
section#art .detail .pages .page.story .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .page.story .text p:not(:last-child) {
  margin-bottom: 16px;
}
section#art .detail .pages .page.story ul.photos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
section#art .detail .pages .page.story ul.photos li {
  width: calc((100% - 16px) / 3);
}
section#art .detail .pages .page.caststaff .box {
  width: 100%;
}
section#art .detail .pages .page.caststaff .box:not(:last-child) {
  margin-bottom: 80px;
}
section#art .detail .pages .page.caststaff .box h5 {
  color: #000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 16px 0;
  border-top: solid 1px #B6C0CA;
  border-bottom: solid 1px #B6C0CA;
}
section#art .detail .pages .page.caststaff .box h5:not(:last-child) {
  margin-bottom: 40px;
}
section#art .detail .pages .page.caststaff .box .person {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#art .detail .pages .page.caststaff .box .person:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #B6C0CA;
}
section#art .detail .pages .page.caststaff .box .person:nth-child(even) figure {
  order: 2;
}
section#art .detail .pages .page.caststaff .box .person:nth-child(even) .text {
  order: 1;
}
section#art .detail .pages .page.caststaff .box .person.np figure {
  display: none;
}
section#art .detail .pages .page.caststaff .box .person.np .text {
  width: 100%;
}
section#art .detail .pages .page.caststaff .box .person figure {
  width: 40%;
}
section#art .detail .pages .page.caststaff .box .person figure + .text {
  width: calc(60% - 80px);
}
section#art .detail .pages .page.caststaff .box .person .text {
  text-align: left;
  width: 100%;
}
section#art .detail .pages .page.caststaff .box .person .text dl:not(:last-child) {
  margin-bottom: 24px;
}
section#art .detail .pages .page.caststaff .box .person .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .page.caststaff .box .person .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .page.caststaff .box .person .text p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .page.trailer {
  width: 100%;
}
section#art .detail .pages .page.trailer .intrailer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px 16px;
}
section#art .detail .pages .page.trailer .intrailer .video {
  width: calc(50% - 8px);
}
section#art .detail .pages .page.trailer .intrailer .video > div {
  width: 100%;
  margin-bottom: 16px;
}
section#art .detail .pages .page.trailer .intrailer .video > div iframe {
  width: 100%;
  height: calc(((100vw - 240px - 160px) / 2 - 8px) * 0.5625);
}
section#art .detail .pages .page.trailer .intrailer .video p {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .detail .pages .page.gallery {
  width: 100%;
  overflow: hidden;
}
section#art .detail .pages .page.gallery .gslider {
  width: 100%;
  position: relative;
}
section#art .detail .pages .page.gallery .gslider .arrow {
  width: 40px;
  height: 40px;
  background-color: #ECE7E0;
  background-image: url(../../common/images/arrow_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 10px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 3;
}
section#art .detail .pages .page.gallery .gslider .arrow.gprev {
  left: -20px;
  transform: rotate(180deg);
}
section#art .detail .pages .page.gallery .gslider .arrow.gnext {
  right: -20px;
}
section#art .detail .pages .page.comments {
  width: 100%;
}
section#art .detail .pages .page.comments .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
section#art .detail .pages .page.comments .inner .comment {
  width: calc((100% - 24px) / 2);
  background-color: #F9F8F6;
  padding: 24px;
  border-radius: 8px;
}
section#art .detail .pages .page.comments .inner .comment p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#art .detail .pages .page.comments .inner .comment p.name {
  text-align: right;
}
section#art .detail .pages .page.comments .inner .comment p:not(:last-child) {
  margin-bottom: 16px;
}
section#art .links {
  width: 100%;
}
section#art .links .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section#art .links .buttons:not(:last-child) {
  margin-bottom: 40px;
}
section#art .links .buttons > div {
  width: calc(50% - 8px);
}
section#art .links .buttons > div:hover a {
  background-color: #05a365;
}
section#art .links .buttons > div a {
  width: 100%;
  height: 56px;
  background-color: #000;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#art .links .buttons > div a span {
  color: #FFF;
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#art .links ul.social {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
section#art .links ul.social li {
  width: 40px;
}
section#art .links ul.social li.x a {
  background-image: url(../../common/images/icon_x.svg);
}
section#art .links ul.social li.ig a {
  background-image: url(../../common/images/icon_insta.svg);
}
section#art .links ul.social li.fb a {
  background-image: url(../../common/images/icon_fb.svg);
}
section#art .links ul.social li.note a {
  background-image: url(../../common/images/icon_note.svg);
}
section#art .links ul.social li a {
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section > h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  section > h3::before {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border-radius: 40px;
    display: block;
  }
  section > h3 span {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#nowshow > h3 span {
    color: #009d96;
    font-family: neuzeit-grotesk, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#nowshow .btn {
    width: 50%;
  }
  section#nowshow .btn a {
    height: 40px;
  }
  section#nowshow .btn a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section .btn {
    width: 25%;
    margin: 0 auto;
  }
  section .btn a {
    width: 100%;
    height: 56px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section .btn a:hover {
    background-color: #000;
  }
  section .btn a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#detail {
    width: 100%;
    padding: 56px 0;
    padding-bottom: 40px;
  }
  section#detail .title {
    width: calc(100% - 32px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    padding: 24px 0;
  }
  section#detail .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#detail .title h3 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#detail .title p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#detail .data {
    width: calc(100% - 32px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 40px 0;
  }
  section#detail .data .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#detail .data .text:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .data .text .mytitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 8px;
  }
  section#detail .data .text .mytitle::before {
    content: "";
    width: 4px;
    display: block;
  }
  section#detail .data .text .mytitle > div h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#detail .data .text .mytitle > div h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  section#detail .data .text dl.status {
    gap: 0 8px;
  }
  section#detail .data .text dl.status dt {
    background-color: #FF5E00;
    padding: 4px 8px;
    border-radius: 2px;
  }
  section#detail .data .text dl.status dt span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .data .text dl.status dd {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .data .text .jacket {
    width: 100%;
    display: block;
  }
  section#detail .data .text .jacket .injacket {
    display: block;
  }
  section#detail .data .text .info {
    width: 100%;
    padding: 16px 0;
    border-top: dashed 1px #B6C0CA;
    border-bottom: dashed 1px #B6C0CA;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-stat;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#detail .data .text .info a {
    text-decoration: underline;
  }
  section#detail .data .text .info a:hover {
    color: #009d96;
  }
  section#detail .data .text .info p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .data .text .info p strong {
    font-weight: 700;
  }
  section#detail .data .text .info p em {
    font-style: italic;
  }
  section#detail .data .text .info ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-stat;
    align-items: flex-start;
    gap: 4px 0;
  }
  section#detail .data .text .info ul li {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#detail .data .text .info ul li::before {
    content: "・";
  }
  section#detail .data .text .info ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-stat;
    align-items: flex-start;
    gap: 0 8px;
  }
  section#detail .data .text .info ol li {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#detail .data .text .info ol li::before {
    content: "●";
  }
  section#detail .data .text .intro {
    width: 100%;
  }
  section#detail .data .text .intro h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .data .text .intro h4:not(:last-child) {
    margin-bottom: 16px;
  }
  section#detail .data .text .intro p {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .data .text .intro p:not(:last-child) {
    margin-bottom: 8px;
  }
  section#detail .data .jacket {
    width: 100%;
    position: relative;
    top: auto;
  }
  section#detail .data .jacket .injacket {
    display: none;
  }
  section#detail .data .jacket .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 16px;
  }
  section#detail .data .jacket .buttons:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .data .jacket .buttons > div {
    width: calc(50% - 8px);
  }
  section#detail .data .jacket .buttons > div:hover a {
    background-color: #05a365;
  }
  section#detail .data .jacket .buttons > div a {
    width: 100%;
    height: 56px;
    background-color: #000;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section#detail .data .jacket .buttons > div a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .data .jacket ul.social {
    gap: 0 16px;
  }
  section#detail .data .jacket ul.social li {
    width: 32px;
  }
  section#detail .data .jacket ul.social li a {
    height: 32px;
  }
  section#detail .detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#detail .detail .hero {
    width: 100%;
  }
  section#detail .detail .hero:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .detail .pages {
    width: calc(100% - 32px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#detail .detail .pages .tab {
    width: 100%;
  }
  section#detail .detail .pages .tab:not(:last-child) {
    margin-bottom: 32px;
  }
  section#detail .detail .pages .tab ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4px;
  }
  section#detail .detail .pages .tab ul li {
    width: calc((100% - 8px) / 3);
    height: 48px;
    background-color: #B6C0CA;
    border: solid 1px #B6C0CA;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
  }
  section#detail .detail .pages .tab ul li.active {
    background-color: #FFF;
    border: solid 1px #B6C0CA;
  }
  section#detail .detail .pages .tab ul li.active span {
    color: #4E4E4E;
  }
  section#detail .detail .pages .tab ul li:first-child {
    border-radius: 4px;
  }
  section#detail .detail .pages .tab ul li:last-child {
    border-radius: 4px;
  }
  section#detail .detail .pages .tab ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .inpages {
    width: 100%;
  }
  section#detail .detail .pages .inpages:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .detail .pages .page {
    width: 100%;
    padding: 0px;
    background-color: transparent;
  }
  section#detail .detail .pages .page h4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#detail .detail .pages .page h4:not(:last-child) {
    margin-bottom: 24px;
  }
  section#detail .detail .pages .page h4::after {
    content: "";
    width: 40px;
    height: 4px;
    border-radius: 4px;
  }
  section#detail .detail .pages .page h4 span {
    color: #000;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .page.story .text {
    text-align: left;
    width: 100%;
  }
  section#detail .detail .pages .page.story .text:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .detail .pages .page.story .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .page.story .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#detail .detail .pages .page.story ul.photos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  section#detail .detail .pages .page.story ul.photos li {
    width: calc((100% - 8px) / 2);
    flex-grow: 1;
  }
  section#detail .detail .pages .page.caststaff .box {
    width: 100%;
  }
  section#detail .detail .pages .page.caststaff .box:not(:last-child) {
    margin-bottom: 80px;
  }
  section#detail .detail .pages .page.caststaff .box h5 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 16px 0;
  }
  section#detail .detail .pages .page.caststaff .box h5:not(:last-child) {
    margin-bottom: 32px;
  }
  section#detail .detail .pages .page.caststaff .box .person {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#detail .detail .pages .page.caststaff .box .person:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  section#detail .detail .pages .page.caststaff .box .person:nth-child(even) figure {
    order: 1;
  }
  section#detail .detail .pages .page.caststaff .box .person:nth-child(even) .text {
    order: 2;
  }
  section#detail .detail .pages .page.caststaff .box .person.np figure {
    display: none;
  }
  section#detail .detail .pages .page.caststaff .box .person.np .text {
    width: 100%;
  }
  section#detail .detail .pages .page.caststaff .box .person figure {
    width: 100%;
  }
  section#detail .detail .pages .page.caststaff .box .person figure:not(:last-child) {
    margin-bottom: 16px;
  }
  section#detail .detail .pages .page.caststaff .box .person figure + .text {
    width: 100%;
  }
  section#detail .detail .pages .page.caststaff .box .person .text {
    text-align: left;
    width: 100%;
  }
  section#detail .detail .pages .page.caststaff .box .person .text dl:not(:last-child) {
    margin-bottom: 8px;
  }
  section#detail .detail .pages .page.caststaff .box .person .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .page.caststaff .box .person .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .page.caststaff .box .person .text p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .page.trailer {
    width: 100%;
  }
  section#detail .detail .pages .page.trailer .intrailer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 32px 0;
  }
  section#detail .detail .pages .page.trailer .intrailer .video {
    width: 100%;
  }
  section#detail .detail .pages .page.trailer .intrailer .video.v1 {
    width: 100%;
  }
  section#detail .detail .pages .page.trailer .intrailer .video.v1 > div {
    width: 100%;
    margin-bottom: 8px;
  }
  section#detail .detail .pages .page.trailer .intrailer .video.v1 > div iframe {
    width: 100%;
    height: calc((100vw - 32px) * 0.5625);
    max-height: calc((100vw - 32px) * 0.5625);
  }
  section#detail .detail .pages .page.trailer .intrailer .video > div {
    width: 100%;
    margin-bottom: 8px;
  }
  section#detail .detail .pages .page.trailer .intrailer .video > div iframe {
    width: 100%;
    height: calc((100vw - 32px) * 0.5625);
    max-height: calc((100vw - 32px) * 0.5625);
  }
  section#detail .detail .pages .page.trailer .intrailer .video p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .detail .pages .page.gallery {
    width: 100%;
    overflow: hidden;
  }
  section#detail .detail .pages .page.gallery .gslider {
    width: 100%;
    position: relative;
  }
  section#detail .detail .pages .page.gallery .gslider .arrow {
    width: 32px;
    height: 32px;
    background-color: #ECE7E0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 8px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    top: calc(50% - 16px);
  }
  section#detail .detail .pages .page.gallery .gslider .arrow.gprev {
    left: 8px;
  }
  section#detail .detail .pages .page.gallery .gslider .arrow.gnext {
    right: 8px;
  }
  section#detail .detail .pages .page.comments {
    width: 100%;
  }
  section#detail .detail .pages .page.comments .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#detail .detail .pages .page.comments .inner .comment {
    width: 100%;
    padding: 16px;
    border-radius: 4px;
  }
  section#detail .detail .pages .page.comments .inner .comment p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#detail .detail .pages .page.comments .inner .comment p.name {
    text-align: right;
  }
  section#detail .detail .pages .page.comments .inner .comment p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#detail .discinfo .indisc {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#detail .discinfo .indisc h4 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .discinfo .indisc h4:not(:last-child) {
    margin-bottom: 24px;
  }
  section#detail .discinfo .indisc .etc {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px 0;
  }
  section#detail .discinfo .indisc .etc:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .discinfo .indisc .etc .text {
    width: 100%;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    order: 2;
  }
  section#detail .discinfo .indisc .etc .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .discinfo .indisc .etc .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .discinfo .indisc .etc figure {
    width: 100%;
    flex-shrink: 0;
    order: 1;
  }
  section#detail .discinfo .indisc .set h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#detail .discinfo .indisc .set table tbody tr td {
    display: block;
  }
  section#detail .discinfo .indisc .set table tbody tr td:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 16px 16px 0 16px;
    border-bottom: none;
  }
  section#detail .discinfo .indisc .set table tbody tr td:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 0 16px 16px 16px;
    border-right: solid 1px #4E4E4E;
    border-bottom: solid 1px #4E4E4E;
  }
  section#detail .links {
    width: 100%;
  }
  section#detail .links .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 16px;
  }
  section#detail .links .buttons:not(:last-child) {
    margin-bottom: 40px;
  }
  section#detail .links .buttons > div {
    width: calc(50% - 8px);
  }
  section#detail .links .buttons > div:hover a {
    background-color: #000;
  }
  section#detail .links .buttons > div a {
    width: 100%;
    height: 56px;
    background-color: #000;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section#detail .links .buttons > div a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#detail .links ul.social {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 16px;
  }
  section#detail .links ul.social li {
    width: 32px;
  }
  section#detail .links ul.social li a {
    height: 32px;
  }
  section#art {
    padding: 56px 0 0 0;
  }
  section#art > h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    margin-bottom: 40px;
  }
  section#art > h3::before {
    width: 80px;
    height: 80px;
    background-image: url(../../common/images/icon_art.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border-radius: 40px;
  }
  section#art > h3 span {
    color: #009d96;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  section#art .breadcrumb {
    width: calc(100% - 32px);
  }
  section#art .breadcrumb:not(:last-child) {
    margin-bottom: 32px;
  }
  section#art .breadcrumb > div {
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  section#art .breadcrumb > div a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .breadcrumb > div span {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .inner {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  section#art .inner .profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
    margin-bottom: 40px;
  }
  section#art .inner .profile .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: glex-start;
    align-items: flex-start;
    order: 2;
  }
  section#art .inner .profile .text h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 8px;
  }
  section#art .inner .profile .text h4:not(:last-child) {
    margin-bottom: 16px;
  }
  section#art .inner .profile .text h4 span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .inner .profile .text h4 span:nth-child(2) {
    color: #4E4E4E;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .inner .profile .text .myprof p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#art .inner .profile .text .myprof p:not(:last-child) {
    margin-bottom: 8px;
  }
  section#art .inner .profile .photo {
    width: 50%;
    order: 1;
  }
  section#art .inner .combo:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .inner .combo h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 16px;
  }
  section#art .inner .combo table {
    width: 100%;
    border-top: solid 1px #616161;
  }
  section#art .inner .combo table tbody tr:nth-child(even) td {
    background-color: #F9F8F6;
  }
  section#art .inner .combo table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    padding: 16px;
    border-right: solid 1px #616161;
    border-bottom: solid 1px #616161;
    border-left: solid 1px #616161;
  }
  section#art .inner .combo table tbody tr td:nth-child(1) {
    font-weight: 600;
    width: 25%;
  }
  section#art .inner .photos {
    width: 100%;
  }
  section#art .inner .photos:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .inner .photos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  section#art .inner .photos ul li {
    width: calc(50% - 4px);
  }
  section#art .inner .posts {
    width: 100vw;
    background-color: #F9F8F6;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: calc(50% - 50vw);
  }
  section#art .inner .posts:not(:last-child) {
    margin-bottom: 80px;
  }
  section#art .inner .posts h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 32px;
  }
  section#art .inner .posts .pwrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  section#art .inner .posts .pwrap .thumb {
    width: calc((100% - 16px) / 3);
    border-radius: 8px;
  }
  section#art .inner .posts .pwrap .thumb a {
    width: 100%;
    height: calc((100vw - 32px - 16px) / 3);
    max-height: calc((100vw - 32px - 16px) / 3);
  }
  section#art .inner .posts .pwrap .thumb a:hover {
    background-color: #616161;
  }
  section#art .inner .posts .pwrap .thumb a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .inner .posts .pwrap .thumb a dl dd {
    color: #FFF;
    font-family: neuzeit-grotesk-extra-conden, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#art .detail .hero {
    width: 100%;
  }
  section#art .detail .hero:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .detail .pages {
    width: calc(100% - 240px);
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#art .detail .pages .tab {
    width: 100%;
  }
  section#art .detail .pages .tab ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 2px;
  }
  section#art .detail .pages .tab ul li {
    width: 20%;
    height: 48px;
    background-color: #B6C0CA;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#art .detail .pages .tab ul li.active {
    background-color: #FFF;
  }
  section#art .detail .pages .tab ul li.active span {
    color: #4E4E4E;
  }
  section#art .detail .pages .tab ul li:first-child {
    border-radius: 8px 0 0 0;
  }
  section#art .detail .pages .tab ul li:last-child {
    border-radius: 0 8px 0 0;
  }
  section#art .detail .pages .tab ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .inpages {
    width: 100%;
  }
  section#art .detail .pages .inpages:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .detail .pages .page {
    width: 100%;
    padding: 80px 80px;
    background-color: #FFF;
    display: none;
  }
  section#art .detail .pages .page.active {
    display: block;
  }
  section#art .detail .pages .page h4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#art .detail .pages .page h4:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .detail .pages .page h4::after {
    content: "";
    width: 80px;
    height: 4px;
    border-radius: 4px;
  }
  section#art .detail .pages .page h4 span {
    color: #000;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .page.story .text {
    text-align: left;
    width: 100%;
  }
  section#art .detail .pages .page.story .text:not(:last-child) {
    margin-bottom: 80px;
  }
  section#art .detail .pages .page.story .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .page.story .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#art .detail .pages .page.story ul.photos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  section#art .detail .pages .page.story ul.photos li {
    width: calc((100% - 16px) / 3);
  }
  section#art .detail .pages .page.caststaff .box {
    width: 100%;
  }
  section#art .detail .pages .page.caststaff .box:not(:last-child) {
    margin-bottom: 80px;
  }
  section#art .detail .pages .page.caststaff .box h5 {
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 16px 0;
    border-top: solid 1px #B6C0CA;
    border-bottom: solid 1px #B6C0CA;
  }
  section#art .detail .pages .page.caststaff .box h5:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .detail .pages .page.caststaff .box .person {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  section#art .detail .pages .page.caststaff .box .person:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #B6C0CA;
  }
  section#art .detail .pages .page.caststaff .box .person:nth-child(even) figure {
    order: 2;
  }
  section#art .detail .pages .page.caststaff .box .person:nth-child(even) .text {
    order: 1;
  }
  section#art .detail .pages .page.caststaff .box .person.np figure {
    display: none;
  }
  section#art .detail .pages .page.caststaff .box .person.np .text {
    width: 100%;
  }
  section#art .detail .pages .page.caststaff .box .person figure {
    width: 40%;
  }
  section#art .detail .pages .page.caststaff .box .person figure + .text {
    width: calc(60% - 80px);
  }
  section#art .detail .pages .page.caststaff .box .person .text {
    text-align: left;
    width: 100%;
  }
  section#art .detail .pages .page.caststaff .box .person .text dl:not(:last-child) {
    margin-bottom: 24px;
  }
  section#art .detail .pages .page.caststaff .box .person .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .page.caststaff .box .person .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .page.caststaff .box .person .text p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .page.trailer {
    width: 100%;
  }
  section#art .detail .pages .page.trailer .intrailer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px 16px;
  }
  section#art .detail .pages .page.trailer .intrailer .video {
    width: calc(50% - 8px);
  }
  section#art .detail .pages .page.trailer .intrailer .video > div {
    width: 100%;
    margin-bottom: 16px;
  }
  section#art .detail .pages .page.trailer .intrailer .video > div iframe {
    width: 100%;
    height: calc(((100vw - 240px - 160px) / 2 - 8px) * 0.5625);
  }
  section#art .detail .pages .page.trailer .intrailer .video p {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .detail .pages .page.gallery {
    width: 100%;
    overflow: hidden;
  }
  section#art .detail .pages .page.gallery .gslider {
    width: 100%;
    position: relative;
  }
  section#art .detail .pages .page.gallery .gslider .arrow {
    width: 40px;
    height: 40px;
    background-color: #ECE7E0;
    background-image: url(../../common/images/arrow_green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 10px;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 3;
  }
  section#art .detail .pages .page.gallery .gslider .arrow.gprev {
    left: -20px;
    transform: rotate(180deg);
  }
  section#art .detail .pages .page.gallery .gslider .arrow.gnext {
    right: -20px;
  }
  section#art .detail .pages .page.comments {
    width: 100%;
  }
  section#art .detail .pages .page.comments .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
  }
  section#art .detail .pages .page.comments .inner .comment {
    width: calc((100% - 24px) / 2);
    background-color: #F9F8F6;
    padding: 24px;
    border-radius: 8px;
  }
  section#art .detail .pages .page.comments .inner .comment p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#art .detail .pages .page.comments .inner .comment p.name {
    text-align: right;
  }
  section#art .detail .pages .page.comments .inner .comment p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#art .links {
    width: 100%;
  }
  section#art .links .buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  section#art .links .buttons:not(:last-child) {
    margin-bottom: 40px;
  }
  section#art .links .buttons > div {
    width: calc(50% - 8px);
  }
  section#art .links .buttons > div:hover a {
    background-color: #05a365;
  }
  section#art .links .buttons > div a {
    width: 100%;
    height: 56px;
    background-color: #000;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  section#art .links .buttons > div a span {
    color: #FFF;
    font-family: neuzeit-grotesk-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#art .links ul.social {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 24px;
  }
  section#art .links ul.social li {
    width: 40px;
  }
  section#art .links ul.social li.x a {
    background-image: url(../../common/images/icon_x.svg);
  }
  section#art .links ul.social li.ig a {
    background-image: url(../../common/images/icon_insta.svg);
  }
  section#art .links ul.social li.fb a {
    background-image: url(../../common/images/icon_fb.svg);
  }
  section#art .links ul.social li.note a {
    background-image: url(../../common/images/icon_note.svg);
  }
  section#art .links ul.social li a {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
}

/*# sourceMappingURL=style_detail.css.map */
