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

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

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

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

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

@media (min-width: 800px) {
  .sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}
/* ================================================================ *
* parts
* ================================================================ */
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}
@media (max-width: 800px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media (max-width: 800px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 800px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

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

.ta_left {
  text-align: left;
}

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

.desc {
  font-weight: 600;
  font-size: 100%;
}
.desc p:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .desc p:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}

.borderBox {
  position: relative;
  border: 3px solid #000;
  background: #fff;
}
.borderBox:before, .borderBox:after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  aspect-ratio: 62/18;
  background: url(../img/box_obj.png) 50% 50% no-repeat;
  background-size: contain;
}
.borderBox:before {
  top: 0;
  transform: translateY(-55%);
  left: 40px;
}
.borderBox:after {
  bottom: 0;
  transform: translateY(55%);
  right: 40px;
}
@media (max-width: 800px) {
  .borderBox {
    border-width: 2px;
  }
  .borderBox:before, .borderBox:after {
    width: 40px;
  }
  .borderBox:before {
    left: 20px;
  }
  .borderBox:after {
    right: 20px;
  }
}
.borderBox {
  padding: 60px;
}
.borderBox .ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  padding: 5px 10px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-indent: 1px;
}
.borderBox .ttl.en {
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 35px;
  line-height: 1.1;
}
@media (max-width: 800px) {
  .borderBox {
    padding: 25px 15px;
  }
  .borderBox .ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .borderBox .ttl.en {
    font-size: 25px;
  }
}

.subBox {
  position: relative;
  background: #f3f3f3;
  padding: 30px 30px 30px;
}
.subBox .subBox_ttl {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 105%;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.subBox .subBox_ttl span {
  display: inline-block;
}
.subBox .subBox_content {
  padding: 0 10px;
}
@media (max-width: 800px) {
  .subBox {
    padding: 12px 10px;
  }
  .subBox .subBox_ttl {
    font-size: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .subBox .subBox_content {
    padding: 0 10px;
    font-size: 95%;
  }
  .subBox .subBox_content.p0 {
    padding: 0;
  }
}

.btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  width: min(100%, 330px);
  text-align: center;
  transition: all 0.3s ease-out;
  font-size: 100%;
  line-height: 1.3;
  background: #000;
  cursor: pointer;
  clip-path: polygon(0 12px, 12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px));
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #1aa6b2;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.15s ease-out;
}
.btn:before {
  content: ">>";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 30px;
  color: #fff;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  transform: translate(50%, -50%) scaleX(0.6);
}
.btn p, .btn a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.btn p.en, .btn a.en {
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 130%;
  line-height: 1;
}
.btn.cmsn {
  background: #ccc;
}
.btn:not(.cmsn):hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.btn.ls1 {
  letter-spacing: 1px;
  text-indent: 1px;
}
@media (max-width: 800px) {
  .btn:before {
    font-size: 20px;
    right: 20px;
  }
}
.btn.btn_pg {
  clip-path: polygon(0 8px, 8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
  width: 220px;
  font-size: 16px;
  letter-spacing: 2px;
  text-indent: 2px;
  padding-bottom: 1.5px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn_pg:before {
  display: none;
}
.btn.btn_pg.stxt p, .btn.btn_pg.stxt a {
  font-size: 12px;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .btn.btn_pg {
    clip-path: polygon(0 5px, 5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px));
    width: 48%;
    height: 26px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
  .btn.btn_pg p, .btn.btn_pg a {
    font-size: 10px;
    padding: 3px;
  }
  .btn.btn_pg.stxt p, .btn.btn_pg.stxt a {
    font-size: 9px;
    line-height: 1.1;
  }
}
.btn.fix_btn_pg {
  clip-path: polygon(0 5px, 5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px));
  background: none;
  font-size: 13px;
  height: 30px;
  width: min(100%, 220px);
  display: flex;
  justify-content: center;
  align-items: center;
  -o-border-image: url(../img/btn_border_b.png) 30/8px repeat;
     border-image: url(../img/btn_border_b.png) 30/8px repeat;
}
.btn.fix_btn_pg:before {
  display: none;
}
.btn.fix_btn_pg p, .btn.fix_btn_pg a {
  padding: 3px 10px;
  color: #000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn.fix_btn_pg.stxt p, .btn.fix_btn_pg.stxt a {
  font-size: 11px;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .btn.fix_btn_pg {
    clip-path: polygon(0 3px, 3px 0, calc(100% - 3px) 0, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0 calc(100% - 3px));
    -o-border-image: url(../img/btn_border_b.png) 30/6px repeat;
       border-image: url(../img/btn_border_b.png) 30/6px repeat;
    font-size: 10px;
    height: 17px;
    min-width: 60px;
  }
}
.btn.btn_l {
  padding: 5px;
  width: min(90%, 500px);
  margin: 0 auto;
}
.btn.btn_l a, .btn.btn_l p {
  padding: 20px;
  -o-border-image: url(../img/btn_border.png) 30/13px repeat;
     border-image: url(../img/btn_border.png) 30/13px repeat;
}
@media (max-width: 800px) {
  .btn.btn_l {
    padding: 3px;
  }
  .btn.btn_l a, .btn.btn_l p {
    padding: 12px;
  }
}
.btn.btn_s {
  clip-path: polygon(0 6px, 6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px));
  font-size: 15px;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn_s:before {
  font-size: 20px;
  right: 20px;
}
.btn.btn_s p, .btn.btn_s a {
  padding: 5px 40px;
}
@media (max-width: 800px) {
  .btn.btn_s {
    clip-path: polygon(0 4px, 4px 0, calc(100% - 4px) 0, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 0 calc(100% - 4px));
    font-size: 12px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
  .btn.btn_s:before {
    font-size: 15px;
    right: 10px;
  }
  .btn.btn_s p, .btn.btn_s a {
    padding: 2px 20px;
  }
}

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

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

.table_spec {
  text-align: left;
  width: 100%;
  font-size: 90%;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.table_spec tr:not(:nth-of-type(1)) {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.table_spec tr th {
  position: relative;
  opacity: 0.7;
  font-size: 90%;
  width: 15.5em;
  padding: 20px 5em 20px;
  font-weight: 600;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.table_spec tr th span {
  display: inline-block;
  width: 100%;
}
.table_spec tr th:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.table_spec tr td {
  padding: 20px 0 20px 1.5em;
}
@media (max-width: 800px) {
  .table_spec {
    font-size: 90%;
    line-height: 1.3;
  }
  .table_spec tr th {
    font-size: 80%;
    width: 6em;
    padding: 10px 1em 10px 1em;
  }
  .table_spec tr td {
    padding: 10px 0 10px 0.5em;
  }
  .table_spec.spwrap {
    border: none;
  }
  .table_spec.spwrap tr {
    display: block;
    border-top: none;
  }
  .table_spec.spwrap tr th {
    display: block;
    width: 100%;
    padding: 1px 5px;
    opacity: 1;
    margin-bottom: 5px;
    font-size: 80%;
    background: #000;
    color: #fff;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .table_spec.spwrap tr th:after {
    flex: 1;
    height: 1px;
    position: relative;
    top: auto;
  }
  .table_spec.spwrap tr td {
    display: block;
    width: 100%;
    padding: 0 5px 10px;
  }
}
.table_spec.table_s tr th {
  width: 8em;
  padding: 20px 1.5em 20px 1.5em;
}
@media (max-width: 800px) {
  .table_spec.table_s tr th {
    width: 5em;
    padding: 10px 1em 10px 1em;
  }
}

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

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

.attention_ul {
  font-size: 85%;
  color: rgba(0, 0, 0, 0.7);
}
.attention_ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  margin: 4px 0;
}
.attention_ul.border_ul {
  padding: 20px;
  margin: 0;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .attention_ul.border_ul {
    padding: 8px;
  }
}

.ul_list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin: 6px 0;
}

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

.prr:not(.prr_ndf):not(.prr_box) {
  opacity: 0;
  transform: translateY(30px);
}
.prr:not(.prr_ndf):not(.prr_box).show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease-out;
}

/* ================================================================ *
* loading
/* ================================================================ */
#loading {
  position: fixed;
  width: 100vw;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1.2s ease-out 0.6s;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(193, 171, 64, 0.3) 0, #fff 30%, #fff 70%, rgba(0, 0, 0, 0.3)) #fff;
}
#loading .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s ease-out;
}
#loading p {
  font-size: 14px;
  color: #000;
  transform: scaleX(0.8);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ヒラギノ角ゴ", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
