﻿/* ===============================================
  ### 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;
}
/* 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-weight: 400;
  font-size: calc(11 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.04em;
  color: #1C375A;
  margin: calc(18 * (100vw / 375)) calc(20 * (100vw / 375));
}

/* â–½headingâ–½ */
.mainvisual{
  width: 100%;
  margin:0 auto;
  position: relative;
}
.mainvisual_title{
  position: absolute;
  bottom: calc(37* (100vw / 375));
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.mainvisual_title .logo_ttl{
  width: calc(165* (100vw / 375));
  margin: auto;
}
.mainvisual_title h3{
  font-family: 'Poppins', sans-serif;
  font-size: calc(22* (100vw / 375));
  font-weight: lighter;
  letter-spacing: 0.04em;
  color: #fff;
}

.fvslickSlider img{
  width: 100%;
}

/* .fvslickSlider img{
  transition: transform 0.8s;
  width: calc(200 * (100vw / 375));
  transform: scale(0.8);
}
.fvslickSlider .slick-center img{
  transform: scale(1);
} */

/* â–³headingâ–³ */

/* â–½grid-containerâ–½ */
.grid-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(336 * (100vw / 375));
  margin: calc(40 * (100vw / 375)) auto 0;
}

.grid-container__item-wrap{
  width: calc(160 * (100vw / 375));
  margin-top: calc(20 * (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-contents .credit li,
.grid-container__item-wrap .credit li{
  display: inline-block;
}
.modal-contents .credit li a{
  text-decoration: underline;
  padding-right: calc(12 * (100vw / 375));
}

/* slick */
.fvslickSlider .slider {
  width: 100%;
  margin: 0 auto;
}
.fvslickSlider .slider img{
  height: auto;
  width: 100%;
  border-radius: 8px;
}

.mainvisualTitle{
  width: calc(303 * (100vw / 375));
  margin: calc(30 * (100vw / 375)) auto 0;
}

/* â–½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(585 * (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--close-btn {
    position: absolute;
    top: calc(10 * (100vw / 375));
    right: calc(10 * (100vw / 375));
    font-size: 0;
    width: calc(21 * (100vw / 375));
    cursor: pointer;
    z-index: 100;
}
/* â–³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: 43%;
  transform: translateY(-50%);
  left: calc(10 * (100vw / 375));
  width: calc(11.5 * (100vw / 375));
  height: calc(23 * (100vw / 375));
  z-index: 99;
}
#main-container .slick-next{
  display: block;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: calc(10 * (100vw / 375));
  z-index: 99;
  width: calc(11.5 * (100vw / 375));
  height: calc(23 * (100vw / 375));
}
/* â–³slickâ–³ */

/* â–³grid-containerâ–³ */

#main-container #breadcrumb a{
  display: inline;
}
/* View_All */
#main-container .view_all{
  margin: calc(80 * (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(1 * (100vw / 375)) auto;
  padding: calc(16 * (100vw / 375)) 0;
  color: #1C375A;
  font-family: 'noto-sans-cjk-jp';
  font-size: calc(10 * (100vw / 375));
  letter-spacing: 0.03em;
  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;
}

/* table heading */

.firstview_img{
  overflow: hidden;
  position: relative;
}
.firstview_img01{
  z-index: 3;
}
.firstview_img02{
  z-index: 2;
}
.firstview_img03{
  z-index: 1;
}
.js-cutin01,
.js-cutin02,
.js-cutin03{
  transform: scaleX(0) translateX(-40%);
  transform-origin: left;
}
.js-cutin01.active,
.js-cutin02.active,
.js-cutin03.active{
  -webkit-animation: img_cuntin 1.25s forwards;
  animation: img_cuntin 1.25s forwards;
}
.js-cutin01.active{
  animation-delay: 0.5s;
}
.js-cutin02.active{
  animation-delay: 0.5s;
}
.js-cutin03.active{
  animation-delay: 0.5s;
}
@-webkit-keyframes img_cuntin {
  0% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes img_cuntin {
  0% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(0);
  }
}
.js-cutin01.active::after,
.js-cutin02.active::after,
.js-cutin03.active::after{
  -webkit-animation: cuntin 1.25s forwards;
  animation: cuntin 1.25s forwards;
}
.js-cutin01.active::after{
  animation-delay: 0.5s;
}
.js-cutin02.active::after{
  animation-delay: 0.5s;
}
.js-cutin03.active::after{
  animation-delay: 0.5s;
}
@-webkit-keyframes cuntin {
  0% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes cuntin {
  0% {
   width: 100%;
   opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}

/* .firstview_img{
  overflow: hidden;
}
.js-cutin01,
.js-cutin02,
.js-cutin03{
  transform: scaleX(0) translateX(-40%);
  transform-origin: left;
}
.js-cutin01.active,
.js-cutin02.active,
.js-cutin03.active{
  -webkit-animation: cuntin 1s forwards;
  animation: cuntin 1s forwards;
}
.js-cutin01.active{
  animation-delay: 0.2s;
}
.js-cutin02.active{
  animation-delay: 0.4s;
}
.js-cutin03.active{
  animation-delay: 0.6s;
} */
/* @-webkit-keyframes cuntin {
  0% {
    transform: scaleX(0) translateX(-40%);
    opacity: 0;
  }

  100% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
}
@keyframes cuntin {
  0% {
    transform: scaleX(0) translateX(-40%);
    opacity: 0;
  }

  100% {
    transform: scaleX(1) translateX(0);
    opacity: 1;
  }
} */

  .mainvisual{
    width: calc(1200 * (100vw / 1400));
    margin: calc(40* (100vw / 1400)) auto 0;
    position: relative;
  }
  .mainvisual_title{
    position: absolute;
    bottom: calc(50* (100vw / 1400));
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
  }
  .mainvisual_title .logo_ttl{
    width: calc(180* (100vw / 1400));
    margin: auto;
  }
  .mainvisual_title h3{
    margin-top: calc(20* (100vw / 1400));
    font-family: 'Poppins', sans-serif;
    font-size: calc(36* (100vw / 1400));
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: lighter;
  }

  .firstview_img{
    width: calc(1200 * (100vw / 1400));
    display: flex;
    justify-content: space-between;

  }
  .firstview_img li{
    width: 400px;
    position: relative;
  }
  .firstview_img01::after,
  .firstview_img02::after,
  .firstview_img03::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    }

/* //table heading */


/* ===============================================
  ### fonts ###
=============================================== */
.credit{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: calc(11 * (100vw / 1400));
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  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(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 a{
  pointer-events: auto;
}
.grid-container__item-wrap .credit{
  position: absolute;
  bottom: calc(8 * (100vw / 1400));
  left: calc(20 * (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â–³ */

/* â–³grid-containerâ–³ */



  /* view_all */
  #main-container .view_all{
    width: 100%;
    margin: calc(100 * (100vw / 1400)) auto calc(83 * (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(24 * (100vw / 1400));
    padding: 0 calc(40 * (100vw / 1400)) 0 0;
    font-size: calc(13 * (100vw / 1400));
    letter-spacing: 0.01em;
    line-height: normal;
    color: #1C375A;
  }
  #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;
  margin: 20px 20px;
  z-index: 10;
}

.firstview_img{
  overflow: hidden;
}
.firstview_img01{
  position: relative;
  z-index: 3;
}
.firstview_img02{
  position: relative;
  z-index: 2;
}
.firstview_img03{
  position: relative;
  z-index: 1;
}
.js-cutin01,
.js-cutin02,
.js-cutin03{
  transform: scaleX(0) translateX(-40%);
  transform-origin: left;
}
.js-cutin01.active,
.js-cutin02.active,
.js-cutin03.active{
  -webkit-animation: img_cuntin 1.25s forwards;
  animation: img_cuntin 1.25s forwards;
}
.js-cutin01.active{
  animation-delay: 0.5s;
}
.js-cutin02.active{
  animation-delay: 0.5s;
}
.js-cutin03.active{
  animation-delay: 0.5s;
}

@-webkit-keyframes img_cuntin {
  0% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes img_cuntin {
  0% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(0);
  }
}
.js-cutin01.active::after,
.js-cutin02.active::after,
.js-cutin03.active::after{
  -webkit-animation: cuntin 1.25s forwards;
  animation: cuntin 1.25s forwards;
}
.js-cutin01.active::after{
  animation-delay: 0.5s;
}
.js-cutin02.active::after{
  animation-delay: 0.5s;
}
.js-cutin03.active::after{
  animation-delay: 0.5s;
}
@-webkit-keyframes cuntin {
  0% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes cuntin {
  0% {
   width: 100%;
   opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}
  /* â–½headingâ–½ */
  .mainvisual{
    width: 1200px;
    margin: 40px auto 0;
    position: relative;
  }
  .mainvisual_title{
    position: absolute;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
  }
  .mainvisual_title .logo_ttl{
    width: 180px;
    margin: auto;
  }
  .mainvisual_title h3{
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: lighter;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .firstview_img{
    width: 1200px;
    display: flex;
    justify-content: space-between;

  }
  .firstview_img li{
    width: 400px;
    position: relative;
  }
  .firstview_img01::after,
  .firstview_img02::after,
  .firstview_img03::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    }

  /* â–³headingâ–³ */

  /* â–½grid-containerâ–½ */
  .grid-container{
    width: 1120px;
    margin: 20px auto 0;
  }
  .grid-container__item-wrap{
    width: 320px;
    margin: 80px 0 0;
  }
  .grid-container__item-wrap .credit{
    bottom: 8px;
    left: 20px;
  }
  .grid-container__item-wrap .credit li a{
      display: inline-block;
      text-decoration: underline;
      padding-right: 12px;
  }
  /* â–³grid-containerâ–³ */
  #main-container .view_all{
    width: 100%;
    margin: 100px auto 83px;
  }
  #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 24px;
    padding: 0 40px 0 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: normal;
    color: #1C375A;
  }
  #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 a,
  .grid-container__item-wrap li p{
    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(320 * (100vw / 1400));
    height: calc(85 * (100vw / 1400));
    background: url(../imgs/shadow.png) center/100% no-repeat;
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
  }
  .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: 320px;
    height: 85px;
  }
}