@charset "UTF-8";
/* ================================================================ *
* MIXIN
* ================================================================ */
/* ================================================================ *
* BODY
* ================================================================ */
body {
  position: relative;
  caret-color: transparent;
  font-family: shippori-antique-b1, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  font-weight: normal;
  font-style: normal;
  color: #181211;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

a:link, a:visited {
  color: #2186ee;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

a:active, a:hover {
  color: #ec9800;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

@media (min-width: 800px) {
  .sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}
/* ================================================================ *
//* parts
* ================================================================ */
.center {
  text-align: center;
}

.red {
  color: #c0300f;
}

.aalt {
  font-feature-settings: "aalt" 1;
}

.aalt2 {
  font-feature-settings: "aalt" 2;
}

.salt {
  font-feature-settings: "salt" 1;
}

.flex_wrap {
  display: flex;
  gap: 50px;
}
@media (max-width: 800px) {
  .flex_wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.btn {
  position: relative;
  width: min(100%, 400px);
  text-align: left;
  border: 1px solid #11173e;
  border-radius: 30px;
  overflow: hidden;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #11173e;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.15s ease-out;
}
.btn a, .btn > p {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 5px 20px;
  color: #11173e;
  font-size: 90%;
}
.btn a:after, .btn > p:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 100%;
  top: 0;
  right: 15px;
  background: url(../img/btn_icon.png) 50% 50% no-repeat;
  background-size: contain;
}
@media (min-width: 800px) {
  .btn:hover:after {
    transform-origin: 0 0;
    transform: scaleX(1);
  }
  .btn:hover a {
    color: #fff;
  }
  .btn:hover a:after {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 800px) {
  .btn a, .btn > p {
    padding: 3px 10px;
  }
  .btn a:after, .btn > p:after {
    right: 7px;
  }
}
.btn.btn_l {
  width: min(100%, 450px);
}
.btn.btn_l a {
  padding: 10px 30px;
  font-size: 110%;
}
@media (max-width: 800px) {
  .btn.btn_l a {
    padding: 6px 20px;
    font-size: 100%;
  }
  .btn.btn_l a:after {
    right: 15px;
  }
}

.btnWrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 800px) {
  .btnWrap {
    flex-wrap: wrap;
    gap: 8px;
  }
  .btnWrap .btn {
    width: 100%;
  }
}

.pp_img_btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.pp_img_btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  border-radius: 20px;
  background: url(../img/popup_icon.png) 45% 45% no-repeat #181211;
  background-size: 60% auto;
}
.pp_img_btn:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
@media (max-width: 800px) {
  .pp_img_btn:after {
    width: 25px;
    height: 25px;
    top: 4px;
    right: 4px;
  }
}

.table_spec {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
}
.table_spec tr {
  border-top: 1px solid #181211;
}
.table_spec tr:nth-last-of-type(1) {
  border-bottom: 1px solid #181211;
}
.table_spec tr th {
  width: 7em;
  padding: 10px;
  font-size: 90%;
  opacity: 80%;
  vertical-align: top;
}
.table_spec tr th p {
  width: 3.5em;
  margin: 0 auto;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.table_spec tr td {
  padding: 10px;
}
@media (max-width: 800px) {
  .table_spec {
    font-size: 11px;
  }
  .table_spec tr th {
    width: 5em;
  }
  .table_spec tr td {
    padding: 10px 0;
  }
}

.ul_list li {
  margin: 10px 0;
  text-indent: -1em;
  padding-left: 1em;
}

.attention_ul {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}
.attention_ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention_ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .attention_ul {
    font-size: 10px;
  }
  .attention_ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 3px;
  }
}

.attention_txt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 90%;
  opacity: 0.8;
}

.snsbox {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.snsbox > div {
  display: inline-block;
  width: 45px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  overflow: hidden;
}
.snsbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.snsbox .twitter {
  background-image: url(../img/snsicon_x_w.png);
}
.snsbox .line {
  background-image: url(../img/snsicon_line.png);
}
@media (max-width: 800px) {
  .snsbox {
    gap: 10px;
  }
  .snsbox > div {
    width: 40px;
    height: 40px;
  }
}

.prr:not(.ndf) {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.prr:not(.ndf).show {
  opacity: 1;
}

/* ================================================================ *
//* loading
/* ================================================================ */
#loading {
  position: fixed;
  width: 100vw;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1.2s ease-out 0.6s;
  opacity: 1;
}
#loading .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s ease-out;
  margin-bottom: 30px;
}
#loading p {
  font-size: 20px;
  color: #181211;
  line-height: 1;
  opacity: 0.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
}
#loading .bar {
  position: relative;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 10px;
  background: rgba(24, 18, 17, 0.1);
}
#loading .bar span {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #11173e;
}
#loading.off {
  opacity: 0;
  pointer-events: none;
}
#loading.off .box {
  filter: blur(10px);
  opacity: 0;
}
@media (max-width: 800px) {
  #loading p {
    font-size: 12px;
    letter-spacing: 0;
  }
  #loading .bar {
    height: 7px;
  }
}

#splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1999;
  background: #181211;
  display: none;
}
#splash.on {
  display: flex;
}
#splash .wrap {
  position: absolute;
  width: 100vw;
  height: 100svh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash .skip {
  position: absolute;
  bottom: 15px;
  right: 30px;
  z-index: 10;
  border: 1px solid #fff;
  padding: 5px 20px;
  font-size: 30px;
  color: #fff;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
}
#splash .img {
  position: relative;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  height: 100%;
}
#splash .img .obj {
  position: absolute;
  inset: 2% 2% 3%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
