/* ===============================================
  ### Foundation ###
=============================================== */

/* base style */
body{ 
  word-wrap: break-word;
}
.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, ui-sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
}
.main-area *{
  -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: inline-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;
  letter-spacing: normal;
  color: #4d4d4d;
}
.title-txt{
  font-family: 'Noto Serif JP', serif;
  font-size: calc(16 * (100vw / 375));
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.04em;
  color: #01395a;
}
.lead-txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.81;
}
.credit{
  font-family: 'Poppins', sans-serif;
  font-size: calc(11 * (100vw / 375));
  font-weight: 400;
  line-height: calc(16 * (100vw / 375));
  color: #666;
}
/* ===============================================
### Layout ###
=============================================== */
/* ===========================
* Style of SP-view *
=========================== */
/* heading */
.heading .mainvisual__animation-wrapper{
  position: relative;
  width: 100%;
  height: calc(525 * (100vw / 375));
  margin: 0 auto;
}
.heading .logo{
  position: absolute;
  left: 50%;
  bottom: calc(0 * (100vw / 375));
  transform: translateX(-50%);
  width: calc(270 * (100vw / 375));
  height: calc(70 * (100vw / 375));
}
.heading .lead-txt{
  margin: calc(26 * (100vw / 375)) calc(19 * (100vw / 375)) 0;
}


