@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,800;1,800&display=swap");
@-webkit-keyframes animate-text-loop1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate-text-loop1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes animate-text-loop2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animate-text-loop2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
body.intro-on {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body.intro-on #keyvisual {
  overflow: visible;
}
body.intro-on #content {
  opacity: 0;
}

.cover-list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 150vw;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cover-list {
    position: relative;
    width: 150vw;
  }
}
.cover-list ul {
  width: 156px;
  margin: 0 10px;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .cover-list ul {
    width: 14.0625vw;
    margin: 0 0.78125vw;
    top: -1.5625vw;
  }
}
.cover-list ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .cover-list ul li {
    margin-bottom: 1.5625vw;
  }
}
.cover-list ul li img {
  width: 100%;
}
.cover-list ul:nth-child(2n) {
  transform: rotate(180deg);
}
.cover-list ul:nth-child(2n) li {
  transform: rotate(-180deg);
}
@media only screen and (max-width: 768px) {
  .cover-list ul:nth-child(n+8) {
    display: none;
  }
}

#intro {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
#intro .logo {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(50%, 50%);
  overflow: hidden;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% -100%, 0px -50%);
          clip-path: polygon(0px 0px, 100% 0px, 100% -100%, 0px -50%);
}
#intro .logo .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1920px) {
  #intro .logo .wrap {
    background-size: 45.625vw;
  }
}
#intro .logo span {
  display: block;
  width: 862px;
  position: absolute;
  background-color: #000;
  width: 45.625vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1920px) {
  #intro .logo span {
    width: 45.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #intro .logo span {
    width: 36.09375vw;
    top: 10.625vw;
    left: 5.3125vw;
  }
}
#intro .logo span img {
  width: 100%;
}
#intro .txt-cover {
  position: relative;
  width: 100%;
  height: 140%;
  background: url("../img/top/intro01.png") no-repeat top center;
  background-size: 140% auto;
}
@media only screen and (max-width: 768px) {
  #intro .txt-cover {
    height: 100vh;
    background: url("../img/top/intro01-sp.png") no-repeat top center;
    background-size: 100% auto;
  }
}
#intro .clr-cover {
  position: absolute;
  bottom: -50vw;
  right: -50vw;
  width: 200vw;
  height: 250vh;
  transform: rotate(-45deg);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #intro .clr-cover {
    width: 300vw;
    right: -75vw;
  }
}
#intro .clr-cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffeb00;
}
#intro .txt {
  position: absolute;
  top: 4.0104166667vw;
  right: 4.4270833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 20vw;
  border-radius: 26.0416666667vw;
  border: 1px solid #ffeb00;
}
@media only screen and (max-width: 768px) {
  #intro .txt {
    top: 39.0625vw;
    right: 3.4375vw;
    width: 24.53125vw;
    height: 24.53125vw;
  }
}
#intro .txt p {
  font-size: 2.6041666667vw;
  color: #ffeb00;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  #intro .txt p {
    font-size: 3.4375vw;
  }
}
#intro .txt p span {
  display: inline-block;
  -webkit-animation: bounce 1.8s ease-in-out infinite;
          animation: bounce 1.8s ease-in-out infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
}

#keyvisual {
  position: relative;
  width: 100vw;
  height: 56.25vw;
  background-color: #eee;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    height: 121.40625vw;
  }
}
#keyvisual img {
  width: 100%;
}
#keyvisual h1 {
  position: absolute;
  z-index: 3;
  width: 45.625vw;
  top: 7.34375vw;
  right: calc(50% - 41.1458333333vw);
  background-color: #EBCD01;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% -100%, 0px -50%);
          clip-path: polygon(0px 0px, 100% 0px, 100% -100%, 0px -50%);
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    width: 36.25vw;
    top: 10.625vw;
    right: inherit;
    left: 5.3125vw;
  }
}
#keyvisual .line {
  position: absolute;
  top: -7.6041666667vw;
  left: -33.3333333333vw;
  width: 149.4791666667vw;
  height: 31.875vw;
  transform: rotate(-150deg);
  transform-origin: 50% 100%;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  #keyvisual .line {
    top: 0;
    width: 322.34375vw;
    height: 68.75vw;
    transform: rotate(-30deg);
  }
}
#keyvisual .line .wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#keyvisual .line span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #EBCD01;
}
#keyvisual .line.line1 .wrap {
  top: 0;
  left: 0;
}
#keyvisual .line.line2 {
  transform: rotate(150deg);
}
@media only screen and (max-width: 768px) {
  #keyvisual .line.line2 {
    top: inherit;
    left: inherit;
    bottom: 52.34375vw;
    right: -50.625vw;
    transform: rotate(-30deg);
    display: none;
  }
}
#keyvisual .line.line2 .wrap {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .line.line2 .wrap {
    bottom: inherit;
    right: inherit;
    top: 0;
    left: 0;
  }
}
#keyvisual .line.line2 span {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .line.line2 span {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
  }
}
#keyvisual .chara, #keyvisual .shadow {
  position: absolute;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% -100%, 0px -50%);
          clip-path: polygon(0px 0px, 100% 0px, 100% -100%, 0px -50%);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #keyvisual .chara, #keyvisual .shadow {
    top: 0;
    transform: translateY(0);
  }
}
#keyvisual .chara img, #keyvisual .shadow img {
  width: 100%;
  height: auto;
}
#keyvisual .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#keyvisual .haruhi .chara, #keyvisual .haruhi .shadow {
  width: 38.1770833333vw;
  top: 1.5625vw;
  left: calc(50% - 46.09375vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .haruhi .chara, #keyvisual .haruhi .shadow {
    width: 73.28125vw;
    top: 16.875vw;
    left: 34.375vw;
  }
}
#keyvisual .sao .chara, #keyvisual .sao .shadow {
  width: 64.6875vw;
  top: -1.5625vw;
  right: calc(50% - 65.7291666667vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .sao .chara, #keyvisual .sao .shadow {
    width: 114.21875vw;
    top: -2.5vw;
    left: 14.84375vw;
  }
}
#keyvisual .rezero .chara, #keyvisual .rezero .shadow {
  width: 44.375vw;
  top: -1.6666666667vw;
  left: calc(50% - 44.375vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .rezero .chara, #keyvisual .rezero .shadow {
    width: 80.78125vw;
    top: -2.65625vw;
    left: 31.25vw;
  }
}
#keyvisual .deara .chara, #keyvisual .deara .shadow {
  width: 50.3125vw;
  top: 1.3541666667vw;
  right: calc(50% - 52.9166666667vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .deara .chara, #keyvisual .deara .shadow {
    width: 99.6875vw;
    top: 15vw;
    left: 28.90625vw;
  }
}
#keyvisual .aobuta .chara, #keyvisual .aobuta .shadow {
  width: 55.46875vw;
  top: 0vw;
  left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .aobuta .chara, #keyvisual .aobuta .shadow {
    width: 75.46875vw;
    top: 3.28125vw;
    left: 23.90625vw;
  }
}
#keyvisual .rosidere .chara, #keyvisual .rosidere .shadow {
  width: 44.53125vw;
  top: 0vw;
  right: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .rosidere .chara, #keyvisual .rosidere .shadow {
    width: 64.375vw;
    top: -2.34375vw;
    left: 39.375vw;
  }
}
#keyvisual .nogera .chara, #keyvisual .nogera .shadow {
  width: 37.3958333333vw;
  top: -2.96875vw;
  left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .nogera .chara, #keyvisual .nogera .shadow {
    width: 61.25vw;
    top: 1.25vw;
    left: 37.1875vw;
  }
}
#keyvisual .fullmeta .chara, #keyvisual .fullmeta .shadow {
  width: 33.8541666667vw;
  top: -1.6666666667vw;
  right: calc(50% - 44.5833333333vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .fullmeta .chara, #keyvisual .fullmeta .shadow {
    width: 66.25vw;
    top: 0vw;
    left: 32.8125vw;
  }
}
#keyvisual .konosuba .chara, #keyvisual .konosuba .shadow {
  width: 44.0104166667vw;
  top: -3.3854166667vw;
  left: calc(50% - 47.1875vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .konosuba .chara, #keyvisual .konosuba .shadow {
    width: 92.5vw;
    top: -8.59375vw;
    left: 12.5vw;
  }
}
#keyvisual .fate .chara, #keyvisual .fate .shadow {
  width: 52.7083333333vw;
  top: -2.6041666667vw;
  right: calc(50% - 51.0416666667vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .fate .chara, #keyvisual .fate .shadow {
    width: 95.3125vw;
    top: 1.5625vw;
    left: 11.25vw;
  }
}
#keyvisual .highschool .chara, #keyvisual .highschool .shadow {
  width: 47.96875vw;
  top: -5.78125vw;
  left: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .highschool .chara, #keyvisual .highschool .shadow {
    width: 78.28125vw;
    top: 0vw;
    left: 30vw;
  }
}
#keyvisual .jingai .chara, #keyvisual .jingai .shadow {
  width: 34.1666666667vw;
  top: -17.34375vw;
  right: calc(50% - 46.09375vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .jingai .chara, #keyvisual .jingai .shadow {
    width: 48.90625vw;
    top: -16.5625vw;
    left: 50vw;
  }
}
#keyvisual .koujodenka .chara, #keyvisual .koujodenka .shadow {
  width: 38.8020833333vw;
  top: -4.2708333333vw;
  left: calc(50% - 44.6875vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .koujodenka .chara, #keyvisual .koujodenka .shadow {
    width: 59.21875vw;
    top: 0vw;
    left: 39.6875vw;
  }
}
#keyvisual .silentwitch .chara, #keyvisual .silentwitch .shadow {
  width: 54.0104166667vw;
  top: -4.4791666667vw;
  right: calc(50% - 48.28125vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .silentwitch .chara, #keyvisual .silentwitch .shadow {
    width: 87.03125vw;
    top: 3.125vw;
    left: 15.3125vw;
  }
}
#keyvisual .kusunokitei .chara, #keyvisual .kusunokitei .shadow {
  width: 33.28125vw;
  top: -1.71875vw;
  left: calc(50% - 42.7083333333vw);
}
@media only screen and (max-width: 768px) {
  #keyvisual .kusunokitei .chara, #keyvisual .kusunokitei .shadow {
    width: 70.46875vw;
    top: -4.0625vw;
    left: 29.375vw;
  }
}
#keyvisual .youtube {
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  width: 9.1666666667vw;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #keyvisual .youtube {
    width: 26.875vw;
    bottom: 2.34375vw;
    right: inherit;
    left: 2.34375vw;
  }
}
#keyvisual .youtube a {
  display: block;
}
#keyvisual .youtube a .txt:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #keyvisual .youtube a .txt:hover {
    transform: scale(1);
  }
}
#keyvisual .youtube .txt {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
#keyvisual .youtube .txt img {
  -webkit-animation: spinRight 10s linear infinite;
          animation: spinRight 10s linear infinite;
}

#content {
  position: relative;
  border-top: 9px solid #000;
  overflow: hidden;
  opacity: 1;
  transition: all 0.8s ease;
}
#content img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .text-loop {
  display: flex;
  position: absolute;
  top: 0;
  left: -5vw;
  width: 110vw;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #content .text-loop {
    top: 10vw;
    left: -7.8125vw;
  }
}
#content .text-loop-content {
  color: #ffeb00;
  margin: 0 4em;
  -webkit-animation: animate-text-loop1 70s linear infinite;
          animation: animate-text-loop1 70s linear infinite;
  width: auto;
  height: 172px;
}
@media only screen and (max-width: 768px) {
  #content .text-loop-content {
    width: auto;
    height: 18.75vw;
    margin: 0 3.90625vw;
  }
}
#content .inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #content .inner {
    width: 96vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 91.25vw;
  }
}
#content section .ttl-box {
  position: relative;
  height: 136px;
  padding-left: 182px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box {
    height: 10.88vw;
    padding-left: 14.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box {
    height: 15.15625vw;
    padding-left: 18.75vw;
  }
}
#content section .ttl-box .line-box .line {
  display: block;
  height: 8px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .line-box .line {
    height: 0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .line-box .line {
    height: 1.25vw;
  }
}
#content section .ttl-box .line-box .line span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#content section .ttl-box .line-box .line1 {
  position: absolute;
  top: 0;
  left: -35px;
  width: 181px;
  transform: rotate(-45deg);
  transform-origin: top right;
  background-color: transparent;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .line-box .line1 {
    width: 14.48vw;
    left: -2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .line-box .line1 {
    width: 20.3125vw;
    left: -4.6875vw;
  }
}
#content section .ttl-box .line-box .line2 {
  position: absolute;
  bottom: 63px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .line-box .line2 {
    bottom: 5.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .line-box .line2 {
    bottom: 7.03125vw;
  }
}
#content section .ttl-box .build-box .build {
  overflow: hidden;
}
#content section .ttl-box .build-box .build01 {
  position: absolute;
  bottom: 74px;
  left: 68px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .build-box .build01 {
    width: 1.2vw;
    bottom: 5.12vw;
    left: 5.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .build-box .build01 {
    width: 2.34375vw;
    bottom: 8.75vw;
    left: 6.09375vw;
  }
}
#content section .ttl-box .build-box .build02 {
  position: absolute;
  bottom: 74px;
  left: 109px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .build-box .build02 {
    width: 1.28vw;
    bottom: 5.92vw;
    left: 8.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .build-box .build02 {
    width: 2.5vw;
    bottom: 8.75vw;
    left: 12.5vw;
  }
}
#content section .ttl-box .build-box .build03 {
  position: absolute;
  bottom: 50px;
  left: 43px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .build-box .build03 {
    width: 1.28vw;
    bottom: 4vw;
    left: 3.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .build-box .build03 {
    width: 2.5vw;
    bottom: 5.15625vw;
    left: 2.1875vw;
  }
}
#content section .ttl-box .build-box .build04 {
  position: absolute;
  bottom: 50px;
  left: 86px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .build-box .build04 {
    width: 1.28vw;
    bottom: 4vw;
    left: 6.88vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .build-box .build04 {
    width: 2.5vw;
    bottom: 5.15625vw;
    left: 8.90625vw;
  }
}
#content section .ttl-box h2 {
  position: relative;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box h2 {
    bottom: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box h2 {
    bottom: 1.5625vw;
  }
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box h2 svg {
    width: 100%;
    height: auto;
  }
}
#content section .ttl-box h2 svg.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box h2 svg.sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box h2 svg.pc {
    display: none;
  }
}
#content section .ttl-box .jp {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 105px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .jp {
    bottom: 1.76vw;
    padding-left: 8.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .jp {
    padding-left: 10.15625vw;
  }
}
#content section .ttl-box .jp p {
  font-size: 22px;
}
@media only screen and (max-width: 1250px) {
  #content section .ttl-box .jp p {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 768px) {
  #content section .ttl-box .jp p {
    font-size: 2.5vw;
  }
}
#content section .ttl-box .line-box .line1 span {
  width: 0;
  transition: all 0.4s ease 0.1s;
}
#content section .ttl-box .line-box .line2 span {
  width: 0;
  transition: all 0.7s ease;
}
#content section .ttl-box .build-box .build {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease 0.3s;
}
#content section .ttl-box .build-box .build.build02 {
  transition-delay: 0.4s;
}
#content section .ttl-box .build-box .build.build03, #content section .ttl-box .build-box .build.build04 {
  transition-delay: 0.5s;
}
#content section .ttl-box h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.6s;
}
#content section .ttl-box .jp {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease 0.6s;
}
#content section.move-on .ttl-box .line-box .line1 span, #content section.move-on .ttl-box .line-box .line2 span {
  width: 100%;
}
#content section.move-on .build-box .build {
  opacity: 1;
  transform: translateY(0px);
}
#content section.move-on h2, #content section.move-on .jp {
  opacity: 1;
  transform: translateY(0);
}