#splash .img .obj .head {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#splash .img .obj .head .battery {
  width: 20%;
}
#splash .img .obj .head .time {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
}
#splash .img .obj .head .time span {
  display: inline-block;
  transform: translateY(-0.15lh);
}
#splash .img .obj .head .recWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13%;
  width: 20%;
}
#splash .img .obj .head .recWrap .flash {
  width: 18%;
}
#splash .img .obj .head .recWrap .rec {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10%;
}
#splash .img .obj .head .recWrap .rec span {
  display: block;
  width: 17%;
  aspect-ratio: 1/1;
  border-radius: 1em;
  background: red;
  top: 0.1em;
  left: -1em;
  animation: rec_anm 1s linear infinite alternate;
}
#splash .img .obj .head .recWrap .rec .recimg {
  flex: 1;
}
@keyframes rec_anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash .img .obj .border {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash .img .obj .kado {
  position: absolute;
  width: 120px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
}
#splash .img .obj .kado:nth-of-type(1) {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
#splash .img .obj .kado:nth-of-type(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
#splash .img .obj .kado:nth-of-type(3) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
#splash .img .obj .kado:nth-of-type(4) {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
#splash .img .obj .center {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
}
#splash .img .obj .center:before, #splash .img .obj .center:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background: #fff;
}
#splash .img .obj .center:after {
  transform: rotate(90deg);
}
#splash .img .obj .memori {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 260px, 400px);
  height: 50px;
  background: url(../img/splash_memori.png) 50% 100% no-repeat;
  background-size: contain;
}
#splash .img .obj .memori:after {
  content: "";
  display: block;
  position: absolute;
  width: 3%;
  aspect-ratio: 12/16;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 130%);
  background: url(../img/splash_memori_sankaku.png) 50% 50% no-repeat;
  background-size: contain;
}
#splash .img .obj .volume {
  position: absolute;
  width: 8%;
  height: min(100% - 320px, 450px);
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: flex;
  gap: 10%;
}
#splash .img .obj .volume > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#splash .img .obj .volume > div .bg {
  flex: 1;
  background: url(../img/splash_volume_bg.png) 50% 100% no-repeat;
  background-size: cover;
}
#splash .img .obj .volume > div .txt {
  height: 6%;
}
#splash .img .obj .volume .left .bg {
  clip-path: inset(0 0 0 0);
}
#splash .img .obj .volume .left .txt {
  background: url(../img/splash_volume_l.png) 50% 50% no-repeat;
  background-size: contain;
}
#splash .img .obj .volume .right .bg {
  clip-path: inset(0 0 0 0);
}
#splash .img .obj .volume .right .txt {
  background: url(../img/splash_volume_r.png) 50% 50% no-repeat;
  background-size: contain;
}
#splash .img .obj .volume .left .bg {
  animation: val_anm1 1s linear infinite alternate;
}
#splash .img .obj .volume .right .bg {
  animation: val_anm2 1s linear infinite alternate;
}
@keyframes val_anm1 {
  0% {
    clip-path: inset(0 0);
  }
  20% {
    clip-path: inset(50% 0 0 0);
  }
  30% {
    clip-path: inset(30% 0 0 0);
  }
  40% {
    clip-path: inset(60% 0 0 0);
  }
  50% {
    clip-path: inset(20% 0 0 0);
  }
  60% {
    clip-path: inset(40% 0 0 0);
  }
  70% {
    clip-path: inset(30% 0 0 0);
  }
  80% {
    clip-path: inset(40% 0 0 0);
  }
  90% {
    clip-path: inset(0% 0 0 0);
  }
  100% {
    clip-path: inset(50% 0 0 0);
  }
}
@keyframes val_anm2 {
  0% {
    clip-path: inset(50% 0 0 0);
  }
  20% {
    clip-path: inset(80% 0 0 0);
  }
  30% {
    clip-path: inset(50% 0 0 0);
  }
  40% {
    clip-path: inset(90% 0 0 0);
  }
  50% {
    clip-path: inset(40% 0 0 0);
  }
  60% {
    clip-path: inset(70% 0 0 0);
  }
  70% {
    clip-path: inset(60% 0 0 0);
  }
  80% {
    clip-path: inset(40% 0 0 0);
  }
  90% {
    clip-path: inset(30% 0 0 0);
  }
  100% {
    clip-path: inset(70% 0 0 0);
  }
}
#splash .img .ch {
  position: absolute;
  inset: 0;
  transform: scale(1.1);
  clip-path: inset(50% 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.07s ease-out;
}
#splash .img .ch.eiichi {
  background-image: url(../img/top_img_eiichi.webp);
}
#splash .img .ch.kira {
  background-image: url(../img/top_img_kira.webp);
}
#splash .img .ch.nagi {
  background-image: url(../img/top_img_nagi.webp);
}
#splash .img .ch.eiji {
  background-image: url(../img/top_img_eiji.webp);
}
#splash .img .ch.van {
  background-image: url(../img/top_img_van.webp);
}
#splash .img .ch.yamato {
  background-image: url(../img/top_img_yamato.webp);
}
#splash .img .ch.shion {
  background-image: url(../img/top_img_shion.webp);
}
#splash .img .ch.eiichi {
  clip-path: inset(0);
  filter: blur(30px);
}
#splash .img .logo {
  position: absolute;
  inset: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash .img .logo p {
  opacity: 0;
  transition: all 0.1s ease-out 1s;
  transform: scale(1);
}
#splash:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url(../img/noise.gif);
  opacity: 0;
  transition: all 4s ease-out;
}
#splash.scene_1 .img .eiichi {
  animation: scene1_eiichi 2.8s forwards;
}
@keyframes scene1_eiichi {
  0% {
    filter: blur(30px);
    transform: scale(1.1) translate(3px, -1px);
  }
  30% {
    filter: blur(5px);
    transform: scale(1.1) translate(-2px, -2px);
  }
  50% {
    filter: blur(10px);
    transform: scale(1.1) translate(3px, 2px);
  }
  70% {
    filter: blur(2px);
    transform: scale(1.1) translate(0, 0);
  }
  80% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0px);
    transform: scale(1.1) translate(0, 0);
  }
}
#splash.scene_2 .img .eiichi {
  clip-path: inset(50% 0);
}
#splash.scene_2 .img .kira {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
#splash.scene_3 .img .kira {
  clip-path: inset(50% 0);
  transition-delay: 0s;
}
#splash.scene_3 .img .nagi {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
#splash.scene_4 .img .nagi {
  clip-path: inset(50% 0);
  transition-delay: 0s;
}
#splash.scene_4 .img .eiji {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
#splash.scene_5 .img .eiji {
  clip-path: inset(50% 0);
  transition-delay: 0s;
}
#splash.scene_5 .img .van {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
#splash.scene_6 .img .van {
  clip-path: inset(50% 0);
  transition-delay: 0s;
}
#splash.scene_6 .img .yamato {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
#splash.scene_7 .img .yamato {
  clip-path: inset(50% 0);
  transition-delay: 0s;
}
#splash.scene_7 .img .shion {
  clip-path: inset(0);
  transition-delay: 0.3s;
}
#splash.scene_8 .img .shion, #splash.scene_8 .img .obj {
  clip-path: inset(50% 0);
  transition-delay: 0s;
}
#splash.scene_8 .logo p {
  opacity: 1;
  transform: scale(0.6);
}
#splash.noise:after {
  opacity: 0.3;
}
#splash.off {
  pointer-events: none;
  transition: all 3.5s ease-out 0.8s;
  opacity: 0;
}
#splash.off:after {
  filter: blur(8px);
  opacity: 0;
}
#splash.off .wrap {
  opacity: 0;
  filter: blur(10px);
  transition: all 2s ease-out;
}
#splash.off .skip {
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 800px) {
  #splash .wrap {
    height: calc(100svh - 60px);
    top: 30px;
  }
  #splash .wrap .skip {
    bottom: calc(3% + 18px);
    right: calc(2% + 15px);
    font-size: 15px;
    padding: 2px 16px;
  }
  #splash .wrap .img {
    width: 100%;
  }
  #splash .wrap .obj {
    inset: 2.5% 2% 3%;
    gap: 10px;
  }
  #splash .wrap .obj .head {
    padding: 0 5px;
  }
  #splash .wrap .obj .head .time {
    font-size: 35px;
  }
  #splash .wrap .obj .kado {
    width: 80px;
    border-width: 1px;
  }
  #splash .wrap .obj .center {
    width: 60px;
  }
  #splash .wrap .obj .center:before, #splash .wrap .obj .center:after {
    height: 1px;
  }
  #splash .wrap .obj .memori {
    width: min(100% - 200px, 400px);
  }
}

