
.Barbour231020{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

.Barbour231020 a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.Barbour231020 span {
  display: block;
}

.Barbour231020 img {
  width: 100%;
  height: auto;
  position: relative;
}

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

@media only screen and (min-width: 768px), print {
  .Barbour231020 .sp {
    display: none !important;
  }
  .Barbour231020 .pc {
    display: block !important;
  }
  #breadcrumbs {
    padding: 1.5rem 1.5rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumbs {
    max-width: initial;
    padding: 1rem 0 0.8rem;
  }
}

/* common */
.Barbour231020 .sec .sec_head_wrap{
  width: calc( 335*(100vw / 375));
  margin: auto;
  border-bottom: 1px solid #000;
}
.Barbour231020 .sec .sec_head{
  position: relative;
}
.Barbour231020 .sec .sec_head{
  padding-bottom: calc( 12*(100vw / 375));
}
.Barbour231020 .sec .sec_img_wrap{
  display: flex;
  flex-direction: column;
}
.Barbour231020 .sec .sec_img01_wrap{
  display: contents;
}
.Barbour231020 .sec .sec_img01{
  width: calc( 355*(100vw / 375));
  margin-top: calc( 40*(100vw / 375));
  order: 1;
}
.Barbour231020 .sec .sec_text_wrap{
  width: calc( 335*(100vw / 375));
  margin: auto;
  margin-top: calc(20* (100vw / 375 ));
  order: 3;
}
.Barbour231020 .sec .sec_text_wrap h3{
  font-size: calc( 14*(100vw / 375));
  text-align: center;
  font-weight: bold;
}
.Barbour231020 .sec .sec_text_wrap p{
  margin-top: calc( 15 *(100vw / 375));
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
  font-size: calc( 12*(100vw / 375));
}

.Barbour231020 .sec .sec_img02{
  position: relative;
  width: calc( 297*(100vw / 375));
  margin-top: calc( 30*(100vw / 375));
  order: 2;
}

.Barbour231020 .sec .sec_product{
  width: calc( 335*(100vw / 375));
  margin: auto;
  margin-top: calc(80* (100vw / 750 ));
  border: 1px solid #000;
  background: rgba(40, 64, 42, 0.1);
  border-radius: 12px;
}
.Barbour231020 .sec .sec_product_wrap{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.Barbour231020 .sec .sec_product_head{
  text-align: center;
  font-family: "F37GingerBold";
  font-size: calc( 16*(100vw / 375));
}
.Barbour231020 .sec .sec_product_text{
  width: calc( 158*(100vw / 375));
  margin-top: calc( 5*(100vw / 375));
  font-size: calc( 10*(100vw / 375));
  line-height: 1.7;

}
.Barbour231020 .sec .sec_product_tax{
  display: flex;
  justify-content: center;
  font-family: "F37GingerBold";
  font-weight: bold;
  align-items: center;
  gap: calc( 15*(100vw / 375));
  margin-top: calc( 10*(100vw / 375));
  font-size: calc( 12*(100vw / 375));
}
.Barbour231020 .sec .sec_product_tax span:last-of-type{
  border-bottom: 1px solid #000;
}

@media only screen and (min-width: 768px), print {
  .Barbour231020 .sec .sec_wrap{
    width: 95rem;
    margin: auto;
  }
  .Barbour231020 .sec .sec_head_wrap{
    width: 95rem;
  }
  .Barbour231020 .sec .sec_head{
    padding-bottom: 1.64rem;
  }

  .Barbour231020 .sec .sec_img_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 6rem;
  }
  .Barbour231020 .sec .sec_img_wrap{
    display: block;
  }
  .Barbour231020 .sec .sec_img01_wrap{
    display: block;
  }
  .Barbour231020 .sec .sec_img01{
    width: 45.3rem;
    margin-top: 0;
  }

  .Barbour231020 .sec .sec_text_wrap{
    width: 45.3rem;
    margin-top: 2rem;
  }

  .Barbour231020 .sec .sec_text_wrap h3{
    font-size: 1.6rem;
  }
  .Barbour231020 .sec .sec_text_wrap p{
    margin-top: 1rem;
    line-height: 1.7;
    font-size: 1.4rem;
  }
  
  .Barbour231020 .sec .sec_img02{
    width: 35.5rem;
    margin-top:32rem;
  }
  
  .Barbour231020 .sec .sec_product{
    width: 52.4rem;
    margin: auto;
    margin-top: 8rem;
  }

  .Barbour231020 .sec .sec_product_head{
    font-size: 2.6rem;
  }

  .Barbour231020 .sec .sec_product_text{
    width: 25.9rem;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .Barbour231020 .sec .sec_product_tax{
    gap: 2rem;
    margin-top: 2rem;
    font-size: 1.7rem;
  }
}

/* mv */
.Barbour231020  .mv_img{
  width: 100%;
  margin: auto;
}
.Barbour231020  .mv_ttl{
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: calc( 50*(100vw / 375));
  text-align: center;
}
.Barbour231020 .mv_ttl::before{
  content: "";
  position: absolute;
  background-image: url(../img/mv_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc( 78*(100vw / 375));
  height: calc( 54*(100vw / 375));
  right: calc( -13*(100vw / 375));
  top: calc( -33*(100vw / 375));
}
.Barbour231020  .mv_ttl span:first-of-type{
  font-size: calc( 16*(100vw / 375));
  font-weight: bold;
}
.Barbour231020  .mv_ttl span:last-of-type{
  font-size: calc( 19*(100vw / 375));
  font-weight: 900;
  margin-top: 1rem;
}
.Barbour231020  .mv__text{
  margin-top: calc( 23*(100vw / 375));
  font-size: calc( 13*(100vw / 375));
  line-height: 1.9 ;
  font-weight: 500;
  text-align: center;
}
.Barbour231020  .mv_img_02{
  width: calc( 380*(100vw / 375));
  margin-top: calc( 30*(100vw / 375));
  margin-left: calc( -26*(100vw / 375));
}

@media only screen and (min-width: 768px), print {
  .Barbour231020  .mv_img{
    width: 122.9rem;
  }
  .Barbour231020  .mv_ttl{
    margin-top: 16rem;
  }
  .Barbour231020  .mv_ttl::before{
    content: "";
    position: absolute;
    width: 15.8rem;
    height: 12.9rem;
    top: -7rem;
    right: -6rem;
  }
  .Barbour231020  .mv_ttl span:first-of-type{
    font-size: 2.7rem;
  }
  .Barbour231020  .mv_ttl span:last-of-type{
    font-size: 3.2rem;
    margin-top:1rem;


  }
  .Barbour231020 .mv__text{
    margin-top:3rem;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 2.2;
  }
  .Barbour231020  .mv_img_02{
    width: 86.8rem;
    margin: 0;
    margin: auto;
    margin-top: 5.6rem;
  }

}


/* contents1 */
.Barbour231020 .sec.--01 {
  margin-top: calc(175* (100vw / 750 ));
}
.Barbour231020 .sec.--01 .sec_head{
  position: relative;
  width: calc( 278*(100vw / 375));
  margin-left: calc( 8*(100vw / 375));
}
.Barbour231020 .sec.--01 .sec_head::before{
  content: "";
  position: absolute;
  background-image: url(../img/ttl_01_icon.png); 
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: calc( -46*(100vw / 375));
  width: calc( 58*(100vw / 375));
  height: calc( 63*(100vw / 375));
}

.Barbour231020 .sec.--01 .sec_img01{
  margin-left: auto;
}

.Barbour231020 .sec.--01 .sec_subhead{
  position: absolute;
  width: calc( 59*(100vw / 375));
  top: 50%;
  transform: translateY(-50%);
  right: calc( -56*(100vw / 375));
}

.Barbour231020 .sec.--01 .sec_product{
  padding: calc( 10*(100vw / 375)) calc( 15*(100vw / 375)) calc( 20*(100vw / 375));
}
.Barbour231020 .sec.--01 .sec_product_wrap{
  gap: calc( 5 *(100vw / 375));
}
.Barbour231020 .sec.--01 .sec_product_img{ 
  width: calc( 143*(100vw / 375));
}
@media only screen and (min-width: 768px), print {
  .Barbour231020 .sec.--01 {
    margin-top: 15.6rem;
  }
  .Barbour231020 .sec.--01 .sec_head{
    width: 42.2rem;
    margin-left: 22rem;
    padding-bottom: 1.62rem;
  }
  .Barbour231020 .sec.--01 .sec_head::before{
    right: -8.5rem;
    width: 7.8rem;
    height: 8.5rem;
  }
  
  .Barbour231020 .sec.--01 .sec_img_wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .Barbour231020 .sec.--01 .sec_subhead{
    width: 8.1rem;
    top: 50%;
    transform: translateY(-50%);
    right: -9.2rem;
  }
  
  .Barbour231020 .sec.--01 .sec_product{
    padding: 2rem 2rem 2rem  1.7rem;
  }
  .Barbour231020 .sec.--01 .sec_product_wrap{
    gap: 1.7rem;
  }
  .Barbour231020 .sec.--01 .sec_product_img{ 
    width: 21.1rem;
  }
}


/* contents2 */
.Barbour231020 .sec.--02 {
  margin-top: calc( 88*(100vw / 375));
}
.Barbour231020 .sec.--02 .sec_head{
  position: relative;
  width: calc( 254 *(100vw / 375));
}
.Barbour231020 .sec.--02 .sec_head::before{
  content: "";
  position: absolute;
  background-image: url(../img/ttl_02_icon.png); 
    background-repeat: no-repeat;
  background-size: cover;
  top: calc( -11 *(100vw / 375));
  right: calc( -80 *(100vw / 375));
  width: calc( 77 *(100vw / 375));
  height: calc( 77 *(100vw / 375));
}

.Barbour231020 .sec.--02 .sec_subhead{
  position: absolute;
  width: calc( 55 *(100vw / 375));
  top:  calc( 30*(100vw / 375)) ;
  left: calc( -56*(100vw / 375));
}

.Barbour231020 .sec.--02 .sec_img02{
  margin-left: auto;
}

.Barbour231020 .sec.--02 .sec_product{
  padding: calc( 11*(100vw / 375)) calc( 15*(100vw / 375)) calc( 25*(100vw / 375)) calc(11 *(100vw / 375)) ;
}
.Barbour231020 .sec.--02 .sec_product_wrap{
  gap: calc( 2 *(100vw / 375));
}
.Barbour231020 .sec.--02 .sec_product_img{ 
  width: calc( 147*(100vw / 375));
}

.Barbour231020 .sec.--02 .sec_product.--02{
  margin-top: calc( 20*(100vw / 375));
  padding: calc( 10*(100vw / 375)) calc( 7*(100vw / 375)) calc( 18*(100vw / 375)) calc(33 *(100vw / 375)) ;
}
.Barbour231020 .sec.--02 .sec_product.--02 .sec_product_wrap{
  gap: calc( 24 *(100vw / 375));
}
.Barbour231020 .sec.--02 .sec_product.--02 .sec_product_head{
  margin-left: calc( -26*(100vw / 375));
}
.Barbour231020 .sec.--02  .sec_product.--02 .sec_product_img{ 
  width: calc( 103*(100vw / 375));
}

@media only screen and (min-width: 768px), print {
  .Barbour231020 .sec.--02 {
    margin-top: 11.6rem;
  }
  
  .Barbour231020 .sec.--02 .sec_head{
    width: 38.7rem;
    margin-left: 23rem;
  }
  .Barbour231020 .sec.--02 .sec_head::before{
    top: -2.5rem;
    right: -9.8rem;
    width: 9.5rem;
    height: 9.5rem;
  }
  
  .Barbour231020 .sec.--02 .sec_img_wrap{
    display: flex;
    justify-content: space-between;
  }

  .Barbour231020 .sec.--02 .sec_subhead{
    width: 7.6rem;
    top: 1.3rem;
    left: -8.6rem;
  }
  
  .Barbour231020 .sec.--02 .sec_img02{
    margin-left: 0;
  }

  .Barbour231020 .sec.--02 .sec_product{
    padding: 2.1rem 2rem 2.5rem ;
  }
  .Barbour231020 .sec.--02 .sec_product_wrap{
    gap: 1.4rem;
  }
  .Barbour231020 .sec.--02 .sec_product_img{ 
    width: 21.1rem;
  }
  
  .Barbour231020 .sec.--02 .sec_product.--02{
    margin-top: 3rem;
    padding: 2rem  0.8rem  2rem 4.6rem ;
  }
  .Barbour231020 .sec.--02 .sec_product.--02 .sec_product_wrap{
    gap: 5rem;
  }
  .Barbour231020 .sec.--02  .sec_product.--02 .sec_product_img{ 
    width: 14.8rem;
  }
  .Barbour231020 .sec.--02 .sec_product.--02 .sec_product_head{
    margin-left: -4rem;
  }
}

/* contents3 */
.Barbour231020 .sec.--03 {
  margin-top: calc( 91 *(100vw / 375));
}

.Barbour231020 .sec.--03 .sec_head{
  position: relative;
  width: calc( 260 *(100vw / 375));
  margin-left: calc( 16*(100vw / 375));
}

.Barbour231020 .sec.--03 .sec_head::before{
  content: "";
  position: absolute;
  background-image: url(../img/ttl_03_icon.png); 
    background-repeat: no-repeat;
  background-size: cover;
  top: calc( -8 *(100vw / 375));
  right: calc( -37 *(100vw / 375));
  width: calc( 48 *(100vw / 375));
  height: calc( 58 *(100vw / 375));
}

.Barbour231020 .sec.--03 .sec_img01{
  margin-left: auto;
}
.Barbour231020 .sec.--03 .sec_subhead{
  position: absolute;
  width: calc( 53*(100vw / 375));
  top: 50%;
  transform: translateY(-50%);
  right: calc( -56*(100vw / 375));
}

.Barbour231020 .sec.--03 .sec_product{
  padding: calc( 10*(100vw / 375)) calc( 15*(100vw / 375)) calc( 20*(100vw / 375)) calc( 11*(100vw / 375));
}
.Barbour231020 .sec.--03 .sec_product_wrap{
  gap: calc( 2 *(100vw / 375));
}
.Barbour231020 .sec.--03 .sec_product_img{ 
  width: calc( 148*(100vw / 375));
}

@media only screen and (min-width: 768px), print {
  .Barbour231020 .sec.--03 {
    margin-top: 12rem;
  }
  .Barbour231020 .sec.--03 .sec_head{
    width: 39.4rem;
    margin-left: 23.5rem;
  }
  .Barbour231020 .sec.--03 .sec_head::before{
    top: -1.2rem;
    transform: translateY(0);
    right: -8.6rem;
    width: 7.8rem;
    height: 7.8rem;
  }
  
  .Barbour231020 .sec.--03 .sec_img_wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .Barbour231020 .sec.--03 .sec_img01{
    margin-left: 0;
  }
  .Barbour231020 .sec.--03 .sec_subhead{
    width: 7.3rem ;
    top: 50%;
    transform: translateY(-50%);
    right: -8rem;
  }
  
  .Barbour231020 .sec.--03 .sec_product{
    padding: 2rem 2rem 2rem 2.3rem;
  }
  .Barbour231020 .sec.--03 .sec_product_wrap{
    gap: 1rem ;
  }
  .Barbour231020 .sec.--03 .sec_product_img{ 
    width: 21.1rem;
  }
}

/* contents4 */
.Barbour231020 .sec.--04 {
  margin-top: calc( 88*(100vw / 375));
  margin-bottom: calc( 80*(100vw / 375));
}
.Barbour231020 .sec.--04 .sec_head{
  position: relative;
  width: calc( 240 *(100vw / 375));
  margin-left: calc( 22*(100vw / 375));
}
.Barbour231020 .sec.--04 .sec_head::before{
  content: "";
  position: absolute;
  background-image: url(../img/ttl_04_icon.png); 
  background-repeat: no-repeat;
  background-size: cover;
  top: calc( -17 *(100vw / 375));
  right: calc( -44 *(100vw / 375));
  width: calc( 45 *(100vw / 375));
  height: calc( 77 *(100vw / 375));
}

.Barbour231020 .sec.--04 .sec_img02{
  margin-left: auto;
}

.Barbour231020 .sec.--04 .sec_subhead{
  position: absolute;
  width: calc( 50 *(100vw / 375));
  top: calc( 90*(100vw / 375));
  left: calc( -48*(100vw / 375));
}

.Barbour231020 .sec.--04 .sec_product{
  padding: calc( 10*(100vw / 375)) calc( 15*(100vw / 375)) calc( 11*(100vw / 375)) calc(34 *(100vw / 375)) ;
}
.Barbour231020 .sec.--04 .sec_product_wrap{
  gap: calc( 25 *(100vw / 375));
}
.Barbour231020 .sec.--04 .sec_product_img{ 
  width: calc( 103*(100vw / 375));
}

@media only screen and (min-width: 768px), print {
  .Barbour231020 .sec.--04 {
    margin-bottom: 8rem;
    margin-top: 9.8rem;
  }
  .Barbour231020 .sec.--04 .sec_head{
    width: 36.8rem;
    margin-left: 26rem;
  }
  .Barbour231020 .sec.--04 .sec_head::before{
    top: -1.6rem;
    transform: translateY(0);
    right: -6rem;
    width: 6.5rem;
    height: 9.4rem;
  }

  .Barbour231020 .sec.--04 .sec_img02{
    margin-left: 0;
  }
  
  .Barbour231020 .sec.--04 .sec_img_wrap{
    display: flex;
    justify-content: space-between;
  }

  .Barbour231020 .sec.--04 .sec_subhead{
    width: 6.9rem;
    top: 8rem ;
    left: -8rem;
  }
  
  .Barbour231020 .sec.--04 .sec_product{
    padding: 1.4rem 1rem 1.3rem 4.9rem ;
  }
  .Barbour231020 .sec.--04 .sec_product_wrap{
    gap: 4rem;
  }
  .Barbour231020 .sec.--04 .sec_product_text{
    width: 27.8rem;
  }
  .Barbour231020 .sec.--04 .sec_product_img{ 
    width: 14.7rem;
  }
  
}

.Barbour231020 .fade {
  opacity: 0;
  transform: translateY(calc( 30*(100vw / 375)));
  transition: opacity 1s ease , transform 1s ease;
  transition-duration: 0.8s;
}
@media only screen and (min-width: 768px), print {
  .Barbour231020 .fade {
    transform: translateY(3rem);
  }
}

.Barbour231020  .fade_in {
  opacity: 1;
  transform: translateY(0);
}
