@charset "UTF-8";
/* ================================================================ *
* MIXIN
* ================================================================ */
/* ================================================================ *
//* BODY
* ================================================================ */
body {
  position: relative;
  caret-color: transparent;
  font-family: "Noto Sans JP", "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #030303;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  font-kerning: 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: #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%;
  pointer-events: none;
}

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

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

.btn {
  position: relative;
  background: #030303;
  text-align: left;
  width: min(100%, 400px);
  border: 2px solid #000;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.15s ease-out;
}
.btn a, .btn p {
  position: relative;
  display: block;
  padding: 6px 15px 9px;
  z-index: 2;
  color: #fff;
  font-size: 90%;
}
.btn a:before, .btn a:after, .btn p:before, .btn p:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0px;
}
.btn a:before, .btn p:before {
  background: #030303;
}
.btn a:after, .btn p:after {
  background: url(../img/btn_icon.png) 55% 50% no-repeat;
  background-size: 12px auto;
  filter: brightness(0);
}
.btn:not(.cmsn):hover:after {
  transform-origin: 0 0;
  transform: scaleX(1);
}
.btn:not(.cmsn):hover a {
  color: #000;
}
@media (max-width: 800px) {
  .btn a, .btn p {
    padding: 3px 5px 5px;
    font-size: 11px;
  }
  .btn a:before, .btn a:after, .btn p:before, .btn p:after {
    width: 20px;
  }
  .btn a:after, .btn p:after {
    background-size: 6px;
  }
}
.btn:not(.ver) a:before, .btn:not(.ver) p:before {
  border-left: 1px solid #fff;
}
.btn:not(.ver) a:after, .btn:not(.ver) p:after {
  filter: none;
  background-size: 11px auto;
}
@media (max-width: 800px) {
  .btn:not(.ver) a:after, .btn:not(.ver) p:after {
    background-size: 6px auto;
  }
}
.btn.btn_l {
  width: min(100%, 450px);
}
.btn.btn_l a, .btn.btn_l p {
  padding: 15px 30px 18px;
  font-size: 105%;
}
.btn.btn_l a:before, .btn.btn_l a:after, .btn.btn_l p:before, .btn.btn_l p:after {
  width: 60px;
}
@media (max-width: 800px) {
  .btn.btn_l a, .btn.btn_l p {
    padding: 10px 15px 13px;
  }
  .btn.btn_l a:before, .btn.btn_l a:after, .btn.btn_l p:before, .btn.btn_l p:after {
    width: 45px;
  }
  .btn.btn_l a:after, .btn.btn_l p:after {
    background-size: 9px auto;
  }
}

.btnWrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 800px) {
  .btnWrap {
    flex-wrap: wrap;
    gap: 8px;
  }
  .btnWrap .btn {
    width: 100%;
  }
}
.btnWrap.pg_btnWrap {
  width: min(1200px, 100%);
  margin: -20px auto 50px;
}
@media (max-width: 800px) {
  .btnWrap.pg_btnWrap {
    padding: 0 30px;
    margin: -10px auto 25px;
  }
  .btnWrap.pg_btnWrap a {
    padding: 5px 0;
  }
}

.pp_img_btn, #privilege .item_wrapper li.item_box .pp_ajax_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, #privilege .item_wrapper li.item_box .pp_ajax_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 #030303;
  background-size: 60% auto;
}
.pp_img_btn:hover, #privilege .item_wrapper li.item_box .pp_ajax_btn:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
@media (max-width: 800px) {
  .pp_img_btn:after, #privilege .item_wrapper li.item_box .pp_ajax_btn:after {
    width: 25px;
    height: 25px;
    top: 6px;
    right: 6px;
  }
}

.table_spec {
  text-align: left;
  width: 100%;
  font-size: 90%;
  width: min(100%, 1400px);
  margin: 0 auto;
  border: 2px solid #030303;
}
.table_spec tr {
  display: flex;
}
.table_spec tr:not(:nth-last-of-type(1)) {
  border-bottom: 2px solid #030303;
}
.table_spec tr th {
  position: relative;
  border-right: 2px dotted #000;
  font-size: 90%;
  line-height: 1.7;
  font-weight: 900;
  width: 10em;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_spec tr th p {
  width: 4em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.table_spec tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 1.5em;
  flex: 1;
}
.table_spec tr td:not(:nth-last-of-type(1)) {
  border-right: 2px solid #000;
}
@media (max-width: 800px) {
  .table_spec {
    font-size: 85%;
  }
  .table_spec tr th {
    line-height: 1.5;
    font-size: 80%;
    width: 5em;
    padding: 8px 5px;
  }
  .table_spec tr td {
    padding: 8px;
  }
  .table_spec:not(.yoko) tr {
    display: block;
  }
  .table_spec:not(.yoko) tr th {
    display: block;
    border-right: none;
    border-bottom: 2px dotted #000;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 95%;
  }
  .table_spec:not(.yoko) tr th p {
    margin: 0 auto;
  }
  .table_spec:not(.yoko) tr td {
    display: block !important;
    padding: 8px;
    width: 100%;
  }
  .table_spec:not(.yoko) tr td:not(:nth-last-of-type(1)) {
    border-right: none;
    border-bottom: 2px solid #030303;
  }
}

.attention_txt {
  font-size: 80%;
  color: rgba(3, 3, 3, 0.7);
  line-height: 1.5;
}

.attention_dl {
  color: rgba(3, 3, 3, 0.7);
}
.attention_dl dd:has(+ dt) {
  margin-bottom: 20px;
}

.attention_ul {
  font-size: 80%;
  color: rgba(3, 3, 3, 0.7);
}
.attention_ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin: 4px 0;
}
@media (max-width: 800px) {
  .attention_ul {
    font-size: 10px;
  }
  .attention_ul li {
    margin: 2px 0;
  }
}

.snsbox {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.snsbox > div {
  display: inline-block;
  width: 35px;
  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;
}
.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: 30px;
    height: 30px;
  }
}

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

.prr.slide {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-out;
}
.prr.slide.show {
  clip-path: inset(0);
  opacity: 1;
}

/* ================================================================ *
* loading
/* ================================================================ */
#loading {
  position: fixed;
  width: 100vw;
  height: 100svh;
  top: 0;
  left: 0;
  background: #efefef;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out 0.3s;
  opacity: 1;
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 900;
}
#loading .box {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-out;
  clip-path: inset(0 0 0 0);
}
#loading .bar {
  position: relative;
  width: 500px;
  height: 0.7lh;
}
#loading .bar span {
  display: block;
  position: absolute;
  inset: 0 100% 0 0;
  z-index: 1;
  background: url(../img/bg_stripe_black.png);
}
#loading.off {
  opacity: 0;
  pointer-events: none;
}
#loading.off .box {
  clip-path: inset(0 0 0 100%);
}
@media (max-width: 800px) {
  #loading {
    font-size: 16px;
  }
  #loading .box {
    flex-direction: column;
    align-items: flex-start;
  }
  #loading .bar {
    width: 50vw;
  }
  #loading .bar span {
    background-size: 45px auto;
  }
}

