@charset "UTF-8";

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #fff;
  --color-gray: #ddd;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem #ffffff33;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

#tokusyu ol,
#tokusyu ul,
#tokusyu a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

#tokusyu h1,
#tokusyu h2,
#tokusyu h3,
#tokusyu h4,
#tokusyu h5,
#tokusyu h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}



img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


#wrapper {
  width: 100%;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

/* 親要素 */
.new-item {
  position: relative;
  list-style: none;
}

/* liのpaddingはそのまま（余白として機能させる） */
.new-item {
  list-style: none;
  padding-top: 20px;
  /* 例えばスマホで入っている余白 */
}

/* aタグを「NEW」マークの基準点にする */
.new-link {
  position: relative;
  display: block;
  /* aタグを画像と同じサイズに広げる */
}

/* NEWラベル：aタグ（＝画像）の左上を基準に動く */
.new-label {
  position: absolute;
  top: -5%;
  /* 画像の上端から5%の位置 */
  left: -5%;
  /* 画像の左端から5%の位置 */

  /* 以下、デザイン設定 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 8vw, 45px);
  height: clamp(30px, 8vw, 45px);
  background-color: rgba(255, 255, 255, 0.9);
  color: #7a6b61;
  border-radius: 50%;
  font-size: clamp(8px, 2vw, 11px);
  font-weight: bold;
  z-index: 10;
}

/* =======================================

	CommonElrements

======================================= */

#tokusyu {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #333;
  text-align: justify;
}

#tokusyu #container {
  max-width: 980px;
  margin: 0% auto;
  padding: 1rem;
}

.sp_only {
  display: block;
}


a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.6;
}


.ttl_sp,
.pic_sp {
  display: block;
  margin: 0 auto;
}

.ttl_pc,
.pic_pc {
  display: none;
  margin: 0 auto;
}

.ttl_pc {
  width: 100%;
}

.ttl_txt {
  max-width: 800px;
  margin: 50px auto 10px;
  padding: 0 1rem;
  color: #111;
  text-align: center;
}

#nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#nav li {
  width: 50%;
  padding: 1rem 1rem 5rem;
  display: flex;
  justify-content: center;
}

#nav li:first-child {
  width: 100%;
  padding-bottom: 2rem;
}

#nav li:first-child a {
  display: block;
  width: 50%;
}

/* おすすめ商品ナビ (横並び) */
#reco_nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#reco_nav li {
  width: 33.33%;
  padding: 1rem 0.5rem 5rem;
  display: flex;
  justify-content: center;
}

#reco_nav img {
  height: 200px;
  /* スマホ時の画像の高さを統一 */
  width: auto;
  /* 横幅は比率を保って自動設定 */
}

.nav_title {
  display: block;
  margin: 0 auto;
  padding: 50px 10% 0;
  box-sizing: border-box;
}


/* スマホnav */
.ttl_sp ul {
  display: flex;
  justify-content: center;
  /* 中央に寄せる */
  list-style: none;
  padding: 0;
  margin: 0;
}

.ttl_sp li {
  width: 50%;
}

.ttl_sp img {
  width: 100%;
  height: auto;
  display: block;
}


section {
  margin: 100px 0 150px;
}


/**swiper**/

.style_item {
  max-width: 550px;
}

.js-swiper1 {
  max-width: 500px;
  margin: 0 auto;
}

.swiper-slide img {
  width: 100%;
}

/* ページネーションのサイズと色 */
.pht_YE .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #f29a18;
}

.pht_PK .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #f44e6e;
}

.pht_BU .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #1347a6;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 10px !important;
}

/**swiperここまで**/



.style_pht {
  margin: 150px 0;
}

#tokusyu h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #555;
  text-align: center;
}

.type_txt {
  margin: 20px auto;
  letter-spacing: 0.05rem;
}

.type_span {
  color: #FB0036;
  font-weight: bold;
  letter-spacing: 0.04rem;
}

h2.c-markerYE {
  padding-bottom: .2em;
  border-bottom: solid 4px #f29a18;
}

h2.c-markerPK {
  padding-bottom: .2em;
  border-bottom: solid 4px #f44e6e;
}

h2.c-markerBU {
  padding-bottom: .2em;
  border-bottom: solid 4px #1347a6;
}

.line-h {
  border-top: 1px solid lightgray;
  width: 100%;
  padding-top: 100px;
}



/*クレジットレイアウト
------------------------- */
.article1 {
  display: flex;
  margin: 20px auto;
  box-sizing: border-box;
  box-shadow: 0 0 5px #999;
}

.article1 img {
  width: 120px;
  height: 120px;
}

.article1 .name {
  padding: .8rem;
  line-height: 1.4;
}

.article1 {
  line-height: 1.2;
  letter-spacing: 0;
}

.sale_red {
  color: #FB0036;
  font-weight: 600;
}

.sale_pt,
.sale_sk {
  line-height: 2;
  font-size: 1.8rem;
}

.recomend {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.reco_pht {
  width: calc(100% / 3 - 10px);
}



/*バリエーション
------------------------- */
.variation {
  margin-top: 50px;
  text-align: center;
}

.va,
.va2 {
  margin: 20px auto;
}

/*おすすめアイテム
------------------------- */
.recommendItem {
  margin-top: 10px;
  text-align: center;
}

.reco_ttl {
  padding-bottom: 20px;
}

.recomend {
  display: flex;
  justify-content: space-between;
}



#coordinate_area {
  position: relative;
  margin: 150px 0;
}

