@charset "UTF-8"; html {
  font-size: 62.5%;
}

.main-area img, .main-area svg, .main-area video {
  height: auto;
  width: 100%;
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area *::before, .main-area *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-area a {
  overflow: visible;
}

.main-area .sp_only {
  display: none;
}

.main-area .flexBox {
  display: flex;
}

.slick-arrow::before, .slick-arrow::after {
  display: none;
}

.main-area {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}

/*=============================
        fade
=============================*/
.fadeIn {
  transition-property: opacity, transform;
  transition-duration: .5s;
  opacity: 0;
}

.fadeIn_txt {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-delay: 1s;
  opacity: 0;
}

.fade_img01 {
  transition-property: opacity, transform;
  transition-duration: .5s;
  opacity: 0;
}

.fade_img02 {
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-delay: .2s;
  opacity: 0;
}

.fade_img03 {
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-delay: .4s;
  opacity: 0;
}

.fade_img04 {
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-delay: .6s;
  opacity: 0;
}

.fade_img05 {
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-delay: 1s;
  opacity: 0;
}

.fade_img02.active, .fade_img03.active, .fade_img04.active, .fade_img05.active, .fadeIn.active, .fadeIn_txt.active, .fade_img01.active {
  opacity: 1;
}

.fadeup {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}

.fadeup02 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translateY(70rem);
  transform: translateY(70rem);
  opacity: 0;
}

.fadeup03 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translateY(70rem);
  transform: translateY(70rem);
  transition-delay: .5s;
  opacity: 0;
}

.fadeup04 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translateY(70rem);
  transform: translateY(70rem);
  transition-delay: .7s;
  opacity: 0;
}

.fadedown {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
}

.fadeup.active, .fadeup02.active, .fadeup03.active, .fadeup04.active, .fadedown.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-area a:hover {
  opacity: .7;
  transition: .5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .fadeup02 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  
  .fadeup03 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-delay: .5s;
    opacity: 0;
  }
  
  .fadeup04 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-delay: .7s;
    opacity: 0;
  }
}

/*=============================
          youtube
=============================*/
.modal-video {
  background-color: rgba(0,0,0,0.9)!important;
}

.modal-video-movie-wrap iframe {
  width: 1080px!important;
  height: 480px!important;
}

.modal-video-body {
  max-width: 1080px!important;
}

.modal-video-movie-wrap {
  width: 1080px!important;
  padding-bottom: 44.4%!important;
}

.modal-video-inner {
  width: 1210px!important;
}

.modal-video-close-btn {
  width: 22px!important;
  top: -28px!important;
  right: -4px!important;
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  height: 1px!important;
}

/*=============================
          youtube
=============================*/
/*=============================
          mv_area
=============================*/
.mv_area {
  padding-bottom: calc(43 * (100vw / 1400));
  z-index: 2;
  position: relative;
  background: #fff;
}

.mv_area .mv_inner {
  position: relative;
  margin: auto;
  /* width:  calc(1200 * (100vw / 1400)); */
}

.mv_area .mv_inner .mv_img {
  position: relative;
  padding-bottom: calc(40 * (100vw / 1400));
  display: flex;
}

.mv_area .mv_inner .mv_img video {
  width: 50%;
}

.mv_area .logo01 {
  position: relative;
  width: 25%;
  background-color: #fe8500;
}

