@charset "UTF-8";

.main_inner {
  overflow-x: hidden;
}
#breadcrumbs {
  width: 140rem;
  margin-inline: auto;
}
@font-face {
  font-family: "ginger";
  src: url("../../../../../font/F37GingerBold.otf") format("truetype");
}
@font-face {
  font-family: "ginger_r";
  src: url("../../../../../font/F37 Ginger Regular.otf") format("truetype");
}
@font-face {
  font-family: "alverata-bold";
  src: url("../../../../../font/alverata-bold.ttf") format("truetype");
}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                SETTING
///////////////////////////////////////////////////////////////////////////////////////
*/
.barbour_240809 {
  --color-black: #000;
  --ginger-bold: "ginger";
  --ginger-r: "ginger_r";
  --granville:"granville", serif;
  color: var(--color-black);
  font-feature-settings: "palt";
  font-weight: 400;
  font-family: var(--font-jp);
}




.barbour_240809 .sec_block {
  display: block ;
}

.barbour_240809 .pc {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .barbour_240809 .sp {
    display: none !important;
  }
  .barbour_240809 .pc {
    display: block !important;
  }
}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                common
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240809 .sec_box{
  width: 61rem;
  margin: auto;
}
.barbour_240809 .sec_box.sp{
  width: fit-content;
}

.barbour_240809 .sec_sub_head{
  margin-inline:0 !important;
}

.barbour_240809 .font-en{
  font-family: var(--ginger-bold);
}

.barbour_240809 .sec_head{
  width: fit-content;
  margin: auto;
  position: relative;
  font-family: var(--granville);
  font-weight: 400;
  letter-spacing: 0.005em;
  font-size: calc(65* (100vw / 750 ));
  text-align: center;
  padding: 0 calc(61* (100vw / 750 ));
  border-bottom: 1px solid #000;
}

.barbour_240809 .sec_sub_head{
  width: fit-content;
  margin: auto;
  margin-top: calc(100* (100vw / 750 ));
  padding-bottom: calc(20* (100vw / 750 ));
  font-size: calc(35* (100vw / 750 ));
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: 600;
}

.barbour_240809 .sec_cat{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(97* (100vw / 750 ));
  width: calc(281* (100vw / 750 ));
  margin: auto;
  margin-top: calc(50* (100vw / 750 ));
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}

.barbour_240809 .sec_cat span:first-of-type{
  font-family: var(--font-jp);
  font-size: calc(23* (100vw / 750 ));
  letter-spacing: 0.1em;
}

.barbour_240809 .sec_cat span{
  font-family: var(--granville);
  letter-spacing: 0.005em;
  font-size: calc(45* (100vw / 750 ));
}

.barbour_240809 .sec_text{
  width: calc(600* (100vw / 750 ));
  margin: auto;
  letter-spacing: 0.09em;
  font-weight: 500;
  font-size: calc(23* (100vw / 750 ));
  line-height: 1.7;
}

.barbour_240809 .sec_tax{
  width: fit-content;
  margin: auto;
  font-size: calc(23* (100vw / 750 ));
  font-weight: 500;
  letter-spacing: 0.05em;
}

.barbour_240809 .sec_tax a{
  display: flex;
  justify-content: center;
  gap: calc(10* (100vw / 750 ));
}

.barbour_240809 .sec_tax span:last-of-type{
  text-decoration: underline;
  font-weight: 500;
}


