@font-face {
  font-family: "DS-Digital";
  src: url("https://cybersoul.azulfolio.com/wp-content/uploads/fonts/DS-Digital.woff2") format("woff2"), url("https://cybersoul.azulfolio.com/wp-content/uploads/fonts/DS-Digital.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DS-Digital";
  src: url("https://cybersoul.azulfolio.com/wp-content/uploads/fonts/DS-Digital-Bold.woff2") format("woff2"), url("https://cybersoul.azulfolio.com/wp-content/uploads/fonts/DS-Digital-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
  list-style-type: none;
  font-size: 16px;
  box-sizing: border-box;
}

body {
  max-width: 100%;
  background-color: black;
  overflow-x: hidden;
  font-family: "Noto Sans JP, Arial";
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 998;
  pointer-events: none;
  opacity: 0;
}
header.active {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
header nav {
  margin-bottom: 40px;
}

/* ===============
  This hamburger button was generated by Zarigani Design Office Hamburger Button Generator.

  Zarigani Design Office's Hamburger Button
  Copyright: 2019 Zarigani Design Office
  URL: https://zarigani-design-office.com/hamburger/
  This software is released under the MIT License.
  http://opensource.org/licenses/mit-license.php
  ================*/
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  top: 20px;
  right: 16px;
  display: block;
  padding: 0;
  width: 40px;
  height: 20px;
  position: fixed;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 40px;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 28.28px;
  left: 10px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #fff;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}

footer {
  position: relative;
  z-index: 4;
}

.p-footerBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-footerBox {
    margin-top: 56px;
  }
}
.p-footerBox img {
  width: 28%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerBox img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-footerBox img {
    width: 80%;
  }
}
.p-footerBox__snsLists {
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerBox__snsLists {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-footerBox__snsLists {
    width: 60%;
  }
}
.p-footerBox__snsLists li {
  width: 30px;
}
.p-footerBox__snsLists li img {
  width: 100%;
}
.p-footerBox__snsLists li:last-of-type {
  margin-right: 0px;
}

.p-footerPageTopArea {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-pageTopBtn {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.c-pageTopBtn i {
  font-size: 45px;
  transform: translateY(10px);
  transition: transform 0.3s ease-in-out;
}
.c-pageTopBtn span {
  font-family: "DS-Digital";
  display: block;
  position: relative;
  bottom: 8px;
  font-size: 24px;
}

.c-copyright {
  display: block;
  text-align: center;
}

#l-heroArea {
  position: relative;
  background-image: url("https://cybersoul.azulfolio.com/wp-content/uploads/2025/05/heroArea_bkImg.png");
}

#l-introduction {
  background-image: url("https://cybersoul.azulfolio.com/wp-content/uploads/2025/05/introduceArea_bk.png");
}
#l-introduction p {
  text-align: center;
  line-height: 40px;
}
#l-introduction p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

#l-news {
  background-image: url("https://cybersoul.azulfolio.com/wp-content/uploads/2025/05/newsArea_bk.png");
}

.c-backBtn {
  display: block;
  width: 30%;
  margin: 32px auto 0;
  border-radius: 50px;
  padding: 10px;
  color: #000;
  font-family: "DS-Digital";
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-backBtn {
    width: 50%;
  }
}
.c-backBtn i {
  color: #000;
  margin-right: 8px;
}

.c-bkImg {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-bkImg > * {
  z-index: 3;
}
.c-bkImg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.8;
}
.c-bkImg--heroArea {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
.c-bkImg--heroArea::after {
  content: "";
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .c-bkImg--heroArea {
    height: 640px;
    background-size: cover;
    background-position: center;
  }
}

.c-contentsWrap {
  max-width: 75%;
  margin: 0 auto;
}
.c-contentsWrap > * {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-contentsWrap {
    max-width: 100%;
    padding: 0 24px;
  }
}

.c-heading2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-heading2--EN {
  font-family: "DS-Digital";
  font-weight: bold;
  font-size: 48px;
}
.c-heading2--JP {
  font-weight: medium;
}
.c-heading2Pages {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-heading2Pages {
    top: 10%;
  }
}
.c-heading2--PagesBk {
  position: relative;
  background-image: url("https://cybersoul.azulfolio.com/wp-content/uploads/2025/05/heroArea_bkImg.png");
  height: 200px;
  justify-content: center;
}

.c-menuBtn {
  position: fixed;
  z-index: 999;
  top: -105px;
  right: -105px;
  background-color: rgba(217, 217, 217, 0.2);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}

.c-menuLists {
  margin: 64px auto 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-menuLists {
    margin: 64px 16px 0 16px;
    width: 100%;
  }
}
.c-menuLists__box {
  display: flex;
  justify-content: center;
}
.c-menuLists li {
  margin-bottom: 16px;
}
.c-menuLists li:last-of-type {
  margin-bottom: 0;
}
.c-menuLists li a {
  font-size: 24px;
  padding-bottom: 3px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.c-menuLists li a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
.c-menuLists li span {
  margin-left: 8px;
  font-size: 14px;
}
.c-menuLists__SNS {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-menuLists__SNS {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-menuLists__SNS {
    width: 100%;
  }
}
.c-menuLists__SNS span {
  text-align: center;
}
.c-menuLists__SNS ul {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: space-between;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-menuLists__SNS ul {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-menuLists__SNS ul {
    width: 45%;
  }
}
.c-menuLists__SNS ul li {
  width: 15%;
}
.c-menuLists__SNS ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-menuLists__SNS:nth-of-type(1) {
    display: none;
  }
}

.c-modalArea {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.c-modal__content {
  display: block;
  width: 80%;
  max-width: 700px;
}

.c-newsBtn {
  display: flex;
  font-family: "DS-Digital";
  font-size: 24px;
  align-items: center;
}
.c-newsBtn i {
  font-size: 16px;
}
.c-newsBtn--more {
  justify-content: flex-end;
}

.c-newsLists li {
  border-top: 1px solid #fff;
  padding: 24px 0;
}
.c-newsLists li:last-of-type {
  border-bottom: 1px solid #fff;
}
.c-newsLists li a {
  opacity: 1;
}
.c-newsLists li a:hover {
  opacity: 0.7;
}
.c-newsLists li a span {
  font-family: "DS-Digital";
  font-size: 20px;
}

.p-characterBox__tab ul {
  display: flex;
  justify-content: space-between;
}
.p-characterBox__tab ul li {
  border-radius: 10px;
  border: 1px solid #00FFFF;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .p-characterBox__tab ul li {
    width: 50px;
    height: 50px;
  }
}
.p-characterBox__tab ul li.is-active {
  background-color: #00ffff;
}
.p-characterBox__tab ul li img {
  max-width: none;
  width: 280%;
  transform: translateX(-88px);
}
@media screen and (max-width: 767px) {
  .p-characterBox__tab ul li img {
    transform: translateX(-40px);
  }
}
.p-characterBox__contents img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .p-characterBox__contents img {
    width: 100%;
  }
}
.p-characterBox__contents__txtArea {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .p-characterBox__contents__txtArea {
    width: 100%;
  }
}
.p-characterBox__contents__txtArea p:nth-of-type(1) {
  font-size: 32px;
  font-weight: 700;
}
.p-characterBox__contents__txtArea p:nth-of-type(1) span {
  margin-left: 8px;
  font-size: 16px;
}
.p-characterBox__contents__txtArea p:nth-of-type(2) {
  font-size: 20px;
}
.p-characterBox__contents__txtArea p:nth-of-type(2) a {
  margin-left: 8px;
}
.p-characterBox__contents__txtArea p:nth-of-type(2) a i {
  font-size: 18px;
}
.p-characterBox__contents__txtArea p:nth-of-type(3) b {
  display: block;
  font-size: 20px;
}
.p-characterBox__contents .p-characterBox__contents__box {
  display: none;
}
.p-characterBox__contents .p-characterBox__contents__box.is-show {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-characterBox__contents .p-characterBox__contents__box.is-show {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-galleryBox {
    height: 100%;
  }
}
.p-galleryBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.p-galleryBox__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-galleryBox__img {
    width: 100%;
  }
}

.p-goods {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-goods {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.p-goodsBox {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-goodsBox {
    width: 100%;
  }
}
.p-goodsBox a {
  display: block;
  position: relative;
}
.p-goodsBox a:hover {
  opacity: 0.8;
}
.p-goodsBox__img img {
  width: 100%;
  height: 100%;
}

.p-singleGoods__title {
  font-size: 20px;
}

.p-heroArea__catch {
  opacity: 0;
  display: none;
  position: absolute;
  top: 5%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .p-heroArea__catch {
    top: 3%;
    left: 7%;
  }
}
.p-heroArea__catch img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-heroArea__catch img {
    width: 60%;
  }
}
.p-heroArea__title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 75%;
  right: 3%;
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-heroArea__title {
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-heroArea__title {
    position: relative;
    top: 85%;
    left: 1%;
    width: 85%;
    padding: 0;
  }
}
.p-heroArea__title img {
  width: 45%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-heroArea__title img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-heroArea__title img {
    width: 85%;
  }
}

.p-keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 1060px;
}
@media screen and (max-width: 767px) {
  .p-keyword {
    height: 100%;
  }
}

.p-keywordBox {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-keywordBox {
    width: 100%;
  }
}
.p-keywordBox h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-keywordBox p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-keywordBox:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.p-music {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-music {
    flex-direction: column;
  }
}
.p-musicBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-musicBox {
    width: 100%;
  }
}
.p-musicBox a {
  display: block;
  text-align: center;
}
.p-musicBox a img {
  width: 50%;
}
.p-musicBox a p {
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
.p-musicBox a p span {
  font-size: 14px;
}
.p-musicBox__op {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-musicBox__op > h2 {
  align-items: flex-start;
  flex-direction: column-reverse;
}
.p-musicBox__op .c-heading2 > .c-heading2--EN {
  font-family: "noto sans jp";
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-musicBox__op .c-heading2 > .c-heading2--EN {
    font-size: 20px;
  }
}
.p-musicBox__op__img {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-musicBox__op__img img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-musicBox__op__img img {
    width: 70%;
  }
}
.p-musicBox__op__details p {
  line-height: 32px;
}
.p-musicBox__op__details p:nth-of-type(1) {
  text-align: center;
  font-size: 20px;
}
.p-musicBox__op__details p:nth-of-type(2) span {
  display: block;
  font-size: 14px;
}
.p-musicBox__op__txtBox {
  border: 1px solid #fff;
  padding: 24px;
}
.p-musicBox__op__txtBox span {
  font-family: "DS-Digital";
  font-size: 30px;
}
.p-musicBox__op__txtBox > p {
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-newsDetailsBox.c-contentsWrap {
    max-width: 100%;
  }
}
.p-newsDetailsBox h3 {
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
.p-newsDetailsBox h3 span {
  display: block;
  font-family: "DS-Digital";
  font-size: 20px;
}
.p-newsDetailsBox .nav-links {
  margin-top: 32px;
}
.p-newsDetailsBox .nav-links .page-numbers {
  display: none;
}
.p-newsDetailsBox .nav-links span {
  display: none;
}
.p-newsDetailsBox .nav-links .prev {
  display: inline-block;
  font-family: "DS-Digital";
  font-size: 24px;
}
.p-newsDetailsBox .nav-links .next {
  display: inline-block;
  float: right;
  font-family: "DS-Digital";
  font-size: 24px;
}

.p-onairBox p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.p-onairBox dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 160px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-onairBox dl {
    text-align: start;
  }
}
.p-onairBox dl dt, .p-onairBox dl dd {
  width: 50%;
}
.p-onairBox span {
  font-size: 12px;
  display: block;
  margin-left: 19%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-onairBox span {
    margin-left: 13%;
  }
}
@media screen and (max-width: 767px) {
  .p-onairBox span {
    margin-left: 0;
  }
}

.p-streamingBox p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.p-streamingBox span {
  display: block;
}
.p-streamingBox__lists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  height: 450px;
}
.p-streamingBox__lists ul li {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
}
.p-streamingBox__lists ul li a {
  color: #000;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  display: block;
}
.p-streamingBox__lists ul li a:hover {
  color: #999;
}
.p-streamingBox__lists:last-of-type ul {
  height: 120px;
}

.p-staffBox {
  width: 100%;
}
.p-staffBox__lists ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-staffBox__lists ul {
    height: 900px;
  }
}
.p-staffBox__lists ul li {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-staffBox__lists ul li {
    width: 100%;
  }
}
.p-staffBox__lists ul li:nth-of-type(-n+2) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-staffBox__lists ul li:nth-of-type(-n+2) {
    width: 100%;
  }
}
.p-staffBox__lists ul li:nth-of-type(12) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-staffBox__lists ul li:nth-of-type(12) {
    width: 100%;
  }
}
.p-staffBox__lists ul li:nth-of-type(13) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-staffBox__lists ul li:nth-of-type(13) {
    width: 100%;
  }
}
.p-staffBox__lists ul li p:first-of-type {
  color: #00FFFF;
}
.p-staffBox__lists ul li span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}

