/* ===============================================
  ### Foundation ###
=============================================== */

/* base style */
.main-area,
.main_inner {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #3e3e3e;
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
}
.main-area *,
.main_inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-area *::before, .main-area *::after,
.main_inner *::before, .main_inner *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-area img, .main-area svg,
.main_inner img,
.main_inner svg {
  height: auto;
  width: 100%;
}
.sp-component {
  display: block;
}
.pc-component {
  display: none;
}
#main-container picture{
  display: block;
}
.image-box img{
  image-rendering: -webkit-optimize-contrast;
}
/* View_All */
#main-container .view_all{
  margin: calc(80 * (100vw / 375)) auto calc(61 * (100vw / 375));
  font-family: 'Poppins', sans-serif;
}
#main-container .viewall__btn a{
  display: inline-block;
}

/* ===============================================
  ### fonts ###
=============================================== */
.credit{
  font-family: 'Poppins', sans-serif;
  font-size: calc(11 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  text-decoration: underline;
  margin: calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
}

/* â–½headingâ–½ */
.mainvisual{
  width: 100%;
  margin: auto;
}
/* â–³headingâ–³ */

/* â–½grid-containerâ–½ */
.grid-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: calc(60 * (100vw / 375));
}
.grid-container__item-wrap{
  width: calc(184 * (100vw / 375));
  margin-top: calc(7 * (100vw / 375));
}
@-moz-document url-prefix() {
  .grid-container__item-wrap{
    width: calc(176 * (100vw / 375));
  }
}
  .grid-container__item-wrap a{
  pointer-events: none;
}
.grid-container__item-wrap .credit{
  display: none;
}


/* â–½modalâ–½ */
.modal-btn {
  cursor: pointer;
  text-align: center;
  width: calc(23 * (100vw / 375));
  height: calc(22 * (100vw / 375));
  color: #fff;
  transition: 0.5s;
}
.modal-close-btn {
  position: absolute;
  top: calc(10 * (100vw / 375));
  right: calc(10 * (100vw / 375));
  font-size: 0;
  width: calc(22 * (100vw / 375));
  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(330 * (100vw / 375));
  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: 50%;
  left: 50%;
  width: calc(330 * (100vw / 375));
  height: calc(582 * (100vw / 375));
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  box-shadow: calc(3 * (100vw / 375)) calc(3 * (100vw / 375)) calc(10 * (100vw / 375)) 0 rgb(0 0 0 / 16%);
  background: #fff;
}
/* â–³modalâ–³ */


/* â–½slickâ–½ */
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedãŒä»˜ä¸Žã•ã‚ŒãŸã‚‰è¡¨ç¤º*/
}
.item-slick .modal-wrap{
  display: block;
  width: calc(330 * (100vw / 375));
  margin: auto;
}
.item-slick {
  position: relative;
}
.slick-arrow::before,
.slick-arrow::after{
   display: none;
}

#main-container .slick-prev{
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-60%);
  left: calc(10 * (100vw / 375));
  z-index: 99;
}
#main-container .slick-next{
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-60%);
  right: calc(10 * (100vw / 375));
  z-index: 99;
}
/* â–³slickâ–³ */

/* â–³grid-containerâ–³ */

#main-container #breadcrumb a{
  display: inline;
}
/* View_All */
#main-container .view_all{
  margin: calc(78 * (100vw / 375)) auto calc(63 * (100vw / 375));
  text-align: center;
}
#main-container .view_all a{
  display: inline-block;
  width: calc(300 * (100vw / 375));
  margin: auto;
}

/* breadcrumb */
#main-container .cateList{
  width: 91%;
  margin: calc(5 * (100vw / 375)) auto;
  padding: calc(16 * (100vw / 375)) 0;
  color: #666;
  font-family: 'noto-sans-cjk-jp';
  font-size: calc(10 * (100vw / 375));
  letter-spacing: 0.01em;
  line-height: calc(20 * (100vw / 375));
}



@media only screen and (min-width: 560px) {
/* ===========================
* Style of Tablet-view *
=========================== */
#main-container{
  padding: 0;
}
#main-container .item-content{
  margin: auto;
}
.main-area, .main_inner{
  padding: 0;
}
.sp-component {
  display: none !important;
}
.pc-component {
  display: block;
}

/* ===============================================
  ### fonts ###
=============================================== */
.credit{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: calc(11 * (100vw / 1400));
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: underline;
  margin: calc(20 * (100vw / 1400)) calc(20 * (100vw / 1400));
  z-index: 10;
}

/* â–½headingâ–½ */
.mainvisual{
  width: calc(1200 * (100vw / 1400));
  margin: calc(40 * (100vw / 1400)) auto 0;
  border: none;
}
/* â–³headingâ–³ */

/* â–½grid-containerâ–½ */
.grid-container{
  width: calc(1120 * (100vw / 1400));
  margin: calc(78 * (100vw / 1400)) auto 0;
}
.grid-container__item-wrap{
  position: relative;
  width: calc(270 * (100vw / 1400));
  margin: calc(5 * (100vw / 1400));
}
.grid-container__item-wrap a{
  pointer-events: auto;
}
.grid-container__item-wrap .credit{
  position: absolute;
  bottom: calc(10 * (100vw / 1400));
  left: calc(10 * (100vw / 1400));
  display: block;
}

/* â–½modalâ–½ */
.js-modal{
  display: none;
}
/* â–³modalâ–³ */

/* â–½slickâ–½ */
.slider{
  display: none;
}
.slider.slick-initialized{
  display: none;
}
/* â–³slickâ–³ */

/* â–³grid-containerâ–³ */



  /* view_all */
  #main-container .view_all{
    width: 100%;
    margin: calc(92 * (100vw / 1400)) auto calc(86 * (100vw / 1400));
  }
  #main-container .view_all a{
    width: calc(370 * (100vw / 1400));
    margin: auto;
  }
  /* breadcrumb */
  #main-container .cateList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(1280 * (100vw / 1400));
    max-width: 1280px;
    height: calc(50 * (100vw / 1400));
    max-height: 50px;
    margin: 0 auto calc(40 * (100vw / 1400));
    padding: 0 calc(40 * (100vw / 1400)) 0 0;
    font-size: calc(13 * (100vw / 1400));
    letter-spacing: 0.03em;
    line-height: normal;
    color: #4D4D4D;
  }
  #main-container .cateList a{
    -webkit-transition: 0s;
    text-decoration: none;
    transition: 0s;
  }
  #main-container .cateList span{
    padding: 0 calc(5 * (100vw / 1400));
  }
}




@media only screen and (min-width: 1400px) {
/* ===========================
* Style of Tablet-view *
=========================== */
  #main-container{
    padding: 0;
  }
  .main-area, .main_inner{
    padding: 0;
  }
  .sp-component {
    display: none!important;
  }
  .pc-component {
    display: block;
  }
  #main-container .item-content{
    margin: auto;
  }
/* ===============================================
  ### fonts ###
=============================================== */
.credit{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: underline;
  margin: 20px 20px;
  z-index: 10;
}

  /* â–½headingâ–½ */
  .mainvisual{
    width: 1200px;
    margin: 40px auto 0;
  }
  /* â–³headingâ–³ */

  /* â–½grid-containerâ–½ */
  .grid-container{
    width: 1120px;
    margin: 78px auto 0;
  }
  .grid-container__item-wrap{
    width: 270px;
    margin: 5px;
  }
  .grid-container__item-wrap .credit{
    bottom: 10px;
    left: 10px;
  }

  /* â–³grid-containerâ–³ */
  #main-container .view_all{
    width: 100%;
    margin: 92px auto 86px;
  }
  #main-container .view_all a{
    width: 370px;
  }
  /* breadcrumb */
  #main-container .cateList {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1280px;
    max-width: 1280px;
    height: 50px;
    max-height: 50px;
    margin: 0 auto 40px;
    padding: 0 40px 0 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: normal;
  }
  #main-container .cateList a{
    -webkit-transition: 0s;
    text-decoration: none;
    transition: 0s;
  }
  #main-container .cateList span{
    padding: 0 5px;
  }
}














.animation{
  transition-duration: 1.2s;
  opacity: 0;
}
.animation.onView{
  opacity: 1;
}
.animation.fadein-up{
  transition-duration: 1.2s;
  transform: translateY(15%);
}
.animation.fadein-up.onView{
  transform: translateY(0);
}

@media only screen and (min-width: 560px) {
  .grid-container__item-wrap .credit{
    transition-duration: 1.2s;
    opacity: 0;
    transform: translateY(20%);
    margin: 0;
  }
  .grid-container__item-wrap li{
    font-weight: 300!important;
  }
  .grid-container__item-wrap:hover .credit{
    opacity: 1;
    transform: translateY(0);
  }
  .grid-container__item-wrap::before {
    transition-duration: 1.2s;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: calc(270 * (100vw / 1400));
    height: 100%;
    background-image: url(../imgs/shadow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
  }
  .grid-container__item-wrap:nth-of-type(4):before {
    display: none;
  }
  .grid-container__item-wrap:hover::before {
    opacity: 1;
  }
  .image-box > a:hover{
    opacity: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-container__item-wrap::before {
    width: 270px;
    height: 120px;
  }
}