@charset "UTF-8";

/*
///////////////////////////////////////////////////////////////////////////////////////
 contents__wrapper
 ///////////////////////////////////////////////////////////////////////////////////////
*/

.my_barbour{
  --font-noto: "noto-sans-cjk-jp", sans-serif;
}

.my_barbour p,
.my_barbour span,
.my_barbour a {
  font-family: var(--font-noto);
  font-weight: 400;
  font-style: normal;
  /* text-align: left; */
}

.my_barbour a{
  display: inline-block;
  line-height: 1;
}

.my_barbour .contents_maintxt{
  font-family: var(--font-noto);
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
}

.my_barbour .pic__wrapper{
  display: grid;
  flex-direction: column;
}

.my_barbour .block_ttl{
  letter-spacing: 0.05em;
  font-family: var(--font-noto);
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.my_barbour .cai__wrapper span{
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #videoWrapper iframe {
    max-width: 100%;
    background-color: transparent;
    /* aspect-ratio: 16 / 9; */
  }
}

.video-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  place-items: center;
  width: 100vw;
  height: 100vh;
  background: #000;
  top: 0;
  z-index: 99999 !important;
}

.video-wrapper .video {
  position: relative;
  width: 100%;
}

.close-button{
  position: absolute;
  font-family: var(--font-noto);
  color: #000;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  border: none;
  appearance: none;
  background-color: transparent;
  padding: 0;
  z-index: 10000;
  pointer-events: all;
}

#content{
  display: none;
  /* display: block; */
  opacity: 0;
  transition: all 1s;
}

#content.show{
  opacity: 1; 

  /* display: block; */
  /* transition: all 3s; */
}

.block__wrapper01,
.block__wrapper02,
.block__wrapper03{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.my_barbour .credit__wrapper {
  display: flex;
  justify-content: center;
}

.my_barbour .credit__wrapper .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  height: 100%;
  width: 100%;
}

.my_barbour .credit__wrapper a{
  margin-right: auto;
  margin-left: auto;
}

.my_barbour .item .crdt{
  display: flex;
  flex-direction: column;
}

.my_barbour .items__wrapper .crdt a{
  display: block;
}
/* 
.my_barbour .contents__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
} */


/* ============= items__wrapper */
.my_barbour .items__wrapper .pic__wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}


.my_barbour .items__wrapper .pic__wrapper .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.my_barbour .contents_maintxt,
.my_barbour .contents_detail-txt{
  margin-left: auto;
  margin-right: auto;
}



