@charset "UTF-8";
/* ================================================================ *
* MIXIN
* ================================================================ */
/* ================================================================ *
* BODY
* ================================================================ */
body {
  position: relative;
  caret-color: transparent;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  font-size: 18px;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

a:link, a:visited {
  color: #00deff;
  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
* ================================================================ */
.hidden {
  display: none;
}

.center {
  text-align: center;
}

.red {
  color: #c0300f;
}

.btn, .btn_en {
  position: relative;
  border: 1px solid #231815;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 550px;
}
.btn a, .btn_en a, .btn p, .btn_en p {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #231815;
  padding: 13px 10px 15px;
}
.btn a:after, .btn_en a:after, .btn p:after, .btn_en p:after {
  content: "▶";
  display: block;
  position: absolute;
  font-size: 10px;
  top: 50%;
  right: 10px;
  transform: scale(0.6, 0.8) translateY(-50%);
}
.btn:before, .btn_en:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px -50px;
  background: #231815;
  z-index: -1;
  transform: skew(-45deg) scaleX(0);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.btn:hover a, .btn_en:hover a, .btn:hover p, .btn_en:hover p {
  color: #fff;
}
.btn:hover:before, .btn_en:hover:before {
  transform: skew(-45deg) scaleX(1);
  opacity: 1;
}
.btn_en {
  font-family: "copperplate", serif;
  font-size: 75%;
  line-height: 1;
  letter-spacing: 0px;
}
.btn_en a, .btn_en p {
  padding: 14px 5px;
}
@media (max-width: 800px) {
  .btn_en a, .btn_en p {
    padding: 9px 5px 7px;
  }
}

.pp_btn {
  color: #00deff;
  text-decoration: underline;
  cursor: pointer;
}

.spec_table {
  width: min(1000px, 100%);
  margin: 40px auto;
  border-top: 1px solid #231815;
  text-align: left;
  font-size: 95%;
  line-height: 1.6;
}
.spec_table tr {
  position: relative;
  display: flex;
  align-items: center;
}
.spec_table tr:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-bottom: 2px dotted rgba(35, 24, 21, 0.5);
}
.spec_table tr th {
  padding: 30px 10px;
  color: rgba(35, 24, 21, 0.8);
  width: 30%;
  font-size: 95%;
}
.spec_table tr th p {
  border: 1px solid rgba(35, 24, 21, 0.8);
  padding: 5px 3em;
  width: 11em;
  margin: 0 auto;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.spec_table tr td {
  padding: 15px 10px;
}
@media (max-width: 800px) {
  .spec_table {
    margin: 20px auto;
    font-size: 85%;
    line-height: 1.4;
  }
  .spec_table tr th {
    padding: 10px 10px 10px 5px;
    width: auto;
    white-space: nowrap;
  }
  .spec_table tr th p {
    font-size: 80%;
    padding: 4px 1em;
    width: 6em;
    line-height: 1.4;
  }
  .spec_table tr td {
    padding: 10px 5px;
  }
}

.attention_ul {
  font-size: 80%;
}
.attention_ul li {
  line-height: 1.4;
  margin: 4px 0;
}

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

.prr:not(.ndf) {
  opacity: 0;
  filter: blur(8px);
  transition: all 1s ease-out 0.2s;
}
.prr:not(.ndf).show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ================================================================ *
* splash
/* ================================================================ */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  opacity: 1;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 30px;
  font-weight: 600;
  color: #ccc;
}
#loading.off {
  opacity: 0;
  pointer-events: none;
  filter: blur(8px);
  transform: scale(1.05);
}
@media (max-width: 800px) {
  #loading {
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
}

/* ================================================================ *
* menu
/* ================================================================ */
#menu {
  position: fixed;
  inset: 0;
  z-index: 1001;
  opacity: 0;
  padding: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.3s ease-out;
}
#menu.show {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
#menu.show .box {
  opacity: 1;
  transform: scale(1);
}
#menu .box {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.6s ease-out 0.6s;
  position: relative;
  background: #fff;
  border: 5px solid #231815;
  padding: 80px;
  background: #fff;
  width: min(800px, 100%);
  text-align: center;
}
#menu .box:before {
  content: "";
  display: block;
  position: absolute;
  inset: 5px;
  border: 1.5px solid #231815;
  z-index: 1;
}
#menu .box > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  #menu .box {
    border-width: 2px;
  }
  #menu .box:before {
    inset: 3px;
    border-width: 1px;
    opacity: 0.7;
  }
}
#menu .logo {
  margin-bottom: 40px;
}
#menu .logo img {
  width: 400px;
}
#menu ul {
  text-align: center;
  width: 100%;
}
#menu ul li {
  border-bottom: 1px solid #231815;
}
#menu ul li:nth-of-type(1) {
  border-top: 1px solid #000;
}
#menu ul a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #231815;
  font-size: 40px;
  font-family: "copperplate", serif;
  letter-spacing: 5px;
  line-height: 1.3;
  padding: 15px 0 5px;
}
#menu ul a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #231815;
  transform: scaleX(0);
  transition: all 0.15s ease-out;
}
#menu ul a:hover {
  color: #fff;
}
#menu ul a:hover:after {
  transform: scale(1);
}
@media (max-width: 800px) {
  #menu .box {
    padding: 40px 20px 30px;
  }
  #menu .logo {
    margin-bottom: 25px;
  }
  #menu .logo img {
    width: 150px;
  }
  #menu ul a {
    font-size: 25px;
    letter-spacing: 1px;
  }
}

#menu_icon {
  position: fixed;
  top: 5px;
  right: 35px;
  z-index: 1002;
  cursor: pointer;
}
#menu_icon .icon {
  position: relative;
  width: 70px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu_icon .icon span {
  position: relative;
  margin-bottom: 2px;
  display: block;
  width: 100%;
  height: 3px;
  background: #231815;
  transition: all 0.15s ease-out;
}
#menu_icon .icon span:before, #menu_icon .icon span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #231815;
  transition: all 0.15s ease-out;
}
#menu_icon .icon span:before {
  transform: translateY(-12px);
}
#menu_icon .icon span:after {
  transform: translateY(12px);
}
#menu_icon.on .icon span {
  background: transparent;
}
#menu_icon.on .icon span:before {
  transform: rotate(25deg);
}
#menu_icon.on .icon span:after {
  transform: rotate(-25deg);
}
@media (max-width: 800px) {
  #menu_icon {
    top: 7px;
    right: 10px;
  }
  #menu_icon .icon {
    width: 40px;
    height: 30px;
  }
  #menu_icon .icon span {
    height: 2px;
  }
  #menu_icon .icon span:before {
    transform: translateY(-7px);
  }
  #menu_icon .icon span:after {
    transform: translateY(7px);
  }
  #menu_icon.on .icon span:before {
    transform: rotate(25deg);
  }
  #menu_icon.on .icon span:after {
    transform: rotate(-25deg);
  }
}

/* ================================================================ *
* common
* ================================================================ */
#container {
  min-width: 1260px;
  z-index: 2;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
@media (max-width: 800px) {
  #container {
    min-width: 0;
  }
}

#wrapper {
  position: relative;
}

section.pg {
  padding: 100px 30px 200px;
  position: relative;
  z-index: 1;
}
section.pg .pg_wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  section.pg {
    padding: 40px 20px 120px;
    margin-bottom: 50px;
  }
}

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

