@charset "UTF-8";
@keyframes click_navi_open {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes click_navi_close {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}
@keyframes click_button {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hover_button {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes mochimochi {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes wave_move {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*===================================================================
				= 基本(初期デフォルト化含む)
===================================================================*/
html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  height: 100%;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #18183b;
}
@media (max-width: 750px) {
  html {
    overflow: auto !important;
  }
}

body {
  height: 100%;
  font-size: 1rem; /* 基本サイズ10px */
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 1920px) {
  body {
    font-size: 0.9375vw;
  }
}
@media (max-width: 750px) {
  body {
    line-height: 1.8;
    font-size: 3.2vw;
  }
}

ul {
  list-style: none;
}

.wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner_box {
  position: relative;
  width: 1920px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  .inner_box {
    width: 100%;
  }
}

.clear_pc {
  display: none;
}
@media (max-width: 750px) {
  .clear_pc {
    display: block;
  }
}

.clear_sp {
  display: block;
}
@media (max-width: 750px) {
  .clear_sp {
    display: none;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: none;
  color: #010101;
}

/*===================================================================
				= Loading
===================================================================*/
.eachTextAnime {
  opacity: 0;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading_wrap {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.loading_wrap p, .loading_wrap img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 48px;
  font-family: "Klee One", cursive;
}
@media (max-width: 750px) {
  .loading_wrap img {
    width: 42.6666666667%;
  }
  .loading_wrap p {
    font-size: 6.4vw;
  }
}

.catchcopy {
  z-index: 10001;
}

/*===================================================================
				= Falling
===================================================================*/
#cvs {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

/*===================================================================
				= スクロールアニメーション
===================================================================*/
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-property: opacity, transform;
}

.scroll_animation {
  opacity: 0;
  transform: translate(0, 20%);
  transition-duration: 2s;
}

.is-show {
  opacity: 1 !important;
  transform: scale(1, 1) !important;
  transform: translate(0, 0) !important;
}

#navi_top {
  background: url("../img/button_top_text.png") bottom center/contain no-repeat;
  width: 188px;
  padding: 182px 0 0 0;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  cursor: pointer;
}
@media (max-width: 1920px) {
  #navi_top {
    width: 9.7916666667%;
    padding: 9.4791666667% 0 0 0;
  }
}
@media (max-width: 750px) {
  #navi_top {
    width: 25.0666666667%;
    padding: 24.2666666667% 0 0 0;
  }
}
#navi_top::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.3956043956%;
  left: 37.2340425532%;
  width: 25.5319148936%;
  height: 24.1758241758%;
  background: url("../img/button_top_sankaku.png") no-repeat center center/contain;
}
#navi_top::after {
  content: "";
  display: block;
  position: absolute;
  top: 28.5714285714%;
  left: 0%;
  width: 100%;
  height: 43.956043956%;
  background: url("../img/button_top_main.png") no-repeat center center/contain;
}
#navi_top:hover::before {
  animation: rotation 1s infinite;
}
#navi_top:hover::after {
  animation: mochimochi 1s infinite;
}

/*===================================================================
				= Magnific Popup
===================================================================*/
.popup.mfp-bg {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.popup.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.popup.mfp-bg.mfp-ready {
  opacity: 0.6;
}
.popup.mfp-bg.mfp-removing {
  opacity: 0;
}
.popup.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.popup.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.popup.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap {
  overflow: hidden;
}

.mfp-inline-holder {
  overflow: auto;
  height: 100%;
}

.mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
  max-width: 1240px;
  width: 60%;
}
.popup .mfp-image-holder .mfp-content, .popup .mfp-iframe-holder .mfp-content, .popup .mfp-inline-holder .mfp-content {
  max-width: 1000px;
  width: 52.0833333333%;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-inline-holder .mfp-close {
  width: 118px;
  padding: 118px 0 0 0;
  top: -54px;
  right: -47px;
  opacity: 1;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/button_navi_close.png") no-repeat center center/contain;
}
@media (min-width: 751px) {
  .mfp-image-holder .mfp-close:active, .mfp-iframe-holder .mfp-close:active, .mfp-inline-holder .mfp-close:active {
    animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover, .mfp-inline-holder .mfp-close:hover {
    animation: hover_button 0.2s forwards;
  }
}
@media (max-width: 1920px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-inline-holder .mfp-close {
    width: 10.2430555556%;
    padding: 10.2430555556% 0 0 0;
    top: -8.3333333333%;
    right: -4.0798611111%;
  }
  .mfp-image-holder .mfp-close #movie, .mfp-iframe-holder .mfp-close #movie, .mfp-inline-holder .mfp-close #movie {
    width: 13.5632183908%;
    padding: 24.5833333333% 0 0 0;
  }
  .mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 60%;
  }
}
@media (max-width: 750px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-inline-holder .mfp-close {
    width: 15.7333333333%;
    padding: 15.7333333333% 0 0 0;
    top: -30.5687203791%;
    right: 1.7333333333%;
  }
  .mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
  }
  .popup .mfp-image-holder .mfp-content, .popup .mfp-iframe-holder .mfp-content, .popup .mfp-inline-holder .mfp-content {
    width: 100%;
  }
}

