@charset "UTF-8";
/*
Theme Name: koiniitaruyamai-new
Author: EMIKO AMANO
Version: 1.0.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #333;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.75em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  flex: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #333;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

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

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

/*UNIQUE-------------------------*/
.vd_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.vd_bg video {
  filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.4;
}
.noise_overlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.2;
  overflow: hidden;
}
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
section.section-default {
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.section-default {
    padding: 40px 0 60px;
  }
}
section.section-default .section_main {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.section-default .section_main {
    max-width: 500px;
    padding: 0 30px;
  }
}

.h2-default {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
.h2-default .h2-en {
  transform: skewX(-40deg) translateX(-0.1em);
  font-family: "Licorice", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 10em;
  color: #DFDFE9;
  position: relative;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .h2-default .h2-en {
    font-size: 8em;
  }
}
.h2-default .h2-jp {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  background-color: #DFDFE9;
  line-height: 1;
  font-size: 1.3em;
}

a.btn_normal {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 auto;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #4643A3;
  font-weight: 900;
}

/*
シェアボタン設定-----------------------
*/
.shares {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.share_btns-square li a, .share_btns-square li div {
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
.share_btns-square li a:hover, .share_btns-square li div:hover {
  opacity: 0.5;
}

.icon-s {
  fill: #9267A3;
  display: block;
  width: 24px;
}
.icon-s.tiktok {
  width: 21px;
}
.icon-s.copy {
  width: 22px;
}

/*-------------------------------*/
/*-------------------------------*/
ul {
  padding-inline-start: 0px;
  list-style: none;
}

/*fixed_bg------------------------*/
/*-------------------------------*/
/*loading------------------------*/
#loading {
  background-color: rgb(206, 226, 233);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#loading .title_loading_wrapper {
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .title_loading_wrapper .title_loading {
  max-width: 400px;
  width: 70%;
}

/*-------------------------------*/
.nav_bar {
  z-index: 101;
  display: none;
  z-index: 99;
  position: fixed;
  background-color: #20AEE5;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
}

.sns_nav {
  z-index: 113;
  display: flex;
  flex-direction: column;
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  right: 0;
  width: 42px;
}
@media screen and (max-width: 768px) {
  .sns_nav {
    flex-direction: row;
    align-items: flex-start;
    right: unset;
    left: 0;
    width: 100%;
    padding-left: 10px;
  }
}
.sns_nav li a {
  width: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sns_nav li a img {
  width: 32px;
}
.sns_nav li a:before {
  z-index: -1;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.2s;
  position: absolute;
}
.sns_nav li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sns_nav li a:hover::before {
    width: 0;
  }
}

.nav_btn {
  z-index: 114;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: block;
    width: 60px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0px;
    background-color: #F2F2F2;
  }
  .nav_btn .bar {
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #9267A3;
    transition: 0.5s;
  }
  .nav_btn .bar.bar1 {
    top: 11px;
    width: 60px;
  }
  .nav_btn .bar.bar2 {
    top: 22px;
    width: 60px;
    transition-delay: 0.1s;
  }
  .nav_btn .bar.bar3 {
    top: 33px;
    width: 60px;
    transition-delay: 0.2s;
  }
  .nav_btn .bar.bar4 {
    width: 0;
    top: 0px;
    right: 0px;
    left: unset;
    transform-origin: right top;
    transform: rotate(-28deg);
    transition-delay: 0.3s;
  }
  .nav_btn .bar.bar5 {
    width: 0;
    top: 0px;
    left: 0px;
    transform-origin: left top;
    transform: rotate(28deg);
    transition-delay: 0.4s;
  }
  .nav_btn .menu_text::before {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    content: "menu";
    font-size: 10px;
    text-align: center;
    color: #9267A3;
    line-height: 1;
    text-transform: uppercase;
  }
  .nav_btn.active .bar.bar1 {
    top: 11px;
    width: 0;
  }
  .nav_btn.active .bar.bar2 {
    top: 22px;
    width: 0;
  }
  .nav_btn.active .bar.bar3 {
    top: 33px;
    width: 0;
  }
  .nav_btn.active .bar.bar4 {
    width: 70px;
  }
  .nav_btn.active .bar.bar5 {
    width: 70px;
  }
  .nav_btn.active .menu_text::before {
    content: "close";
  }
}

.gnav-list {
  background-color: #F2F2F2;
  z-index: 102;
  display: flex;
  font-size: 1.25em;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  transition: 0.5s;
  right: 42px;
}
.gnav-list.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  top: 0;
}
.gnav-list.invisible {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .gnav-list.invisible {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 100px 40px 50px;
    gap: 10px;
    overflow: auto;
    background-image: url(img/title_w.png), url(img/title_en2.svg), url(img/bg.jpg);
    background-size: 70%, 120%, cover;
    background-position: bottom 10% left 28%, bottom -11% right 87%, bottom center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    transform: translateY(10px);
  }
  .gnav-list.invisible {
    opacity: 0;
  }
  .gnav-list.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .gnav-list.active.invisible {
    opacity: 1;
  }
}
.gnav-list li a {
  font-weight: 600;
  color: #9267A3;
  display: block;
  padding: 0.5em 0.5em 0.75em 0.5em;
  white-space: nowrap;
  letter-spacing: 0.17em;
  transition: 0.2s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gnav-list li a {
    background-color: #F2F2F2;
    font-size: 2em;
    padding: 0;
    line-height: 1;
  }
}
.gnav-list li a:before {
  z-index: -1;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.2s;
  position: absolute;
}
.gnav-list li a:hover::before {
  width: 100%;
}

.to_top {
  z-index: 101;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 50px;
  background-color: #F2F2F2;
  color: #9267A3;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.to_top:before {
  z-index: -1;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.2s;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
  }
}
.to_top:hover::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .to_top:hover::before {
    width: 0;
  }
}
.to_top span {
  transform: scaleY(0.7);
}