@media screen and (min-width: 768px), print {
  .barbour_240809 .sec_head{
    font-size: 6rem;
    padding: 0 8.5rem;
  }
  
  .barbour_240809 .sec_sub_head{
    width: fit-content;
    margin: auto;
    margin-top: 3.2rem;
    padding-bottom: 1rem;
    font-size: 2.3rem;
    letter-spacing: 0.07em;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #000;
  }
  
  .barbour_240809 .sec_cat{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6.4rem;
    width: 17.4rem;
    margin: 0;
    margin-top: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
  }
  
  .barbour_240809 .sec_cat span:first-of-type{
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  
  .barbour_240809 .sec_cat span{
    font-family: var(--granville);
    letter-spacing: 0.005em;
    font-size: 2.8rem;
  }
  
  .barbour_240809 .sec_text{
    width: 40rem;
    margin: auto;
    letter-spacing: 0.09em;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  
  .barbour_240809 .sec_tax{
    width: fit-content;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }

  .barbour_240809 .sec_box_inner{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    gap: 3rem;
  }
  
  .barbour_240809 .sec_tax a{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
  
  .barbour_240809 .sec_tax span:last-of-type{
    text-decoration: underline;
    font-weight: 500;
  }

}

.barbour_240809 .no_line{
  text-decoration: none !important;
}
/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                mv
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240809 .mv .mv_img{
  width: 100%;
  margin: auto;
}

.barbour_240809 .mv .mv_text{
  font-size: calc(23* (100vw / 750 ));
  letter-spacing: 0.1em;
  line-height: 1.86;
  text-align: center;
  margin-top: calc(127* (100vw / 750 ));
}

.barbour_240809 .mv .mv_detail{
  display: flex;
  justify-content: space-between;
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(138* (100vw / 750 ));
}

.barbour_240809 .mv .mv_detail_text_wrap{
  width: calc(284* (100vw / 750 ));
}

.barbour_240809 .mv .mv_detail_head{
  font-size: calc(30* (100vw / 750 ));
  letter-spacing: 0.05em;
}

.barbour_240809 .mv .mv_detail_tetx{
  font-size:calc(23* (100vw / 750 ));
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: calc(15* (100vw / 750 ));
}

.barbour_240809 .mv .mv_detail_img{
  width: calc(322* (100vw / 750 ));
}

@media screen and (min-width: 768px), print {
  .barbour_240809 .mv .mv_img{
    width: 80rem;
  }
  
  .barbour_240809 .mv .mv_text{
    font-size: 1.3rem;
    letter-spacing: 0.095em;
    line-height: 1.8;
    text-align: center;
    margin-top: 13rem;
  }
  
  .barbour_240809 .mv .mv_detail{
    width: 65rem;
    margin-top: 6rem;
  }
  
  .barbour_240809 .mv .mv_detail_text_wrap{
    width: 36.4rem;
  }
  
  .barbour_240809 .mv .mv_detail_head{
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  
  .barbour_240809 .mv .mv_detail_tetx{
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 1.5rem;
  }
  
  .barbour_240809 .mv .mv_detail_img{
    width: 20.7rem;
  }
  

}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                mv
///////////////////////////////////////////////////////////////////////////////////////
*/
.barbour_240809 .sec .slick-slider {
  width: calc(600 * (100vw / 750));
  margin: 0 auto;
}
.barbour_240809 .sec .slick-arrow {
  z-index: 1;
  width: calc(20 * (100vw / 750));
  height: calc(35.36 * (100vw / 750));
}
.barbour_240809 .sec .slick-arrow::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background:
    center / 100%
    no-repeat;
}
.barbour_240809 .sec .slick-prev {
  left: calc(-20 * (100vw / 750));
}
.barbour_240809 .sec .slick-prev::before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.444%22%20height%3D%2236.352%22%20viewBox%3D%220%200%2021.444%2036.352%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_81%22%20data-name%3D%22%E3%83%91%E3%82%B9%2081%22%20d%3D%22M68.061%2C7527.418l-20-17.678%2C20-17.678%22%20transform%3D%22translate(-47.057%20-7491.564)%22%20fill%3D%22none%22%20stroke%3D%22gray%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.33%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.barbour_240809 .sec .slick-next{
  right: calc(-20 * (100vw / 750));
}
.barbour_240809 .sec .slick-next::before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.444%22%20height%3D%2236.352%22%20viewBox%3D%220%200%2021.444%2036.352%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_82%22%20data-name%3D%22%E3%83%91%E3%82%B9%2082%22%20d%3D%22M678.061%2C7523.418l20-17.678-20-17.678%22%20transform%3D%22translate(-677.62%20-7487.564)%22%20fill%3D%22none%22%20stroke%3D%22gray%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.33%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                sec01
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240809 .sec.--01{
  margin-top: calc(74* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_img_wrap{
  width: calc(640* (100vw / 750 ));
  margin: auto;
  margin-top: calc(45* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_tax{
  margin-top: calc(32* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product{
  margin-top: calc(57 * (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product_inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(670* (100vw / 750 ));
  margin-left: calc(22* (100vw / 750 ));
  margin-top: calc(57 * (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product_inner::before{
  content: "";
  position: absolute;
  width: calc(700 * (100vw / 750 ));
  height: calc(280* (100vw / 750 ));
  background: #F3EBE6;
  top: calc(40* (100vw / 750 ));
  left: 0;
  z-index: -1;
}

.barbour_240809 .sec.--01 .sec_img04{
  width: calc(310* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product_name{
  width: calc(349 * (100vw / 750 ));
  margin-top: calc(77 * (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product_name .sec_tax{
  margin-inline:0 ;
}

.barbour_240809 .sec.--01 .sec_product_name h2{
  letter-spacing: 0.05em;
  font-size: calc(30* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product_name p{
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: calc(23* (100vw / 750 ));
  line-height: 1.7;
  margin-top: calc(13* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product_name .sec_tax a{
  justify-content: flex-start;
}

.barbour_240809 .sec.--01 .sec_product.--02 .sec_product_name{
  margin-top: calc(65* (100vw / 750 ));
}

.barbour_240809 .sec.--01 .sec_product.--02 .sec_tax{
  margin-top: calc(12*(100vw / 750));
  display: flex;
  flex-direction: column;
  gap: calc(12*(100vw / 750));
  line-height: 1.2;
}

.barbour_240809 .sec.--01 .sec_inner_02 .sec_sub_head{
  margin-top: calc(180* (100vw / 750 ));
}

@media screen and (min-width: 768px), print {
  .barbour_240809 .sec.--01{
    margin-top: 14.5rem;
  }
  
  .barbour_240809 .sec.--01 .sec_sub_text{
    line-height: 1.9;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 3.2rem;
  }
  
  .barbour_240809 .sec.--01 .js-slider{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64.1rem;
    margin: auto;
    margin-top: 4rem;
  }
  
  .barbour_240809 .sec.--01 .sec_img_wrap{
    width: 100%;
    margin-top:0;
  }
  
  .barbour_240809 .sec.--01 .sec_mini_img_wrap{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 16rem;
  }
  
  
  .barbour_240809 .sec.--01 .sec_img_text{
    width: 16rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  
  .barbour_240809 .sec.--01 .sec_tax{
    margin-top: 2rem;
  }
  
  .barbour_240809 .sec.--01 .sec_product{
    margin-top:1.6rem;
  }
  
  .barbour_240809 .sec.--01 .sec_product_inner{
    width: 53.1rem;
    margin: 0;
    margin: auto;
  }
  
  .barbour_240809 .sec.--01 .sec_product_inner::before{
    content: "";
    position: absolute;
    width: 60rem;
    height: 18rem;
    background: #F3EBE6;
    top: 6rem;
    left: -2rem;
    z-index: -1;
  }
  
  .barbour_240809 .sec.--01 .sec_img04{
    width: 23.5rem;
  }
  
  .barbour_240809 .sec.--01 .sec_product_name{
    width: 27.3rem;
    margin-top: 10rem;
  }
  
  .barbour_240809 .sec.--01 .sec_product_name h2{
    letter-spacing: 0.05em;
    font-size: 2rem;
  }
  
  .barbour_240809 .sec.--01 .sec_product_name p{
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
  
  .barbour_240809 .sec.--01 .sec_product_name .sec_tax a{
    justify-content: flex-start;
  }
  
  .barbour_240809 .sec.--01 .sec_inner_02 .sec_sub_head{
    margin-top:4rem;
  }
  
  .barbour_240809 .sec.--01 .sec_inner_02 .js-slider{
    width: 64.6rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10rem;
  }
  .barbour_240809 .sec.--01 .sec_inner_02 .sec_img01{
    width: 46rem;
  }

  .barbour_240809 .sec.--01 .sec_product.--02 .sec_product_name{
    margin-top: 8.5rem;
  }

  .barbour_240809 .sec.--01 .sec_product.--02 .sec_product_name p{
    margin-top: 1rem;
  }

  .barbour_240809 .sec.--01 .sec_product.--02 .sec_tax{
    margin-top: 1.4rem;
    gap: 1rem;
  }

  .barbour_240809 .sec.--01 .sec_product.--02 .sec_tax li{
    display: flex;
  }


  
}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                sec02
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240809 .sec.--02  {
  margin-top: calc(200* (100vw / 750 ));
}

.barbour_240809 .sec.--02 .sec_img_wrap{
  width: calc(610* (100vw / 750 ));
  margin: auto;
  margin-top: calc(60* (100vw / 750 ));
}

.barbour_240809 .sec.--02 .sec_inner_02 .sec_img_wrap{
  width: calc(610* (100vw / 750 ));
}

.barbour_240809 .sec.--02 .sec_tax{
  margin-top: calc(32*(100vw / 750));
}


@media screen and (min-width: 768px), print {
  .barbour_240809 .sec.--02  {
    margin-top: 13.2rem;
  }
  
  .barbour_240809 .sec.--02 .js-slider{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 66rem;
    margin: auto;
    margin-top: 5rem;
  }
  
  .barbour_240809 .sec.--02 .sec_img01{
    width: 45rem;
  }
  
  .barbour_240809 .sec.--02 .sec_img_text{
    width: 16rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .barbour_240809 .sec.--02 .sec_tax{
    margin-top: 2rem;
  }
  .barbour_240809 .sec.--02 .sec_mini_img_wrap{
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 16rem;
    margin-bottom: 2rem;
  }


  .barbour_240809 .sec.--02 .sec_inner_02 .js-slider{
    width: 63.9rem;
    margin-top: 0;
    flex-direction: row-reverse;
  }

  .barbour_240809 .sec.--02 .sec_inner_02 .sec_img01{
    width: 43.9rem;
  }

}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                sec03
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240809 .sec.--03  {
  margin-top: calc(200* (100vw / 750 ));
}

.barbour_240809 .sec.--03 .sec_img01{
  width: calc(649* (100vw / 750 ));
  margin: auto;
  margin-top: calc(43* (100vw / 750 ));
}

.barbour_240809 .sec.--03 .sec_tax{
  margin-top: calc(32*(100vw / 750));
}

.barbour_240809 .sec.--03 .sec_inner_02{
  margin-top: calc(183 *(100vw / 750));
}


@media screen and (max-width: 767px) {
  .barbour_240809 .sec.--03 .sec_inner_02 .slick-slider {
    width: calc(650 *(100vw / 750));
  }
  .barbour_240809 .sec.--03 .sec_inner_02 .sec_img01 {
    width: auto;
  }
}
@media screen and (min-width: 768px), print {
  .barbour_240809 .sec.--03  {
    margin-top: 15.5rem;
  }

  .barbour_240809 .sec.--03 .sec_img01{
    width: 44.3rem;
    margin: auto;
    margin-top: 4rem;
  }
  
  .barbour_240809 .sec.--03 .sec_box{
    width: 60rem;
    margin: auto;
  }
  
  .barbour_240809 .sec.--03 .sec_sub_head{
    margin-inline: 0;
  }
  
  .barbour_240809 .sec.--03 .sec_tax{
    margin-top: 2rem;
  }
  
  .barbour_240809 .sec.--03 .sec_inner_02{
    margin-top: 7.6rem;
  }
}

/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                sec04
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240809 .sec.--04 {
  margin-top: calc(200* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_wrap{
  background: #F3EBE6;
  padding: calc(50 * (100vw / 750 )) 0 calc(45* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_inner{
  width: calc(700* (100vw / 750 ));
  margin: auto;
}

.barbour_240809 .sec.--04 .sec_model_wrap{
  width: calc(574* (100vw / 750 ));
  margin: auto;
}

.barbour_240809 .sec.--04 .sec_model_head{
  font-size: calc(40* (100vw / 750 ));
  letter-spacing: 0.05em;
  text-align: center;
}

.barbour_240809 .sec.--04 .sec_model_detail{
  font-size: calc(23* (100vw / 750 ));
  text-align: right;
  margin-top: calc(43* (100vw / 750 ));
  display: flex;
  justify-content: flex-end;
  gap: calc(10* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_model_detail p{
  display: flex;
  width: fit-content;
}

.barbour_240809 .sec.--04 .sec_model_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(26* (100vw / 750 ));
  margin-top: calc(16* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_model_list li{
  position: relative;
  width: calc(170* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_model_sub_head{
  font-size: calc(30* (100vw / 750 ));
  writing-mode: vertical-rl;
  font-family: var(--ginger-bold);
  position: absolute;
  left: calc(-10* (100vw / 750 ));
  top: calc(23 * (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_cat_wrap{
  margin-top: calc(130* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_cat_head{
  font-size: calc(40* (100vw / 750 ));
  letter-spacing: 0.09em;
  font-weight: 600;
  padding: calc(35 * (100vw / 750 )) 0;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  text-align: center;
}

.barbour_240809 .sec.--04 .sec_cat_main_text{
  font-size: calc(23 * (100vw / 750 ));
  letter-spacing: 0.115em;
  font-weight: 400;
  text-align: center;
  margin-top: calc(53* (100vw / 750 ));
  line-height: 1.8;
}

.barbour_240809 .sec.--04 .sec_cat_img{
  width: calc(396* (100vw / 750 ));
  margin: auto;
}

.barbour_240809 .sec.--04 .sec_cat_name{
  font-size: calc(33* (100vw / 750 ));
  margin-top: calc(87* (100vw / 750 ));
  font-family: var(--ginger-bold);
  text-align: center;
}

.barbour_240809 .sec.--04 .sec_cat_sub_head{
  font-size: calc(30* (100vw / 750 ));
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.barbour_240809 .sec.--04 .sec_cat_text{
  font-size: calc(23* (100vw / 750 ));
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: calc(600* (100vw / 750 ));
  margin: auto;
  margin-top: calc(27* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_tax{
  display: flex;
  flex-direction: column;
  gap: calc(32* (100vw / 750 ));
  margin-top: calc(30* (100vw / 750 ));
}

.barbour_240809 .sec.--04 .sec_cat_detail{
  width: calc(700* (100vw / 750 ));
  margin: auto;
  margin-top: calc(90* (100vw / 750 ));
  padding-top: calc(25* (100vw / 750 ));
  border-top: 1px solid #000;
  font-family: var(--ginger-r);
  text-align: center;
  font-size: calc(23 * (100vw / 750 ));
}


@media screen and (min-width: 768px), print {

  .barbour_240809 .sec.--04 {
    width: 85rem;
    margin: auto;
    margin-top: 15rem;
    margin-bottom: 10rem;
  }
  
  .barbour_240809 .sec.--04 .sec_wrap{
    background: #F3EBE6;
    padding: 0;
    padding-top: 4.6rem;
    padding-bottom: 4.5rem;
  }
  
  .barbour_240809 .sec.--04 .sec_inner{
    width: 100%;
    margin: auto;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_list_wrap{
    display: flex;
    justify-content: space-between;
    width: 70.4rem;
    margin: auto;
  }
  
  .barbour_240809 .sec.--04 .sec_model_wrap{
    width: 69.5rem;
    margin: auto;
  }
  
  .barbour_240809 .sec.--04 .sec_model_head{
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  
  .barbour_240809 .sec.--04 .sec_model_detail{
    font-size: 1rem;
    text-align: right;
    margin-top: 1.7rem;
    gap: 0.5em;
  }
  
  .barbour_240809 .sec.--04 .sec_model_detail p{
    display: flex;
    width: fit-content;
  }
  
  .barbour_240809 .sec.--04 .sec_model_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 1rem;
  }
  
  .barbour_240809 .sec.--04 .sec_model_list li{
    position: relative;
    width: 10rem;
  }
  
  .barbour_240809 .sec.--04 .sec_model_sub_head{
    font-size: 1.8rem;
    writing-mode: vertical-rl;
    font-family: var(--ginger-bold);
    position: absolute;
    left: -1rem;
    top: 2rem;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_wrap{
    margin-top: 10rem;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_head{
    width: 70rem;
    margin: auto;
    font-size: 2.5rem;
    letter-spacing: 0.09em;
    font-weight: 600;
    padding: 3rem 0;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    text-align: center;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_head span{
    font-size: 3rem;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_main_text{
    font-size: 1.3rem;
    margin-top: 3.6rem;
    line-height: 1.8;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_img{
    position: relative;
    width: 16rem;
    margin: auto;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_img:first-of-type::before{
    content: "";
    position: absolute;
    width: 20.8rem;
    height: 26.9rem;
    left: 0;
    bottom: 0;
    background-image: url(../img/img07_01_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_img:nth-of-type(2):before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22.6rem;
    height: 29.3rem;
    background-image: url(../img/img07_02_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  
  .barbour_240809 .sec.--04 .sec_cat_img:nth-of-type(3):before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21rem;
    height: 27rem;
    background-image: url(../img/img07_03_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  
  .barbour_240809 .sec.--04 .sec_cat_img:nth-of-type(4):before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21.8rem;
    height: 28.2rem;
    background-image: url(../img/img07_04_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  
  .barbour_240809 .sec.--04 .sec_cat_name{
    font-size:2rem;
    margin-top: 7rem;
    font-family: var(--ginger-bold);
    text-align: center;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_sub_head{
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_text{
    font-size: 1.3rem;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 1.8;
    width: 15rem;
    height: 17.4rem;
    margin: auto;
    margin-top: 3rem;
  }
  
  .barbour_240809 .sec.--04 .sec_tax{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.4rem;
  }
  
  .barbour_240809 .sec.--04 .sec_cat_detail{
    width: 70rem;
    margin: auto;
    margin-top: 4rem;
    padding-top:1.5rem;
    border-top: 1px solid #000;
    font-family: var(--ginger-r);
    text-align: center;
    font-size: 1.1rem;
  }
}

/* アニメーション */
.barbour_240809 .js-mv_fade
{
  opacity: 0;
  transition: opacity 1s ease , transform 1s ease;
  transform: translateY(2rem);
}

.barbour_240809 .js-mv_fade.active
{
  opacity: 1;
  transform: translateY(0);
}


/* スライダー */
.barbour_240809 .slick-dots{
  display: flex;
  justify-content: center;
  gap: calc(20* (100vw / 750 ));
  position: initial;
  margin-top: calc(30* (100vw / 750 ));
}

.barbour_240809 .slick-dots li button{
  display: none;
}

.barbour_240809 .slick-dots li{
  width: calc(100* (100vw / 750 ));
  height: calc(6* (100vw / 750 ));
  background: #ddd;
  margin: 0;
}

.barbour_240809 .slick-dots li.slick-active{
  background: var(--color-black);
}

@media screen and (min-width: 768px), print {
  .barbour_240809 .slick-dots{
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .barbour_240809 .slick-dots li{
    width: 5rem;
    height: 0.5rem;
  }
}