/* ================================================================ *
//* menu
/* ================================================================ */
#gMenu {
  position: fixed;
  z-index: 99;
  top: 100px;
  right: 0;
  height: min(100vh - 100px, 800px);
  background: #11173e;
  border: 1px solid #fff;
  border-right: none;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
}
#gMenu nav {
  position: relative;
  height: 100%;
  width: 600px;
  padding: calc(6% + 20px) 80px;
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: #11173e;
  text-align: center;
}
#gMenu nav .logo {
  display: block;
  margin-bottom: 30px;
}
#gMenu nav ul {
  position: relative;
  width: 100%;
  height: min(100%, 560px);
  display: flex;
  flex-direction: column;
}
#gMenu nav ul li {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fff;
}
#gMenu nav ul li:nth-last-of-type(1) {
  border-bottom: 1px solid #fff;
}
#gMenu nav ul li a {
  position: relative;
  display: block;
  padding: 10px;
  z-index: 1;
  color: #fff;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
}
#gMenu nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  transform: scaleX(0);
  transition: all 0.15s ease-out;
}
#gMenu nav ul li a:hover {
  color: #11173e;
}
#gMenu nav ul li a:hover:after {
  transform: scaleX(1);
}
#gMenu #menuIcon {
  position: absolute;
  left: -60px;
  top: 0;
  width: 60px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #11173e;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
#gMenu #menuIcon .icon {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
#gMenu #menuIcon .icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #fff;
}
#gMenu #menuIcon .icon span:before, #gMenu #menuIcon .icon span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  transition: all 0.15s ease-out;
}
#gMenu #menuIcon .icon span:before {
  transform: translateY(-11px);
}
#gMenu #menuIcon .icon span:after {
  transform: translateY(11px);
}
#gMenu #menuIcon p {
  position: relative;
  padding: 20px 5px 10px 7px;
  color: #fff;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  font-weight: 600;
}
#gMenu.on {
  transform: translateX(0);
  pointer-events: auto;
}
#gMenu.on #menuIcon .icon span {
  background: transparent;
}
#gMenu.on #menuIcon .icon span:before {
  transform: rotate(30deg);
}
#gMenu.on #menuIcon .icon span:after {
  transform: rotate(-30deg);
}
@media (max-width: 800px) {
  #gMenu {
    opacity: 0;
    pointer-events: none;
    top: 0px;
    border: none;
    width: calc(100% - 60px);
  }
  #gMenu nav {
    width: 100%;
    padding: 40px 40px 60px;
  }
  #gMenu #menuIcon {
    width: 50px;
    left: -50px;
    border: none;
    top: 20px;
  }
  #gMenu #menuIcon .icon {
    padding: 10px;
    border: none;
  }
  #gMenu #menuIcon .icon span:before {
    transform: translateY(-9px);
  }
  #gMenu #menuIcon .icon span:after {
    transform: translateY(9px);
  }
  #gMenu #menuIcon p {
    display: none;
  }
  #gMenu.show {
    opacity: 1;
    pointer-events: auto;
  }
}

/* ================================================================ *
//* common
* ================================================================ */
#container {
  min-width: 1000px;
  z-index: 2;
  padding: 0;
  text-align: left;
  background: linear-gradient(to left, rgba(230, 230, 231, 0), rgba(238, 238, 238, 0.8) 30%, rgba(238, 238, 238, 0.8) 70%, rgba(230, 230, 231, 0)), url(../img/bg.jpg);
}
@media (max-width: 800px) {
  #container {
    min-width: 0;
    background-size: 400px auto;
  }
}

#wrapper {
  position: relative;
}
@media (max-width: 800px) {
  #wrapper {
    background-size: contain;
  }
}

section.pg {
  position: relative;
  z-index: 2;
  padding: 350px 30px 180px;
}
@media (max-width: 800px) {
  section.pg {
    padding: 180px 20px 50px;
  }
}
section.pg:not(#about):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 2;
  border-top: 8px solid #181211;
  border-bottom: 8px solid #181211;
  background: url(../img/obi.png) 0 50% repeat-x #e6e6e7;
  animation: obiAnime 12s linear infinite;
}
@keyframes obiAnime {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -458px 50%;
  }
}
@media (max-width: 800px) {
  section.pg:not(#about):before {
    height: 45px;
    border-top: 4px solid #181211;
    border-bottom: 4px solid #181211;
    background-size: 280px auto;
  }
  @keyframes obiAnime {
    0% {
      background-position: 0 50%;
    }
    100% {
      background-position: -280px 50%;
    }
  }
}