#loading .bar {
  position: relative;
  transition: all 0.5s ease-out;
  width: 600px;
  aspect-ratio: 1125/125;
  margin-bottom: 10px;
  background: #1aa6b2;
  -webkit-mask: url(../img/top_logo.png?0) 50% 50% no-repeat;
          mask: url(../img/top_logo.png?0) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#loading .bar span {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to left, #ccc 33.333%, #1aa6b2 66%);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  display: none;
}
#loading.off {
  opacity: 0;
  pointer-events: none;
}
#loading.off .box {
  filter: blur(10px);
  opacity: 0;
}
@media (max-width: 800px) {
  #loading .bar {
    width: 380px;
  }
}

body:not(#index) #loading .bar {
  background: #1aa6b2;
}

/* ================================================================ *
* menu
/* ================================================================ */
@media (max-width: 800px) {
  #menuIcon {
    position: fixed;
    z-index: 102;
    right: 0px;
    top: 60px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    background: #000;
    padding: 10px 10px 10px 9px;
    aspect-ratio: 1/1.1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
  }
  #menuIcon .icon {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #menuIcon .icon span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    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(-9px);
  }
  #menuIcon .icon span:after {
    transform: translateY(9px);
  }
  #menuIcon.on .icon span {
    background: transparent;
  }
  #menuIcon.on .icon span:before {
    transform: rotate(45deg);
  }
  #menuIcon.on .icon span:after {
    transform: rotate(-45deg);
  }
}
@media (min-width: 800px) {
  #gMenu {
    position: fixed;
    z-index: 101;
    top: 0;
    left: -8px;
    width: 100vw;
    height: 48px;
    display: flex;
    justify-content: center;
    padding: 0 50px;
  }
  #gMenu nav {
    position: relative;
    width: 80%;
    min-width: 1000px;
    background: #000;
    border-radius: 0 0 20px 20px;
    font-family: "titular-alt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1;
  }
  #gMenu nav ul {
    position: relative;
    padding: 0 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  #gMenu nav ul li {
    position: relative;
    flex: 1;
  }
  #gMenu nav ul li a, #gMenu nav ul li p {
    display: block;
    color: #fff;
    text-align: center;
  }
  #gMenu nav ul li p {
    position: relative;
    color: #666;
  }
  #gMenu nav ul li p:after {
    content: "COMING SOON";
    display: block;
    font-size: 10px;
    line-height: 0.5;
  }
  #gMenu nav ul li.logo {
    flex: 1.5;
    padding: 0 10px;
  }
  #gMenu nav ul li.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gMenu nav ul li.logo img {
    vertical-align: top;
    width: 160px;
  }
  #gMenu nav ul li:not(.event) {
    letter-spacing: 1px;
  }
  #gMenu nav ul li:not(:nth-last-of-type(1)):after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 100%;
    top: 0;
    right: -9px;
    background: url(../img/menu_obj_1.png) 50% 50% no-repeat;
    background-size: contain;
  }
  #gMenu nav ul li:nth-of-type(1):before, #gMenu nav ul li:nth-last-of-type(1):after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    background: url(../img/menu_obj_2.png) 50% 50% no-repeat;
    background-size: contain;
  }
  #gMenu nav ul li:nth-of-type(1):before {
    left: -50px;
  }
  #gMenu nav ul li:nth-last-of-type(1):after {
    right: -50px;
  }
}
@media (max-width: 800px) {
  #gMenu {
    position: fixed;
    z-index: 99;
    inset: 0;
    background: #1aa6b2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    transform: translateY(-100%);
    pointer-events: none;
    transition: all 0.2s ease-out;
  }
  #gMenu.show {
    transform: translateY(0);
    pointer-events: auto;
  }
  #gMenu .splogo {
    margin-bottom: 40px;
  }
  #gMenu .splogo a {
    display: block;
    color: #000;
    font-weight: 600;
  }
  #gMenu .splogo a .sub {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 7px;
  }
  #gMenu .splogo a .sub span {
    display: block;
  }
  #gMenu .splogo a .sub .km {
    letter-spacing: 1px;
    text-indent: 1px;
  }
  #gMenu .splogo a .ttl {
    font-family: "titular-alt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 60px;
    line-height: 0.8;
  }
  #gMenu .splogo a .ttl span.star {
    display: inline-block;
    font-size: 75%;
    transform: translateY(-2px);
  }
  #gMenu .splogo a .ttl span.blank {
    position: relative;
  }
  #gMenu .splogo a .ttl span.blank:after {
    content: "";
    width: 100%;
    display: block;
  }
  #gMenu nav {
    width: 100%;
    margin-bottom: 20px;
  }
  #gMenu nav ul {
    display: flex;
    flex-direction: column;
  }
  #gMenu nav ul li {
    border-top: 2px solid #000;
  }
  #gMenu nav ul li:nth-last-of-type(1) {
    border-bottom: 2px solid #000;
  }
  #gMenu nav ul li a, #gMenu nav ul li p {
    position: relative;
    letter-spacing: 1px;
    text-indent: 1px;
    display: block;
    padding: 5px;
    font-family: "titular-alt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 27px;
    color: #000;
  }
  #gMenu nav ul li p {
    color: #333;
    opacity: 0.6;
    line-height: 1;
  }
  #gMenu nav ul li p:after {
    content: "COMING SOON";
    display: block;
    font-size: 15px;
    line-height: 0.7;
  }
}

#fix_pagenav {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90px;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #000;
  backdrop-filter: blur(9px);
  padding-top: 50px;
  transform: translateY(-100%);
  pointer-events: none;
  transition: all 0.3s ease-out;
}
#fix_pagenav.show {
  transform: translateY(0);
  pointer-events: auto;
}
#fix_pagenav nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 3px 150px;
}
@media (max-width: 800px) {
  #fix_pagenav {
    padding-top: 37px;
    height: 60px;
    border-bottom: 1px solid #000;
  }
  #fix_pagenav nav {
    padding: 0 52px;
    gap: 3px;
    justify-content: start;
    overflow-x: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(to right, transparent 20px, #000 55px, #000 calc(100% - 55px), transparent calc(100% - 20px));
            mask-image: linear-gradient(to right, transparent 20px, #000 55px, #000 calc(100% - 55px), transparent calc(100% - 20px));
  }
}