/* @media only screen and (min-width: 1751px) {
  .close-button{
    top: calc(30 * (1 / 1920) * 100%);
    right: calc(60 * (1 / 1080) * 100%);
  }
}
@media (min-width: 767px) and (max-width: 1750px) {
  .close-button{
    top: 0.9rem;
    right: 2.4rem;
  }
} */

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

  .my_barbour{
    width: var(--container-default);
    margin: 0 auto 40rem;
  }

  .my_barbour .contents_maintxt{
    font-size: 2.8rem;
    margin: 0 auto 6rem;
  }

  .my_barbour .block_ttl{
    font-size: 2.8rem;
  }

  .my_barbour .crdt{
    font-size: 1.8rem;
    line-height: 1;
  }

  .my_barbour .items__wrapper .crdt a{
    line-height: 1.3333333333;
    text-align: center;
  }

  .my_barbour .block_txt{
    font-size: 1.8rem;
    line-height: 1.8888888889;
  }

  .my_barbour .contents__wrapper{
    max-width: 96rem;
    margin: 0 auto;
  }

  .my_barbour .mb-30{
    margin-bottom: 3rem;
  }

  .my_barbour .mb-60{
    margin-bottom: 6rem;
  }

  .my_barbour .mb-140{
    margin-bottom: 14rem;
  }

  .video-wrapper{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: black;
    /* align-items: center;
    opacity: 1;
    top: 0;
    width: 100%;
    justify-content: center; */
  }

  .video-wrapper .video{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-inner{
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100vh;
    aspect-ratio: 16 / 9;

    /* position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100vh;
    aspect-ratio: 16 / 9; */
  }

  #videoContainer{
    width: 100vw;
    height: 100%;
    /* aspect-ratio: 16 / 9; */
  }

  #videoWrapper iframe{
    /* position: relative!important; */
    /* display: block; */
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
  }


  /* .video-wrapper{
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: black;
    align-items: center;
    opacity: 1;
    top: 0;
    width: 100%;
    justify-content: center;
  } */

  /* .video-wrapper .video {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  } */

  /* .video-inner{
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    background-color: #000;
  } */

  .close-button{
    font-size: 5rem;
    top: 0.9rem;
    right: 2.4rem;
    /* top: calc(1587 * (1 / 2880) * 100%);
    right: calc(230 * (1 / 5120) * 100%); */
  }

  .my_barbour .pic__wrapper{
    row-gap: 3rem;
  }

  .my_barbour .block__wrapper01,
  .my_barbour .block__wrapper02,
  .my_barbour .block__wrapper03,
  .my_barbour .items__wrapper{
    width: 96rem;
    margin-right: auto;
    margin-left: auto;
  }

  .item01__wrapper .img01,
  .item01__wrapper .img01,
  .item02__wrapper .img06,
  .item02__wrapper .img09{
    width: 64rem;
  }

  .my_barbour .credit__wrapper a{
    width: 12rem;
    height: 3rem;
  }

  .my_barbour .item .crdt{
    text-align: center;
    row-gap: 2rem;
    line-height: 1.3333333333;
  }

  .my_barbour .contents_detail-txt{
    width: 80rem;
  }

  .my_barbour .credit__wrapper .btn{
    border: .1rem solid #000;
    background-color: #000;
    color: #fff;
    transition: .3s ease;
    padding-bottom: 2px;
  }


  .my_barbour .credit__wrapper:hover .btn{
    background-color: #fff;
    color: #000;
  }

  /* ============= item01__wrapper */
  .item01__wrapper.mb-140{
    margin-bottom: 18rem;
  }

  /* ---------- block__wrapper 01 */

  .item01__wrapper .block__wrapper01 .img02{
    width: 60rem;
    margin-left: 8rem;
    margin-right: auto;
  }

  /* ---------- block__wrapper 02 */
  .item01__wrapper .block__wrapper02{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 86.3rem 3rem 78.4rem;
  }

  .item01__wrapper .block__wrapper02 .block_txt{
    grid-row: 1 / 2;
    grid-column: 1;
    align-self: normal;
    width: 46rem;
  }

  .item01__wrapper .block__wrapper02 .pic__wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-self: baseline;
    grid-row: 1 / 2;
    grid-column: 1;
    width: 96rem;
    height: 86.3rem;
  }

  .item01__wrapper .block__wrapper02 .img05{
    grid-row: 3 / 4;
    width: 64rem;
    margin: 0 auto;
  }

  .item01__wrapper .block__wrapper02 .img03,
  .item01__wrapper .block__wrapper02 .img04{
    width: 46rem;
  }

  .item01__wrapper .block__wrapper02 .img03{
    align-self: self-start;
  }

  .item01__wrapper .block__wrapper02 .img04{
    align-self: self-end;
  }

  /* ============= item02__wrapper */
  /* ---------- block__wrapper 01 */
  .item02__wrapper .block__wrapper01 .img06{
    width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* ---------- block__wrapper 02 */
  .item02__wrapper .block__wrapper02{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }

  .item02__wrapper .block__wrapper02 .pic-txt__wrapper{
    width: 46rem;
  }

  .item02__wrapper .block__wrapper02 .img08{
    width: 46rem;
    margin-top: 28.8rem;
  }

  /* ---------- block__wrapper 03 */
  .item02__wrapper .block__wrapper03 .img10{
    width: 46rem;
    margin-left: 0;
    margin-right: auto;
  }


  /* ============= items__wrapper */
  .my_barbour .items_txt{
    width: 80rem;
    margin-right: auto;
    margin-left: auto;
  }

  .my_barbour .items__wrapper .pic__wrapper{
    width: 88rem;
    row-gap: 6rem;
  }

  .my_barbour .items__wrapper .item{
    width: 42rem;
    row-gap: 3rem;
  }

  /* ============= credit__wrapper last */
  .my_barbour .credit__wrapper.last a{
    width: 40rem;
    height: 4rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2rem;
  }

}