.h01 {
  font-family: "kensington", sans-serif;
  font-size: 70px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 10px;
  text-indent: 10px;
  margin-bottom: 50px;
  overflow: hidden;
}
.h01 p {
  transform: translateY(80%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.h01.show p {
  transform: translateY(0);
  opacity: 1;
}

.h02 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 8px;
  text-indent: 8px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .h01 {
    font-size: 35px;
    letter-spacing: 6px;
    text-indent: 6px;
    margin-bottom: 20px;
  }
  .h02 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-indent: 3px;
  }
}
.obj {
  position: absolute;
  aspect-ratio: 620/830;
  z-index: -1;
  width: 400px;
  opacity: 0;
  transition: all 0.8s ease-out;
  filter: blur(8px);
  pointer-events: none;
}
.obj.bg_l {
  left: 0;
  transform: translateX(-30px);
}
.obj.bg_l span {
  background-position: 0 50%;
  transform: translateX(-30px);
}
.obj.bg_r {
  right: 0;
  transform: translateX(30px);
}
.obj.bg_r span {
  background-position: 100% 50%;
  transform: translateX(30px);
}
.obj.show {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0px);
}
.obj > span {
  position: absolute;
  opacity: 0;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.8s ease-out;
  filter: blur(8px);
}
.obj > span.on {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0);
}
.obj.bg_l .otoya {
  background-image: url(../img/obj_l_otoya.png);
}
.obj.bg_r .otoya {
  background-image: url(../img/obj_r_otoya.png);
}
.obj.bg_l .masato {
  background-image: url(../img/obj_l_masato.png);
}
.obj.bg_r .masato {
  background-image: url(../img/obj_r_masato.png);
}
.obj.bg_l .natsuki {
  background-image: url(../img/obj_l_natsuki.png);
}
.obj.bg_r .natsuki {
  background-image: url(../img/obj_r_natsuki.png);
}
.obj.bg_l .tokiya {
  background-image: url(../img/obj_l_tokiya.png);
}
.obj.bg_r .tokiya {
  background-image: url(../img/obj_r_tokiya.png);
}
.obj.bg_l .ren {
  background-image: url(../img/obj_l_ren.png);
}
.obj.bg_r .ren {
  background-image: url(../img/obj_r_ren.png);
}
.obj.bg_l .syo {
  background-image: url(../img/obj_l_syo.png);
}
.obj.bg_r .syo {
  background-image: url(../img/obj_r_syo.png);
}
.obj.bg_l .cecil {
  background-image: url(../img/obj_l_cecil.png);
}
.obj.bg_r .cecil {
  background-image: url(../img/obj_r_cecil.png);
}
.obj.bg_l .reiji {
  background-image: url(../img/obj_l_reiji.png);
}
.obj.bg_r .reiji {
  background-image: url(../img/obj_r_reiji.png);
}
.obj.bg_l .ranmaru {
  background-image: url(../img/obj_l_ranmaru.png);
}
.obj.bg_r .ranmaru {
  background-image: url(../img/obj_r_ranmaru.png);
}
.obj.bg_l .ai {
  background-image: url(../img/obj_l_ai.png);
}
.obj.bg_r .ai {
  background-image: url(../img/obj_r_ai.png);
}
.obj.bg_l .camus {
  background-image: url(../img/obj_l_camus.png);
}
.obj.bg_r .camus {
  background-image: url(../img/obj_r_camus.png);
}
.obj.bg_l .eiichi {
  background-image: url(../img/obj_l_eiichi.png);
}
.obj.bg_r .eiichi {
  background-image: url(../img/obj_r_eiichi.png);
}
.obj.bg_l .kira {
  background-image: url(../img/obj_l_kira.png);
}
.obj.bg_r .kira {
  background-image: url(../img/obj_r_kira.png);
}
.obj.bg_l .nagi {
  background-image: url(../img/obj_l_nagi.png);
}
.obj.bg_r .nagi {
  background-image: url(../img/obj_r_nagi.png);
}
.obj.bg_l .eiji {
  background-image: url(../img/obj_l_eiji.png);
}
.obj.bg_r .eiji {
  background-image: url(../img/obj_r_eiji.png);
}
.obj.bg_l .van {
  background-image: url(../img/obj_l_van.png);
}
.obj.bg_r .van {
  background-image: url(../img/obj_r_van.png);
}
.obj.bg_l .yamato {
  background-image: url(../img/obj_l_yamato.png);
}
.obj.bg_r .yamato {
  background-image: url(../img/obj_r_yamato.png);
}
.obj.bg_l .shion {
  background-image: url(../img/obj_l_shion.png);
}
.obj.bg_r .shion {
  background-image: url(../img/obj_r_shion.png);
}
.obj.bg_1 {
  bottom: -200px;
}
.obj.bg_2 {
  top: 31%;
}
.obj.bg_3 {
  top: 56%;
}
.obj.bg_4 {
  bottom: -100px;
}
.obj.bg_5 {
  bottom: -200px;
}
.obj.bg_6 {
  bottom: -180px;
}
@media (max-width: 800px) {
  .obj {
    width: 160px;
  }
  .obj.bg_1 {
    bottom: -90px;
  }
  .obj.bg_2 {
    top: 35%;
  }
  .obj.bg_3 {
    display: none;
  }
  .obj.bg_4 {
    bottom: 30px;
  }
  .obj.bg_5 {
    bottom: -110px;
  }
  .obj.bg_6 {
    bottom: -100px;
  }
}

#product .obj {
  z-index: 1;
  width: 380px;
}
@media (max-width: 800px) {
  #product .obj {
    width: 160px;
  }
}

/* ================================================================ *
* top
* ================================================================ */
#top {
  position: relative;
  margin-bottom: 70px;
  height: max(950px, 100vh);
  display: flex;
  align-items: center;
  flex-direction: column;
}
#top h1 {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 35px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#top h1 .logo {
  position: relative;
  width: 282px;
  aspect-ratio: 282/67;
  margin-bottom: 15px;
}
#top h1 .logo img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
#top h1 .logo img.on {
  opacity: 1;
}
#top .top_obj {
  z-index: 3;
}
#top .top_obj.bg_l {
  top: -100px;
}
#top .top_obj.bg_l .masato {
  inset: 0 -30px -30px 0;
}
#top .top_obj.bg_l .kira {
  inset: 0 -50px -50px 0;
}
#top .top_obj.bg_r {
  bottom: -130px;
}
#top .imgSlider {
  position: relative;
  width: 100%;
  z-index: 1;
  aspect-ratio: 1600/650;
  min-height: 580px;
  max-height: 720px;
}
#top .imgSlider .imgWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.43, 0.99);
}
#top .imgSlider .imgWrap.solo {
  pointer-events: none;
}
#top .imgSlider .imgWrap.solo .ch {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#top .imgSlider .imgWrap.solo .ch.act {
  display: block;
}
#top .imgSlider .imgWrap.solo .ch.on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#top .imgSlider .imgWrap.solo .ch.on .img .imgbox .chimg {
  transform: translate(0, -50%);
  opacity: 1;
  transition: all 0.5s ease-out, transform 3s cubic-bezier(0, 0.84, 0.26, 0.99);
}
#top .imgSlider .imgWrap.solo .ch.on .img.main {
  transition: clip-path 0.8s cubic-bezier(0, 0.5, 0.41, 1) 0.1s, background-size 4s cubic-bezier(0, 0.84, 0.26, 0.99);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  background-size: 100%;
}
#top .imgSlider .imgWrap.solo .ch.on .img.sub {
  transition: clip-path 0.5s cubic-bezier(0, 0.5, 0.41, 1) 0.1s, background-size 4s cubic-bezier(0, 0.84, 0.26, 0.99);
  background-size: 100%;
}
#top .imgSlider .imgWrap.solo .ch.off {
  transition: all 0.8s cubic-bezier(0, 0.84, 0.26, 0.99);
  clip-path: polygon(8% 8%, 92% 8%, 92% 92%, 8% 92%);
}
#top .imgSlider .imgWrap.solo .ch.off2 {
  transition: all 0.2s ease-out;
  clip-path: polygon(8% 8%, 92% 8%, 92% 8%, 8% 8%);
}
#top .imgSlider .imgWrap.solo .ch .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 60px;
}
#top .imgSlider .imgWrap.solo .ch .img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url(../img/dot.png);
  opacity: 0.3;
}
#top .imgSlider .imgWrap.solo .ch .img .imgbox {
  position: relative;
  height: 100%;
  width: min(1400px, 85%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#top .imgSlider .imgWrap.solo .ch .img .imgbox .txt {
  text-align: left;
  padding: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
#top .imgSlider .imgWrap.solo .ch .img .imgbox .txt .ltxt {
  font-family: "kensington", sans-serif;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: 1px;
}
#top .imgSlider .imgWrap.solo .ch .img .imgbox .txt .stxt {
  font-family: "copperplate", serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