.footer {
  background-image: url(img/bgb1.png), url(img/bgb2.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, 250px;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    background-size: 100px, 100px;
    padding: 40px;
  }
}
.footer .title {
  position: relative;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
}
.footer .release {
  position: relative;
  max-width: 130px;
  width: 25%;
  margin: 0 auto 40px;
  opacity: 0.8;
}
.footer .billing_footer {
  opacity: 0.8;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer .billing_footer {
    max-width: 500px;
  }
}
.footer .overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(img/bg2.jpg);
  background-size: cover;
  opacity: 0.32;
}

#top {
  background-image: url(img/bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 50px;
    padding-bottom: 6%;
  }
}
#top .kv {
  position: relative;
}
#top .kv.kv-pc {
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #top .kv.kv-pc {
    display: none;
  }
}
#top .kv.kv-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top .kv.kv-sp {
    display: block;
  }
}
#top .kv .swiper-slide {
  position: relative;
}
#top .kv .swiper-slide .catch {
  position: absolute;
  top: 18%;
  left: 3%;
  width: 1.3%;
}
@media screen and (max-width: 768px) {
  #top .kv .swiper-slide .catch {
    top: 5%;
    left: 5%;
    width: 3%;
  }
}
#top .kv .swiper-slide .catch-c {
  position: absolute;
  top: 4%;
  left: 36%;
  width: 1.3%;
}
#top .kv .swiper-slide .catch-b {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top .kv .swiper-slide .catch-b {
    top: 45%;
    left: 5%;
    width: 3%;
  }
}
#top .overb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #top .overb {
    width: 146%;
  }
}
#top .title {
  position: absolute;
  width: 35%;
  top: 25%;
  right: 1%;
  z-index: 10;
  overflow: 0;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 80%;
    right: 10%;
    top: 49%;
  }
}
#top .title_en {
  position: absolute;
  width: 42%;
  bottom: 10%;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 0.32;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top .title_en {
    width: 100%;
    right: 0%;
    top: 36%;
  }
}
#top .release {
  position: absolute;
  width: 8.5%;
  right: 2%;
  top: 57%;
  z-index: 10;
  overflow: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 20%;
    right: 40%;
    top: 63%;
  }
}
#top .billing_top {
  position: absolute;
  top: 79%;
  right: 2%;
  width: 42%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top .billing_top {
    position: relative;
    width: 90%;
    right: unset;
    top: unset;
    margin: 0 auto;
  }
}
#top .copy_yoko1 {
  position: absolute;
  width: 36%;
  top: 66%;
  right: 2%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko1 {
    position: relative;
    width: 90%;
    right: unset;
    top: unset;
    margin: 1% auto 1%;
  }
}
#top .copy_yoko2 {
  position: absolute;
  width: 32%;
  right: 2%;
  top: 71%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko2 {
    position: relative;
    width: 80%;
    right: unset;
    top: unset;
    margin: 0 auto 5%;
  }
}
#top .pg {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 1.6%;
  z-index: 10;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top .pg {
    width: 6%;
    top: 67%;
    right: 2%;
    display: block;
  }
}
#info {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 0;
  }
}
#info ul.sns-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
#info ul.sns-icons li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  filter: drop-shadow(2px 2px 2px rgba(146, 103, 163, 0.5));
  transition: 0.2s;
}
#info ul.sns-icons li a:hover {
  filter: drop-shadow(1px 1px 1px rgba(146, 103, 163, 0.32));
}