@media only screen and (max-width: 767px) {
  .my_barbour{
    margin-bottom: calc(405* (100vw / 750));
    overflow-x: clip;
  }

  .my_barbour p{
    font-size: calc(22* (100vw / 750));
  }

  .my_barbour span,
  .my_barbour a {
    font-size: calc(20* (100vw / 750));
  }

  .my_barbour .block_txt{
    font-size: calc(22* (100vw / 750));
    line-height: 1.6363636364;
    margin-right: auto;
    margin-left: auto;
  }

  .my_barbour .block_txt{
    font-size: calc(22* (100vw / 750));
    line-height: 1.6363636364;
  }

  .my_barbour .contents_maintxt{
    font-size: calc(28* (100vw / 750));
    margin: 0 auto calc(60* (100vw / 750));
  }

  .my_barbour .block_ttl{
    font-size: calc(28* (100vw / 750));
  }

  .my_barbour .crdt{
    font-size: calc(20* (100vw / 750));
    text-align: center;
    line-height: 1;
  }


  .my_barbour .crdt a{
    margin-top: calc(20*(100vw / 750));
  }

  .credit__wrapper .crdt a{
    display: block;
  }

  .my_barbour .item .crdt{
    line-height: 1.4;
    row-gap: calc(20* (100vw / 750));
  }

  .my_barbour .items__wrapper .item .crdt a{
    margin-top: 0;
  }

  .my_barbour .items__wrapper .crdt a{
    line-height: 1.4;
    margin-top: calc(30*(100vw / 750));
    text-align: left;
  }

  .my_barbour .mb-30sp,
  .my_barbour .mb-30{
    margin-bottom: calc(30* (100vw / 750));
  }

  .my_barbour .mb-60{
    margin-bottom: calc(60* (100vw / 750));
  }

  .my_barbour .mb-140{
    margin-bottom: calc(140* (100vw / 750));
  }

  .my_barbour .pic__wrapper{
    row-gap: calc(30* (100vw / 750));
  }

  .video-wrapper .video{
    width: 100%;
    aspect-ratio: 9 / 16;
    /* height: calc(938* (100vw / 750)); */
  }

  .close-button{
    width: calc(80* (100vw / 750));
    height: calc(80* (100vw / 750));
    font-size: calc(50* (100vw / 750));
    top: calc(0* (100vw / 750));
    right: calc(0* (100vw / 750));
  }

  .my_barbour .credit__wrapper a{
    width: calc(120* (100vw / 750));
    height: calc(30* (100vw /750));
  }


  .my_barbour .contents_detail-txt{
    width: calc(650* (100vw / 750));
  }

  /* ============= item01__wrapper */
  /* ---------- block__wrapper 01 */
  .item01__wrapper .block__wrapper01 {
    align-items: flex-start;
  }

  .item01__wrapper .block__wrapper01{
    width: calc(650* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }

  .item01__wrapper .block__wrapper01 .img02{
    width: calc(550* (100vw / 750));
  }

  /* ---------- block__wrapper 02 */
  .item01__wrapper .block__wrapper02 .block_txt{
    width: calc(650* (100vw / 750));
  }

  .item01__wrapper .block__wrapper02 .pic__wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: calc(15* (100vw / 750));
  }

  .item01__wrapper .block__wrapper02 .img03{
    width: calc(375* (100vw / 750));
  }

  .item01__wrapper .block__wrapper02 .img04{
    width: calc(360* (100vw / 750));
  }

  .item01__wrapper .block__wrapper02 .img04{
    padding-top: calc(235* (100vw /750));
  }

  .item01__wrapper .block__wrapper02 .img05{
    width: calc(550* (100vw / 750));
    margin-right: calc(50* (100vw / 750));
    margin-left: auto;
  }

  /* ============= item02__wrapper */
  /* ---------- block__wrapper 01 */
  .item02__wrapper .block__wrapper01 .img06{
    width: calc(650* (100vw / 750));
    margin-left: auto;
    margin-right: auto;
  }

  /* ---------- block__wrapper 02 */
  .item02__wrapper .block__wrapper02{
    width: calc(650* (100vw /750));
    margin-left: auto;
    margin-right: auto;
  }

  .item02__wrapper .block__wrapper02 .img07{
    width: calc(550* (100vw /750));
    margin-left: auto;
    margin-right: auto;
  }

  .item02__wrapper .block__wrapper02 .img08{
    width: calc(375* (100vw /750));
    margin-left: auto;
    margin-right: 0;
  }

  /* ---------- block__wrapper 03 */
  .item02__wrapper .block__wrapper03{
    width: calc(650* (100vw /750));
    margin-left: auto;
    margin-right: auto;
  }

  .item02__wrapper .block__wrapper03 .img09{
    width: calc(550* (100vw / 750));

  }

  .item02__wrapper .block__wrapper03 .img10{
    width: calc(360* (100vw / 750));
    align-self: baseline;
  }

  /* ============= items__wrapper */
  .my_barbour .items_txt{
    width: calc(650* (100vw / 750));
  }

  .my_barbour .items__wrapper .pic__wrapper{
    width: calc(650* (100vw / 750));
    row-gap: calc(60* (100vw / 750));
  }

  .my_barbour .items__wrapper .item{
    width: calc(310* (100vw /750));
  }

  /* ============= cai__wrapper last */
  .my_barbour .credit__wrapper.last a{
    width: calc(400* (100vw / 750));
    height: calc(40* (100vw / 750));
    font-size: calc(20* (100vw / 750));
    margin-right: auto;
    margin-left: auto;
  }
}


