@charset "UTF-8";
/*
Theme Name: eleceed
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--------------------------*/
/* ───────── 追加 6 色 ───────── */
:root {
  --wp--preset--color--em-color1: #26343F;
  --wp--preset--color--em-color2: #F7FF00;
  --wp--preset--color--em-color3: #80FFEE;
  --wp--preset--color--em-color5: #53EFDA;
  --wp--preset--color--em-color6: #00499B;
  --wp--preset--color--em-color7: #818E1C;
}

/* テキスト色用クラス */
.has-em-color1-color {
  color: var(--wp--preset--color--em-color1) !important;
}

.has-em-color2-color {
  color: var(--wp--preset--color--em-color2) !important;
}

.has-em-color3-color {
  color: var(--wp--preset--color--em-color3) !important;
}

.has-em-color5-color {
  color: var(--wp--preset--color--em-color5) !important;
}

.has-em-color6-color {
  color: var(--wp--preset--color--em-color6) !important;
}

.has-em-color7-color {
  color: var(--wp--preset--color--em-color7) !important;
}

/* 背景色用クラス */
.has-em-color1-background-color {
  background-color: var(--wp--preset--color--em-color1) !important;
}

.has-em-color2-background-color {
  background-color: var(--wp--preset--color--em-color2) !important;
}

.has-em-color3-background-color {
  background-color: var(--wp--preset--color--em-color3) !important;
}

.has-em-color5-background-color {
  background-color: var(--wp--preset--color--em-color5) !important;
}

.has-em-color6-background-color {
  background-color: var(--wp--preset--color--em-color6) !important;
}

.has-em-color7-background-color {
  background-color: var(--wp--preset--color--em-color7) !important;
}

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

*:focus {
  outline: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.contents {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

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

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

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

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

/*共通パーツ----------------------*/
h2.section_title {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  h2.section_title {
    font-size: 1.3rem;
  }
}

/*-------------------------------*/
/*UNIQUE-------------------------*/
/*
横幅での改行部分変更-----------------------
*/
.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;
  }
}

.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  background-image: url(img/bg_b.jpg);
  background-size: cover;
  z-index: -10;
}
.fixed_bg video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100lvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.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;
  }
}

.btn_normal a {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 160px;
  display: block;
  margin-top: 20px;
  text-align: center;
  transition: 0.4s;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .btn_normal a {
    width: 100%;
    max-width: 160px;
  }
}
.btn_normal a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*loading------------------------*/
#loading {
  z-index: 10000;
  background-color: #26343F;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
}
#loading .loader {
  max-width: 500px;
  width: 60%;
  opacity: 0.7;
}

