/* ===============================================
  ### Foundation ###
=============================================== */

/* base style */
.main-area,
.main_inner {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: left;
}
.main-area{
  background-color: #121113;
}

.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: 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 ###
=============================================== */

@font-face {
  font-family: "筑紫明朝";
  src: url("../fonts/FOT-TsukuMinPr5-R.otf") format("otf"),
}

/* heading */
.mainvisual__title-txt{
  margin-top: calc(21.5 * (100vw / 375));
  font-family: "筑紫明朝", 'Noto Serif JP', serif;
  font-size: calc(17 * (100vw / 375));
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
}
.lead-title{
  font-family: "筑紫明朝", 'Noto Serif JP', serif;
  margin: calc(25.9 * (100vw / 375)) 0 0;
  font-size: calc(18 * (100vw / 375));
  font-weight: normal;
  line-height: 1.5;
}
.lead-txt{
  margin: calc(16 * (100vw / 375)) auto 0;
  font-size: calc(13 * (100vw / 375));
  line-height: 1.81;
}
.credit__container{
  margin: calc(20 * (100vw / 375)) auto 0;
  font-family: 'Poppins', sans-serif;
  font-size: calc(11 * (100vw / 375));
  color: #999;
}
.heading__lead-txt,
.credit__container{
  letter-spacing: 0.04em;
}
.title-txt .title-om{
  display: block;
  position: relative;
  font-family: futura-pt, sans-serif;
  font-size: calc(26 * (100vw / 375));
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: calc(50 * (100vw / 375)) 0 calc(20.8 * (100vw / 375)) 0;
}
.section-container .title-txt .title-om::before{
  content: "";
  display: block;
  position: absolute;
  background-image: url(../imgs/01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  z-index: -1;
}
.section-container .title-txt .title-om::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100 * (100vw / 375));
  height: calc(1 * (100vw / 375));
  background-color: #8b1216;
}
/* ===============================================
### Layout ###
=============================================== */
/* ===========================
* Style of SP-view *
=========================== */
.main-area > div,
.main-area > section{
  position: relative;
  z-index: 2;
}
/* heading */
.mainvisual__logo{
  position: relative;
  width: calc(369 * (100vw / 375));
  margin: calc(5 * (100vw / 375)) auto 0;
  padding-bottom: calc(24.1 * (100vw / 375));
}
.mainvisual__logo::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(140 * (100vw / 375));
  height: calc(1 * (100vw / 375));
  background-color: #8b1216;
}
.heading__lead-txt{
  width: calc(335 * (100vw / 375));
  margin: calc(36 * (100vw / 375)) auto 0;
  line-height: 2;
}

/* section01 */
.sec01{
  margin-top: calc(75 * (100vw / 375));
}
.sec01 .title-txt,
.sec04 .title-txt{
  order: 1;
  width: 100%;
  text-align: center;
}
.sec01 .title-txt .title-om::before,
.sec04 .title-txt .title-om::before{
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../imgs/01.svg);
  width: calc(80 * (100vw / 375));
}
.sec01 .title-txt .title-om::after,
.sec04 .title-txt .title-om::after{
  left: 50%;
  transform: translateX(-50%);
}
.section-container .item-wrapper{
  margin-top: calc(38.6 * (100vw / 375));
}
.sec01 .prod-container,
.sec04 .prod-container{
  width: calc(335 * (100vw / 375));
  margin: auto;
}
.section-container .lead-txt{
  margin-top: calc(10.5 * (100vw / 375));
}
.section-container .credit__container{
  margin-top: calc(20 * (100vw / 375));
}
.section-container .credit__container li{
  margin-top: calc(8 * (100vw / 375));
  line-height: calc(16 * (100vw / 375));
}
.section-container .credit__container li:nth-of-type(1){
  margin-top: 0;
}
/* ////section01//// */