#trailer {
  background-image: url(img/bg_bfs.png);
  overflow: hidden;
  padding: 120px 0 80px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 120px 0 40px;
    background-size: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #trailer .section_main {
    padding: 0 20px;
  }
}
#trailer .h2-default {
  position: absolute;
  right: -1em;
  top: -80px;
}
@media screen and (max-width: 768px) {
  #trailer .h2-default {
    right: unset;
    left: 0;
  }
}
#trailer .h2-default .h2-en {
  writing-mode: sideways-rl;
  -webkit-writing-mode: vertical-rl;
  transform: skew(0deg, 20deg);
}
@media screen and (max-width: 768px) {
  #trailer .h2-default .h2-en {
    writing-mode: horizontal-tb;
    transform: skew(-20deg, 0deg);
  }
}
#trailer .h2-default .h2-jp {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #trailer .h2-default .h2-jp {
    writing-mode: horizontal-tb;
  }
}
#trailer .youtube_outer {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#trailer .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5;
}
#trailer .trailer_tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2px;
}
#trailer .trailer_tab li {
  width: calc(50% - 1px);
  margin-bottom: 2px;
}
#trailer .trailer_tab li:first-of-type {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tab li {
    width: 100%;
  }
}
#trailer .trailer_tab li a {
  transition: 0.2s;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(184, 184, 217, 0.32);
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tab li a {
    height: 40px;
  }
}
#trailer .trailer_tab li a:hover {
  background-color: #F2F2F2;
}
#trailer .trailer_tab li.active a {
  background-color: rgba(146, 103, 163, 0.32);
  color: #5a3d8a;
}
#trailer .trailer_tab li.active a::before {
  content: "●";
  padding-right: 0.25em;
}

ul.news-list li {
  margin-bottom: 10px;
}
ul.news-list li a {
  padding: 0.25em 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  ul.news-list li a {
    flex-direction: column;
  }
}
ul.news-list li a .news_date {
  color: #4643A3;
  font-weight: 800;
  width: 8em;
  margin-right: 2em;
  background-color: #fff;
}
ul.news-list li a .news_title {
  font-weight: 600;
  width: calc(100% - 10em);
  background-color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  ul.news-list li a .news_title {
    width: 100%;
  }
}
ul.news-list li a:hover .news_title {
  background-color: #F2F2F2;
}

#news-top {
  padding: 0px 0 40px;
}
@media screen and (max-width: 768px) {
  #news-top {
    padding: 60px 0 30px;
    position: relative;
  }
}
#news-top .section_main {
  position: relative;
  width: 80%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #news-top .section_main {
    width: 100%;
  }
}
#news-top h2 {
  position: absolute;
  right: -4em;
  top: -80px;
}
@media screen and (max-width: 768px) {
  #news-top h2 {
    right: unset;
    left: 20px;
    top: -80px;
  }
}
#news-top h2 .h2-en {
  writing-mode: sideways-rl;
  transform: skew(0deg, 20deg);
  -webkit-writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #news-top h2 .h2-en {
    writing-mode: horizontal-tb;
    transform: skew(-20deg, 0deg);
  }
}
#news-top h2 .h2-jp {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  #news-top h2 .h2-jp {
    writing-mode: horizontal-tb;
  }
}
#news-top .btn_normal {
  background-color: #fff;
  transition: 0.2s;
}
#news-top .btn_normal:hover {
  background-color: #F2F2F2;
}

body.archive, body.single {
  background-color: rgba(219, 219, 219, 0.5);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body.archive, body.single {
    margin-top: 50px;
  }
}

#news-archive .archive_nav {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}
#news-archive .archive_nav .screen-reader-text {
  display: none;
}
#news-archive .archive_nav .nav-links {
  display: flex;
}
#news-archive .archive_nav .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 5px 0;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  font-size: 0.9em;
  color: #4643A3;
  font-weight: 900;
  transition: 0.2s;
}
#news-archive .archive_nav .page-numbers.current, #news-archive .archive_nav .page-numbers:hover {
  background-color: #F2F2F2;
}