.p-castBox {
  width: 100%;
}
.p-castBox__lists ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-castBox__lists ul {
    height: 900px;
  }
}
.p-castBox__lists ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-castBox__lists ul li {
    width: 100%;
  }
}
.p-castBox__lists ul li p:first-of-type {
  color: #00FFFF;
}
.p-castBox__lists ul li span {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.p-castBox__lists ul li button {
  background-color: transparent;
  border: none;
  display: inline-block;
  margin-left: 8px;
}

.p-story {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-story {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-story {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.p-storyBox {
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-storyBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-storyBox {
    width: 100%;
  }
}
.p-storyBox a {
  display: block;
  position: relative;
}
.p-storyBox a:hover {
  opacity: 0.8;
}
.p-storyBox__img--frame {
  position: relative;
}
.p-storyBox__img--frame img {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-storyBox__img--story {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  padding: 1%;
}
.p-storyBox__img--story img {
  width: 100%;
  object-fit: cover;
}
.p-storyBox__epTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "DS-Digital";
  font-size: 20px;
}
.p-storyBox__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-storyBox__txt {
    font-size: 20px;
  }
}
.p-storyBox__ep {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-storyBox__ep > h3 {
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}
.p-storyBox__ep .c-heading2 > .c-heading2--EN {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-storyBox__ep .c-heading2 > .c-heading2--EN {
    font-size: 20px;
  }
}
.p-storyBox__ep .c-heading2 > .c-heading2--JP {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-storyBox__ep .c-heading2 > .c-heading2--JP {
    font-size: 24px;
  }
}
.p-storyBox__ep__img {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-storyBox__ep__img img {
  width: 100%;
}
.p-storyBox__ep__imgList ul {
  display: flex;
  flex-wrap: wrap;
}
.p-storyBox__ep__imgList ul li {
  width: 20%;
}

.p-singleStory__epTitle {
  font-family: "DS-Digital";
  font-size: 20px;
}
.p-singleStory__txt {
  font-size: 24px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pt-64 {
  padding-top: 64px;
}

.u-pb-16 {
  padding-bottom: 16px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mt-56 {
  margin-top: 56px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-block-c {
  margin: 0 auto;
}

.u-pcOnly {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

.u-txt-c {
  text-align: center;
}

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