/*==================================================
     ----- modal-settings -----
====================================================*/
.no-scroll {
  overflow: hidden;
}

.modal_wrap {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1.0);
  opacity: 0;
  z-index: -100;
}
.modal_wrap .modal_inner {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: default;
  overflow: auto;
}
.modal_wrap .close_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.modal_wrap .modal_close {
  width: 19px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}
.modal_wrap .modal_prev {
  width: 21px;
  position: fixed;
  left: 80px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
.modal_wrap .modal_next {
  width: 21px;
  position: fixed;
  right: 80px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}
.modal_wrap .text_area {
  position: relative;
  z-index: 2;
  padding: 80px;
  color: #000;
  width: 780px;
}
.modal_wrap .text_area .text {
  margin-bottom: 30px;
}
.modal_wrap .text_area .text.en {
  font-size: 2.0rem;
  line-height: 1.81;
  letter-spacing: 0.01em;
  font-family: "PlainMedium", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.modal_wrap .text_area .text.jp {
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.1em;
  font-family: "PlainMedium", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.modal_wrap .text_area .text.url {
  font-size: 2.0rem;
  letter-spacing: 0.02em;
  font-family: 'PlainMedium';
}
.modal_wrap .text_area .text.url a {
  position: relative;
}
.modal_wrap .text_area .text.url a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.modal_wrap .photo_area {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal_wrap .photo_area img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  box-sizing: border-box;
  padding: 30px;
}
.modal_wrap .info_area {
  position: absolute;
  bottom: 60px;
  left: 80px;
  width: auto;
  font-size: 3.0rem;
  line-height: 1.33;
  letter-spacing: 0.02em;
  font-family: "PlainMedium", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
.modal_wrap .info_area span {
  display: block;
}

.items-list {
  font-size: 0;
}
.items-list li {
  display: inline-block;
  position: relative;
  width: 290px;
  height: 290px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.items-list li .items-img {
  position: relative;
  z-index: 0;
}
.items-list li:nth-child(3n+1) {
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}
.items-list li:nth-child(3n+2) {
  -moz-transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  -ms-transition-delay: .4s;
}
.items-list li:nth-child(3n) {
  -moz-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
}
.items-list li.hidden {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

/*----------------------------------------------*/
/* scroll animation
/*----------------------------------------------*/
/*
# Modal Style
*/
.modal-wrap {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.modal-wrap.on {
  opacity: 1;
}

#hideList {
  display: none;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: inline-block;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
}