/* ================================================================ *
//* menu
/* ================================================================ */
#menuIcon {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: 84px;
  padding: 13px 14px 14px;
  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;
  background: #030303;
}
#menuIcon.scroll {
  opacity: 1;
}
#menuIcon .icon {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menuIcon .icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background: #fff;
}
#menuIcon .icon span:before, #menuIcon .icon span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  transition: all 0.15s ease-out;
}
#menuIcon .icon span:before {
  transform: translateY(-18px);
}
#menuIcon .icon span:after {
  transform: translateY(18px);
}
#menuIcon.on .icon span {
  background: transparent;
}
#menuIcon.on .icon span:before {
  transform: rotate(45deg);
}
#menuIcon.on .icon span:after {
  transform: rotate(-45deg);
}
@media (max-width: 800px) {
  #menuIcon {
    width: 52px;
    padding: 5px 9px 7px;
    gap: 4px;
  }
  #menuIcon .icon span:before {
    transform: translateY(-12px);
  }
  #menuIcon .icon span:after {
    transform: translateY(12px);
  }
  #menuIcon p {
    font-size: 10px;
    letter-spacing: 0;
  }
}

#gMenu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  background: rgba(191, 191, 191, 0.8);
  backdrop-filter: blur(12px);
}
#gMenu.show {
  opacity: 1;
  pointer-events: auto;
}
#gMenu.show nav {
  transform: translateX(0);
}
#gMenu nav {
  position: absolute;
  top: 0;
  right: 0;
  width: min(40vw, 800px);
  height: 100%;
  padding: 100px 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #030303;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
}
#gMenu nav .logo {
  width: min(40vh, 400px);
  margin-bottom: 5vh;
}
#gMenu nav .logo a {
  display: block;
}
#gMenu nav ul {
  width: 80%;
  height: 100%;
  max-height: 900px;
  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 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  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;
  opacity: 0.8;
  transform: scaleX(0);
  background: #fff;
  transition: all 0.15s ease-out;
}
#gMenu nav ul li a:hover:after {
  transform: scaleX(1);
}
@media (max-width: 800px) {
  #gMenu {
    padding: 50px 0;
  }
  #gMenu nav {
    width: 100%;
    padding: 50px 0;
  }
  #gMenu nav .logo {
    margin-bottom: 1.5vh;
  }
  #gMenu nav ul {
    width: 90%;
    height: auto;
    padding: 30px 0;
  }
  #gMenu nav ul li a {
    font-size: 25px;
    padding: 15px 0;
  }
}

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

#wrapper {
  position: relative;
}

section.pg {
  position: relative;
  z-index: 1;
}

.sectionHeader {
  position: relative;
  z-index: 2;
}
.sectionHeader:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 35px;
  bottom: -35px;
  left: 0;
  background: url(../img/bg_stripe_black.png);
}
.sectionHeader .slideTxt {
  width: 100%;
  height: 46px;
  background: url(../img/h01_obi.png) 0 100% repeat-x;
  animation: obi_anm 20s linear infinite;
}
@keyframes obi_anm {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: -840px 100%;
  }
}
.sectionHeader .section_btnWrap {
  display: flex;
  border-bottom: 2px solid #030303;
}
.sectionHeader .section_btnWrap .section_btn {
  flex: 1;
  position: relative;
  background: #bfbfbf;
}
.sectionHeader .section_btnWrap .section_btn:nth-of-type(1) {
  border-right: 2px solid #030303;
}
.sectionHeader .section_btnWrap .section_btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #030303;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
}
.sectionHeader .section_btnWrap .section_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  aspect-ratio: 1/1;
  z-index: 2;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/btn_icon.png) 50% 50% no-repeat;
  background-size: contain;
  filter: brightness(0);
}
.sectionHeader .section_btnWrap .section_btn a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 50px;
  color: #030303;
  font-weight: 600;
  font-size: 150%;
}
.sectionHeader .section_btnWrap .section_btn:hover:before {
  transform: scaleX(1);
}
.sectionHeader .section_btnWrap .section_btn:hover a {
  color: #fff;
}
.sectionHeader .section_btnWrap .section_btn:hover:after {
  filter: none;
}
@media (max-width: 800px) {
  .sectionHeader:after {
    height: 20px;
    background-size: 45px auto;
    bottom: -20px;
  }
  .sectionHeader .slideTxt {
    background-size: 500px auto;
    height: 26px;
  }
  @keyframes obi_anm {
    0% {
      background-position: 0 100%;
    }
    100% {
      background-position: -500px 100%;
    }
  }
  .sectionHeader .section_btnWrap {
    flex-direction: column;
  }
  .sectionHeader .section_btnWrap .section_btn:nth-of-type(1) {
    border-right: none;
    border-bottom: 2px solid #030303;
  }
  .sectionHeader .section_btnWrap .section_btn a {
    padding: 20px;
  }
  .sectionHeader .section_btnWrap .section_btn:after {
    width: 15px;
    right: 20px;
  }
}

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