img.mfp-img {
  padding: 0;
}

.gallery-arrow, .cd-arrow, button.mfp-arrow {
  position: absolute;
  top: 45.3703703704%;
  left: 50%;
  display: block;
  width: 118px;
  padding: 118px 0 0 0;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  opacity: 1;
  cursor: pointer;
}

.gallery-arrow-left, .cd-arrow-left, .mfp-arrow-left {
  margin: 0 0 0 -776px;
  background: url("../img/button_prev.png") no-repeat center center/contain;
}
.gallery-arrow-left:active, .cd-arrow-left:active, .mfp-arrow-left:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.gallery-arrow-left:hover, .cd-arrow-left:hover, .mfp-arrow-left:hover {
  animation: hover_button 0.2s forwards;
}

.gallery-arrow-right, .cd-arrow-right, .mfp-arrow-right {
  margin: 0 0 0 676px;
  background: url("../img/button_next.png") no-repeat center center/contain;
}
@media (min-width: 751px) {
  .gallery-arrow-right:active, .cd-arrow-right:active, .mfp-arrow-right:active {
    animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  .gallery-arrow-right:hover, .cd-arrow-right:hover, .mfp-arrow-right:hover {
    animation: hover_button 0.2s forwards;
  }
}

@media (max-width: 1920px) {
  .gallery-arrow, .cd-arrow, button.mfp-arrow {
    width: 6.1458333333%;
    padding: 6.1458333333% 0 0 0;
  }
  .gallery-arrow-left, .cd-arrow-left, .mfp-arrow-left {
    margin: 0 0 0 -40.4166666667%;
  }
  .gallery-arrow-right, .cd-arrow-right, .mfp-arrow-right {
    margin: 0 0 0 35.2083333333%;
  }
  .mfp-inline-holder button.mfp-close {
    width: 12.0408163265%;
    padding: 12.0408163265% 0 0 0;
  }
}
@media (max-width: 750px) {
  .mfp-container {
    padding: 0;
  }
  .gallery-arrow, .cd-arrow {
    top: 50%;
    width: 15.7333333333%;
    padding: 15.7333333333% 0 0 0;
    transform: translateX(0);
  }
  .gallery-arrow-left, .cd-arrow-left, .mfp-arrow-left {
    left: 0;
    margin: 30.8% 0 0 0;
  }
  .gallery-arrow-right, .cd-arrow-right {
    left: auto;
    right: 0;
    margin: 30.8% 0 0 0;
  }
  .mfp-inline-holder button.mfp-close {
    top: 0;
    width: 12.8%;
  }
  button.mfp-arrow {
    left: auto;
    width: 12.6666666667%;
    padding: 12.6666666667% 0 0 0;
    height: 0;
  }
  button.mfp-arrow.mfp-arrow-left {
    left: 2.1333333333%;
    margin: 0;
  }
  button.mfp-arrow.mfp-arrow-right {
    right: 2.1333333333%;
    margin: 0;
  }
}
/*===================================================================
				= Slick Slider
===================================================================*/
.slick-prev {
  background: url("../img/button_prev.png") no-repeat center center/contain;
  top: 38.75%;
  left: -18.3908045977%;
}

.slick-next {
  background: url("../img/button_next.png") no-repeat center center/contain;
  top: 38.75%;
  right: -19.3103448276%;
}

#special .slick-prev, #special .slick-next {
  width: 13.5632183908%;
  height: 24.5833333333%;
}
@media (min-width: 751px) {
  #special .slick-prev, #special .slick-next {
    cursor: pointer;
  }
  #special .slick-prev:active, #special .slick-next:active {
    animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
  #special .slick-prev:hover, #special .slick-next:hover {
    animation: hover_button 0.2s forwards;
  }
}
#special .slick-prev::before, #special .slick-next::before {
  content: "";
}

.slick-dots {
  bottom: -8.3333333333%;
}
.slick-dots li {
  width: 2.2988505747%;
  height: 0;
  padding: 2.2988505747% 0 0 0;
  margin: 0 1.724137931%;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button:before {
  top: 0;
  font-size: 24px;
  width: 100%;
}
@media (max-width: 1920px) {
  .slick-dots li button:before {
    font-size: 0.9375vw;
  }
}
@media (max-width: 750px) {
  .slick-dots li button:before {
    font-size: 2.4vw;
  }
}

@media (max-width: 750px) {
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider p {
    margin: 0 auto 3.3333333333% auto;
  }
  .slick-prev, .slick-next {
    width: 16.4788732394%;
    height: 29.8469387755%;
  }
  .slick-prev {
    top: 112.2448979592%;
    left: 0;
  }
  .slick-next {
    top: 112.2448979592%;
    right: 0;
  }
  .slick-dots {
    top: 112.2448979592%;
    bottom: auto;
  }
  .slick-dots li {
    width: 3.5433070866%;
    padding: 3.5433070866% 0 0 0;
    margin: 0 2.1653543307%;
  }
}
/*===================================================================
				= パララックスBG
===================================================================*/
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
section#top {
  min-height: 1200px;
  background: url("../img/bg_dot.png") bottom center, #f7f8c2;
}
@media (max-width: 750px) {
  section#top {
    min-height: 0;
    height: 0;
    padding: 160% 0 0 0;
  }
}
section#information {
  position: relative;
  height: 1485px;
  background: url("../img/bg_dot.png") bottom center, linear-gradient(to bottom, #f7f8c2, #d0f8ac);
}
@media (max-width: 1920px) {
  section#information {
    height: 0;
    padding: 77.34375% 0 0 0;
  }
}
@media (max-width: 750px) {
  section#information {
    height: 0;
    padding: 349.0666666667% 0 0 0;
  }
}
section#about {
  position: relative;
  height: 1257px;
  background: url("../img/bg_tile_pc.png") top center/100%, url("../img/bg_line.png") top center, #fdfef3;
}
@media (max-width: 1920px) {
  section#about {
    height: 100px;
    padding: 60.2604166667% 0 0 0;
  }
}
@media (max-width: 750px) {
  section#about {
    height: 100px;
    padding: 187.7333333333% 0 0 0;
    background: url("../img/bg_tile_sp.png") top center/100%, url("../img/bg_line.png") top center, #fdfef3;
  }
}
section#about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  clip-path: url(#clipshape_top);
  background: url("../img/bg_dot.png") top center, #d0f8ac;
  z-index: 10;
}
section#character {
  position: relative;
  height: 1284px;
  background-image: url("../img/bg_character_pc.png");
  background-color: transparent;
  margin: -120px 0 0 0;
  mask-image: url("../svg/wave_chara.svg");
  mask-repeat: repeat-x;
  -webkit-mask-image: url("../svg/wave_chara.svg");
  -webkit-mask-repeat: repeat-x;
  z-index: 5;
}
@media (max-width: 1920px) {
  section#character {
    height: 0;
    padding: 66.875% 0 0 0;
    margin: -6.25% 0 0 0;
  }
}
@media (max-width: 750px) {
  section#character {
    height: 0;
    margin: -10.6666666667% 0 0 0;
    padding: 266.6666666667% 0 0 0;
    background-image: url("../img/bg_character_sp.png");
    mask-image: url("../svg/wave_chara_sp.svg");
    -webkit-mask-image: url("../svg/wave_chara_sp.svg");
  }
}
section#special {
  position: relative;
  height: 1390px;
  background: url("../img/bg_special.png") top center/contain repeat;
  margin: -140px 0 0 0;
  mask-image: url("../svg/wave_special.svg");
  mask-repeat: repeat-x;
  -webkit-mask-image: url("../svg/wave_special.svg");
  -webkit-mask-repeat: repeat-x;
  z-index: 6;
}
@media (max-width: 1920px) {
  section#special {
    height: 0;
    padding: 72.3958333333% 0 0 0;
  }
}
@media (max-width: 750px) {
  section#special {
    margin: -26.6666666667% 0 0 0;
    height: 0;
    padding: 221.0666666667% 0 0 0;
    mask-image: url("../svg/wave_special_sp.svg");
    -webkit-mask-image: url("../svg/wave_special_sp.svg");
    background: url("../img/bg_special.png") top center/auto repeat-y;
  }
}
section#gallery {
  position: relative;
  height: 1380px;
  background: url("../img/bg_dot_pattern.png") calc(50% + 440px) 0 repeat, #a7e26f;
  background-size: 1210px 1196px;
  margin: -120px 0 0 0;
  mask-image: url("../svg/wave_gallery.svg");
  mask-repeat: repeat-x;
  -webkit-mask-image: url("../svg/wave_gallery.svg");
  -webkit-mask-repeat: repeat-x;
  z-index: 6;
}
@media (max-width: 1920px) {
  section#gallery {
    height: 0;
    padding: 71.875% 0 0 0;
    background-size: 63.0208333333% 86.6666666667%;
  }
}
@media (max-width: 750px) {
  section#gallery {
    margin: -29.3333333333% 0 0 0;
    height: 0;
    padding: 146.6666666667% 0 0 0;
    background: url("../img/bg_dot_pattern_sp.png") 0 0/100% repeat-x, #a7e26f;
    mask-image: url("../svg/wave_gallery_sp.svg");
    -webkit-mask-image: url("../svg/wave_gallery_sp.svg");
  }
}
section#contact_spec {
  position: relative;
  height: 1934px;
  margin: -120px 0 0 0;
  background: url("../img/bg_dot.png") bottom center, linear-gradient(to bottom, #f7f8c2, #d0f8ac);
}
@media (max-width: 1920px) {
  section#contact_spec {
    height: 0;
    padding: calc(95.5208333333% + 100px) 0 0 0;
  }
}
@media (max-width: 750px) {
  section#contact_spec {
    height: 0;
    padding: calc(298% + 100px) 0 0 0;
  }
}