/* section02 */
.sec02{
  margin-top: calc(80 * (100vw / 375));
}
.sec02 .title-txt .title-om{
  margin-left: calc(20 * (100vw / 375));
}
.sec02 .title-txt .title-om::before{
  top: 0;
  left: calc(8 * (100vw / 375));
  background-image: url(../imgs/02.svg);
  width: calc(84 * (100vw / 375));
}
.sec02 .title-txt .title-om::after{
  left: 0;
}
.sec02 .item-wrapper{
  width: calc(330 * (100vw / 375));
}
.sec02 .prod-container,
.sec03 .prod-container{
  width: calc(311 * (100vw / 375));
  margin-left: calc(20 * (100vw / 375));
}
/* ////section02//// */



/* section03 */
.sec03{
  margin-top: calc(60 * (100vw / 375));
}
.sec03 .title-txt{
  text-align: right;
  margin-right: calc(20 * (100vw / 375));
}
.sec03 .lead-txt,
.sec04 .lead-txt{
  margin-top: calc(29 * (100vw / 375));
}
.sec03 .title-txt .title-om::before{
  top: 0;
  right: calc(8 * (100vw / 375));
  background-image: url(../imgs/03.svg);
  width: calc(84 * (100vw / 375));
}
.sec03 .title-txt .title-om::after{
  right: 0;
}
.sec03 .item-wrapper{
  width: calc(330 * (100vw / 375));
  margin: calc(39.7 * (100vw / 375)) 0 0 auto;
}
.sec03 .prod-container{
  width: calc(311 * (100vw / 375));
  margin: 0 calc(20 * (100vw / 375)) 0 auto;
}
/* ////section03//// */



/* section04 */
.sec04{
  margin-top: calc(80 * (100vw / 375));
}
.sec04 .title-txt .title-om::before{
  background-image: url(../imgs/04.svg);
  width: calc(88 * (100vw / 375));
}
.sec04 .item-wrapper{
  width: calc(355 * (100vw / 375));
  margin: calc(39.7 * (100vw / 375)) auto 0;
}
/* ////section03//// */