#news-single .single_nav {
  margin-top: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#news-single .single_nav div a, #news-single .single_nav div span {
  height: 40px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: solid 1px rgba(247, 247, 248, 0.32);
  transition: 0.2s;
  font-size: 0.9em;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #4643A3;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #news-single .single_nav div a, #news-single .single_nav div span {
    padding: 0 10px;
  }
}
#news-single .single_nav div a:hover, #news-single .single_nav div span:hover {
  background-color: #F2F2F2;
}

#news-single .single_item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 5px;
}
@media screen and (max-width: 768px) {
  #news-single .single_item {
    padding: 30px 5px 40px;
  }
}
#news-single .single_item .single_date {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1.1em;
  padding-bottom: 20px;
  font-weight: 800;
  color: #4643A3;
}
#news-single .single_item .single_news-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 1.6;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: solid 1px #e4e4e4;
}
@media screen and (max-width: 768px) {
  #news-single .single_item .single_news-title {
    padding-top: 0px;
  }
}

.single_content * {
  all: unset; /* すべてのプロパティをリセット */
  all: initial; /* 初期値に戻す */
  all: revert; /* ブラウザのデフォルトに戻す */
}
.single_content * p, .single_content * h1, .single_content * h2, .single_content * h3, .single_content * h4, .single_content * h5, .single_content * h6, .single_content * a, .single_content * img, .single_content * ul, .single_content * ol, .single_content * li {
  all: revert; /* 必要な要素だけを戻す */
}

.single_content {
  line-height: 1.8;
}
.single_content a {
  word-break: break-all;
}
.single_content a:hover {
  text-decoration: none;
}
.single_content p {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  text-align: left;
  word-break: break-all;
}
.single_content img {
  max-width: 100%;
}
.single_content .has-iframe {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.single_content .has-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.single_content .has-background {
  padding: 20px;
}
.single_content .has-small-font-size {
  font-size: 0.8em;
}
.single_content .has-medium-font-size {
  font-size: 1em;
}
.single_content .has-large-font-size {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .single_content .has-large-font-size {
    font-size: 1.2em;
  }
}
.single_content .has-huge-font-size {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .single_content .has-huge-font-size {
    font-size: 1.3em;
  }
}
.single_content .has-x-large-font-size {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) {
  .single_content .has-x-large-font-size {
    font-size: 1.5em;
  }
}
.single_content .has-text-align-center {
  text-align: center;
}
.single_content .has-text-align-right {
  text-align: right;
}
.single_content .has-text-align-left {
  text-align: left;
}
.single_content .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single_content .alignleft {
  float: left;
}
.single_content .alignright {
  float: right;
}
.single_content .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single_content .wp-block-image.alignfull img,
.single_content .wp-block-image.alignwide img,
.single_content .size-large img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.single_content a {
  color: #0693e3;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.single_content a:hover {
  opacity: 0.7;
}

.imgs4 {
  display: flex;
  flex-wrap: wrap;
}
.imgs4 div {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .imgs4 div {
    width: 50%;
  }
}

.imgs6 {
  display: flex;
  flex-wrap: wrap;
}
.imgs6 div.imgs6_inner {
  width: 25%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .imgs6 div.imgs6_inner {
    width: 50%;
  }
}

#story {
  padding: 80px 50px 45vw;
  background-image: url(img/bg_story.jpg);
  background-color: #92C3E1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  #story {
    padding: 60px 30px 70vw;
    background-size: 160%;
    background-position: 57% 100%;
  }
}
#story .section_main {
  padding: 0;
}
#story h2 {
  opacity: 0.5;
  margin-bottom: -20px;
}
#story h3 {
  color: #E4007F;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #story h3 {
    margin-bottom: 40px;
  }
}
#story h3 .h3-01 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #story h3 .h3-01 {
    line-height: 1.4;
  }
}
#story h3 .h3-01 span {
  font-weight: 800;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #story h3 .h3-01 {
    font-size: 2em;
  }
}
#story h3 .h3-02 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #story h3 .h3-02 {
    line-height: 1.4;
    font-size: 1.1em;
  }
}
#story h3 .h3-02 span {
  font-weight: 700;
  display: inline-block;
}
#story h3 .h3-03 {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #story h3 .h3-03 {
    line-height: 1.4;
    font-size: 1.4em;
  }
}
#story h3 .h3-03 span {
  font-weight: 700;
  display: inline-block;
}
#story h4 {
  text-align: center;
  line-height: 2;
  font-size: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #story h4 {
    font-size: 1.3em;
  }
}
#story h4 span {
  font-weight: 700;
}
#story .text_body {
  text-align: center;
  line-height: 4;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #story .text_body {
    line-height: 3;
    font-size: 1em;
  }
}
#story .text_body span {
  font-weight: inherit;
  display: inline-block;
}
#story .text_body .story-b1, #story .text_body .story-b2 {
  margin: 1em 0;
  color: #444444;
}