#coordinate_area::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: -50px;
  z-index: -1;
  background-color: #fae9cd;
}

/*コーディネートスライダー3
------------------------- */
#tokusyu h3 {
  text-align: center;
  padding: 3rem 0;
}

.sub-heading {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.scene_ttl {
  font-weight: bold;
  color: #f79c07;
}

.scene_txt {
  padding-top: 1rem;
  text-align: center;
}



/***カテゴリーページへ***/
.cate {
  margin: 100px auto;
  text-align: center;
}

#tokusyu h4 {
  position: relative;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 2px;
  text-decoration-color: #1347a6;
}

#tokusyu h4::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 9px solid transparent;
  border-top: 10px solid #1347a6;
  top: .4rem;
  margin-left: .5rem;
}

.cate img {
  padding: 1rem;
}

.cate img:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/***追従するトップへ戻るボタンSP***/
#page_top {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 0.5rem;
  bottom: 1rem;
  background: #333;
  opacity: 0.6;
  z-index: 999;
}

#page_top a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  text-decoration: none;
}

#page_top a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(-45deg);
  text-align: center;
}

/***トップへ戻るボタンここまで***/




/* =======================================
	520px以上タブレット
======================================= */
@media (min-width: 520px) {

  .ttl_sp,
  .pic_sp {
    display: none;
    margin: 0 auto;
  }

  .ttl_pc,
  .pic_pc {
    display: block;
    margin: 0 auto;
  }

  #nav li {
    width: 300px;
    padding: 5rem 2rem 8rem;
  }

  #nav li:first-child {
    width: 300px;
    padding: 5rem 2rem 8rem;
  }

  #nav li:first-child a {
    width: 100%;
  }

  #reco_nav li {
    width: 300px;
    padding: 5rem 2rem 8rem;
  }

  #reco_nav img {
    height: 250px;
    /* PC時の画像の高さを統一 */
    width: auto;
    /* 横幅は比率を保って自動設定 */
  }


  #chapter01 {
    margin-bottom: 250px;
  }

  .style_block {
    margin-top: 0;
  }

  .style_pht {
    margin-top: 250px;
  }





  /*横並び
------------------------- */
  .flex_2 {
    display: flex;
    justify-content: space-between;
  }

  .style_block {
    padding-left: 30px;
  }


}










/* =======================================
	960px以上PC
======================================= */
@media (min-width: 960px) {
  .sp_only {
    display: none;
  }


  .ttl_area {
    max-width: 1200px;
    margin: 0 auto;
  }

  /*バリエーション
    ------------------------- */
  .va {
    display: flex;
    justify-content: center;
  }


  .vaPht {
    min-width: 0;
  }


  .variation {
    margin-top: 100px;
  }

  .recommendItem {
    margin-top: 50px;
  }







  /***追従するトップへ戻るボタン***/
  #page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3rem;
    bottom: 5rem;
    background: #333;
    opacity: 0.6;
    z-index: 999;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
  }

  #page_top a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 18px;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    text-align: center;
  }

  /***トップへ戻るボタンここまで***/



}



.l-inner {
  word-break: break-word;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10rem;
}

[class*=swiper]:focus {
  outline: none;
}


.slide-media img,
.thumb-media img {
  width: 100%;
}


.gallery01 .swiper-button-next,
.gallery01 .swiper-button-prev {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
}

.gallery01 .swiper-button-prev::before,
.gallery01 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery01 .swiper-button-prev::after,
.gallery01 .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}

.gallery01 .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.gallery01 .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {

  .gallery01 .swiper-button-prev,
  .gallery01 .swiper-button-next {
    width: 1.6rem;
    height: 1.6rem;
  }

  .gallery01 .swiper-button-prev::before,
  .gallery01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0);
  }

  .gallery01 .swiper-button-prev::after,
  .gallery01 .swiper-button-next::after {
    width: 2rem;
    height: 2rem;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0;
  }

  .gallery01 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .gallery01 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.gallery01 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.gallery01 {
  overflow: hidden;
}

.gallery01 .swiper {
  max-width: 100%;
  margin: auto;
}

.gallery01 .swiper-main {
  overflow: visible;
}

/*フェードモード時はドラッグ操作ではふわっと切り替わるのですが、前へ / 次へボタンを押すと transition が効かずにパッと切り替わってしまう*/
.gallery01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.gallery01 .slide {
  display: block;
  overflow: hidden;
}

.gallery01 .swiper-fade .swiper-slide {
  pointer-events: none;
}

.gallery01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.gallery01 .swiper-controller {
  padding-top: 50%;
}

.gallery01 .swiper-button-prev,
.gallery01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: -9.6rem;
  bottom: 0;
  margin: auto;
}

.gallery01 .swiper-button-prev {
  left: -9.6rem;
  right: calc(100% + 3.2rem);
}

.gallery01 .swiper-button-next {
  left: calc(100% + 3.2rem);
}

@media (max-width: 768px) {
  .l-inner {
    max-width: 768px;
    padding: 0;
  }

  .gallery01 .swiper-button-prev {
    left: 0.8rem;
    right: calc(100% - 3.2rem);
  }

  .gallery01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }

}

.gallery01 .slide-title {
  padding: 1.6rem 0;
}

.gallery01 .slide-title span {
  font-weight: 700;
  color: #FD8D00;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .gallery01 .slide-title {
    padding: 1.6rem 2vw;
  }

}