.h01 {
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
  line-height: 1;
}
.h01.obi {
  background: #fff;
  padding: 35px 0 0;
}
.h01.obi .ttl {
  font-size: 210px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.h01.obi .ttl p {
  position: relative;
  z-index: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #030303;
}
.h01.obi .ttl p:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
  -webkit-text-stroke: 3px transparent;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.h01.obi {
  transition: all 0.5s ease-out;
  clip-path: inset(0 50% 0 50%);
}
.h01.obi.show {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 800px) {
  .h01.obi {
    padding: 18px 0 0;
  }
  .h01.obi .ttl {
    font-size: 100px;
    font-variation-settings: "wdth" 30, "wght" 700;
    gap: 3px;
    padding-bottom: 10px;
  }
  .h01.obi .ttl p {
    -webkit-text-stroke: 2px #030303;
  }
}

.h02 {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 35px;
  letter-spacing: 3px;
  text-indent: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.h02:before {
  content: "[";
}
.h02:after {
  content: "]";
}
@media (max-width: 800px) {
  .h02 {
    font-size: 35px;
    letter-spacing: 0;
    text-indent: 0;
    gap: 0.5em;
    margin-bottom: 18px;
    line-height: 1.2;
  }
}

/* ================================================================ *
//* top
* ================================================================ */
#top {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  width: 100%;
  height: 100svh;
}
@media (min-width: 800px) {
  #top {
    min-height: 45vw;
    max-height: 90vw;
  }
}
#top {
  text-align: center;
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
  background: #fff;
}
#top .top_wrap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}
#top .top_wrap:after {
  content: "";
  display: block;
  position: absolute;
  inset: 30px;
  background: #000;
  opacity: 0;
}
#top .top_wrap .top_box {
  width: 25%;
  height: 50%;
  position: relative;
  z-index: 2;
}
#top .top_wrap .logoWrap {
  position: relative;
  order: 2;
  background: #000;
  padding: 2% 30px 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5%;
}
#top .top_wrap .logoWrap .shining {
  width: 80px;
}
#top .top_wrap .logoWrap .day {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-top: 10px;
  font-size: clamp(1.375rem, -0.875rem + 3vw, 2.5rem);
  line-height: 1;
  padding: 0 10px;
  white-space: nowrap;
}
#top .top_wrap .logoWrap .day .week {
  display: inline-block;
  transform: translateY(-2px);
  font-size: 80%;
  display: inline-block;
  margin: 0 5px;
}
#top .top_wrap .logoWrap .day .onsale {
  font-size: 95%;
}
#top .top_wrap .menu {
  order: 7;
  display: flex;
  flex-wrap: wrap;
}
#top .top_wrap .menu li {
  width: 50%;
  height: 33.3333%;
  position: relative;
  background: #030303;
}
#top .top_wrap .menu li:not(.logo):before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #bfbfbf;
  clip-path: inset(0 100% 0 0);
  transition: all 0.15s ease-out;
}
#top .top_wrap .menu li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 5px;
  font-size: clamp(1rem, 0.156rem + 1.13vw, 1.563rem);
  color: #fff;
  letter-spacing: 2px;
}
#top .top_wrap .menu li a:after {
  content: "";
  display: block;
  position: relative;
  width: 13px;
  aspect-ratio: 34/51;
  background: url(../img/btn_icon.png) 50% 50% no-repeat;
  z-index: 2;
  background-size: contain;
}
#top .top_wrap .menu li:not(.logo):hover:before {
  clip-path: inset(0);
}
#top .top_wrap .menu li:not(.logo):hover a:after {
  filter: brightness(0);
}
#top .top_wrap .menu li:not(.logo):hover a {
  color: #000;
}
#top .top_wrap .menu li:nth-of-type(2), #top .top_wrap .menu li:nth-of-type(3) {
  background: #efefef;
}
#top .top_wrap .menu li:nth-of-type(2) a, #top .top_wrap .menu li:nth-of-type(3) a {
  color: #000;
}
#top .top_wrap .menu li:nth-of-type(2) a:after, #top .top_wrap .menu li:nth-of-type(3) a:after {
  filter: brightness(0);
}
#top .top_wrap .menu li.logo {
  display: flex;
  flex-direction: column;
  background: #efefef;
  padding: 20px;
}
#top .top_wrap .menu li.logo span {
  display: flex;
  width: 100%;
  height: 100%;
}
#top .top_wrap .menu li.logo span:nth-of-type(2) {
  flex-direction: row-reverse;
}
#top .top_wrap .menu li.logo span:before, #top .top_wrap .menu li.logo span:after {
  content: "";
  display: block;
  flex: 1;
}
#top .top_wrap .menu li.logo span:nth-of-type(1):before {
  background: #d5bc4d;
}
#top .top_wrap .menu li.logo span:nth-of-type(2):before {
  background: #a7b2b5;
}
#top .top_wrap .menu li.logo p {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/shining_logo_line.png) 50% 50% no-repeat;
  background-size: contain;
}
#top .top_wrap .ch {
  position: relative;
  z-index: 1;
}
#top .top_wrap .ch.ch_1 {
  order: 1;
}
#top .top_wrap .ch.ch_2 {
  order: 6;
}
#top .top_wrap .ch.ch_3 {
  order: 3;
}
#top .top_wrap .ch.ch_4 {
  order: 8;
}
#top .top_wrap .ch .img, #top .top_wrap .ch:before, #top .top_wrap .ch:after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: inset(0);
}
#top .top_wrap .ch:before, #top .top_wrap .ch:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
#top .top_wrap .ch.prev .img, #top .top_wrap .ch.next .img {
  transition: all 0.5s cubic-bezier(0, 0.59, 0.54, 0.99);
  clip-path: inset(0 100% 0 0);
}
#top .top_wrap .ch.prev:before {
  z-index: 2;
}
#top .top_wrap .ch.prev:after {
  display: none;
}
#top .top_wrap .ch.next:before {
  display: none;
}
#top .top_wrap .ch.next:after {
  z-index: 2;
}
#top .top_wrap .ch[data-ch=otoya] .img {
  background-image: url(../img/top_ch_otoya.webp);
  background-color: #d0333e;
  background-color: color(display-p3 0.82 0.2 0.24);
  outline: 1px solid #d0333e;
}
#top .top_wrap .ch[data-ch=otoya]:before {
  background-image: url(../img/top_ch_camus.webp);
  background-color: #8fd3ed;
  background-color: color(display-p3 0.56 0.83 0.93);
  outline: 1px solid #8fd3ed;
}
#top .top_wrap .ch[data-ch=otoya]:after {
  background-image: url(../img/top_ch_masato.webp);
  background-color: #0058a2;
  background-color: color(display-p3 0 0.35 0.64);
  outline: 1px solid #0058a2;
}
#top .top_wrap .ch[data-ch=otoya].slide_4:before {
  background-image: url(../img/top_ch_reiji.webp);
  background-color: #51b86f;
  background-color: color(display-p3 0.32 0.72 0.44);
  outline: 1px solid #51b86f;
}
#top .top_wrap .ch[data-ch=otoya].slide_4:after {
  background-image: url(../img/top_ch_ren.webp);
  background-color: #ed6d00;
  background-color: color(display-p3 0.93 0.43 0);
  outline: 1px solid #ed6d00;
}
#top .top_wrap .ch[data-ch=masato] .img {
  background-image: url(../img/top_ch_masato.webp);
  background-color: #0058a2;
  background-color: color(display-p3 0 0.35 0.64);
  outline: 1px solid #0058a2;
}
#top .top_wrap .ch[data-ch=masato]:before {
  background-image: url(../img/top_ch_otoya.webp);
  background-color: #d0333e;
  background-color: color(display-p3 0.82 0.2 0.24);
  outline: 1px solid #d0333e;
}
#top .top_wrap .ch[data-ch=masato]:after {
  background-image: url(../img/top_ch_natsuki.webp);
  background-color: #fdd100;
  background-color: color(display-p3 0.99 0.82 0);
  outline: 1px solid #fdd100;
}
#top .top_wrap .ch[data-ch=masato].slide_4:before {
  background-image: url(../img/top_ch_ranmaru.webp);
  background-color: #8f1744;
  background-color: color(display-p3 0.56 0.09 0.27);
  outline: 1px solid #8f1744;
}
#top .top_wrap .ch[data-ch=masato].slide_4:after {
  background-image: url(../img/top_ch_syo.webp);
  background-color: #ea618f;
  background-color: color(display-p3 0.92 0.38 0.56);
  outline: 1px solid #ea618f;
}
#top .top_wrap .ch[data-ch=natsuki] .img {
  background-image: url(../img/top_ch_natsuki.webp);
  background-color: #fdd100;
  background-color: color(display-p3 0.99 0.82 0);
  outline: 1px solid #fdd100;
}
#top .top_wrap .ch[data-ch=natsuki]:before {
  background-image: url(../img/top_ch_masato.webp);
  background-color: #0058a2;
  background-color: color(display-p3 0 0.35 0.64);
  outline: 1px solid #0058a2;
}
#top .top_wrap .ch[data-ch=natsuki]:after {
  background-image: url(../img/top_ch_tokiya.webp);
  background-color: #5d3c8b;
  background-color: color(display-p3 0.36 0.24 0.55);
  outline: 1px solid #5d3c8b;
}
#top .top_wrap .ch[data-ch=natsuki].slide_4:before {
  background-image: url(../img/top_ch_ai.webp);
  background-color: #b194c4;
  background-color: color(display-p3 0.69 0.58 0.77);
  outline: 1px solid #b194c4;
}
#top .top_wrap .ch[data-ch=natsuki].slide_4:after {
  background-image: url(../img/top_ch_cecil.webp);
  background-color: #9cc813;
  background-color: color(display-p3 0.61 0.78 0.07);
  outline: 1px solid #9cc813;
}
#top .top_wrap .ch[data-ch=tokiya] .img {
  background-image: url(../img/top_ch_tokiya.webp);
  background-color: #5d3c8b;
  background-color: color(display-p3 0.36 0.24 0.55);
  outline: 1px solid #5d3c8b;
}
#top .top_wrap .ch[data-ch=tokiya]:before {
  background-image: url(../img/top_ch_natsuki.webp);
  background-color: #fdd100;
  background-color: color(display-p3 0.99 0.82 0);
  outline: 1px solid #fdd100;
}
#top .top_wrap .ch[data-ch=tokiya]:after {
  background-image: url(../img/top_ch_ren.webp);
  background-color: #ed6d00;
  background-color: color(display-p3 0.93 0.43 0);
  outline: 1px solid #ed6d00;
}
#top .top_wrap .ch[data-ch=tokiya].slide_4:before {
  background-image: url(../img/top_ch_camus.webp);
  background-color: #8fd3ed;
  background-color: color(display-p3 0.56 0.83 0.93);
  outline: 1px solid #8fd3ed;
}
#top .top_wrap .ch[data-ch=tokiya].slide_4:after {
  background-image: url(../img/top_ch_reiji.webp);
  background-color: #51b86f;
  background-color: color(display-p3 0.32 0.72 0.44);
  outline: 1px solid #51b86f;
}
#top .top_wrap .ch[data-ch=ren] .img {
  background-image: url(../img/top_ch_ren.webp);
  background-color: #ed6d00;
  background-color: color(display-p3 0.93 0.43 0);
  outline: 1px solid #ed6d00;
}
#top .top_wrap .ch[data-ch=ren]:before {
  background-image: url(../img/top_ch_tokiya.webp);
  background-color: #5d3c8b;
  background-color: color(display-p3 0.36 0.24 0.55);
  outline: 1px solid #5d3c8b;
}
#top .top_wrap .ch[data-ch=ren]:after {
  background-image: url(../img/top_ch_syo.webp);
  background-color: #ea618f;
  background-color: color(display-p3 0.92 0.38 0.56);
  outline: 1px solid #ea618f;
}
#top .top_wrap .ch[data-ch=ren].slide_4:before {
  background-image: url(../img/top_ch_otoya.webp);
  background-color: #d0333e;
  background-color: color(display-p3 0.82 0.2 0.24);
  outline: 1px solid #d0333e;
}
#top .top_wrap .ch[data-ch=ren].slide_4:after {
  background-image: url(../img/top_ch_ranmaru.webp);
  background-color: #8f1744;
  background-color: color(display-p3 0.56 0.09 0.27);
  outline: 1px solid #8f1744;
}
#top .top_wrap .ch[data-ch=syo] .img {
  background-image: url(../img/top_ch_syo.webp);
  background-color: #ea618f;
  background-color: color(display-p3 0.92 0.38 0.56);
  outline: 1px solid #ea618f;
}
#top .top_wrap .ch[data-ch=syo]:before {
  background-image: url(../img/top_ch_ren.webp);
  background-color: #ed6d00;
  background-color: color(display-p3 0.93 0.43 0);
  outline: 1px solid #ed6d00;
}
#top .top_wrap .ch[data-ch=syo]:after {
  background-image: url(../img/top_ch_cecil.webp);
  background-color: #9cc813;
  background-color: color(display-p3 0.61 0.78 0.07);
  outline: 1px solid #9cc813;
}
#top .top_wrap .ch[data-ch=syo].slide_4:before {
  background-image: url(../img/top_ch_masato.webp);
  background-color: #0058a2;
  background-color: color(display-p3 0 0.35 0.64);
  outline: 1px solid #0058a2;
}
#top .top_wrap .ch[data-ch=syo].slide_4:after {
  background-image: url(../img/top_ch_ai.webp);
  background-color: #b194c4;
  background-color: color(display-p3 0.69 0.58 0.77);
  outline: 1px solid #b194c4;
}
#top .top_wrap .ch[data-ch=cecil] .img {
  background-image: url(../img/top_ch_cecil.webp);
  background-color: #9cc813;
  background-color: color(display-p3 0.61 0.78 0.07);
  outline: 1px solid #9cc813;
}
#top .top_wrap .ch[data-ch=cecil]:before {
  background-image: url(../img/top_ch_syo.webp);
  background-color: #ea618f;
  background-color: color(display-p3 0.92 0.38 0.56);
  outline: 1px solid #ea618f;
}
#top .top_wrap .ch[data-ch=cecil]:after {
  background-image: url(../img/top_ch_reiji.webp);
  background-color: #51b86f;
  background-color: color(display-p3 0.32 0.72 0.44);
  outline: 1px solid #51b86f;
}
#top .top_wrap .ch[data-ch=cecil].slide_4:before {
  background-image: url(../img/top_ch_natsuki.webp);
  background-color: #fdd100;
  background-color: color(display-p3 0.99 0.82 0);
  outline: 1px solid #fdd100;
}
#top .top_wrap .ch[data-ch=cecil].slide_4:after {
  background-image: url(../img/top_ch_camus.webp);
  background-color: #8fd3ed;
  background-color: color(display-p3 0.56 0.83 0.93);
  outline: 1px solid #8fd3ed;
}
#top .top_wrap .ch[data-ch=reiji] .img {
  background-image: url(../img/top_ch_reiji.webp);
  background-color: #51b86f;
  background-color: color(display-p3 0.32 0.72 0.44);
  outline: 1px solid #51b86f;
}
#top .top_wrap .ch[data-ch=reiji]:before {
  background-image: url(../img/top_ch_cecil.webp);
  background-color: #9cc813;
  background-color: color(display-p3 0.61 0.78 0.07);
  outline: 1px solid #9cc813;
}
#top .top_wrap .ch[data-ch=reiji]:after {
  background-image: url(../img/top_ch_ranmaru.webp);
  background-color: #8f1744;
  background-color: color(display-p3 0.56 0.09 0.27);
  outline: 1px solid #8f1744;
}
#top .top_wrap .ch[data-ch=reiji].slide_4:before {
  background-image: url(../img/top_ch_tokiya.webp);
  background-color: #5d3c8b;
  background-color: color(display-p3 0.36 0.24 0.55);
  outline: 1px solid #5d3c8b;
}
#top .top_wrap .ch[data-ch=reiji].slide_4:after {
  background-image: url(../img/top_ch_otoya.webp);
  background-color: #d0333e;
  background-color: color(display-p3 0.82 0.2 0.24);
  outline: 1px solid #d0333e;
}
#top .top_wrap .ch[data-ch=ranmaru] .img {
  background-image: url(../img/top_ch_ranmaru.webp);
  background-color: #8f1744;
  background-color: color(display-p3 0.56 0.09 0.27);
  outline: 1px solid #8f1744;
}
#top .top_wrap .ch[data-ch=ranmaru]:before {
  background-image: url(../img/top_ch_reiji.webp);
  background-color: #51b86f;
  background-color: color(display-p3 0.32 0.72 0.44);
  outline: 1px solid #51b86f;
}
#top .top_wrap .ch[data-ch=ranmaru]:after {
  background-image: url(../img/top_ch_ai.webp);
  background-color: #b194c4;
  background-color: color(display-p3 0.69 0.58 0.77);
  outline: 1px solid #b194c4;
}
#top .top_wrap .ch[data-ch=ranmaru].slide_4:before {
  background-image: url(../img/top_ch_ren.webp);
  background-color: #ed6d00;
  background-color: color(display-p3 0.93 0.43 0);
  outline: 1px solid #ed6d00;
}
#top .top_wrap .ch[data-ch=ranmaru].slide_4:after {
  background-image: url(../img/top_ch_masato.webp);
  background-color: #0058a2;
  background-color: color(display-p3 0 0.35 0.64);
  outline: 1px solid #0058a2;
}
#top .top_wrap .ch[data-ch=ai] .img {
  background-image: url(../img/top_ch_ai.webp);
  background-color: #b194c4;
  background-color: color(display-p3 0.69 0.58 0.77);
  outline: 1px solid #b194c4;
}
#top .top_wrap .ch[data-ch=ai]:before {
  background-image: url(../img/top_ch_ranmaru.webp);
  background-color: #8f1744;
  background-color: color(display-p3 0.56 0.09 0.27);
  outline: 1px solid #8f1744;
}
#top .top_wrap .ch[data-ch=ai]:after {
  background-image: url(../img/top_ch_camus.webp);
  background-color: #8fd3ed;
  background-color: color(display-p3 0.56 0.83 0.93);
  outline: 1px solid #8fd3ed;
}
#top .top_wrap .ch[data-ch=ai].slide_4:before {
  background-image: url(../img/top_ch_syo.webp);
  background-color: #ea618f;
  background-color: color(display-p3 0.92 0.38 0.56);
  outline: 1px solid #ea618f;
}
#top .top_wrap .ch[data-ch=ai].slide_4:after {
  background-image: url(../img/top_ch_natsuki.webp);
  background-color: #fdd100;
  background-color: color(display-p3 0.99 0.82 0);
  outline: 1px solid #fdd100;
}
#top .top_wrap .ch[data-ch=camus] .img {
  background-image: url(../img/top_ch_camus.webp);
  background-color: #8fd3ed;
  background-color: color(display-p3 0.56 0.83 0.93);
  outline: 1px solid #8fd3ed;
}
#top .top_wrap .ch[data-ch=camus]:before {
  background-image: url(../img/top_ch_ai.webp);
  background-color: #b194c4;
  background-color: color(display-p3 0.69 0.58 0.77);
  outline: 1px solid #b194c4;
}
#top .top_wrap .ch[data-ch=camus]:after {
  background-image: url(../img/top_ch_otoya.webp);
  background-color: #d0333e;
  background-color: color(display-p3 0.82 0.2 0.24);
  outline: 1px solid #d0333e;
}
#top .top_wrap .ch[data-ch=camus].slide_4:before {
  background-image: url(../img/top_ch_cecil.webp);
  background-color: #9cc813;
  background-color: color(display-p3 0.61 0.78 0.07);
  outline: 1px solid #9cc813;
}
#top .top_wrap .ch[data-ch=camus].slide_4:after {
  background-image: url(../img/top_ch_tokiya.webp);
  background-color: #5d3c8b;
  background-color: color(display-p3 0.36 0.24 0.55);
  outline: 1px solid #5d3c8b;
}
#top .top_wrap .pattern {
  display: grid;
  grid-template-rows: 25%;
  grid-template-columns: 25%;
  background: #fff;
}
#top .top_wrap .pattern .black {
  background: #030303;
}
#top .top_wrap .pattern .cell_1-1 {
  grid-area: cell_1-1;
}
#top .top_wrap .pattern .cell_1-2 {
  grid-area: cell_1-2;
}
#top .top_wrap .pattern .cell_1-3 {
  grid-area: cell_1-3;
}
#top .top_wrap .pattern .cell_2-1 {
  grid-area: cell_2-1;
}
#top .top_wrap .pattern .cell_2-2 {
  grid-area: cell_2-2;
}
#top .top_wrap .pattern .cell_2-3 {
  grid-area: cell_2-3;
}
#top .top_wrap .pattern .cell_3-1 {
  grid-area: cell_3-1;
}
#top .top_wrap .pattern .cell_3-2 {
  grid-area: cell_3-2;
}
#top .top_wrap .pattern .cell_3-3 {
  grid-area: cell_3-3;
}
#top .top_wrap .pattern .cell_4-1 {
  grid-area: cell_4-1;
}
#top .top_wrap .pattern .cell_4-2 {
  grid-area: cell_4-2;
}
#top .top_wrap .pattern .cell_4-3 {
  grid-area: cell_4-3;
}
#top .top_wrap .pattern.silver {
  order: 4;
  grid-template-areas: "cell_1-1 cell_1-1 cell_1-2 cell_1-3" "cell_2-1 cell_2-1 cell_2-2 cell_2-3" "cell_3-1 cell_3-2 cell_3-3 cell_3-3" "cell_4-1 cell_4-2 cell_3-3 cell_3-3";
}
#top .top_wrap .pattern.silver .beta {
  background: #a7b2b5;
}
#top .top_wrap .pattern.silver .stripe {
  background: url(../img/bg_stripe_silver.png);
}
#top .top_wrap .pattern.gold {
  order: 5;
  grid-template-areas: "cell_1-1 cell_1-1 cell_1-2 cell_1-3" "cell_1-1 cell_1-1 cell_2-1 cell_2-2" "cell_3-1 cell_3-2 cell_3-3 cell_3-3" "cell_4-1 cell_4-2 cell_4-3 cell_4-3";
}
#top .top_wrap .pattern.gold .beta {
  background: #d5bc4d;
}
#top .top_wrap .pattern.gold .stripe {
  background: url(../img/bg_stripe_gold.png);
}
#top .sideTxt {
  position: absolute;
  z-index: 4;
  font-size: clamp(6.25rem, 1.563rem + 6.25vw, 9.375rem);
  line-height: 0.8;
  display: flex;
  align-items: flex-start;
}
#top .sideTxt .vertical {
  writing-mode: vertical-rl;
}
#top .sideTxt.top {
  top: -0.18lh;
  right: -0.18lh;
}
#top .sideTxt.bottom {
  bottom: -0.18lh;
  left: -0.18lh;
  transform: rotate(180deg);
}
#top .slide_ctrl {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  background: #000;
  display: flex;
  align-items: center;
  padding: 3px 0;
  opacity: 0;
  transition: all 0.6s ease-out 0.6s;
}
#top .slide_ctrl p {
  font-size: 10px;
  color: #ccc;
  padding: 10px 20px;
  margin-top: 1px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