/* section01 */
.sec01{
  width: 100%;
  margin: calc(56 * (100vw / 375)) auto 0;
}
.sec01 .slider-container{
  width: calc(375 * (100vw / 375));
  margin: auto;
}
/* slider */
#main-container .slick-dots{
  display: block;
  margin: calc(15 * (100vw / 375)) auto 0;
}
#main-container .slick-dots li.slick-active button {
  background: #01395a;
}
#main-container .slick-dots li button {
  width: calc(10 * (100vw / 375));
  height: calc(10 * (100vw / 375));
  border-radius: calc(5 * (100vw / 375));
  border: calc(1 * (100vw / 375)) solid #01395a;
}
#main-container .slick-dots li {
  margin: 0 calc(8 * (100vw / 375));
}
/* ////////slider */
.sec01 .title-txt{
  margin: calc(30 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
}
.sec01 .lead-txt{
  margin: calc(11 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
}
.credit{
  margin: calc(31 * (100vw / 375)) auto 0 calc(20 * (100vw / 375));
}
.credit li{
  margin-top: calc(6 * (100vw / 375));
}
.creditl li:nth-of-type(1){
  margin-top: calc(0 * (100vw / 375));
}
/* ////////section01 */


/* section02 */
.sec02{
  width: 100%;
  margin: calc(77 * (100vw / 375)) auto 0;
}
.sec02 .slider-container{
  width: calc(330 * (100vw / 375));
  margin: 0 0 0 auto;
}
.sec02 .sec02__product-container .item-box{
  width: calc(240 * (100vw / 375));
  margin: calc(30 * (100vw / 375)) auto 0 calc(20 * (100vw / 375));
}
.sec02 .title-txt{
  margin: calc(31 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
}
.sec02 .lead-txt{
  margin: calc(11 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
}
/* ////////section02 */


/* section03 */
.sec03{
  width: calc(330 * (100vw / 375));
  margin: calc(77 * (100vw / 375)) auto 0;
}
.sec03 .lead-txt{
  margin-top: calc(17 * (100vw / 375));
}
/* ////////section03 */


/* section04 */
.sec04{
  position: relative;
  width: calc(334 * (100vw / 375));
  margin: calc(61 * (100vw / 375)) auto 0;
}
.sec04::before{
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: calc(1 * (100vw / 375)) solid #01395a;
  z-index: -1;
}
.sec04 .sec04__title-txt{
  width: calc(225 * (100vw / 375));
  margin: auto;
  padding-top: calc(40 * (100vw / 375));
}
.sec04 .lead-txt{
  width: calc(297 * (100vw / 375));
  margin: calc(18 * (100vw / 375)) auto 0;
  letter-spacing: normal;
  line-height: 2.01;
}
.pendleton-link{
  text-align: center;
  padding-bottom: calc(28 * (100vw / 375));
}
.pendleton-link a{
  width: calc(282 * (100vw / 375));
  height: calc(16 * (100vw / 375));
  margin: calc(25 * (100vw / 375)) auto 0;
}
/* ////////section04 */


/* View_All */
#main-container .view_all{
  width: 100%;
  margin: calc(40 * (100vw / 375)) auto calc(63 * (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;
  margin-left: calc(10 * (100vw / 375));
}
/* 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.02em;
  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;
    letter-spacing: 0.04em;
  }
  .sp-component {
    display: none !important;
  }
  .pc-component {
    display: block;
  }
  
/* ===============================================
### fonts ###
=============================================== */
  /* heading */
  .heading .lead-txt{
    font-size: calc(16 * (100vw / 1400));
    letter-spacing: 0.04em;
    color: #fff;
  }
  .title-txt{
    font-size: calc(20 * (100vw / 1400));
    font-weight: bold;
  }
  .lead-txt{
    font-size: calc(14 * (100vw / 1400));
    line-height: 2;
  }
  .credit{
    font-size: calc(11 * (100vw / 1400));
    font-weight: 400;
    line-height: calc(16 * (100vw / 1400));
    letter-spacing: 0.02em;
  }
/* ===============================================
### Layout ###
=============================================== */
/* ===========================
* Style of SP-view *
=========================== */
  /* heading */
  .heading{
    background-color: #01395a;
    text-align: center;
  }
  .heading .mainvisual::before{
    display: none;
  }
  .heading .mainvisual{
    width: calc(1200 * (100vw / 1400));
    padding-top: calc(60 * (100vw / 1400));
    margin: auto;
  }
  .heading .mainvisual__animation-wrapper{
    position: relative;
    width: calc(1200 * (100vw / 1400));
    height: auto;
    margin: auto;
  }
  .heading picture{
    width: 100%;
  }
  .heading .lead-txt{
    margin: calc(47 * (100vw / 1400)) calc(19 * (100vw / 1400)) 0;
    padding-bottom: calc(77 * (100vw / 1400));
  }


  /* section01 */
  .sec01{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(1000 * (100vw / 1400));
    margin: calc(120 * (100vw / 1400)) auto 0;
  }
  .sec01 .slider-container{
    width: calc(540 * (100vw / 1400));
    margin: auto;
  }
  /* slider */
  #main-container .slick-dots{
    display: block;
    margin: calc(17 * (100vw / 1400)) auto 0;
  }
  #main-container .slick-dots li.slick-active button {
    background: #01395a;
  }
  #main-container .slick-dots li button {
    width: calc(10 * (100vw / 1400));
    height: calc(10 * (100vw / 1400));
    border-radius: calc(5 * (100vw / 1400));
    border: calc(1 * (100vw / 1400)) solid #01395a;
  }
  #main-container .slick-dots li {
    margin: 0 calc(6 * (100vw / 1400));
  }
  /* ////////slider */
  .sec01 .title-txt{
    margin: calc(292 * (100vw / 1400)) calc(60 * (100vw / 1400)) 0;
  }
  .sec01 .lead-txt{
    margin: calc(16 * (100vw / 1400)) auto 0 calc(60 * (100vw / 1400));
  }
  .credit{
    margin: calc(33 * (100vw / 1400)) auto 0 calc(60 * (100vw / 1400));
  }
  .credit li{
    margin-top: calc(6 * (100vw / 1400));
  }
  .creditl li:nth-of-type(1){
    margin-top: calc(0 * (100vw / 1400));
  }
  /* 追加CSS */
  /* IE11 Only */
  _:-ms-lang(x)::-ms-backdrop, .product-container{
    width: calc(460 * (100vw / 1400));
  }
  /* ////////section01 */


  /* section02 */
  .sec02{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    width: calc(1080 * (100vw / 1400));
    margin: calc(100 * (100vw / 1400)) auto 0;
  }
  .sec02 .slider-container{
    order: 2;
    width: calc(540 * (100vw / 1400));
    margin: 0;
  }
  .sec02 .sec02__product-container{
    order: 1;
    display: flex;
    flex-wrap: wrap;
    margin: calc(80 * (100vw / 1400)) auto 0 calc(100 * (100vw / 1400));
  }
    /* IE11 Only */
    _:-ms-lang(x)::-ms-backdrop, .sec02 .sec02__product-container{
      width: calc(460 * (100vw / 1400));
    }
  .sec02 .sec02__product-container .item-box{
    order: 3;
    width: calc(390 * (100vw / 1400));
    margin: calc(35 * (100vw / 1400)) auto 0 0;
  }
  .sec02 .title-txt{
    order: 1;
    margin: calc(38 * (100vw / 1400)) 0 0;
  }
  .sec02 .lead-txt{
    order: 2;
    width: calc(390 * (100vw / 1400));
    margin: calc(17 * (100vw / 1400)) 0 0;
  }
  .sec02 .credit{
    position: absolute;
    left: calc(540 * (100vw / 1400));
    bottom: calc(65 * (100vw / 1400));
    margin: 0;
    z-index: 10;
  }
  /* slider */
  #main-container .sec02 .slick-dots{
    text-align: right;
  }
  #main-container .sec02 .slick-dots li {
    margin: 0 0 0 calc(12 * (100vw / 1400));
}
  /* ////////slider */
  /* ////////section02 */


  /* section03 */
  .sec03{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(880 * (100vw / 1400));
    margin: calc(130 * (100vw / 1400)) auto 0;
    align-items: flex-start;
  }
  .sec03 .item-box{
    order: 2;
    width: calc(480 * (100vw / 1400));
  }
  .sec03 .lead-txt{
    order: 1;
    width: calc(360 * (100vw / 1400));
    margin-top: calc(169 * (100vw / 1400));
  }
  /* ////////section03 */


  /* section04 */
  .sec04{
    position: relative;
    width: calc(640 * (100vw / 1400));
    margin: calc(95 * (100vw / 1400)) auto 0;
  }
  .sec04::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: calc(2 * (100vw / 1400)) solid #01395a;
    z-index: -1;
  }
  .sec04 .sec04__title-txt{
    width: calc(280 * (100vw / 1400));
    margin: auto;
    padding-top: calc(38 * (100vw / 1400));
  }
  .sec04 .lead-txt{
    width: 100%;
    margin: calc(18 * (100vw / 1400)) auto 0;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .pendleton-link {
    padding-bottom: calc(30 * (100vw / 1400));
   }
  .pendleton-link a{
    width: calc(359 * (100vw / 1400));
    height: calc(18 * (100vw / 1400));
    margin: calc(25 * (100vw / 1400)) auto 0;
  }
  /* ////////section04 */
  
  
  
  /* credit__btn */
  .credit__btn img{
    max-width: 40px;
    width: calc(40 * (100vw / 1400));
    max-height: 16px;
    height: calc(16 * (100vw / 1400));
    margin-left: calc(9 * (100vw / 1400));
  }
  /* view_all */
  #main-container .view_all{
    width: 100%;
    margin: calc(100 * (100vw / 1400)) auto calc(85 * (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;
  }
  .title-txt{
    font-size: 20px;
  }
  .lead-txt{
    font-size: 14px;
  }
  .credit{
    font-size: 11px;
    line-height: 16px;
  }
/* ===============================================
### Layout ###
=============================================== */
/* ===========================
* Style of SP-view *
=========================== */
  /* heading */
  .heading .mainvisual{
    width: 1200px;
    padding-top: 60px;
    margin: auto;
  }
  .heading .mainvisual__animation-wrapper{
    width: 1200px;
  }
  .heading .lead-txt{
    margin: 47px 19px 0;
    padding-bottom: 77px;
  }


  /* section01 */
  .sec01{
    width: 1000px;
    margin: 120px auto 0;
  }
  .sec01 .slider-container{
    width: 540px;
  }
  /* slider */
  #main-container .slick-dots{
    margin: 17px auto 0;
  }
  #main-container .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #01395a;
  }
  #main-container .slick-dots li {
    margin: 0 6px;
  }
  /* ////////slider */
  .sec01 .title-txt{
    margin: 292px 60px 0;
  }
  .sec01 .lead-txt{
    margin: 16px auto 0 60px;
  }
  .credit{
    margin: 33px auto 0 60px;
  }
  .credit li{
    margin-top: 6px;
  }
  .creditl li:nth-of-type(1){
    margin-top: 0px;
  }
  /* IE11 Only */
  _:-ms-lang(x)::-ms-backdrop, .product-container{
    width: 460px;
  }
  /* ////////section01 */
  
  
  /* section02 */
  .sec02{
    width: 1080px;
    margin: 100px auto 0;
  }
  .sec02 .slider-container{
    width: 540px;
  }