#about {
  position: relative;
  left: 50%;
  padding: 70px 0 0;
  transform: translateX(-50%);
  margin-bottom: 128px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #about {
    padding: 5.6vw 0 0;
    margin-bottom: 10.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #about {
    padding: 12.5vw 0 0;
    margin-bottom: 18.75vw;
  }
}
#about .inner {
  position: relative;
  z-index: 3;
}
#about .bg-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#about .bg-con .fuwa {
  position: absolute;
  mix-blend-mode: darken;
}
#about .bg-con .fuwa.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.sp {
    display: block;
  }
}
#about .bg-con .fuwa img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes squish {
  0% {
    transform: scale(1, 1) skew(0deg, 0deg);
  }
  25% {
    transform: scale(1.05, 0.995) skew(0.2deg, -0.2deg);
  }
  50% {
    transform: scale(0.995, 1.05) skew(-0.2deg, 0.2deg);
  }
  75% {
    transform: scale(1.01, 1) skew(0.1deg, -0.1deg);
  }
  100% {
    transform: scale(1, 1) skew(0deg, 0deg);
  }
}
@keyframes squish {
  0% {
    transform: scale(1, 1) skew(0deg, 0deg);
  }
  25% {
    transform: scale(1.05, 0.995) skew(0.2deg, -0.2deg);
  }
  50% {
    transform: scale(0.995, 1.05) skew(-0.2deg, 0.2deg);
  }
  75% {
    transform: scale(1.01, 1) skew(0.1deg, -0.1deg);
  }
  100% {
    transform: scale(1, 1) skew(0deg, 0deg);
  }
}
#about .bg-con .fuwa.fuwa1 {
  top: -100px;
  left: calc(50% - 999px);
  width: 463px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .fuwa.fuwa1 {
    top: -5.2083333333vw;
    left: calc(50% - 52.03125vw);
    width: 24.1145833333vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa1 {
    width: 23.75vw;
    top: -4.6875vw;
    left: -3.75vw;
  }
}
#about .bg-con .fuwa.fuwa2 {
  top: -156px;
  left: calc(50% - 660px);
  width: 465px;
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .fuwa.fuwa2 {
    top: -8.125vw;
    left: calc(50% - 34.375vw);
    width: 24.21875vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa2 {
    width: 23.90625vw;
    top: -8.125vw;
    left: 13.4375vw;
  }
}
#about .bg-con .fuwa.fuwa3 {
  top: -128px;
  right: calc(50% - 598px);
  width: 427px;
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .fuwa.fuwa3 {
    top: -6.6666666667vw;
    right: calc(50% - 31.1458333333vw);
    width: 22.2395833333vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa3 {
    width: 21.875vw;
    top: -6.71875vw;
    right: 21.5625vw;
  }
}
#about .bg-con .fuwa.fuwa4 {
  top: -148px;
  right: calc(50% - 1006px);
  width: 446px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .fuwa.fuwa4 {
    top: -7.7083333333vw;
    right: calc(50% - 52.3958333333vw);
    width: 23.2291666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa4 {
    width: 22.8125vw;
    top: -7.5vw;
    right: 0.78125vw;
  }
}
#about .bg-con .fuwa.fuwa5 {
  top: 242px;
  left: calc(50% - 1310px);
  width: 587px;
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .fuwa.fuwa5 {
    top: 12.6041666667vw;
    left: calc(50% - 68.2291666667vw);
    width: 30.5729166667vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa5 {
    width: 30.15625vw;
    top: 11.875vw;
    left: -19.6875vw;
  }
}
#about .bg-con .fuwa.fuwa6 {
  top: 284px;
  right: calc(50% - 1179px);
  width: 483px;
  transform: rotate(34deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .fuwa.fuwa6 {
    top: 14.7916666667vw;
    right: calc(50% - 61.40625vw);
    width: 25.15625vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa6 {
    width: 22.5vw;
    top: 14.6875vw;
    right: -8.125vw;
  }
}
#about .bg-con .fuwa.fuwa7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa7 {
    width: 23.75vw;
    top: 65.3125vw;
    left: -12.03125vw;
    transform: rotate(-50deg);
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa8 {
    width: 23.90625vw;
    top: 67.65625vw;
    right: -12.03125vw;
    transform: rotate(58deg);
  }
}
#about .bg-con .fuwa.fuwa9 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa9 {
    width: 21.875vw;
    top: 86.5625vw;
    right: -35.78125vw;
    transform: rotate(62deg);
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa10 {
    width: 19.53125vw;
    top: 147.1875vw;
    right: -12.03125vw;
    transform: rotate(49deg);
  }
}
#about .bg-con .fuwa.fuwa11 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa11 {
    width: 30.15625vw;
    top: 123.28125vw;
    left: -23.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bg-con .fuwa.fuwa12 {
    width: 22.5vw;
    top: 81.5625vw;
    left: -13.125vw;
    transform: rotate(-87deg);
  }
}
#about .bg-con .pattern {
  position: absolute;
}
#about .bg-con .pattern.pattern1 {
  width: 170px;
  top: 5px;
  left: calc(50% - 993px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern1 {
    width: 8.8541666667vw;
    left: calc(50% - 51.71875vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern1 {
    top: 0.4vw;
  }
}
#about .bg-con .pattern.pattern2 {
  width: 199px;
  top: 270px;
  right: calc(50% - 729px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern2 {
    width: 10.3645833333vw;
    right: calc(50% - 37.96875vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern2 {
    top: 21.6vw;
  }
}
#about .bg-con .pattern.pattern3 {
  width: 134px;
  top: 948px;
  right: calc(50% - 833px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern3 {
    width: 6.9791666667vw;
    right: calc(50% - 43.3854166667vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern3 {
    top: 75.84vw;
  }
}
#about .bg-con .pattern.pattern4 {
  width: 173px;
  top: 42px;
  right: calc(50% - 538px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern4 {
    width: 9.0104166667vw;
    right: calc(50% - 28.0208333333vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern4 {
    top: 3.36vw;
  }
}
#about .bg-con .pattern.pattern5 {
  width: 167px;
  top: 684px;
  left: calc(50% - 1050px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern5 {
    width: 8.6979166667vw;
    left: calc(50% - 54.6875vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern5 {
    top: 54.72vw;
  }
}
#about .bg-con .pattern.pattern6 {
  width: 175px;
  top: 509px;
  left: calc(50% - 848px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern6 {
    width: 9.1145833333vw;
    left: calc(50% - 44.1666666667vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern6 {
    top: 40.72vw;
  }
}
#about .bg-con .pattern.pattern7 {
  width: 184px;
  top: 10px;
  left: calc(50% - 529px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern7 {
    width: 9.5833333333vw;
    left: calc(50% - 27.5520833333vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern7 {
    top: 0.8vw;
  }
}
#about .bg-con .pattern.pattern8 {
  width: 154px;
  top: 42px;
  right: calc(50% - 997px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern8 {
    width: 8.0208333333vw;
    right: calc(50% - 51.9270833333vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern8 {
    top: 3.36vw;
  }
}
#about .bg-con .pattern.pattern9 {
  width: 179px;
  top: 226px;
  left: calc(50% - 690px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern9 {
    width: 9.3229166667vw;
    left: calc(50% - 35.9375vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern9 {
    top: 18.08vw;
  }
}
#about .bg-con .pattern.pattern10 {
  width: 176px;
  top: 518px;
  right: calc(50% - 875px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern10 {
    width: 9.1666666667vw;
    right: calc(50% - 45.5729166667vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern10 {
    top: 41.44vw;
  }
}
#about .bg-con .pattern.pattern11 {
  width: 175px;
  top: 291px;
  right: calc(50% - 1050px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern11 {
    width: 9.1145833333vw;
    right: calc(50% - 54.6875vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern11 {
    top: 23.28vw;
  }
}
#about .bg-con .pattern.pattern12 {
  width: 173px;
  top: 757px;
  left: calc(50% - 759px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern12 {
    width: 9.0104166667vw;
    left: calc(50% - 39.53125vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern12 {
    top: 60.56vw;
  }
}
#about .bg-con .pattern.pattern13 {
  width: 170px;
  top: 746px;
  right: calc(50% - 1029px);
}
@media only screen and (max-width: 2000px) {
  #about .bg-con .pattern.pattern13 {
    width: 8.8541666667vw;
    right: calc(50% - 53.59375vw);
  }
}
@media only screen and (max-width: 1250px) {
  #about .bg-con .pattern.pattern13 {
    top: 59.68vw;
  }
}
#about .bg-con .deco1 {
  position: absolute;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  width: 1808px;
  height: 110%;
  background: url("../img/top/about/bg_deco01-pc.webp") repeat-y top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #about .bg-con .deco1 {
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    background-image: url("../img/top/about/bg_deco01-sp.png");
  }
}
#about .bg-con .deco2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1933px;
  height: 110%;
  background: url("../img/top/about/bg_deco02-pc.png") repeat-y top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #about .bg-con .deco2 {
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    height: 57.1875vw;
    background-image: url("../img/top/about/bg_deco02-sp.png");
  }
}
#about .ttl-box {
  width: 514px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 1250px) {
  #about .ttl-box {
    width: 41.12vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .ttl-box {
    width: 50.15625vw;
  }
}
#about .ttl-box h2 {
  width: 246px;
}
@media only screen and (max-width: 1250px) {
  #about .ttl-box h2 {
    width: 19.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .ttl-box h2 {
    width: 22.96875vw;
  }
}
#about .detail-box {
  margin-bottom: 78px;
}
@media only screen and (max-width: 768px) {
  #about .detail-box {
    display: block;
    margin-bottom: 6.5625vw;
  }
}
#about .detail-box .logo {
  width: 707px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #about .detail-box .logo {
    width: 56.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .detail-box .logo {
    width: 59.84375vw;
    margin: 0 auto 6.25vw;
  }
}
#about .detail-box .logo img {
  width: 100%;
}
#about .detail-box .txt-box {
  width: 986px;
  padding: 66px 0 80px;
  margin: 0 auto;
  background: url("../img/top/about/deco_txt01.svg") no-repeat top left, url("../img/top/about/deco_txt02.svg") no-repeat bottom right;
  background-size: 966px auto;
}
@media only screen and (max-width: 1250px) {
  #about .detail-box .txt-box {
    width: 78.88vw;
    padding: 5.28vw 0 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .detail-box .txt-box {
    width: 85.9375vw;
    margin: 0 auto;
    padding: 7.03125vw 0;
    background-size: 100%;
    max-height: unset;
  }
}
#about .detail-box .txt-box p {
  line-height: 2;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  #about .detail-box .txt-box p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .detail-box .txt-box p {
    font-size: 3.75vw;
    text-align: left;
  }
}
#about .detail-box .txt-box p span {
  font-weight: bold;
  font-size: 28px;
}
@media only screen and (max-width: 1250px) {
  #about .detail-box .txt-box p span {
    font-size: 2.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .detail-box .txt-box p span {
    font-size: 4.375vw;
  }
}
#about .plan {
  position: relative;
}
#about .plan::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -10%;
  width: 120%;
  height: 300px;
  filter: blur(20px);
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  #about .plan::before {
    top: -4.8vw;
    height: 24vw;
  }
}
#about .plan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/about/bg_plan-pc.png") no-repeat top 50px center;
  background-size: auto 1026px;
}
@media only screen and (max-width: 1250px) {
  #about .plan::after {
    background-size: auto 82.08vw;
    background-position: top 4vw center;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan::after {
    background-image: url("../img/top/about/bg_plan-sp.png");
    background-size: auto 273.90625vw;
  }
}
#about .plan h3 {
  width: 1134px;
  margin: 0 auto 44px;
}
@media only screen and (max-width: 1250px) {
  #about .plan h3 {
    width: 90.72vw;
    margin-bottom: 3.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan h3 {
    width: 91.71875vw;
    margin-bottom: 5vw;
  }
}
#about .plan .list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 76px;
}
@media only screen and (max-width: 1250px) {
  #about .plan .list ul {
    gap: 3.2vw 6.08vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan .list ul {
    display: block;
  }
}
#about .plan .list ul li {
  position: relative;
  width: 538px;
}
@media only screen and (max-width: 1250px) {
  #about .plan .list ul li {
    width: 43.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan .list ul li {
    width: 84.0625vw;
    margin-left: 3.125vw;
    margin-bottom: 5.9375vw;
  }
}
#about .plan .list ul li::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 324px;
  border-radius: 44px;
  background-color: #000;
}
@media only screen and (max-width: 1250px) {
  #about .plan .list ul li::before {
    height: 25.92vw;
    border-radius: 3.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan .list ul li::before {
    height: 50.625vw;
    border-radius: 6.875vw;
  }
}
#about .plan .list ul li a {
  position: relative;
  top: -8px;
  left: -8px;
  display: block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #about .plan .list ul li a {
    top: -0.64vw;
    left: -0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan .list ul li a {
    top: -1.25vw;
    left: -1.25vw;
  }
}
#about .plan .list ul li a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #about .plan .list ul li a:hover {
    top: -1.25vw;
    left: -1.25vw;
  }
}
#about .plan .list ul li.new::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 65px;
  display: block;
  width: 94px;
  height: 101px;
  background: url("../img/parts/new.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  #about .plan .list ul li.new::after {
    top: -0.96vw;
    left: 5.2vw;
    width: 7.52vw;
    height: 8.08vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .plan .list ul li.new::after {
    top: -1.875vw;
    left: 10.15625vw;
    width: 14.6875vw;
    height: 15.78125vw;
  }
}
#about .plan .list ul li.off {
  pointer-events: none;
}
#about .bnr-special {
  position: relative;
  width: 1058px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 1250px) {
  #about .bnr-special {
    width: 84.64vw;
    margin: 8vw auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #about .bnr-special {
    width: 85.15625vw;
    margin: 14.84375vw auto 0;
  }
}
#about .bnr-special .base {
  width: 1066px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #about .bnr-special .base {
    width: 85.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bnr-special .base {
    display: none;
  }
}
#about .bnr-special .base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
#about .bnr-special .base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
#about .bnr-special .txt {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
#about .bnr-special .icon {
  position: absolute;
  top: -50px;
  left: -20px;
  width: 94px;
  -webkit-animation: fuwafuwaY 2s ease-in-out infinite;
          animation: fuwafuwaY 2s ease-in-out infinite;
}
@media only screen and (max-width: 1250px) {
  #about .bnr-special .icon {
    top: -4vw;
    left: -1.6vw;
    width: 7.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bnr-special .icon {
    top: -8.4375vw;
    left: -2.34375vw;
    width: 18.125vw;
  }
}
#about .bnr-special a:hover .base::before {
  height: 8px;
}
@media only screen and (max-width: 1250px) {
  #about .bnr-special a:hover .base::before {
    height: 0.64vw;
  }
}
#about .bnr-special a:hover .base::after {
  width: 8px;
}
@media only screen and (max-width: 1250px) {
  #about .bnr-special a:hover .base::after {
    width: 0.64vw;
  }
}
#about .bnr-special a:hover .txt {
  top: 8px;
  left: 8px;
}
@media only screen and (max-width: 1250px) {
  #about .bnr-special a:hover .txt {
    top: 0.64vw;
    left: 0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #about .bnr-special a:hover .txt {
    top: 0;
    left: 0;
  }
}
#about .logo {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.6s 1s ease;
}
#about .txt-box {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.6s 1.2s ease;
}
#about .txt-box p {
  opacity: 0;
  transition: all 0.6s 1.8s ease;
}
#about .plan h3 {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: bottom center;
  transition: all 0.6s ease;
}
#about .plan .list ul li {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s 0.3s ease;
}
#about .plan .list ul li:nth-child(2) {
  transition-delay: 0.4s;
}
#about .plan .list ul li:nth-child(3) {
  transition-delay: 0.5s;
}
#about .plan .list ul li:nth-child(4) {
  transition-delay: 0.6s;
}
#about .plan.move-on h3 {
  opacity: 1;
  transform: scale(1);
}
#about .plan.move-on .list ul li {
  opacity: 1;
  transform: translateY(0px);
}
#about .bnr-special {
  opacity: 0;
  transform: translateY(50);
  transition: all 0.6s 0.8s ease;
}
#about.move-on .logo {
  opacity: 1;
  filter: blur(0px);
}
#about.move-on .txt-box {
  opacity: 1;
  height: 346px;
}
@media only screen and (max-width: 1250px) {
  #about.move-on .txt-box {
    height: 27.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #about.move-on .txt-box {
    height: 60.3125vw;
  }
}
#about.move-on .txt-box p {
  opacity: 1;
}
#about.move-on .bnr-special {
  opacity: 1;
  transform: translateY(0);
}