.pg_wrap {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
}
.pg_wrap.bg_box {
  background: #fff;
  padding: 70px;
  text-align: left;
  box-shadow: 0 0 40px rgba(24, 18, 17, 0.02);
}
.pg_wrap.bg_box .h02 {
  margin: 0 0 40px;
}
@media (max-width: 800px) {
  .pg_wrap.bg_box {
    padding: 30px 20px;
  }
  .pg_wrap.bg_box .h02 {
    margin: 0 0 20px;
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.h01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 180px 0 10px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s cubic-bezier(0, 0.57, 0.46, 0.99);
}
.h01:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-origin: 0 0;
  transform: skewY(-11deg);
  background: #11173e;
}
.h01 .wrap {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
.h01 .wrap p {
  font-family: pf-fuel-decay, sans-serif;
  font-size: 110px;
  color: #fff;
  transform: rotate(-11deg);
  transform-origin: 0 0;
}
.h01 > * {
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}
.h01.show {
  clip-path: inset(0);
}
.h01.show > * {
  opacity: 1;
}
@media (max-width: 800px) {
  .h01 {
    padding: 90px 0 5px;
  }
  .h01 .wrap {
    padding-left: 10px;
  }
  .h01 .wrap p {
    font-size: 55px;
  }
}

.pg_btnWrap {
  position: relative;
  z-index: 2;
  padding: 0 0 20px 30px;
  display: flex;
  gap: 40px;
  transform: rotate(-11deg);
  transform-origin: 0 0;
}
.pg_btnWrap a {
  display: block;
  padding-right: 30px;
  color: #fff;
  background: url(../img/btn_icon_w.png) 100% 50% no-repeat;
  background-size: 0.8em;
}
@media (max-width: 800px) {
  .pg_btnWrap {
    gap: 20px;
    padding: 0px 0 8px 10px;
    font-size: 82%;
  }
  .pg_btnWrap a {
    padding-right: 15px;
  }
}

.h02 {
  margin-bottom: 30px;
  font-size: 230%;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 800px) {
  .h02 p {
    background: #181211;
    padding: 4px 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .h02 p.sub {
    font-size: 55%;
    margin-bottom: 15px;
  }
}
.h02 .en {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 100%;
}
@media (max-width: 800px) {
  .h02 {
    font-size: 160%;
    margin-bottom: 10px;
  }
  .h02 p span {
    display: inline-block;
    background: #181211;
    padding: 0px 3px;
  }
  .h02 p.sub {
    font-size: 50%;
    margin-bottom: 10px;
  }
}

/* ================================================================ *
//* top
* ================================================================ */
#top {
  position: relative;
  z-index: 1;
  padding: 100px 0 30px;
  min-height: calc(100svh - 18px);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
#top:before, #top:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background: #181211;
}
#top:before {
  height: 40px;
  top: 0;
}
#top:after {
  height: 300px;
  bottom: 0;
}
#top h1 {
  position: relative;
  z-index: 2;
  margin: 0 auto 60px;
  padding: 0 calc(4vw + 50px) 0 4vw;
  width: min(100%, 2109px);
}
#top h1 .wrap .logo {
  margin-bottom: 20px;
}
#top h1 .wrap .flex {
  display: none;
  gap: 1%;
}
#top h1 .wrap .flex .txt {
  position: relative;
  flex: 1;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: clamp(1.188rem, 0.104rem + 1.44vw, 2rem);
  line-height: 1;
}
#top h1 .wrap .flex .txt:before {
  content: "";
  display: block;
  position: absolute;
  inset: 5% 0;
  z-index: 1;
  background: #181211;
}
#top h1 .wrap .flex .txt span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
#top h1 .wrap .flex .txt .ja {
  font-size: 86%;
}
#top h1 .wrap .flex .day {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: clamp(4.438rem, -0.229rem + 6.22vw, 7.938rem);
  letter-spacing: 0.01em;
  line-height: 0.8;
  font-weight: 600;
}
#top h1 .wrap .flex .day span {
  display: inline-block;
  transform: translateY(-0.05lh);
}
#top .topImg {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#top .topImg .topImg_wrap {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  animation: loop-scroll 70s linear infinite;
}
#top .topImg .topImg_wrap .img {
  width: min(25vw, 410px);
  aspect-ratio: 410/580;
  background-size: contain;
  background-repeat: no-repeat;
}
#top .topImg .topImg_wrap .eiichi {
  background-image: url(../img/top_img_eiichi.webp);
}
#top .topImg .topImg_wrap .kira {
  background-image: url(../img/top_img_kira.webp);
}
#top .topImg .topImg_wrap .nagi {
  background-image: url(../img/top_img_nagi.webp);
}
#top .topImg .topImg_wrap .eiji {
  background-image: url(../img/top_img_eiji.webp);
}
#top .topImg .topImg_wrap .van {
  background-image: url(../img/top_img_van.webp);
}
#top .topImg .topImg_wrap .yamato {
  background-image: url(../img/top_img_yamato.webp);
}
#top .topImg .topImg_wrap .shion {
  background-image: url(../img/top_img_shion.webp);
}
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 800px) {
  #top {
    padding: 50px 0 20px;
  }
  #top:before {
    height: 20px;
    top: 0;
  }
  #top:after {
    height: 150px;
    bottom: 0;
  }
  #top h1 {
    margin: 0 auto 10px;
    padding: 0 15px;
  }
  #top h1 .wrap .logo {
    margin-bottom: 8px;
  }
  #top h1 .wrap .flex {
    display: flex;
    flex-direction: column;
  }
  #top h1 .wrap .flex .txt {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 8px;
  }
  #top h1 .wrap .flex .day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 50px;
  }
  #top .topNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 0;
    padding: 0 15px;
    margin-bottom: 35px;
    width: 100%;
  }
  #top .topNav li {
    position: relative;
    background: #181211;
    text-align: center;
    width: 32%;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #top .topNav li:after {
    content: "";
    display: block;
    position: absolute;
    width: 0.6em;
    height: 100%;
    top: 0;
    right: 5px;
    background: url(../img/btn_icon_w.png) 50% 50% no-repeat;
    background-size: contain;
  }
  #top .topNav li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }
  #top .topImg .topImg_wrap {
    gap: 15px;
    animation: loop-scroll 45s linear infinite;
  }
  #top .topImg .topImg_wrap .img {
    width: 60vw;
  }
}

/* ================================================================ *
//* about
* ================================================================ */
#about {
  background: #181211;
  overflow: hidden;
  margin-top: -1px;
  padding: 0px 30px;
  text-align: center;
}
#about .bg {
  position: absolute;
  inset: 30px 50px 60px;
  -webkit-mask: url(../img/about_mask.png) 50% 50% no-repeat;
          mask: url(../img/about_mask.png) 50% 50% no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: url(../img/noise.gif);
  opacity: 0;
  transition: all 1.8s ease-in;
}
#about .bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000;
  opacity: 0.2;
}
#about .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 4;
  top: 50%;
  left: 0;
  background: #fff;
  filter: blur(10px);
  transform: scaleX(0) translateY(-50%);
  transition: transform 0.08s ease-out 1.8s, opacity 0.3s ease-out 1.8s;
}
#about .bg h2 {
  position: absolute;
  z-index: 5;
  top: 6%;
  left: 0;
}
#about .bg .img {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0, 0.92, 0.3, 1.1) 2s;
  background: url(../img/about_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#about .bg .img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
#about .bg .img .ch {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transform: skew(40deg);
  transition: all 0.05s ease-out;
}
#about .bg .img .ch .txt {
  position: absolute;
  top: 5%;
  right: 80px;
  font-size: 100px;
  filter: blur(3px);
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
#about .bg .img .ch.eiichi {
  background-image: url(../img/about_bg_eiichi.webp);
}
#about .bg .img .ch.kira {
  background-image: url(../img/about_bg_kira.webp);
}
#about .bg .img .ch.nagi {
  background-image: url(../img/about_bg_nagi.webp);
}
#about .bg .img .ch.eiji {
  background-image: url(../img/about_bg_eiji.webp);
}
#about .bg .img .ch.van {
  background-image: url(../img/about_bg_van.webp);
}
#about .bg .img .ch.yamato {
  background-image: url(../img/about_bg_yamato.webp);
}
#about .bg .img .ch.shion {
  background-image: url(../img/about_bg_shion.webp);
}
#about .bg .img .ch.on {
  opacity: 1;
  transform: skew(0deg);
  opacity: 1;
}
#about .wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 711/441;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#about .wrap .catch {
  font-size: 55px;
  line-height: 1;
  padding: 0 10px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