#cast .section_main {
  max-width: 1500px;
}
#cast .pro_cas {
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #cast .pro_cas {
    margin: 0 auto 40px;
  }
}
#cast .sub_cas {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #cast .sub_cas {
    flex-wrap: wrap;
  }
}
#cast .sub_cas .cas_btn-s {
  width: 23%;
}
@media screen and (max-width: 768px) {
  #cast .sub_cas .cas_btn-s {
    width: 90%;
  }
}
#cast .cas_btn-m, #cast .cas_btn-s {
  cursor: pointer;
  line-height: 1;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #cast .cas_btn-m, #cast .cas_btn-s {
    margin-bottom: 20px;
  }
}
#cast .cas_btn-m:last-of-type, #cast .cas_btn-s:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #cast .cas_btn-m:last-of-type, #cast .cas_btn-s:last-of-type {
    margin-bottom: 20px;
  }
}
#cast .cas_btn-m .cas_img, #cast .cas_btn-s .cas_img {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#cast .cas_btn-m .cas_img img, #cast .cas_btn-s .cas_img img {
  transition: 0.4s;
}
#cast .cas_btn-m .cas_names, #cast .cas_btn-s .cas_names {
  background-color: rgba(255, 255, 255, 0.9);
  width: -moz-fit-content;
  width: fit-content;
  margin: -10px 0 0 auto;
  position: relative;
  z-index: 3;
  transition: 0.4s;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #cast .cas_btn-m .cas_names, #cast .cas_btn-s .cas_names {
    margin: -5px 0 0 auto;
  }
}
#cast .cas_btn-m .cas_role, #cast .cas_btn-s .cas_role {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: right;
}
#cast .cas_btn-m .cas_role .cas_role-jp, #cast .cas_btn-s .cas_role .cas_role-jp {
  font-size: 1.5em;
  margin-right: 0.5em;
}
#cast .cas_btn-m .cas_role .cas_role-jp .yaku, #cast .cas_btn-s .cas_role .cas_role-jp .yaku {
  font-size: 0.8em;
}
#cast .cas_btn-m .cas_role .cas_role-en, #cast .cas_btn-s .cas_role .cas_role-en {
  font-size: 0.85em;
}
#cast .cas_btn-m .cas_name, #cast .cas_btn-s .cas_name {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#cast .cas_btn-m .cas_name .cas_name-inner, #cast .cas_btn-s .cas_name .cas_name-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#cast .cas_btn-m .cas_name .cas_name-jp, #cast .cas_btn-s .cas_name .cas_name-jp {
  font-weight: 800;
  font-size: 2em;
  margin-right: 0.25em;
  white-space: nowrap;
}
#cast .cas_btn-m .cas_name .cas_name-en, #cast .cas_btn-s .cas_name .cas_name-en {
  margin-right: 0.25em;
  white-space: nowrap;
}
#cast .cas_btn-m .cas_name .cas_plus, #cast .cas_btn-s .cas_name .cas_plus {
  transition: 0.4s;
}
#cast .cas_btn-m .cas_name .cas_plus img, #cast .cas_btn-s .cas_name .cas_plus img {
  width: 26px;
}
#cast .cas_btn-s .cas_names {
  margin: -5px 0 0 auto;
}
#cast .cas_btn-s .cas_role {
  display: flex;
  align-items: flex-end;
}
#cast .cas_btn-s .cas_role .cas_role-jp {
  font-size: 1.1em;
}
#cast .cas_btn-s .cas_role .cas_role-en {
  font-size: 0.8em;
}
#cast .cas_btn-s .cas_name {
  display: flex;
  align-items: flex-end;
}
#cast .cas_btn-s .cas_name .cas_name-jp {
  font-weight: 800;
  font-size: 1.4em;
}
#cast .cas_btn-s .cas_name .cas_name-jp .g-n {
  font-size: 0.6em;
}
#cast .cas_btn-s .cas_name .cas_name-en {
  font-size: 0.8em;
}
#cast .cas_btn-s .cas_name .cas_plus img {
  width: 18px;
}
#cast .cas_btn-m:hover .cas_img img, #cast .cas_btn-s:hover .cas_img img {
  transform: scale(1.05);
}
#cast .cas_btn-m:hover .cas_names .cas_plus, #cast .cas_btn-s:hover .cas_names .cas_plus {
  transform: rotate(180deg);
}

