@charset "UTF-8";

/* ===============================================### 
初期設定
###=============================================== */
.main_inner {
  overflow-x: hidden;
}

#breadcrumbs {
  width: 140rem;
  margin-inline: auto;
}

.barbour_241025.lp_container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10rem 0;
}

.barbour_241025 img{
  width: 100%;
  height: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025.lp_container{
    gap: calc(100 * (100vw / 750)) 0;
  }
}



/* ===============================================### 
スライド
###=============================================== */
/************** swiper **************/
.barbour_241025 .swiper{
  position: relative;
}

.barbour_241025 .swiper-slide{
  padding-left: 2.5rem;
}

.barbour_241025 .swiper-pagination{
  bottom: -2.5rem;
}

.barbour_241025 .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 0.5rem;
  border-radius: 100%;
  background-color: #b8b8b8;
}

.barbour_241025 .swiper-pagination-bullet-active{
  background-color: #000;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .swiper-pagination{
    bottom: calc(-50 * (100vw / 750));
  }

  .barbour_241025 .swiper-pagination-bullet {
    width: calc(15 * (100vw / 750));
    height: calc(15 * (100vw / 750));
    margin: 0 calc(10 * (100vw / 750))!important;
  }

  .barbour_241025 .swiper-slide{
    padding-left: calc(35 * (100vw / 750));
    padding-right: calc(35 * (100vw / 750));
  }
}



/* ===============================================### 
MV
###=============================================== */
.barbour_241025 .mv{
  margin-inline: auto;
  padding: 0 20px;
}

.barbour_241025 .mv .content-wrapper{
  width: 100%;
}

.barbour_241025 .mv__image{
  max-width: 1400px;
  margin-inline: auto;
}

.barbour_241025 .mv__text{
  margin-top: 7.5rem;
  text-align: center;
}

.barbour_241025 .mv__text .text01{
  /* font-family: var(--font-f37-ginger); */
  font-size: 3.2rem;
  font-weight: bold;
}

.barbour_241025 .mv__text .text02{
  width: 71rem;
  margin-top: 3rem;
  margin-inline: auto;
  /* font-family: var(--font-yugothic); */
  font-size: 2rem;
  line-height: 1.75;
  text-align: justify;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .mv{
    padding: 0;
  }

  .barbour_241025 .mv__image{
    max-width: 750px;
  }

  .barbour_241025 .mv__text{
    margin-top: calc(30 * (100vw / 750));
    padding-right: calc(35 * (100vw / 750));
    padding-left: calc(35 * (100vw / 750));
  }

  .barbour_241025 .mv__text .text01{
    font-family: var(--font-f37-ginger);
    font-size: calc(32 * (100vw / 750));
  }

  .barbour_241025 .mv__text .text02{
    width: fit-content;
    margin-top: calc(30 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.barbour_241025 .content{
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}

.barbour_241025 .content-wrapper{
  width: 96rem;
  margin-inline: auto;
  overflow: hidden;
}

/************** text **************/
.barbour_241025 .title__text{
  font-size: 2.4rem;
  font-weight: bold;
  /* font-family: var(--font-f37-ginger); */
  text-align: left;
}

.barbour_241025 .content .title__text{
  margin-left: 2rem;
}

/************** button **************/
.p-news__button--primary{
  color: #fff;
  background-color: #000;
}

.p-news__button{
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 210px;
  min-height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
  transition: opacity var(--transition-default, 0.3s ease);
}

.p-news__button{
  margin-top: 7rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content{
    max-width: none;
  }

  .barbour_241025 .content-wrapper{
    width: calc(750 * (100vw / 750));
  }

  /************** text **************/
  .barbour_241025 .title__text{
    font-size: calc(32 * (100vw / 750));
  }

  /************** button **************/
  .p-news__button{
    display: grid;
    place-items: center;
    width: fit-content;
    min-width: 210px;
    min-height: 33px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    text-align: center;
    transition: opacity var(--transition-default, 0.3s ease);
  }

  .p-news__button{
    margin-top: calc(90 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ01
###=============================================== */
.barbour_241025 .content01 .content__item{
  margin-top: 4rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content01 .content__item{
    margin-top: calc(40 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ02
###=============================================== */
.barbour_241025 .content02 .content__image{
  width: 65rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content02 .content__image{
    width: calc(600 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ03
###=============================================== */
.barbour_241025 .content03 .content__item{
  margin-top: 4rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content03 .content__item{
    margin-top: calc(40 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ04
###=============================================== */
.barbour_241025 .content04 .content__item{
  margin-top: 4rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content04 .content__item{
    margin-top: calc(40 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ05
###=============================================== */
.barbour_241025 .content05 .content__item{
  margin-top: 4rem;
}

.barbour_241025 .content05 .p-news__button:nth-of-type(2){
  margin-top: 5rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content05 .content__item{
    margin-top: calc(40 * (100vw / 750));
  }

  .barbour_241025 .content05 .p-news__button:nth-of-type(2){
    margin-top: calc(50 * (100vw / 750));
  }
}


/* ===============================================### 
コンテンツ06
###=============================================== */
.barbour_241025 .content06{
  margin-bottom: 10rem;
}

.barbour_241025 .content06 .content__image{
  width: 42rem;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241025 .content06{
    margin-bottom: calc(100 * (100vw / 750))
  }

  .barbour_241025 .content06 .content__image{
    width: calc(565 * (100vw / 750));
    margin-inline: auto;
  }
}