#about .wrap .catch p {
  position: relative;
  display: block;
  padding: 0;
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.3);
}
#about .wrap .catch p span {
  display: block;
  padding: 2px 30px;
  background: rgba(255, 255, 255, 0.9);
}
#about .wrap .catch p:before, #about .wrap .catch p:after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  padding: 2px 30px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
}
#about .wrap .catch p:before {
  text-shadow: -2px 0 rgba(0, 255, 255, 0.85);
}
#about .wrap .catch p:after {
  text-shadow: 2px 0 rgba(255, 0, 120, 0.8);
}
#about .wrap .txt {
  font-size: 130%;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
}
#about .wrap .txt p {
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0.84, 0.24, 1) 4.4s;
  transform: scale(1.3);
}
#about .wrap .txt p:nth-of-type(2) {
  transition-delay: 5.1s;
}
#about .wrap .txt p:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}
#about.show .bg {
  opacity: 1;
  -webkit-mask-image: url(../img/about_mask_sp.png);
          mask-image: url(../img/about_mask_sp.png);
}
#about.show .bg:before {
  transform: scaleX(1);
  opacity: 0;
  height: 300%;
}
#about.show .bg .img {
  transform: scaleY(1);
}
#about.show .wrap .catch p {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0, 0.84, 0.24, 1) 2.6s, opacity 0.6s cubic-bezier(0, 0.84, 0.24, 1) 2.6s, filter 0.8s ease-out 2.6s;
}
#about.show .wrap .catch p:before {
  opacity: 1;
  animation: aboutCatchNoiseA 0.45s steps(2, end) 2.6s 1 both;
}
#about.show .wrap .catch p:after {
  opacity: 1;
  animation: aboutCatchNoiseB 0.45s steps(2, end) 2.8s 1 both;
}
#about.show .wrap .catch p:nth-of-type(2) {
  transition-delay: 3.5s;
}
#about.show .wrap .catch p:nth-of-type(2):before {
  animation-delay: 3.5s;
}
#about.show .wrap .catch p:nth-of-type(2):after {
  animation-delay: 3.7s;
}
#about.show .wrap .txt p {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 800px) {
  #about {
    padding: 0px 0px;
  }
  #about .bg {
    inset: 20px 10px 40px;
  }
  #about .bg .img {
    background-image: url(../img/about_bg_sp.jpg);
  }
  #about .bg h2 {
    width: 60%;
  }
  #about .wrap {
    aspect-ratio: auto;
    padding-bottom: 0;
    padding: 160px 0 130px;
  }
  #about .wrap .catch {
    font-size: 28px;
    margin-bottom: 40px;
    gap: 15px;
    letter-spacing: 0;
    white-space: nowrap;
    transform: scaleY(1.05);
  }
  #about .wrap .catch p span, #about .wrap .catch p:before, #about .wrap .catch p:after {
    padding: 0px 5px;
  }
  #about .wrap .txt {
    font-size: 100%;
    line-height: 1.8;
  }
  #about .wrap .txt p:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
}

@keyframes aboutCatchNoiseA {
  0% {
    clip-path: inset(0 0 88% 0);
    transform: translateX(0);
  }
  20% {
    clip-path: inset(38% 0 42% 0);
    transform: translateX(-20px) translateY(-20px);
  }
  40% {
    clip-path: inset(74% 0 10% 0);
    transform: translateX(10px) translateY(0px);
  }
  60% {
    clip-path: inset(24% 0 62% 0);
    transform: translateX(-5px) translateY(5px);
  }
  80% {
    clip-path: inset(56% 0 26% 0);
    transform: translateX(5px) translateY(0px);
  }
  100% {
    clip-path: inset(0 0 100% 0);
    transform: translateX(0);
    opacity: 0 !important;
  }
}
@keyframes aboutCatchNoiseB {
  0% {
    clip-path: inset(100% 0 0 0);
    transform: translateX(0);
  }
  20% {
    clip-path: inset(8% 0 76% 0);
    transform: translateX(20px);
  }
  40% {
    clip-path: inset(52% 0 34% 0);
    transform: translateX(-10px);
  }
  60% {
    clip-path: inset(18% 0 64% 0);
    transform: translateX(5px);
  }
  80% {
    clip-path: inset(70% 0 14% 0);
    transform: translateX(-5px);
  }
  100% {
    clip-path: inset(100% 0 0 0);
    transform: translateX(0);
    opacity: 0 !important;
  }
}
/* ================================================================ *
//* detail
* ================================================================ */
#detail .pg_wrap {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
#detail .pg_wrap .jk {
  border: 1px solid #181211;
}
@media (min-width: 800px) {
  #detail .pg_wrap .jk {
    position: sticky;
    top: 50px;
    width: 563px;
  }
}
#detail .pg_wrap .txt {
  flex: 1;
}
#detail .pg_wrap .txt h3 {
  margin-bottom: 15px;
}
#detail .pg_wrap .txt h3 .sub {
  font-size: 130%;
}
#detail .pg_wrap .txt h3 .main {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 75px;
  line-height: 1.2;
  display: flex;
}
#detail .pg_wrap .txt h3 .main span {
  display: block;
}
#detail .pg_wrap .txt h3 .main span.star {
  transform: scaleX(0.6) translateY(5px);
  font-size: 90%;
  margin: 0 -0.2em;
}
#detail .pg_wrap .txt .tokuten {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #181211;
}
#detail .pg_wrap .txt .tokuten dt {
  background: #181211;
  color: #fff;
  font-size: 105%;
  line-height: 1.3;
  padding: 3px 10px;
}
#detail .pg_wrap .txt .tokuten dd {
  padding: 10px;
}
#detail .pg_wrap .txt .tokuten dd .main {
  font-size: 110%;
}
#detail .pg_wrap .txt .tokuten dd .sub {
  font-size: 85%;
}
#detail .pg_wrap .txt .tokuten dd .img {
  margin-top: 10px;
}
#detail .pg_wrap .txt .tokuten dd .img img {
  vertical-align: top;
}
@media (max-width: 800px) {
  #detail .pg_wrap {
    flex-direction: column;
    gap: 0px;
  }
  #detail .pg_wrap .jk {
    width: 100%;
    margin-bottom: 25px;
  }
  #detail .pg_wrap .txt h3 {
    margin-bottom: 5px;
    width: 100%;
  }
  #detail .pg_wrap .txt h3 .sub {
    font-size: 90%;
  }
  #detail .pg_wrap .txt h3 .main {
    font-size: 35px;
  }
  #detail .pg_wrap .txt h3 .main span.star {
    transform: scaleX(0.6) translateY(2px);
  }
  #detail .pg_wrap .txt .tokuten {
    margin-top: 15px;
    padding: 15px;
  }
  #detail .pg_wrap .txt .tokuten dd {
    padding: 5px;
  }
}

/* ================================================================ *
//* tracklist
* ================================================================ */
#tracklist .tracklist {
  position: relative;
  text-align: left;
}
#tracklist .tracklist li {
  position: relative;
  padding: 10px 20px 13px;
  display: flex;
  justify-content: center;
  gap: 20px;
  border-top: 2px solid #181211;
}
#tracklist .tracklist li:nth-last-of-type(1) {
  border-bottom: 2px solid #181211;
}
#tracklist .tracklist li .track {
  position: relative;
  opacity: 0.7;
  height: 100%;
  padding: 0 10px;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 35px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  display: flex;
  justify-content: center;
  gap: 2px;
}
#tracklist .tracklist li .track:after {
  content: ".";
  display: inline-block;
}
#tracklist .tracklist li .txt {
  flex: 1;
}
#tracklist .tracklist li .txt .ttl {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}
#tracklist .tracklist li .txt .ttl .sub {
  font-size: 80%;
  margin-right: 10px;
}
#tracklist .tracklist li .txt .ttl .offvocal {
  font-size: 50%;
  display: inline-block;
  opacity: 0.5;
}
#tracklist .tracklist li .txt .singer, #tracklist .tracklist li .txt .composer {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 70%;
  line-height: 1.1;
  margin-top: 5px;
}
@media (min-width: 800px) {
  #tracklist .tracklist li .txt .singer span:not(:nth-last-of-type(1)), #tracklist .tracklist li .txt .composer span:not(:nth-last-of-type(1)) {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
  }
  #tracklist .tracklist li .txt .singer span:not(:nth-last-of-type(1)):after, #tracklist .tracklist li .txt .composer span:not(:nth-last-of-type(1)):after {
    content: " / ";
  }
}
#tracklist .tracklist li .player {
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tracklist .tracklist li .player .jp-audio {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  background: url(../img/btn_play.png) 0 50% no-repeat;
  background-size: auto 100%;
}
#tracklist .tracklist li .player .jp-audio.on {
  background-position: 100% 50%;
}
@media (max-width: 800px) {
  #tracklist .tracklist li {
    padding: 8px 10px;
    gap: 8px;
    border-width: 1px;
  }
  #tracklist .tracklist li:nth-last-of-type(1) {
    border-width: 1px;
  }
  #tracklist .tracklist li .track {
    font-size: 20px;
    padding: 0 3px;
  }
  #tracklist .tracklist li .txt .ttl {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  #tracklist .tracklist li .txt .singer, #tracklist .tracklist li .txt .composer {
    font-size: 9px;
    line-height: 1.4;
    margin-top: 0;
  }
  #tracklist .tracklist li .txt .singer span, #tracklist .tracklist li .txt .composer span {
    display: block;
  }
  #tracklist .tracklist li .player {
    width: 30px;
  }
}