#top .slide_ctrl .ctrl {
  position: relative;
  height: 100%;
  padding: 0 20px;
  border-left: 1px solid #666;
  height: 100%;
  cursor: pointer;
  display: flex;
  gap: 20px;
  color: #fff;
  line-height: 1.5;
}
#top .slide_ctrl .ctrl span {
  display: inline-block;
  transform: scaleX(0.7);
}
#top .top_wrap .top_box {
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s cubic-bezier(0, 0.59, 0.54, 0.99);
}
#top .top_wrap .top_box.logoWrap, #top .top_wrap .top_box.pattern, #top .top_wrap .top_box.menu {
  transition-delay: 0.5s;
}
#top.show .top_wrap:after {
  opacity: 1;
  transition: all 0.1s ease-out 1s;
}
#top.show .top_wrap .top_box {
  clip-path: inset(0);
}
#top.show .slide_ctrl {
  opacity: 1;
}
@media (max-width: 800px) {
  #top .top_wrap {
    padding: 12px;
  }
  #top .top_wrap:after {
    inset: 12px;
  }
  #top .top_wrap .top_box {
    width: 50%;
    height: 25%;
  }
  #top .top_wrap .logoWrap {
    order: 3;
    padding: 0% 20px 0.5%;
  }
  #top .top_wrap .logoWrap .shining {
    width: 27px;
  }
  #top .top_wrap .logoWrap .day {
    font-size: 13px;
    padding: 0 5px;
    margin-top: 5px;
  }
  #top .top_wrap .menu {
    order: 6;
  }
  #top .top_wrap .menu li a {
    font-size: 12px;
    letter-spacing: 0px;
    gap: 0px;
  }
  #top .top_wrap .menu li a:after {
    width: 5px;
  }
  #top .top_wrap .menu li.logo {
    padding: 5px;
  }
  #top .top_wrap .ch.ch_1 {
    order: 1;
  }
  #top .top_wrap .ch.ch_2 {
    order: 4;
  }
  #top .top_wrap .ch.ch_3 {
    order: 5;
  }
  #top .top_wrap .ch.ch_4 {
    order: 8;
  }
  #top .top_wrap .pattern .stripe {
    background-size: 45px auto !important;
  }
  #top .top_wrap .pattern.silver {
    order: 2;
  }
  #top .top_wrap .pattern.gold {
    order: 7;
  }
  #top .sideTxt {
    font-size: 60px;
  }
  #top .slide_ctrl {
    bottom: 12px;
    right: 12px;
    padding: 3px 0;
    flex-direction: column;
  }
  #top .slide_ctrl p {
    display: none;
  }
  #top .slide_ctrl .ctrl {
    padding: 0 10px;
    gap: 10px;
    border: none;
  }
}