/*===================================================================
				= 見出し
===================================================================*/
h2 {
  position: absolute;
  height: auto;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
#news h2 {
  top: -5.4385964912%;
  left: 37.0161290323%;
  width: 25.8064516129%;
  height: 14.3859649123%;
  background: url("../img/tag_news.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #news h2 {
    top: -2.2388059701%;
    left: 27.7777777778%;
    width: 44.4444444444%;
    height: 6.1194029851%;
  }
}
#introduction h2 {
  top: 2.1582733813%;
  left: 16.6666666667%;
  width: 66.5625%;
  height: 28.0575539568%;
  background: url("../img/cap_story_line_pc.png") center/contain no-repeat;
}
#introduction h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 27.7777777778%;
  left: 4.303599374%;
  background: url("../img/cap_story_pc.png") center/contain no-repeat;
  width: 91.5492957746%;
  height: 46.1538461538%;
}
@media (max-width: 750px) {
  #introduction h2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 24.7135842881%;
    background: url("../img/cap_story_line_sp.png") center/contain no-repeat;
  }
  #introduction h2::before {
    top: 13.9072847682%;
    left: 6.4%;
    background: url("../img/cap_story_sp.png") center/contain no-repeat;
    width: 87.2%;
    height: 68.8741721854%;
  }
}
#character h2 {
  top: 9.5015576324%;
  left: 38.75%;
  width: 23.125%;
  height: 10.5919003115%;
  z-index: 10;
  pointer-events: none;
  background: url("../img/cap_character.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #character h2 {
    top: 5%;
    left: 21.0666666667%;
    width: 59.2%;
    height: 6.8%;
  }
}
#gallery h2 {
  top: 4.8550724638%;
  left: 41.5625%;
  width: 17.3958333333%;
  height: 9.4202898551%;
  background: url("../img/cap_gallery.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #gallery h2 {
    top: 8%;
    left: 28%;
    width: 44.5333333333%;
    height: 11.8181818182%;
  }
}
#special h2 {
  top: -14.3884892086%;
  left: 41.875%;
  width: 16.4583333333%;
  height: 9.3525179856%;
  background: url("../img/cap_special.png") center/contain no-repeat;
}
@media (max-width: 750px) {
  #special h2 {
    top: -12.0627261761%;
    left: 29.3333333333%;
    width: 42.1333333333%;
    height: 7.8407720145%;
  }
}