/*-------------------------------*/
.footer {
  background-color: rgba(83, 239, 218, 0.5);
  padding: 80px 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px;
    display: block;
  }
}
.footer .footer-logo {
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}
.footer .footer-info {
  text-align: right;
}
.footer .footer-info .sns_link-footer {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-info .sns_link-footer {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.footer .footer-info .sns_link-footer li {
  width: 40px;
}
.footer .footer-info .sns_link-footer li a {
  display: block;
}
.footer .footer-info .sns_link-footer li:hover {
  opacity: 0.7;
}
.footer .footer-info .footer-menu {
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-info .footer-menu {
    justify-content: center;
    align-items: flex-start;
    align-items: stretch;
    flex-direction: row-reverse;
    margin-bottom: 30px;
  }
}
.footer .footer-info .footer-menu li {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer .footer-info .footer-menu li {
    writing-mode: vertical-lr;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    border-left: solid 1px rgba(255, 255, 255, 0.32);
    text-align: left;
  }
}
.footer .footer-info .footer-menu li a {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.2s;
}
.footer .footer-info .footer-menu li a:hover {
  opacity: 0.7;
}
.footer .footer-info .contact-link {
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #FFF;
  padding: 0.5em;
  display: block;
  margin: 0px 0 20px auto;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .footer .footer-info .contact-link {
    margin: 0px auto 20px;
  }
}
.footer .footer-info .contact-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-info p.cau {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .footer .footer-info p.cau {
    text-align: center;
    line-height: 1.6;
  }
}
.footer .footer-info p.copyrights span {
  margin-bottom: 0.5em;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer .footer-info p.copyrights span {
    font-size: 10px;
    text-align: center;
  }
}
.footer .footer-info .share_btns-square {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-info .share_btns-square {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.footer .footer-info .share_btns-square::before {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #FFF;
}
.footer .footer-info .share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .footer .footer-info .share_btns-square li {
    margin: 0 10px 10px;
  }
}
.footer .footer-info .share_btns-square li:hover {
  opacity: 0.7;
}

.gnav {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(-20px) scale(1.1);
}
@media screen and (max-width: 768px) {
  .gnav {
    max-width: unset;
  }
}
.gnav ul.gnav_inner {
  height: 100svh;
  margin-top: 80px;
}
.gnav ul.gnav_inner li.gnav-item {
  height: 60px;
  position: relative;
}
.gnav ul.gnav_inner li.gnav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #80FFEE;
  width: 0%;
  transition: width 0.2s ease;
  transition-delay: 0.2s;
}
.gnav ul.gnav_inner li.gnav-item a, .gnav ul.gnav_inner li.gnav-item .menu-text {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  color: #FFF;
  font-size: 1.125em;
  text-transform: uppercase;
  display: block;
  line-height: 60px;
  padding: 0 20px;
  position: relative;
  transition: 0.2s;
}
.gnav ul.gnav_inner li.gnav-item a:hover, .gnav ul.gnav_inner li.gnav-item .menu-text:hover {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .gnav ul.gnav_inner li.gnav-item a:hover, .gnav ul.gnav_inner li.gnav-item .menu-text:hover {
    transform: translateX(0);
  }
}
.gnav ul.gnav_inner ul.sns_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 1em;
  padding-left: 20px;
}
.gnav ul.gnav_inner ul.sns_links li a {
  width: 32px;
  display: block;
}
.gnav.active {
  opacity: 1;
  pointer-events: all;
  display: block;
  transform: translateX(0px) scale(1);
}
.gnav.active .gnav_inner li::after {
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(1)::after {
  transition-delay: 0s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(2)::after {
  transition-delay: 0.1s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(3)::after {
  transition-delay: 0.2s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(4)::after {
  transition-delay: 0.3s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(5)::after {
  transition-delay: 0.4s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(6)::after {
  transition-delay: 0.5s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(7)::after {
  transition-delay: 0.6s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(8)::after {
  transition-delay: 0.7s;
  width: 100%;
}

.gnav.active .gnav_inner li:nth-child(9)::after {
  transition-delay: 0.8s;
  width: 100%;
}

.nav_btn {
  z-index: 1011;
  position: fixed;
  top: 0;
  right: 10px;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    right: 0;
    box-shadow: none;
    background-image: none;
  }
}
.nav_btn .bar {
  position: absolute;
  background-color: #DDD;
  transition: 0.2s;
  height: 3px;
  width: 40px;
  left: 10px;
}
.nav_btn .bar.bar1 {
  top: 19px;
}
.nav_btn .bar.bar2 {
  transition-delay: 0.05s;
  top: 29px;
}
.nav_btn .bar.bar3 {
  transition-delay: 0.1s;
  top: 39px;
}
.nav_btn .bar.bar4 {
  width: 0;
  transition-delay: 0.2s;
  transform-origin: left top;
  transform: rotate(26deg);
  top: 19px;
}
.nav_btn .bar.bar5 {
  width: 0;
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: rotate(-26deg);
  top: 19px;
  left: unset;
  right: 10px;
}
.nav_btn.active {
  background-image: none;
}
.nav_btn.active .bar.bar1, .nav_btn.active .bar.bar2, .nav_btn.active .bar.bar3 {
  width: 0;
}
.nav_btn.active .bar.bar4, .nav_btn.active .bar.bar5 {
  width: 45px;
}

.to_top {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1001;
  color: #DDD;
  mix-blend-mode: exclusion;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  display: flex;
}
.to_top span {
  display: inline-block;
  transform: scaleY(0.7);
}
@media screen and (max-width: 768px) {
  .to_top {
    width: 45px;
    height: 45px;
    bottom: 5px;
    right: 5px;
  }
}
.to_top.show {
  opacity: 1;
  pointer-events: all;
}

#top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: rgba(38, 52, 63, 0.6);
  position: relative;
}
#top .top-kv {
  order: 2;
  width: 55%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .top-kv {
    width: 100%;
    order: 1;
  }
}
#top .top-texts {
  order: 1;
  width: 45%;
  padding: 120px 50px;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top .top-texts {
    order: 2;
    width: 100%;
    padding: 20px 20px 40px;
    position: relative;
  }
}
#top .top-texts h1.title {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #top .top-texts h1.title {
    position: absolute;
    top: -37vw;
    left: 5%;
    width: 90%;
    margin-bottom: 0;
  }
}
#top .top-texts .release {
  width: 50%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #top .top-texts .release {
    width: 60%;
    margin: 0 auto 20px;
  }
}
#top .top-texts .pc-top-menu {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5em 2em;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #top .top-texts .pc-top-menu {
    display: none;
  }
}
#top .top-texts .pc-top-menu li a {
  opacity: 0.7;
}
#top .top-texts .pc-top-menu li a:hover {
  opacity: 1;
}
#top .top-texts .sns_links-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #top .top-texts .sns_links-top {
    margin-bottom: 20px;
  }
}
#top .top-texts .sns_links-top li {
  width: 28px;
  opacity: 0.7;
}
#top .top-texts .sns_links-top li a {
  display: block;
}
#top .top-texts .sns_links-top li a:hover {
  opacity: 1;
}

.news_list-top {
  padding: 0 20px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .news_list-top {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
}
.news_list-top li {
  display: flex;
  margin-bottom: 10px;
}
.news_list-top li a {
  background-color: rgba(42, 59, 73, 0.8);
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  transition: 0.2s;
  padding: 2rem 1.5rem 1rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .news_list-top li a {
    padding: 1.5em 1em 0.5em;
  }
}
.news_list-top li a .block {
  width: 100%;
}
.news_list-top li a .block .news_date {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #80FFEE;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.news_list-top li a .block .news_title {
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news_list-top li a .block .news_title {
    font-size: 1em;
  }
}
.news_list-top li a .arrow {
  text-align: right;
  width: 100%;
  opacity: 0.1;
  font-weight: 700;
}
.news_list-top li a:hover {
  transform: translateX(5px);
}

.link-to-news {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #80FFEE;
  letter-spacing: 0.1em;
  margin-top: 1em;
  text-transform: uppercase;
  display: block;
  text-align: right;
  padding-right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .link-to-news {
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
  }
}
.link-to-news:hover {
  transform: translateX(5px);
}

#info {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 30px 0;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 30px;
  }
}
#info .sqs {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .sqs {
    justify-content: space-between;
    display: block;
  }
}
#info .sqs .sq {
  transition: 0.2s;
  max-width: 280px;
  width: 50%;
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  #info .sqs .sq {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
#info .sqs .sq:hover {
  opacity: 0.7;
}
#info .sqs .sq2 {
  transition: 0.2s;
  max-width: 260px;
  width: 45%;
  margin: 0 10px 0;
}
@media screen and (max-width: 768px) {
  #info .sqs .sq2 {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  #info .sqs .sq2:last-of-type {
    margin-bottom: 0;
  }
}
#info .sqs .sq2:hover {
  opacity: 0.7;
}

#news-list {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #news-list {
    padding: 80px 20px 80px 20px;
  }
}
#news-list h2 {
  color: rgba(255, 255, 255, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4em), 0 calc(100% - 0.4em), 0 0);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4em), 0 calc(100% - 0.4em), 0 0);
  margin-bottom: -0.3em;
}
#news-list .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#news-list .section_inner #post-list .news-item a {
  display: block;
  color: #000;
  padding: 24px 30px 16px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #news-list .section_inner #post-list .news-item a {
    padding: 20px;
  }
}
#news-list .section_inner #post-list .news-item a:hover {
  transform: translateX(5px);
}
#news-list .section_inner #post-list time {
  font-size: 1.125em;
  color: #F7FF00;
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em;
  display: block;
}
@media screen and (max-width: 768px) {
  #news-list .section_inner #post-list time {
    font-size: 1em;
  }
}
#news-list .section_inner #post-list p.post-title {
  line-height: 1.6;
  font-size: 1.125em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 768px) {
  #news-list .section_inner #post-list p.post-title {
    font-size: 1em;
  }
}
#news-list .section_inner #list-nav .nav-links {
  margin: 40px auto 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
#news-list .section_inner #list-nav .nav-links a, #news-list .section_inner #list-nav .nav-links span {
  font-size: 0.9em;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
#news-list .section_inner #list-nav .nav-links a.disabled, #news-list .section_inner #list-nav .nav-links span.disabled {
  color: #CCC;
  background-color: rgba(0, 0, 0, 0.2);
}

#news-post {
  padding: 120px 50px;
}
@media screen and (max-width: 768px) {
  #news-post {
    padding: 80px 20px 80px 20px;
  }
}
#news-post h2.section_title {
  color: rgba(255, 255, 255, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4em), 0 calc(100% - 0.4em), 0 0);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4em), 0 calc(100% - 0.4em), 0 0);
  margin-bottom: -0.3em;
}
#news-post .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#news-post .section_inner #post-detail {
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #news-post .section_inner #post-detail {
    padding: 40px 20px;
  }
}
#news-post .section_inner #post-detail .post-content .post-meta {
  font-size: 1.125em;
  color: #F7FF00;
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
#news-post .section_inner #post-detail .post-content h2.post-title {
  line-height: 1.6;
  font-size: 1.3em;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #FFF;
  display: inline-block;
  width: 100%;
}
#news-post .section_inner #post-detail .post-content .post-body {
  line-height: 2;
  /* 引用 */
  /* リンク */
}
@media screen and (max-width: 768px) {
  #news-post .section_inner #post-detail .post-content .post-body {
    font-size: 0.95em;
  }
}
#news-post .section_inner #post-detail .post-content .post-body p {
  margin: 1em 0;
}
#news-post .section_inner #post-detail .post-content .post-body .wp-block-quote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1.5em 0;
  color: #666;
  font-style: italic;
}
#news-post .section_inner #post-detail .post-content .post-body a {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
}
#news-post .section_inner #post-detail .post-content .post-body a:hover {
  color: #004499;
}
#news-post .section_inner #post-detail .post-content .post-body .has-small-font-size {
  font-size: 0.85em !important;
}
#news-post .section_inner #post-detail .post-content .post-body .has-medium-font-size {
  font-size: 1.2em !important;
}
#news-post .section_inner #post-detail .post-content .post-body .has-large-font-size {
  font-size: 1.5em !important;
}
#news-post .section_inner #post-detail .post-content .post-body .has-xlarge-font-size {
  font-size: 2em !important;
}
#news-post .section_inner #post-detail .post-content .post-body mark {
  font-style: inherit;
  font-weight: inherit;
}
#news-post .section_inner #post-detail .post-content .post-body strong {
  font-weight: 800;
}
#news-post .section_inner #post-nav {
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#news-post .section_inner #post-nav a, #news-post .section_inner #post-nav span {
  font-size: 0.9em;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
#news-post .section_inner #post-nav a.disabled, #news-post .section_inner #post-nav span.disabled {
  color: #CCC;
  background-color: rgba(0, 0, 0, 0.2);
}

#movie {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #movie {
    padding: 0 0 30%;
  }
}
#movie .thumb_vd {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #movie .thumb_vd {
    width: 100%;
  }
}
#movie .thumb_vd video {
  width: 100%;
  height: 32vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #movie .thumb_vd video {
    height: 80vw;
  }
}
#movie .over {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 3px 3px;
  background-position: 0 0, 4px 4px;
  opacity: 0.5;
}
#movie .btn_play {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  width: 16%;
  right: 2%;
  bottom: 50%;
  transform: translateY(50%);
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #movie .btn_play {
    width: 40%;
    bottom: 27%;
    right: unset;
    left: 0;
  }
}
#movie .btn_play .btn_play-base {
  position: relative;
  width: 100%;
}
#movie .btn_play .btn_play-base img {
  transition: 0.2s;
}
#movie .btn_play .btn_play-tri {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#movie .btn_play:hover .btn_play-base img {
  transform: scale(0.9);
}

.rotating {
  animation: rotating linear 20s infinite forwards;
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#movie-modal {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 42, 49, 0.8);
}
#movie-modal .movie_inner {
  height: 100%;
  height: 100svh;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#movie-modal .movie_inner .movie_main {
  max-width: inherit;
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  max-width: 150vh;
}
#movie-modal .movie_inner .movie_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #movie-modal .movie_inner .movie_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#movie-modal .movie_inner .movie_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #movie-modal .movie_inner .movie_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#movie-modal .movie_inner .movie_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie-modal .movie_inner .overlay_movie {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1;
}
#movie-modal .close_btn_movie {
  z-index: 1011;
  position: fixed;
  top: 0;
  right: 10px;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  #movie-modal .close_btn_movie {
    right: 0;
  }
}
#movie-modal .close_btn_movie span {
  position: absolute;
  background-color: #DDD;
  transition: 0.2s;
  height: 3px;
  width: 40px;
  left: 10px;
}
#movie-modal .close_btn_movie span:first-of-type {
  transition-delay: 0.2s;
  transform-origin: left top;
  transform: rotate(26deg);
  top: 19px;
  width: 45px;
}
#movie-modal .close_btn_movie span:last-of-type {
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: rotate(-26deg);
  top: 19px;
  left: unset;
  right: 10px;
  width: 45px;
}

#intro {
  padding: 120px 50px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 60px 20px;
  }
}
#intro .section_inner {
  max-width: 900px;
  margin: 0 auto;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    text-align: justify;
    max-width: 500px;
  }
}
#intro .section_inner h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner h2 {
    margin-bottom: 40px;
  }
}
#intro .section_inner h3 {
  width: 100%;
  margin: 0 auto 40px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  #intro .section_inner h3 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #intro .section_inner h3.sub {
    margin-bottom: 24px;
  }
}
#intro .section_inner p {
  font-weight: 600;
  line-height: 1.9;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
}
#intro .section_inner p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner p {
    letter-spacing: 0;
    margin: 0 auto 20px;
  }
}
#intro .section_inner p.cau {
  font-size: 0.8em;
  text-align: right;
}
#intro .section_inner .text_body.body_story {
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .text_body.body_story {
    margin-top: 40px;
    padding: 40px 20px;
  }
}
#intro .section_inner .text_body.body_story h3 {
  max-width: 582px;
}
#intro .section_inner sup {
  font-size: 0.75em;
  line-height: 0;
  vertical-align: super;
}
#intro .section_inner span.b-marker {
  padding: 0 0.2rem;
  margin: 0 0.2em;
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 0%, transparent 10%, rgba(83, 239, 218, 0.6) 10%, rgba(83, 239, 218, 0.6) 90%, transparent 90%, transparent 100%);
}
#intro .section_inner span.bigger {
  font-size: 1.3em;
  font-weight: inherit;
}

