@charset "UTF-8";
/*===================================================================
				= 基本(初期デフォルト化含む)
===================================================================*/
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;
  -webkit-font-smoothing: antialiased;
}

body {
  height: 100%;
  font-size: 1rem; /* 基本サイズ10px */
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media (min-width: 751px) {
  body {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 750px) {
  body {
    line-height: 1.8;
    font-size: 2.6666666667vw;
  }
}

h1, h2, h3, h4 {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

ul {
  list-style: none;
}

section, footer {
  width: 100%;
  height: auto;
}

.wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

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

/*===================================================================
				= Animation
===================================================================*/
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes loading {
  0% {
    transform: scale(0.5);
  }
  20% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
}
/*===================================================================
				= Loading
===================================================================*/
:root {
  --effect: loading 1s linear infinite;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loading .icon_loading {
  width: 20.8333333333%;
  padding: 20.8333333333% 0 0 0;
  background: url("../img/Loading_Icon_FN2.gif") no-repeat center center/contain;
}
@media (max-width: 750px) {
  #loading .icon_loading {
    width: 53.3333333333%;
    padding: 53.3333333333% 0 0 0;
  }
}
#loading p {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-family: arial;
  font-weight: 600;
  transform: scale(0.5);
  color: #a968e3;
}
@media (min-width: 751px) {
  #loading p {
    font-size: 3.125vw;
  }
}
@media (max-width: 750px) {
  #loading p {
    font-size: 8vw;
  }
}
#loading p:nth-child(1) {
  animation: var(--effect);
}
#loading p:nth-child(2) {
  animation: var(--effect) 0.125s;
}
#loading p:nth-child(3) {
  animation: var(--effect) 0.25s;
}
#loading p:nth-child(4) {
  animation: var(--effect) 0.375s;
}
#loading p:nth-child(5) {
  animation: var(--effect) 0.5s;
}
#loading p:nth-child(6) {
  animation: var(--effect) 0.675s;
}
#loading p:nth-child(7) {
  animation: var(--effect) 0.75s;
}

/*===================================================================
				= SNS
===================================================================*/
.list_sns {
  width: 100%;
  margin: 68% 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.list_sns::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 78%;
  padding: 8.9743589744% 0 0 0;
  margin: -18% auto 0 auto;
  background: url("../img/tag_share.png") no-repeat center center/contain;
}
.list_sns li {
  position: relative;
  width: 25.5%;
  padding: 25.5% 0 0 0;
}
.list_sns li:nth-child(1) {
  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%;
}

/*===================================================================
				= 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: 104px;
  padding: 104px 0 0 0;
  top: -54px;
  right: -47px;
  opacity: 1;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/btn_close.png") no-repeat center center/contain;
}
.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 (min-width: 751px) {
  .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: 17.0666666667%;
    padding: 17.0666666667% 0 0 0;
    top: -33.1753554502%;
    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;
  text-align: center;
  line-height: 30px;
  opacity: 1;
  cursor: pointer;
}

.gallery-arrow-left, .mfp-arrow-left {
  margin: 0 0 0 -776px;
  background: url("../img/btn_prev_half.png") no-repeat center center/contain;
}
.gallery-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, .mfp-arrow-left:hover {
  animation: hover_button 0.2s forwards;
}

.gallery-arrow-right, .mfp-arrow-right {
  margin: 0 0 0 676px;
  background: url("../img/btn_next_half.png") no-repeat center center/contain;
}
.gallery-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, .mfp-arrow-right:hover {
  animation: hover_button 0.2s forwards;
}

.cd-arrow-right {
  background: url("../img/btn_next.png") no-repeat center center/contain;
}

.cd-arrow-left {
  background: url("../img/btn_prev.png") no-repeat center center/contain;
}

@media (min-width: 751px) {
  .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: 11.7333333333%;
    padding: 17.0666666667% 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;
  }
}
/*===================================================================
				= Swiper Slider
===================================================================*/
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide a {
  display: block;
}
.swiper-slide img {
  width: 100%;
  margin: 0;
}
.swiper-slide-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 11.9540229885%;
  height: 21.6666666667%;
  background: url("../img/btn_play.png") center center/contain no-repeat;
  z-index: 10;
  cursor: pointer;
  pointer-events: none;
}
.swiper-slide-active:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.swiper-button-next, .swiper-button-prev {
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin: 0;
  background: url("../img/btn_next.png") center/cover;
}

.swiper-button-prev {
  background: url("../img/btn_prev.png") center/cover;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination-bullet {
  height: 0;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}