#fair {
  position: relative;
  margin-bottom: 180px;
}
@media only screen and (max-width: 1250px) {
  #fair {
    margin-bottom: 14.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair {
    margin-bottom: 23.4375vw;
  }
}
#fair .inner {
  position: relative;
  z-index: 3;
}
#fair .ttl-box {
  width: 463px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 1250px) {
  #fair .ttl-box {
    width: 37.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .ttl-box {
    width: 50.15625vw;
    padding-left: 20.625vw !important;
    margin-bottom: 3.125vw;
  }
}
#fair .ttl-box h2 {
  width: 246px;
}
@media only screen and (max-width: 1250px) {
  #fair .ttl-box h2 {
    width: 13.68vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .ttl-box h2 {
    width: 15.15625vw;
  }
}
#fair .ttl-box .jp {
  padding-left: 54px !important;
}
@media only screen and (max-width: 768px) {
  #fair .ttl-box .jp {
    padding-left: 6.5625vw !important;
  }
}
#fair .list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1250px) {
  #fair .list {
    margin-bottom: 3.6vw;
  }
}
#fair .list .item h3 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-weight: 900;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item h3 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item h3 {
    font-size: 5.625vw;
  }
}
#fair .list .item h3.line2 {
  font-size: 32px;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item h3.line2 {
    font-size: 2.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item h3.line2 {
    font-size: 5.625vw;
  }
}
#fair .list .item .grid-wrap {
  grid-template-columns: 443px 1fr;
  gap: 0 26px;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .grid-wrap {
    grid-template-columns: 35.44vw 1fr;
    gap: 0 2.08vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .grid-wrap {
    display: block;
  }
}
#fair .list .item .txt-box .mt10 {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box .mt10 {
    margin-top: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .mt10 {
    margin-top: 1.5625vw;
  }
}
#fair .list .item .txt-box p {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box p {
    font-size: 1.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box p {
    font-size: 3.75vw;
  }
}
#fair .list .item .txt-box p span.bold {
  font-weight: 700;
}
#fair .list .item .txt-box .btn {
  display: flex;
  justify-content: right;
  text-align: right;
  margin-top: 30px;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box .btn {
    margin-top: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .btn {
    justify-content: center;
  }
}
#fair .list .item .txt-box .btn.mt-none {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .btn.mt-none {
    margin-top: 4.6875vw;
  }
}
#fair .list .item .txt-box .btn > span {
  position: relative;
  display: block;
  width: 220px;
  font-size: 25px;
  line-height: 72px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background-color: #FF0000;
  border-radius: 50px;
  padding-right: 66px;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box .btn > span {
    width: 17.6vw;
    font-size: 2vw;
    line-height: 5.76vw;
    padding-right: 5.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .btn > span {
    width: 34.375vw;
    font-size: 3.90625vw;
    line-height: 11.25vw;
    height: 11.25vw;
    border-radius: 7.8125vw;
    padding-right: 10.3125vw;
  }
}
#fair .list .item .txt-box .btn > span .icon {
  position: relative;
  display: inline-block;
  width: 18px;
  line-height: 0;
  margin-left: 0.2em;
  margin-right: -0.5em;
  height: auto;
  transform: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box .btn > span .icon {
    width: 1.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .btn > span .icon {
    width: 3.125vw;
  }
}
#fair .list .item .txt-box .btn > span .icon img.on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#fair .list .item .txt-box .btn > span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box .btn > span::before {
    right: 1.12vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .btn > span::before {
    right: 2.1875vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
#fair .list .item .txt-box .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22.5px;
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #FF0000;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item .txt-box .btn > span::after {
    right: 1.8vw;
    width: 0.72vw;
    height: 0.88vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item .txt-box .btn > span::after {
    right: 1.875vw;
    width: 1.40625vw;
    height: 1.71875vw;
    margin-right: 1.71875vw;
  }
}
#fair .list .item a {
  display: block;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 62px;
  padding: 35px;
  border: 1px solid #000;
  margin-bottom: 35px;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 1250px) {
  #fair .list .item a {
    padding: 2.4vw;
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #fair .list .item a {
    padding: 6.25vw 5.46875vw;
    border-radius: 9.6875vw;
    margin-bottom: 5.46875vw;
  }
}
#fair .list .item a:hover {
  background-color: #FFEC01;
  opacity: 1 !important;
}
#fair .list .item a:hover .btn > span {
  background-color: #000;
  color: #FFEC01;
}
#fair .list .item a:hover .btn > span::before {
  background-color: #FFEC01;
}
#fair .list .item a:hover .btn > span::after {
  background-color: #000;
}
#fair .list .item a:hover .btn .icon img.off {
  opacity: 0;
}
#fair .list .item a:hover .btn .icon img.on {
  opacity: 1;
}
#fair .list {
  opacity: 0;
  transition: all 0.5s 1s ease;
}
#fair.move-on .list {
  opacity: 1;
}

#access {
  position: relative;
  padding: 162px 0 245px;
  background: url("../img/top/access/bg.webp") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #access {
    padding: 21.875vw 0 38.28125vw;
  }
}
#access::before {
  content: "";
  width: 110vw;
  height: 400px;
  position: absolute;
  top: -255px;
  left: -5vw;
  transform: rotate(4deg);
  background-color: #fff;
  filter: blur(20px);
}
@media only screen and (max-width: 768px) {
  #access::before {
    height: 46.5625vw;
    top: -35.15625vw;
  }
}
#access .text-loop {
  top: inherit;
  top: -80px;
  transform: rotate(4deg);
}
@media only screen and (max-width: 768px) {
  #access .text-loop {
    top: -9.375vw;
  }
}
#access .bg-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .bg-con .pattern {
  position: absolute;
}
#access .bg-con .pattern.pattern1 {
  width: 206px;
  top: 214px;
  left: calc(50% - 858px);
}
@media only screen and (max-width: 2000px) {
  #access .bg-con .pattern.pattern1 {
    width: 10.7291666667vw;
    top: 11.1458333333vw;
    left: calc(50% - 44.6875vw);
  }
}
#access .bg-con .pattern.pattern2 {
  width: 229px;
  top: 384px;
  right: calc(50% - 978px);
}
@media only screen and (max-width: 2000px) {
  #access .bg-con .pattern.pattern2 {
    width: 11.9270833333vw;
    top: 20vw;
    right: calc(50% - 50.9375vw);
  }
}
#access .bg-con .pattern.pattern3 {
  width: 283px;
  top: 856px;
  left: calc(50% - 976px);
}
@media only screen and (max-width: 2000px) {
  #access .bg-con .pattern.pattern3 {
    width: 14.7395833333vw;
    top: 44.5833333333vw;
    left: calc(50% - 50.8333333333vw);
  }
}
#access .bg-con .pattern.pattern4 {
  width: 228px;
  top: 974px;
  right: calc(50% - 848px);
}
@media only screen and (max-width: 2000px) {
  #access .bg-con .pattern.pattern4 {
    width: 11.875vw;
    top: 50.7291666667vw;
    right: calc(50% - 44.1666666667vw);
  }
}
#access .ttl-box {
  width: 1169px;
  margin: 0 auto 65px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1250px) {
  #access .ttl-box {
    width: 93.52vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box {
    width: 77.1875vw;
    padding-left: 17.65625vw !important;
    margin: 0 auto 7.03125vw;
    left: 42%;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box .line-box .line1 {
    width: 26.09375vw !important;
    top: -1.25vw !important;
    left: -5.46875vw !important;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box .build-box .build01 {
    left: 10.15625vw !important;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box .build-box .build02 {
    left: 16.5625vw !important;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box .build-box .build03 {
    left: 6.25vw !important;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box .build-box .build04 {
    left: 12.96875vw !important;
  }
}
@media only screen and (max-width: 1250px) {
  #access .ttl-box h2 {
    width: 59.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .ttl-box h2 {
    width: 51.5625vw;
    bottom: 7.34375vw !important;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box {
    width: 91.5625vw;
    margin: 0 auto;
  }
}
#access .detail-box .note {
  font-size: 14px;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 6px #000, 0 0 6px #000;
  padding-top: 8px;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box .note {
    font-size: 1.12vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box .note {
    font-size: 2.65625vw;
    padding-top: 1.25vw;
    text-align: left;
    margin-top: -3.125vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
#access .detail-box dl {
  display: grid;
  grid-template-columns: 238px 1fr;
  align-items: center;
  min-height: 120px;
  border: 1px solid #000;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl {
    grid-template-columns: 19.04vw 1fr;
    min-height: 9.6vw;
    margin-bottom: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl {
    display: flex;
    flex-direction: column;
    min-height: 26.5625vw;
    border-radius: 1.5625vw;
    margin-bottom: 4.6875vw;
  }
}
#access .detail-box dl dt {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  padding-right: 24px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl dt {
    font-size: 2.08vw;
    padding-right: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl dt {
    justify-content: center;
    width: 100%;
    height: 7.8125vw;
    padding: 0;
    font-size: 4.375vw;
    text-align: center;
  }
}
#access .detail-box dl dt::after {
  content: "―";
  margin-left: 0.8em;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl dt::after {
    display: none;
  }
}
#access .detail-box dl dd {
  display: flex;
  align-items: center;
  padding: 20px 24px;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl dd {
    padding: 1.6vw 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl dd {
    flex: 1;
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding: 3.125vw 5.46875vw;
    box-sizing: border-box;
  }
}
#access .detail-box dl dd a {
  transition: all 0.3s ease;
}
#access .detail-box dl dd a:hover {
  opacity: 0.8;
}
#access .detail-box dl dd p {
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl dd p {
    font-size: 2.08vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl dd p {
    font-size: 4.0625vw;
  }
}
#access .detail-box dl dd p span.small {
  font-size: 16px;
  margin-left: 1em;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl dd p span.small {
    font-size: 1.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl dd p span.small {
    font-size: 2.5vw;
  }
}
#access .detail-box dl dd p span.red {
  color: #FF0000;
}
#access .detail-box dl dd p span.orange {
  color: #FF7600;
}
#access .detail-box dl.price dd {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.price dd {
    align-items: center;
    text-align: center;
  }
}
#access .detail-box dl.price dd p:nth-child(2) {
  line-height: 1;
}
#access .detail-box dl.price dd p:nth-child(2) .small {
  margin-left: 0;
}
#access .detail-box dl.area {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.area {
    text-align: center;
  }
}
#access .detail-box dl.area dd p {
  width: 100%;
}
#access .detail-box dl.area dd p span {
  display: block;
  font-size: 22px;
  padding-top: 0.4em;
  margin-top: 0.4em;
  border-top: 1px dotted #707070;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl.area dd p span {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.area dd p span {
    display: inline-block;
    margin-top: 0.7em;
    padding-top: 0.7em;
    font-size: 3.125vw;
  }
}
#access .detail-box dl.area dd p span a {
  text-decoration: underline;
  color: #FF0000;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.area dd p span a {
    display: inline-block;
  }
}
#access .detail-box dl.area dd p span a .icon {
  position: relative;
  width: 20px;
  margin-left: 0.2em;
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.area dd p span a .icon {
    width: 2.8125vw;
    bottom: -0.3125vw;
  }
}
#access .detail-box dl.period dd {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd {
    justify-content: center;
    flex-wrap: wrap;
  }
}
#access .detail-box dl.period dd .day {
  display: flex;
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #707070;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .day {
    flex-direction: column;
    padding-bottom: 0.8em;
    margin-bottom: 1.2em;
  }
}
#access .detail-box dl.period dd .day p span {
  font-size: 30px;
  font-weight: 800;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl.period dd .day p span {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .day p span {
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .day p:nth-child(1) {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .day p:nth-child(2) {
    text-align: right;
  }
}
#access .detail-box dl.period dd .small {
  margin-left: 0;
}
#access .detail-box dl.period dd .item {
  display: grid;
  grid-template-columns: 59px 1fr;
  align-items: center;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl.period dd .item {
    grid-template-columns: 4.72vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .item {
    grid-template-columns: 9.375vw 1fr;
  }
}
#access .detail-box dl.period dd .item:last-of-type {
  margin-left: 60px;
}
@media only screen and (max-width: 1250px) {
  #access .detail-box dl.period dd .item:last-of-type {
    margin-left: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .item:last-of-type {
    margin-left: 6.875vw;
  }
}
#access .detail-box dl.period dd .item span {
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .item span {
    margin-right: 0.3em;
  }
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd .item p {
    font-size: 3.75vw;
  }
}
#access .detail-box dl.period dd > p {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #access .detail-box dl.period dd > p {
    width: auto;
  }
}
#access .detail-box dl {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease 1s;
}
#access .detail-box dl:nth-child(2) {
  transition-delay: 1.1s;
}
#access .detail-box dl:nth-child(3) {
  transition-delay: 1.2s;
}
#access .detail-box dl:nth-child(4) {
  transition-delay: 1.3s;
}
#access .detail-box dl:nth-child(5) {
  transition-delay: 1.4s;
}
#access .detail-box dl:nth-child(6) {
  transition-delay: 1.5s;
}
#access.move-on .detail-box dl {
  transform: translateY(0px);
  opacity: 1;
}