/* ================================================================ *
//* movie
* ================================================================ */
#movie {
  padding-inline: 0;
}
#movie .h02 p {
  margin: 0 auto;
}
#movie .img {
  text-align: center;
}
#movie .pp_movie_btn {
  overflow: visible;
}
#movie .pp_movie_btn .thumb {
  position: relative;
  transition: all 0.3s ease-out;
}
#movie .pp_movie_btn .thumb img {
  width: 100%;
}
#movie .pp_movie_btn .thumb:before {
  content: "LOADING";
  display: block;
  position: absolute;
  inset: 0;
  letter-spacing: 2px;
  text-indent: 2px;
  background: #181211;
  opacity: 0.8;
  transition: all 0.5s ease-out;
  color: #fff;
  font-family: shippori-antique-b1, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", "メイリオ", "Meiryo", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
#movie .pp_movie_btn .thumb:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url(../img/movie_playbtn.png) 50% 50% no-repeat;
  background-size: 100px auto;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#movie .pp_movie_btn.active {
  opacity: 1;
}
#movie .pp_movie_btn.on .thumb {
  cursor: pointer;
}
#movie .pp_movie_btn.on .thumb:before {
  content: "";
  opacity: 0.1;
}
#movie .pp_movie_btn.on .thumb::after {
  opacity: 1;
}
#movie .pp_movie_btn.on:hover .thumb {
  transform: scale(1.05);
}
#movie .pp_movie_btn.on:hover .thumb:before {
  opacity: 0;
  transition: all 0.2s ease-out;
}
#movie .pp_movie_btn.on:hover .thumb:after {
  transform: scale(1.2);
  transition: all 0.2s ease-out;
}
#movie #movie_slider .slider_wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  margin: -15px 0 15px;
  transition: all 0.8s ease-out, height 0.2s ease-out !important;
}
#movie #movie_slider .slider_wrap.noslid {
  display: flex;
  justify-content: center;
  align-items: center;
}
#movie #movie_slider .slider_wrap.noslid .pp_movie_btn {
  position: relative;
}
#movie #movie_slider .pp_movie_btn {
  width: 320px;
  position: absolute;
  top: 0;
  padding: 20px 20px;
}
#movie #movie_slider .slider_ctrl {
  position: relative;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  gap: 50px;
  z-index: 2;
}
#movie #movie_slider .slider_ctrl .slider_ctrl_btn {
  cursor: pointer;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background: #181211;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.1s ease-out;
}
#movie #movie_slider .slider_ctrl .slider_maru {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
#movie #movie_slider .slider_ctrl .slider_maru li {
  cursor: pointer;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  opacity: 0.5;
  transition: all 0.2s ease-out;
}
#movie #movie_slider .slider_ctrl .slider_maru li.on {
  opacity: 1;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(1) {
  background: #d80c1e;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(2) {
  background: #2e59a7;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(3) {
  background: #fcc92c;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(4) {
  background: #75298b;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(5) {
  background: #ed6d0f;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(6) {
  background: #ea609e;
}
#movie #movie_slider .slider_ctrl .slider_maru li:nth-of-type(7) {
  background: #9dc814;
}
#movie .movie_box.normal {
  margin-bottom: 100px;
}
#movie .movie_box.normal .pp_movie_btn, #movie .movie_box.normal .img {
  position: relative;
  width: min(80%, 800px);
  margin: 0 auto;
}
@media (max-width: 800px) {
  #movie .h02 p {
    text-align: center;
  }
  #movie .h02 p span {
    padding: 0 5px;
  }
  #movie .pp_movie_btn .thumb:after {
    background-size: 60px auto;
  }
  #movie .pp_movie_btn .thumb p {
    font-size: 10px;
    bottom: 10px;
    right: 10px;
  }
  #movie #movie_slider .slider_wrap {
    margin: 0 0 15px;
  }
  #movie #movie_slider .slider_wrap .pp_movie_btn {
    width: 150px;
    padding: 5px 8px;
  }
  #movie #movie_slider .slider_ctrl {
    gap: 30px;
  }
  #movie #movie_slider .slider_ctrl .slider_maru {
    gap: 12px;
  }
  #movie #movie_slider .slider_ctrl .slider_maru li {
    width: 10px;
  }
  #movie .movie_box.normal {
    margin-bottom: 50px;
  }
}

/*================================================================ *
//* privilege,#special
* ================================================================ */
#privilege .pg_wrap:not(:nth-last-of-type(1)), #special .pg_wrap:not(:nth-last-of-type(1)) {
  margin-bottom: 50px;
}
#privilege .disc_wrap, #special .disc_wrap {
  margin-bottom: 40px;
}
#privilege .disc_wrap .disc, #special .disc_wrap .disc {
  margin-bottom: 25px;
}
#privilege .disc_wrap .disc p:not(:nth-last-of-type(1)), #special .disc_wrap .disc p:not(:nth-last-of-type(1)) {
  margin-bottom: 10px;
}
#privilege .table_spec, #special .table_spec {
  margin-bottom: 30px;
}
#privilege .table_spec th p, #special .table_spec th p {
  width: 5em;
}
#privilege .table_spec th, #special .table_spec th {
  width: 10em;
}
#privilege .table_spec .attention_ul, #special .table_spec .attention_ul {
  font-weight: 400;
}
@media (max-width: 800px) {
  #privilege .pg_wrap:not(:nth-last-of-type(1)), #special .pg_wrap:not(:nth-last-of-type(1)) {
    margin-bottom: 25px;
  }
  #privilege .disc_wrap, #special .disc_wrap {
    text-align: left;
    margin-bottom: 20px;
  }
  #privilege .disc_wrap .disc, #special .disc_wrap .disc {
    margin-bottom: 15px;
    font-size: 90%;
  }
  #privilege .disc_wrap .disc p:not(:nth-last-of-type(1)), #special .disc_wrap .disc p:not(:nth-last-of-type(1)) {
    margin-bottom: 5px;
  }
  #privilege .table_spec, #special .table_spec {
    margin-bottom: 12px;
  }
  #privilege .table_spec th p, #special .table_spec th p {
    width: 4em;
  }
  #privilege .table_spec th, #special .table_spec th {
    width: 5em;
  }
}