/* ================================================================ *
* bg,frame
* ================================================================ */
.border_bottom, .border_top {
  position: absolute;
  height: 20px;
  width: calc(100% - 400px);
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/frame_obj_side_st.png), url(../img/frame_obj_side_st.png);
  background-repeat: no-repeat;
  background-position: 0 50%, 100% 50%;
}
.border_bottom .obj, .border_top .obj {
  display: block;
  position: relative;
  width: 60px;
  height: 100%;
  background: url(../img/h01_obj_s.png) 50% 50% no-repeat;
  background-size: 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.border_bottom .obj:before, .border_bottom .obj:after, .border_top .obj:before, .border_top .obj:after {
  content: "";
  display: block;
  position: relative;
  width: 9px;
  aspect-ratio: 1/1;
  background: url(../img/frame_obj_maru.png) 50% 50% no-repeat;
  background-size: contain;
}
.border_bottom .obj:before, .border_top .obj:before {
  transform: translateX(-2px);
}
.border_bottom .obj:after, .border_top .obj:after {
  transform: translateX(2px);
}
.border_bottom:before, .border_bottom:after, .border_top:before, .border_top:after {
  content: "";
  display: block;
  flex: 1;
  opacity: 0.9;
  width: calc(100% - 20px);
  height: 3.5px;
  background: #000;
}
@media (max-width: 800px) {
  .border_bottom, .border_top {
    height: 12px;
    width: calc(100% - 200px);
    left: 100px;
    padding: 0 8px;
    background-size: 10px auto;
  }
  .border_bottom:before, .border_bottom:after, .border_top:before, .border_top:after {
    height: 2px;
  }
  .border_bottom .obj, .border_top .obj {
    width: 40px;
    gap: 5px;
    background-size: 24px auto;
  }
  .border_bottom .obj:before, .border_bottom .obj:after, .border_top .obj:before, .border_top .obj:after {
    width: 5px;
    background-size: 5px;
  }
}

.border_top {
  display: none;
}

#frame {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -o-border-image: url(../img/frame.png) 210/180px round;
     border-image: url(../img/frame.png) 210/180px round;
  pointer-events: none;
}
#frame:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
#frame .dm_dot {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  background: #000;
}
#frame .border_left, #frame .border_right {
  position: absolute;
  width: 20px;
  height: calc(100% - 400px);
  top: 200px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/frame_obj_side_qn.png), url(../img/frame_obj_side_qn.png);
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
}
#frame .border_left:before, #frame .border_left:after, #frame .border_right:before, #frame .border_right:after {
  content: "";
  display: block;
  flex: 1;
  opacity: 0.9;
  width: 4px;
  height: calc(100% - 20px);
  background: #000;
}
#frame .border_left .obj, #frame .border_right .obj {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  background: url(../img/h01_obj_s_tate.png) 50% 50% no-repeat;
  background-size: auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
#frame .border_left .obj:before, #frame .border_left .obj:after, #frame .border_right .obj:before, #frame .border_right .obj:after {
  content: "";
  display: block;
  position: relative;
  width: 9px;
  aspect-ratio: 1/1;
  background: url(../img/frame_obj_maru.png) 50% 50% no-repeat;
  background-size: contain;
}
#frame .border_left .obj:before, #frame .border_right .obj:before {
  transform: translateY(-2px);
}
#frame .border_left .obj:after, #frame .border_right .obj:after {
  transform: translateY(2px);
}
#frame .border_left {
  left: 27px;
}
#frame .border_right {
  right: 27px;
}
#frame .border_bottom {
  left: 200px;
  bottom: 27px;
}
@media (max-width: 800px) {
  #frame {
    -o-border-image: url(../img/frame.png) 210/105px round;
       border-image: url(../img/frame.png) 210/105px round;
  }
  #frame .border_left, #frame .border_right {
    width: 12px;
    height: calc(100% - 200px);
    top: 100px;
    padding: 8px 0;
    background-size: 10px auto;
  }
  #frame .border_left:before, #frame .border_left:after, #frame .border_right:before, #frame .border_right:after {
    width: 2px;
  }
  #frame .border_left .obj, #frame .border_right .obj {
    height: 35px;
    gap: 5px;
  }
  #frame .border_left .obj:before, #frame .border_left .obj:after, #frame .border_right .obj:before, #frame .border_right .obj:after {
    background-size: 6px;
  }
  #frame .border_left {
    left: 12px;
  }
  #frame .border_right {
    right: 12px;
  }
  #frame .border_top {
    top: 12px;
    display: flex;
  }
  #frame .border_bottom {
    bottom: 12px;
    display: flex;
  }
}

#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/bg.png) 50% 0 repeat-y, linear-gradient(to bottom, rgba(193, 171, 64, 0.25) 0, #fff 20%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.25) 50%, #fff 70%, rgba(193, 171, 64, 0.25) 90%);
  background-size: 100% auto, 100% 3000px;
}
#bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url(../img/noise.png);
}
@media (max-width: 800px) {
  #bg {
    background: url(../img/bg_sp.png?0) 50% 0 repeat-y, linear-gradient(to bottom, rgba(193, 171, 64, 0.25) 0, #fff 20%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.25) 50%, #fff 70%, rgba(193, 171, 64, 0.25) 90%);
    background-size: 100% auto, 100% 2000px;
  }
}

