﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
#breadcrumb {
  background: #D4D9DC;
}

.main-area {
  background: #D4D9DC;
}

.main-area img {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.ff_rbt {
  font-family: roboto, sans-serif;
  letter-spacing: 0.1em;
}

.ff_gennoG {
  font-family: source-han-sans-japanese, sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .main-area_inner {
    padding-bottom: calc(120* (100vw / 375));
  }

  .main-area .pcOnly {
    display: none;
  }

  .main-area p {
    font-size: calc(13* (100vw / 375));
  }

  .lp_item-credit a {
    font-size: calc(10* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .main-area_inner {
    max-width: 1400px;
    margin: 0 auto 0;
    padding-bottom: 12rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area p {
    font-size: 1.4rem;
  }

  .main-area a {
    transition: all 0.3s;
  }
}

/* sec__fv___________________________*/
.sec__fv h2 {
  filter: drop-shadow(0 calc(2* (100vw / 375)) calc(10* (100vw / 375)) rgba(0, 0, 0, 0.16));
}

.sec__fv .fv_read {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: calc(51* (100vw / 375)) 0 0 calc(17* (100vw / 375));
  padding-left: calc(19* (100vw / 375));
}

.sec__fv .fv_read::before {
  content: "";
  position: absolute;
  top: calc(8* (100vw / 375));
  left: 0;
  width: 1px;
  height: calc(174* (100vw / 375));
  background: #000;
}

.sec__fv .ff_rbt {
  font-size: calc(46* (100vw / 375));
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
}

.sec__fv .ff_gennoG {
  margin: calc(12* (100vw / 375)) 0 0 0;
  font-size: calc(15* (100vw / 375));
  font-weight: 400;
  line-height: 1.866;
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 120rem;
    margin: 0 auto 0;
  }

  .sec__fv h2 {
    filter: drop-shadow(0 0 1.6rem rgba(0, 0, 0, 0.16));
  }

  .sec__fv .fv_read {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 9.6rem auto 0;
    padding-left: 0.9rem;
  }

  .sec__fv .fv_read::before {
    display: none;
  }

  .sec__fv .ff_rbt {
    display: flex;
    width: 40.9rem;
    font-size: 4.6rem;
  }

  .sec__fv .ff_rbt::after {
    content: "";
    flex-grow: 1;
    width: 23.35rem;
    height: 1px;
    background: #000;
    margin: 7.8rem 0 0 3.7rem;
  }

  .sec__fv .ff_gennoG {
    width: 68rem;
    margin: 6.8rem 0 0 0;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.15;
  }
}


/* sec__item___________________________*/
.sec__item {
  margin: calc(76* (100vw / 375)) auto 0;
}

.item_sticky_inner h3 {
  font-size: calc(32* (100vw / 375));
  color: #656565;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.item_sticky_inner h4 {
  font-size: calc(18* (100vw / 375));
  line-height: 1.11;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.item_sticky_inner p {
  font-size: calc(11* (100vw / 375));
  margin: calc(7* (100vw / 375)) 0 0 0;
  letter-spacing: 0.07em;
}

.item_sticky_inner p:nth-of-type(2) {
  font-size: calc(12* (100vw / 375));
  margin: calc(4* (100vw / 375)) 0 0 0;
  letter-spacing: 0.1em;
}

.item_sticky_inner a {
  display: flex;
  justify-content: center;
  width: calc(164* (100vw / 375));
  height: calc(24* (100vw / 375));
  margin: calc(8* (100vw / 375)) 0 0 0;
  font-size: calc(13* (100vw / 375));
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #fff;
  background: #000;
  border-radius: calc(20* (100vw / 375));
}

.item_detail {
  width: calc(324* (100vw / 375));
  margin: auto;
}

.item_detail img {
  filter: drop-shadow(calc(4* (100vw / 375)) calc(4* (100vw / 375)) calc(8* (100vw / 375)) rgba(81, 94, 101, 0.13));
}

.item_detail p {
  margin: calc(16* (100vw / 375)) 0 0 0;
  line-height: 1.846;
}

.item_detail_2 {
  width: calc(304* (100vw / 375));
  margin: calc(33* (100vw / 375)) auto 0;
}

.item_detail_3 {
  margin: calc(56* (100vw / 375)) auto 0;
}

.imgFadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}

.imgFadeIn.imgAnimated {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {

  /* SP sticky部分 */
  .item_sticky {
    position: fixed;
    bottom: -1px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    background: #fff;
    z-index: 999;
  }

  .sec__item.lpActive .item_sticky {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transition: all .5s;
  }

  .item_sticky_inner {
    position: relative;
    display: flex;
    height: calc(130* (100vw / 375));
    gap: calc(10* (100vw / 375));
  }

  .item_sticky_inner .imgbox {
    width: calc(130* (100vw / 375));
  }

  .item_sticky_inner h4 {
    margin-top: calc(10* (100vw / 375));
  }

  .item_sticky_inner h3 {
    position: absolute;
    top: calc(4* (100vw / 375));
    right: calc(9* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .sec__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 11.1rem;
    margin: 11.6rem 0 0 0;
    padding-left: 11.2rem;
  }

  /* ▽ PC sticky部分 ▽ */
  .item_sticky {
    position: sticky;
    top: var(--headerHeight);
    width: 32rem;
    height: calc(100vh - var(--headerHeight));
  }

  .item_sticky_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .item_sticky_inner h3 {
    font-size: 6rem;
  }

  .item_sticky_inner .imgbox {
    margin: 1.3rem 0 0 0;
  }

  .item_sticky_inner h4 {
    font-size: 2rem;
    letter-spacing: 0.03em;
    margin: 2.7rem 0 0 0;
  }

  .item_sticky_inner p {
    font-size: 1.2rem;
    margin: 1.5rem 0 0 0;
    letter-spacing: 0.1em;
  }

  .item_sticky_inner p:nth-of-type(2) {
    font-size: 1.2rem;
    margin: 0.5rem 0 0 0;
  }

  .item_sticky_inner a {
    position: absolute;
    bottom: 0.6rem;
    left: 20.2rem;
    width: 8.4rem;
    height: 2.5rem;
    font-size: 1.3rem;
    line-height: 2;
    color: #D4D9DC;
    border-radius: 3rem;
  }

  /* △ PC sticky部分 △ */


  .item_detail {
    width: 60rem;
    margin: initial;
  }

  .item_detail img {
    filter: drop-shadow(0.8rem 0.8rem 1.6rem rgba(81, 94, 101, 0.13));
  }

  .item_detail p {
    margin: 2.6rem 0 0 0;
    line-height: 2;
  }

  .item_logo {
    position: sticky;
    top: var(--headerHeight);
    width: 10rem;
    height: calc(100vh - var(--headerHeight));
    transform: translateX(-2rem);
  }

  .item_logoFade {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 2.028rem;
    opacity: 0;
    transition: all .5s;
  }

  .sec__item.logoFadeIn .item_logoFade {
    opacity: 1;
  }

  .item_detail_2 {
    width: 51.4rem;
    margin: 5.6rem auto 0;
  }

  .item_detail_3 {
    margin: 10rem auto 0;
  }
}

/* 各sec__item調整___________________________*/
@media screen and (max-width: 767px) {
  .sec__item2 {
    margin: calc(90* (100vw / 375)) 0 0 0;
  }

  .sec__item3 {
    margin: calc(90* (100vw / 375)) 0 0 0;
  }
}

@media screen and (min-width: 768px) {

  /* sec__item2 */
  .sec__item2 {
    margin: 14rem 0 0 0;
    flex-direction: row;
    padding-left: initial;
    padding-right: 11.2rem;
  }

  .sec__item2 .item_logo {
    transform: translateX(2rem);
  }

  .sec__item2 .item_logoFade {
    left: initial;
    right: 0;
    transform: translate(50%, -50%)
  }

  .sec__item2 .item_sticky_inner a {
    bottom: 0.8rem;
    left: 16.7rem;
  }

  /* sec__item3 */
  .sec__item3 {
    margin: 14rem 0 0 0;
  }

  .sec__item3 .item_sticky_inner a {
    bottom: 0.8rem;
    left: 12.4rem;
  }
}

/* lp__footbtn___________________________*/
.lp__footbtn {
  width: calc(320* (100vw / 375));
  margin: calc(100* (100vw / 375)) auto 0;
}

.lp__footbtn a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(45* (100vw / 375));
  font-size: calc(16* (100vw / 375));
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.7;
}

.footbtn_allitem {
  background: #D4D9DC;
  border: #000 1px solid;
  color: #000;
}

.footbtn_shoptop {
  margin: calc(15* (100vw / 375)) 0 0 0;
  border: #000 1px solid;
  color: #D4D9DC;
  background: #000;
}

@media screen and (min-width: 768px) {
  .lp__footbtn {
    width: 36rem;
    margin: 14rem auto 0;
  }

  .lp__footbtn a {
    height: 5rem;
    font-size: 1.6rem;
    line-height: 3;
  }

  .footbtn_allitem:hover {
    background: #000;
    color: #D4D9DC;
    opacity: 1;
  }

  .footbtn_shoptop {
    margin: 2rem 0 0 0;
  }

  .footbtn_shoptop:hover {
    background: #D4D9DC;
    color: #000;
    opacity: 1;
  }
}