/* ================================================================ *
//* privilege
* ================================================================ */
#privilege .item_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  padding: 0;
  font-feature-settings: "palt" 1;
}
#privilege .item_wrapper .item_box {
  background: rgba(24, 18, 17, 0.05);
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.8s ease-out, translate 0.8s ease-out;
}
@media (min-width: 800px) {
  #privilege .item_wrapper .item_box {
    width: 31.83333%;
  }
}
#privilege .item_wrapper .item_box.show {
  translate: 0 0;
}
#privilege .item_wrapper .item_box .img_wrap {
  position: relative;
  margin-bottom: 5px;
}
#privilege .item_wrapper .item_box .boxttl {
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 800px) {
  #privilege .item_wrapper .item_box .boxttl {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 10px;
    background: #181211;
  }
}
#privilege .item_wrapper .item_box .boxttl span.stxt {
  font-size: 72%;
  display: inline-block;
}
#privilege .item_wrapper .item_box .txt {
  line-height: 1.2;
  margin-bottom: 5px;
}
#privilege .item_wrapper .item_box .txt .item {
  font-size: 90%;
}
#privilege .item_wrapper .item_box .txt .item_disc {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 75%;
  opacity: 0.8;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 3px;
}
#privilege .item_wrapper .item_box .btn {
  margin-top: auto;
}
@media (max-width: 800px) {
  #privilege {
    padding-top: 200px;
  }
  #privilege .item_wrapper {
    margin: 0;
    gap: 10px 3%;
  }
  #privilege .item_wrapper .item_box {
    width: 48.5%;
    padding: 15px 8px;
    gap: 5px;
  }
  #privilege .item_wrapper .item_box .img_wrap {
    margin-bottom: 3px;
  }
  #privilege .item_wrapper .item_box .boxttl {
    font-size: 85%;
  }
  #privilege .item_wrapper .item_box .boxttl span {
    padding: 0;
    padding: 0 3px;
    background: #181211;
  }
  #privilege .item_wrapper .item_box .txt {
    font-size: 90%;
    margin-bottom: 4px;
    line-height: 1;
  }
  #privilege .item_wrapper .item_box .txt .item_disc {
    margin-top: 3px;
  }
  #privilege .item_wrapper .item_box .btn a {
    font-size: 10px;
    border-image-width: 8px;
  }
}

/* ================================================================ *
//* special
* ================================================================ */
#special .table_spec {
  transition: all 0.3s ease-out;
}
#special .table_spec .flex_wrap {
  padding: 10px 0;
  gap: 30px;
}
#special .table_spec .flex_wrap .img {
  width: min(380px, 100%);
  border: 1px solid #bbb;
}
#special .table_spec .flex_wrap .txt {
  flex: 1;
}
#special .table_spec .flex_wrap .txt .item {
  font-size: 130%;
}
#special .link {
  text-align: center;
  margin-top: 40px;
}
#special .link .btnWrap {
  margin-top: 20px;
}
@media (max-width: 800px) {
  #special .table_spec .flex_wrap {
    padding: 0;
    gap: 5px;
    flex-direction: column;
  }
  #special .link {
    margin-top: 20px;
  }
  #special .link .btnWrap {
    margin-top: 10px;
  }
}

/* ================================================================ *
//* footer
* ================================================================ */
#gfooter {
  background: #11173e;
  padding: 100px 30px;
  color: #fff;
  text-align: center;
}
#gfooter .sns {
  margin-bottom: 50px;
}
#gfooter .sns p {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
}
#gfooter .btnWrap {
  margin-bottom: 30px;
}
#gfooter .btnWrap .btn {
  font-size: 90%;
  border-color: #fff;
}
#gfooter .btnWrap .btn:after {
  background: #fff;
}
#gfooter .btnWrap .btn a {
  color: #fff;
}
#gfooter .btnWrap .btn a:after {
  background-image: url(../img/btn_icon_w.png);
}
@media (min-width: 800px) {
  #gfooter .btnWrap .btn:hover a {
    color: #11173e;
  }
  #gfooter .btnWrap .btn:hover a:after {
    filter: brightness(0);
  }
}
#gfooter .copy {
  font-size: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  opacity: 0.7;
}
@media (max-width: 800px) {
  #gfooter {
    padding: 50px 20px;
  }
  #gfooter .sns {
    margin-bottom: 30px;
    gap: 15px;
  }
  #gfooter .sns p {
    font-size: 20px;
  }
  #gfooter .btnWrap {
    margin-bottom: 30px;
  }
  #gfooter .btnWrap .btn a {
    font-size: 12px;
    padding: 10px 20px;
  }
  #gfooter .copy {
    font-size: 10px;
  }
}

/* ================================================================ *
* popup
* ================================================================ */
#popup, #popup_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup > .bg, #popup_movie > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#popup > .bg:after, #popup_movie > .bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #181211;
  opacity: 0.9;
}
@media (max-width: 800px) {
  #popup > .bg:after, #popup_movie > .bg:after {
    background-size: 90% auto;
    background-position: calc(100% + 30px) 100%;
  }
}
#popup .close, #popup_movie .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 85px;
  z-index: 10;
  background: #181211;
  padding: 10px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup .close.on, #popup_movie .close.on {
  opacity: 1;
}
#popup .close .icon, #popup_movie .close .icon {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup .close .icon span, #popup_movie .close .icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
}
#popup .close .icon span:before, #popup .close .icon span:after, #popup_movie .close .icon span:before, #popup_movie .close .icon span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
}
#popup .close .icon span:before, #popup_movie .close .icon span:before {
  transform: rotate(45deg);
}
#popup .close .icon span:after, #popup_movie .close .icon span:after {
  transform: rotate(-45deg);
}
#popup .close p, #popup_movie .close p {
  position: relative;
  width: 100%;
  color: #fff;
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2px;
  text-indent: 0px;
  margin-top: 5px;
}
#popup .close.on, #popup_movie .close.on {
  opacity: 1;
}
#popup .content, #popup_movie .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(1.05);
}
#popup .content.on, #popup_movie .content.on {
  opacity: 1;
  transform: scale(1);
}
#popup .content .wrapper, #popup_movie .content .wrapper {
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup .content .wrapper.on, #popup_movie .content .wrapper.on {
  opacity: 1;
}
#popup .content .loading, #popup_movie .content .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease-out;
  opacity: 1;
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 85%;
  color: #fff;
}
#popup .content .loading.on, #popup_movie .content .loading.on {
  opacity: 0;
}
#popup.on, #popup_movie.on {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 800px) {
  #popup .close, #popup_movie .close {
    width: 52px;
    top: 0px;
    right: 6px;
    padding: 5px;
    gap: 4px;
  }
  #popup .close p, #popup_movie .close p {
    font-size: 10px;
    letter-spacing: 0;
  }
  #popup .content .wrapper, #popup_movie .content .wrapper {
    padding: 0;
  }
}

#popup.img .content {
  padding: 0px;
  margin-bottom: 10px;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#popup.img .content .wrapper {
  padding: 0;
  position: relative;
  text-align: center;
}
#popup.img .content .wrapper img {
  position: relative;
  z-index: 5;
}