/* ================================================================ *
//* about
* ================================================================ */
#about {
  padding: 180px 50px 160px;
  background: url(../img/bg.png) #efefef;
}
#about .pg_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
#about .pg_wrapper header {
  display: flex;
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
  gap: 20px;
  margin-bottom: 50px;
}
#about .pg_wrapper header h2 {
  font-size: 107px;
  line-height: 0.75;
  letter-spacing: 5px;
}
#about .pg_wrapper header .sub {
  padding: 3px 20px;
  border-left: 3px solid #000;
  font-size: 15px;
  line-height: 1.2;
  font-variation-settings: "wdth" 500, "wght" 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
#about .pg_wrapper header .sub:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  flex: 1;
  background: url(../img/bg_stripe_black.png);
  margin-bottom: 5px;
}
#about .pg_wrapper .catch {
  font-weight: 900;
  font-size: 160%;
  margin-bottom: 45px;
}
#about .pg_wrapper .str {
  font-size: 110%;
  font-weight: 600;
  line-height: 1.8;
}
#about .pg_wrapper .str p:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #about {
    background-size: 70px auto;
    padding: 70px 20px 70px;
  }
  #about .pg_wrapper {
    flex-direction: column;
    gap: 30px;
  }
  #about .pg_wrapper .logo {
    width: min(70%, 400px);
  }
  #about .pg_wrapper header {
    gap: 8px;
    margin-bottom: 25px;
  }
  #about .pg_wrapper header h2 {
    font-size: 65px;
    letter-spacing: 2px;
  }
  #about .pg_wrapper header .sub {
    border-width: 1.5px;
    gap: 8px;
    padding: 2px 0 2px 10px;
    font-size: 7px;
  }
  #about .pg_wrapper header .sub:after {
    background-size: 45px auto;
  }
  #about .pg_wrapper .catch {
    font-size: 130%;
    margin-bottom: 20px;
  }
  #about .pg_wrapper .str {
    font-size: 100%;
    line-height: 1.6;
  }
  #about .pg_wrapper .str p:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}