/*
///////////////////////////////////////////////////////////////////////////////////////
 animation
 ///////////////////////////////////////////////////////////////////////////////////////
*/

.my_barbour.show .jsFade {
  opacity: 0;
  transform: translateY(20px);
}

.my_barbour.show .jsFade.isActive {
  opacity: 1;
  transform: translateY(0px);
  /* transition: opacity 0.5s ease-in-out 1s; */
  transition: all 0.7s;
}

/* .mv__wrapper {
  opacity: 0;
  transform: translateY(20px);
} */

.mv__wrapper.isActive {
  animation: fadeIn .5s ease;
}

@keyframes fadeIn {
  0%{
    opacity: 0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.video-wrapper {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.video-wrapper.video-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .video-wrapper {
    display: flex;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  swiper
///////////////////////////////////////////////////////////////////////////////////////
*/
/* .slide_area {
  display: none;
} */

/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
/* .slide_area.slick-initialized {
  display: block;
} */

.my_barbour .js-slide {
  visibility: hidden;
}

.my_barbour .js-slide.splide--ready {
  visibility: visible;
}

.splide:not(.is-overflow) .splide__pagination{
  display: flex!important;
}

.splide.is-initialized .splide__list {
  transform: translateX(0px); /* 初期位置を調整 */
}

.my_barbour .slider__wrapper{
  position: relative;
  /* overflow: hidden; */
}

.my_barbour .splide__pagination__page.is-active {
  border: solid 1px #000;
  background: #000!important;
  transform: scale(1);
  opacity: 1;
}

.my_barbour .splide__pagination__page {
  width: 0.7rem;
  height: 0.7rem;
  display: inline-block;
  border-radius: 50%;
  background: gray;
  border: solid 1px gray;
  opacity: 0.8;
  margin: 0 9px;
}

.my_barbour .swiper-pagination {
  opacity: 0; /* または display: none; */
  transition: opacity 0.3s ease-in-out; /* 必要に応じてアニメーション */
}

.my_barbour .swiper-initialized .swiper-pagination {
  opacity: 1; /* または display: block; */
}


@media screen and (min-width: 768px) {
  .my_barbour .slider__wrapper{
    margin-bottom: 3.5rem;
  }

  .splide__pagination{
    bottom: -2.2rem !important;
  }

  .my_barbour .splide.js-slide .splide__track {
    margin-right: auto;
    margin-left: auto;
  }

  .my_barbour .splide.js-slide .splide__slide {
    width: 28rem!important;
    margin-right: 6rem;
  }

}


@media screen and (max-width: 767px) {
  .my_barbour .slider__wrapper{
    width: calc(840*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: calc(43* (100vw / 750));
  }

  .my_barbour .splide.js-slide .splide__track {
    width: 128rem;
    margin-right: auto;
    margin-left: auto;
  }

  .my_barbour .splide.js-slide .splide__slide {
    width: calc(260* (100vw / 750))!important;
    margin-right: calc(30* (100vw / 750));
  }

  .splide__pagination{
    bottom: calc(-22* (100vw / 750))!important;
  }


  .my_barbour .splide__pagination__page.is-active  {
    background: transparent;
  }

  .my_barbour .splide__pagination__page {
    width: calc(6* (100vw /750));
    height: calc(6* (100vw /750));
    margin: 0 5px;
  }
}