﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area img {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture,
.main-area span {
  display: inline-block;
}

.main-area .lp_underline {
  position: relative;
  display: inline-block
}

.main-area .lp_underline::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  z-index: -1;
}

/* font */
.main-area p,
.main-area h3,
.main-area h4,
.main-area a {
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.857;
  font-weight: 300;
  text-align: center;
}

.main-area .ff_hiraB {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.main-area .ff_inter {
  font-family: 'Inter', sans-serif;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .main-area {
    padding-bottom: calc(115* (100vw / 375));
  }

  .main-area .pcOnly {
    display: none;
  }

  .main-area p {
    font-size: calc(14* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    padding-bottom: 14.5rem;
    overflow-x: hidden;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area p {
    font-size: 1.4rem;
  }

  .main-area a {
    transition: all .3s;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv {
  background: linear-gradient(180deg, #000 65%, #999 86%, #eee 97%, transparent);
  color: #fff;
  padding-bottom: calc(70* (100vw / 375));
}

.fv_read {
  margin: calc(45* (100vw / 375)) 0 0 0;
}

.fv_read h3 {
  font-size: calc(20* (100vw / 375));
  line-height: 1.6;
}

.fv_read h3+p {
  font-size: calc(15* (100vw / 375));
  margin: calc(6* (100vw / 375)) 0 0 0;
  line-height: 1.8;
}

.fv_read_block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(15* (100vw / 375));
  width: calc(355* (100vw / 375));
  height: calc(90* (100vw / 375));
  background: #B79D42;
  margin: calc(14* (100vw / 375)) auto 0;
}

.fv_read_block::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 252, 248, 0.3);
}

.fv_read_block p {
  font-size: calc(17* (100vw / 375));
}

.fv_read_block p span {
  margin: 0 calc(16* (100vw / 375)) 0 calc(-1* (100vw / 375));
}

.fv_read_block p:nth-last-child(1) {
  font-size: calc(13* (100vw / 375));
}

.sec__fv .fv_read_info {
  width: calc(355* (100vw / 375));
  margin: calc(10* (100vw / 375)) auto 0;
  text-align: left;
  font-size: calc(12* (100vw / 375));
  line-height: 1.833;
}

.fv_canpain {
  width: calc(355* (100vw / 375));
  margin: calc(44* (100vw / 375)) auto 0;
}

.fv_canpain p {
  position: relative;
  margin-top: calc(11* (100vw / 375));
  text-align: left;
  font-size: calc(12* (100vw / 375));
  line-height: 1.833;
  letter-spacing: 0;
  z-index: 2;
}

.fv_canpain p span {
  position: relative;
}

.fv_canpain p span::before {
  content: "";
  position: absolute;
  bottom: calc(4* (100vw / 375));
  left: 0;
  width: 100%;
  height: calc(4* (100vw / 375));
  background: rgba(179, 158, 81, 0.8);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .sec__fv {
    background: linear-gradient(180deg, #000 60%, #999 81%, #eee 96%, transparent);
    padding-bottom: 10rem;
  }

  .sec__fv h2 {
    width: 120rem;
    margin: auto;
  }

  .fv_read {
    margin: 5.7rem 0 0 0;
  }

  .fv_read h3 {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .fv_read h3+p {
    font-size: 1.6rem;
    margin: 1rem 0 0 0;
    line-height: 1.875;
  }

  .fv_read_block {
    gap: 1.2rem;
    width: 50rem;
    height: 8.9rem;
    margin: 1.5rem auto 0;
  }

  .fv_read_block::before {
    top: 56%;
  }

  .fv_read_block p {
    font-size: 2rem
  }

  .fv_read_block p span {
    margin: 0.4rem 0 0 0.4rem;
  }

  .fv_read_block p:nth-last-child(1) {
    font-size: 1.5rem;
  }

  .sec__fv .fv_read_info {
    width: 50rem;
    margin: 1rem auto 0;
    font-size: 1.2rem;
  }

  .fv_canpain {
    width: 90rem;
    margin: 4.6rem auto 0;
  }

  .fv_canpain p {
    margin-top: 1.1rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .fv_canpain p span::before {
    bottom: 0.4rem;
    height: 0.4rem;
  }
}

.sale_lp_brand {
  margin: calc(65* (100vw / 375)) auto 0;
}

.sale_lp_brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9 *(100vw / 375)) calc(4.5% / 2);
  width: calc(355 *(100vw / 375));
  margin: 0 auto;
}

.sale_lp_brand__list li {
  flex: 0 0 calc((100% - 4.5%) / 3);
}

.sale_lp_brand__list li a {
  display: block;
}

.sale_lp_brand__list div {
  background-color: #fff;
}

.sale_lp_brand__list p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(23 *(100vw / 375));
  font-size: calc(13 *(100vw / 375));
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: var(--off-rate-color, #990909);
}

.sec__fv .sale_lp__title {
  font-size: calc(20 *(100vw / 375));
  letter-spacing: 0;
  line-height: 1;
}

.sale_lp__title+ul {
  margin-top: calc(29 *(100vw / 375));
}

@media screen and (min-width: 768px) {
  .sale_lp_brand {
    width: 120rem;
    margin: 7.6rem auto 0;
  }

  .sale_lp_brand__list {
    width: 100%;
    gap: 2rem 3.6rem;
  }

  .sale_lp_brand__list li {
    flex: 0 0 calc((100% - 15%) / 6);
    width: 17rem;
  }

  .sale_lp_brand__list li:nth-of-type(n+4) {
    margin-top: 0;
  }

  .sale_lp_brand__list p {
    height: 3.5rem;
    font-size: 1.9rem;
  }

  .sec__fv .sale_lp__title {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }

  .sale_lp__title+ul {
    margin-top: 3rem;
  }
}


/* ___________________________*/
/* ▽ sec__contents ▽ */
.sec__contents {
  margin: calc(-5* (100vw / 375)) 0 0 0;
}

.sec__contents h3 {
  font-size: calc(20* (100vw / 375));
  line-height: 1.6;
}

.sec__contents h3+p {
  font-size: calc(15* (100vw / 375));
  font-weight: 600;
  color: #B7B7B7;
  margin-top: calc(5* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .sec__contents {
    margin: 0;
  }

  .sec__contents h3 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .sec__contents h3+p {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}

/* ▽ style ▽ */
.style {
  width: calc(355* (100vw / 375));
  margin: calc(15* (100vw / 375)) auto calc(40* (100vw / 375));
  padding-bottom: calc(30* (100vw / 375));
  border: #000 2px solid;
}

.style_ttl {
  padding-bottom: calc(7* (100vw / 375));
  border-bottom: #000 2px solid;
}

.style_ttl_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(325* (100vw / 375));
  margin: calc(8* (100vw / 375)) auto 0;
}

.style_ttl h4 {
  font-size: calc(15* (100vw / 375));
  font-weight: 600;
}

.style_ttl p {
  font-size: calc(10* (100vw / 375));
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .style {
    width: 100rem;
    margin: 4.3rem auto 6rem;
    padding-bottom: 4.9rem;
  }

  .style_ttl {
    padding-bottom: 0.9rem;
  }

  .style_ttl_inner {
    width: 90rem;
    margin: 1.1rem auto 0;
  }

  .style_ttl h4 {
    font-size: 2rem;
  }

  .style_ttl p {
    font-size: 1.3rem;
  }
}

.style_container_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(21* (100vw / 375));
  width: calc(325* (100vw / 375));
  margin: calc(28* (100vw / 375)) auto 0;
}

.style_container_img {
  width: calc(300* (100vw / 375));
}

.style_container_detail_logo {
  width: calc(170* (100vw / 375));
}

.style_container_detail_read {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: calc(6* (100vw / 375));
  margin-top: calc(10* (100vw / 375));
}

.style_container_detail_read span {
  font-size: calc(18* (100vw / 375));
  color: #fff;
  background: #000;
  line-height: 1;
  text-indent: 0.55em;
  letter-spacing: 0.1em;
  text-align: left;
  padding: calc(7* (100vw / 375)) 0 calc(9* (100vw / 375)) 0;
  width: calc(177* (100vw / 375));
}

/* .style_container_detail_read span調整___________________________*/
@media screen and (max-width: 767px) {
  .style1 .style_container_detail_read span:nth-last-child(1) {
    width: calc(256* (100vw / 375));
  }
}

.style_container_detail .style_container_detail_tx {
  text-align: left;
  margin-top: calc(14* (100vw / 375));
  letter-spacing: 0.1em;
}

.style_container_detail_credit {
  display: flex;
  flex-direction: column;
  margin-top: calc(14* (100vw / 375));
}

.style_container_detail_credit li {
  padding: calc(11.4* (100vw / 375)) calc(10* (100vw / 375)) calc(6.7* (100vw / 375));
  border-top: 1px dashed #E3E3E3;
}

.style_container_detail_credit li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(303* (100vw / 375));
}

.style_container_detail_credit li:nth-last-child(1) {
  border-bottom: 1px dashed #E3E3E3;
}

.style_container_detail_credit .item_name {
  width: calc(166* (100vw / 375));
  font-size: calc(13* (100vw / 375));
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
}

.style_container_detail_credit .item_price {
  position: relative;
  top: calc(-1* (100vw / 375));
  width: calc(80* (100vw / 375));
  font-size: calc(13* (100vw / 375));
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.1em;
}

.style_container_detail_credit .item_buy {
  position: relative;
  top: calc(-3* (100vw / 375));
  width: calc(50* (100vw / 375));
  font-size: calc(13* (100vw / 375));
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: calc(21* (100vw / 375));
}

.style_container_detail_credit .item_buy::before {
  content: "";
  position: absolute;
  background: #000;
  width: calc(31* (100vw / 375));
  height: calc(2* (100vw / 375));
  bottom: 0;
  left: auto;
}

.style_container_detail_credit+p {
  font-size: calc(10* (100vw / 375));
  text-align: right;
  margin-top: calc(11* (100vw / 375));
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  .style_container_inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
    width: 90rem;
    margin: 5.3rem auto 0;
  }

  .style_container_img {
    width: 45rem;
  }

  .style_container_detail {
    width: 42rem;
  }

  .style_container_detail_logo {
    width: 18rem;
    height: 3.6rem;
  }

  .style_container_detail_read {
    gap: 0.7rem;
    margin-top: 1.1rem;
  }

  .style_container_detail_read span {
    font-size: 2rem;
    text-indent: 0.5em;
    padding: 0.9rem 0 0.8rem 0;
    width: 19.4rem;
  }

  .style_container_detail .style_container_detail_tx {
    margin-top: 1.8rem;
  }

  .style_container_detail_credit {
    margin-top: 1.9rem;
  }

  .style_container_detail_credit li {
    padding: 0.7rem 0 0.5rem;
  }

  .style_container_detail_credit li a {
    padding: 0.4rem 1rem 0.2rem;
    width: 42rem;
  }

  .style_container_detail_credit .item_name {
    width: 20.4rem;
    font-size: 1.3rem;
  }

  .style_container_detail_credit .item_price {
    position: relative;
    top: -0.1rem;
    width: 9rem;
    font-size: 1.3rem;
  }

  .style_container_detail_credit .item_buy {
    top: -0.3rem;
    width: fit-content;
    font-size: 1.3rem;
    padding-left: 0;
  }

  .style_container_detail_credit .item_buy::before {
    width: 3.1rem;
    height: 2px;
    bottom: 0;
    left: auto;
  }

  .style_container_detail_credit+p {
    font-size: 1.1rem;
    margin-top: 0.9rem;
  }

  .style_container_detail_credit a:hover {
    background: rgba(244, 210, 111, 0.5);
  }

  /* ▽ styleブロック個別調整 ▽ */
  .style:nth-child(even) .style_container_inner {
    flex-direction: row-reverse;
  }
}

/* .style_container_detail_read span調整___________________________*/
@media screen and (max-width: 767px) {
  .style1 .style_container_detail_read span:nth-last-child(1) {
    width: calc(256* (100vw / 375));
  }

  .style2 .style_container_detail_read span:nth-child(1) {
    width: calc(315* (100vw / 375));
  }

  .style2 .style_container_detail_read span:nth-last-child(1) {
    width: calc(273* (100vw / 375));
  }

  .style3 .style_container_detail_read span:nth-child(1) {
    width: calc(275* (100vw / 375));
  }

  .style3 .style_container_detail_read span:nth-last-child(1) {
    width: calc(236* (100vw / 375));
  }

  .style4 .style_container_detail_read span:nth-child(1) {
    width: calc(177* (100vw / 375));
  }

  .style4 .style_container_detail_read span:nth-last-child(1) {
    width: calc(275* (100vw / 375));
  }

  .style5 .style_container_detail_read span:nth-child(1) {
    width: calc(272* (100vw / 375));
  }

  .style5 .style_container_detail_read span:nth-last-child(1) {
    width: calc(255* (100vw / 375));
  }

  .style6 .style_container_detail_read span:nth-child(1) {
    width: calc(234* (100vw / 375));
  }

  .style6 .style_container_detail_read span:nth-child(3) {
    width: calc(295* (100vw / 375));
  }

  .style6 .style_container_detail_read span:nth-last-child(1) {
    width: calc(97* (100vw / 375));
  }

  .style7 .style_container_detail_read span:nth-child(1) {
    width: calc(255* (100vw / 375));
  }

  .style7 .style_container_detail_read span:nth-last-child(1) {
    width: calc(254* (100vw / 375));
  }

  .style8 .style_container_detail_read span:nth-child(1) {
    width: calc(177* (100vw / 375));
  }

  .style8 .style_container_detail_read span:nth-last-child(1) {
    width: calc(254* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .style1 .style_container_detail_read span:nth-last-child(1) {
    width: 28.2rem;
  }

  .style2 .style_container_detail_read span:nth-child(1) {
    width: 34.8rem;
  }

  .style2 .style_container_detail_read span:nth-last-child(1) {
    width: 30.2rem;
  }

  .style3 .style_container_detail_read span:nth-child(1) {
    width: 30.3rem;
  }

  .style3 .style_container_detail_read span:nth-last-child(1) {
    width: 26rem;
  }

  .style4 .style_container_detail_read span:nth-child(1) {
    width: 19.4rem;
  }

  .style4 .style_container_detail_read span:nth-last-child(1) {
    width: 30.3rem;
  }

  .style5 .style_container_detail_read span:nth-child(1) {
    width: 30rem;
  }

  .style5 .style_container_detail_read span:nth-last-child(1) {
    width: 28.1rem;
  }

  .style6 .style_container_detail_read span:nth-child(1) {
    width: 25.7rem;
  }

  .style6 .style_container_detail_read span:nth-child(2) {
    width: 41.4rem;
  }

  .style7 .style_container_detail_read span:nth-child(1) {
    width: 28.1rem;
  }

  .style7 .style_container_detail_read span:nth-last-child(1) {
    width: 28rem;
  }

  .style8 .style_container_detail_read span:nth-child(1) {
    width: 19.4rem;
  }

  .style8 .style_container_detail_read span:nth-last-child(1) {
    width: 28rem;
  }
}

/* ▽ lp__foot_btn ▽ */
.main-area .lp__foot_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(260* (100vw / 375));
  height: calc(45* (100vw / 375));
  color: #fff;
  background: #000;
  line-height: 1;
  margin: calc(30* (100vw / 375)) auto 0;
  font-size: calc(14* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .main-area .lp__foot_btn {
    width: 28rem;
    height: 5rem;
    margin: -0.1rem auto 0;
    font-size: 1.5rem;
  }
}

@media (max-width: 1366px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1366));
  }
}