.navi-btn {
  position: fixed;
  top: 29px;
  right: 21px;
  display: flex;
  width: 164px;
  height: 0;
  padding: 164px 0 0 0;
  z-index: 900;
  background: url("../img/button_navi_open.png") center center/contain no-repeat;
  cursor: pointer;
}
.navi-btn:hover {
  animation: hover_button 0.2s forwards;
}
.navi-btn:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@media (max-width: 1920px) {
  .navi-btn {
    width: 8.5416666667%;
    padding: 8.5416666667% 0 0 0;
  }
}
@media (max-width: 750px) {
  .navi-btn {
    top: 1.6666666667%;
    right: 1.6%;
    width: 17.8666666667%;
    padding: 17.8666666667% 0 0 0;
  }
}

#navi-btn-check {
  display: none;
}
#navi-btn-check:checked ~ .navi-content {
  right: 0;
}
#navi-btn-check:checked ~ .navi-btn {
  background: url("../img/button_navi_close.png") center center/contain no-repeat;
}
#navi-btn-check:checked ~ .navi-btn:hover {
  animation: hover_button 0.2s forwards;
}
#navi-btn-check:checked ~ .navi-btn:active {
  animation: click_navi_close 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.navi-content {
  width: 476px;
  height: 0;
  padding: 825px 0 0 0;
  position: fixed;
  top: 0;
  right: -476px;
  z-index: 800;
  background: url("../img/navi_bg.png") center center/contain no-repeat;
  transition: all 0.5s;
}
@media (max-width: 1920px) {
  .navi-content {
    width: 24.7916666667%;
    padding: 42.96875% 0 0 0;
    right: -24.7916666667%;
  }
}
@media (max-width: 750px) {
  .navi-content {
    width: 60.4%;
    padding: 104.6666666667% 0 0 0;
    right: -60.4%;
  }
}
.navi-content ul {
  position: absolute;
  width: 82.3529411765%;
  top: 18.1818181818%;
  right: 0;
  display: flex;
  flex-direction: column;
}
.navi-content li {
  position: relative;
  cursor: pointer;
}
.navi-content li.soon {
  pointer-events: none;
}
.navi-content li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.navi-content li::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  transition-property: clip-path;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}
.navi-content li:hover::after {
  clip-path: inset(0);
}
.navi-content li.news {
  width: 48.9795918367%;
  padding: 20.9183673469% 0 0 0;
}
.navi-content li.news a {
  top: 25.6097560976%;
  width: 61.4583333333%;
  height: 51.2195121951%;
  left: 18.2291666667%;
  background: url("../img/navi_news_off.png") center center/contain no-repeat;
}
.navi-content li.news:hover::after {
  background: url("../img/navi_news_on.png") center center/cover no-repeat;
}
.navi-content li.introduction {
  width: 93.8775510204%;
  padding: 23.4693877551% 0 0 0;
  margin: -1.902173913% 0 0 1.902173913%;
}
.navi-content li.introduction a {
  top: 26.0869565217%;
  width: 79.8913043478%;
  height: 50%;
  left: 8.152173913%;
  background: url("../img/navi_introduction_off.png") center center/contain no-repeat;
}
.navi-content li.introduction:hover::after {
  background: url("../img/navi_introduction_on.png") center center/cover no-repeat;
}
.navi-content li.character {
  width: 82.1428571429%;
  padding: 22.9591836735% 0 0 0;
  margin: -1.8633540373% 0 0 2.4844720497%;
}
.navi-content li.character a {
  top: 26.6666666667%;
  width: 77.6397515528%;
  height: 48.8888888889%;
  left: 9.6273291925%;
  background: url("../img/navi_character_off.png") center center/contain no-repeat;
}
.navi-content li.character:hover::after {
  background: url("../img/navi_character_on.png") center center/cover no-repeat;
}
.navi-content li.special {
  width: 63.7755102041%;
  padding: 21.9387755102% 0 0 0;
  margin: -1.6% 0 0 4%;
}
.navi-content li.special a {
  top: 29.0697674419%;
  width: 71.2%;
  height: 46.511627907%;
  left: 12.4%;
  background: url("../img/navi_special_off.png") center center/contain no-repeat;
}
.navi-content li.special:hover::after {
  background: url("../img/navi_special_on.png") center center/cover no-repeat;
}
.navi-content li.gallery {
  width: 63.2653061224%;
  padding: 21.9387755102% 0 0 0;
  margin: -0.8064516129% 0 0 5.6451612903%;
}
.navi-content li.gallery a {
  top: 26.7441860465%;
  width: 75.8064516129%;
  height: 51.1627906977%;
  left: 12.5%;
  background: url("../img/navi_gallery_off.png") center center/contain no-repeat;
}
.navi-content li.gallery:hover::after {
  background: url("../img/navi_gallery_on.png") center center/cover no-repeat;
}
.navi-content li.contact {
  width: 66.3265306122%;
  padding: 21.9387755102% 0 0 0;
  margin: -0.7692307692% 0 0 6.5384615385%;
}
.navi-content li.contact a {
  top: 30.2325581395%;
  width: 76.9230769231%;
  height: 46.511627907%;
  left: 12.3076923077%;
  background: url("../img/navi_contact_off.png") center center/contain no-repeat;
}
.navi-content li.contact:hover::after {
  background: url("../img/navi_contact_on.png") center center/cover no-repeat;
}
.navi-content li.spec {
  width: 46.9387755102%;
  padding: 20.9183673469% 0 0 0;
  margin: 1.0869565217% 0 0 5.4347826087%;
}
.navi-content li.spec a {
  top: 26.8292682927%;
  width: 58.6956521739%;
  height: 48.7804878049%;
  left: 19.0217391304%;
  background: url("../img/navi_spec_off.png") center center/contain no-repeat;
}
.navi-content li.spec:hover::after {
  background: url("../img/navi_spec_on.png") center center/cover no-repeat;
}

/*===================================================================
				= SNS
===================================================================*/
.list_sns {
  position: fixed;
  bottom: 120px;
  right: 0;
  width: 148px;
  height: 0;
  padding: 344px 0 0 0;
  background: url("../img/tag_sns.png") center/contain no-repeat;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.list_sns li {
  position: relative;
  width: 45.9459459459%;
  padding: 45.9459459459% 0 0 0;
  margin: 0 10.8108108108% 0 0;
}
.list_sns li:nth-child(1) {
  margin: -175% 10.8108108108% 0 0;
  background: url("../img/icon_X.png") center/contain no-repeat;
}
.list_sns li:nth-child(2) {
  background: url("../img/icon_line.png") center/contain no-repeat;
}
.list_sns li:nth-child(3) {
  background: url("../img/icon_facebook.png") center/contain no-repeat;
}
.list_sns li:hover {
  animation: rotation 1s infinite;
}
.list_sns li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1920px) {
  .list_sns {
    width: 7.7083333333%;
    height: 0;
    padding: 17.9166666667% 0 0 0;
  }
}
@media (max-width: 750px) {
  .list_sns {
    position: static;
    width: 100%;
    height: 0;
    margin: -31.4666666667% 0 0 0;
    padding: 11.2% 0 0 0;
    background: none;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .list_sns li {
    width: 11.2%;
    padding: 11.2% 0 0 0;
    margin: -11.2% 0 0 0;
    z-index: 10;
  }
  .list_sns li:nth-child(1) {
    margin: -11.2% 0 0 0;
  }
  .list_sns li:hover {
    animation: none;
  }
}