@keyframes scroll-bg {
  0% {
    background-position-y: -1051px;
  }
  100% {
    background-position-y: 0%;
  }
}
@keyframes scroll-bg-sp {
  0% {
    background-position-y: -479px;
  }
  100% {
    background-position-y: 0%;
  }
}
#chara {
  background-color: rgba(98, 226, 208, 0.8);
  padding: 0px 50px;
  color: #000;
  position: relative;
  background-image: url(img/bg_logo.svg), url(img/bg_logo.svg);
  background-repeat: repeat-y;
  background-size: 313px 1051px;
  background-position: right top;
  animation: scroll-bg 20s linear infinite;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #chara {
    animation: scroll-bg 30s linear infinite;
    background-size: 157px 479px;
    padding: 0px 0px 40px 0px;
  }
}
#chara h2 {
  writing-mode: vertical-lr;
  position: absolute;
  top: 1em;
  right: 1em;
  color: #FFF;
}
#chara .section_inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  #chara .section_inner {
    flex-wrap: wrap;
    max-width: 500px;
  }
}
#chara .section_inner ul.chara-btns {
  margin-top: 80px;
  width: 35%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #chara .section_inner ul.chara-btns {
    margin-top: 40px;
    order: 1;
    width: 40%;
    padding-left: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#chara .section_inner ul.chara-btns li {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #chara .section_inner ul.chara-btns li {
    width: calc(50% - 5px);
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
#chara .section_inner ul.chara-btns li.chara-thumb {
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #chara .section_inner ul.chara-btns li.chara-thumb {
    -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0% 100%);
  }
}
#chara .section_inner ul.chara-btns li.emp-sp {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #chara .section_inner ul.chara-btns li.emp-sp {
    display: block;
  }
}
#chara .section_inner ul.chara-btns li.kaido-h {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  width: calc(25% - 5px);
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #chara .section_inner ul.chara-btns li.kaido-h {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0% 100%);
    width: calc(50% - 0px);
    padding-right: 5px;
  }
}
#chara .section_inner ul.chara-btns li.kaido-c {
  -webkit-clip-path: polygon(10px 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
          clip-path: polygon(10px 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  padding-left: 10px;
  width: calc(25% - 5px);
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #chara .section_inner ul.chara-btns li.kaido-c {
    -webkit-clip-path: polygon(5px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0% 100%);
            clip-path: polygon(5px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0% 100%);
    width: calc(50% - 0px);
    padding-left: 5px;
    margin-left: -10px;
  }
}
#chara .section_inner ul.chara-btns li img {
  transition: 0.3s;
}
#chara .section_inner ul.chara-btns li:hover img {
  transform: scale(1.1);
}
#chara .section_inner ul.chara-btns li.active {
  background-color: #CCC;
  pointer-events: none;
}
#chara .section_inner .chara-contents {
  width: 65%;
  margin-top: -200px;
}
@media screen and (max-width: 1000px) {
  #chara .section_inner .chara-contents {
    width: 100%;
    order: 2;
    margin-top: 0;
  }
}
#chara .section_inner .chara-contents .chara-item {
  display: none;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  pointer-events: none;
  justify-content: flex-end;
}
#chara .section_inner .chara-contents .chara-item:first-of-type {
  display: flex;
}
#chara .section_inner .chara-contents .chara-item .chara_img {
  width: 55%;
  order: 2;
  z-index: 1;
  transform: translateY(80px);
}
@media screen and (max-width: 1000px) {
  #chara .section_inner .chara-contents .chara-item .chara_img {
    order: 1;
    width: 80%;
    transform: translateY(60px);
  }
}
#chara .section_inner .chara-contents .chara-item .chara_img img {
  filter: blur(10px);
}
#chara .section_inner .chara-contents .chara-item .chara_texts {
  order: 1;
  width: 60%;
  padding: 20px 40px;
  z-index: 2;
  margin: 0 -15% 15% 0;
}
@media screen and (max-width: 1000px) {
  #chara .section_inner .chara-contents .chara-item .chara_texts {
    order: 2;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: -20px 0 0 -5%;
  }
}
#chara .section_inner .chara-contents .chara-item .chara_texts .chara_names {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  border-bottom: solid 1px #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .chara-contents .chara-item .chara_texts .chara_names {
    display: block;
  }
}
#chara .section_inner .chara-contents .chara-item .chara_texts .chara_names .chara_name {
  font-weight: 700;
  font-style: italic;
  font-size: 1.8em;
}
@media screen and (max-width: 1000px) {
  #chara .section_inner .chara-contents .chara-item .chara_texts .chara_names .chara_name {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
}
#chara .section_inner .chara-contents .chara-item .chara_texts .chara_names .chara_name span {
  font-size: 0.8em;
  font-weight: inherit;
}
#chara .section_inner .chara-contents .chara-item .chara_texts .chara_names .chara_name_en {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #00499B;
  text-transform: uppercase;
  font-size: 0.9em;
}
@media screen and (max-width: 1000px) {
  #chara .section_inner .chara-contents .chara-item .chara_texts .chara_names .chara_name_en {
    display: block;
  }
}
#chara .section_inner .chara-contents .chara-item .chara_texts .chara_body p {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.6;
  font-size: 0.9em;
}

#caststaff {
  background-image: url(img/bg_wt.jpg);
  background-size: cover;
  padding: 120px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #caststaff {
    padding: 60px 20px;
  }
}
#caststaff .section_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner {
    max-width: 500px;
  }
}
#caststaff .section_inner h2 {
  margin-bottom: 40px;
}
#caststaff .section_inner .name_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 40px;
  align-items: flex-end;
}
#caststaff .section_inner .name_list:last-of-type {
  margin-bottom: 0;
}
#caststaff .section_inner .name_list li .role {
  font-weight: 700;
  background-color: #000;
  color: #F7FF00;
  padding: 0 0.5em 0.1em;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  width: -moz-fit-content;
  width: fit-content;
}
#caststaff .section_inner .name_list li .name {
  font-weight: 700;
  font-size: 2em;
  transition: 0.2s;
}
#caststaff .section_inner .name_list li .name span {
  font-weight: inherit;
}
#caststaff .section_inner .name_list li .name span.no-br {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .name_list li .name {
    font-size: 1.6em;
  }
}
#caststaff .section_inner .name_list li .name span.com_icon {
  padding-left: 0.25em;
  transition: 0.2s;
  display: inline-block;
  transform-origin: bottom left;
}
#caststaff .section_inner .name_list li .name span.com_icon img {
  width: 32px;
}
#caststaff .section_inner .name_list li .name.com-btn {
  cursor: pointer;
}
#caststaff .section_inner .name_list li .name.com-btn:hover {
  filter: drop-shadow(2px 2px 0px #F7FF00);
}
#caststaff .section_inner .name_list li .name.com-btn:hover .com_icon {
  transform: scale(1.2);
}
#caststaff .section_inner .name_list li p {
  font-size: 1.125em;
  font-weight: 700;
  padding-bottom: 0.25em;
}