#top .imgSlider .imgWrap.solo .ch .img .imgbox .txt .icon {
  transform: translateX(-10px);
  filter: invert(100%);
}
#top .imgSlider .imgWrap.solo .ch .img .imgbox .chimg {
  position: absolute;
  width: 1300px;
  height: 100%;
  min-height: 670px;
  right: -20%;
  top: 50%;
  transform: translate(-300px, -50%);
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position: 80% 35%;
  opacity: 0;
}
#top .imgSlider .imgWrap.solo .ch .img.main {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
#top .imgSlider .imgWrap.solo .ch .img.sub {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  background-size: 180%;
}
#top .imgSlider .imgWrap.solo .ch .img.sub.on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#top .imgSlider .imgWrap.solo .ch.otoya .img .imgbox .chimg {
  background-image: url(../img/img_otoya.webp);
}
#top .imgSlider .imgWrap.solo .ch.otoya .main {
  background-color: #e84630;
}
#top .imgSlider .imgWrap.solo .ch.otoya .sub {
  background-color: #ffe927;
}
#top .imgSlider .imgWrap.solo .ch.masato .img .imgbox .chimg {
  background-image: url(../img/img_masato.webp);
}
#top .imgSlider .imgWrap.solo .ch.masato .main {
  background-color: #546db2;
}
#top .imgSlider .imgWrap.solo .ch.masato .sub {
  background-color: #7fcdf3;
}
#top .imgSlider .imgWrap.solo .ch.natsuki .img .imgbox .chimg {
  background-image: url(../img/img_natsuki.webp);
}
#top .imgSlider .imgWrap.solo .ch.natsuki .main {
  background-color: #fed900;
}
#top .imgSlider .imgWrap.solo .ch.natsuki .sub {
  background-color: #c0d743;
}
#top .imgSlider .imgWrap.solo .ch.tokiya .img .imgbox .chimg {
  background-image: url(../img/img_tokiya.webp);
}
#top .imgSlider .imgWrap.solo .ch.tokiya .main {
  background-color: #91519b;
}
#top .imgSlider .imgWrap.solo .ch.tokiya .sub {
  background-color: #d5bb43;
}
#top .imgSlider .imgWrap.solo .ch.ren .img .imgbox .chimg {
  background-image: url(../img/img_ren.webp);
}
#top .imgSlider .imgWrap.solo .ch.ren .main {
  background-color: #f19200;
}
#top .imgSlider .imgWrap.solo .ch.ren .sub {
  background-color: #af6ca9;
}
#top .imgSlider .imgWrap.solo .ch.syo .img .imgbox .chimg {
  background-image: url(../img/img_syo.webp);
}
#top .imgSlider .imgWrap.solo .ch.syo .main {
  background-color: #ec74a3;
}
#top .imgSlider .imgWrap.solo .ch.syo .sub {
  background-color: #90d1e0;
}
#top .imgSlider .imgWrap.solo .ch.cecil .img .imgbox .chimg {
  background-image: url(../img/img_cecil.webp);
}
#top .imgSlider .imgWrap.solo .ch.cecil .main {
  background-color: #a9cc17;
}
#top .imgSlider .imgWrap.solo .ch.cecil .sub {
  background-color: #f8bd22;
}
#top .imgSlider .imgWrap.solo .ch.reiji .img .imgbox .chimg {
  background-image: url(../img/img_reiji.webp);
}
#top .imgSlider .imgWrap.solo .ch.reiji .main {
  background-color: #29b37a;
}
#top .imgSlider .imgWrap.solo .ch.reiji .sub {
  background-color: #f5bed5;
}
#top .imgSlider .imgWrap.solo .ch.ranmaru .img .imgbox .chimg {
  background-image: url(../img/img_ranmaru.webp);
}
#top .imgSlider .imgWrap.solo .ch.ranmaru .main {
  background-color: #af3b49;
}
#top .imgSlider .imgWrap.solo .ch.ranmaru .sub {
  background-color: #7b9fd2;
}
#top .imgSlider .imgWrap.solo .ch.ai .img .imgbox .chimg {
  background-image: url(../img/img_ai.webp);
}
#top .imgSlider .imgWrap.solo .ch.ai .main {
  background-color: #b69bc7;
}
#top .imgSlider .imgWrap.solo .ch.ai .sub {
  background-color: #fff481;
}
#top .imgSlider .imgWrap.solo .ch.camus .img .imgbox .chimg {
  background-image: url(../img/img_camus.webp);
}
#top .imgSlider .imgWrap.solo .ch.camus .main {
  background-color: #a8d4f1;
}
#top .imgSlider .imgWrap.solo .ch.camus .sub {
  background-color: #f1dfbb;
}
#top .imgSlider .imgWrap.solo .ch.eiichi .img .imgbox .chimg {
  background-image: url(../img/img_eiichi.webp);
}
#top .imgSlider .imgWrap.solo .ch.eiichi .main {
  background-color: #e84630;
}
#top .imgSlider .imgWrap.solo .ch.eiichi .sub {
  background-color: #a5368d;
}
#top .imgSlider .imgWrap.solo .ch.kira .img .imgbox .chimg {
  background-image: url(../img/img_kira.webp);
}
#top .imgSlider .imgWrap.solo .ch.kira .main {
  background-color: #546db2;
}
#top .imgSlider .imgWrap.solo .ch.kira .sub {
  background-color: #fff11d;
}
#top .imgSlider .imgWrap.solo .ch.nagi .img .imgbox .chimg {
  background-image: url(../img/img_nagi.webp);
}
#top .imgSlider .imgWrap.solo .ch.nagi .main {
  background-color: #fed900;
}
#top .imgSlider .imgWrap.solo .ch.nagi .sub {
  background-color: #f2a9c8;
}
#top .imgSlider .imgWrap.solo .ch.eiji .img .imgbox .chimg {
  background-image: url(../img/img_eiji.webp);
}
#top .imgSlider .imgWrap.solo .ch.eiji .main {
  background-color: #91519b;
}
#top .imgSlider .imgWrap.solo .ch.eiji .sub {
  background-color: #56c2e4;
}
#top .imgSlider .imgWrap.solo .ch.van .img .imgbox .chimg {
  background-image: url(../img/img_van.webp);
}
#top .imgSlider .imgWrap.solo .ch.van .main {
  background-color: #f19200;
}
#top .imgSlider .imgWrap.solo .ch.van .sub {
  background-color: #0097db;
}
#top .imgSlider .imgWrap.solo .ch.yamato .img .imgbox .chimg {
  background-image: url(../img/img_yamato.webp);
}
#top .imgSlider .imgWrap.solo .ch.yamato .main {
  background-color: #ec74a3;
}
#top .imgSlider .imgWrap.solo .ch.yamato .sub {
  background-color: #9bd0ac;
}
#top .imgSlider .imgWrap.solo .ch.shion .img .imgbox .chimg {
  background-image: url(../img/img_shion.webp);
}
#top .imgSlider .imgWrap.solo .ch.shion .main {
  background-color: #a9cc17;
}
#top .imgSlider .imgWrap.solo .ch.shion .sub {
  background-color: #b5c7e5;
}
#top .imgSlider .imgWrap.solo .ch.syo .imgbox .chimg {
  background-position: 80% 55%;
}
#top .imgSlider .imgWrap.solo .ch.reiji .imgbox .chimg {
  right: -27%;
}
#top .imgSlider .imgWrap.solo .ch.eiichi .imgbox .chimg {
  right: -15%;
}
#top .imgSlider .imgWrap.solo .ch.van .imgbox .chimg {
  right: -15%;
}
#top .imgSlider .imgWrap.all {
  opacity: 0;
  transition: all 0.2s ease-out;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#top .imgSlider .imgWrap.all.on {
  pointer-events: auto;
  opacity: 1;
}
#top .imgSlider .imgWrap.all.on .ctrl {
  opacity: 1;
}
#top .imgSlider .imgWrap.all.on .ch {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  top: 0;
}
#top .imgSlider .imgWrap.all.on .ch .img {
  transition-delay: 0s;
  scale: 1;
}
#top .imgSlider .imgWrap.all .allslider {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 60px;
  position: absolute;
  inset: 0;
  left: calc(50% - 90px);
  transform: translateX(-50%);
}
#top .imgSlider .imgWrap.all .ctrl {
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: "copperplate", serif;
  font-size: 100%;
  letter-spacing: 2px;
  opacity: 0;
  transition: all 0.8s ease-out 0.5s;
}
#top .imgSlider .imgWrap.all .ctrl span {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
  font-size: 50%;
  transform: translateY(-3px);
  padding: 0 5px;
}
#top .imgSlider .imgWrap.all .ctrl > * {
  cursor: pointer;
}
#top .imgSlider .imgWrap.all .ch {
  position: relative;
  width: 160px;
  height: calc(100% - 10px);
  overflow: hidden;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.5s ease-out, top 0.5s ease-out, border 0.3s ease-out;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(odd) {
  transform: translateY(45px);
}
#top .imgSlider .imgWrap.all .ch:after {
  content: "";
  display: block;
  position: absolute;
  inset: -7x;
  z-index: 2;
  background: url(../img/dot.png);
  opacity: 0.3;
}
#top .imgSlider .imgWrap.all .ch:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0px;
  z-index: 3;
  border: 7px solid transparent;
  transition: border 0.3s ease-out;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(2) {
  transition-delay: 0.1s, 0.1s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(3) {
  transition-delay: 0.15s, 0.15s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(4) {
  transition-delay: 0.2s, 0.2s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(5) {
  transition-delay: 0.25s, 0.25s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(6) {
  transition-delay: 0.3s, 0.3s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(7) {
  transition-delay: 0.35s, 0.35s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(8) {
  transition-delay: 0.4s, 0.4s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(9) {
  transition-delay: 0.45s, 0.45s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(10) {
  transition-delay: 0.5s, 0.5s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(11) {
  transition-delay: 0.55s, 0.55s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(12) {
  transition-delay: 0.6s, 0.6s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(13) {
  transition-delay: 0.65s, 0.65s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(14) {
  transition-delay: 0.7s, 0.7s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(15) {
  transition-delay: 0.75s, 0.75s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(16) {
  transition-delay: 0.8s, 0.8s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(17) {
  transition-delay: 0.85s, 0.85s, 0;
}
#top .imgSlider .imgWrap.all .ch:nth-of-type(18) {
  transition-delay: 0.9s, 0.9s, 0;
}
#top .imgSlider .imgWrap.all .ch.prev .img, #top .imgSlider .imgWrap.all .ch.next .img {
  transition: all 0.3s ease-out;
}
#top .imgSlider .imgWrap.all .ch.prev .img span, #top .imgSlider .imgWrap.all .ch.next .img span {
  opacity: 0;
  transition: all 0.3s ease-out;
}
#top .imgSlider .imgWrap.all .ch.prev .img:before, #top .imgSlider .imgWrap.all .ch.prev .img:after, #top .imgSlider .imgWrap.all .ch.next .img:before, #top .imgSlider .imgWrap.all .ch.next .img:after {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#top .imgSlider .imgWrap.all .ch.prev .img span, #top .imgSlider .imgWrap.all .ch.prev .img:before, #top .imgSlider .imgWrap.all .ch.next .img span, #top .imgSlider .imgWrap.all .ch.next .img:before {
  z-index: 1;
}
#top .imgSlider .imgWrap.all .ch.prev .img:after, #top .imgSlider .imgWrap.all .ch.next .img:after {
  z-index: 3;
}
#top .imgSlider .imgWrap.all .ch.prev .img {
  transform: translateX(100%);
}
#top .imgSlider .imgWrap.all .ch.next .img {
  transform: translateX(-100%);
}
#top .imgSlider .imgWrap.all .ch .img {
  display: block;
  position: absolute;
  inset: 7px;
  scale: 1.8;
  transition: scale 2s cubic-bezier(0, 0.84, 0.26, 0.99) 2s;
}
#top .imgSlider .imgWrap.all .ch .img .wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#top .imgSlider .imgWrap.all .ch .img span, #top .imgSlider .imgWrap.all .ch .img:before, #top .imgSlider .imgWrap.all .ch .img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -100px;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 50% 100%;
}
#top .imgSlider .imgWrap.all .ch .img:before {
  transform: translateX(-146px);
  opacity: 0;
}
#top .imgSlider .imgWrap.all .ch .img:after {
  transform: translateX(146px);
  opacity: 0;
}
#top .imgSlider .imgWrap.all .ch .icon {
  position: absolute;
  inset: 0;
}
#top .imgSlider .imgWrap.all .ch .icon span, #top .imgSlider .imgWrap.all .ch .icon:before, #top .imgSlider .imgWrap.all .ch .icon:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: 50% 30px;
  transition: all 0.3s ease-out;
}
#top .imgSlider .imgWrap.all .ch .icon:before, #top .imgSlider .imgWrap.all .ch .icon:after {
  opacity: 0;
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya]:before {
  border-color: #e84630;
  border-right-color: #ffe927;
  border-bottom-color: #ffe927;
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .img span {
  background-image: url(../img/img_otoya.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .img:before {
  background-image: url(../img/img_shion.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .img:after {
  background-image: url(../img/img_masato.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .icon span {
  background-image: url(../img/chicon_otoya.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .icon:before {
  background-image: url(../img/chicon_shion.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .icon:after {
  background-image: url(../img/chicon_masato.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato]:before {
  border-color: #546db2;
  border-right-color: #7fcdf3;
  border-bottom-color: #7fcdf3;
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .img span {
  background-image: url(../img/img_masato.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .img:before {
  background-image: url(../img/img_otoya.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .img:after {
  background-image: url(../img/img_natsuki.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .icon span {
  background-image: url(../img/chicon_masato.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .icon:before {
  background-image: url(../img/chicon_otoya.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .icon:after {
  background-image: url(../img/chicon_natsuki.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki]:before {
  border-color: #fed900;
  border-right-color: #c0d743;
  border-bottom-color: #c0d743;
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .img span {
  background-image: url(../img/img_natsuki.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .img:before {
  background-image: url(../img/img_masato.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .img:after {
  background-image: url(../img/img_tokiya.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .icon span {
  background-image: url(../img/chicon_natsuki.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .icon:before {
  background-image: url(../img/chicon_masato.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .icon:after {
  background-image: url(../img/chicon_tokiya.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya]:before {
  border-color: #91519b;
  border-right-color: #d5bb43;
  border-bottom-color: #d5bb43;
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .img span {
  background-image: url(../img/img_tokiya.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .img:before {
  background-image: url(../img/img_natsuki.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .img:after {
  background-image: url(../img/img_ren.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .icon span {
  background-image: url(../img/chicon_tokiya.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .icon:before {
  background-image: url(../img/chicon_natsuki.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .icon:after {
  background-image: url(../img/chicon_ren.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren]:before {
  border-color: #f19200;
  border-right-color: #af6ca9;
  border-bottom-color: #af6ca9;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .img span {
  background-image: url(../img/img_ren.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .img:before {
  background-image: url(../img/img_tokiya.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .img:after {
  background-image: url(../img/img_syo.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .icon span {
  background-image: url(../img/chicon_ren.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .icon:before {
  background-image: url(../img/chicon_tokiya.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .icon:after {
  background-image: url(../img/chicon_syo.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo]:before {
  border-color: #ec74a3;
  border-right-color: #90d1e0;
  border-bottom-color: #90d1e0;
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .img span {
  background-image: url(../img/img_syo.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .img:before {
  background-image: url(../img/img_ren.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .img:after {
  background-image: url(../img/img_cecil.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .icon span {
  background-image: url(../img/chicon_syo.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .icon:before {
  background-image: url(../img/chicon_ren.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .icon:after {
  background-image: url(../img/chicon_cecil.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil]:before {
  border-color: #a9cc17;
  border-right-color: #f8bd22;
  border-bottom-color: #f8bd22;
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .img span {
  background-image: url(../img/img_cecil.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .img:before {
  background-image: url(../img/img_syo.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .img:after {
  background-image: url(../img/img_reiji.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .icon span {
  background-image: url(../img/chicon_cecil.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .icon:before {
  background-image: url(../img/chicon_syo.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .icon:after {
  background-image: url(../img/chicon_reiji.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji]:before {
  border-color: #29b37a;
  border-right-color: #f5bed5;
  border-bottom-color: #f5bed5;
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .img span {
  background-image: url(../img/img_reiji.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .img:before {
  background-image: url(../img/img_cecil.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .img:after {
  background-image: url(../img/img_ranmaru.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .icon span {
  background-image: url(../img/chicon_reiji.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .icon:before {
  background-image: url(../img/chicon_cecil.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .icon:after {
  background-image: url(../img/chicon_ranmaru.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru]:before {
  border-color: #af3b49;
  border-right-color: #7b9fd2;
  border-bottom-color: #7b9fd2;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .img span {
  background-image: url(../img/img_ranmaru.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .img:before {
  background-image: url(../img/img_reiji.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .img:after {
  background-image: url(../img/img_ai.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .icon span {
  background-image: url(../img/chicon_ranmaru.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .icon:before {
  background-image: url(../img/chicon_reiji.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .icon:after {
  background-image: url(../img/chicon_ai.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai]:before {
  border-color: #b69bc7;
  border-right-color: #fff481;
  border-bottom-color: #fff481;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .img span {
  background-image: url(../img/img_ai.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .img:before {
  background-image: url(../img/img_ranmaru.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .img:after {
  background-image: url(../img/img_camus.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .icon span {
  background-image: url(../img/chicon_ai.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .icon:before {
  background-image: url(../img/chicon_ranmaru.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .icon:after {
  background-image: url(../img/chicon_camus.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus]:before {
  border-color: #a8d4f1;
  border-right-color: #f1dfbb;
  border-bottom-color: #f1dfbb;
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .img span {
  background-image: url(../img/img_camus.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .img:before {
  background-image: url(../img/img_ai.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .img:after {
  background-image: url(../img/img_eiichi.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .icon span {
  background-image: url(../img/chicon_camus.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .icon:before {
  background-image: url(../img/chicon_ai.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .icon:after {
  background-image: url(../img/chicon_eiichi.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi]:before {
  border-color: #e84630;
  border-right-color: #a5368d;
  border-bottom-color: #a5368d;
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .img span {
  background-image: url(../img/img_eiichi.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .img:before {
  background-image: url(../img/img_camus.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .img:after {
  background-image: url(../img/img_kira.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .icon span {
  background-image: url(../img/chicon_eiichi.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .icon:before {
  background-image: url(../img/chicon_camus.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .icon:after {
  background-image: url(../img/chicon_kira.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira]:before {
  border-color: #546db2;
  border-right-color: #fff11d;
  border-bottom-color: #fff11d;
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .img span {
  background-image: url(../img/img_kira.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .img:before {
  background-image: url(../img/img_eiichi.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .img:after {
  background-image: url(../img/img_nagi.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .icon span {
  background-image: url(../img/chicon_kira.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .icon:before {
  background-image: url(../img/chicon_eiichi.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .icon:after {
  background-image: url(../img/chicon_nagi.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi]:before {
  border-color: #fed900;
  border-right-color: #f2a9c8;
  border-bottom-color: #f2a9c8;
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .img span {
  background-image: url(../img/img_nagi.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .img:before {
  background-image: url(../img/img_kira.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .img:after {
  background-image: url(../img/img_eiji.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .icon span {
  background-image: url(../img/chicon_nagi.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .icon:before {
  background-image: url(../img/chicon_kira.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .icon:after {
  background-image: url(../img/chicon_eiji.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji]:before {
  border-color: #91519b;
  border-right-color: #56c2e4;
  border-bottom-color: #56c2e4;
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .img span {
  background-image: url(../img/img_eiji.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .img:before {
  background-image: url(../img/img_nagi.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .img:after {
  background-image: url(../img/img_van.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .icon span {
  background-image: url(../img/chicon_eiji.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .icon:before {
  background-image: url(../img/chicon_nagi.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .icon:after {
  background-image: url(../img/chicon_van.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=van]:before {
  border-color: #f19200;
  border-right-color: #0097db;
  border-bottom-color: #0097db;
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .img span {
  background-image: url(../img/img_van.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .img:before {
  background-image: url(../img/img_eiji.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .img:after {
  background-image: url(../img/img_yamato.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .icon span {
  background-image: url(../img/chicon_van.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .icon:before {
  background-image: url(../img/chicon_eiji.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .icon:after {
  background-image: url(../img/chicon_yamato.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato]:before {
  border-color: #ec74a3;
  border-right-color: #9bd0ac;
  border-bottom-color: #9bd0ac;
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .img span {
  background-image: url(../img/img_yamato.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .img:before {
  background-image: url(../img/img_van.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .img:after {
  background-image: url(../img/img_shion.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .icon span {
  background-image: url(../img/chicon_yamato.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .icon:before {
  background-image: url(../img/chicon_van.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .icon:after {
  background-image: url(../img/chicon_shion.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion]:before {
  border-color: #a9cc17;
  border-right-color: #b5c7e5;
  border-bottom-color: #b5c7e5;
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .img span {
  background-image: url(../img/img_shion.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .img:before {
  background-image: url(../img/img_yamato.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .img:after {
  background-image: url(../img/img_otoya.webp);
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .icon span {
  background-image: url(../img/chicon_shion.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .icon:before {
  background-image: url(../img/chicon_yamato.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .icon:after {
  background-image: url(../img/chicon_otoya.png);
}
#top .imgSlider .imgWrap.all .ch[data-ch=masato] .img span {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .img:before {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .img:after {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .img span {
  background-position: 38% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .img:before {
  background-position: 38% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=natsuki] .img:after {
  background-position: 38% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .img span {
  background-position: 38% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .img:before {
  background-position: 38% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=tokiya] .img:after {
  background-position: 38% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .img span {
  background-position: 20% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .img:before {
  background-position: 20% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ren] .img:after {
  background-position: 20% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .img span {
  background-position: 30% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .img:before {
  background-position: 30% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=syo] .img:after {
  background-position: 30% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .img span {
  background-position: 20% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .img:before {
  background-position: 20% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=cecil] .img:after {
  background-position: 20% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .img span {
  background-position: 33% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .img:before {
  background-position: 33% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=reiji] .img:after {
  background-position: 33% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .img span {
  background-position: 33% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .img:before {
  background-position: 33% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ranmaru] .img:after {
  background-position: 33% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .img span {
  background-position: 25% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .img:before {
  background-position: 25% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=ai] .img:after {
  background-position: 25% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiichi] .img span {
  background-position: 25% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .img:before {
  background-position: 25% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=camus] .img:after {
  background-position: 25% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .img span {
  background-position: 40% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .img:before {
  background-position: 40% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=kira] .img:after {
  background-position: 40% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=eiji] .img span {
  background-position: 30% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .img:before {
  background-position: 30% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=nagi] .img:after {
  background-position: 30% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .img span {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .img:before {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=van] .img:after {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=shion] .img span {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=otoya] .img:before {
  background-position: 35% 100%;
}
#top .imgSlider .imgWrap.all .ch[data-ch=yamato] .img:after {
  background-position: 35% 100%;
}
#top .top_nav {
  flex: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
#top .top_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100%;
  font-family: "copperplate", serif;
  line-height: 1;
  letter-spacing: 1px;
}
#top .top_nav ul li {
  position: relative;
  border-right: 2px solid #231815;
}
#top .top_nav ul li:nth-of-type(1) {
  border-left: 2px solid #231815;
}
#top .top_nav ul li a {
  display: block;
  position: relative;
  color: #231815;
  padding: 5px 25px;
}
@media (max-width: 800px) {
  #top {
    margin-bottom: 160px;
    height: auto;
    padding-top: 20px;
  }
  #top .top_nav {
    display: none;
  }
  #top .top_obj.bg_l {
    top: -40px;
  }
  #top .top_obj.bg_r {
    bottom: -170px;
  }
  #top h1 {
    width: 70%;
    margin-block: auto;
    padding: 30px 0;
    z-index: 5;
  }
  #top h1 .logo {
    width: 140px;
    margin-bottom: 8px;
  }
  #top .imgSlider {
    height: 380px;
    aspect-ratio: auto;
    min-height: 0;
  }
  #top .imgSlider .imgWrap.solo .ch.on .img .imgbox .chimg {
    transform: translate(-50%, -50%);
  }
  #top .imgSlider .imgWrap.solo .ch .img:after {
    background-size: 6px;
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox {
    width: 100%;
    overflow: hidden;
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox .txt {
    padding: 10px 15px 20px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    color: #fff;
    opacity: 0.7;
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox .txt br {
    display: none;
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox .txt .ltxt {
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox .txt .stxt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox .txt .icon {
    width: 110px;
    transform: translateX(-5px);
    margin-top: auto;
    filter: invert(100%);
  }
  #top .imgSlider .imgWrap.solo .ch .img .imgbox .chimg {
    width: 140%;
    min-height: 0;
    background-size: auto 110%;
    background-position: 50% 10px;
    right: auto;
    left: 70%;
    top: 50%;
    transform: translate(-70%, -50%);
  }
  #top .imgSlider .imgWrap.all .allslider {
    gap: 6px;
    left: calc(50% - 43px);
    padding-bottom: 15px;
    align-items: flex-start;
  }
  #top .imgSlider .imgWrap.all .ctrl {
    font-size: 90%;
    letter-spacing: 0;
    gap: 15px;
    z-index: 5;
    padding: 0 10px;
    transform: translateY(30px);
  }
  #top .imgSlider .imgWrap.all .ctrl span {
    transform: translateY(-1px);
  }
  #top .imgSlider .imgWrap.all .ch {
    width: 90px;
  }
  #top .imgSlider .imgWrap.all .ch:nth-of-type(odd) {
    transform: translateY(30px);
  }
  #top .imgSlider .imgWrap.all .ch:after {
    background-size: 6px;
  }
  #top .imgSlider .imgWrap.all .ch:before {
    border-width: 4px;
  }
  #top .imgSlider .imgWrap.all .ch .img {
    inset: 4px;
  }
  #top .imgSlider .imgWrap.all .ch .img span, #top .imgSlider .imgWrap.all .ch .img:before, #top .imgSlider .imgWrap.all .ch .img:after {
    background-size: auto 83%;
    background-position: 50% 100%;
  }
  #top .imgSlider .imgWrap.all .ch .img:before {
    transform: translateX(-82px);
    opacity: 0;
  }
  #top .imgSlider .imgWrap.all .ch .img:after {
    transform: translateX(82px);
    opacity: 0;
  }
  #top .imgSlider .imgWrap.all .ch .icon span, #top .imgSlider .imgWrap.all .ch .icon:before, #top .imgSlider .imgWrap.all .ch .icon:after {
    background-size: 90% auto;
    background-position: 50% 10px;
  }
  #top .top_nav {
    margin-top: 40px;
  }
  #top .top_nav ul {
    font-size: 90%;
    letter-spacing: 0.2px;
  }
  #top .top_nav ul li:after, #top .top_nav ul li:nth-of-type(1):before {
    width: 3px;
    right: -1px;
  }
  #top .top_nav ul li:nth-of-type(1):before {
    right: auto;
    left: -1px;
  }
  #top .top_nav ul li a {
    padding: 3px 10px;
  }
}

/* ================================================================ *
* concept
* ================================================================ */
#concept p:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}
#concept .txtWrap {
  font-size: 130%;
  letter-spacing: 2px;
}
@media (max-width: 800px) {
  #concept p:not(:nth-last-of-type(1)) {
    margin-bottom: 12px;
  }
  #concept .txtWrap {
    font-size: 100%;
    letter-spacing: 0px;
    margin-bottom: 30px;
  }
}

/* ================================================================ *
* product
* ================================================================ */
#product .disc {
  font-size: 120%;
  margin-bottom: 70px;
}
#product .itemWrap {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2%;
}
#product .itemWrap:not(:nth-last-of-type(1)) {
  margin-bottom: 180px;
}
#product .itemWrap .itemBox {
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 3px solid #231815;
  background: #fff;
  padding: 22px 30px 35px;
  width: 23.5%;
  transition: all 0.6s ease-out;
  opacity: 0;
  transform: translateY(30px);
}
#product .itemWrap .itemBox:before {
  content: "";
  display: block;
  position: absolute;
  inset: 3px;
  border: 1px solid #231815;
  z-index: 1;
}
#product .itemWrap .itemBox > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  #product .itemWrap .itemBox {
    border-width: 2px;
  }
  #product .itemWrap .itemBox:before {
    inset: 3px;
    border-width: 1px;
    opacity: 0.7;
  }
}
@media (min-width: 800px) {
  #product .itemWrap .itemBox:nth-of-type(4n-2) {
    transition-delay: 0.1s;
  }
  #product .itemWrap .itemBox:nth-of-type(4n-1) {
    transition-delay: 0.2s;
  }
  #product .itemWrap .itemBox:nth-of-type(4n) {
    transition-delay: 0.3s;
  }
}
#product .itemWrap .itemBox.show {
  opacity: 1;
  transform: translateY(0);
}
#product .itemWrap .itemBox:hover {
  transform: translateY(-10px);
}
#product .itemWrap .itemBox:hover .btn a, #product .itemWrap .itemBox:hover .btn_en a, #product .itemWrap .itemBox:hover .btn p, #product .itemWrap .itemBox:hover .btn_en p {
  color: #fff;
}
#product .itemWrap .itemBox:hover .btn:before, #product .itemWrap .itemBox:hover .btn_en:before {
  transform: skew(-45deg) scaleX(1);
  opacity: 1;
}
#product .itemWrap .itemBox .icon img {
  width: 94px;
}
#product .itemWrap .itemBox .name {
  font-family: "kensington", sans-serif;
  font-size: 220%;
  line-height: 1;
  padding: 3px 0 7px;
  letter-spacing: 1px;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  margin-top: 10px;
}
#product .itemWrap .itemBox .img {
  padding: 5px 20px;
}
#product .itemWrap .itemBox .img img {
  max-width: 140px;
}
#product .itemWrap .itemBox .item {
  font-family: "copperplate", serif;
  font-size: 90%;
  line-height: 1.1;
  margin-bottom: 18px;
  border-top: 1px dotted #231815;
}
#product .itemWrap .itemBox .item p {
  border-bottom: 1px dotted #231815;
  padding: 7px 0 8px;
}
#product .itemWrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  z-index: -1;
  transform: scaleX(0);
  opacity: 0;
  transition: all 1.5s ease-out;
}
#product .itemWrap.st:after {
  background: #d2bf66;
  height: 850px;
  right: 0;
  margin-top: 120px;
  transform-origin: 100% 0;
}
#product .itemWrap.qn:after {
  background: #afb3b4;
  height: 700px;
  left: 0;
  margin-top: -85px;
  transform-origin: 0 0;
}
#product .itemWrap.hv:after {
  background: #6c718f;
  height: 850px;
  right: 0;
  margin-top: 120px;
  transform-origin: 100% 0;
}
#product .itemWrap.show:after {
  transform: scaleX(1);
  opacity: 1;
}
@media (max-width: 800px) {
  #product {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  #product .ttl {
    font-size: 180%;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #product .disc {
    font-size: 100%;
    margin-bottom: 25px;
  }
  #product .itemWrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  #product .itemWrap:not(:nth-last-of-type(1)) {
    margin-bottom: 50px;
  }
  #product .itemWrap .itemBox {
    width: 48.5%;
    padding: 15px 15px 18px;
    transform: translateY(20px);
  }
  #product .itemWrap .itemBox:nth-of-type(2n) {
    transition-delay: 0.1s;
  }
  #product .itemWrap .itemBox .icon img {
    width: 55px;
  }
  #product .itemWrap .itemBox .name {
    font-size: 140%;
    padding: 3px 0 5px;
    white-space: nowrap;
    margin-top: 8px;
    border-width: 1px;
  }
  #product .itemWrap .itemBox .img {
    padding: 3px 25px;
  }
  #product .itemWrap .itemBox .img img {
    width: 100%;
  }
  #product .itemWrap .itemBox .item {
    font-size: 78%;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
  }
  #product .itemWrap .itemBox .item p {
    padding: 3px 0;
  }
  #product .itemWrap:after {
    width: 80%;
  }
  #product .itemWrap.st:after {
    height: 1100px;
    margin-top: 80px;
  }
  #product .itemWrap.qn:after {
    height: 500px;
    margin-top: 50px;
  }
  #product .itemWrap.hv:after {
    height: 1100px;
    margin-top: 80px;
  }
}

#popup.detail .ribbon {
  position: absolute !important;
  inset: 0;
  mix-blend-mode: multiply;
}
#popup.detail .ribbon:before, #popup.detail .ribbon:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 200px;
  top: calc(50% - 100px);
  transform: scaleX(0);
  transition: all 0.5s ease-out 0.3s;
}
@media (min-width: 800px) {
  #popup.detail .ribbon:before {
    left: calc(-100% + 20px);
    transform-origin: 100% 0;
  }
  #popup.detail .ribbon:after {
    right: calc(-100% + 20px);
    transform-origin: 0 0;
  }
}
#popup.detail .wrapper.on .ribbon:before, #popup.detail .wrapper.on .ribbon:after {
  transform: scaleX(1);
}
#popup.detail .detailBox {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#popup.detail .detailBox .nameWrap {
  display: flex;
  flex-direction: column;
  padding: 5px 8px 10px 8px;
}
@media (min-width: 800px) {
  #popup.detail .detailBox .nameWrap {
    border-inline: 2px solid #231815;
  }
}
#popup.detail .detailBox .nameWrap .icon {
  width: 100px;
  margin: 0 auto 13px;
}
#popup.detail .detailBox .nameWrap h1 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  font-family: "copperplate", serif;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 800px) {
  #popup.detail .detailBox .nameWrap h1 p {
    writing-mode: vertical-rl;
    padding-top: 3px;
  }
  #popup.detail .detailBox .nameWrap h1 .name {
    font-size: 45px;
    line-height: 1;
    padding-top: 0;
  }
}
@media (min-width: 800px) {
  #popup.detail .detailBox .imgWrap {
    flex: 1;
    border-right: 2px solid #231815;
    padding: 0px 18px;
  }
}
#popup.detail .detailBox .imgWrap .img {
  border: 1px solid #231815;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  aspect-ratio: 6/7;
}
#popup.detail .detailBox .imgWrap .img li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup.detail .detailBox .imgWrap .img li.on {
  opacity: 1;
}
#popup.detail .detailBox .imgWrap .imgbtn {
  display: flex;
  gap: 10px;
}
#popup.detail .detailBox .imgWrap .imgbtn li {
  width: 70px;
  border: 1px solid #231815;
  opacity: 0.5;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#popup.detail .detailBox .imgWrap .imgbtn li.on {
  opacity: 1;
}
@media (min-width: 800px) {
  #popup.detail .detailBox .txtWrap {
    width: 570px;
    height: 100%;
    min-height: 620px;
    border-right: 2px solid #231815;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
#popup.detail .detailBox .txtWrap .item:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
#popup.detail .detailBox .txtWrap .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "copperplate", serif;
  font-size: 28px;
  line-height: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
}
#popup.detail .detailBox .txtWrap .ttl .type {
  font-size: 50%;
}
#popup.detail .detailBox .txtWrap .disc {
  font-size: 90%;
  line-height: 1.4;
  padding: 12px 0 10px;
  border-bottom: 2px dotted rgba(35, 24, 21, 0.5);
}
#popup.detail .detailBox .txtWrap .note {
  font-size: 14px;
  line-height: 19px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 9px auto 11px;
}
#popup.detail .detailBox .txtWrap .note th {
  position: relative;
  text-align: right;
  padding: 0 13px 0 0;
  font-size: 11px;
  line-height: 19px;
}
#popup.detail .detailBox .txtWrap .note th:after {
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#popup.detail .detailBox .txtWrap .note td {
  padding: 0 0 0 10px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.8px;
}
#popup.detail .detailBox .txtWrap .ch_comment {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#popup.detail .detailBox .txtWrap .ch_comment .ch {
  font-family: "copperplate", serif;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #000;
  padding: 8px 10px;
  min-width: 110px;
}
#popup.detail .detailBox .txtWrap .ch_comment .ch .from {
  font-size: 75%;
}
#popup.detail .detailBox .txtWrap .ch_comment .comment {
  font-size: 85%;
  line-height: 1.3;
}
#popup.detail.otoya .ribbon:before {
  background-color: #e84630;
}
#popup.detail.otoya .ribbon:after {
  background-color: #ffe927;
}
#popup.detail.otoya .ch_comment.main {
  background-color: rgba(232, 70, 48, 0.3);
}
#popup.detail.otoya .ch_comment.sub {
  background-color: rgba(255, 233, 39, 0.3);
}
#popup.detail.masato .ribbon:before {
  background-color: #546db2;
}
#popup.detail.masato .ribbon:after {
  background-color: #7fcdf3;
}
#popup.detail.masato .ch_comment.main {
  background-color: rgba(84, 109, 178, 0.3);
}
#popup.detail.masato .ch_comment.sub {
  background-color: rgba(127, 205, 243, 0.3);
}
#popup.detail.natsuki .ribbon:before {
  background-color: #fed900;
}
#popup.detail.natsuki .ribbon:after {
  background-color: #c0d743;
}
#popup.detail.natsuki .ch_comment.main {
  background-color: rgba(254, 217, 0, 0.3);
}
#popup.detail.natsuki .ch_comment.sub {
  background-color: rgba(192, 215, 67, 0.3);
}
#popup.detail.tokiya .ribbon:before {
  background-color: #91519b;
}
#popup.detail.tokiya .ribbon:after {
  background-color: #d5bb43;
}
#popup.detail.tokiya .ch_comment.main {
  background-color: rgba(145, 81, 155, 0.3);
}
#popup.detail.tokiya .ch_comment.sub {
  background-color: rgba(213, 187, 67, 0.3);
}
#popup.detail.ren .ribbon:before {
  background-color: #f19200;
}
#popup.detail.ren .ribbon:after {
  background-color: #af6ca9;
}
#popup.detail.ren .ch_comment.main {
  background-color: rgba(241, 146, 0, 0.3);
}
#popup.detail.ren .ch_comment.sub {
  background-color: rgba(175, 108, 169, 0.3);
}
#popup.detail.syo .ribbon:before {
  background-color: #ec74a3;
}
#popup.detail.syo .ribbon:after {
  background-color: #90d1e0;
}
#popup.detail.syo .ch_comment.main {
  background-color: rgba(236, 116, 163, 0.3);
}
#popup.detail.syo .ch_comment.sub {
  background-color: rgba(144, 209, 224, 0.3);
}
#popup.detail.cecil .ribbon:before {
  background-color: #a9cc17;
}
#popup.detail.cecil .ribbon:after {
  background-color: #f8bd22;
}
#popup.detail.cecil .ch_comment.main {
  background-color: rgba(169, 204, 23, 0.3);
}
#popup.detail.cecil .ch_comment.sub {
  background-color: rgba(248, 189, 34, 0.3);
}
#popup.detail.reiji .ribbon:before {
  background-color: #29b37a;
}
#popup.detail.reiji .ribbon:after {
  background-color: #f5bed5;
}
#popup.detail.reiji .ch_comment.main {
  background-color: rgba(41, 179, 122, 0.3);
}
#popup.detail.reiji .ch_comment.sub {
  background-color: rgba(245, 190, 213, 0.3);
}
#popup.detail.ranmaru .ribbon:before {
  background-color: #af3b49;
}
#popup.detail.ranmaru .ribbon:after {
  background-color: #7b9fd2;
}
#popup.detail.ranmaru .ch_comment.main {
  background-color: rgba(175, 59, 73, 0.3);
}
#popup.detail.ranmaru .ch_comment.sub {
  background-color: rgba(123, 159, 210, 0.3);
}
#popup.detail.ai .ribbon:before {
  background-color: #b69bc7;
}
#popup.detail.ai .ribbon:after {
  background-color: #fff481;
}
#popup.detail.ai .ch_comment.main {
  background-color: rgba(182, 155, 199, 0.3);
}
#popup.detail.ai .ch_comment.sub {
  background-color: rgba(255, 244, 129, 0.3);
}
#popup.detail.camus .ribbon:before {
  background-color: #a8d4f1;
}
#popup.detail.camus .ribbon:after {
  background-color: #f1dfbb;
}
#popup.detail.camus .ch_comment.main {
  background-color: rgba(168, 212, 241, 0.3);
}
#popup.detail.camus .ch_comment.sub {
  background-color: rgba(241, 223, 187, 0.3);
}
#popup.detail.eiichi .ribbon:before {
  background-color: #e84630;
}
#popup.detail.eiichi .ribbon:after {
  background-color: #a5368d;
}
#popup.detail.eiichi .ch_comment.main {
  background-color: rgba(232, 70, 48, 0.3);
}
#popup.detail.eiichi .ch_comment.sub {
  background-color: rgba(165, 54, 141, 0.3);
}
#popup.detail.kira .ribbon:before {
  background-color: #546db2;
}
#popup.detail.kira .ribbon:after {
  background-color: #fff11d;
}
#popup.detail.kira .ch_comment.main {
  background-color: rgba(84, 109, 178, 0.3);
}
#popup.detail.kira .ch_comment.sub {
  background-color: rgba(255, 241, 29, 0.3);
}
#popup.detail.nagi .ribbon:before {
  background-color: #fed900;
}
#popup.detail.nagi .ribbon:after {
  background-color: #f2a9c8;
}
#popup.detail.nagi .ch_comment.main {
  background-color: rgba(254, 217, 0, 0.3);
}
#popup.detail.nagi .ch_comment.sub {
  background-color: rgba(242, 169, 200, 0.3);
}
#popup.detail.eiji .ribbon:before {
  background-color: #91519b;
}
#popup.detail.eiji .ribbon:after {
  background-color: #56c2e4;
}
#popup.detail.eiji .ch_comment.main {
  background-color: rgba(145, 81, 155, 0.3);
}
#popup.detail.eiji .ch_comment.sub {
  background-color: rgba(86, 194, 228, 0.3);
}
#popup.detail.van .ribbon:before {
  background-color: #f19200;
}
#popup.detail.van .ribbon:after {
  background-color: #0097db;
}
#popup.detail.van .ch_comment.main {
  background-color: rgba(241, 146, 0, 0.3);
}
#popup.detail.van .ch_comment.sub {
  background-color: rgba(0, 151, 219, 0.3);
}
#popup.detail.yamato .ribbon:before {
  background-color: #ec74a3;
}
#popup.detail.yamato .ribbon:after {
  background-color: #9bd0ac;
}
#popup.detail.yamato .ch_comment.main {
  background-color: rgba(236, 116, 163, 0.3);
}
#popup.detail.yamato .ch_comment.sub {
  background-color: rgba(155, 208, 172, 0.3);
}
#popup.detail.shion .ribbon:before {
  background-color: #a9cc17;
}
#popup.detail.shion .ribbon:after {
  background-color: #b5c7e5;
}
#popup.detail.shion .ch_comment.main {
  background-color: rgba(169, 204, 23, 0.3);
}
#popup.detail.shion .ch_comment.sub {
  background-color: rgba(181, 199, 229, 0.3);
}
@media (max-width: 800px) {
  #popup.detail .ribbon:before, #popup.detail .ribbon:after {
    width: 160px;
    height: 40px;
    top: auto;
    left: calc(50% - 80px);
  }
  #popup.detail .ribbon:before {
    top: -22px;
  }
  #popup.detail .ribbon:after {
    bottom: -22px;
  }
  #popup.detail .detailBox {
    display: block;
  }
  #popup.detail .detailBox .nameWrap {
    padding: 0 0 5px;
    text-align: center;
  }
  #popup.detail .detailBox .nameWrap .icon {
    width: 100px;
    margin: 0 auto 12px;
  }
  #popup.detail .detailBox .nameWrap h1 {
    flex-direction: column;
  }
  #popup.detail .detailBox .nameWrap h1 p {
    font-size: 20px;
  }
  #popup.detail .detailBox .nameWrap h1 .name {
    font-size: 40px;
    margin-bottom: 3px;
    line-height: 0.95;
  }
  #popup.detail .detailBox .imgWrap {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
  }
  #popup.detail .detailBox .imgWrap .imgbtn {
    justify-content: center;
  }
  #popup.detail .detailBox .imgWrap .imgbtn li {
    width: 50px;
  }
  #popup.detail .detailBox .txtWrap {
    width: 100%;
    min-height: 0;
    padding: 15px 0;
  }
  #popup.detail .detailBox .txtWrap .item .ttl {
    padding: 10px 0 7px;
    text-align: center;
    display: block;
  }
  #popup.detail .detailBox .txtWrap .item .disc {
    font-size: 95%;
  }
  #popup.detail .detailBox .txtWrap .item .note {
    font-size: 12px;
    line-height: 15px;
  }
  #popup.detail .detailBox .txtWrap .item .note th {
    font-size: 10px;
    line-height: 15px;
  }
  #popup.detail .detailBox .txtWrap .item .ch_comment {
    flex-direction: column;
    gap: 8px;
  }
  #popup.detail .detailBox .txtWrap .item .ch_comment .comment {
    font-size: 88%;
    line-height: 1.5;
  }
}

/* ================================================================ *
* detail
* ================================================================ */
#detail .disc .h02 {
  font-family: "copperplate", serif;
  letter-spacing: 1px;
  text-indent: -1px;
}
#detail .disc .ja {
  font-size: 90%;
}
#detail .spec_table {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  #detail .disc .h02 {
    letter-spacing: 0px;
    text-indent: 0px;
    margin-bottom: 5px;
  }
  #detail .disc .ja {
    font-size: 80%;
  }
  #detail .spec_table {
    margin-bottom: 35px;
  }
}

#attention {
  font-size: 90%;
}
#attention .wrap {
  padding: 30px 60px;
}
#attention h1 {
  text-align: center;
  font-size: 180%;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
#attention dl dt {
  font-size: 105%;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#attention dl dd {
  padding: 10px;
}
#attention dl dd:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}
#attention dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin: 5px 0;
}
@media (max-width: 800px) {
  #attention .wrap {
    padding: 10px 0px;
  }
  #attention dl dd:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}

/* ================================================================ *
* buy
* ================================================================ */
#buy .pg_wrapper:not(:nth-last-of-type(1)) {
  margin-bottom: 100px;
}
#buy .disc {
  font-size: 90%;
  margin-bottom: 25px;
}
#buy .spec_table {
  margin: 0 auto 40px;
}
#buy .spec_table tr th {
  padding: 30px;
  width: 40%;
  font-size: 95%;
}
#buy .spec_table tr th p {
  white-space: nowrap;
  padding: 5px 1.5em;
  width: 18.5em;
}
#buy .spec_table.net tr th p {
  padding: 5px 6em;
}
#buy .bnr img {
  border: 1px solid #231815;
}
@media (max-width: 800px) {
  #buy .pg_wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 60px;
  }
  #buy .disc {
    font-size: 85%;
    margin-bottom: 20px;
  }
  #buy .spec_table {
    margin: 0 auto 20px;
  }
  #buy .spec_table tr th {
    padding: 10px 10px 10px 5px;
    width: auto;
  }
  #buy .spec_table tr td {
    width: 40%;
  }
  #buy .spec_table.net tr th p {
    width: 12em;
    text-align: center;
    padding: 5px 3em;
  }
  #buy .spec_table.net tr td {
    width: auto;
  }
}
#buy .bnr {
  padding: 0 30px;
}

/* ================================================================ *
* footer
* ================================================================ */
#gfooter {
  background: #ebebeb;
  margin-top: 130px;
  padding: 80px 30px;
}
#gfooter .aisatu {
  font-size: 150%;
  margin-bottom: 80px;
}
#gfooter .sns {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#gfooter .sns .txt {
  font-family: "copperplate", serif;
  font-size: 130%;
  letter-spacing: 2px;
  text-indent: 2px;
}
#gfooter .sns .ya {
  transform: scaleX(0.5);
  letter-spacing: -3px;
  padding-right: 20px;
  font-weight: 600;
}
#gfooter .link {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#gfooter .link .btn, #gfooter .link .btn_en {
  max-width: 400px;
  border-width: 1.5px;
  font-size: 90%;
}
#gfooter .link .btn a, #gfooter .link .btn_en a, #gfooter .link .btn p, #gfooter .link .btn_en p {
  padding: 15px 10px;
}
#gfooter .attention_ul {
  margin-bottom: 30px;
}
#gfooter .copy {
  font-size: 15px;
}
@media (max-width: 800px) {
  #gfooter {
    margin-top: 50px;
    padding: 80px 30px;
  }
  #gfooter .aisatu {
    font-size: 120%;
    margin-bottom: 30px;
  }
  #gfooter .link {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 6px;
  }
  #gfooter .link .btn a, #gfooter .link .btn_en a, #gfooter .link .btn p, #gfooter .link .btn_en p {
    padding: 10px 15px 12px;
    text-align: left;
  }
  #gfooter .copy {
    font-size: 11px;
  }
}

/* ================================================================ *
* popup
* ================================================================ */
#popup, #popup_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1005;
  opacity: 0;
  transition: all 0.2s ease-out;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transform: translateY(-100%);
}
#popup > .bg, #popup_movie > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
#popup .close, #popup_movie .close {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#popup .close span, #popup_movie .close span {
  position: relative;
  display: block;
  width: 70px;
  height: 60px;
}
#popup .close span:before, #popup .close span:after, #popup_movie .close span:before, #popup_movie .close span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: calc(50% - 2px);
  left: 0;
  background: #231815;
}
#popup .close span:before, #popup_movie .close span:before {
  transform: rotate(25deg);
}
#popup .close span:after, #popup_movie .close span:after {
  transform: rotate(-25deg);
}
#popup .close.on, #popup_movie .close.on {
  opacity: 1;
}
#popup.on, #popup_movie.on {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 800px) {
  #popup, #popup_movie {
    padding: 0;
  }
  #popup .close, #popup_movie .close {
    right: 22px;
    top: 12px;
  }
  #popup .close span, #popup_movie .close span {
    width: 35px;
    height: 40px;
  }
  #popup .close span:before, #popup .close span:after, #popup_movie .close span:before, #popup_movie .close span:after {
    height: 2px;
  }
}

