﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  font-size: calc(14* (100vw / 375));
  padding-bottom: calc(140* (100vw / 375));
  overflow-x: hidden;
}

.main-area img {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.ff_barlow {
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: calc(12* (100vw / 375));
  line-height: 1.666;
}

.main-area .lp_credit {
  font-size: calc(12* (100vw / 375));
  font-weight: 400;
  line-height: 1.666;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-bottom: 18rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_rbt {
    font-size: 2.2rem;
  }

  .ff_barlow {
    font-size: 1.2rem;
  }

  .main-area .lp_credit {
    font-size: 1.2rem;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv .fv_read {
  width: calc(345* (100vw / 375));
  margin: calc(40* (100vw / 375)) auto 0;
}

@media screen and (min-width: 768px) {
  .sec__fv h2 {
    width: 120rem;
    margin: auto;
  }

  .sec__fv .fv_read {
    width: 92.05rem;
    margin: 5rem auto 0;
  }
}

/* ▽ style1 ▽ */
.style_read {
  position: relative;
  margin-top: calc(40* (100vw / 375));
}

.style_read::before {
  content: "";
  position: absolute;
  top: calc(40* (100vw / 375));
  left: 0;
  background: #E5EAE5;
  width: 100vw;
  height: calc(225* (100vw / 375));
  z-index: -1;
}

.style_read_tx {
  width: calc(315* (100vw / 375));
  margin: calc(7* (100vw / 375)) auto 0;
}

.read_tx_en {
  display: flex;
  align-items: center;
  letter-spacing: 0.125em;
  font-size: calc(11* (100vw / 375));
  font-weight: 600;
  color: #6D8B52;
}

.read_tx_en::before {
  content: "";
  width: calc(25* (100vw / 375));
  height: 1px;
  background: #6D8B52;
  margin-right: calc(9* (100vw / 375));
}

.style_read_tx h3 {
  font-size: calc(20* (100vw / 375));
  letter-spacing: 0.075em;
  margin-top: calc(2* (100vw / 375));
}

.read_tx_copy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: calc(6* (100vw / 375));
  margin-top: calc(5* (100vw / 375));
}

.read_tx_copy span {
  color: #fff;
  font-size: calc(18* (100vw / 375));
  background: #6D8B52;
  line-height: 1;
  text-indent: 0.4em;
  letter-spacing: 0.075em;
  text-align: left;
  padding: calc(7* (100vw / 375)) 0 calc(8 * (100vw / 375)) 0;
  width: calc(264* (100vw / 375));
}

.sec__style1 .read_tx_copy span:nth-child(2) {
  width: calc(167* (100vw / 375));
}

.read_tx_itemlist {
  display: flex;
  flex-direction: column;
  margin: calc(16* (100vw / 375)) 0 0 calc(1* (100vw / 375));
}

.read_tx_itemlist li {
  font-size: calc(12* (100vw / 375));
  letter-spacing: 0.075em;
}

.read_tx_itemlist li span {
  display: inline-block;
  width: calc(30* (100vw / 375));
  font-weight: 600;
  color: #6D8B52;
}

@media screen and (min-width: 768px) {
  .style_read {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 7rem;
    padding-left: 0.5rem;
  }

  .style_read::before {
    top: 5rem;
    height: 38rem;
  }

  .style_read_img {
    width: 55rem;
  }

  .style_read_tx {
    width: 34.5rem;
    margin: 12rem 0 0 0;
  }

  .read_tx_en {
    font-size: 1.1rem;
  }

  .read_tx_en::before {
    width: 2.5rem;
    margin-right: 0.8rem;
  }

  .style_read_tx h3 {
    font-size: 2.2rem;
    margin-top: 0.4rem;
  }

  .read_tx_copy {
    gap: 0.5rem;
    margin-top: 0.3rem;
  }

  .read_tx_copy span {
    font-size: 2rem;
    padding: 0.9rem 0 0.7rem 0;
    width: 29.2rem;
    text-indent: 0.3em;
  }

  .sec__style1 .read_tx_copy span:nth-child(2) {
    width: 18.5rem;
  }

  .read_tx_itemlist {
    margin: 2.6rem 0 0 0.1rem;
  }

  .read_tx_itemlist li {
    font-size: 1.2rem;
  }

  .read_tx_itemlist li span {
    width: 3rem;
  }
}

.style_itemcredit {
  width: calc(345* (100vw / 375));
  margin: calc(58 * (100vw / 375)) auto 0;
}

.style_itemcredit h4 {
  position: relative;
  font-size: calc(18* (100vw / 375));
  color: #fff;
  width: fit-content;
  margin: auto;
}

.style_itemcredit h4::before {
  content: "";
  position: absolute;
  top: calc(1* (100vw / 375));
  left: calc(-6* (100vw / 375));
  width: 112%;
  height: calc(34* (100vw / 375));
  background: #6D8B52;
  z-index: -1;
}

.style_itemcredit ul {
  display: flex;
  flex-direction: column;
}

.style_itemcredit li {
  display: flex;
  gap: calc(15* (100vw / 375));
  padding: calc(23* (100vw / 375)) 0 calc(23.5* (100vw / 375));
}

@media screen and (max-width: 767px) {
  .style_itemcredit li {
    padding: calc(23* (100vw / 375)) 0 calc(24* (100vw / 375));
    background-image: linear-gradient(to right, #A5A5A5, #A5A5A5 3px, transparent 1px, transparent 1px);
    background-size: 6px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}

.itemcredit_img {
  width: calc(140* (100vw / 375));
}

.itemcredit_detail {
  margin-top: calc(16* (100vw / 375));
}

.itemcredit_detail p {
  font-size: calc(13* (100vw / 375));
  letter-spacing: 0.075em;
  line-height: 1.769;
}

.style_itemcredit .itemcredit_detail_desc {
  margin-top: calc(4* (100vw / 375));
}

.style_itemcredit .itemcredit_detail_desc div {
  display: flex;
}

.style_itemcredit .itemcredit_detail_desc dt {
  width: calc(46* (100vw / 375));
}

.style_itemcredit .itemcredit_buy {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: calc(90* (100vw / 375));
  height: calc(30* (100vw / 375));
  background: #000;
  color: #fff;
  font-size: calc(13* (100vw / 375));
  letter-spacing: 0.075em;
  font-weight: 500;
  border-radius: 50%;
  margin-top: calc(11* (100vw / 375));
}

/* ▽ li 調整 ▽ */
.sec__style1 .style_itemcredit li:nth-of-type(3) {
  padding-top: calc(29* (100vw / 375));
}

.sec__style1 .style_itemcredit li:nth-of-type(3) .itemcredit_detail {
  margin-top: calc(6* (100vw / 375));
  padding-bottom: calc(13* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .style_itemcredit {
    width: 92rem;
    margin: 6.8rem auto 0;
  }

  .style_itemcredit h4 {
    font-size: 2rem;
  }

  .style_itemcredit h4::before {
    top: 0.2rem;
    left: -0.7rem;
    height: 3.6rem;
  }

  .style_itemcredit ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4rem;
  }

  .style_itemcredit li {
    position: relative;
    gap: 2rem;
    width: 46rem;
    padding: 1.7rem 2.2rem 3.2rem;
  }

  .style_itemcredit li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 1px;
    right: 1rem;
    bottom: 0;
    background-image: linear-gradient(to right, #A5A5A5, #A5A5A5 3px, transparent 1px, transparent 1px);
    background-size: 6px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  .style_itemcredit li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    left: 1rem;
    bottom: 0;
    background-image: linear-gradient(to right, #A5A5A5, #A5A5A5 3px, transparent 1px, transparent 1px);
    background-size: 6px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  .style_itemcredit li:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 94%;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #A5A5A5, #A5A5A5 2px, transparent 3px, transparent 3px);
    background-size: 1px 6px;
    background-position: left top;
    background-repeat: repeat-y;
  }

  .style_itemcredit li:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 91%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, #A5A5A5, #A5A5A5 2px, transparent 3px, transparent 3px);
    background-size: 1px 6px;
    background-position: left top;
    background-repeat: repeat-y;
  }

  .itemcredit_img {
    width: 13.7rem;
  }

  .itemcredit_detail {
    margin-top: 1rem;
  }

  .itemcredit_detail p {
    font-size: 1.4rem;
  }

  .style_itemcredit .itemcredit_detail_desc {
    margin-top: 0.5rem;
  }

  .style_itemcredit .itemcredit_detail_desc dt {
    width: 4.7rem;
  }

  .style_itemcredit .itemcredit_buy {
    width: 10rem;
    height: 3.5rem;
    font-size: 1.4rem;
    margin-top: 1.6rem;
    border: 1px solid #000;
  }

  .style_itemcredit .itemcredit_buy:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    opacity: 1;
  }

  .sec__style1 .style_itemcredit li:nth-of-type(3) {
    padding-top: 2.9rem;
  }

  .sec__style1 .style_itemcredit li:nth-of-type(3) .itemcredit_detail {
    margin-top: 1rem;
    padding: 0;
  }
}

/* ▽ style2 ▽ */
.sec__style2 .style_read {
  margin-top: calc(61* (100vw / 375));
}

.sec__style2 .style_read::before {
  top: calc(52* (100vw / 375));
  background: #F0F0F5;
}

.sec__style2 .read_tx_en {
  color: #7572B2;
}

.sec__style2 .read_tx_en::before {
  background: #7572B2;
}

.sec__style2 .read_tx_copy span {
  background: #7572B2;
  width: calc(303* (100vw / 375));
}

.sec__style2 .read_tx_itemlist li span {
  color: #7572B2;
}

.sec__style2 .l-inner {
  margin: calc(34* (100vw / 375)) auto 0;
}

.sec__style2 .style_itemcredit h4::before {
  background: #7572B2;
}

.sec__style2 .style_itemcredit li:nth-child(n+3) {
  padding: calc(25* (100vw / 375)) 0 calc(26* (100vw / 375));
}

@media screen and (max-width: 767px) {
  .sec__style2 .style_itemcredit li:nth-child(n+3) .itemcredit_detail_desc {
    margin-top: calc(7* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .sec__style2 .style_read {
    margin-top: 8rem;
    flex-direction: row-reverse;
    gap: 2.5rem;
    padding-left: 0;
  }

  .sec__style2 .style_read::before {
    top: 5rem;
  }

  .sec__style2 .style_read_tx {
    margin-top: 12.8rem;
  }

  .sec__style2 .read_tx_copy span {
    width: 33.2rem;
  }

  .sec__style2 .itemcredit_detail {
    margin-top: -0.5rem;
  }

  .sec__style2 .l-inner {
    margin: 6.9rem auto 0;
  }

  .sec__style2 .style_itemcredit li:nth-child(n+3) {
    padding: 3rem 2rem 3.2rem;
  }
}

/* ▽ sec__stlye3 ▽ */
.sec__style3 .style_read {
  margin-top: calc(58* (100vw / 375));
}

.sec__style3 .style_read::before {
  background: #FAF6EA;
}

.sec__style3 .read_tx_copy span {
  background: #B48145;
  width: calc(147* (100vw / 375));
}

.sec__style3 .read_tx_copy span:nth-child(2) {
  width: calc(284* (100vw / 375));
}

.sec__style3 .read_tx_en {
  color: #B48145;
}

.sec__style3 .read_tx_en::before {
  background: #B48145;
}

.sec__style3 .read_tx_itemlist li span {
  color: #B48145;
}

.sec__style3 .style_itemcredit h4::before {
  background: #B48145;
}

@media screen and (max-width: 767px) {
  .sec__style3 .style_read::before {
    height: calc(250* (100vw / 375));
    top: calc(38* (100vw / 375));
  }

  .sec__style3 .style_itemcredit li:nth-child(n+2) .itemcredit_detail {
    margin-top: calc(5* (100vw / 375));
  }
}

@media screen and (min-width: 768px) {
  .sec__style3 .style_read {
    margin-top: 7.8rem;
    gap: 2rem;
    padding-left: 0;
    padding-right: 0.6rem;
  }

  .sec__style3 .read_tx_copy span {
    width: 16.2rem;
  }

  .sec__style3 .read_tx_copy span:nth-child(2) {
    width: 31.1rem;
  }

  .sec__style3 .itemcredit_detail {
    margin-top: -0.5rem;
  }

  .sec__style3 .style_itemcredit li:nth-child(3) {
    padding: 2.9rem 2.2rem 3rem;
  }
}

/* ▽ lp__foot_btn ▽ */
.main-area .lp__foot_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: calc(265* (100vw / 375));
  height: calc(47* (100vw / 375));
  border: #000 1px solid;
  margin: calc(68* (100vw / 375)) auto 0;
  letter-spacing: 0.075em;
  font-size: calc(13* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .main-area .lp__foot_btn {
    width: 30rem;
    height: 6rem;
    margin: 6.5rem auto 0;
    font-size: 1.4rem;
  }

  .main-area .lp__foot_btn:hover {
    border: #000 1px solid;
    background: #000;
    color: #fff;
    opacity: 1;
  }
}

/* タブレット調整用 */

@media (max-width: 1000px) and (min-width: 768px) {
  .sec__style1 .read_tx_copy span {
    width: 29.6rem;
  }

  .sec__style2 .read_tx_copy span {
    width: 34.5rem;
  }

  .sec__style3 .read_tx_copy span:nth-child(2) {
    width: 32rem;
  }
}

/* ▽ swiper ▽ */
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: calc(285* (100vw / 375));
  margin: calc(35* (100vw / 375)) auto 0;
  padding: 0 calc(45* (100vw / 375));
}

[class*=swiper]:focus {
  outline: none;
}

.main-area .swiper-button-prev,
.main-area .swiper-button-next {
  display: grid;
  place-content: center;
  width: calc(20* (100vw / 375));
  height: calc(17* (100vw / 375));
  cursor: pointer;
}

.main-area .swiper-button-prev::before,
.main-area .swiper-button-next::before {
  position: absolute;
  width: calc(24* (100vw / 375));
  height: calc(17* (100vw / 375));
  content: "";
}

.main-area .swiper-button-prev::after,
.main-area .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(24* (100vw / 375));
  height: calc(17* (100vw / 375));
  content: "";
}

.swiper-button-prev::after {
  background-image: url(../img/arrow_left.svg);
}

.swiper-button-next::after {
  background-image: url(../img/arrow_right.svg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.main-area {
  overflow: hidden;
}

.main-area .swiper {
  overflow: visible;
}

.main-area .swiper-button-prev,
.main-area .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: calc(3* (100vw / 375));
  bottom: 0;
  margin: auto;
}

.main-area .swiper-button-prev {
  left: calc(-30* (100vw / 375));
}

.main-area .swiper-button-next {
  right: calc(-31* (100vw / 375));
}

.main-area .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
}

.main-area .slide-content {
  padding: 3.2rem;
}

.main-area .swiper-slide .slide {
  transition: opacity .5s;
}

.main-area .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.main-area .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.main-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 calc(2.5* (100vw / 375)) 0;
}

/* ページネーションのサイズと色 */
.main-area .l-inner .swiper-pagination {
  text-align: right;
  bottom: calc(-24.5* (100vw / 375));
  right: calc(-2.5* (100vw / 375));
  left: initial;
}

.main-area .swiper-pagination-bullet {
  background-color: #e2e2e2;
  height: calc(2* (100vw / 375));
  width: calc(20* (100vw / 375));
  border-radius: 0;
  opacity: 1;
}

.sec__style1 .swiper-pagination-bullet-active {
  background: #6D8B52;
}

.sec__style2 .swiper-pagination-bullet-active {
  background: #7572B2;
}

.sec__style3 .swiper-pagination-bullet-active {
  background: #B48145;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 92rem;
    margin: 7rem auto 0;
    padding: 0 17rem;
  }


  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .main-area .swiper-button-prev,
  .main-area .swiper-button-next {
    width: 3.4rem;
    height: 2.3rem;
  }

  .main-area .swiper-button-prev::before,
  .main-area .swiper-button-next::before {
    width: 3.9rem;
    height: 2.7rem;
  }

  .main-area .swiper-button-prev::after,
  .main-area .swiper-button-next::after {
    width: 3.9rem;
    height: 2.7rem;
  }

  .swiper-button-prev::after {
    margin-left: 0.4rem;
  }

  .swiper-button-next::after {
    margin-right: 0.4rem;
  }

  .main-area .swiper-button-prev,
  .main-area .swiper-button-next {
    top: -1.7rem;
  }

  .main-area .swiper-button-prev {
    left: -14.2rem;
  }

  .main-area .swiper-button-next {
    right: -14.7rem;
  }

  .main-area .slide-content {
    padding: 3.2rem;
  }

  .main-area .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }

  .main-area .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .main-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.25rem 0;
  }

  /* ページネーションのサイズと色 */
  .main-area .l-inner .swiper-pagination {
    bottom: -2.9rem;
    right: -0.25rem;
  }

  .main-area .swiper-pagination-bullet {
    height: 2px;
    width: 20px;
  }
}