@charset "UTF-8";

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

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

.barbour_241113.lp_container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* gap: 10rem 0; */
  color: #000000;
  text-align: center;
  font-feature-settings: "palt";
}

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

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

/* ===========### responsive ###=========== */
/* .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} */

/* --font-f37-ginger: "F37 Ginger", sans-serif; */


/* ===============================================### 
共通
###=============================================== */


/************** text **************/
.barbour_241113 .text{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.barbour_241113 .ttl,
.barbour_241113 .buy-btn,
.barbour_241113 .price{
  font-family: var(--font-f37-ginger);
  font-weight: 600;
}
.barbour_241113 .credit-list{
  display: flex;
  flex-direction: column;
}
.barbour_241113 .credit{
  display: grid;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-f37-ginger);
  letter-spacing: 0.05em;
}
.barbour_241113 .credit__inner{
  display: grid;
}
.barbour_241113 .item-name{
  text-align: left;
  grid-column: 1 / 2;
}
.barbour_241113 .price{
  grid-column: 2 / 3;
  justify-self: flex-start;
}
.barbour_241113 .buy-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 3 / 4;
  letter-spacing: 0.05em;
  background-color: #fff;
  color: #305334;
  box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.3);
}
.barbour_241113 .img__wrapper{
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .barbour_241113 .txt__wrapper{
    margin-bottom: 3.2rem;
  }
  .barbour_241113 .ttl{
    font-size: 4rem;
    margin-bottom: 1.2rem;
  }
  .barbour_241113 .text{
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .barbour_241113 .credit__wrapper{
    width: 30rem;
    margin: 0 auto;
  }
  .barbour_241113 .credit-list{
    row-gap: 1.9rem;
  }
  .barbour_241113 .credit{
    font-size: 1.5rem;
  }
  .barbour_241113 .credit{
    grid-template-columns: 6.2rem 8.5rem auto;
  }
  .barbour_241113 .item-name{
    /* width: 5.6rem; */
    margin-right: 4.3rem;
  }

  .barbour_241113 .buy-btn{
    width: 8rem;
    height: 2rem;
  }
  .barbour_241113 .content{
    margin-bottom: 9.5rem;
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
  .barbour_241113 .img__wrapper{
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .barbour_241113 .txt__wrapper{
    margin-bottom: calc(40.2* (100vw / 750));
  }
  .barbour_241113 .ttl{
    font-size: calc(50* (100vw / 750));
    margin-bottom: calc(26* (100vw / 750));
  }
  .barbour_241113 .text{
    font-size: calc(25* (100vw / 750));
    line-height: 1.6;
  }
  .barbour_241113 .credit,
  .barbour_241113 .buy-btn{
    font-size: calc(25* (100vw / 750));
  }
  .barbour_241113 .credit{
    grid-template-columns: calc(100* (100vw / 750)) calc(143* (100vw / 750)) auto;
  }
  .barbour_241113 .credit__wrapper{
    width: calc(610.16* (100vw / 750));
    margin: 0 auto 0;
  }
  .barbour_241113 .credit-list{
    row-gap: calc(30* (100vw / 750))
  }
  .barbour_241113 .price{
    margin-left: calc(-39*(100vw / 750));
  }
  .barbour_241113 .buy-btn{
    /* position: relative;
    bottom: calc(15*(100vw / 750)); */
    width: calc(200* (100vw / 750));
    height: calc(50* (100vw / 750));
  }
  .barbour_241113 .content{
    margin-bottom: calc(82.3*(100vw / 750));
  }
  .barbour_241113 .img__wrapper{
    margin-bottom: calc(50* (100vw / 750));
  }
  .barbour_241113 .content__item{
    margin-bottom: calc(58* (100vw / 750));
  }
}

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

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

  /************** text **************/
  .barbour_241113 .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));
  }
}