/* View_All */
#main-container .view_all{
  width: 100%;
  margin: calc(82 * (100vw / 375)) auto calc(63.9 * (100vw / 375));
  text-align: center;
}
#main-container .viewall__btn{
  display: inline-block;
}
/* credit__btn */
.credit__btn{
  width: calc(40 * (100vw / 375));
  height: calc(16 * (100vw / 375));
  line-height: calc(16 * (100vw / 375));
  margin-left: calc(7 * (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: #FFF;
  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;
  }
  .main_inner {
    padding-bottom: calc(20 * (100vw / 1400));
  }
  .sp-component {
    display: none !important;
  }
  .pc-component {
    display: block;
  }
  
  /* ===============================================
  ### fonts ###
  =============================================== */
  /* heading */
  .mainvisual__title-txt{
    margin-top: calc(33.5 * (100vw / 1400));
    font-size: calc(22 * (100vw / 1400));
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .heading__lead-txt{
    font-size: calc(16 * (100vw / 1400));
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
  .lead-title{
    margin: calc(25.9 * (100vw / 1400)) 0 0;
    font-size: calc(20 * (100vw / 1400));
    letter-spacing: 0.02em;
  }
  .lead-txt{
    font-size: calc(14 * (100vw / 1400));
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .credit__container{
    margin: calc(40 * (100vw / 1400)) auto 0;
    font-size: calc(11 * (100vw / 1400));
    line-height: 2.2;
    letter-spacing: 0.04em;
  }
  .title-txt .title-om{
    font-size: calc(36 * (100vw / 1400));
    font-weight: 300;
    line-height: 1;
    padding: calc(82 * (100vw / 1400)) 0 calc(25 * (100vw / 1400)) 0;
  }
  .section-container .title-txt .title-om::after{
    width: calc(142 * (100vw / 1400));
    height: calc(1 * (100vw / 1400));
  }
  /* ===============================================
  ### Layout ###
  =============================================== */
  /* ===========================
  * Style of SP-view *
  =========================== */
  /* heading */
  .mainvisual__animation-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: calc(40 * (100vw / 1400)) auto 0;
    width: calc(1200 * (100vw / 1400));
  }
  .mainvisual__animation-wrapper .item-wrapper{
    width: calc(620 * (100vw / 1400));
  }
  .mainvisual__logo{
    width: calc(550 * (100vw / 1400));
    margin: calc(167 * (100vw / 1400)) calc(-10 * (100vw / 1400)) 0 auto;
    padding-bottom: calc(42.4 * (100vw / 1400));
  }
  .mainvisual__logo::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(140 * (100vw / 1400));
    height: calc(1 * (100vw / 1400));
    background-color: #8b1216;
  }
  .heading__lead-txt{
    width: auto;
    margin: calc(64 * (100vw / 1400)) auto 0;
    font-size: calc(16 * (100vw / 1400));
    line-height: 2.2;
    letter-spacing: 0.04em;
    text-align: center;
  }

  /* section01 */
  .section-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(960 * (100vw / 1400));
    margin: auto;
  }

  .sec01{
    margin-top: calc(115 * (100vw / 1400));
  }
  .sec01 .title-txt .title-om::before,
  .sec04 .title-txt .title-om::before{
    width: calc(130 * (100vw / 1400));
  }
  .section-container .item-wrapper{
    order: 3;
    width: calc(540 * (100vw / 1400));
    margin-top: calc(59.6 * (100vw / 1400));
  }
  .sec01 .prod-container,
  .sec04 .prod-container{
    order: 2;
    width: calc(360 * (100vw / 1400));
    margin: calc(405 * (100vw / 1400)) auto 0 0;
  }
  .section-container .lead-txt{
    margin-top: calc(10.5 * (100vw / 1400));
  }
  .section-container .credit__container{
    margin-top: calc(39 * (100vw / 1400));
  }
  .section-container .credit__container li:nth-of-type(1){
    margin-top: calc(-5 * (100vw / 1400));
  }
  .section-container .credit__container li{
    margin-top: 0;
    line-height: 2.2;
  }
  /* ////section01//// */
    

  /* section02 */
  .sec02{
    margin-top: calc(100 * (100vw / 1400));
  }
  .sec02 .title-txt{
    position: absolute;
    top: calc(240 * (100vw / 1400));
    left: calc(600 * (100vw / 1400));
  }
  .sec02 .title-txt .title-om{
    margin: auto;
  }
  .sec02 .title-txt .title-om::before{
    top: 0;
    left: calc(8 * (100vw / 1400));
    width: calc(136 * (100vw / 1400));
  }
  .sec02 .title-txt .title-om::after{
    left: 0;
  }
  .sec02 .item-wrapper{
    order: 1;
    width: calc(540 * (100vw / 1400));
  }
  .sec02 .prod-container,
  .sec03 .prod-container{
    order: 2;
    width: calc(360 * (100vw / 1400));
    margin: calc(411 * (100vw / 1400)) 0 0 calc(60 * (100vw / 1400));
  }
  /* ////section02//// */


  /* section03 */
  .sec03{
    margin-top: calc(119 * (100vw / 1400));
  }
  .sec03 .title-txt{
    position: absolute;
    top: calc(221 * (100vw / 1400));
    left: 0;
    margin-right: calc(20 * (100vw / 1400));
  }
  .sec03 .lead-txt,
  .sec04 .lead-txt{
    margin-top: calc(29 * (100vw / 1400));
  }
  .sec03 .title-txt .title-om::before{
    top: 0;
    right: auto;
    left: 0;
    width: calc(134 * (100vw / 1400));
  }
  .sec03 .title-txt .title-om::after{
    right: auto;
    left: 0;
  }
  .sec03 .item-wrapper{
    width: calc(540 * (100vw / 1400));
    margin: calc(39.7 * (100vw / 1400)) 0 0 auto;
  }
  .sec03 .prod-container{
    width: calc(360 * (100vw / 1400));
    margin: calc(388 * (100vw / 1400)) 0 0;
  }
  /* ////section03//// */



  /* section04 */
  .sec04{
    margin-top: calc(160 * (100vw / 1400));
  }
  .sec04 .title-txt{
    order: 1;
  }
  .sec04 .title-txt .title-om::before{
    width: calc(140 * (100vw / 1400));
  }
  .sec04 .item-wrapper{
    order: 2;
    width: calc(540 * (100vw / 1400));
    margin: calc(60 * (100vw / 1400)) auto 0 0;
  }
  .sec04 .prod-container{
    order: 3;
    margin: calc(84 * (100vw / 1400)) 0 0 auto;
  }
  /* ////section03//// */



  /* credit__btn */
  .credit__btn{
    margin-left: calc(7 * (100vw / 1400));
  }
  /* view_all */
  #main-container .view_all{
    width: 100%;
    margin: calc(118 * (100vw / 1400)) auto calc(105 * (100vw / 1400));
  }
  #main-container .view_all{
    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(13 * (100vw / 1400));
    letter-spacing: 0.01em;
    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;
  }
  .main_inner {
    padding-bottom: 20px;
  }
  .sp-component {
    display: none!important;
  }
  .pc-component {
    display: block;
  }
  #main-container .item-content{
    margin: auto;
  }
  /* .item-wrapper{
    background-color: #fff;
  } */
  