/* ================================================================ *
* common
* ================================================================ */
#container {
  min-width: 1200px;
  z-index: 2;
  padding: 0;
}
@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;
  width: min(1400px, 100%);
  margin: 0 auto;
  z-index: 1;
  padding: 130px 100px;
  text-align: center;
}
section.pg .pg_border {
  position: absolute;
  top: 0;
  left: 70px;
  width: calc(100% - 140px);
  height: 2.5px;
  background: #000;
}
section.pg .pg_border:before, section.pg .pg_border:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  top: -6px;
  background: url(../img/frame_obj_side_st.png) 50% 50% no-repeat;
  background-size: contain;
}
section.pg .pg_border:before {
  left: -10px;
}
section.pg .pg_border:after {
  right: -10px;
}
section.pg:nth-of-type(even) .pg_border:before, section.pg:nth-of-type(even) .pg_border:after {
  background-image: url(../img/frame_obj_side_qn.png);
}
section.pg .pg_wrapper + .pg_wrapper {
  margin-top: 50px;
}
section.pg .pg_wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
section.pg .pg_wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 800px) {
  section.pg {
    padding: 50px 35px;
  }
  section.pg .pg_border {
    width: calc(100% - 80px);
    left: 40px;
  }
  section.pg .pg_border:before, section.pg .pg_border:after {
    width: 12px;
    top: -5px;
  }
  section.pg .pg_wrapper + .pg_wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 800px) {
  .sp_h1 {
    position: fixed;
    width: 100%;
    top: 14px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .sp_h1:before, .sp_h1:after {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 10px;
    background: url(../img/h01_obj_s.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .sp_h1 h1, .sp_h1 p, .sp_h1 a {
    font-family: "titular-alt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    color: #000;
  }
  .sp_h1 h1 .star, .sp_h1 p .star, .sp_h1 a .star {
    display: inline-block;
    font-size: 78%;
    transform: translateY(-1px);
  }
}
.pagenav {
  margin-top: -30px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 40px;
}
@media (max-width: 800px) {
  .pagenav {
    margin-top: -10px;
    margin-bottom: 40px;
    gap: 4px;
    flex-wrap: wrap;
  }
}

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

.h01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  padding: 10px;
}
.h01:before, .h01:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  background: url(../img/h01_obj_l.png) 50% 0 no-repeat;
  background-size: contain;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.h01:before {
  left: 30px;
}
.h01:after {
  right: 30px;
  transform: rotate(180deg);
}
.h01 .en {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 140px;
  line-height: 1;
}
.h01 .en span {
  opacity: 0;
  transform: translateY(30px) rotate(0);
}
.h01 .en span:nth-of-type(1) {
  transition: all 0.6s ease-out 0.05s;
}
.h01 .en span:nth-of-type(2) {
  transition: all 0.6s ease-out 0.1s;
}
.h01 .en span:nth-of-type(3) {
  transition: all 0.6s ease-out 0.15s;
}
.h01 .en span:nth-of-type(4) {
  transition: all 0.6s ease-out 0.2s;
}
.h01 .en span:nth-of-type(5) {
  transition: all 0.6s ease-out 0.25s;
}
.h01 .en span:nth-of-type(6) {
  transition: all 0.6s ease-out 0.3s;
}
.h01 .en span:nth-of-type(7) {
  transition: all 0.6s ease-out 0.35s;
}
.h01 .en span:nth-of-type(8) {
  transition: all 0.6s ease-out 0.4s;
}
.h01 .en span:nth-of-type(9) {
  transition: all 0.6s ease-out 0.45s;
}
.h01 .en span:nth-of-type(10) {
  transition: all 0.6s ease-out 0.5s;
}
.h01 .en span:nth-of-type(11) {
  transition: all 0.6s ease-out 0.55s;
}
.h01 .en span:nth-of-type(12) {
  transition: all 0.6s ease-out 0.6s;
}
.h01 .en span:nth-of-type(13) {
  transition: all 0.6s ease-out 0.65s;
}
.h01 .en span:nth-of-type(14) {
  transition: all 0.6s ease-out 0.7s;
}
.h01 .en span:nth-of-type(15) {
  transition: all 0.6s ease-out 0.75s;
}
.h01 .en span:nth-of-type(16) {
  transition: all 0.6s ease-out 0.8s;
}
.h01 .en span:nth-of-type(17) {
  transition: all 0.6s ease-out 0.85s;
}
.h01 .en span:nth-of-type(18) {
  transition: all 0.6s ease-out 0.9s;
}
.h01 .en span:nth-of-type(19) {
  transition: all 0.6s ease-out 0.95s;
}
.h01 .en span:nth-of-type(20) {
  transition: all 0.6s ease-out 1s;
}
.h01 .ja {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  margin-top: -10px;
  opacity: 0;
  transition: all 0.3s ease-out 0.5s;
}
.h01 .ja span {
  display: block;
  transform: translateY(-1px);
}
.h01 .ja:before, .h01 .ja:after {
  content: "";
  display: block;
  position: relative;
  width: 34px;
  height: 12px;
  background: url(../img/h01_obj_s.png) 50% 50% no-repeat;
  background-size: contain;
}
.h01.show:before, .h01.show:after {
  opacity: 1;
}
.h01.show:before {
  left: -80px;
}
.h01.show:after {
  right: -80px;
}
.h01.show .en span {
  opacity: 1;
  transform: translateY(0);
}
.h01.show .ja {
  opacity: 1;
  transform: scaleX(1);
}
@media (max-width: 800px) {
  .h01 {
    margin-bottom: 20px;
    padding: 4px;
  }
  .h01:before, .h01:after {
    width: 30px;
    height: 30px;
    top: 50%;
    display: none;
  }
  .h01:before {
    left: 30px;
    transform: translateY(-50%) rotate(-45deg);
  }
  .h01:after {
    right: 30px;
    transform: translateY(-50%) rotate(135deg);
  }
  .h01 .en {
    font-size: 75px;
  }
  .h01 .ja {
    font-size: 13px;
    gap: 5px;
    margin-top: -5px;
  }
  .h01 .ja:before, .h01 .ja:after {
    width: 20px;
    height: 7px;
  }
  .h01.show:before {
    left: -30px;
  }
  .h01.show:after {
    right: -30px;
  }
}

body:not(#index) .h01 {
  margin-top: 150px;
}
@media (max-width: 800px) {
  body:not(#index) .h01 {
    margin-top: 65px;
  }
}

.h02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.h02 p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 2px;
  text-indent: 2px;
  opacity: 0;
  transition: all 0.5s ease-out 0.2s;
}
.h02 p.stxt {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
}
.h02 p.en {
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
}
.h02 p.en .star {
  display: inline-block;
  font-size: 80%;
  transform: translateY(-2px);
}
.h02:before, .h02:after {
  content: "";
  display: block;
  position: relative;
  width: 43px;
  aspect-ratio: 86/46;
  background: url(../img/h02_obj.png) 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.6s ease-out;
  opacity: 0;
}
.h02:before {
  transform: translateX(20px);
}
.h02:after {
  transform: scaleX(-1) translateX(20px);
}
.h02.show p {
  opacity: 1;
  transform: translateY(0);
}
.h02.show:before {
  transform: translateX(0);
  opacity: 1;
}
.h02.show:after {
  transform: scaleX(-1) translateX(0);
  opacity: 1;
}
@media (max-width: 800px) {
  .h02 {
    margin-bottom: 15px;
    gap: 10px;
  }
  .h02 p {
    font-size: 30px;
    white-space: nowrap;
  }
  .h02 p.stxt {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: 0;
  }
  .h02 p.en {
    font-size: 35px;
  }
  .h02:before, .h02:after {
    width: 25px;
  }
}

/* ================================================================ *
* index
* ================================================================ */
#index #top_over {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 102;
  pointer-events: none;
  opacity: 1;
  transition: all 0.6s ease-out;
}
#index #top_over .slide_box {
  position: absolute;
  inset: 0;
}
#index #top_over .slide_box .l, #index #top_over .slide_box .r {
  position: absolute;
  bottom: 0;
  transform: translateX(0);
  transition: all 0.6s ease-out;
}
#index #top_over .slide_box .l span, #index #top_over .slide_box .r span {
  display: block;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#index #top_over .slide_box.st .l, #index #top_over .slide_box.st .r {
  width: 45%;
  height: 100%;
}
#index #top_over .slide_box.st .kingyo {
  transition: all 0.3s ease-out;
  opacity: 0;
}
#index #top_over .slide_box.st .guruguru {
  transition: all 0.3s ease-out;
  opacity: 0;
}
#index #top_over .slide_box.st .l {
  left: 0;
}
#index #top_over .slide_box.st .l span {
  background-position: 0% 100%;
}
#index #top_over .slide_box.st .l .kingyo {
  background-image: url(../img/top_obj_st_kingyo_l.png);
  z-index: 2;
}
#index #top_over .slide_box.st .l .guruguru {
  background-image: url(../img/top_obj_st_guruguru_l.png);
  z-index: 1;
  transform: translateX(-100px);
}
#index #top_over .slide_box.st .r {
  right: 0;
}
#index #top_over .slide_box.st .r span {
  background-position: 100% 100%;
}
#index #top_over .slide_box.st .r .kingyo {
  background-image: url(../img/top_obj_st_kingyo_r.png);
  z-index: 2;
}
#index #top_over .slide_box.st .r .guruguru {
  background-image: url(../img/top_obj_st_guruguru_r.png);
  z-index: 1;
  transform: translateX(100px);
}
#index #top_over .slide_box.qn .l, #index #top_over .slide_box.qn .r {
  width: 40%;
  height: 85%;
}
#index #top_over .slide_box.qn .hanabi1, #index #top_over .slide_box.qn .hanabi2, #index #top_over .slide_box.qn .hanabi3 {
  transition: all 0.3s ease-out;
  opacity: 0;
}
#index #top_over .slide_box.qn .l {
  left: 0;
}
#index #top_over .slide_box.qn .l span {
  background-position: 0% 100%;
}
#index #top_over .slide_box.qn .l .hanabi1 {
  background-image: url(../img/top_obj_qn_l1.png);
  background-position: 0% 10%;
}
#index #top_over .slide_box.qn .l .hanabi2 {
  background-image: url(../img/top_obj_qn_l2.png);
  background-position: 0% 100%;
}
#index #top_over .slide_box.qn .l .hanabi3 {
  background-image: url(../img/top_obj_qn_l3.png);
  background-position: 0% 50%;
  z-index: 3;
}
#index #top_over .slide_box.qn .r {
  right: 0;
}
#index #top_over .slide_box.qn .r span {
  background-position: 100% 100%;
}
#index #top_over .slide_box.qn .r .hanabi1 {
  background-image: url(../img/top_obj_qn_r1.png);
  background-position: 100% 50%;
  z-index: 3;
}
#index #top_over .slide_box.qn .r .hanabi2 {
  background-image: url(../img/top_obj_qn_r2.png);
  background-position: 100% 0%;
}
#index #top_over .slide_box.qn .r .hanabi3 {
  background-image: url(../img/top_obj_qn_r3.png);
  background-position: 100% 100%;
}
#index #top_over .slide_box.on.st .kingyo {
  opacity: 1;
  transition: all 1s ease-out 1s;
}
#index #top_over .slide_box.on.st .guruguru {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-out 0.3s;
}
#index #top_over .slide_box.on.qn .hanabi1 {
  opacity: 1;
  transition: all 1.2s ease-out 0.3s;
}
#index #top_over .slide_box.on.qn .hanabi2 {
  opacity: 1;
  transition: all 1.2s ease-out 0.6s;
}
#index #top_over .slide_box.on.qn .hanabi3 {
  opacity: 1;
  transition: all 1.2s ease-out 0.9s;
}
#index #top_over.scroll {
  opacity: 0;
}
#index #top_over.scroll .slide_box .l {
  transform: translateX(-100px);
}
#index #top_over.scroll .slide_box .r {
  transform: translateX(100px);
}
@media (max-width: 800px) {
  #index #top_over {
    z-index: 80;
  }
  #index #top_over .slide_box.st .l, #index #top_over .slide_box.st .r {
    width: 50%;
    height: 100%;
  }
  #index #top_over .slide_box.st .l .kingyo {
    background-image: url(../img/top_obj_st_kingyo_l_sp.png);
  }
  #index #top_over .slide_box.st .l .guruguru {
    background-image: url(../img/top_obj_st_guruguru_l_sp.png);
    transform: translateX(-50px);
  }
  #index #top_over .slide_box.st .r .kingyo {
    background-image: url(../img/top_obj_st_kingyo_r_sp.png);
  }
  #index #top_over .slide_box.st .r .guruguru {
    background-image: url(../img/top_obj_st_guruguru_r_sp.png);
    transform: translateX(50px);
  }
  #index #top_over .slide_box.qn .l, #index #top_over .slide_box.qn .r {
    width: 45%;
    height: 80%;
  }
  #index #top_over .slide_box.qn .l .hanabi1 {
    background-image: url(../img/top_obj_qn_l1_sp.png);
    background-position: 0% 0%;
  }
  #index #top_over .slide_box.qn .l .hanabi2 {
    background-image: url(../img/top_obj_qn_l2_sp.png);
    background-position: 0% 100%;
  }
  #index #top_over .slide_box.qn .l .hanabi3 {
    background-image: url(../img/top_obj_qn_l3_sp.png);
    background-position: 0% 50%;
    z-index: 3;
  }
  #index #top_over .slide_box.qn .r .hanabi1 {
    background-image: url(../img/top_obj_qn_r1_sp.png);
    background-position: 100% 50%;
    z-index: 3;
  }
  #index #top_over .slide_box.qn .r .hanabi2 {
    background-image: url(../img/top_obj_qn_r2_sp.png);
    background-position: 100% 0%;
  }
  #index #top_over .slide_box.qn .r .hanabi3 {
    background-image: url(../img/top_obj_qn_r3_sp.png);
    background-position: 100% 100%;
  }
  #index #top_over .slide_box.on.st .kingyo {
    opacity: 1;
    transition: all 0.6s ease-out 1s;
  }
  #index #top_over .slide_box.on.st .guruguru {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s ease-out 0.3s;
  }
  #index #top_over .slide_box.on.qn .hanabi1 {
    opacity: 1;
    transition: all 1.2s ease-out 0.3s;
  }
  #index #top_over .slide_box.on.qn .hanabi2 {
    opacity: 1;
    transition: all 1.2s ease-out 0.6s;
  }
  #index #top_over .slide_box.on.qn .hanabi3 {
    opacity: 1;
    transition: all 1.2s ease-out 0.9s;
  }
}
#index #top {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index #top .top_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#index #top .top_bg:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url(../img/noise.png);
}
#index #top .top_bg .slide_box {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease-out;
}
#index #top .top_bg .slide_box.on {
  opacity: 1;
}
#index #top .top_bg .slide_box.st {
  background: linear-gradient(to bottom, #e4dec9, #f5f3e9 70%, #bead5e);
}
#index #top .top_bg .slide_box.qn {
  background: linear-gradient(to bottom, #bfbfbf, #f5f3e9 70%, #555);
}
#index #top .top_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 150px;
}
#index #top .top_wrap .logo {
  width: 85%;
  height: 30%;
  background: linear-gradient(#1aa6b2 30%, rgba(26, 166, 178, 0.6));
  -webkit-mask: url(../img/top_logo.png) 50% 50% no-repeat;
          mask: url(../img/top_logo.png) 50% 50% no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
#index #top .top_wrap .img {
  position: relative;
  width: 100%;
  height: 85%;
  margin-top: -5%;
}
#index #top .top_wrap .img .slide_box {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.8s ease-out;
}
#index #top .top_wrap .img .slide_box.on {
  opacity: 1;
  transition-delay: 0.5s;
}
#index #top .top_wrap .img .slide_box.st {
  background-image: url(../img/top_img_st.webp);
}
#index #top .top_wrap .img .slide_box.qn {
  background-image: url(../img/top_img_qn.webp);
}
#index #top .select_btn {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 10;
}
#index #top .select_btn p {
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 11px;
}
#index #top .select_btn ul {
  position: relative;
  display: flex;
  border: 2px solid #000;
}
#index #top .select_btn ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.1s ease-out;
}
#index #top .select_btn ul li {
  padding: 3px 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index #top .select_btn ul li svg {
  fill: #000;
  width: 28px;
  margin: 0;
  padding: 0;
}
#index #top .select_btn ul li.st svg {
  width: 30px;
  transform: translateY(-1px);
}
#index #top .select_btn ul li.on svg {
  fill: #fff;
}
#index #top .scroll {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#index #top .scroll:before, #index #top .scroll:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 27px;
  height: 15px;
  background: url(../img/h01_obj_s.png) 50% 50% no-repeat;
  background-size: contain;
}
#index #top .scroll a {
  display: block;
  color: #000;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
}
#index #top.st .select_btn ul:before {
  left: 0;
}
#index #top.qn .select_btn ul:before {
  left: 50%;
}
#index #top {
  transition: opacity 1s ease-out;
}
#index #top.scroll {
  opacity: 0;
}
@media (max-width: 800px) {
  #index #top .top_wrap {
    padding: 60px 30px 45px;
  }
  #index #top .top_wrap .logo {
    -webkit-mask-image: url(../img/top_logo_sp.png?0);
            mask-image: url(../img/top_logo_sp.png?0);
    transform: translateX(5px);
  }
  #index #top .top_wrap .img {
    height: 85%;
    margin-top: -15%;
  }
  #index #top .top_wrap .img .slide_box {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #index #top .top_wrap .img .slide_box.on {
    opacity: 1;
  }
  #index #top .top_wrap .img .slide_box.st {
    background-image: url(../img/top_img_st_sp.webp?0);
  }
  #index #top .top_wrap .img .slide_box.qn {
    background-image: url(../img/top_img_qn_sp.webp?0);
  }
  #index #top .select_btn {
    right: auto;
    left: 35px;
    top: 55px;
    display: flex;
    flex-direction: row-reverse;
  }
  #index #top .select_btn p {
    writing-mode: vertical-rl;
    line-height: 1.3;
    display: none;
  }
  #index #top .select_btn ul {
    flex-direction: column;
    border-width: 1.5px;
  }
  #index #top .select_btn ul:before {
    width: 100%;
    height: 50%;
  }
  #index #top .select_btn ul li svg {
    width: 11px;
  }
  #index #top .select_btn ul li.st {
    padding: 6px 0px 12px;
  }
  #index #top .select_btn ul li.st svg {
    width: 13px;
    transform: translateY(0px);
  }
  #index #top .select_btn ul li.qn {
    padding: 6px 0px 9px;
  }
  #index #top .scroll {
    bottom: 15px;
  }
  #index #top .scroll:before, #index #top .scroll:after {
    width: 18px;
  }
  #index #top .scroll a {
    font-size: 16px;
  }
  #index #top.st .select_btn ul:before {
    top: 0;
  }
  #index #top.qn .select_btn ul:before {
    top: 50%;
    left: 0;
  }
}
#index .ul_newslist li {
  position: relative;
  border: 3px solid #000;
  background: #fff;
}
#index .ul_newslist li:before, #index .ul_newslist li:after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  aspect-ratio: 62/18;
  background: url(../img/box_obj.png) 50% 50% no-repeat;
  background-size: contain;
}
#index .ul_newslist li:before {
  top: 0;
  transform: translateY(-55%);
  left: 40px;
}
#index .ul_newslist li:after {
  bottom: 0;
  transform: translateY(55%);
  right: 40px;
}
@media (max-width: 800px) {
  #index .ul_newslist li {
    border-width: 2px;
  }
  #index .ul_newslist li:before, #index .ul_newslist li:after {
    width: 40px;
  }
  #index .ul_newslist li:before {
    left: 20px;
  }
  #index .ul_newslist li:after {
    right: 20px;
  }
}
#index .ul_newslist li {
  text-align: left;
}
#index .ul_newslist li:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}
#index .ul_newslist li a, #index .ul_newslist li .notlink {
  display: block;
  position: relative;
  color: #000;
  padding: 30px 100px 30px 30px;
}
#index .ul_newslist li a:after {
  content: ">>";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) scaleX(0.7);
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3px;
}
#index .ul_newslist li .daywrap {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-bottom: 10px;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
}
#index .ul_newslist li .daywrap .day {
  background: #000;
  color: #fff;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 1px;
}
#index .ul_newslist li .daywrap .day .w {
  font-size: 70%;
}
#index .ul_newslist li .daywrap .page {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
}
#index .ul_newslist li .daywrap .page:before {
  content: "";
  display: block;
  position: relative;
  width: 1.5em;
  height: 3px;
  background: #000;
}
#index .ul_newslist li .str {
  font-weight: 400;
}
@media (max-width: 800px) {
  #index .ul_newslist li:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
  #index .ul_newslist li a, #index .ul_newslist li .notlink {
    padding: 18px 30px 15px 13px;
  }
  #index .ul_newslist li a:after {
    font-size: 30px;
    right: 10px;
  }
  #index .ul_newslist li .daywrap {
    gap: 7px;
    margin-bottom: 5px;
  }
  #index .ul_newslist li .daywrap .day {
    padding: 0px 7px;
    font-size: 17px;
    gap: 5px;
  }
  #index .ul_newslist li .daywrap .page {
    gap: 7px;
    font-size: 20px;
  }
  #index .ul_newslist li .daywrap .page:before {
    height: 2px;
    width: 1em;
  }
}
#index #news {
  padding-bottom: 200px;
}
#index #news .ul_newslist {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  #index #news {
    padding-bottom: 100px;
  }
  #index #news .ul_newslist {
    margin-bottom: 20px;
  }
}

