@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.main_inner {
  overflow-x: hidden;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  ベーススタイル
///////////////////////////////////////////////////////////////////////////////////////
*/

.lp-barbour_260227 {
  --color-white: #fff;
  --color-black: #000;
  --font-en: var(--font-barbour-sans);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  font-feature-settings: normal;
  overflow: clip;
  /* width: var(--container-default); */
  /* width: min(100%, 1400px); */
  width: 100%;
  margin: 0 auto;
}
.lp-barbour_260227 {
  font-family: var(--font-zen-kaku-gothic-new);
  color: var(--color-black);
  font-weight: var(--fw-medium);
}

/* vimeo動画 */
.lp_movie_inner {
  width: auto;
  height: 100%;
}

/* ●CSSで表示非表示を切り替える
.hidden-mobile
.hidden-desktop 
*/

  
/*
///////////////////////////////////////////////////////////////////////////////////////
  アニメーション
///////////////////////////////////////////////////////////////////////////////////////
*/

/* その場でフェード(js不使用) */
.fadein {
  opacity: 0;
  animation: fadein .7s ease forwards;
  animation-delay: 3.5s;
}
@keyframes fadein {
  100% {  opacity: 1;}
}

/* 下から上にフェードイン */
.jsFade {
  opacity: 0;
  transform: translateY(20px);
}
.jsFade.isActive {
  opacity: 1;
  transform: translateY(0px);
  transition: all .7s;
}
.jsFade.delay01.isActive {
  transition-delay: 0.5s;
}
.jsFade.delay02.isActive {
  transition-delay: 1s;
}
.jsFade.delay03.isActive {
  transition-delay: 1.5s;
}

/* 右方向からスライドイン */
.jsFade.slide_right {
  /* opacity: 1; */
  transform: translateX(20px);
}
.jsFade.slide_right.isActive {
  /* opacity: 1; */
  transform: translateX(0px);
  transition: all .7s;
}
.jsFade.slide_right.delay01.isActive {
  transition-delay: 1s;
}

/* 左方向からスライドイン */
.jsFade.slide_left {
  /* opacity: 1; */
  transform: translateX(-20px);
}
.jsFade.slide_left.isActive {
  /* opacity: 1; */
  transform: translateX(0px);
  transition: all .7s;
}
.jsFade.slide_left.delay01.isActive {
  transition-delay: 1s;
}

/* その場でフェード */
.jsFade.jsFade_spot {
  opacity: 0;
  transform: unset;
}
.jsFade.jsFade_spot.isActive {
  opacity: 1;
  transition: all .7s;
  transform: unset;
}
.jsFade.jsFade_spot.delay01.isActive {
  transition-delay: 0.5s;
}

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

}

.hidden-desktop {
  display: none !important;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  main_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_260227 .heading-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.main_area {
  width: 100%;
  margin: 0 auto 13rem;
}
.main_area_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13.2rem;
}
.main_area_ttl {
  font-size: 1.7rem;
  line-height: 1.5555;
  text-align: center;
  margin-bottom: 13rem;
  font-weight: var(--fw-bold);
}
.main_area_lead {
  width: 81.1rem;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

/* top_image_section */
.top_image_section {
  width: 113.8rem;
  margin: 0 auto 24.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_image_section_inner {
  width: 55.7rem;
}
.top_image_section_inner:nth-of-type(2) {
  margin-top: 13rem;
}
.top_image_section_ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 5.7rem;
  font-family: var(--font-en);
  line-height: 1.5;
}

/* item_section01 */
.item_section {
  margin-bottom: 24.5rem;
}
.item_section_ttl {
  width: 113.8rem;
  font-size: 5rem;
  font-style: italic;
  font-family: var(--font-en);
  margin: 0 auto 8rem;
}
.item_section_inner_block {
  width: calc(1269* (100vw /1400));
  height: calc(1417* (100vw /1400));
  position: relative;
  margin-bottom: 8rem;
}
.item_section_inner_block.right_block {
  margin-left: auto;
}
.item_section_inner_img01 {
  width: calc(688* (100vw /1400));
  position: absolute;
}
.item_section_inner_img02 {
  width: calc(557* (100vw /1400));
  position: absolute;
}
.item_section_inner_img03 {
  width: calc(430* (100vw /1400));
  position: absolute;
}
.item_section01 .item_section_inner_img01 {
  left: calc(0* (100vw /1400));
  top: calc(0* (100vw /1400));
}
.item_section01 .item_section_inner_img02 {
  right: calc(0* (100vw /1400));
  top: calc(460* (100vw /1400));
}
.item_section01 .item_section_inner_img03 {
  left: calc(270* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section_inner_text_block {
  width: fit-content;
  position: absolute;
}
.item_section01 .item_section_inner_text_block {
  width: 33.6rem;
  right: calc(110* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section_inner_text_block_ttl {
  font-size: 1.5rem;
  /* line-height: 2; */
  margin-bottom: 3rem;
}
.item_section_inner_text_block_ttl span.italic {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: var(--fw-regular);
}
.item_section_inner_text_block_ttl a.price {
  font-family: var(--font-en);
  font-weight: var(--fw-light);
  display: inline;
}
.item_section_inner_text_block_button {
  width: 7.9rem;
  height: 3.5rem;
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -0.015em;
  font-weight: var(--fw-regular);
}
.item_section_text_block {
  width: 81.1rem;
  margin: 0 auto;
}
.item_section_text_block_ttl {
  font-size: 1.7rem;
  line-height: 2.8235;
  text-align: center;
  font-weight: var(--fw-bold);
  margin-bottom: 4rem;
}
.item_section_text_block_lead {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.item_section_img_block {
  width: 113.8rem;
  margin: 8rem auto;
}
.productList_button {
  width: 36.4rem;
  height: 6rem;
  margin: 4rem auto 0;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.4705;
  font-weight: var(--fw-regular);
}
.item_section01 .productList_button {
  background-color: #6B9DE6;
}

/* item_section02 */
.item_section02 .item_section_inner_img01 {
  right: calc(0* (100vw /1400));
  top: calc(0* (100vw /1400));
}
.item_section02 .item_section_inner_img02 {
  left: calc(0* (100vw /1400));
  top: calc(460* (100vw /1400));
}
.item_section02 .item_section_inner_img03 {
  right: calc(270* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section02 .item_section_inner_text_block {
  width: 32.6rem;
  left: calc(115* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section02 .productList_button {
  background-color: #140E36;
}
.item_section02 .item_section_text_block.--01 {
  width: 81rem;
}
.item_section02 .item_section_text_block.--02 {
  width: 78.1rem;
}
.item_section_text_block_credit_block {
  margin-top: 4rem;
}
.item_section_text_block_credit_block .item_section_inner_text_block_ttl {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.item_section_text_block_credit_block .item_section_inner_text_block_ttl:last-of-type {
  margin-bottom: 0;
}
.item_section_text_block_credit_block .item_section_inner_text_block_ttl span.attention {
  font-weight: var(--fw-regular);
}
.item_section_text_block_credit_block .item_section_inner_text_block_ttl a.price {
  text-decoration: underline;
}

/* item_section03 */
.item_section03 .item_section_inner_img01 {
  left: calc(0* (100vw /1400));
  top: calc(0* (100vw /1400));
}
.item_section03 .item_section_inner_img02 {
  right: calc(0* (100vw /1400));
  top: calc(460* (100vw /1400));
}
.item_section03 .item_section_inner_img03 {
  left: calc(270* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section03 .item_section_inner_text_block {
  width: 27.2rem;
  right: calc(142* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section03 .item_section_text_block.--01 {
  width: 83.5rem;
}
.item_section03 .item_section_text_block.--02 {
  width: 70.2rem;
}
.item_section03 .productList_button {
  background-color: #140E36;
}

/* item_section04 */
.item_section.item_section04 {
  margin-bottom: 24rem;
}
.item_section04 .item_section_inner_img01 {
  right: calc(0* (100vw /1400));
  top: calc(0* (100vw /1400));
}
.item_section04 .item_section_inner_img02 {
  left: calc(0* (100vw /1400));
  top: calc(460* (100vw /1400));
}
.item_section04 .item_section_inner_img03 {
  right: calc(270* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section04 .item_section_inner_text_block {
  width: 37.9rem;
  left: calc(90* (100vw /1400));
  bottom: calc(0* (100vw /1400));
}
.item_section04 .item_section_text_block.--01 {
  width: 81.1rem;
}
.item_section04 .item_section_text_block.--02 {
  width: 81.1rem;
}
.item_section04 .productList_button {
  background-color: #6B9DE6;
}

/* bottom_button */
.bottom_button {
  width: 113.8rem;
  height: 6rem;
  margin: 0 auto 50rem;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.4705;
  font-weight: var(--fw-regular);
}



/*
///////////////////////////////////////////////////////////////////////////////////////
  SP
///////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
.hidden-desktop {
  display: block !important;
}
.hidden-mobile {
  display: none !important;
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  main_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.main_area {
  margin: 0 auto calc(120* (100vw /750));
}
.main_area_img {
  margin-bottom: calc(120* (100vw /750));
  width: 100%;
}
.main_area_ttl {
  font-size: calc(26* (100vw /750));
  line-height: 1.846;
  margin-bottom: calc(120* (100vw /750));
}
.main_area_lead {
  width: calc(702* (100vw /750));
  font-size: calc(26* (100vw /750));
  line-height: 1.7692;
}

/* top_image_section */
.top_image_section {
  width: calc(702* (100vw /750));
  margin: 0 auto calc(145* (100vw /750));
}
.top_image_section_inner {
  width: calc(557* (100vw /750));
  margin-right: auto;
}
.top_image_section_inner:nth-of-type(2) {
  margin-top: 0;
  margin-right: unset;
  margin-left: auto;
}
.top_image_section_ttl {
  width: 100%;
  font-size: calc(28* (100vw /750));
  margin-top: calc(36* (100vw /750));
  margin-bottom: calc(39* (100vw /750));
}

/* item_section01 */
.item_section {
  margin-bottom: calc(145* (100vw /750));
}
.item_section_ttl {
  width: calc(702* (100vw /750));
  font-size: calc(50* (100vw /750));
  margin: 0 auto calc(60* (100vw /750));
}
.item_section_inner_block {
  width: calc(726* (100vw /750));
  height: calc(1882* (100vw /750));
  margin-bottom: calc(60* (100vw /750));
}
.item_section_inner_img01 {
  width: calc(557* (100vw /750));
}
.item_section_inner_img02 {
  width: calc(533* (100vw /750));
}
.item_section_inner_img03 {
  width: calc(387* (100vw /750));
}
.item_section01 .item_section_inner_img01 {
  left: calc(0* (100vw /750));
  top: calc(0* (100vw /750));
}
.item_section01 .item_section_inner_img02 {
  right: calc(0* (100vw /750));
  top: calc(765* (100vw /750));
}
.item_section01 .item_section_inner_img03 {
  left: calc(0* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section01 .item_section_inner_text_block {
  width: calc(299* (100vw /750));
  right: calc(20* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section_inner_text_block_ttl {
  font-size: calc(23* (100vw /750));
  line-height: 1.5217;
  margin-bottom: calc(60* (100vw /750));
}
.item_section_inner_text_block_button {
  width: calc(90* (100vw /750));
  height: calc(40* (100vw /750));
  font-size: calc(23* (100vw /750));
  line-height: 1.3043;
}
.item_section_text_block {
  width: calc(702* (100vw /750));
}
.item_section_text_block_ttl {
  font-size: calc(26* (100vw /750));
  line-height: 1.846;
  margin-bottom: calc(40* (100vw /750));
}
.item_section_text_block_lead {
  font-size: calc(26* (100vw /750));
  line-height: 1.769;
}
.item_section_img_block {
  width: 100%;
  margin: calc(60* (100vw /750)) auto;
}
.productList_button {
  width: calc(364* (100vw /750));
  height: calc(60* (100vw /750));
  margin: calc(40* (100vw /750)) auto 0;
  font-size: calc(26* (100vw /750));
  line-height: 1.615;
}

/* item_section02 */
.item_section02 .item_section_inner_img01 {
  right: calc(0* (100vw /750));
  top: calc(0* (100vw /750));
}
.item_section02 .item_section_inner_img02 {
  left: calc(0* (100vw /750));
  top: calc(765* (100vw /750));
}
.item_section02 .item_section_inner_img03 {
  right: calc(0* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section02 .item_section_inner_text_block {
  width: calc(300* (100vw /750));
  left: calc(20* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section02 .item_section_text_block.--01 {
  width: calc(702* (100vw /750));
}
.item_section02 .item_section_text_block.--02 {
  width: calc(702* (100vw /750));
}
.item_section_text_block_credit_block {
  margin-top: calc(40* (100vw /750));
}
.item_section_text_block_credit_block .item_section_inner_text_block_ttl {
  margin-bottom: calc(8* (100vw /750));
}

/* item_section03 */
.item_section03 .item_section_inner_img01 {
  left: calc(0* (100vw /750));
  top: calc(0* (100vw /750));
}
.item_section03 .item_section_inner_img02 {
  right: calc(0* (100vw /750));
  top: calc(765* (100vw /750));
}
.item_section03 .item_section_inner_img03 {
  left: calc(0* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section03 .item_section_inner_text_block {
  width: calc(184* (100vw /750));
  right: calc(77* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section03 .item_section_text_block.--01 {
  width: calc(702* (100vw /750));
}
.item_section03 .item_section_text_block.--02 {
  width: calc(702* (100vw /750));
}

/* item_section04 */
.item_section.item_section04 {
  margin-bottom: calc(150* (100vw /750));
}
.item_section04 .item_section_inner_img01 {
  right: calc(0* (100vw /750));
  top: calc(0* (100vw /750));
}
.item_section04 .item_section_inner_img02 {
  left: calc(0* (100vw /750));
  top: calc(765* (100vw /750));
}
.item_section04 .item_section_inner_img03 {
  right: calc(0* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section04 .item_section_inner_text_block {
  width: calc(236* (100vw /750));
  left: calc(50* (100vw /750));
  bottom: calc(0* (100vw /750));
}
.item_section04 .item_section_text_block.--01 {
  width: calc(702* (100vw /750));
}
.item_section04 .item_section_text_block.--02 {
  width: calc(702* (100vw /750));
}

/* bottom_button */
.bottom_button {
  width: calc(702* (100vw /750));
  height: calc(60* (100vw /750));
  margin: 0 auto calc(571* (100vw /750));
  font-size: calc(26* (100vw /750));
  line-height: 1.615;
}

_::-webkit-full-page-media, _:future, :root .item_section01 .item_section_inner_text_block {
  width: calc(329* (100vw /750));
  right: calc(-10* (100vw /750));
}
_::-webkit-full-page-media, _:future, :root .item_section02 .item_section_inner_text_block {
  width: calc(330* (100vw /750));
  left: calc(10* (100vw /750));
}
_::-webkit-full-page-media, _:future, :root .item_section03 .item_section_inner_text_block {
  width: calc(214* (100vw /750));
  right: calc(57 * (100vw / 750));
}
_::-webkit-full-page-media, _:future, :root .item_section04 .item_section_inner_text_block {
  width: calc(256* (100vw /750));
}
}