.cast_modal {
  position: fixed;
  inset: 0;
  display: flex; /* ← 常に flex */
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 1000;
}

.cast_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal_inner {
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
  padding: 50px 50px 20px 50px;
  /* ➋ その上にグラデーションを重ねる */
  background-image: linear-gradient(to bottom, rgba(184, 184, 217, 0.6) 0%, rgba(184, 184, 217, 0) 100%);
}
@media screen and (max-width: 768px) {
  .modal_inner {
    background-image: linear-gradient(to bottom, rgba(184, 184, 217, 0.4) 0%, rgba(184, 184, 217, 0) 100%);
    padding: 40px 30px 40px 30px;
    max-height: unset;
    height: 100%;
  }
}

.modal_img {
  margin-bottom: 20px;
  width: 80%;
  max-width: 500px;
  display: none;
}

.modal_names {
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal_names {
    margin-bottom: 30px;
  }
}
.modal_names .modal_name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5em;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .modal_names .modal_name {
    background: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
  }
}
.modal_names .modal_name .modal_name-jp {
  font-weight: 800;
  font-size: 2em;
  margin-right: 0.5em;
}
.modal_names .modal_name .modal_name-jp .g-n {
  margin-left: 0.25em;
  font-size: 0.6em;
}
.modal_names .modal_role {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #4643A3;
}
@media screen and (max-width: 768px) {
  .modal_names .modal_role {
    margin-top: 20px;
    align-items: flex-end;
    justify-content: center;
  }
}
.modal_names .modal_role .modal_role-jp {
  font-size: 1.3em;
  margin-right: 0.5em;
}
.modal_names .modal_role .modal_role-jp .yaku {
  font-size: 0.8em;
}
.modal-prof p {
  text-align: justify;
}

.modal-com {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgba(184, 184, 217, 0.5);
}
.modal-com .com-t {
  letter-spacing: 0.2em;
  color: #4643A3;
  margin-bottom: 0.2em;
}
.modal-com p {
  text-align: justify;
}

.p-close {
  margin-top: 30px;
  text-align: center;
  color: #B8B8D9;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.modal_close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #464646;
}

#original {
  background-color: rgba(224, 224, 255, 0.1);
}
#original .prof-list .prof-item {
  margin-bottom: 100px;
}
#original .prof-list .prof-item:last-of-type {
  margin-bottom: 0;
}
#original .prof-list .prof-item .names {
  background-color: rgba(184, 184, 217, 0.2);
  display: flex;
  align-items: flex-end;
  margin-bottom: 1em;
}
#original .prof-list .prof-item .names .name {
  line-height: 1;
  font-size: 2em;
  margin-right: 0.5em;
}
#original .prof-list .prof-item .names .name_en {
  line-height: 1;
  color: #4643A3;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#original .prof-list .prof-item .roles {
  display: flex;
  align-items: flex-end;
}
#original .prof-list .prof-item .roles .role {
  font-size: 1.5em;
  margin-right: 0.5em;
}
#original .prof-list .prof-item .roles .role span {
  font-size: 0.66em;
}
#original .prof-list .prof-item .roles .role_en {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#original .prof-list .prof-info .prof-texts .prof-subblock {
  margin-top: 10px;
}
#original .prof-list .prof-info .prof-texts .prof-subblock p.prof-subtitle {
  color: #4643A3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #original .prof-list .prof-info .prof-texts .prof-subblock p.prof-subtitle {
    text-align: right;
  }
}
#original .prof-list .prof-info .prof-texts .prof-subblock p {
  text-align: justify;
}
#original .prof-list .prof-info.wimg {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #original .prof-list .prof-info.wimg {
    flex-direction: column;
  }
}
#original .prof-list .prof-info.wimg .prof-img {
  max-width: 250px;
  margin: 10px auto 10px 0;
  width: 80%;
}
#original .prof-list .prof-info.wimg .prof-texts {
  width: calc(100% - 290px);
}
@media screen and (max-width: 768px) {
  #original .prof-list .prof-info.wimg .prof-texts {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */