@charset "UTF-8";
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - custompropaty
///////////////////////////////////////////////////////////////////////////////////////
*/

html {
  scroll-behavior: smooth;
}

.main_inner{
  overflow-y: clip;
}

.lp-barbour_260113 {
  --color-black: #000;
  --color-white: #fff;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  --font-zen: "Zen Kaku Gothic New", sans-serif;

  overflow: clip;
  font-feature-settings: "pwid" 0;
  font-variant-east-asian: proportional-width;
  font-weight: var(--fw-medium);
  font-family: var(--font-zen);
  color: var(--color-black);
  font-style: normal;
  width: 100%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/

.lp-barbour_260113 .common-grid {
  display: grid;
}
.lp-barbour_260113 .common-flex_row {
  display: flex;
  flex-direction: row;
}
.lp-barbour_260113 .common-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
}
.lp-barbour_260113 .common-flex_column {
  display: flex;
  flex-direction: column;
}
.lp-barbour_260113 .common-flex_column_reverse {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .lp-barbour_260113 .desktop-flex_row {
    display: flex!important;
    flex-direction: row;
  }
  .lp-barbour_260113 .desktop-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .lp-barbour_260113 .desktop-flex_column {
    display: flex;
    flex-direction: column;
  }
  .lp-barbour_260113 .desktop-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .lp-barbour_260113 .mobile-flex_row {
    display: flex;
    flex-direction: row;
  }
  .lp-barbour_260113 .mobile-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .lp-barbour_260113 .mobile-flex_column {
    display: flex;
    flex-direction: column;
  }
  .lp-barbour_260113 .mobile-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}


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

  .lp-barbour_260113 .hidden-mobile{
    display: block;
  }

  .lp-barbour_260113 .hidden-desktop{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lp-barbour_260113 .hidden-mobile{
    display: none;
  }

  .lp-barbour_260113 .hidden-desktop{
    display: block;
  }

  .lp-barbour_260113 .common-flex_row.hidden-desktop{
    display: flex;
  }
}

/*
///////////////////////////////////////////////////////////////////////////////////////
setting - hero
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_260113 .hero_image {
  width: 100vw;
}

.lp-barbour_260113 .hero_inner {
  margin-right: auto;
  margin-left: auto;
}

.lp-barbour_260113 .hero_text_title {
  font-family: var(--font-barbour-sans);
  color: var(--color-black);
  line-height: 1.5;
  text-align: center;
}

.lp-barbour_260113 .hero_text_lead {
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-zen);
  font-weight: var(--fw-medium);
  color: var(--color-black);
  text-align: left;
}

@media screen and (min-width: 768px) {
  .lp-barbour_260113 .hero_inner {
    max-width: 1156px;
    padding: 19.7rem 0 25rem;
  }

  .lp-barbour_260113 .hero_text_title{
    font-size: 2.8rem;
    font-weight: var(--fw-medium);
    margin-bottom: 10rem;
  }

  .lp-barbour_260113 .hero_text_lead {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-barbour_260113 .hero_inner {
    width: calc(710* (100vw / 750));
    padding: calc(200* (100vw / 750)) 0 calc(250* (100vw / 750));
  }

  .lp-barbour_260113 .hero_text_title{
    font-size: calc(28 * 100vw/ 750);
    font-weight: var(--fw-regular);
    margin-bottom: calc(97* (100vw / 750));
  }

  .lp-barbour_260113 .hero_text_lead {
    font-size: calc(21 * 100vw/ 750);
    line-height: 1.619047619;
    letter-spacing: 0.018em;
  }
}

/*
///////////////////////////////////////////////////////////////////////////////////////
setting - item
///////////////////////////////////////////////////////////////////////////////////////
*/

/* _____ .text */
.item_title{
  font-family: var(--font-barbour-sans);
  font-weight: var(--fw-regular);
  text-align: center;
  line-height: 1.5;
}

.item_credit{
  font-family: var(--font-barbour-sans);
  font-weight: var(--fw-light);
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 auto;
}

.item_credit a{
  display: inline;
}

.item_credit span{
  text-decoration: underline;
}

.item_price{
  font-family: var(--font-barbour-sans);
  font-weight: var(--fw-regular);
}

.last_buy_btn{
  font-family: var(--font-barbour-sans);
  font-weight: var(--fw-regular);
  letter-spacing: 0em;
  line-height: 1.5;
  background-color: var(--color-black);
  border: solid 1px var(--color-black);
  color: var(--color-white);
  margin: 0 auto;
  /* transition: .3s; */
}