#contact {
  position: relative;
  width: 110vw;
  left: -5vw;
  padding: 111px 0 240px;
  margin-top: -100px;
  overflow: hidden;
  transform: rotate(4deg);
  background-color: #000;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #contact {
    padding: 21.09375vw 0 23.4375vw;
  }
}
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#contact .cover-list {
  position: absolute;
  top: -120px;
  left: 50%;
  height: 120%;
  transform: rotate(-4deg) translateX(-50%);
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #contact .cover-list {
    top: -14.0625vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .cover-list .slick-list {
    height: 100% !important;
  }
}
#contact .box {
  position: relative;
  width: 804px;
  margin: 0 auto;
  padding: 90px 0px;
  transform: rotate(-4deg);
  border: 4px solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #contact .box {
    width: 64.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box {
    width: 86.25vw;
    padding: 13.28125vw 6.5625vw;
  }
}
#contact .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #contact .box::before {
    width: calc(100% - 1.5625vw);
    height: calc(100% - 1.5625vw);
  }
}
#contact .box .ttl-box {
  width: 501px;
  padding-left: 0;
  padding-right: 182px;
  margin: 0 auto 55px;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box {
    width: 40.08vw;
    padding-right: 14.56vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box {
    width: 70.9375vw;
    padding-right: 20.9375vw;
    margin: 0 auto 5.46875vw;
  }
}
#contact .box .ttl-box .line-box .line1 {
  position: absolute;
  top: 0;
  left: inherit;
  right: 45px;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box .line-box .line1 {
    right: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box .line-box .line1 {
    right: 8.75vw;
  }
}
#contact .box .ttl-box .build-box .build01 {
  left: inherit;
  right: 110px;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box .build-box .build01 {
    right: 8.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box .build-box .build01 {
    right: 15.625vw;
  }
}
#contact .box .ttl-box .build-box .build02 {
  left: inherit;
  right: 67px;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box .build-box .build02 {
    right: 5.36vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box .build-box .build02 {
    right: 9.0625vw;
  }
}
#contact .box .ttl-box .build-box .build03 {
  left: inherit;
  right: 133px;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box .build-box .build03 {
    right: 10.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box .build-box .build03 {
    right: 19.375vw;
  }
}
#contact .box .ttl-box .build-box .build04 {
  left: inherit;
  right: 90px;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box .build-box .build04 {
    right: 7.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box .build-box .build04 {
    right: 12.8125vw;
  }
}
#contact .box .ttl-box h2 {
  font-size: 48px;
  line-height: 1.7;
  font-weight: 900;
  text-align: right;
}
@media only screen and (max-width: 1250px) {
  #contact .box .ttl-box h2 {
    font-size: 3.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box .ttl-box h2 {
    font-size: 6.25vw;
    letter-spacing: 0.1em;
    bottom: 2.34375vw !important;
  }
}
#contact .box p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #contact .box p {
    font-size: 4.375vw;
  }
}
#contact .box p a {
  color: #FF0000;
  text-decoration: underline;
}
#contact .box p a .icon {
  position: relative;
  width: 20px;
  margin-left: 0.2em;
  bottom: -2px;
}
@media only screen and (max-width: 768px) {
  #contact .box p a .icon {
    width: 3.125vw;
    bottom: -0.3125vw;
  }
}
#contact .box p {
  opacity: 0;
  transition: all 0.5s ease 0.8s;
}
#contact.move-on .box p {
  opacity: 1;
}