/* ===============================================
  ### fonts ###
=============================================== */
  /* heading */
  .mainvisual__title-txt{
    margin-top: 33.5px;
    font-size: 22px;
  }
  .heading__lead-txt{
    font-size: 16px;
  }
  .lead-title{
    margin: 25.9px 0 0;
    font-size: 20px;
  }
  .lead-txt{
    font-size: 14px;
  }
  .credit__container{
    margin: 40px auto 0;
    font-size: 11px;
  }
  .title-txt .title-om{
    font-size: 36px;
    padding: 82px 0 25px 0;
  }
  .section-container .title-txt .title-om::after{
    width: 142px;
    height: 1px;
  }
  /* ===============================================
  ### Layout ###
  =============================================== */
  /* ===========================
  * Style of SP-view *
  =========================== */
  /* heading */
  .mainvisual__animation-wrapper{
    margin: 40px auto 0;
    width: 1200px;
  }
  .mainvisual__animation-wrapper .item-wrapper{
    width: 620px;
  }
  .mainvisual__logo{
    width: 550px;
    margin: 167px -10px 0 auto;
    padding-bottom: 42.4px;
  }
  .mainvisual__logo::before{
    width: 140px;
    height: 1px;
  }
  .heading__lead-txt{
    margin: 64px auto 0;
    font-size: 16px;
  }

  /* section01 */
  .section-container{
    width: 960px;
  }

  .sec01{
    margin-top: 115px;
  }
  .sec01 .title-txt .title-om::before,
  .sec04 .title-txt .title-om::before{
    width: 130px;
  }
  .section-container .item-wrapper{
    width: 540px;
    margin-top: 59.6px;
  }
  .sec01 .prod-container,
  .sec04 .prod-container{
    width: 360px;
    margin: 405px auto 0 0;
  }
  .section-container .lead-txt{
    margin-top: 10.5px;
  }
  .section-container .credit__container{
    margin-top: 39px;
  }
  .section-container .credit__container li:nth-of-type(1){
    margin-top: -5px;
  }
  /* ////section01//// */
    

  /* section02 */
  .sec02{
    margin-top: 100px;
  }
  .sec02 .title-txt{
    top: 240px;
    left: 600px;
  }
  .sec02 .title-txt .title-om::before{
    left: 8px;
    width: 136px;
  }
  .sec02 .item-wrapper{
    width: 540px;
  }
  .sec02 .prod-container,
  .sec03 .prod-container{
    width: 360px;
    margin: 411px 0 0 60px;
  }
  /* ////section02//// */


  /* section03 */
  .sec03{
    margin-top: 119px;
  }
  .sec03 .title-txt{
    top: 221px;
    margin-right: 20px;
  }
  .sec03 .lead-txt,
  .sec04 .lead-txt{
    margin-top: 29px;
  }
  .sec03 .title-txt .title-om::before{
    right: auto;
    width: 134px;
  }
  .sec03 .item-wrapper{
    width: 540px;
    margin: 39.7px 0 0 auto;
  }
  .sec03 .prod-container{
    width: 360px;
    margin: 388px 0 0;
  }
  /* ////section03//// */


  /* section04 */
  .sec04{
    margin-top: 160px;
  }
  .sec04 .title-txt .title-om::before{
    width: 140px;
  }
  .sec04 .item-wrapper{
    width: 540px;
    margin: 60px auto 0 0;
  }
  .sec04 .prod-container{
    margin: 84px 0 0 auto;
  }
  /* ////section03//// */


