@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_240802 {
  --color-black: #000;
  --font-min-tyo: "shippori-mincho", sans-serif;
  --ginger-bold: "ginger";
  --ginger-r: "ginger_r";
  --alverata-bold:"alverata-bold";
  color: var(--color-black);
  text-align: center;
  font-feature-settings: "palt";
  font-family: var(--font-min-tyo);
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .barbour_240802 {
    margin: 0 auto calc(224* (100vw / 750 ));
  }

}
@media screen and (min-width: 768px) {
  .barbour_240802 {
    margin: 0 auto 19rem;
  }
}

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

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

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

.barbour_240802 .sec_name {
  position: absolute;
  text-align: left;
}

.barbour_240802 .sec_name span{
  display: block;
}

.barbour_240802 .sec_name span:first-of-type{
  font-size: calc(23* (100vw / 750 ));
  font-weight: 400;
}

.barbour_240802 .sec_name span:last-of-type{
  font-size: calc(55* (100vw / 750 ));
  font-weight: 500;
  margin-top: calc(0* (100vw / 750 ));
}

.barbour_240802 .sec_head {
  font-size: calc(30* (100vw / 750 ));
  writing-mode: vertical-rl;
  position: absolute;
  font-family: var(--alverata-bold);
  font-style: italic;
}

.barbour_240802 .sec_sub_head {
  margin-top: calc(50* (100vw / 750 ));
  font-size: calc(30* (100vw / 750 ));
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}

.barbour_240802 .sec_text {
  width: calc(550* (100vw / 750 ));
  margin: auto;
  margin-top: calc(48 * (100vw / 750 ));
  font-size: calc(24* (100vw / 750 ));
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  height: calc(64* (100vw / 750 ));
  overflow-y: hidden;
  font-feature-settings: "palt";
  text-align: justify;
}