#books {
  padding: 50px 0 0px;
}
@media only screen and (max-width: 2000px) {
  #books {
    padding-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #books {
    padding: 7.8125vw 0 0;
    margin-bottom: -3.125vw;
  }
}
#books .text-loop {
  top: -110px;
  transform: rotate(4deg);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #books .text-loop {
    top: -10.9375vw;
  }
}
#books .text-loop img {
  -webkit-animation: animate-text-loop2 70s linear infinite;
          animation: animate-text-loop2 70s linear infinite;
}
#books .bg-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes floatY {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#books .bg-con .fuwa {
  position: absolute;
  mix-blend-mode: darken;
}
#books .bg-con .fuwa img {
  width: 100%;
  height: auto;
}
#books .bg-con .fuwa.fuwa1 {
  top: -66px;
  left: calc(50% - 904px);
  width: 463px;
  transform: rotate(-150deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa1 {
    top: -3.4375vw;
    left: calc(50% - 47.0833333333vw);
    width: 24.1145833333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa1 {
    width: 35.3125vw;
    top: -7.5vw;
    left: -17.8125vw;
  }
}
#books .bg-con .fuwa.fuwa2 {
  top: -132px;
  left: calc(50% - 489px);
  width: 465px;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa2 {
    top: -6.875vw;
    left: calc(50% - 25.46875vw);
    width: 24.21875vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa2 {
    width: 35.625vw;
    top: -9.375vw;
    left: 13.75vw;
  }
}
#books .bg-con .fuwa.fuwa3 {
  top: -82px;
  right: calc(50% - 524px);
  width: 427px;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa3 {
    top: -4.2708333333vw;
    right: calc(50% - 27.2916666667vw);
    width: 22.2395833333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa3 {
    width: 32.65625vw;
    top: -5.3125vw;
    left: 41.875vw;
  }
}
#books .bg-con .fuwa.fuwa4 {
  top: -132px;
  right: calc(50% - 924px);
  width: 446px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa4 {
    top: -6.875vw;
    right: calc(50% - 48.125vw);
    width: 23.2291666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa4 {
    width: 34.0625vw;
    top: -9.375vw;
    left: 70.9375vw;
  }
}
#books .bg-con .fuwa.fuwa5 {
  bottom: -146px;
  left: calc(50% - 863px);
  transform: rotate(180deg);
  width: 446px;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa5 {
    bottom: -7.6041666667vw;
    left: calc(50% - 44.9479166667vw);
    width: 23.2291666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa5 {
    width: 30.9375vw;
    bottom: -9.6875vw;
    left: -8.125vw;
  }
}
#books .bg-con .fuwa.fuwa6 {
  bottom: -130px;
  left: calc(50% - 455px);
  width: 427px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa6 {
    bottom: -6.7708333333vw;
    left: calc(50% - 23.6979166667vw);
    width: 22.2395833333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa6 {
    width: 29.6875vw;
    bottom: -8.4375vw;
    left: 20.3125vw;
  }
}
#books .bg-con .fuwa.fuwa7 {
  bottom: -158px;
  right: calc(50% - 522px);
  width: 465px;
  transform: rotate(180deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa7 {
    bottom: -8.2291666667vw;
    right: calc(50% - 27.1875vw);
    width: 24.21875vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa7 {
    width: 32.1875vw;
    top: -6.5625vw;
    left: 42.65625vw;
  }
}
#books .bg-con .fuwa.fuwa8 {
  bottom: -104px;
  right: calc(50% - 940px);
  width: 376px;
  transform: rotate(180deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .fuwa.fuwa8 {
    bottom: -5.4166666667vw;
    right: calc(50% - 48.9583333333vw);
    width: 19.5833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .fuwa.fuwa8 {
    width: 32.1875vw;
    bottom: -4.21875vw;
    left: 71.5625vw;
    transform: rotate(-162deg);
  }
}
#books .bg-con .pattern {
  position: absolute;
}
#books .bg-con .pattern.pattern1 {
  width: 167px;
  top: 115px;
  left: calc(50% - 705px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern1 {
    width: 8.6979166667vw;
    top: 5.9895833333vw;
    left: calc(50% - 36.71875vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern1 {
    width: 19.21875vw;
    top: inherit;
    bottom: 1.71875vw;
    left: 10.9375vw;
  }
}
#books .bg-con .pattern.pattern2 {
  width: 199px;
  top: 30px;
  left: calc(50% - 320px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern2 {
    width: 10.3645833333vw;
    top: 1.5625vw;
    left: calc(50% - 16.6666666667vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern2 {
    width: 20vw;
    top: 10.15625vw;
    left: 7.1875vw;
  }
}
#books .bg-con .pattern.pattern3 {
  width: 184px;
  top: 102px;
  right: calc(50% - 314px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern3 {
    width: 9.5833333333vw;
    top: 5.3125vw;
    right: calc(50% - 16.3541666667vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern3 {
    width: 14.0625vw;
    top: 10.46875vw;
    left: 56.875vw;
  }
}
#books .bg-con .pattern.pattern4 {
  width: 173px;
  top: 92px;
  right: calc(50% - 910px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern4 {
    width: 9.0104166667vw;
    top: 4.7916666667vw;
    right: calc(50% - 47.3958333333vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern4 {
    width: 19.84375vw;
    top: 2.34375vw;
    left: 90vw;
  }
}
#books .bg-con .pattern.pattern5 {
  width: 212px;
  top: 427px;
  left: calc(50% - 988px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern5 {
    width: 11.0416666667vw;
    top: 22.2395833333vw;
    left: calc(50% - 51.4583333333vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern5 {
    width: 25.9375vw;
    top: 62.8125vw;
    left: 50vw;
  }
}
#books .bg-con .pattern.pattern6 {
  width: 213px;
  top: 322px;
  left: calc(50% - 420px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern6 {
    width: 11.09375vw;
    top: 16.7708333333vw;
    left: calc(50% - 21.875vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern6 {
    width: 26.5625vw;
    top: 96.5625vw;
    left: 81.875vw;
  }
}
#books .bg-con .pattern.pattern7 {
  width: 206px;
  top: 546px;
  right: calc(50% - 252px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern7 {
    width: 10.7291666667vw;
    top: 28.4375vw;
    right: calc(50% - 13.125vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern7 {
    width: 29.375vw;
    top: 43.75vw;
    left: 4.21875vw;
  }
}
#books .bg-con .pattern.pattern8 {
  width: 206px;
  top: 312px;
  right: calc(50% - 714px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern8 {
    width: 10.7291666667vw;
    top: 16.25vw;
    right: calc(50% - 37.1875vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern8 {
    width: 24.6875vw;
    top: 31.25vw;
    left: 77.8125vw;
    right: inherit;
  }
}
#books .bg-con .pattern.pattern9 {
  width: 176px;
  top: 755px;
  left: calc(50% - 898px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern9 {
    width: 9.1666666667vw;
    top: 39.3229166667vw;
    left: calc(50% - 46.7708333333vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern9 {
    width: 23.59375vw;
    top: inherit;
    bottom: 27.34375vw;
    left: 7.5vw;
  }
}
#books .bg-con .pattern.pattern10 {
  width: 154px;
  top: 740px;
  left: calc(50% - 267px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern10 {
    width: 8.0208333333vw;
    top: 38.5416666667vw;
    left: calc(50% - 13.90625vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern10 {
    opacity: 0;
  }
}
#books .bg-con .pattern.pattern11 {
  width: 221px;
  top: 784px;
  right: calc(50% - 720px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern11 {
    width: 11.5104166667vw;
    top: 40.8333333333vw;
    right: calc(50% - 37.5vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern11 {
    width: 23.125vw;
    top: inherit;
    bottom: 12.65625vw;
    left: 50vw;
  }
}
#books .bg-con .pattern.pattern12 {
  width: 229px;
  top: 582px;
  right: calc(50% - 1000px);
}
@media only screen and (max-width: 2000px) {
  #books .bg-con .pattern.pattern12 {
    width: 11.9270833333vw;
    top: 30.3125vw;
    right: calc(50% - 52.0833333333vw);
  }
}
@media only screen and (max-width: 768px) {
  #books .bg-con .pattern.pattern12 {
    opacity: 0;
  }
}
#books .list {
  position: relative;
  z-index: 2;
}
#books .list ul li {
  position: relative;
  cursor: pointer;
}
#books .list ul li .card-close, #books .list ul li .card-open {
  width: 368px;
  height: 453px;
  border-radius: 50px;
  background-color: #ddd;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li .card-close, #books .list ul li .card-open {
    width: 19.1666666667vw;
    height: 23.59375vw;
    border-radius: 2.6041666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li .card-close, #books .list ul li .card-open {
    width: 57.5vw;
    height: 70.78125vw;
    border-radius: 7.8125vw;
  }
}
#books .list ul li .card-close {
  position: relative;
}
#books .list ul li .card-close::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 109px;
  height: 109px;
  background: url("../img/top/books/change.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li .card-close::before {
    width: 5.6770833333vw;
    height: 5.6770833333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li .card-close::before {
    width: 17.03125vw;
    height: 17.03125vw;
  }
}
#books .list ul li .card-close .chara {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#books .list ul li .card-open {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  background-color: #159E8A;
  opacity: 0;
}
#books .list ul li.active .card-close {
  transform: rotateY(180deg);
  opacity: 0;
}
#books .list ul li.active .card-open {
  transform: rotateY(0deg);
  opacity: 1;
}
#books .list ul li.sneaker .card-close, #books .list ul li.sneaker .card-open {
  background-color: rgba(235, 205, 1, 0.8);
}
#books .list ul li.dengeki .card-close, #books .list ul li.dengeki .card-open {
  background-color: rgba(215, 24, 24, 0.8);
}
#books .list ul li.mf .card-close, #books .list ul li.mf .card-open {
  background-color: rgba(22, 158, 138, 0.8);
}
#books .list ul li.fantasia .card-close, #books .list ul li.fantasia .card-open {
  background-color: rgba(31, 119, 184, 0.8);
}
#books .list ul li.kadokawabooks .card-close, #books .list ul li.kadokawabooks .card-open {
  background-color: rgba(31, 33, 142, 0.8);
}
#books .list ul li.shinbungei .card-close, #books .list ul li.shinbungei .card-open {
  background-color: rgba(230, 21, 115, 0.8);
}
#books .list ul li.haruhi .card-close .chara {
  width: 370px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.haruhi .card-close .chara {
    width: 19.2708333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.haruhi .card-close .chara {
    width: 57.8125vw;
  }
}
#books .list ul li.sao .card-close .chara {
  width: 442px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.sao .card-close .chara {
    width: 23.0208333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.sao .card-close .chara {
    width: 69.0625vw;
  }
}
#books .list ul li.rezero .card-close .chara {
  width: 332px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.rezero .card-close .chara {
    width: 17.2916666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.rezero .card-close .chara {
    width: 51.875vw;
  }
}
#books .list ul li.deara .card-close .chara {
  width: 438px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.deara .card-close .chara {
    width: 22.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.deara .card-close .chara {
    width: 68.4375vw;
  }
}
#books .list ul li.aobuta .card-close .chara {
  width: 297px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.aobuta .card-close .chara {
    width: 15.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.aobuta .card-close .chara {
    width: 46.40625vw;
  }
}
#books .list ul li.rosidere .card-close .chara {
  width: 232px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.rosidere .card-close .chara {
    width: 12.0833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.rosidere .card-close .chara {
    width: 36.25vw;
  }
}
#books .list ul li.nogera .card-close .chara {
  width: 321px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.nogera .card-close .chara {
    width: 16.71875vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.nogera .card-close .chara {
    width: 50.15625vw;
  }
}
#books .list ul li.fullmeta .card-close .chara {
  width: 309px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.fullmeta .card-close .chara {
    width: 16.09375vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.fullmeta .card-close .chara {
    width: 48.28125vw;
  }
}
#books .list ul li.konosuba .card-close .chara {
  width: 435px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.konosuba .card-close .chara {
    width: 22.65625vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.konosuba .card-close .chara {
    width: 67.96875vw;
  }
}
#books .list ul li.fate .card-close .chara {
  width: 368px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.fate .card-close .chara {
    width: 19.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.fate .card-close .chara {
    width: 57.5vw;
  }
}
#books .list ul li.highschool .card-close .chara {
  width: 280px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.highschool .card-close .chara {
    width: 14.5833333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.highschool .card-close .chara {
    width: 43.75vw;
  }
}
#books .list ul li.jingai .card-close .chara {
  width: 213px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.jingai .card-close .chara {
    width: 11.09375vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.jingai .card-close .chara {
    width: 33.28125vw;
  }
}
#books .list ul li.koujodenka .card-close .chara {
  width: 297px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.koujodenka .card-close .chara {
    width: 15.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.koujodenka .card-close .chara {
    width: 46.40625vw;
  }
}
#books .list ul li.silentwitch .card-close .chara {
  width: 285px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.silentwitch .card-close .chara {
    width: 14.84375vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.silentwitch .card-close .chara {
    width: 44.53125vw;
  }
}
#books .list ul li.kusunokitei .card-close .chara {
  width: 304px;
}
@media only screen and (max-width: 2000px) {
  #books .list ul li.kusunokitei .card-close .chara {
    width: 15.8333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list ul li.kusunokitei .card-close .chara {
    width: 47.5vw;
  }
}
#books .list .slick-list .slick-track {
  display: flex;
  padding: 180px 0 250px;
  gap: 0 30px;
}
@media only screen and (max-width: 2000px) {
  #books .list .slick-list .slick-track {
    padding: 9.375vw 0 13.0208333333vw;
    gap: 0 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #books .list .slick-list .slick-track {
    padding: 28.125vw 0 39.0625vw;
    gap: 0 4.6875vw;
  }
}

#footer .text-loop {
  display: flex;
  position: absolute;
  top: -58px;
  left: -5vw;
  width: 110vw;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #footer .text-loop {
    top: -9.0625vw;
  }
}
#footer .text-loop-content {
  color: #ffeb00;
  margin: 0 4em;
  -webkit-animation: animate-text-loop2 70s linear infinite;
          animation: animate-text-loop2 70s linear infinite;
  width: auto;
  height: 172px;
}
@media only screen and (max-width: 768px) {
  #footer .text-loop-content {
    width: auto;
    margin: 0 3.90625vw;
    height: 18.75vw;
  }
}