#popup .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 10px 0;
}
@media (min-width: 800px) {
  #popup .content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
#popup .content .wrapper {
  position: relative;
  z-index: 10;
  width: min(100%, 1280px);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background: #fff;
  border: 5px solid #231815;
  padding: 40px;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(1.05);
}
#popup .content .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  inset: 5px;
  border: 1.5px solid #231815;
  z-index: 1;
}
#popup .content .wrapper > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  #popup .content .wrapper {
    border-width: 2px;
  }
  #popup .content .wrapper:before {
    inset: 3px;
    border-width: 1px;
    opacity: 0.7;
  }
}
#popup .content .wrapper.on {
  opacity: 1;
  transform: scale(1);
}
#popup .content .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease-out;
  opacity: 1;
  font-size: 13px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
#popup .content .loading.on {
  opacity: 0;
}
@media (max-width: 800px) {
  #popup .content .loading {
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
}
@media (max-width: 800px) {
  #popup .content {
    padding: 0;
  }
  #popup .content .wrapper {
    padding: 35px 20px 40px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  #popup .content .wrapper:before {
    position: fixed;
  }
  #popup .content .wrapper .detailBox {
    position: relative;
    width: 100%;
    height: calc(100svh - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

#popup.img .content {
  padding: 60px;
  margin-bottom: 10px;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#popup.img .content .wrapper {
  padding: 0;
}
@media (max-width: 800px) {
  #popup.img .content {
    padding: 40px 20px;
  }
}

#popup_movie .close {
  right: 15px;
  top: 15px;
}
#popup_movie #movie_wrap {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.4s ease-out 0.5s;
}
#popup_movie #movie_wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#popup_movie #movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#popup_movie #movie_wrap iframe.on {
  display: block;
}
@media (min-width: 800px) {
  #popup_movie #movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 800px) {
  #popup_movie #movie_wrap {
    width: 100%;
    height: auto;
  }
}
#popup_movie.on {
  top: 0;
}
#popup_movie.on #movie_wrap {
  opacity: 1;
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */