/* ===============================================
  ### 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: 400;
  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%;
}
.main-area a,
.main_inner a {
  overflow: visible;
  display: block;
}
.main-area {
  overflow-x: hidden;
}

/* toggle visibility for responsive object */
.sp-component {
  display: block;
}
.pc-component {
  display: none;
}
#main-container picture{
  display: block;
}
#main-container #breadcrumb a{
  display: inline;
}

/* ===============================================
### fonts ###
=============================================== */
/* heading */
.heading__lead-txt{
  font-size: calc(14 * (100vw / 375));
  line-height: 2;
}
.about-wrapper .title-txt span{
  font-size: calc(16 * (100vw / 375));
  line-height: 1.56;
  font-weight: 500;
}
.about-wrapper .lead-txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.81;
}
.credit__prod a{
  font-family: 'Poppins', sans-serif;
  font-size: calc(11 * (100vw / 375));
  line-height: 2;
  text-decoration: underline;
  color: #fff;
}
.sec04{
  color: #372818;
}
.sec04 .title-txt span{
  font-family: 'Poppins', sans-serif;
  font-size: calc(30 * (100vw / 375));
  line-height: 1.27;
  text-align: center;
}
.sec04 .title-txt .lead-txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.81;
}
.sec04 .lead-txt .txt-note{
  display: block;
  margin-top: calc(7 * (100vw / 375));
  font-size: calc(10 * (100vw / 375));
  line-height: 2;
}
.txt-br{
  display: block;
}
.sec04 .about-wrapper .title-txt span{
  font-weight: 400;
}
.nowrap{
  white-space: nowrap;
}
/* ===============================================
### Layout ###
=============================================== */
/* ===========================
* Style of SP-view *
=========================== */
/* heading */
.mainvisual__animation-wrapper{
  position: relative;
}
.mainvisual__title-txt{
  position: absolute;
  bottom: calc(-50 * (100vw / 375));
  left: calc(-60 * (100vw / 375));
  width: calc(396 * (100vw / 375));
}
.heading__lead-txt{
  margin: calc(27 * (100vw / 375)) calc(23 * (100vw / 375)) 0;
}



/* View_All */
#main-container .view_all{
  width: 100%;
  margin: calc(80 * (100vw / 375)) auto calc(80.9 * (100vw / 375));
  text-align: center;
}
#main-container .viewall__btn img{
  width: calc(300 * (100vw / 375));
}
#main-container .viewall__btn{
  display: inline-block;
}
/* credit__btn */
.credit__btn img{
  width: calc(40 * (100vw / 375));
  height: calc(16 * (100vw / 375));
  vertical-align: text-bottom;
}
/* breadcrumb */
#main-container .cateList{
  width: 89%;
  margin: calc(5 * (100vw / 375)) auto;
  padding: calc(16 * (100vw / 375)) 0;
  color: #0A1F05;
  font-size: calc(10 * (100vw / 375));
  letter-spacing: 0.01em;
  line-height: calc(20 * (100vw / 375));
}



/* Ã¥â€¦Â±Ã©â‚¬Å¡Ã§Â®â€¡Ã¦â€°â‚¬ */
.section-container{
  width: calc(330 * (100vw / 375));
  margin: auto;
}
.section-container .item-wrapper{
  position: relative;
}
.sec01 .item-wrapper::before,
.sec02 .item-wrapper::before,
.sec03 .item-wrapper::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(120 * (100vw / 375));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.section-container .credit{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto calc(14 * (100vw / 375)) calc(17 * (100vw / 375));
}
.section-container .credit li{
  display: inline-block;
  margin-right: calc(17 * (100vw / 375));
}
.section-container .title-txt{
  margin-top: calc(20 * (100vw / 375));
}
.section-container .lead-txt{
  margin-top: calc(9 * (100vw / 375));
}


/* section01 */
.sec01{
  margin-top: calc(56 * (100vw / 375));
}
.sec01 .item--2{
  margin-top: calc(10 * (100vw / 375));
}


/* section02 */
.sec02{
  margin-top: calc(58 * (100vw / 375));
}
.sec02 .item--2{
  margin-top: calc(57 * (100vw / 375));
}


/* section03 */
.sec03{
  margin-top: calc(58 * (100vw / 375));
}
.sec03 .item--2{
  order: 1;
  margin-top: calc(10 * (100vw / 375));
}


/* section04 */
.sec04{
  width: calc(345 * (100vw / 375));
  position: relative;
  padding: calc(8 * (100vw / 375)) 0 calc(37 * (100vw / 375));
  margin-top: calc(59 * (100vw / 375));
}
.sec04::before,
.sec04::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.sec04::before{
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-color: #fff;
  z-index: -2;
}
.sec04::after{
  background-image: url(../imgs/stripe.jpg);
  background-size: 100%;
  background-repeat: round;
  z-index: -3;
}
.sec04 .item-wrapper {
  position: relative;
  width: calc(202 * (100vw / 375));
  margin: calc(0 * (100vw / 375)) auto 0;
  z-index: -1;
}
.sec04 .title-txt {
  margin-top: 0;
}
.sec04 .about-wrapper{
  margin: 0 calc(33 * (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 ###
  =============================================== */
  /* heading */
  .heading__lead-txt{
    font-size: calc(16 * (100vw / 1400));
  }
  .about-wrapper .title-txt span{
    font-size: calc(20 * (100vw / 1400));
    line-height: 1.5;
  }
  .about-wrapper .lead-txt{
    font-size: calc(14 * (100vw / 1400));
    line-height: 2;
  }
  .credit__prod a{
    font-size: calc(11 * (100vw / 1400));
    line-height: 2;
  }
  .sec04 .title-txt span{
    font-size: calc(30 * (100vw / 1400));
    line-height: 1.6;
  }
  .sec04 .title-txt .lead-txt{
    font-size: calc(14 * (100vw / 1400));
    line-height: 2;
  }
  .sec04 .title-txt .lead-txt .txt-note{
    font-size: calc(10 * (100vw / 1400));
  }
  /* ===============================================
  ### Layout ###
  =============================================== */
  /* ===========================
  * Style of tab-view *
  =========================== */
  /* heading */
  .mainvisual{
    width: calc(1200 * (100vw / 1400));
    margin: calc(40 * (100vw / 1400)) auto 0;
  }
  .mainvisual__title-txt{
    position: absolute;
    bottom: calc(44 * (100vw / 1400));
    left: calc(41 * (100vw / 1400));
    transform: none;
    width: calc(873 * (100vw / 1400));
  }
  .heading__lead-txt{
    text-align: center;
    margin: calc(66 * (100vw / 1400)) auto 0;
  }


  /* Ã¥â€¦Â±Ã©â‚¬Å¡Ã§Â®â€¡Ã¦â€°â‚¬ */
  .section-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(1140 * (100vw / 1400));
    margin: auto;
  }
  .sec01 .item-wrapper::before,
  .sec02 .item-wrapper::before,
  .sec03 .item-wrapper::before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(80 * (100vw / 1400));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  }
  .section-container .credit{
    bottom: 0;
    left: 0;
    margin: 0 auto calc(17 * (100vw / 1400)) calc(20 * (100vw / 1400));
  }
  .section-container .credit li{
    display: inline-block;
    margin-right: calc(17 * (100vw / 1400));
  }
  .section-container .title-txt{
    margin-top: calc(40 * (100vw / 1400));
  }
  .section-container .lead-txt{
    margin-top: calc(11 * (100vw / 1400));
  }

  /* section01 */
  .sec01{
    margin-top: calc(116 * (100vw / 1400));
  }
  .sec01 .item-wrapper{
    width: calc(540 * (100vw / 1400));
  }
  .sec01 .item--2{
    margin-top: 0;
  }


  /* section02 */
  .sec02{
    margin-top: calc(116 * (100vw / 1400));
  }
  .sec02 .prod-container{
    width: calc(540 * (100vw / 1400));
  }
  .sec02 .item--2{
    margin-top: 0;
  }


  /* section03 */
  .sec03{
    margin-top: calc(116 * (100vw / 1400));
  }
  .sec03 .item-wrapper{
    order: 2;
    width: calc(540 * (100vw / 1400));
  }
  .sec03 .item--2{
    order: 1;
    margin-top: 0;
  }
  .sec03 .about-wrapper{
    order: 3;
  }


  /* section04 */
  .sec04{
    align-items: center;
    flex-wrap: nowrap;
    width: calc(826 * (100vw / 1400));
    padding: calc(32 * (100vw / 1400)) calc(60 * (100vw / 1400));
    margin-top: calc(116 * (100vw / 1400));
  }
  /* IE11 Only */
  _:-ms-lang(x)::-ms-backdrop, .sec04{
     padding: calc(32 * (100vw / 1400)) calc(50 * (100vw / 1400));
  }
  .sec04::after{
    background-image: url(../imgs/stripe_pc.jpg);
    background-size: 100%;
  }
  .sec04 .item-wrapper{
    order: 2;
    width: calc(210 * (100vw / 1400));
    margin: 0;
  }
  .sec04 .about-wrapper{
    margin: 0;
    order: 1;
  }
  .sec04 .title-txt{
    white-space: nowrap;
    margin-top: 0;
  }
  .sec04 .about-wrapper .title-txt .txt-br{
    display: inline-block;
    letter-spacing: 0.02em;
  }
  .sec04 .lead-txt .txt-note{
    display: block;
    margin-top: calc(4 * (100vw / 1400));
    font-size: calc(10 * (100vw / 1400));
  }
  .sec04 .lead-txt {
    margin-top: calc(9 * (100vw / 1400));
}


  
  
  /* view_all */
  #main-container .view_all{
    width: 100%;
    margin: calc(100 * (100vw / 1400)) auto calc(100 * (100vw / 1400));
  }
  #main-container .view_all img{
    width: calc(370 * (100vw / 1400));
    height: calc(60 * (100vw / 1400));
  }
  /* 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(12 * (100vw / 1400));
    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 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 ###
  =============================================== */
  /* heading */
  .heading__lead-txt{
    font-size: 16px;
  }
  .about-wrapper .title-txt span{
    font-size: 20px;
  }
  .about-wrapper .lead-txt{
    font-size: 14px;
  }
  .credit__prod a{
    font-size: 11px;
  }
  .sec04 .title-txt span{
    font-size: 30px;
  }
  .sec04 .title-txt .lead-txt{
    font-size: 14px;
  }
  .sec04 .title-txt .lead-txt .txt-note{
    font-size: 10px;
  }
  /* ===============================================
  ### Layout ###
  =============================================== */
  /* ===========================
  * Style of tab-view *
  =========================== */
  /* heading */
  .mainvisual{
    width: 1200px;
    margin: 40px auto 0;
  }
  .mainvisual__title-txt{
    bottom: 44px;
    left: 41px;
    width: 873px;
  }
  .heading__lead-txt{
    margin: 66px auto 0;
  }


  /* Ã¥â€¦Â±Ã©â‚¬Å¡Ã§Â®â€¡Ã¦â€°â‚¬ */
  .section-container{
    width: 1140px;
  }
  .sec01 .item-wrapper::before,
  .sec02 .item-wrapper::before,
  .sec03 .item-wrapper::before{
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  }
  .section-container .credit{
    margin: 0 auto 17px 20px;
  }
  .section-container .credit li{
    margin-right: 17px;
  }
  .section-container .title-txt{
    margin-top: 40px;
  }
  .section-container .lead-txt{
    margin-top: 11px;
  }

  /* section01 */
  .sec01{
    margin-top: 116px;
  }
  .sec01 .item-wrapper{
    width: 540px;
  }


  /* section02 */
  .sec02{
    margin-top: 116px;
  }
  .sec02 .prod-container{
    width: 540px;
  }


  /* section03 */
  .sec03{
    margin-top: 116px;
  }
  .sec03 .item-wrapper{
    width: 540px;
  }


  /* section04 */
  .sec04{
    width: 826px;
    padding: 32px 60px;
    margin-top: 116px;
  }
  /* IE11 Only */
  _:-ms-lang(x)::-ms-backdrop, .sec04{
    padding: 32px 50px;
   }
  .sec04 .item-wrapper{
    width: 210px;
  }
  .sec04 .lead-txt .txt-note{
    margin-top: 4px;
    font-size: 10px;
  }
  .sec04 .lead-txt {
    margin-top: 9px;
}
.sec04 .title-txt{
  margin-top: 0px;
}


/* credit__btn */
  .credit__btn img{
    max-width: 60px;
    width: 60px;
    max-height: 24px;
    height: 24px;
  }
/* view_all */
  #main-container .view_all{
    width: 100%;
    margin: 100px auto 81px;
  }
  #main-container .view_all img{
    width: 370px;
    height: 60px;
  }
/* 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: 12px;
    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 ###
==================================================================== */
/* heading-title */
.mv-animation picture,
.mv-animation h2{
  transition-duration: 2s;
  opacity: 0;
}
.mv-animation > h2{
  transition-delay: 1s;
}
.mv-animation.onView picture,
.mv-animation.onView h2{
  opacity: 1;
}


/* hover */
.heading a:hover,
.item-wrapper > a:hover{
  opacity: 1;
}

.sec04 .animation{
  transition-duration: 1s;
  transform: translateY(10%);
}
.sec04 .animation.onView{
  transform: translateY(0);
}
@keyframes fade{
  0%{
    opacity: 0;
    pointer-events: none;
  }
  99%{
    opacity: 1;
    pointer-events: none;
  }
  100%{
    opacity: 1;
    pointer-events: auto;
  }
}
.section-container .item-wrapper{
  position: relative;
}
.item-wrapper.animation{
  transition-duration: 2s;
  opacity: 0;
}
.item-wrapper.animation.onView{
  animation-name: fade;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

.item-wrapper.fadeIn::before,
.item-wrapper.fadeIn .credit{
  transition-duration: 1.0s;
  opacity: 0;
  pointer-events: none;
}
.item-wrapper.fadeIn .credit{
  transform: translateY(1rem);
}
@media only screen and (min-width: 560px) {
  .item-wrapper.fadeIn.onView:hover::before,
  .item-wrapper.fadeIn.onView:hover .credit{
    opacity: 1;
    transform: translateY(0);
  }
  .item-wrapper.fadeIn.onView:hover .credit{
    pointer-events: auto;
  }
}

@media only screen and (max-width: 560px) {
  .item-wrapper.fadeIn::before,
  .item-wrapper.fadeIn .credit{
    transition-duration: 1.0s;
    opacity: 0;
    pointer-events: none;
  }
  .item-wrapper.fadeIn .credit{
    transform: translateY(1rem);
  }
  .item-wrapper.fadeIn.onView_sp:before,
  .item-wrapper.fadeIn.onView_sp .credit{
    opacity: 1;
    transform: translateY(0);
  }
  .item-wrapper.fadeIn.onView_sp .credit{
    pointer-events: auto;
  }
}