/* text-style */

.credit{
  display: inline-block;
  width: 100%;
  /* text-decoration: underline; */
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: calc(17 * (100vw / 390)) calc(20 * (100vw / 390)) calc(20 * (100vw / 390));
}
@media only screen and (max-width: 559px) {
  .credit li {
    font-size: calc(11 * (100vw / 390));
    color: #231815;
  }
}
@media only screen and (min-width: 560px) {
  .credit li {
    margin-top: calc(9 * (100vw / 1400));
    font-size: calc(11 * (100vw / 1400));
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 1400px) {
  .credit li {
    margin-top: 9px;
    font-size: 11px;
  }
}




/* .grid-container */
.grid-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(350 * (100vw / 390));
  margin: calc(30 * (100vw / 390)) auto 0;
}

.grid-container__item-wrap{
  width: calc(166.6 * (100vw / 390));
  margin-top: calc(21 * (100vw / 390));
}

@-moz-document url-prefix() {
  .grid-container__item-wrap{
    width: calc(176 * (100vw / 390));
  }
}
.grid-container__item-wrap a{
  pointer-events: none;
}
.grid-container__item-wrap .credit{
  display: none;
}
.modal-contents .credit li,
.grid-container__item-wrap .credit li{
  display: inline-block;
}
.modal-contents .credit li a{
  display: block;
  text-decoration: underline;
  line-height: 2.182;
  margin: 0 calc(15 * (100vw / 390)) 0 0;
}

/* slick */
.fvslickSlider .slider {
  width: 100%;
  margin: 0 auto;
}
.fvslickSlider .slider img{
  height: auto;
  width: 100%;
  border-radius: 8px;
}

.mainvisualTitle{
  width: calc(303 * (100vw / 390));
  margin: calc(30 * (100vw / 390)) auto 0;
}

/* actionBtn */
.modal-btn {
  cursor: pointer;
  text-align: center;
  width: calc(23 * (100vw / 390));
  height: calc(22 * (100vw / 390));
  color: #fff;
  transition: 0.5s;
}
.modal-close-btn {
  position: absolute;
  top: calc(10 * (100vw / 390));
  right: calc(10 * (100vw / 390));
  font-size: 0;
  width: calc(22 * (100vw / 390));
  cursor: pointer;
  z-index: 100;
}
.js-modal{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.js-modal,
.js-modal .item-slick .modal-wrap{
  transition: opacity 0.6s 0.4s;
  width: calc(350 * (100vw / 390));
  opacity: 0;
  pointer-events: none;
}
.js-modal.model-View,
.js-modal.model-View .modal-wrap{
  opacity: 1;
  pointer-events: auto;
}
.modal-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  cursor: pointer;
  background: rgba(256, 256, 256, 0.7);
}
.modal-container {
  position: fixed;
  top: 48.5%;
  left: 50%;
  width: calc(350 * (100vw / 390));
  min-height: calc(611 * (100vw / 390));
  overflow-y: unset;
  transform: translate(-50%, -50%);
  box-shadow: calc(3 * (100vw / 390)) calc(3 * (100vw / 390)) calc(10 * (100vw / 390)) 0 rgb(0 0 0 / 16%);
  background: #fff;
}
.modal--close-btn {
    position: absolute;
    top: calc(10 * (100vw / 390));
    right: calc(10 * (100vw / 390));
    font-size: 0;
    width: calc(21 * (100vw / 390));
    cursor: pointer;
    z-index: 100;
}
/* actionBtn */


/* slick */
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedãŒä»˜ä¸Žã•ã‚ŒãŸã‚‰è¡¨ç¤º*/
}
.item-slick .modal-wrap{
  display: block;
  width: calc(350 * (100vw / 390));
  margin: auto;
}
.item-slick {
  position: relative;
}
.slick-arrow::before,
.slick-arrow::after{
   display: none;
}

#main-container .slick-prev{
  display: block;
  position: absolute;
  top: 41.5%;
  transform: translateY(-50%);
  left: calc(13 * (100vw / 390));
  width: calc(13 * (100vw / 390));
  height: calc(24.5 * (100vw / 390));
  z-index: 99;
}
#main-container .slick-next{
  display: block;
  position: absolute;
  top: 41.5%;
  transform: translateY(-50%);
  right: calc(13 * (100vw / 390));
  z-index: 99;
  width: calc(13 * (100vw / 390));
  height: calc(24.5 * (100vw / 390));
}
/* â–³slickâ–³ */

@media only screen and (min-width: 560px) {
  /* â–½grid-containerâ–½ */
  .grid-container{
      width: calc(1115 * (100vw / 1400));
      margin: calc(20 * (100vw / 1400)) auto 0;
  }
  .grid-container__item-wrap{
      position: relative;
      width: calc(320 * (100vw / 1400));
      margin: calc(80 * (100vw / 1400)) 0 0;
  }
  .grid-container__item-wrap.pc-component{
    pointer-events: none;
  }
  .grid-container__item-wrap a{
      pointer-events: auto;
  }
  .grid-container__item-wrap .credit{
      position: absolute;
      bottom: calc(8 * (100vw / 1400));
      left: calc(16 * (100vw / 1400));
      display: block;
  }
  .grid-container__item-wrap .credit li a{
      display: inline-block;
      text-decoration: underline;
      padding-right: calc(12 * (100vw / 1400));
  }
  
  /* â–½modalâ–½ */
  .js-modal{
    display: none;
  }
/* â–³modalâ–³ */

/* â–½slickâ–½ */
.slider{
  display: none;
}
.slider.slick-initialized{
  display: none;
}
/* â–³slickâ–³ */
}



@media only screen and (min-width: 560px) {
    /* â–½grid-containerâ–½ */
    .grid-container{
        width: calc(1120 * (100vw / 1400));
        margin: calc(20 * (100vw / 1400)) auto 0;
    }
    .grid-container__item-wrap{
        width: calc(320 * (100vw / 1400));
        margin: calc(80 * (100vw / 1400)) 0 0;
    }
    .grid-container__item-wrap .credit{
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 0 calc(13 * (100vw / 1400)) calc(16 * (100vw / 1400));
        z-index: 10;
    }
    .grid-container__item-wrap .credit li a{
        display: inline-block;
        text-decoration: underline;
        padding-right: 12px;
    }
}


@media only screen and (min-width: 1400px) {
  /* â–½grid-containerâ–½ */
  .grid-container{
      width: 1120px;
      margin: 20px auto 0;
  }
  .grid-container__item-wrap{
      position: relative;
      width: 320px;
      margin: 80px 0 0;
  }
  .grid-container__item-wrap .credit{
  padding: 0 0 13px 16px;
  }
  .grid-container__item-wrap .credit li a{
      padding-right: 12px;
  }
}



/*  actionBtn  */
@media only screen and (max-width: 559px) {
  .actionBtn{
    width: calc(300 * (100vw / 390));
    height: calc(50 * (100vw / 390));
    margin: calc(80 * (100vw / 390)) auto 0;
  }
}
@media only screen and (min-width: 560px) {
  .actionBtn{
    max-width: 370px;
    max-height: 60px;
    width: calc(370 * (100vw / 1400));
    height: calc(60 * (100vw / 1400));
    margin: calc(100 * (100vw / 1400)) auto 0;
  }
}
@media only screen and (min-width: 1400px) {
  .actionBtn{
    margin: 100px auto 0;
  }
}


/* animation */
@media only screen and (min-width: 560px) {

  .grid-container__item-wrap::before {
    transition-duration: 1.2s;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    max-height: 85px;
    width: 100%;
    height: calc(85 * (100vw / 1400));
    background: linear-gradient(180deg, rgba(121,121,121,0) 0%, rgba(121,121,121,1) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
}
.grid-container__item-wrap:hover::before {
  opacity: 1;
}
  .grid-container__item-wrap .credit{
    transition-duration: 1.2s;
    opacity: 0;
    transform: translateY(20%);
    margin: 0;
  }
  .grid-container__item-wrap li a,
  .grid-container__item-wrap li p{
    font-weight: 300!important;
  }
  .grid-container__item-wrap:hover .credit{
    opacity: 1;
    transform: translateY(0);
  }
}