/* ================================================================ *
* concept
* ================================================================ */
#concept section.pg {
  padding: 0 0 150px;
}
#concept .catch {
  background: url(../../concept/img/catch_img.png) 50% 50% no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 534px;
  aspect-ratio: 534/658;
  margin: 0 auto 60px;
}
#concept .catch p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 20px;
}
#concept .catch p span {
  display: block;
  padding: 5px;
  writing-mode: vertical-rl;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 50px;
  background: #1aa6b2;
}
#concept .catch p span:nth-of-type(1) {
  transform: translateY(-30px);
}
#concept .catch p span:nth-of-type(2) {
  transform: translateY(30px);
}
#concept .str {
  text-align: center;
  margin-bottom: 100px;
  font-size: 130%;
  line-height: 1.7;
  font-weight: 600;
}
#concept .str p:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}
#concept .prof {
  position: relative;
  border: 3px solid #000;
  background: #fff;
}
#concept .prof:before, #concept .prof:after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  aspect-ratio: 62/18;
  background: url(../img/box_obj.png) 50% 50% no-repeat;
  background-size: contain;
}
#concept .prof:before {
  top: 0;
  transform: translateY(-55%);
  left: 40px;
}
#concept .prof:after {
  bottom: 0;
  transform: translateY(55%);
  right: 40px;
}
@media (max-width: 800px) {
  #concept .prof {
    border-width: 2px;
  }
  #concept .prof:before, #concept .prof:after {
    width: 40px;
  }
  #concept .prof:before {
    left: 20px;
  }
  #concept .prof:after {
    right: 20px;
  }
}
#concept .prof {
  width: min(100%, 1200px);
  margin: 0 auto;
}
#concept .prof .ttl {
  text-align: left;
}
#concept .prof .name {
  padding: 0 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 40px;
}
#concept .prof .name .ja {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
}
#concept .prof .name .en {
  font-size: 38px;
  color: #ccc;
  letter-spacing: 2px;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
#concept .prof .txt {
  padding: 0 5px;
}
#concept .prof .txt p:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #concept section.pg {
    padding: 0px 40px 80px;
  }
  #concept .catch {
    width: 80%;
    margin-bottom: 25px;
  }
  #concept .catch p {
    gap: 10px;
  }
  #concept .catch p span {
    font-size: 23px;
  }
  #concept .catch p span:nth-of-type(1) {
    transform: translateY(-15px);
  }
  #concept .catch p span:nth-of-type(2) {
    transform: translateY(15px);
  }
  #concept .str {
    font-size: 100%;
    margin-bottom: 40px;
  }
  #concept .str p:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
  }
  #concept .prof .name {
    flex-direction: column;
    align-items: start;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #concept .prof .name .ja {
    font-size: 30px;
  }
  #concept .prof .name .en {
    font-size: 18px;
  }
  #concept .prof .txt {
    font-size: 90%;
  }
  #concept .prof .txt p:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
  }
}

/* ================================================================ *
* lineup1
* ================================================================ */
#lineup1 #about .logo {
  margin-bottom: 30px;
}
#lineup1 #about .str {
  font-weight: 600;
  line-height: 1.8;
  font-size: 120%;
}
#lineup1 #about .str p {
  margin-bottom: 20px;
}
#lineup1 #item .itemWrap {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
#lineup1 #item .itemWrap .item_img {
  position: relative;
  width: 500px;
}
#lineup1 #item .itemWrap .item_img .img {
  position: relative;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
#lineup1 #item .itemWrap .item_img .img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid #000;
}
#lineup1 #item .itemWrap .item_img .img > img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.15s ease-out;
}
#lineup1 #item .itemWrap .item_img .img > img.on {
  opacity: 1;
}
#lineup1 #item .itemWrap .item_img .thumb {
  display: flex;
  flex-wrap: wrap;
}
#lineup1 #item .itemWrap .item_img .thumb li {
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
}
@media (min-width: 800px) {
  #lineup1 #item .itemWrap .item_img .thumb li {
    width: 10%;
    margin: 0 1.25% 5px 0;
  }
  #lineup1 #item .itemWrap .item_img .thumb li:nth-of-type(9n) {
    margin-right: 0;
  }
}
#lineup1 #item .itemWrap .item_img .thumb li:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: -1px;
  left: -1px;
  border: 4px solid #1aa6b2;
  opacity: 0;
  transition: all 0.15s ease-out;
}
#lineup1 #item .itemWrap .item_img .thumb li.on:after {
  opacity: 1;
}
#lineup1 #item .itemWrap .item_txt {
  position: relative;
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#lineup1 #item .itemWrap .item_txt .top {
  font-weight: 600;
}
#lineup1 #item .itemWrap .item_txt .top .sub {
  font-size: 120%;
  margin-bottom: 10px;
  line-height: 1.3;
}
#lineup1 #item .itemWrap .item_txt .top .name {
  text-align: left;
  font-size: 200%;
  line-height: 1.3;
}
#lineup1 #item .itemWrap .item_txt .desc {
  font-size: 90%;
  margin-bottom: 20px;
  line-height: 1.5;
}
#lineup1 #item .itemWrap .item_txt .table_spec {
  font-size: 75%;
}
#lineup1 #item .itemWrap .item_txt .table_spec tr th, #lineup1 #item .itemWrap .item_txt .table_spec tr td {
  padding-block: 7px;
}
#lineup1 #item .tokuten .subBox_content .txtWrap {
  flex: 1;
  text-align: left;
}
#lineup1 #item .tokuten .subBox_content .txtWrap .desc {
  font-size: 100%;
  margin-bottom: 20px;
}
#lineup1 #item .tokuten .subBox_content .txtWrap .attention_ul {
  margin-bottom: 30px;
}
#lineup1 #item .tokuten .subBox_content .txtWrap .str {
  font-size: 85%;
}
#lineup1 #item .tokuten .subBox_content .pp_img_btn {
  width: 380px;
}
#lineup1 #buy .pg_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#lineup1 #buy .desc {
  margin: 0px 0 10px;
}
#lineup1 #buy .subBox ul {
  font-size: 90%;
}
#lineup1 #buy .btn {
  margin-block: 10px;
}
@media (max-width: 800px) {
  #lineup1 #about .logo {
    width: 60%;
    margin: 5px auto 20px;
  }
  #lineup1 #about .str {
    font-size: 100%;
    line-height: 1.7;
  }
  #lineup1 #about .str p {
    margin-bottom: 15px;
  }
  #lineup1 #item .itemWrap {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
  }
  #lineup1 #item .itemWrap .item_img {
    order: 2;
    width: 100%;
  }
  #lineup1 #item .itemWrap .item_img .img {
    margin-bottom: 5px;
  }
  #lineup1 #item .itemWrap .item_img .thumb li {
    width: 15.5%;
    margin: 0 1.25% 5px 0;
  }
  #lineup1 #item .itemWrap .item_img .thumb li:nth-of-type(6n) {
    margin-right: 0;
  }
  #lineup1 #item .itemWrap .item_txt {
    display: contents;
  }
  #lineup1 #item .itemWrap .item_txt .top {
    order: 1;
  }
  #lineup1 #item .itemWrap .item_txt .top .sub {
    font-size: 100%;
    margin-bottom: 5px;
  }
  #lineup1 #item .itemWrap .item_txt .top .name {
    font-size: 160%;
    margin-bottom: 0;
  }
  #lineup1 #item .itemWrap .item_txt .desc {
    order: 3;
    margin-bottom: 5px;
  }
  #lineup1 #item .itemWrap .item_txt .table_spec {
    order: 4;
  }
  #lineup1 #item .tokuten .subBox_content .flexWrap {
    flex-direction: column-reverse;
    gap: 15px;
  }
  #lineup1 #item .tokuten .subBox_content .txtWrap .desc {
    margin-bottom: 5px;
  }
  #lineup1 #item .tokuten .subBox_content .txtWrap .attention_ul {
    margin-bottom: 15px;
  }
  #lineup1 #item .tokuten .subBox_content .txtWrap .str {
    font-size: 80%;
  }
  #lineup1 #item .tokuten .subBox_content .pp_img_btn {
    width: 90%;
    margin: 5px auto 0;
  }
  #lineup1 #buy .ttl {
    margin-bottom: 0;
  }
  #lineup1 #buy .pg_wrapper {
    gap: 20px;
  }
  #lineup1 #buy .desc {
    margin: 0px 0 0px;
  }
  #lineup1 #buy .subBox ul {
    font-size: 90%;
  }
  #lineup1 #buy .btn {
    margin-block: 0px;
  }
}

/* ================================================================ *
* event
* ================================================================ */
#event #gaiyou .logo {
  margin-bottom: 40px;
}
#event #gaiyou .str {
  font-weight: 600;
  line-height: 1.8;
  font-size: 120%;
  margin-bottom: 40px;
}
#event #gaiyou .str p {
  margin-bottom: 20px;
}
#event #senkou .border_ul li {
  margin: 10px 0;
}
@media (max-width: 800px) {
  #event .h01 .en {
    font-size: 62px;
  }
  #event #gaiyou .logo {
    width: 70%;
    margin: 10px auto 25px;
  }
  #event #gaiyou .str {
    font-size: 95%;
    margin-bottom: 25px;
  }
  #event #gaiyou .str p {
    margin-bottom: 10px;
  }
  #event #senkou .border_ul li {
    margin: 7px 0;
  }
}

/* ================================================================ *
* gfooter
* ================================================================ */
#gfooter {
  position: relative;
  text-align: center;
  margin-top: 60px;
  padding: 100px 50px 140px;
  background: #1aa6b2;
}
#gfooter .logoWrap {
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}
#gfooter .logoWrap .logo {
  margin-bottom: 5px;
}
#gfooter .logoWrap .logo .sub {
  font-size: 11px;
}
#gfooter .logoWrap .logo .sub span.km {
  letter-spacing: 2px;
}
#gfooter .logoWrap .logo .ttl {
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
}
#gfooter .logoWrap .logo .ttl span.star {
  display: inline-block;
  font-size: 75%;
  transform: translateY(-2px);
}
#gfooter .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
}
#gfooter .sns .ya {
  display: inline-block;
  transform: scaleX(0.6);
}
#gfooter .btnWrap {
  margin-bottom: 40px;
  gap: 8px;
}
#gfooter .btnWrap .btn_foot {
  width: min(100%, 400px);
  -o-border-image: url(../img/foot_btn_border.png) 30/16px round;
     border-image: url(../img/foot_btn_border.png) 30/16px round;
}
#gfooter .btnWrap .btn_foot a, #gfooter .btnWrap .btn_foot p {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  display: block;
  padding: 10px;
}
#gfooter .copy_wrap {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 800px) {
  #gfooter {
    padding: 50px 40px 80px;
    margin-top: 0px;
  }
  #gfooter .logoWrap {
    margin-bottom: 20px;
  }
  #gfooter .logoWrap .logo .sub {
    font-size: 8px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  #gfooter .logoWrap .logo .sub span {
    display: block;
  }
  #gfooter .logoWrap .logo .sub .km {
    letter-spacing: 1px;
    text-indent: 1px;
  }
  #gfooter .logoWrap .logo .ttl {
    font-size: 50px;
    line-height: 0.8;
  }
  #gfooter .logoWrap .logo .ttl span.blank {
    position: relative;
  }
  #gfooter .logoWrap .logo .ttl span.blank:after {
    content: "";
    width: 100%;
    display: block;
  }
  #gfooter .logoWrap .sns {
    gap: 5px;
    font-size: 20px;
    margin-bottom: 0;
  }
  #gfooter ul.menu {
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 0 auto 30px;
  }
  #gfooter ul.menu li {
    border-top: 1.5px solid #000;
  }
  #gfooter ul.menu li:nth-last-of-type(1) {
    border-bottom: 1.5px solid #000;
  }
  #gfooter ul.menu li a, #gfooter ul.menu li p {
    position: relative;
    letter-spacing: 1px;
    text-indent: 1px;
    display: block;
    padding: 5px;
    font-family: "titular-alt", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    color: #000;
  }
  #gfooter ul.menu li p {
    color: #333;
    opacity: 0.6;
    line-height: 1;
  }
  #gfooter ul.menu li p:after {
    content: "COMING SOON";
    display: block;
    font-size: 15px;
    line-height: 0.7;
  }
  #gfooter .btnWrap {
    margin-bottom: 30px;
    gap: 8px;
  }
  #gfooter .btnWrap .btn_foot {
    width: min(100%, 400px);
    -o-border-image: url(../img/foot_btn_border.png) 30/12px round;
       border-image: url(../img/foot_btn_border.png) 30/12px round;
  }
  #gfooter .btnWrap .btn_foot a, #gfooter .btnWrap .btn_foot p {
    font-size: 13px;
    padding: 5px;
    white-space: nowrap;
  }
  #gfooter .copy_wrap {
    font-size: 10px;
    flex-direction: column;
    gap: 3px;
  }
}

/* ================================================================ *
* popup
* ================================================================ */
#popup, #popup_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup > .bg, #popup_movie > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg.png) 50% 0 repeat-y, linear-gradient(to bottom, rgba(193, 171, 64, 0.25) 0, #fff 20%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.25) 50%, #fff 70%, rgba(193, 171, 64, 0.25) 90%) #fff;
  background-size: 100% auto, 100% 3000px;
}
#popup.on, #popup_movie.on {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#popup .close, #popup_movie .close {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  width: 80px;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup .close span, #popup_movie .close span {
  position: relative;
  display: block;
  width: 90%;
  height: 4px;
  transition: all 0.3s ease-out;
}
#popup .close span:before, #popup .close span:after, #popup_movie .close span:before, #popup_movie .close span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
}
#popup .close span:before, #popup_movie .close span:before {
  transform: rotate(45deg);
}
#popup .close span:after, #popup_movie .close span:after {
  transform: rotate(-45deg);
}
@media (min-width: 800px) {
  #popup .close:hover span, #popup_movie .close:hover span {
    rotate: 180deg;
  }
}
#popup .close.on, #popup_movie .close.on {
  opacity: 1;
}
#popup .content, #popup_movie .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: all 0.5s ease-out 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#popup .content .wrapper, #popup_movie .content .wrapper {
  position: relative;
  z-index: 10;
  padding: 80px;
  width: min(1300px, 100%);
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s;
}
#popup .content .wrapper.on, #popup_movie .content .wrapper.on {
  opacity: 1;
}
#popup .content .wrapper.noscroll, #popup_movie .content .wrapper.noscroll {
  overflow: hidden;
}
#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%;
  font-family: "titular-alt", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
}
#popup .content .loading.on, #popup_movie .content .loading.on {
  opacity: 0;
}
@media (max-width: 800px) {
  #popup .close, #popup_movie .close {
    width: 50px;
    top: 5px;
    right: 5px;
    border-radius: 6px;
  }
  #popup .content .wrapper, #popup_movie .content .wrapper {
    padding: 30px 20px 50px;
  }
}

#popup.pp_news .h01 {
  margin-bottom: 30px;
}

#popup.img .content {
  height: auto;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup.img .content .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border: 3px solid #000;
}/*# sourceMappingURL=style.css.map */