.mv_area .logo01 img {
  position: absolute;
  width: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mv_area .logo02 {
  position: relative;
  width: 25%;
  background-color: #fe8500;
}

.mv_area .logo02 img {
  position: absolute;
  width: calc(180 * (100vw / 1400));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.mv_area .ttl_wrapper {
  width: calc(1170 * (100vw / 1400));
  margin: auto;
  padding: 0 calc(15 * (100vw / 1400));
}

.mv_area h3 {
  width: calc(400 * (100vw / 1400));
  margin: calc(60 * (100vw / 1400)) auto calc(60 * (100vw / 1400));
}

.mv_area .main_ttl {
  width: calc(1120 * (100vw / 1400));
  margin: auto;
  padding-bottom: calc(40 * (100vw / 1400));
  font-size: calc(32 * (100vw / 1400));
  font-family: clarendon-wide, serif;
  font-weight: 700;
  font-style: normal;
  /* letter-spacing: 2px; */
  line-height: 1.406;
  text-align: center;
  color: #fe8500;
}

.mv_area .main_description {
  width: calc(980 * (100vw / 1400));
  margin: auto;
  padding: calc(20 * (100vw / 1400)) 0;
  font-size: calc(12 * (100vw / 1400));
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  color: #141414;
  line-height: 2.625;
}
.mv_inner .intro{
  padding-bottom: calc(20 * (100vw / 1400));
  font-size: calc(18 * (100vw / 1400));
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  text-align: center;
  color: #4D4D4D;
}

.watch_btn {
  position: absolute;
  width: calc(277 * (100vw / 1400));
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: calc(68 * (100vw / 1400));
  cursor: pointer;
  transition-duration: .5s;
}

.watch_btn:hover {
  opacity: .6;
}

/*=============================
        //mv_area
=============================*/
/*=============================
           ALL
=============================*/
.item_name {
  font-size: calc(14 * (100vw / 1400));
  font-family: clarendon-urw, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.428;
  letter-spacing: 0.02em;
  color: #ff8400;
  text-align: center;
}

.color {
  margin-top: calc(5 * (100vw / 1400));
  font-size: calc(14 * (100vw / 1400));
  font-family: clarendon-urw, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #48404d;
  text-align: right;
}

/*====================
      sec01
=====================*/
.sec01 .contents {
  position: relative;
  margin: auto;
  padding-top: calc(40 * (100vw / 1400));
  padding-bottom: calc(40 * (100vw / 1400));
  margin-left: calc(80 * (100vw / 1400));
  margin-right: calc(80 * (100vw / 1400));
  overflow: hidden;
  /* background-image: url(../img/parabg01.jpg);
background-size: 100%;
background-position: center top;
background-attachment: fixed; */
}

.sec01 .item_wrapper {
  position: relative;
  width: auto;
  margin: auto;
  /* padding: 0 15px; */
}

.sec01 .item_detail {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.sec01 .item01, .sec01 .item02 {
  position: relative;
  width: auto;
  /* padding: 15px; */
}

.sec01 .img01 {
  position: absolute;
  width: calc(230 * (100vw / 1400));
  margin-top: calc(-54 * (100vw / 1400));
  transform: translateX(65%);
  z-index: 3;
}

.sec01 .img02 {
  position: absolute;
  width: calc(210 * (100vw / 1400));
  margin-top: calc(-40 * (100vw / 1400));
  transform: translateX(72%);
  z-index: 3;
}

.sec01 .bg01 {
  position: relative;
  width: 100%;
  filter: drop-shadow(rgba(0, 0, 0, .25) 0px 4px 12px);
  z-index: -1;
}

.sec01 .item01_wrapper {
  width: calc(585 * (100vw / 1400));
  padding: calc(15 * (100vw / 1400));
}

.sec01 .contents02 {
  width: calc(800 * (100vw / 1400));
  margin: auto;
  padding-top: calc(20 * (100vw / 1400));
  padding-bottom: calc(70 * (100vw / 1400));
  display: flex;
  justify-content: center;
}

.sec01 .item03_wrapper {
  width: calc(520 * (100vw / 1400));
  padding: calc(10 * (100vw / 1400));
}

.sec01 .img03 {
  width: calc(120 * (100vw / 1400));
  margin: calc(20 * (100vw / 1400)) auto calc(12 * (100vw / 1400));
  display: table;
}

.sec01 .img04 {
  width: calc(140 * (100vw / 1400));
  margin: 0 auto calc(5 * (100vw / 1400));
  display: table;
}

.contents03 {
  padding: calc(20 * (100vw / 1400)) 0;
  background-color: #ee8b33;
  line-height: 1.5;
}

.contents03 p {
  text-align: center;
  color: #fff;
}

.sec01 .txt01 {
  padding-top: calc(15 * (100vw / 1400));
  font-size: calc(20 * (100vw / 1400));
  font-family: clarendon-wide, serif;
  font-weight: 700;
  letter-spacing: 0.072em;
  font-style: normal;
}

.sec01 .txt02 {
  font-size: calc(14 * (100vw / 1400));
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
}

.sec01 .txt03 {
  padding-bottom: calc(40 * (100vw / 1400));
  font-size: calc(18 * (100vw / 1400));
  font-family: clarendon-urw, serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-style: normal;
}
.sec01 .txt04{
  padding-bottom: calc(15 * (100vw / 1400));
  font-size: calc(18 * (100vw / 1400));
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.bg02 {
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: calc(-500 * (100vw / 1400)); */
  top: -60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*====================
     //sec01
=====================*/
/*====================
     sec02
=====================*/
.sec02 .contents04 {
  position: relative;
  width: 100%;
  height: calc( 760 * (100vw / 1400));
  overflow: hidden;
  /* background-image: url(../img/parabg03.jpg);
background-size: 100%;
background-position: center top;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat; */
}

.sec02 .contents05 {
  padding-top: calc(110 * (100vw / 1400));
  padding-bottom: calc(55 * (100vw / 1400));
  display: flex;
  justify-content: center;
}

.sec02 .img05, .sec02 .img06 {
  width: calc(583 * (100vw / 1400));
}

.sec02 .img05 {
  margin-bottom: calc(27 * (100vw / 1400));
}

.sec02 .img07 {
  width: calc(536 * (100vw / 1400));
  margin-left: calc(21 * (100vw / 1400));
}

.sec02 .shop_btn a {
  position: relative;
  width: calc(213 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(20 * (100vw / 1400));
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.072em;
  color: #FE8500;
  z-index: 2;
}

.sec02 .shop_btn {
  position: relative;
  width: calc(213 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  margin: 0 auto calc(60 * (100vw / 1400));
}

.sec02 .shop_btn::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #FE8500;
  width: 100%;
  height: calc(3 * (100vw / 1400));
  transition: all 0.3s ease-in-out;
}

.sec02 .shop_btn:hover a {
  color: #fff;
}

.sec02 .shop_btn:hover::before {
  height: 100%;
}

.shop_btn a:hover {
  opacity: 1;
}

.sec02 .shop_btn {
  text-align: center;
}

.sec02 .contents06 {
  padding: calc(42 * (100vw / 1400)) 0;
  display: flex;
  justify-content: center;
  background-color: #4c6b4b;
}

.sec02 .contents06 .img08 {
  width: calc(164 * (100vw / 1400));
  margin: 0 calc(30 * (100vw / 1400));
}

.sec02 .contents06 .ttl {
  font-size: calc(32 * (100vw / 1400));
  font-family: clarendon-wide, serif;
  font-weight: 700;
  letter-spacing: 0.072em;
  color: #fff;
}

.sec02 .contents06 .caption {
  font-size: calc(12 * (100vw / 1400));
  font-family: lato, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  color: #000;
}

.sec02 .contents06 .description {
  width: calc(442 * (100vw / 1400));
  font-size: calc(14 * (100vw / 1400));
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.012em;
  color: #fff;
}

.bg03 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: -55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

  /* clip: rect(0 1273px 760px 0);
  clip: rect(0, 1273px, 760px, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}
.bg03 img{
  /* opacity: 1;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1273px;
    height: 1136.8px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
    margin-top: 47.1px; */
    height:1136.8px!important;
    object-fit: cover;
}

/*====================
    // sec02
=====================*/
/*====================
     sec03
=====================*/
.sec03 .contents07 {
  position: relative;
  width: 100%;
  height: 76rem;
  overflow: hidden;
  /* background-image: url(../img/parabg02.jpg);
background-size: 100%;
background-position: center top;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat; */
}

.sec03 .contents08 {
  padding-top: calc(231 * (100vw / 1400));
  margin-bottom: calc(34 * (100vw / 1400));
  display: flex;
  justify-content: center;
}

.sec03 .img09, .sec03 .img10, .sec03 .img11 {
  width: calc(370 * (100vw / 1400));
}

.sec03 .img09 {
  position: relative;
}

.sec03 .img09::before {
  content: "";
  position: absolute;
  width: calc(18 * (100vw / 1400));
  height: calc(337 * (100vw / 1400));
  left: calc(-27 * (100vw / 1400));
  background-image: url(../img/sec02_cap.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec03 .img10 {
  position: relative;
  margin-left: calc(15 * (100vw / 1400));
  margin-right: calc(15 * (100vw / 1400));
  margin-top: calc(120 * (100vw / 1400));
}

.sec03 .img10::before {
  content: "Elephant Jacquard Knit";
  position: absolute;
  font-size: calc(22 * (100vw / 1400));
  font-family: clarendon-wide, serif;
  font-weight: 700;
  letter-spacing: 0.072em;
  line-height: 1;
  color: #48404d;
  left: calc(-55 * (100vw / 1400));
  top: calc(-60 * (100vw / 1400));
}

.sec03 .img11 {
  position: relative;
}

.sec03 .layer {
  position: relative;
  width: calc(120 * (100vw / 1400));
  margin-top: calc(-43 * (100vw / 1400));
  margin-left: calc(-9 * (100vw / 1400));
  z-index: 2;
}

.sec03 .layer02 {
  position: relative;
  width: calc(120 * (100vw / 1400));
  margin: calc(-56 * (100vw / 1400)) auto 0;
  display: table;
}

.sec03 .contents09 {
  display: flex;
  justify-content: center;
}

.sec03 .contents09 .img01 {
  width: calc(390 * (100vw / 1400));
  padding: 0 calc(15 * (100vw / 1400)) 0;
}

.sec03 .contents09 .img12 {
  width: calc(180 * (100vw / 1400));
  display: table;
  margin: auto;
}

.sec03 .item_name {
  color: #48404d;
}

.sec03 .shop_btn a {
  position: relative;
  width: calc(213 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(20 * (100vw / 1400));
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.072em;
  color: #4c6a4b;
  z-index: 2;
}

.sec03 .shop_btn {
  position: relative;
  width: calc(213 * (100vw / 1400));
  height: calc(50 * (100vw / 1400));
  margin: calc(51 * (100vw / 1400)) auto calc(80 * (100vw / 1400));
}

.sec03 .shop_btn::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #4c6a4b;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.sec03 .shop_btn:hover a {
  color: #fff;
}

.sec03 .shop_btn:hover::before {
  height: 100%;
}

.sec03 .shop_btn {
  text-align: center;
}

.bg04 {
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: calc(-800 * (100vw / 1400)); */
  top: -130%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.bg04 img{
  height:1136.8px!important;
    object-fit: cover;
}

/*====================
    // sec03
=====================*/
/*====================
    table
=====================*/
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  html {
      font-size: calc(10* (100vw / 1200));
  }
}

/*=============================
         SP
=============================*/
@media only screen and (max-width: 767px) {
  .main-area .pc_only {
      display: none !important;
  }

  .main-area .pc_only {
      display: none;
  }

  .main-area .sp_only {
      display: block;
  }

  .main-area .flexBox {
      flex-wrap: wrap;
  }

  /*=============================
          youtube
=============================*/
  .modal-video-movie-wrap iframe {
      width: 100%!important;
      height: calc(220* (100vw / 390))!important;
  }

  .modal-video-body {
      max-width: 100%!important;
  }

  .modal-video-movie-wrap {
      width: 100%!important;
      padding-bottom: 56%!important;
  }

  .modal-video-inner {
      width: 100%!important;
  }

  .modal-video-close-btn {
      width: calc(20* (100vw / 390))!important;
      top: calc(-26* (100vw / 390))!important;
      right: calc(7* (100vw / 390))!important;
  }

  .modal-video-close-btn:before, .modal-video-close-btn:after {
      height: 1px!important;
  }

  .modal-video-body {
      padding: 0!important;
  }

  /*=============================
          youtube
=============================*/
  /*=============================
          mv_area
=============================*/
  .mv_area {
      padding-bottom: calc(49* (100vw / 390));
  }

  .mv_area .mv_inner {
      position: relative;
      margin: auto;
      /* width: 120rem; */
  }

  .mv_area .mv_inner .mv_img {
      position: relative;
      padding-bottom: 0;
      display: flex;
  }

  .mv_area .mv_inner .mv_img video {
      width: 100%;
      height: calc(293* (100vw / 390));
  }

  .mv_area .ttl_wrapper {
      width: 100%;
      margin: auto;
      padding: 0;
  }

  .mv_area h3 {
      position: relative;
      width: calc(240* (100vw / 390));
      padding: calc(35* (100vw / 390)) 0;
      top: 0%;
      left: 50%;
      transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      margin: 0;
  }

  .mv_area .main_ttl {
      width: calc(392* (100vw / 390));
      padding-bottom: calc(20* (100vw / 390));
      font-size: calc(24* (100vw / 390));
      line-height: 1.4166;
  }

  .mv_area .main_description {
      width: calc(311* (100vw / 390));
      margin: auto;
      padding: 0;
      font-size: calc(12* (100vw / 390));
      letter-spacing: 0.02em;
      line-height: 1.7083;
  }
  .mv_inner .intro {
    padding-bottom: calc(41* (100vw / 390));
    font-size: calc(15* (100vw / 390));
}

  .watch_btn {
      position: absolute;
      width: calc(160* (100vw / 390));
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      bottom: calc(28* (100vw / 390));
      cursor: pointer;
      transition-duration: .5s;
  }

  /*=============================
        //mv_area
=============================*/
  /*=============================
           ALL
=============================*/
  .main-area {
      overflow: hidden;
  }

  .item_name {
      font-size: calc(14* (100vw / 390));
      line-height: 1.428;
      letter-spacing: 0.02em;
  }

  .color {
      margin-top: calc(6* (100vw / 390));
      font-size: calc(12* (100vw / 390));
  }

  /*====================
      sec01
=====================*/
  .sec01 .contents {
      position: relative;
      margin: auto;
      padding-top: calc(60* (100vw / 390));
      padding-bottom: 0;
      margin: 0;
  }

  .sec01 .item_wrapper {
      position: relative;
      width: calc(350* (100vw / 390));
      margin: auto;
      /* padding: 0 15px; */
  }

  .sec01 .item_detail {
      flex-wrap: wrap;
  }

  .sec01 .item01, .sec01 .item02 {
      position: relative;
      width: auto;
      /* padding: 15px; */
  }

  .sec01 .img01 {
      position: absolute;
      width: calc(147 * (100vw / 390));
      margin-top: calc(-34 * (100vw / 390));
      transform: translateX(0);
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  }

  .sec01 .img02 {
      position: absolute;
      width: calc(144* (100vw / 390));
      margin-top: calc(-27* (100vw / 390));
      transform: translateX(0);
      transform: translateX(0);
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  }

  .sec01 .bg01 {
      width: 100%;
      filter: drop-shadow(rgba(0, 0, 0, .25) 0px 4px 12px);
  }

  .sec01 .item01_wrapper {
      width: calc(350* (100vw / 390));
      padding: 0;
      padding-bottom: calc(60* (100vw / 390));
  }

  .sec01 .contents02 {
      padding-top: calc(19* (100vw / 390));
      padding-bottom: calc(58* (100vw / 390));
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .sec01 .item03_wrapper {
      width: 100%;
      margin-top: calc(15* (100vw / 390));
      padding: 0;
  }

  .sec01 .img03 {
      width: calc(120* (100vw / 390));
      margin: 0 auto calc(15* (100vw / 390));
  }

  .sec01 .img04 {
      width: calc(120* (100vw / 390));
      margin: 0 auto calc(15* (100vw / 390));
      display: table;
  }

  .contents03 {
      padding: 0;
      background-color: #ee8b33;
      line-height: 1.5;
  }

  .contents03 p {
      text-align: center;
      color: #fff;
  }

  .sec01 .txt01 {
      margin-bottom: calc(11* (100vw / 390));
      padding-top: calc(42* (100vw / 390));
      font-size: calc(20* (100vw / 390));
      letter-spacing: 0.072em;
  }

  .sec01 .txt02 {
      margin-bottom: calc(3* (100vw / 390));
      font-size: calc(14* (100vw / 390));
      letter-spacing: 0.02em;
  }

  .sec01 .txt03 {
      padding-bottom: calc(40* (100vw / 390));
      font-size: calc(18* (100vw / 390));
      letter-spacing: 0.06em;
  }

  .sec01 .txt04 {
    padding-bottom: calc(43* (100vw / 390));
    font-size: calc(15* (100vw / 390));
  }

  .bg02 {
      position: absolute;
      width: 200%;
      height: 200%;
      top: -9%;
      left: calc(-95* (100vw / 390));
  }

  /*====================
     //sec01
=====================*/
  /*====================
     sec02
=====================*/
  .sec02 .contents04 {
      position: relative;
      width: 100%;
      height: calc(380* (100vw / 390));
      overflow: hidden;
  }

  .sec02 .contents05 {
      padding-top: calc(40* (100vw / 390));
      padding-bottom: calc(30* (100vw / 390));
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .sec02 .img05, .sec02 .img06 {
      width: calc(350* (100vw / 390));
  }

  .sec02 .img05 {
      margin-bottom: calc(20* (100vw / 390));
  }

  .sec02 .img06 {
      margin-bottom: calc(20* (100vw / 390));
  }

  .sec02 .img07 {
      width: calc(350* (100vw / 390));
      margin-left: 0;
  }

  .sec02 .shop_btn a {
      position: relative;
      width: calc(180* (100vw / 390));
      height: calc(42* (100vw / 390));
      font-size: calc(16* (100vw / 390));
  }

  .sec02 .shop_btn {
      position: relative;
      width: calc(180* (100vw / 390));
      height: calc(42* (100vw / 390));
      margin: 0 auto calc(72* (100vw / 390));
  }

  .sec02 .shop_btn::before {
      width: 100%;
      height: calc(3* (100vw / 390));
      transition: all 0.3s ease-in-out;
  }

  .sec02 .contents06 {
      transform: translateX(0);
      padding: calc(30* (100vw / 390)) 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .sec02 .contents06 .img08 {
      width: calc(148* (100vw / 390));
      margin: 0 3rem;
  }

  .sec02 .contents06 .ttl {
      font-size: calc(24* (100vw / 390));
  }

  .sec02 .contents06 .caption {
      margin-bottom: calc(20* (100vw / 390));
      font-size: calc(12* (100vw / 390));
      text-align: center;
      white-space: nowrap;
  }

  .sec02 .contents06 .description {
      width: calc(280* (100vw / 390));
      font-size: calc(14* (100vw / 390));
      letter-spacing: 0.012em;
      text-align: center;
  }

  .bg03 {
      left: calc(-160* (100vw / 390));
      position: absolute;
      width: 160%;
      height: 160%;
      top: -150%;
      left: -13%!important;
  }
  .bg03 img {
    width: 100%!important;
    height: 100%!important;
  }

  /*====================
    // sec02
=====================*/
  /*====================
     sec03
=====================*/
  .sec03 .contents07 {
      width: 100%;
      height: calc(380* (100vw / 390));
  }

  .sec03 .contents08 {
      padding-top: calc(40* (100vw / 390));
      margin-bottom: calc(12* (100vw / 390));
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .sec03 .img09, .sec03 .img10, .sec03 .img11 {
      width: calc(308* (100vw / 390));
  }

  .sec03 .img09 {
      position: relative;
  }

  .sec03 .img09::before {
      width: calc(10* (100vw / 390));
      height: calc(169* (100vw / 390));
      left: calc(-15* (100vw / 390));
  }

  .sec03 .img10 {
      position: relative;
      margin-left: 0;
      margin-right: 0;
      margin-top: calc(89* (100vw / 390));
      margin-bottom: calc(36* (100vw / 390));
  }

  .sec03 .img10::before {
      content: "Elephant Jacquard Knit";
      font-size: calc(22* (100vw / 390));
      left: calc(0* (100vw / 390));
      top: calc(-55* (100vw / 390));
      width: calc(222* (100vw / 390));
  }

  .sec03 .img11 {
      position: relative;
  }

  .sec03 .layer {
      width: calc(75* (100vw / 390));
      margin-top: calc(-38* (100vw / 390));
      margin-left: calc(10* (100vw / 390));
  }

  .sec03 .layer02 {
      width: calc(100* (100vw / 390));
      margin: calc(-50* (100vw / 390)) auto 0;
  }

  .sec03 .contents09 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .sec03 .contents09 .img01 {
      width: 100%;
      padding: 0;
  }

  .sec03 .contents09 .img12 {
      width: calc(180* (100vw / 390));
  }

  .sec03 .shop_btn a {
      width: calc(180* (100vw / 390));
      height: calc(42* (100vw / 390));
      font-size: calc(16* (100vw / 390));
  }

  .sec03 .shop_btn {
      width: calc(180* (100vw / 390));
      height: calc(42* (100vw / 390));
      margin: calc(17* (100vw / 390)) auto calc(60* (100vw / 390));
  }

  .sec03 .shop_btn::before {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      background: #4c6a4b;
      width: 100%;
      height: calc(3* (100vw / 390));
      transition: all 0.3s ease-in-out;
  }

  .sec03 .shop_btn:hover a {
      color: #fff;
  }

  .sec03 .shop_btn:hover::before {
      height: 100%;
  }

  .sec03 .shop_btn {
      text-align: center;
  }

  .bg04 {
      width: 170%;
      height: 170%;
      top: -310%;
      left: -12%!important;
  }
  .bg04 img {
    width: 100%!important;
    height: 100%!important;
  }

  .sec03 .item_name {
      margin: calc(-5* (100vw / 390)) auto calc(15* (100vw / 390));
  }

  /*====================
   breadcrumb 
=====================*/
  /* ----------[ breadcrumb SP ]---------- */
  #main-container .cateList{
    width: 89%;
    margin: calc(78 * (100vw / 390)) auto 0;
    padding:0 0 calc(15 * (100vw / 390));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(10 * (100vw / 390));
    letter-spacing: 0.01em;
    line-height: calc(20 * (100vw / 390));
    color: #333333;
    white-space: nowrap;

}

}

/* ----------[ breadcrumb table ]---------- */
@media only screen and (min-width: 768px){
  #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;
      padding: 0 calc(40 * (100vw / 1400)) calc(24 * (100vw / 1400)) 0;
      font-size: calc(13 * (100vw / 1400));
      letter-spacing: 0.01em;
      line-height: normal;
      color: #333333;
  }
  #main-container .cateList span {
    padding: 0 calc(5 * (100vw / 1400));
}

}

/* ----------[ breadcrumb PC ]---------- */
@media only screen and (min-width: 1400px){
  #main-container .cateList {
    margin: auto;
    padding: 0 51px 0 0;
    font-size: 13px;
    height: calc(91 * (100vw / 1400));
    max-height: 91px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  #main-container .cateList span {
    padding: 0 5px;
}

}

/* ----------[ breadcrumb PC ]---------- */
@media only screen and (min-width: 1400px) {

  /*=============================
          mv_area
=============================*/
.mv_area {
  padding-bottom: 43px;
  z-index: 2;
  position: relative;
  background: #fff;
}

.mv_area .mv_inner {
  position: relative;
  margin: auto;
  /* width:  calc(1200 * (100vw / 1400)); */
}

.mv_area .mv_inner .mv_img {
  position: relative;
  padding-bottom: 40px;
  display: flex;
}

.mv_area .logo02 img {
  position: absolute;
  width: 180px;
}

.mv_area .ttl_wrapper {
  width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.mv_area h3 {
  width: 400px;
  margin: 60px auto 60px;
}

.mv_area .main_ttl {
  width: 1120px;
  margin: auto;
  padding-bottom: 40px;
  font-size: 32px;
}

.mv_area .main_description {
  width: 980px;
  margin: auto;
  padding: 20px 0;
  font-size: 12px;
}

.watch_btn {
  position: absolute;
  width: 277px;
  bottom: 68px;
}
.mv_inner .intro{
  padding-bottom: 40px;
  font-size: 18px;
}

/*=============================
        //mv_area
=============================*/
/*=============================
           ALL
=============================*/
.item_name {
  font-size: 14px;
}

.color {
  margin-top: 5px;
  font-size: 14px;
}

/*====================
      sec01
=====================*/
.sec01 .contents {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
}
.sec01 .img01 {
  width: 230px;
  margin-top: -54px;
}

.sec01 .img02 {
  width: 210px;
  margin-top: -40px;
}
.sec01 .item01_wrapper {
  width: 585px;
  padding: 15px;
}

.sec01 .contents02 {
  width: 800px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.sec01 .item03_wrapper {
  width: 520px;
  padding: 10px;
}

.sec01 .img03 {
  width: 120px;
  margin: 20px auto 12px;
}

.sec01 .img04 {
  width: 140px;
  margin: 0 auto 5px;
}

.contents03 {
  padding: 20px 0;
}

.sec01 .txt01 {
  padding-top: 15px;
  font-size: 20px;
}

.sec01 .txt02 {
  font-size: 14px;
}

.sec01 .txt03 {
  padding-bottom: 40px;
  font-size: 18px;
}
.sec01 .txt04{
  padding-bottom: 15px;
  font-size: 18px;
}

/*====================
     //sec01
=====================*/
/*====================
     sec02
=====================*/
.sec02 .contents04 {
  height: 760px;
}

.sec02 .contents05 {
  padding-top: 110px;
  padding-bottom: 55px;
}

.sec02 .img05, .sec02 .img06 {
  width: 583px;
}

.sec02 .img05 {
  margin-bottom: 27px;
}

.sec02 .img07 {
  width: 536px;
  margin-left: 21px;
}

.sec02 .shop_btn a {
  width: 213px;
  height: 50px;
  font-size: 20px;
}

.sec02 .shop_btn {
  width: 213px;
  height: 50px;
  margin: 0 auto 60px;
}

.sec02 .shop_btn::before {
  height: 3px;
}

.sec02 .shop_btn {
  text-align: center;
}

.sec02 .contents06 {
  padding: 42px 0;
  display: flex;
  justify-content: center;
  background-color: #4c6b4b;
}

.sec02 .contents06 .img08 {
  width: 164px;
  margin: 0 30px;
}

.sec02 .contents06 .ttl {
  font-size: 32px;
}

.sec02 .contents06 .caption {
  font-size: 12px;
}

.sec02 .contents06 .description {
  width: 442px;
  font-size: 14px;
}

/*====================
    // sec02
=====================*/
/*====================
     sec03
=====================*/
.sec03 .contents07 {
  position: relative;
  width: 100%;
  height: 760px;
}

.sec03 .contents08 {
  padding-top: 231px;
  margin-bottom: 34px;
}

.sec03 .img09, .sec03 .img10, .sec03 .img11 {
  width: 370px;
}

.sec03 .img09::before {
  width: 18px;
  height: 337px;
  left: -27px;
}

.sec03 .img10 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 120px;
}

.sec03 .img10::before {
  font-size: 22px;
  left: -55px;
  top: -60px;
}

.sec03 .layer {
  width: 120px;
  margin-top: -43px;
  margin-left: -9px;
}

.sec03 .layer02 {
  width: 120px;
  margin: -56px auto 0;
}

.sec03 .contents09 .img01 {
  width: 390px;
  padding: 0 15px 0;
}

.sec03 .contents09 .img12 {
  width: 180px;
}

.sec03 .shop_btn a {
  width: 213px;
  height: 50px;
  font-size: 20px;
}

.sec03 .shop_btn {
  position: relative;
  width: 213px;
  height: 50px;
  margin: 51px auto 80px;
}
}





@media only screen and (max-width: 767px) {
    .rellax{
      display: none;
    }
    .sec01 .contents {
      position: relative;
      margin: auto;
      padding-block: calc(60* (100vw / 390));
      margin: 0;
      /* background: url(../img/parabg01.jpg) center no-repeat;
      background-size: auto 130%; */
  }
  .sec02 .contents04 {
    position: relative;
    width: 100%;
    height: calc(380* (100vw / 390));
    overflow: hidden;
    /* background: url(../img/parabg03.jpg) center no-repeat;
    background-size: auto 130%; */
  }
  .sec03 .contents07 {
    width: 100%;
    height: calc(380* (100vw / 390));
    /* background: url(../img/parabg02.jpg) center no-repeat;
    background-size: auto 130%; */
  }
  .sec01 .sp_bg{
    position: absolute;
    /* padding-block: calc(335* (100vw / 390)); */
    margin: 0;
    background: url(../img/parabg01.jpg) center no-repeat;
    background-size: contain;
    width: 227%;
    height: 165%;
    top: -63%;
    left: -63%;
  }
  .sec02 .sp_bg{
    position: absolute;
    margin: 0;
    background: url(../img/parabg03.jpg) center no-repeat;
    background-size: contain;
    width: 286%;
    height: 244%;
    top: -139%;
    left: -97%;
  }
  .sec03 .sp_bg{
    position: absolute;
    margin: 0;
    background: url(../img/parabg02.jpg) center no-repeat;
    background-size: contain;
    width: 276%;
    height: 250%;
    top: -118%;
    left: -87%;
  }
}