/* ================================================================ *
//* detail
* ================================================================ */
#detail .common {
  background: #fff;
  padding: 120px 50px 100px;
  text-align: center;
}
#detail .common h3 {
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.3;
}
#detail .common h3 .stxt {
  font-size: 50%;
}
@media (min-width: 800px) {
  #detail .common h3 .ltxt {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #detail .common h3 .ltxt:before {
    content: "「";
  }
  #detail .common h3 .ltxt:after {
    content: "」";
    margin-top: auto;
  }
}
#detail .common .table_spec td p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#detail .cd {
  display: flex;
}
#detail .cd .cd_box {
  flex: 1;
}
#detail .cd .cd_box.cd1 {
  background: #d5bc4d;
}
#detail .cd .cd_box.cd2 {
  background: #a7b2b5;
}
#detail .cd .cd_box.cd2 h4 {
  border-left: 1px solid #fff;
}
#detail .cd .cd_box.cd2 h4:after {
  background-position: 0;
}
#detail .cd .cd_box h4 {
  position: relative;
  background: #030303;
  padding: 35px 0;
  text-align: center;
  color: #fff;
}
#detail .cd .cd_box h4 .en {
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
  font-variation-settings: "wdth" 500, "wght" 600;
  font-size: 21px;
}
#detail .cd .cd_box h4 .ja {
  font-size: 38px;
  letter-spacing: 3px;
  text-indent: 3px;
}
#detail .cd .cd_box h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: -25px;
  background: url(../img/bg_stripe_black.png) 100% 0;
}
#detail .cd .cd_box .cd_content {
  padding: 100px 50px 80px;
}
#detail .cd .cd_box .jk {
  width: min(100%, 550px);
  margin: 0 auto 70px;
}
#detail .cd .cd_box .table_spec {
  width: min(100%, 650px);
  margin: 0 auto 35px;
}
#detail .cd .cd_box .table_spec th {
  width: 7em;
}
#detail .cd .cd_box .tracklist {
  width: min(100%, 650px);
  margin: 0 auto;
  border: 2px solid #030303;
}
#detail .cd .cd_box .tracklist h5 {
  border-bottom: 2px solid #030303;
  padding: 10px 10px 13px;
  font-size: 110%;
  text-align: center;
}
#detail .cd .cd_box .tracklist ul {
  flex: 1;
  text-align: left;
}
#detail .cd .cd_box .tracklist ul li {
  display: flex;
}
#detail .cd .cd_box .tracklist ul li:not(:nth-last-of-type(1)) {
  border-bottom: 2px solid #030303;
}
#detail .cd .cd_box .tracklist ul li .track {
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
  font-variation-settings: "wdth" 65, "wght" 500;
  letter-spacing: 2px;
  text-indent: 3px;
  font-size: 120%;
  line-height: 1.2;
  font-weight: 600;
  width: 70px;
  text-align: center;
  border-right: 2px dotted #030303;
  display: flex;
  justify-content: center;
  align-items: center;
}
#detail .cd .cd_box .tracklist ul li .txt {
  flex: 1;
  padding: 10px 15px;
}
#detail .cd .cd_box .tracklist ul li .txt .ttl {
  font-size: 125%;
  line-height: 1.2;
  font-weight: 600;
}
#detail .cd .cd_box .tracklist ul li .txt .ttl .offvocal {
  font-size: 70%;
  display: inline-block;
  margin-left: 10px;
}
#detail .cd .cd_box .tracklist ul li .txt .artist {
  margin-top: 2px;
  opacity: 0.8;
  font-size: 70%;
  line-height: 1.4;
}
@media (min-width: 800px) {
  #detail .cd .cd_box .tracklist ul li .txt .artist span {
    display: inline-block;
  }
  #detail .cd .cd_box .tracklist ul li .txt .artist span:not(:last-child):after {
    content: " ／ ";
  }
}
#detail .cd .cd_box .tracklist ul li .player {
  width: 38px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#detail .cd .cd_box .tracklist ul li .player > div {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
