html{
  scroll-behavior: smooth;
}
#barbour_250221 img,
#barbour_250221 picture{
  display: inline-block;
  width: 100%;
  height: auto;
}
#barbour_250221 {
  --zindex-behind: -1;
  --zindex-middle: 1;
  --zindex-front: 2;
  --color-gray: #6C6C6C;
  --color-white: #FFF;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}

/*================================
  variables
=================================*/
#barbour_250221 {
	width: 100%;
	margin: 0 auto;
  overflow-x: clip;
}

#barbour_250221 .itemCont__img a {
  display: block;
}

#barbour_250221 button{
  background-color: transparent;
  border: none;
}

/*--------------------------------
  variables for mobile
--------------------------------*/
/* @media screen and (max-width:767px){
  #barbour_250221 .hidden-mobile {
    display: none!important;
  }

} */
/*--------------------------------
  variables for desktop
--------------------------------*/
/* @media screen and (min-width:768px){
	#barbour_250221 .hidden-desktop {
		display: none!important;
	}
} */
/* end variables */

/*================================
  credit
=================================*/
#barbour_250221 .crdtWrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#barbour_250221 .crdt a{
  display: inline;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

#barbour_250221 .crdt,
#barbour_250221 .crdt a{
  font-family: var(--font-f37-ginger);
  font-weight: 400;
  font-style: normal;
  color: var(--color-gray);
  line-height: 1;
  letter-spacing: 0.02em;
}

#barbour_250221 .view-all_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray);
}

#barbour_250221 .view-all_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-f37-ginger);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-style: normal;
  color: var(--color-white);
  text-align: center;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 767px) {
  #barbour_250221 .modalWrap .look_img.none-pdding {
    padding-top: 0;
  }

  #barbour_250221 .crdtWrap{
    row-gap: calc(8*(100vw / 402));
    /* word-spacing: calc(5*(100vw / 402)); */
    margin-top: calc(23* (100vw / 402));
    margin-bottom: calc(5*(100vw / 750));
  }

  #barbour_250221 .crdt,
  #barbour_250221 .crdt a{
    font-size: 12px;
  }

  #barbour_250221 .view-all_btn{
    width: calc(362* (100vw / 402));
    height: calc(72* (100vw / 402));
    margin: calc(101*(100vw / 402)) auto calc(171*(100vw / 402));
    padding-top: calc(2*(100vw / 402));
  }

  #barbour_250221 .view-all_btn a{
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    letter-spacing: 0.045em;
  }

}

@media only screen and (min-width: 768px) {
  #barbour_250221 .view-all_btn{
    max-width: calc(1360* (100vw / 1440));
    height: 10.4rem;
    margin: 20rem auto 30rem;
  }

  #barbour_250221 .view-all_btn a{
    font-size: 20px;
    padding-top: 3px;
  }

  #barbour_250221 .crdtWrap{
    margin-top: 2.3rem;
    row-gap: 7px;
    /* word-spacing: 0.2rem; */
  }

  #barbour_250221 .crdt,
  #barbour_250221 .crdt a{
    font-size: 12px;
  }

  #barbour_250221 .crdt a{
    display: inline-block;
    /* line-height: 1.2rem; */
    letter-spacing: 0.06em;
  }
}


/* end credit */

/*================================
  layout
=================================*/
/* mvWrap */
#barbour_250221 .mvWrap {
  width:  100vw;
}

/* look area */
#barbour_250221 .section_list .gridArea{
  display: grid;
  grid-template-rows: repeat(14, auto auto);
  grid-template-columns: repeat(2, 50%);
  width: 100vw;
}

.look_01 { order: 1; }
.look_02 { order: 2; }
.look_03 { order: 3; }
.look_04 { order: 4; }
.look_05 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.look_06 { order: 7; }
.look_07 { order: 8; }
.look_08 { order: 9; }
.look_09 { order: 10; }
.look_10 {
  grid-column: 1 / 3;
  grid-row: 6 / 7;
}
.look_11 { order: 13; }
.look_12 { order: 14; }
.look_13 { order: 15; }
.look_14 { order: 16; }
.look_15 {
  grid-column: 1 / 3;
  grid-row: 9 / 10;
}
.look_16 { order: 19; }
.look_17 { order: 20; }
.look_18 { order: 21; }
.look_19 { order: 22; }
.look_20 {
  grid-column: 1 / 3;
  grid-row: 12 / 13;
}
.look_21 { order: 25; }
.look_22 { order: 26; }
.look_23 { order: 27; }
.look_24 { order: 28; }

#barbour_250221 .full-length{
  width: 100vw;
}

#barbour_250221 .none-pdding{
  padding-top: 0;
}

#barbour_250221 .section_list .look_img{
  position: relative;
  overflow: clip;
}

#barbour_250221 .section_list .look_img a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

/* .modal-close  */
.modal-close {
  position: fixed;
  z-index: 6;
  display: none;
}

.modal-close.open {
  display: block;
}

.modal-close .menu_trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
}

.modal-close .menu_trigger .inner {
  position: absolute;
  width: 16px;
  height: 30px;
  left: 0;
}

.modal-close .menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: var(--color-gray);
}