/* IE11 Only */
  _:-ms-lang(x)::-ms-backdrop, .sec02 .sec02__product-container{
    width: 460px;
  }
  .sec02 .sec02__product-container{
    margin: 80px auto 0 100px;
  }
  .sec02 .sec02__product-container .item-box{
    width: 390px;
    margin: 35px auto 0 0;
  }
  .sec02 .title-txt{
    margin: 38px 0 0;
  }
  .sec02 .lead-txt{
    width: 390px;
    margin: 17px 0 0;
  }
  .sec02 .credit{
    left: 540px;
    bottom: 65px;
    margin: 0;
  }
  /* slider */
  #main-container .sec02 .slick-dots li {
    margin: 0 0 0 12px;
  }
  /* ////////slider */
  /* ////////section02 */


  /* section03 */
  .sec03{
    width: 880px;
    margin: 130px auto 0;
  }
  .sec03 .item-box{
    width: 480px;
  }
  .sec03 .lead-txt{
    width: 360px;
    margin-top: 169px;
  }
  /* ////////section03 */


  /* section04 */
  .sec04{
    width: 640px;
    margin: 95px auto 0;
  }
  .sec04::before{
    border: 2px solid #01395a;
  }
  .sec04 .sec04__title-txt{
    width: 280px;
    padding-top: 38px;
  }
  .sec04 .lead-txt{
    width: 100%;
    margin: 18px auto 0;
  }
  .pendleton-link{
    padding-bottom: 30px;
  }
  .pendleton-link a{
    width: 359px;
    height: 18px;
    margin: 25px auto 0;
  }
  /* ////////section04 */



/* credit__btn */
  .credit__btn img{
    max-width: 40px;
    width: 40px;
    max-height: 16px;
    height: 16px;
    margin-left: 9px;
  }
/* view_all */
  #main-container .view_all{
    width: 100%;
    margin: 100px auto 85px;
  }
  #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 */
.heading.animation .lead-txt,
.heading.animation .logo,
.heading.animation .mainvisual__animation-wrapper{
  transition-duration: 3s;
  opacity: 0;
}
.item-box.animation,
.slider-container.animation{
  transition-duration: 2.5s;
  opacity: 0;
}
.animation.onView,
.heading.animation.onView .lead-txt,
.heading.animation.onView .logo,
.heading.animation.onView .mainvisual__animation-wrapper{
  opacity: 1;
}
.heading.animation.onView .logo{
  transition-delay: 1s;
}
.heading.animation.onView .lead-txt{
  transition-delay: 1.5s;
}
@media only screen and (max-width: 560px) {
  a:hover{
    opacity: 1;
  }
}