@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#comment-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 42, 49, 0.8);
  overflow: hidden;
}
#comment-modal .comment_inner {
  display: flex;
  height: 100vh;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 1200px;
}
#comment-modal .comment_inner .section_title {
  text-align: left;
  align-self: flex-start;
  padding: 0 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4em), 0 calc(100% - 0.4em), 0 0);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4em), 0 calc(100% - 0.4em), 0 0);
  margin-bottom: -0.3em;
}
@media screen and (max-width: 768px) {
  #comment-modal .comment_inner .section_title {
    padding: 0;
  }
}
#comment-modal .comment_inner .comment_main {
  position: relative;
  z-index: 4;
  width: calc(100% - 100px);
  height: auto;
  max-height: 80vh;
  overflow: auto;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #comment-modal .comment_inner .comment_main {
    padding: 40px 20px;
    width: 100%;
  }
}
#comment-modal .comment_inner .comment_main .comment-names {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFF;
  gap: 1em;
}
#comment-modal .comment_inner .comment_main .comment-names .comment-role {
  color: #818E1C;
  font-weight: 700;
  font-size: 1.125em;
}
#comment-modal .comment_inner .comment_main .comment-names .comment-name {
  font-weight: 700;
  font-size: 1.5em;
}
#comment-modal .comment_inner .comment_main .comment-body p {
  line-height: 1.8;
  font-weight: 700;
}
#comment-modal .comment_inner .comment_main .comment-body img {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  display: block;
}
#comment-modal .comment_inner .overlay_comment {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1;
}
#comment-modal .close_btn_comment {
  z-index: 1011;
  position: fixed;
  top: 0;
  right: 10px;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 768px) {
  #comment-modal .close_btn_comment {
    right: 0;
  }
}
#comment-modal .close_btn_comment span {
  position: absolute;
  background-color: #DDD;
  transition: 0.2s;
  height: 3px;
  width: 40px;
  left: 10px;
}
#comment-modal .close_btn_comment span:first-of-type {
  transition-delay: 0.2s;
  transform-origin: left top;
  transform: rotate(26deg);
  top: 19px;
  width: 45px;
}
#comment-modal .close_btn_comment span:last-of-type {
  transition-delay: 0.15s;
  transform-origin: right top;
  transform: rotate(-26deg);
  top: 19px;
  left: unset;
  right: 10px;
  width: 45px;
}

#original {
  background-image: url(img/bg_bo.jpg);
  background-size: cover;
  padding: 80px 50px;
}
@media screen and (max-width: 768px) {
  #original {
    padding: 60px 20px;
  }
}
#original .section_inner h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #original .section_inner h2 {
    margin-bottom: 40px;
  }
}
#original .section_inner .section_main {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#original .section_inner .section_main .original_img {
  max-width: 445px;
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  #original .section_inner .section_main .original_img {
    width: 240px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #original .section_inner .section_main .original_info {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#original .section_inner .section_main .original_info li a {
  display: flex;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem 1rem 1rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0% 100%);
  transition: 0.2s;
  position: relative;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #original .section_inner .section_main .original_info li a {
    padding: 1em;
  }
}
#original .section_inner .section_main .original_info li a:hover {
  transform: translateX(5px);
}
#original .section_inner .section_main .original_info li a .original_icon {
  width: 70px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #original .section_inner .section_main .original_info li a .original_icon {
    margin-right: 10px;
  }
}
#original .section_inner .section_main .original_info li a .original_icon img {
  border-radius: 10px;
}
#original .section_inner .section_main .original_info li a .original_texts .original_reg {
  font-weight: 600;
  border: solid 1px #FFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em;
  margin-bottom: 0.5rem;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #original .section_inner .section_main .original_info li a .original_texts .original_reg {
    font-size: 0.85em;
  }
}
#original .section_inner .section_main .original_info li a .original_texts .original_pfm {
  font-size: 1.1rem;
  font-weight: 700;
}
#original .section_inner .section_main .original_info li a .original_texts .arrow {
  text-align: right;
  width: 100%;
  opacity: 0.1;
  font-weight: 700;
  position: absolute;
  bottom: 1em;
  right: 1em;
}/*# sourceMappingURL=style.css.map */