.barbour_240802 .sec_btn {
  margin-top: calc(53 * (100vw / 750 ));
  font-size: calc(23 * (100vw / 750 ));
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.barbour_240802 .sec_btn::before{
  content: "";
  position: absolute;
  right: calc(-35* (100vw / 750 ));
  top: calc(8* (100vw / 750 ));
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: calc(15* (100vw / 750 ));
  height: calc(15* (100vw / 750 ));
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.barbour_240802 .sec_video {
  width: calc(468* (100vw / 750 ));
  margin: auto;
  margin-top: calc(183* (100vw / 750 ));
}

.barbour_240802 .sec_en_name {
  font-family: var(--alverata-bold);
  text-align: center;
  font-size: calc(30* (100vw / 750 ));
  margin-top: calc(48* (100vw / 750 ));
}

.barbour_240802 .sec_detail {
  width: calc(602* (100vw / 750 ));
  margin: auto;
  font-family: var(--font-jp);
  font-size: calc(22* (100vw / 750 ));
  margin-top: calc(13* (100vw / 750 ));
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}

.barbour_240802 .sec_tax {
  margin-top: calc(48 * (100vw / 750 ));
  letter-spacing: 0.05em;
}

.barbour_240802 .sec_tax ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc( 14* (100vw / 750 )) calc(50* (100vw / 750 ));
}

.barbour_240802 .sec_tax a{
  display: flex;
  gap: calc(41* (100vw / 750 ));
}

.barbour_240802 .sec_tax span{
  font-family: var(--font-jp);
  font-size: calc(23* (100vw / 750 ));
  font-weight: 500;
}

.barbour_240802 .sec_tax span:last-of-type{
  text-decoration: underline;
}

.barbour_240802 .sec_tax .border-none{
  text-decoration: none !important;
}

.barbour_240802 .sec_tax p{
  font-family: var(--font-jp);
  font-size: calc(23* (100vw / 750 ));
  font-weight: 500;
  margin-top: calc(17* (100vw / 750 ));
}

@media screen and (min-width: 768px), print {
  .barbour_240802 .sec_name span{
    display: inline-block;
  }
  
  .barbour_240802 .sec_name span:first-of-type{
    font-size: 1.5rem;
    vertical-align: top;
    padding-top: 1.4rem;
  }
  
  .barbour_240802 .sec_name span:last-of-type{
    font-size: 5rem;
    padding-left: 0.4rem;
  }
  
  .barbour_240802 .sec_head {
    font-size: 3rem;
  }
  
  .barbour_240802 .sec_sub_head {
    margin-top: 4.4rem;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
    text-align: left;
    padding-left: 1.6rem;
  }
  
  .barbour_240802 .sec_text {
    width: 100%;
    margin: auto;
    margin-top: 2.6rem;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.066em;
    height: 4.8rem;
    text-align: left;
  }
  
  .barbour_240802 .sec_btn {
    margin-top: 0;
    font-size: 1.5rem;
    position: absolute;
    transform: translateX(-50%);
    bottom: -4.5rem;
    left: 50%;
    margin-inline: auto;
  }
  
  .barbour_240802 .sec_video {
    width: 39rem;
    margin-top: 14.4rem;
  }
  
  .barbour_240802 .sec_en_name {
    font-size: 2rem;
    margin-top: 2.8rem;
  }
  
  .barbour_240802 .sec_detail {
    width: 42rem;
    font-size: 1.4rem;
    margin-top: 0.8rem;
    letter-spacing: 0.075em;
  }
  
  .barbour_240802 .sec_tax {
    margin-top: 3.6rem;
    letter-spacing: 0.05em;
  }
  
  .barbour_240802 .sec_tax ul{
    width: fit-content;
    text-align: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
  }
  
  .barbour_240802 .sec_tax a{
    display: flex;
    gap: 1.4rem;
    justify-content: center;
  }
  
  .barbour_240802 .sec_tax span{
    font-size: 1.2rem;
  }

  .barbour_240802 .sec_tax p{
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }

  .barbour_240802 .sec_text_wrap{
    padding-left: 1.6rem;
  }
  
.barbour_240802 .sec_btn::before{
  right: -2.6rem;
  width: 1.2rem;
  height: 1.2rem;
  top: 0.5rem;
}

}


/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                mv
///////////////////////////////////////////////////////////////////////////////////////
*/

.barbour_240802 .mv {
  position: relative;
  margin-top: calc(58* (100vw / 750 ));
}

.barbour_240802 .mv .mv_ttl {
  position: absolute;
  width: calc(216* (100vw / 750 ));
  height: fit-content;
  inset: 0;
  margin: auto;
}

.barbour_240802 .mv .mv_img_wrap {
  position: relative;
}

.barbour_240802 .mv .mv_text_wrap {
  text-align: center;
  margin-top: calc(50* (100vw / 750 ));
}

.barbour_240802 .mv .mv_head {
  font-family: var(--alverata-bold);
  font-style: italic;
  font-size: calc(30* (100vw / 750 ));
}

.barbour_240802 .mv .mv_text {
  margin-top: calc(25*(100vw / 750));
  font-size: calc(24*(100vw / 750));
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (min-width: 768px), print {
  .barbour_240802 .mv {
    width: 120rem;
    margin: auto;
    margin-top: 0;
  }
  
  .barbour_240802 .mv .mv_ttl {
    width: 15rem;
  }  


  .barbour_240802 .mv .mv_text_wrap {
    margin-top: 4rem;
  }
  
  .barbour_240802 .mv .mv_head {
    font-size:3rem;
  }
  
  .barbour_240802 .mv .mv_text {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.066em;
  }

}
/*
///////////////////////////////////////////////////////////////////////////////////////
                                                                                sec01
///////////////////////////////////////////////////////////////////////////////////////
*/

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

.barbour_240802 .sec.--01 .sec_img_wrap{
  position: relative;
  width:calc(550* (100vw / 750 )) ;
  margin: auto;
}

.barbour_240802 .sec.--01 .sec_name{
  top: calc(340* (100vw / 750 ));
  left: calc(-60* (100vw / 750 ));
}

.barbour_240802 .sec.--01 .sec_name span{
  font-family: var(--font-min-tyo);
}

.barbour_240802 .sec.--01 .sec_head{
  top: calc(290* (100vw / 750 ));
  right: calc(-60* (100vw / 750 ));
}

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

  .barbour_240802 .sec.--01 {
    margin-top: 18.2rem;
  }
  
  .barbour_240802 .sec.--01 .sec_img_wrap{
    position: relative;
    width:55rem;
    margin: auto;
  }

  .barbour_240802 .sec.--01 .sec_name{
    top: 10rem;
    left: -15.8rem;
  }
  
  .barbour_240802 .sec.--01 .sec_head{
    right: -8rem;
    top: 29rem;
  }
  
}

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

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

.barbour_240802 .sec.--02 .sec_img_wrap{
  position: relative;
  width:calc(550* (100vw / 750 )) ;
  margin: auto;
}

.barbour_240802 .sec.--02 .sec_name{
  top: calc(331* (100vw / 750 ));
  right: calc(-70* (100vw / 750 ));
  text-align: right;
}

.barbour_240802 .sec.--02 .sec_head{
  top: calc(290* (100vw / 750 ));
  left: calc(-60* (100vw / 750 ));
}

.barbour_240802 .sec.--02 .sec_tax ul{
  gap: calc( 40* (100vw / 750 )) calc(50* (100vw / 750 ));
}

@media screen and (min-width: 768px), print {
  .barbour_240802 .sec.--02 {
    margin-top: 14.3rem;
  }
  
  .barbour_240802 .sec.--02 .sec_img_wrap{
    width: 55rem;
  }
  
  .barbour_240802 .sec.--02 .sec_name{
    top: 10rem;
    right: -15.6rem;
  }
  
  .barbour_240802 .sec.--02 .sec_head{
    top: 29rem;
    left: -10rem;
  }
  
  .barbour_240802 .sec.--02 .sec_tax ul{
    gap: 1rem;
  }
}

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

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

.barbour_240802 .sec.--03 .sec_img_wrap{
  position: relative;
  width:calc(550* (100vw / 750 )) ;
  margin: auto;
}

.barbour_240802 .sec.--03 .sec_name{
  top: calc(339* (100vw / 750 ));
  left: calc(-60* (100vw / 750 ));
}

.barbour_240802 .sec.--03 .sec_head{
  top: calc(290* (100vw / 750 ));
  right: calc(-60* (100vw / 750 ));
}

.barbour_240802 .sec.--03 .sec_tax ul{
  gap: calc( 17* (100vw / 750 )) calc(54* (100vw / 750 ));
}

@media screen and (min-width: 768px), print {
  .barbour_240802 .sec.--03 {
    margin-top: 14.5rem;
  }
  
  .barbour_240802 .sec.--03 .sec_img_wrap{
    width: 55rem;
  }
  
  .barbour_240802 .sec.--03 .sec_name{
    top: 10rem;
    left: -16rem;
  }
  
  .barbour_240802 .sec.--03 .sec_head{
    right: -8rem;
    top: 29rem;
  }
  
  .barbour_240802 .sec.--03 .sec_tax ul{
    gap: 0;
  }
}

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

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

.barbour_240802 .sec.--04 .sec_img_wrap{
  position: relative;
  width:calc(550* (100vw / 750 )) ;
  margin: auto;
}

.barbour_240802 .sec.--04 .sec_name{
  top: calc(336* (100vw / 750 ));
  right: calc(-68* (100vw / 750 ));
  text-align: right;
}

.barbour_240802 .sec.--04 .sec_head{
  top: calc(291* (100vw / 750 ));
  left: calc(-60* (100vw / 750 ));
}

.barbour_240802 .sec.--04 .sec_tax ul{
  gap: calc( 40* (100vw / 750 )) calc(50* (100vw / 750 ));
}


@media screen and (min-width: 768px), print {
  .barbour_240802 .sec.--04 {
    margin-top: 14.6rem;
  }
  
  .barbour_240802 .sec.--04 .sec_img_wrap{
    width: 55rem;
  }
  
  .barbour_240802 .sec.--04 .sec_name{
    top: 10.4rem;
    right: -15.4rem;
  }
  
  .barbour_240802 .sec.--04 .sec_head{
    left: -10rem;
    top: 29rem;
  }
  
  .barbour_240802 .sec.--04 .sec_tax ul{
    gap: 1rem;
  }
}

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

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


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

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

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

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

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

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