#detail .cd .cd_box .tracklist ul li .player > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#detail .cd .cd_box .tracklist ul li .player > div:before {
  z-index: 1;
  background: url(../img/btn_play.png) 0 50% no-repeat;
  background-size: auto 100%;
}
#detail .cd .cd_box .tracklist ul li .player > div.on:before {
  background-position: 100% 50%;
}
#detail .syokaitokuten {
  text-align: center;
  background: #efefef;
  padding: 80px 50px 100px;
}
#detail .syokaitokuten dl {
  border: 2px solid #030303;
  width: min(100%, 1400px);
  margin: 0 auto;
  background: #fff;
}
#detail .syokaitokuten dl dt {
  font-size: 120%;
  font-weight: 900;
  letter-spacing: 3px;
  text-indent: 3px;
  border-bottom: 2px dotted #030303;
  padding: 10px 10px 13px;
}
#detail .syokaitokuten dl dd {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: left;
  padding: 40px;
}
#detail .syokaitokuten dl dd .img, #detail .syokaitokuten dl dd .pp_img_btn, #detail .syokaitokuten dl dd #privilege .item_wrapper li.item_box .pp_ajax_btn, #privilege .item_wrapper li.item_box #detail .syokaitokuten dl dd .pp_ajax_btn {
  width: min(100%, 450px);
  margin: 0;
  border: 1px solid #000;
}
#detail .syokaitokuten dl dd .txt {
  width: -moz-fit-content;
  width: fit-content;
}
#detail .syokaitokuten dl dd .txt .item {
  font-size: 120%;
}
#detail .syokaitokuten dl dd .txt .sub {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #detail .common {
    padding: 60px 20px 40px;
  }
  #detail .common h3 {
    font-size: 40px;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
  }
  #detail .common h3 .stxt {
    margin-bottom: 3px;
    font-size: 15px;
  }
  #detail .common h3 .ltxt {
    line-height: 1;
    letter-spacing: 0;
  }
  #detail .cd {
    flex-direction: column;
  }
  #detail .cd .cd_box h4 {
    padding: 22px 0 18px;
  }
  #detail .cd .cd_box h4 .en {
    font-size: 12px;
  }
  #detail .cd .cd_box h4 .ja {
    font-size: 28px;
  }
  #detail .cd .cd_box h4:after {
    height: 20px;
    background-size: 45px auto;
    bottom: -20px;
  }
  #detail .cd .cd_box .cd_content {
    padding: 50px 20px 40px;
  }
  #detail .cd .cd_box .jk {
    margin: 0 auto 20px;
  }
  #detail .cd .cd_box .table_spec {
    margin: 0 auto 20px;
  }
  #detail .cd .cd_box .table_spec th {
    width: 6em;
  }
  #detail .cd .cd_box .table_spec th p {
    width: 3.5em;
  }
  #detail .cd .cd_box .tracklist h5 {
    padding: 5px 10px 7px;
    font-size: 110%;
  }
  #detail .cd .cd_box .tracklist ul li .track {
    width: 37px;
    font-size: 100%;
  }
  #detail .cd .cd_box .tracklist ul li .txt {
    padding: 7px;
  }
  #detail .cd .cd_box .tracklist ul li .txt .ttl {
    font-size: 110%;
  }
  #detail .cd .cd_box .tracklist ul li .player {
    width: 30px;
    margin: 0 8px 0 5px;
  }
  #detail .syokaitokuten {
    padding: 40px 20px 50px;
  }
  #detail .syokaitokuten dl dt {
    padding: 5px 10px 7px;
    font-size: 110%;
  }
  #detail .syokaitokuten dl dd {
    padding: 20px;
    flex-direction: column;
    gap: 10px;
  }
  #detail .syokaitokuten dl dd .txt .item {
    font-size: 110%;
  }
  #detail .syokaitokuten dl dd .txt .sub {
    font-size: 90%;
    margin-bottom: 5px;
  }
}

/* ================================================================ *
//* movie
* ================================================================ */
#movie .pg_wrapper {
  padding: 140px 50px 120px;
  background: url(../img/bg.png) #efefef;
}
#movie .img {
  text-align: center;
}
#movie .pp_movie_btn {
  position: relative;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}
#movie .pp_movie_btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #030303;
  opacity: 0.2;
  transition: all 0.3s ease-out;
}
#movie .pp_movie_btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  aspect-ratio: 1/1;
  width: 150px;
  text-indent: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  border: 1px solid #fff;
  background: url(../img/movie_play.svg) 63% 50% no-repeat rgba(3, 3, 3, 0.3);
  background-size: auto 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#movie .pp_movie_btn:hover:before {
  opacity: 0.5;
}
@media (max-width: 800px) {
  #movie .pg_wrapper {
    padding: 70px 20px;
  }
  #movie .pp_movie_btn {
    width: 100%;
    margin: 0 auto;
  }
  #movie .pp_movie_btn:after {
    transform: translate(-50%, -50%) scale(0.3);
  }
}

/*================================================================ *
//* privilege, special
* ================================================================ */
#privilege, #special {
  text-align: center;
}
#privilege .pg_wrapper, #special .pg_wrapper {
  padding: 120px 50px 120px;
  background: url(../img/bg.png) #efefef;
}
#privilege .descWrap .desc, #special .descWrap .desc {
  margin-bottom: 20px;
  font-size: 120%;
}
#privilege .table_spec, #special .table_spec {
  margin-top: 50px;
  background: #fff;
}
#privilege .table_spec td, #special .table_spec td {
  display: unset;
  text-align: left;
}
#privilege .table_spec .itemWrap, #special .table_spec .itemWrap {
  display: flex;
  gap: 30px;
  padding: 5px;
}
#privilege .table_spec .itemWrap .img, #privilege .table_spec .itemWrap .pp_img_btn, #privilege .table_spec .itemWrap .item_wrapper li.item_box .pp_ajax_btn, #privilege .item_wrapper li.item_box .table_spec .itemWrap .pp_ajax_btn, #special .table_spec .itemWrap .img, #special .table_spec .itemWrap .pp_img_btn, #special .table_spec .itemWrap #privilege .item_wrapper li.item_box .pp_ajax_btn {
  width: min(100%, 450px);
  margin: 0;
  border: 1px solid #000;
}
#privilege .table_spec .itemWrap .item, #special .table_spec .itemWrap .item {
  font-size: 150%;
}
#privilege .link, #special .link {
  margin-top: 50px;
}
#privilege .link p, #special .link p {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  #privilege .pg_wrapper, #special .pg_wrapper {
    padding: 70px 20px;
    background-size: 70px;
  }
  #privilege .descWrap .desc, #special .descWrap .desc {
    margin-bottom: 10px;
    font-size: 110%;
    text-align: left;
  }
  #privilege .descWrap .attention_ul, #special .descWrap .attention_ul {
    text-align: left;
  }
  #privilege .table_spec, #special .table_spec {
    margin-top: 25px;
  }
  #privilege .table_spec .itemWrap, #special .table_spec .itemWrap {
    flex-direction: column;
    gap: 5px;
  }
  #privilege .table_spec .itemWrap .img, #privilege .table_spec .itemWrap .pp_img_btn, #privilege .table_spec .itemWrap .item_wrapper li.item_box .pp_ajax_btn, #privilege .item_wrapper li.item_box .table_spec .itemWrap .pp_ajax_btn, #special .table_spec .itemWrap .img, #special .table_spec .itemWrap .pp_img_btn, #special .table_spec .itemWrap #privilege .item_wrapper li.item_box .pp_ajax_btn {
    width: min(100%, 450px);
    margin: 0;
  }
  #privilege .table_spec .itemWrap .item, #special .table_spec .itemWrap .item {
    font-size: 130%;
  }
  #privilege .table_spec .itemWrap .stxt, #special .table_spec .itemWrap .stxt {
    font-size: 80%;
  }
}