/* credit__btn */
  .credit__btn {
    max-width: 40px;
    width: 40px;
    max-height: 16px;
    height: 16px;
    margin-left: 7px;
  }
/* view_all */
  #main-container .view_all{
    width: 100%;
    margin: 118px auto 105px;
  }
  #main-container .view_all{
    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: 13px;
    letter-spacing: 0.01em;
    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 .item-wrapper,
.heading.animation .mainvisual_title .mainvisual__logo,
.heading.animation .mainvisual_title .mainvisual__title-txt,
.heading.animation .heading__lead-txt,
.item-wrapper.animation{
  transition-duration: 2s;
  transition-delay: 0.2s;
  opacity: 0;
}
.heading.animation .mainvisual_title .mainvisual__logo{
  transition-delay: 1.2s;
}
.heading.animation .mainvisual_title .mainvisual__title-txt,
.heading.animation .heading__lead-txt{
  transition-delay: 2.4s;
}
.heading.animation.onView .item-wrapper,
.heading.animation.onView .mainvisual_title .mainvisual__logo,
.heading.animation.onView .mainvisual_title .mainvisual__title-txt,
.item-wrapper.animation.onView,
.heading.animation.onView .heading__lead-txt{
  opacity: 1;
}


.section-container.animation .title-txt{
  transition-duration: 2s;
  transform: translateX(-5rem);
  opacity: 0;
}
.section-container.animation.onView .title-txt{
  transform: translateX(0);
  opacity: 1;
}


/* hover */
a:hover{
  opacity: 1;
}
a.viewall__btn{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  width: calc(300 * (100vw / 375));
  height: calc(50 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
  line-height: calc(50 * (100vw / 375));
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border: calc(1 * (100vw / 375)) solid #fff;
  background-color: transparent;
}
.credit__btn{
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: calc(10 * (100vw / 375));
  line-height: calc(16 * (100vw / 375));
  color: #999999;
  padding: 0 calc(10 * (100vw / 375));
  border: calc(1 * (100vw / 375)) solid #999999;
  text-align: center;
}
@media only screen and (min-width: 560px) {
  a:hover{
    opacity: 0.6;
  }
  .credit__wrapper a:hover,
  a.viewall__btn:hover{
    opacity: 1;
  }
  
  .credit__btn{
    transition-duration: 1s;
    vertical-align: middle;
    padding: 0 calc(10 * (100vw / 1400));
    height: calc(14 * (100vw / 1400));
    font-size: calc(10 * (100vw / 1400));
    line-height: calc(16 * (100vw / 1400));
    border: calc(1 * (100vw / 1400)) solid #999999;
  }
  .credit__wrapper a:hover{
    color: #fff;
  }
  .credit__wrapper a:hover .credit__btn{
    color: #121113;
    background-color: #fff;
    border: calc(1 * (100vw / 1400)) solid #121113;
  }
  
    a.viewall__btn{
      transition-duration: 1s;
      width: calc(370 * (100vw / 1400));
      height: calc(60 * (100vw / 1400));
      font-size: calc(18 * (100vw / 1400));
      line-height: calc(60 * (100vw / 1400));
      letter-spacing: 0.05em;
      border: calc(1 * (100vw / 1400)) solid #fff;
    }
}
@media only screen and (min-width: 1400px) {
  a.viewall__btn{
    width: 370px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .credit__btn{
    padding: 0 10px;
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #999999;
  }

  a.viewall__btn:hover{
    color: #121113;
    background-color: #fff;
  }
}