.last_buy_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: none;
}

.shop-info{
  font-family: var(--font-zen);
  font-weight: var(--fw-regular);
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  margin-right: auto;
  margin-left: auto;
}

/* .last_buy_btn:hover{
  background-color: var(--color-white);
  color: var(--color-black);
} */

.item_flex__wrapper{
  justify-content: space-between;
}

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

.item02 .item_flex__wrapper,
.item03 .item_flex__wrapper,
.item05 .item_flex__wrapper,
.item06 .item_flex__wrapper{
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .item04 .item_flex__wrapper{
    flex-direction: row-reverse;
  }
}

.item01 .item_img.--01,
.item04 .item_img.--01{
  margin: 0 auto 0 0;
}

.item02 .item_img.--01,
.item05 .item_img.--01{
  margin: 0 0 0 auto;
}

.item03 .item_img.--01,
.item06 .item_img.--01{
  margin: 0 auto;
}

.item_img.--04{
  margin: 0 auto;
}

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

  .item{
    row-gap: 2.5rem;
    margin: 0 auto 9.8rem;
  }

  .title__wrapper{
    margin-bottom: 2.5rem;
  }

  /* _____ .text */
  .item_title{
    font-size: 2.8rem;
    margin-bottom: 9.7rem;
  }

  .item_credit{
    width: 50.2rem;
    font-size: 2rem;
  }
  .block.--01 .item_credit{
    width: 50.2rem;
  }

  .block.--02 .item_credit{
    width: 56rem;
  }

  .last_buy_btn{
    font-size: 2.6rem;
    width: 86rem;
    height: 13rem;
    margin-bottom: 25rem;
  }

  .shop-info{
    width: 67rem;
    font-size: 2.1rem;
    margin-bottom: 25rem;
  }

  /* _____ item_img */
  .item_img.--01{
    width: 63rem;
  }

  .item_img.--02{
    width: 40.7rem;
    margin-top: 7.5rem;
  }

  .item_img.--03{
    width: 43.1rem;
  }

  .item_img.--04{
    width: 40.7rem;
  }

  .item03 .item_img.--01{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .block{
    margin-bottom: calc(250* (100vw / 750));
  }

  .item{
    width: 100%;
    row-gap: calc(25 * (100vw / 750));
    margin: 0 auto calc(98* (100vw / 750));
  }

  .title__wrapper{
    width: calc(650* (100vw / 750));
    margin: 0 auto calc(25* (100vw / 750));
  }

  /* _____ .text */
  .item_title{
    font-size: calc(28* (100vw / 750));
    margin-bottom: calc(97 * (100vw / 750));
  }

  .item_credit{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(22* (100vw / 750));
  }

  /* .block.--01 .item_credit{
    width: calc(502 * (100vw / 750));
  }

  .block.--02 .item_credit{
    width: calc(560 * (100vw / 750));
  } */

  .last_buy_btn{
    font-size: calc(28* (100vw / 750));
    width: calc(670* (100vw / 750));
    height: calc(130* (100vw / 750));
    margin-bottom: calc(250* (100vw / 750));
  }

  .shop-info{
    width: calc(670* (100vw / 750));
    font-size: calc(21* (100vw / 750));
    margin-bottom: calc(250 * (100vw / 750));
  }

  /* _____ item_img */
  .item_img.--01{
    width: calc(550 * (100vw / 750));
  }

  .item_img.--02{
    width: calc(355* (100vw / 750));
    margin-top: calc(75* (100vw / 750));
  }

  .item_img.--03{
    width: calc(375* (100vw / 750));
  }

  .item_img.--04{
    width: calc(355* (100vw / 750));
  }

  .item04 .item_img.--02{
    width: calc(375* (100vw / 750));
  }

  .item04 .item_img.--03{
    width: calc(355* (100vw / 750));
  }

}


/*
///////////////////////////////////////////////////////////////////////////////////////
setting - animation
///////////////////////////////////////////////////////////////////////////////////////
*/
.jsFade {
  opacity: 0;
  transform: translateY(20px);
}

.jsFade.isActive {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.7s, transform 0.7s;
}


.jsFade.animation-delay{
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  .jsFade.animation-delay_pc{
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .jsFade.animation-delay_sp{
    transition-delay: 0.5s;
  }
}