.modal-close .menu_trigger span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.modal-close .menu_trigger span:nth-of-type(2) {
  top: 50%;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .modal-close {
    top: calc(20* (100vw / 402));
    right: calc(20* (100vw / 402));
    z-index: 6;
  }

  .modal-close .menu_trigger {
    width: calc(16* (100vw / 402));
    height: calc(16* (100vw / 402));
  }
}

@media only screen and (min-width: 768px) {
  .modal-close {
    top: 3rem;
    right: 3rem;
    z-index: 6;
  }

  .modal-close .menu_trigger {
    width: 2.6rem;
    height: 2.6rem;
  }
}

/*--------------------------------
  layout for smartphone
--------------------------------*/
@media only screen and (max-width: 767px) {

  /* look area */
  #barbour_250221 .modalWrap .look_img{
    width: 100%;
  }

  #barbour_250221 .cross{
    position: absolute;
    display: block;
    right: calc(6* (100vw / 402));
    bottom: calc(4* (100vw / 402));
    z-index: 1;
    width: calc(8* (100vw / 402)); /* 棒の幅（太さ） */
    height: calc(9* (100vw / 402)); /* 棒の高さ */
    background-image: url(../img/cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* inside modal */
  #barbour_250221 .modalWrap .gridArea-modal{
    padding-bottom: calc(100* (100vw / 402));
  }

  #barbour_250221 .modalWrap .look_img{
    width: 100%;
    padding-top: calc(100* (100vw / 402));
  }

}

/*--------------------------------
  layout for desktop
--------------------------------*/
@media screen and (min-width:768px){
  /* inside modal */
  #barbour_250221 .modalWrap .gridArea-modal{
    display: grid;
    grid-template-rows: repeat(11, auto auto);
    grid-template-columns: repeat(2, 50%);
    width: 100vw;
    padding-bottom: 16rem;
  }

  #barbour_250221 .modalWrap .look_img{
    width: 100%;
    padding-top: 16rem;
  }

  /* #barbour_250221 .section_list .look_img{
    height: 90rem;
  } */

  #barbour_250221 .modalWrap .look_img:nth-child(even),
  #barbour_250221 .modalWrap .look_img:nth-child(15),
  #barbour_250221 .modalWrap .look_img:nth-child(19){
    margin-top: 45rem;
    padding-top: 16rem;
  }

  #barbour_250221 .modalWrap .look_img:nth-child(3),
  #barbour_250221 .modalWrap .look_img:nth-child(4),
  #barbour_250221 .modalWrap .look_img:nth-child(11),
  #barbour_250221 .modalWrap .look_img:nth-child(12),
  #barbour_250221 .modalWrap .look_img:nth-child(14),
  #barbour_250221 .modalWrap .look_img:nth-child(16),
  #barbour_250221 .modalWrap .look_img:nth-child(17),
  #barbour_250221 .modalWrap .look_img:nth-child(18),
  #barbour_250221 .modalWrap .look_img:nth-child(20),
  #barbour_250221 .modalWrap .look_img:nth-child(21){
    margin-top: 0;
  }

  #barbour_250221 .modalWrap #look_13 {
    grid-column: 1 / 3;
    grid-row: 7 / 8;
  }


  #barbour_250221 .none-pdding .crdtWrap{
    width: 100vw;
    position: relative;
    left: calc(-720*(100vw / 1440));
  }
}

/* end layout */

/*================================
  modal
=================================*/
/* モーダル関連のスタイル */
#modalWindow {
  display: none;
  position: fixed; /* viewpointを相対位置にする */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 10000;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#modalWindow::-webkit-scrollbar{
  display: none;
}

#modalWindow.show {
  opacity: 1;
  pointer-events: all;
}

.modalCont {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 100%;
  /* transform: translate(-50%, -50%); */
}

.modal-scroll {
  flex-grow: 1;
  overflow-y: auto;
  /* scroll-behavior: smooth; */
}

/* モーダルクローズボタンのスタイル */
.close-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  top: 30px;
  right: 30px;
  width: 100%;
  height: 0;
  z-index: 10000;
}

.close-button span{
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  cursor: pointer;
  pointer-events: all;
}

.close-button span::before,
.close-button span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  background-color: var(--color-gray);
}

.close-button span::before {
  transform: rotate(-45deg);
}

.close-button span::after {
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .close-button {
    top: 20px;
    right: 20px;
  }

  .close-button span{
    width: 16px;
    height: 16px;
  }
}
/*================================
  animation
=================================*/
@media only screen and (min-width: 768px) {
  /* zoom in / zoom out */
  #barbour_250221 .section_list .look_img img{
    transition: transform 5s cubic-bezier(.19,1,.22,1);
  }

  #barbour_250221 .section_list .look_img:hover img{
    transform: scale(1.04);
    /* transition: transform 5s cubic-bezier(.19,1,.22,1); */
  }

  #barbour_250221 .section_list .look_img.mono-img img{
    transition: none;
    transform: scale(1);
  }

  #barbour_250221 .section_list .look_img.mono-img:hover {
    transform: scale(1);
  }

}

.modal-section .js-fade{
  visibility: hidden;
}

.modal-section.visible .js-fade {
  visibility: visible ;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-name: fadeinup_late;
}

@keyframes fadeinup_late {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
}
/* end modal */