/*================================================================ *
//* privilege
* ================================================================ */
#privilege .item_wrapper {
  width: min(100%, 1400px);
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
#privilege .item_wrapper li.item_box {
  border: 2px solid #030303;
  background: white;
  width: calc(33.3333% - 16.6667px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 800px) {
  #privilege .item_wrapper li.item_box:nth-of-type(3n - 1) {
    transition-delay: 0.15s, 0.15s;
  }
  #privilege .item_wrapper li.item_box:nth-of-type(3n) {
    transition-delay: 0.3s, 0.3s;
  }
}
#privilege .item_wrapper li.item_box .boxttl {
  width: 100%;
  height: 68px;
  margin-bottom: 25px;
  font-size: 120%;
  line-height: 1.2;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-bottom: 2px dotted #030303;
}
#privilege .item_wrapper li.item_box .boxttl:before {
  content: "[";
}
#privilege .item_wrapper li.item_box .boxttl:after {
  content: "]";
}
#privilege .item_wrapper li.item_box .boxttl span {
  font-size: 70%;
  display: block;
  opacity: 0.8;
}
#privilege .item_wrapper li.item_box .boxttl.sofmap {
  letter-spacing: -1px;
}
#privilege .item_wrapper li.item_box .pp_img_btn, #privilege .item_wrapper li.item_box .img, #privilege .item_wrapper li.item_box .pp_ajax_btn {
  width: min(85%, 380px);
  margin-bottom: 15px;
  border: 1px solid #000;
}
#privilege .item_wrapper li.item_box .txt {
  margin-bottom: 17px;
  line-height: 1.5;
}
#privilege .item_wrapper li.item_box .txt .item_size {
  font-size: 80%;
  margin-top: 0px;
  opacity: 0.7;
}
#privilege .item_wrapper li.item_box .txt .item_disc {
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.7;
  letter-spacing: -0.5px;
}
#privilege .item_wrapper li.item_box .item_btnWrap {
  margin-top: auto;
  padding-bottom: 30px;
  width: min(85%, 380px);
}
#privilege .item_wrapper li.item_box .item_btnWrap .btn {
  margin-bottom: 7px;
}
#privilege .item_wrapper li.item_box .item_btnWrap .btn.ver:nth-of-type(1) a:before {
  background: #d5bc4d;
}
#privilege .item_wrapper li.item_box .item_btnWrap .btn.ver:nth-of-type(2) a:before {
  background: #a7b2b5;
}
#privilege .item_wrapper li.item_box .item_btnWrap .btn.hdn {
  visibility: hidden;
}
#privilege #privilege_shop .tokutenvisual {
  border: 2px solid #030303;
  margin: 30px auto 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 90%;
  background: #fff;
}
#privilege #privilege_shop .tokutenvisual dt {
  padding: 10px;
  border-bottom: 2px dotted #030303;
  font-weight: 900;
  font-size: 100%;
}
#privilege #privilege_shop .tokutenvisual dd {
  text-align: left;
  padding: 15px 40px;
}
#privilege #privilege_shop .tokutenvisual dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 800px) {
  #privilege .item_wrapper {
    margin: 25px auto 0;
    gap: 12px 3%;
  }
  #privilege .item_wrapper li.item_box {
    width: 48.5%;
  }
  #privilege .item_wrapper li.item_box .boxttl {
    padding: 0 5px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 90%;
    line-height: 1.1;
    letter-spacing: 0;
  }
  #privilege .item_wrapper li.item_box .pp_img_btn, #privilege .item_wrapper li.item_box .img, #privilege .item_wrapper li.item_box .pp_ajax_btn {
    margin-bottom: 5px;
  }
  #privilege .item_wrapper li.item_box .txt {
    margin-bottom: 7px;
    line-height: 1.3;
  }
  #privilege .item_wrapper li.item_box .txt .item {
    font-size: 90%;
  }
  #privilege .item_wrapper li.item_box .txt .item_size {
    font-size: 75%;
  }
  #privilege .item_wrapper li.item_box .item_btnWrap {
    padding-bottom: 7px;
  }
  #privilege .item_wrapper li.item_box .item_btnWrap .btn {
    margin-bottom: 5px;
  }
  #privilege #privilege_shop .tokutenvisual {
    width: 100%;
    font-size: 85%;
    margin: 0px auto 10px;
  }
  #privilege #privilege_shop .tokutenvisual dt {
    padding: 5px;
  }
  #privilege #privilege_shop .tokutenvisual dd {
    padding: 10px;
  }
}

/*================================================================ *
//* special
* ================================================================ */
#special .pa_wrapper:nth-last-of-type(1) {
  padding-bottom: 50px;
}

/* ================================================================ *
//* gfooter
* ================================================================ */
#gfooter {
  position: relative;
  text-align: center;
  padding: 90px 50px 110px;
  background: #030303;
  color: #fff;
}
#gfooter .logo {
  width: 300px;
  margin: 0 auto 30px;
}
#gfooter .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
  font-family: organetto-variable;
  font-variation-settings: "wdth" 65, "wght" 600;
  font-size: 25px;
}
#gfooter .btnWrap {
  margin-bottom: 40px;
}
#gfooter .btnWrap .btn {
  border: 1px solid #fff;
}
#gfooter .copy_wrap .b-green {
  width: 30px;
}
#gfooter .copy_wrap {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 800px) {
  #gfooter {
    padding: 40px 30px;
    margin-top: 0px;
  }
  #gfooter .logo {
    width: 200px;
    margin: 0 auto 15px;
  }
  #gfooter .sns {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #gfooter .btnWrap {
    margin-bottom: 20px;
  }
  #gfooter .copy_wrap {
    flex-direction: column;
    font-size: 10px;
    gap: 3px;
  }
  #gfooter .copy_wrap .b-green {
    margin-bottom: 5px;
  }
}

/* ================================================================ *
//* 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: #030303;
  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: 0;
  top: 0;
  width: 85px;
  z-index: 10;
  background: #ccc;
  padding: 13px 10px 14px;
  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: 4px;
}
#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: #030303;
}
#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;
  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;
    padding: 8px 9px;
    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 {
  position: relative;
  text-align: center;
  padding: 5px;
}
#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: 85%;
  max-width: 1200px;
  max-height: 100%;
  opacity: 0;
  transform: scale(1.05);
  aspect-ratio: 16/9;
  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_item .wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: safe center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 20px 5px;
}
#popup.pp_item .wrapper #popup_item {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  overflow: hidden;
  max-width: 100vw;
}
#popup.pp_item .wrapper .img {
  position: relative;
}
#popup.pp_item .wrapper .img li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#popup.pp_item .wrapper .img li.on {
  position: relative;
  opacity: 1;
}
#popup.pp_item .wrapper .thumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #ccc;
  padding: 10px 40px;
}
#popup.pp_item .wrapper .thumb li {
  max-width: 80px;
  border: 2px solid #fff;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
#popup.pp_item .wrapper .thumb li.on {
  opacity: 1;
  border-color: #999;
}
@media (max-width: 800px) {
  #popup.pp_item .wrapper .thumb {
    gap: 5px;
  }
}/*# sourceMappingURL=style.css.map */