/* ===============================================### 
MV
###=============================================== */
.barbour_241113 .mv-txt__wrapper .ttl{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .barbour_241113 .mv-img__wrapper{
    width: 126rem;
    margin: 0 auto 10rem;
  }
  .barbour_241113 .mv-txt__wrapper{
    margin-bottom: 10rem;
  }
  .barbour_241113 .mv-txt__wrapper .mv-txt__wrapper{
    margin-bottom: 3rem;
  }

}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241113 .mv{
    padding: 0;
  }
  .barbour_241113 .mv-img__wrapper{
    position: relative;
  }
  .barbour_241113 .mv-ttl{
    position: absolute;
    width: calc(627* (100vw / 750));
    top: calc(130* (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }

  .barbour_241113 .mv-img__wrapper{
    width: 100%;
    margin-bottom: calc(120* (100vw / 750));
  }
  .barbour_241113 .mv-txt__wrapper{
    margin-bottom: calc(120* (100vw / 750));
  }
  .barbour_241113 .mv-txt__wrapper .mv-txt__wrapper{
    margin-bottom: calc(30* (100vw / 750));
  }

}

/* ===============================================###
content 画像
###=============================================== */
@media only screen and (min-width: 768px) {
  .barbour_241113 .content01 .img__wrapper,
  .barbour_241113 .content04 .img__wrapper,
  .barbour_241113 .content07 .img__wrapper,
  .barbour_241113 .content10 .img__wrapper,
  .barbour_241113 .content12 .img__wrapper
  {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
    width: 100%;
  }
  .barbour_241113 .content01 .model-img,
  .barbour_241113 .content04 .model-img,
  .barbour_241113 .content07 .model-img,
  .barbour_241113 .content10 .model-img,
  .barbour_241113 .content12 .model-img
    {
    width: 47.5rem;
  }
}

/* ===============================================### 
content 画像　（sp：スライダー / pc：横並び）
###=============================================== */
@media only screen and (min-width: 768px) {
  .barbour_241113 .content02 .img__wrapper,
  .barbour_241113 .content03 .img__wrapper,
  .barbour_241113 .content05 .img__wrapper,
  .barbour_241113 .content08 .img__wrapper,
  .barbour_241113 .content11 .img__wrapper
  {
    width: 70rem;
  }
  .barbour_241113 .content06 .img__wrapper,
  .barbour_241113 .content09 .img__wrapper
  {
    width: 100rem;
  }
}

@media screen and (max-width: 767px) {
  .barbour_241113 .content02 .img__wrapper,
  .barbour_241113 .content03 .img__wrapper,
  .barbour_241113 .content05 .img__wrapper,
  .barbour_241113 .content06 .img__wrapper,
  .barbour_241113 .content08 .img__wrapper,
  .barbour_241113 .content09 .img__wrapper,
  .barbour_241113 .content11 .img__wrapper
  {
    width: calc(720* (100vw / 750));
  }
}


/* ===============================================### 
last-content
###=============================================== */
.barbour_241113 .staff-list{
  font-family: var(--font-f37-ginger);
  text-align: left;
}
.barbour_241113 .star-list__wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.barbour_241113 .last-content .img__wrapper{
  width: 100%;
}
@media only screen and (min-width: 768px) {

  .barbour_241113 .last-content{
    width: 50rem;
    margin-bottom: 9.5rem;
  }
  .barbour_241113 .last-content .img__wrapper{
    margin-bottom: 2.2rem;
  }
  .barbour_241113 .staff-ttl{
    margin-bottom: 1.2rem;
  }
  .barbour_241113 .staff-list{
    font-size: 1.5rem;
  }
  .barbour_241113 .staff-name{
    line-height: 1.7466666667;
  }
}
@media screen and (max-width: 767px) {
  .barbour_241113 .last-content{
    width: calc(500* (100vw / 750));
    margin: 0 auto calc(87*(100vw / 750));
  }
  .barbour_241113 .staff-ttl{
    margin-bottom: calc(12* (100vw / 750));
  }
  .barbour_241113 .staff-list{
    font-size: calc(20* (100vw / 750));
  }
  .barbour_241113 .staff-name{
    line-height: 1.75;
  }
  .barbour_241113 .last-content .content__item{
    margin-bottom: calc(52*(100vw / 750));
  }
}


/* ===============================================### 
 期間限定キャンペーン
###=============================================== */
.barbour_241113 .campaign-txt{
  text-align: center;
}
.barbour_241113 .campaign-btn{
  display: inline-block;
  background-color: #000000;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .campaign__wrapper{
    margin-bottom: 20rem;
  }
  .barbour_241113 .campaign-txt{
  font-size: 1.7rem;
  }
  .barbour_241113 .campaign-btn{
    width: 20rem;
    height: 5rem;
  }
  .barbour_241113 .campaign-btn a{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .campaign__wrapper{
    margin-bottom: calc(200* (100vw / 750));
  }
  .barbour_241113 .campaign-txt{
  font-size: calc(24* (100vw / 750));
  }
  .barbour_241113 .campaign-btn{
    width: calc(250* (100vw / 750));
  }
  .barbour_241113 .campaign-btn a{
    padding-top: calc(10* (100vw / 750));
    padding-bottom: calc(10* (100vw / 750));
  }
}


/* ===============================================### 
スライド
###=============================================== */
/************** swiper **************/


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .barbour_241113 .swiper{
    position: relative;
  }
  .barbour_241113 span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
  }
  .barbour_241113 .swiper-pagination{
    bottom: calc(-20 * (100vw / 750));
  }

  .barbour_241113 .swiper-pagination-bullet {
    width: calc(50 * (100vw / 750));
    height: calc(5* (100vw / 750));
    margin: 0 calc(5* (100vw / 750)) 0 0 !important;
    background-color: #C6C6C6;
  }


  /* mv_________________ */
  .barbour_241113 .mv .swiper-container,
  .barbour_241113 .mv .swiper-slide {
     height: calc(1000* (100vw / 750));
  }
  .barbour_241113 .mv .swiper-slide > img {
     object-fit: cover; /* IE: not support */
     width: 100%;
     height: 100%;
  }
  .barbour_241113 .swiper-slide > img {
    object-fit: cover; /* IE: not support */
    width: 100%;
    height: 100%;
  }
  .barbour_241113 .swiper__container{
    width: calc(600*(100vw / 750));
    margin-left: calc(75*(100vw / 750));
    margin-right: calc(75*(100vw / 750));
    overflow: hidden;
  }
  .barbour_241113 .mv .swiper-pagination {
    bottom: calc(-16*(100vw / 750));
  }
  .barbour_241113 .content01 .swiper-pagination,
  .barbour_241113 .content04 .swiper-pagination,
  .barbour_241113 .content07 .swiper-pagination,
  .barbour_241113 .content10 .swiper-pagination,
  .barbour_241113 .content12 .swiper-pagination
  {
    width: calc(110*(100vw / 750));
    left: 0;
  }
  .barbour_241113 span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: calc(5* (100vw / 750));
    background-color: #305334;
    animation: progress 4.5s linear forwards;
  }
  @keyframes progress{
    0% {
      width: 0;
    }
    100% {
      width: calc(50 * (100vw / 750));
    }
  }
}

/* ===============================================### 
js-fade
###=============================================== */
.js-fade{
  visibility: hidden;
}
/* .fadeInUp ---------------------------------------*/
.fadeInUp.active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible ;
}

@keyframes fadeInUp{
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .fadeInUp_sp{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
  }
  .fadeInUp_sp.active {
    opacity: 1;
    visibility: visible;
  }

}
/* .fadeInRight ---------------------------------------*/

@media only screen and (min-width: 768px) {
  .fadeInRight {
    -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transform: translateX(15%);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  .fadeInRight.active{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
  }
}

/* .fadeInLeft ---------------------------------------*/
@media only screen and (min-width: 768px) {
  .fadeInLeft{
    -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transform: translateX(-15%);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  .fadeInLeft.active  {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* .scrollAnimeUp for text ---------------------------------------*/

.scrollAnimeUp.active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: scrollAnimeUp;
  animation-name: scrollAnimeUp;
  visibility: visible ;
}

@keyframes scrollAnimeUp{
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}