#popup_movie {
  z-index: 1001;
}
#popup_movie #movie_wrap {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  max-height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.4s ease-out 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup_movie #movie_wrap iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  aspect-ratio: 16/9;
}
#popup_movie #movie_wrap iframe.shorts {
  aspect-ratio: 9/16;
}
#popup_movie #movie_wrap iframe.on {
  display: block;
}
@media (max-width: 800px) {
  #popup_movie #movie_wrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #popup_movie #movie_wrap iframe.shorts {
    aspect-ratio: 9/16;
  }
}
#popup_movie.on {
  top: 0;
}
#popup_movie.on #movie_wrap {
  opacity: 1;
  transform: scale(1);
}

#popup.pp_character .wrapper {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.1);
  filter: blur(8px);
  transition: all 0.3s ease-out;
}
#popup.pp_character .wrapper.on {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
#popup.pp_character .ch_wrap {
  position: absolute;
  inset: 0;
  background: url(../img/bg.webp);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#popup.pp_character .ch_wrap:after {
  content: "";
  display: block;
  position: absolute;
  inset: 40% 0 0 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
#popup.pp_character .ch_wrap .img {
  position: relative;
  aspect-ratio: 543/734;
  width: 543px;
  z-index: 2;
  max-height: 100%;
}
#popup.pp_character .ch_wrap .img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#popup.pp_character .ch_wrap .txt {
  position: relative;
  z-index: 2;
}
#popup.pp_character .ch_wrap .txt .name_wrap {
  margin: 20px 0 10px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  white-space: nowrap;
}
#popup.pp_character .ch_wrap .txt .name_wrap .ja {
  font-size: 30px;
  margin-bottom: 30px;
}
#popup.pp_character .ch_wrap .txt .ch {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 20px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 50px;
}
#popup.pp_character .ch_wrap .txt .disc {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
#popup.pp_character .ch_wrap.eiichi:after {
  background: linear-gradient(to top, #d80c1e 10%, rgba(216, 12, 30, 0) 100%);
}
#popup.pp_character .ch_wrap.eiichi .img {
  background: url(../img/ch_eiichi.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.eiichi .name_wrap {
  color: #d80c1e;
}
#popup.pp_character .ch_wrap.eiichi .ch {
  background: #d80c1e;
}
#popup.pp_character .ch_wrap.eiichi .disc {
  text-shadow: 0 0 2px #d80c1e, 0 0 20px #d80c1e;
}
#popup.pp_character .ch_wrap.kira:after {
  background: linear-gradient(to top, #2e59a7 10%, rgba(46, 89, 167, 0) 100%);
}
#popup.pp_character .ch_wrap.kira .img {
  background: url(../img/ch_kira.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.kira .name_wrap {
  color: #2e59a7;
}
#popup.pp_character .ch_wrap.kira .ch {
  background: #2e59a7;
}
#popup.pp_character .ch_wrap.kira .disc {
  text-shadow: 0 0 2px #2e59a7, 0 0 20px #2e59a7;
}
#popup.pp_character .ch_wrap.nagi:after {
  background: linear-gradient(to top, #fcc92c 10%, rgba(252, 201, 44, 0) 100%);
}
#popup.pp_character .ch_wrap.nagi .img {
  background: url(../img/ch_nagi.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.nagi .name_wrap {
  color: #fcc92c;
}
#popup.pp_character .ch_wrap.nagi .ch {
  background: #fcc92c;
}
#popup.pp_character .ch_wrap.nagi .disc {
  text-shadow: 0 0 2px #fcc92c, 0 0 20px #fcc92c;
}
#popup.pp_character .ch_wrap.eiji:after {
  background: linear-gradient(to top, #75298b 10%, rgba(117, 41, 139, 0) 100%);
}
#popup.pp_character .ch_wrap.eiji .img {
  background: url(../img/ch_eiji.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.eiji .name_wrap {
  color: #75298b;
}
#popup.pp_character .ch_wrap.eiji .ch {
  background: #75298b;
}
#popup.pp_character .ch_wrap.eiji .disc {
  text-shadow: 0 0 2px #75298b, 0 0 20px #75298b;
}
#popup.pp_character .ch_wrap.van:after {
  background: linear-gradient(to top, #ed6d0f 10%, rgba(237, 109, 15, 0) 100%);
}
#popup.pp_character .ch_wrap.van .img {
  background: url(../img/ch_van.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.van .name_wrap {
  color: #ed6d0f;
}
#popup.pp_character .ch_wrap.van .ch {
  background: #ed6d0f;
}
#popup.pp_character .ch_wrap.van .disc {
  text-shadow: 0 0 2px #ed6d0f, 0 0 20px #ed6d0f;
}
#popup.pp_character .ch_wrap.yamato:after {
  background: linear-gradient(to top, #ea609e 10%, rgba(234, 96, 158, 0) 100%);
}
#popup.pp_character .ch_wrap.yamato .img {
  background: url(../img/ch_yamato.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.yamato .name_wrap {
  color: #ea609e;
}
#popup.pp_character .ch_wrap.yamato .ch {
  background: #ea609e;
}
#popup.pp_character .ch_wrap.yamato .disc {
  text-shadow: 0 0 2px #ea609e, 0 0 20px #ea609e;
}
#popup.pp_character .ch_wrap.shion:after {
  background: linear-gradient(to top, #9dc814 10%, rgba(157, 200, 20, 0) 100%);
}
#popup.pp_character .ch_wrap.shion .img {
  background: url(../img/ch_shion.webp) 50% 50% no-repeat;
  background-size: contain;
}
#popup.pp_character .ch_wrap.shion .name_wrap {
  color: #9dc814;
}
#popup.pp_character .ch_wrap.shion .ch {
  background: #9dc814;
}
#popup.pp_character .ch_wrap.shion .disc {
  text-shadow: 0 0 2px #9dc814, 0 0 20px #9dc814;
}
#popup.pp_character .ch_wrap.kira .txt .name_wrap, #popup.pp_character .ch_wrap.van .txt .name_wrap, #popup.pp_character .ch_wrap.yamato .txt .name_wrap {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  #popup.pp_character .wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #popup.pp_character .ch_wrap {
    display: block;
    position: relative;
    padding: 30px 20px 50px;
    background-size: 400px auto;
  }
  #popup.pp_character .ch_wrap:after {
    inset: 65% 0 0 0;
  }
  #popup.pp_character .ch_wrap .img {
    width: 90%;
    margin: 0 auto 20px;
  }
  #popup.pp_character .ch_wrap .txt .position {
    width: 180px;
  }
  #popup.pp_character .ch_wrap .txt .name_wrap {
    margin: 5px 0 0;
    gap: 10px;
  }
  #popup.pp_character .ch_wrap .txt .name_wrap .en img {
    height: 80px;
  }
  #popup.pp_character .ch_wrap .txt .name_wrap .ja {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #popup.pp_character .ch_wrap .txt .ch {
    margin-bottom: 25px;
  }
  #popup.pp_character .ch_wrap .txt .disc {
    font-size: 15px;
    line-height: 1.5;
  }
  #popup.pp_character .ch_wrap.kira .txt .name_wrap, #popup.pp_character .ch_wrap.van .txt .name_wrap, #popup.pp_character .ch_wrap.yamato .txt .name_wrap {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */