@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

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

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes fuwafuwaY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuwafuwaY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwaX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fuwafuwaX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes spinLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spinLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes spinRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

a.blank {
  display: inline-flex;
  align-items: center;
  gap: 0 0.3em;
  margin-right: 0.2em;
}
a.blank::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/parts/icon_blank_rd.svg") no-repeat top center;
  background-size: contain;
}
a.blank.bk::after {
  background-image: url("../img/parts/icon_blank_bk.svg");
}

.re-image {
  width: 100%;
  height: auto;
}

.flex-wrap {
  display: flex;
}

.grid-wrap {
  display: grid;
}

.text-center {
  text-align: center;
}

#btn-nav {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 50;
}
@media only screen and (max-width: 1560px) {
  #btn-nav {
    top: 1.9230769231vw;
    right: 1.9230769231vw;
  }
}
#btn-nav .line-box {
  position: relative;
  width: 80px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1560px) {
  #btn-nav .line-box {
    width: 5.1282051282vw;
    height: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav .line-box {
    width: 8.90625vw;
    height: 5.46875vw;
  }
}
#btn-nav .line-box span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000;
  border: 3px solid #fff;
  background-clip: padding-box;
  transition: all 0.45s ease;
}
@media only screen and (max-width: 1560px) {
  #btn-nav .line-box span {
    height: 0.3205128205vw;
    border-width: 0.1923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav .line-box span {
    height: 0.5625vw;
    border-width: 0.3125vw;
  }
}
#btn-nav .line-box span:nth-child(1) {
  top: 0;
}
#btn-nav .line-box span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#btn-nav .line-box span:nth-child(3) {
  bottom: 0;
}
#btn-nav .txt {
  position: relative;
  width: 64px;
  margin: 7px auto 0;
}
@media only screen and (max-width: 1560px) {
  #btn-nav .txt {
    width: 4.1025641026vw;
    margin-top: 0.4487179487vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav .txt {
    width: 7.1875vw;
    margin-top: 0.625vw;
  }
}
#btn-nav .txt img {
  transition: all 0.35s ease;
}
#btn-nav .txt img.close {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  opacity: 0;
}
@media only screen and (max-width: 1560px) {
  #btn-nav .txt img.close {
    bottom: 0.1282051282vw;
    width: 4.2948717949vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav .txt img.close {
    bottom: 0.3125vw;
    width: 6.25vw;
  }
}
#btn-nav.active .line-box span:nth-child(1) {
  top: 50%;
  transform: rotate(15deg) translateY(-50%);
  border: none;
}
#btn-nav.active .line-box span:nth-child(2) {
  opacity: 0;
}
#btn-nav.active .line-box span:nth-child(3) {
  top: 50%;
  transform: rotate(-15deg) translateY(-50%);
  border: none;
}
#btn-nav.active .txt .open {
  opacity: 0;
}
#btn-nav.active .txt .close {
  opacity: 1;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/global/nav_bg.webp") #fff;
  background-size: cover;
  z-index: 20;
  display: flex;
  justify-content: right;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #header {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }
}
#header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header .bg {
    position: relative;
    height: calc(100vh - 85.78125vw);
    min-height: 66.25vw;
    order: 2;
    overflow: hidden;
  }
}
#header .bg .line {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 150vw;
  height: 294px;
  transform: rotate(-41deg);
  transform-origin: bottom left;
  background-color: #FFEC00;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  #header .bg .line {
    height: 23.59375vw;
    bottom: -23.4375vw;
    left: 38.28125vw;
  }
}
#header .bg .chara {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/kv/chara_haruhi.webp") no-repeat bottom center;
  background-size: contain;
}
#header .haruhi .line {
  background-color: #EBCD01;
}
#header .haruhi .chara {
  top: 70px;
  left: calc(50% - 756px);
  width: 773px;
  height: 1036px;
  background-image: url("../img/top/kv/chara_haruhi.webp");
}
@media only screen and (max-width: 1560px) {
  #header .haruhi .chara {
    top: 4.4871794872vw;
    left: calc(50% - 48.4615384615vw);
    width: 49.5512820513vw;
    height: 66.4102564103vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .haruhi .chara {
    top: 2.1875vw;
    left: 50.3125vw;
    width: 51.5625vw;
    height: 72.96875vw;
  }
}
#header .sao .line {
  background-color: #D71818;
}
#header .sao .chara {
  top: 26px;
  left: calc(50% - 1016px);
  width: 1242px;
  height: 2123px;
  background-image: url("../img/top/kv/chara_sao.webp");
}
@media only screen and (max-width: 1560px) {
  #header .sao .chara {
    top: 1.6666666667vw;
    left: calc(50% - 65.1282051282vw);
    width: 79.6153846154vw;
    height: 136.0897435897vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .sao .chara {
    top: -2.8125vw;
    left: 33.75vw;
    width: 85.625vw;
    height: 146.25vw;
  }
}
#header .rezero .line {
  background-color: #169E8A;
}
#header .rezero .chara {
  top: -50px;
  left: calc(50% - 753px);
  width: 830px;
  height: 1695px;
  background-image: url("../img/top/kv/chara_rezero.webp");
}
@media only screen and (max-width: 1560px) {
  #header .rezero .chara {
    top: -3.2051282051vw;
    left: calc(50% - 48.2692307692vw);
    width: 53.2051282051vw;
    height: 108.6538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .rezero .chara {
    top: -2.96875vw;
    left: 51.5625vw;
    width: 54.375vw;
    height: 111.09375vw;
  }
}
#header .deara .line {
  background-color: #1F77B8;
}
#header .deara .chara {
  top: 30px;
  left: calc(50% - 811px);
  width: 966px;
  height: 1034px;
  background-image: url("../img/top/kv/chara_deara.webp");
}
@media only screen and (max-width: 1560px) {
  #header .deara .chara {
    top: 1.9230769231vw;
    left: calc(50% - 51.9871794872vw);
    width: 61.9230769231vw;
    height: 66.2820512821vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .deara .chara {
    top: 0.78125vw;
    left: 50vw;
    width: 63.75vw;
    height: 68.125vw;
  }
}
#header .aobuta .line {
  background-color: #D71818;
}
#header .aobuta .chara {
  top: 5px;
  left: calc(50% - 920px);
  width: 909px;
  height: 2100px;
  background-image: url("../img/top/kv/chara_aobuta.webp");
}
@media only screen and (max-width: 1560px) {
  #header .aobuta .chara {
    top: 0.3205128205vw;
    left: calc(50% - 58.9743589744vw);
    width: 58.2692307692vw;
    height: 134.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .aobuta .chara {
    top: 1.40625vw;
    left: 45.78125vw;
    width: 54.53125vw;
    height: 125.9375vw;
  }
}
#header .roshidere .line {
  background-color: #EBCD01;
}
#header .roshidere .chara {
  top: -60px;
  left: calc(50% - 775px);
  width: 742px;
  height: 2395px;
  background-image: url("../img/top/kv/chara_rosidere.webp");
}
@media only screen and (max-width: 1560px) {
  #header .roshidere .chara {
    top: -3.8461538462vw;
    left: calc(50% - 49.6794871795vw);
    width: 47.5641025641vw;
    height: 153.5256410256vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .roshidere .chara {
    top: -1.875vw;
    left: 53.28125vw;
    width: 44.6875vw;
    height: 144.21875vw;
  }
}
#header .nogera .line {
  background-color: #169E8A;
}
#header .nogera .chara {
  top: -70px;
  left: calc(50% - 764px);
  width: 718px;
  height: 1377px;
  background-image: url("../img/top/kv/chara_nogera.webp");
}
@media only screen and (max-width: 1560px) {
  #header .nogera .chara {
    top: -4.4871794872vw;
    left: calc(50% - 48.9743589744vw);
    width: 46.0256410256vw;
    height: 88.2692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .nogera .chara {
    top: -1.25vw;
    left: 53.4375vw;
    width: 43.90625vw;
    height: 84.21875vw;
  }
}
#header .fullmeta .line {
  background-color: #1F77B8;
}
#header .fullmeta .chara {
  top: -28px;
  left: calc(50% - 728px);
  width: 650px;
  height: 1463px;
  background-image: url("../img/top/kv/chara_fullmeta.webp");
}
@media only screen and (max-width: 1560px) {
  #header .fullmeta .chara {
    top: -1.7948717949vw;
    left: calc(50% - 46.6666666667vw);
    width: 41.6666666667vw;
    height: 93.7820512821vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .fullmeta .chara {
    top: -3.90625vw;
    left: 55vw;
    width: 43.59375vw;
    height: 98.28125vw;
  }
}
#header .konosuba .line {
  background-color: #EBCD01;
}
#header .konosuba .chara {
  top: -75px;
  left: calc(50% - 815px);
  width: 845px;
  height: 1304px;
  background-image: url("../img/top/kv/chara_konosuba.webp");
}
@media only screen and (max-width: 1560px) {
  #header .konosuba .chara {
    top: -4.8076923077vw;
    left: calc(50% - 52.2435897436vw);
    width: 54.1666666667vw;
    height: 83.5897435897vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .konosuba .chara {
    top: -7.8125vw;
    left: 46.5625vw;
    width: 58.125vw;
    height: 89.6875vw;
  }
}
#header .fate .line {
  background-color: #D71818;
}
#header .fate .chara {
  top: -70px;
  left: calc(50% - 877px);
  width: 1012px;
  height: 2143px;
  background-image: url("../img/top/kv/chara_fate.webp");
}
@media only screen and (max-width: 1560px) {
  #header .fate .chara {
    top: -4.4871794872vw;
    left: calc(50% - 56.2179487179vw);
    width: 64.8717948718vw;
    height: 137.3717948718vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .fate .chara {
    top: -2.34375vw;
    left: 44.6875vw;
    width: 58.125vw;
    height: 123.125vw;
  }
}
#header .highschool .line {
  background-color: #1F77B8;
}
#header .highschool .chara {
  top: -85px;
  left: calc(50% - 887px);
  width: 921px;
  height: 2383px;
  background-image: url("../img/top/kv/chara_highschool.webp");
}
@media only screen and (max-width: 1560px) {
  #header .highschool .chara {
    top: -5.4487179487vw;
    left: calc(50% - 56.858974359vw);
    width: 59.0384615385vw;
    height: 152.7564102564vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .highschool .chara {
    top: -4.6875vw;
    left: 53.59375vw;
    width: 45.9375vw;
    height: 118.90625vw;
  }
}
#header .jingai .line {
  background-color: #169E8A;
}
#header .jingai .chara {
  top: -337px;
  left: calc(50% - 730px);
  width: 656px;
  height: 2417px;
  background-image: url("../img/top/kv/chara_jingai.webp");
}
@media only screen and (max-width: 1560px) {
  #header .jingai .chara {
    top: -21.6025641026vw;
    left: calc(50% - 46.7948717949vw);
    width: 42.0512820513vw;
    height: 154.9358974359vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .jingai .chara {
    top: -10.46875vw;
    left: 61.71875vw;
    width: 29.6875vw;
    height: 109.375vw;
  }
}
#header .koujodenka .line {
  background-color: #1F77B8;
}
#header .koujodenka .chara {
  top: -106px;
  left: calc(50% - 761px);
  width: 745px;
  height: 1784px;
  background-image: url("../img/top/kv/chara_koujodenka.webp");
}
@media only screen and (max-width: 1560px) {
  #header .koujodenka .chara {
    top: -6.7948717949vw;
    left: calc(50% - 48.7820512821vw);
    width: 47.7564102564vw;
    height: 114.358974359vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .koujodenka .chara {
    top: -9.375vw;
    left: 50vw;
    width: 47.8125vw;
    height: 114.375vw;
  }
}
#header .silentwitch .line {
  background-color: #1F218E;
}
#header .silentwitch .chara {
  top: -102px;
  left: calc(50% - 1037px);
  width: 1037px;
  height: 1965px;
  background-image: url("../img/top/kv/chara_silentwitch.webp");
}
@media only screen and (max-width: 1560px) {
  #header .silentwitch .chara {
    top: -6.5384615385vw;
    left: calc(50% - 66.4743589744vw);
    width: 66.4743589744vw;
    height: 125.9615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .silentwitch .chara {
    top: -5.15625vw;
    left: 31.875vw;
    width: 68.59375vw;
    height: 129.84375vw;
  }
}
#header .kusunokitei .line {
  background-color: #E61573;
}
#header .kusunokitei .chara {
  top: -30px;
  left: calc(50% - 704px);
  width: 639px;
  height: 1524px;
  background-image: url("../img/top/kv/chara_kusunokitei.webp");
}
@media only screen and (max-width: 1560px) {
  #header .kusunokitei .chara {
    top: -1.9230769231vw;
    left: calc(50% - 45.1282051282vw);
    width: 40.9615384615vw;
    height: 97.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .kusunokitei .chara {
    top: -1.5625vw;
    left: 55.46875vw;
    width: 41.40625vw;
    height: 98.75vw;
  }
}
#header nav {
  position: relative;
  padding-right: 140px;
  background-color: #fff;
}
@media only screen and (max-width: 1560px) {
  #header nav {
    padding-right: 8.9743589744vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    width: 100%;
    padding-right: 0;
    background-color: transparent;
    z-index: 2;
  }
}
#header nav .wrap {
  height: 100%;
  overflow-y: scroll;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
#header nav .wrap::-webkit-scrollbar {
  width: 10px;
}
#header nav .wrap::-webkit-scrollbar-track {
  background: #eee;
}
#header nav .wrap::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #header nav .wrap {
    width: 100%;
    border: none;
    overflow: auto;
  }
}
#header nav .menu {
  width: 705px;
  padding-top: 50px;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu {
    width: 45.1923076923vw;
    padding-top: 3.2051282051vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu {
    width: 100%;
    padding-top: 2.8125vw;
    background-color: #fff;
  }
}
#header nav .menu li {
  border-bottom: 1px solid #707070;
}
#header nav .menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  min-height: 95px;
  color: #000;
  height: 100%;
  padding: 15px 55px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li a {
    font-size: 2.2435897436vw;
    min-height: 6.0897435897vw;
    padding: 0.9615384615vw 3.5256410256vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li a {
    font-size: 4.6875vw;
    min-height: 13.125vw;
    padding: 1.5625vw 8.59375vw;
  }
}
#header nav .menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26px;
  height: 100%;
  background: url("../img/global/nav_arrow_bk.svg") no-repeat center center #FFEC00;
  background-size: 12px auto;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li a::before {
    width: 1.6666666667vw;
    background-size: 0.7692307692vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li a::before {
    width: 4.0625vw;
    background-size: 1.875vw auto;
  }
}
#header nav .menu li.sub-menu a {
  font-size: 18px;
  gap: 0 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li.sub-menu a {
    font-size: 1.1538461538vw;
    gap: 0 0.641025641vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li.sub-menu a {
    font-size: 2.96875vw;
    gap: 0 1.5625vw;
    padding-right: 0;
    padding-left: 3.4375vw;
    letter-spacing: -0.03em;
  }
}
#header nav .menu li.sub-menu a:not(:last-child) {
  border-bottom: 1px solid #000;
}
#header nav .menu li.sub-menu a::before {
  position: relative;
  right: auto;
  width: 12px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #FFEC00;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li.sub-menu a::before {
    width: 0.7692307692vw;
    height: 0.7051282051vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li.sub-menu a::before {
    width: 1.875vw;
    height: 1.71875vw;
  }
}
#header nav .menu li.sub-menu a:hover::before {
  background: #000;
}
#header nav .menu li:not(:nth-child(1)) a:hover {
  background-color: #FFEC00;
}
@media only screen and (max-width: 768px) {
  #header nav .menu li:not(:nth-child(1)) a:hover {
    background-color: #fff;
  }
}
#header nav .menu li:nth-child(1) {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li:nth-child(1) {
    padding-bottom: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li:nth-child(1) {
    padding-bottom: 2.1875vw;
    grid-column: span 2/span 2;
  }
}
#header nav .menu li:nth-child(1) a {
  padding: 0;
  justify-content: center;
}
#header nav .menu li:nth-child(1) a::before {
  display: none;
}
#header nav .menu li:nth-child(1) .logo {
  width: 590px;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li:nth-child(1) .logo {
    width: 37.8205128205vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li:nth-child(1) .logo {
    width: 47.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li:nth-child(5).new a::after {
    margin-left: 0 !important;
  }
}
#header nav .menu li.new a {
  gap: 0 10px;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li.new a {
    gap: 0 0.641025641vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li.new a {
    gap: 0 1.5625vw;
  }
}
#header nav .menu li.new a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 64px;
  background: url("../img/parts/new.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1560px) {
  #header nav .menu li.new a::after {
    right: 0.641025641vw;
    width: 3.8461538462vw;
    height: 4.1025641026vw;
    margin-left: -3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .menu li.new a::after {
    right: 1.5625vw;
    width: 7.1875vw;
    height: 7.65625vw;
    margin-left: -7.1875vw;
  }
}
#header nav .menu li.off a {
  opacity: 0.4;
  pointer-events: none;
}
#header nav .share {
  padding: 25px 0;
}
@media only screen and (max-width: 1560px) {
  #header nav .share {
    padding: 1.6025641026vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .share {
    position: absolute;
    top: calc(100% + 13.125vw);
    left: 5.3125vw;
    width: 46.25vw;
  }
}
#header nav .share .txt {
  width: 507px;
  margin: 0 auto 14px;
}
@media only screen and (max-width: 1560px) {
  #header nav .share .txt {
    width: 32.5vw;
    margin-bottom: 0.8974358974vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .share .txt {
    width: 100%;
    margin-bottom: 1.875vw;
  }
}
#header nav .share ul {
  justify-content: center;
  gap: 0 60px;
}
@media only screen and (max-width: 1250px) {
  #header nav .share ul {
    gap: 0 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .share ul {
    gap: 0 4.6875vw;
  }
}
#header nav .share ul li {
  width: 66px;
}
@media only screen and (max-width: 1250px) {
  #header nav .share ul li {
    width: 5.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .share ul li {
    width: 10.3125vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav .share ul li {
    width: 10.15625vw;
  }
}
#header.active {
  visibility: inherit;
  opacity: 1;
}

#footer {
  position: relative;
  background-color: #000;
  text-align: center;
}
#footer img {
  width: 100%;
}
#footer .share {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #footer .share {
    margin-bottom: 7.03125vw;
  }
}
#footer .share p {
  position: relative;
  top: -30px;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background-color: #FFEC00;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  #footer .share p {
    top: -2.4vw;
    font-size: 2.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .share p {
    top: -4.6875vw;
    font-size: 3.90625vw;
    padding: 1.5625vw 3.125vw;
    margin-bottom: 3.75vw;
  }
}
#footer .share p::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  height: 27px;
  width: 27px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #FFEC00;
}
@media only screen and (max-width: 768px) {
  #footer .share p::after {
    bottom: -1.875vw;
    height: 4.21875vw;
    width: 4.21875vw;
  }
}
#footer .share ul {
  justify-content: center;
  gap: 0 76px;
}
@media only screen and (max-width: 1250px) {
  #footer .share ul {
    gap: 0 6.08vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .share ul {
    gap: 0 11.875vw;
  }
}
@media only screen and (max-width: 1250px) {
  #footer .share ul li {
    width: 6.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .share ul li {
    width: 12.8125vw;
  }
}
#footer .share ul li img {
  width: 100%;
  height: auto;
}
#footer .share ul li a {
  display: block;
  transition: all 0.3s ease;
}
#footer .share ul li a:hover {
  transform: scale(1.05);
}
#footer .bnr-list {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list {
    margin-bottom: 7.5vw;
  }
}
#footer .bnr-list ul {
  flex-wrap: wrap;
  width: 995px;
  margin: 0 auto;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1250px) {
  #footer .bnr-list ul {
    width: 79.6vw;
    gap: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul {
    width: 95.3125vw;
    gap: 2.34375vw;
    flex-wrap: wrap;
  }
}
#footer .bnr-list ul li {
  width: 233px;
}
@media only screen and (max-width: 1250px) {
  #footer .bnr-list ul li {
    width: 18.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul li {
    width: 30.15625vw;
  }
}
#footer .bnr-list ul li img {
  width: 100%;
}
#footer .bnr-list ul li a {
  transition: all 0.3s ease;
}
#footer .bnr-list ul li a:hover {
  opacity: 0.8;
}
#footer .link {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #footer .link {
    margin-bottom: 12.5vw;
  }
}
#footer .link a {
  font-size: 20px;
  line-height: 1;
  color: #FFEC00;
  text-decoration: underline;
  padding: 0 5px;
  border-right: 1px solid #FFEC00;
  border-left: 1px solid #FFEC00;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #footer .link a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .link a {
    font-size: 3.125vw;
  }
}
#footer .link a:hover {
  opacity: 0.8;
}
#footer .link .icon {
  position: relative;
  width: 20px;
  margin-left: 0.2em;
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  #footer .link .icon {
    width: 3.125vw;
    bottom: -0.3125vw;
  }
}
#footer .copy {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media only screen and (max-width: 1250px) {
  #footer .copy {
    width: 96vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    width: auto;
    margin: 0 2.34375vw;
    font-size: 1.71875vw;
  }
}
#footer .copy2 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 1em 0;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .copy2 {
    font-size: 1.5625vw;
    margin-top: 4.6875vw;
  }
}

#modal-block {
  background-color: rgba(0, 0, 0, 0.9);
}
#modal-block .close {
  width: 84px;
  top: 33px;
  right: 24px;
}
@media only screen and (max-width: 1560px) {
  #modal-block .close {
    width: 5.3846153846vw;
    top: 2.1153846154vw;
    right: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    width: 9.53125vw;
    top: 2.65625vw;
    right: 1.25vw;
  }
}