@charset "UTF-8";

/* CSS Document */

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

/* 
.main_box_banner {

} */

.ctt_ttl_main {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 10px;

}

.ctt_ttl_main img {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/10;
  vertical-align: middle;
}


.ctt_ttl_main p {
  color: #000;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}

.main-banner-wrapper {
  background: linear-gradient(90deg, rgba(191, 183, 190, 1) 50%, rgba(168, 107, 145, 1) 50%);

}

.main-banner {
  width: 100%;
}

.main_box_moji_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding: 50px;
}


/*.main_box_banner img {
  width: 100%;
  aspect-ratio: 64/30;
} */

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
}

.navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navi ul li {
  display: inline-block;
  margin: 0 1px;
}

.navi li span {
  display: block;
  font-size: 0.3em;
}

.navi ul>li {
  width: 12%;
  box-sizing: border-box;
}

.navi ul>li img {
  display: block;
  width: 100%;
  height: auto;
}


.main-content.nowcode {
  padding-bottom: 42px;
  background-color: #ededed;
  color: #111;
  position: relative;
}

.main-content.nowcode::after {

  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: none;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 300px;
  z-index: 1;
  right: 0;
  bottom: -20px;
  left: 0;
  border-top: 20px solid #ededed;
}

.main-content a {
  color: #111;

}

.main-content.autumncode {
  padding-bottom: 42px;
  background-color: #e0e0e0;
}


.contents-header {
  overflow: hidden;
  margin: 0 6px 32px;
  padding-top: 80px;
  text-align: center;
}

.contents-header h2 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.contents-header-brands {
  display: block;
  font-size: 30px;
}

.contents-header-cap {
  display: block;
  font-size: 14px;
}

.contents-header img {
  width: 100%;
  max-width: 540px;
}

.contents-header figure {
  width: 50vw;
  margin: 0 auto 8px;
  position: relative;
}

.contents-header figure img {
  width: 100%;
}

.contents-header figure span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 32px;
}

.contents-header-txt {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.7;
}

.section-ttl-number {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.section-ttl-shop {
  font-size: 20px;
  margin-bottom: 6px;
}

.item-box-txt-title {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin: 0 auto 24px;
}

.item-box-txt h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.item-box-txt a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.item-box-txt img {
  width: 220px;
}

/*.item-box-image {
  width: 100%;
  position: relative;
  aspect-ratio: 56/46;
}

.item-box-image .pickup-icn {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 34vw;
  max-width: 150px;
}*/

.item-box-image img:first-child {
  width: 100%;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  aspect-ratio: 25/29;
}

.item-box-txt-desc {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #aaaaaa solid 1px;
}

.item-box-txt {
  padding: 10px 30px 30px;
}

.item-box-txt .restock {
  position: relative;
  font-size: 12px;
  top: 1px;
  left: 4px;
  color: #7f7f7f;
}

.item-box-txt a {
  vertical-align: middle;
  font-size: 14px;
  line-height: 2.4;
}

.item-box-txt a:hover {
  opacity: 0.7;

}

.item-box-txt a::after {
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  position: relative;
  margin-left: 8px;
}


.credit a::after {
  display: block;
  float: right;
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-top: -2px;
}


.l-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.l-slider-reverse {
  flex-direction: row-reverse;
}

.l-slider-img {
  width: 100%;
}

.l-slider-desc {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}

.l-slider-comment-title {
  padding-bottom: 4px;
  font-size: 24px;
}

.l-slider-comment-title span {
  background: linear-gradient(transparent 98%, #a8439a 0%);
}

.l-slider-comment-title+p {
  margin-top: 24px;
}

.l-slider-desc>div p {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.m-item-list {
  margin-left: 12px;
}

.m-item-list li {
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 10px;
}

.m-item-list-thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
}

.m-item-list-thumb img {
  width: 100%;
  height: auto;
}

/* ↓↓↓↓ここからスライダー↓↓↓↓ */

.slider-contents-main {
  /* 追加 */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  /*height: 300px;*/
  /* ここから追加 */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.slider-contents img {
  width: 100%;
  height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}


.slider-contents-btn-prev {
  background: url(../esw250919_edit/arrow_back.svg) 10px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-btn-next {
  background: url(../esw250919_edit/arrow_forward.svg) 28px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}


.button-sandp {
  display: block;
  background-image: url(../esw250919_edit/icon_pause.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  z-index: 2;
}

.button-sandp.paused {
  background-image: url(../esw250919_edit/icon_start.svg);
}

.swiper-command-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


.section-ttl {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #212121;
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

/* .section-ttl-title {
  text-align: right;
} */


/*.section-ttl::after {
  display: block;
  content: url(./underline.png);
  position: relative;
  top: -20px;  
}*/


.section-ttl-sub {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 14px;
}

.l-scrolldown {
  width: 100px;
  margin: 0 auto 16px;
}

.l-scrolldown img {
  width: 100%;
}

.con2 {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}

.con2 img {
  width: 124px;
}

.con2 h3 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px auto 32px;
  /* text-align: left;
  display: flex;
  align-items: center; */
  overflow: hidden;
  color: #333333;
  font-size: 30px;
}

/* .con2 h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9e9e9e;
} */
.con2 ul {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.con2 ul li {
  /*display: block;*/
  overflow: hidden;
  /*float: left;*/
  width: 23%;
  margin: 0 20px 40px 0;
}

.con2 ul li a {
  font-size: 13px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}

.con2 ul li img {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/6;
  margin-bottom: 8px;
}


.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
}

.item-box-txt .content-btn {
  margin: 20px auto;
}


.other_item_box ul {
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
}


.other_item_box .recommend-cate li {
  width: 100%;
  padding: 8px 0;
}


a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: block;
  float: right;
  border-radius: 2px;
}


.content-btn:hover {
  opacity: 0.7;
}

.gift_brand {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  text-align: left;
  padding: 50px 0;
}

.gift_brand h2 {
  font-size: 30px;
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px auto 32px;
}

.gift_brand ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.gift_brand ul li {
  overflow: hidden;
  margin: 10px 5px 10px;
  width: 190px;
  background-color: #fdfaf6;
  text-align: left;
  font-size: 12px;
  box-shadow: 0 0 10px #ccc;
}

.gift_brand ul li img {
  width: 100%;
  height: auto;
}

.gift_brand ul li a,
.gift_brand ul li span {
  display: block;
  height: 100%;
  padding: 10px;
}

.l-contents a {
  transition: all 0.3s ease 0s;
}

.l-contents img {
  transition: all 0.3s ease 0s;
}

/* トップアンカーがスライダーに隠れてしまうのを回避 */
#m-page-top {
  z-index: 2;
}


.item-box-grid {
  display: grid;
  grid-template-areas:
    "img"
    "credit"
    "txt"
    "sub";
  grid-template-columns: auto;
  gap: 12px;
  align-items: center;
  font-weight: 400;
  font-style: normal;
  margin: 0 12px;
  padding-bottom: 60px;
}

.item-box-grid-image {
  grid-area: img;
}

.item-box-grid-image img {
  width: 100%;
  height: auto;
}

.item-box-grid-txt {
  grid-area: txt;
  align-self: start;
}

.item-box-credit {
  grid-area: credit;
  align-self: start;
  border-bottom: #aaaaaa solid 1px;
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 2;
}

.item-box-pat {
  grid-area: sub;
  background-color: #f8f5f1;
  padding: 10px;
}


.item-box-credit a {
  vertical-align: middle;
  font-size: 14px;
}

.item-box-credit a::after {
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  position: relative;
  margin-left: 8px;
}

.item-box-grid-txt-desc {
  text-align: justify;
  font-size: 14px;
}

.item-box-pat-img {
  display: flex;
  justify-content: center;
  gap: 108px;
  margin-bottom: 8px;
  position: relative;
}

.item-box-pat-img .pat-point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44%;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 193/41;
}

.item-box-pat-img img {
  width: 30%;
  height: auto;
}


.infomation-wrapper {
  background-color: #f8f5f1;
  padding: 24px 0 60px;
}


@media screen and (min-width: 640px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

  /* .main_box_banner {
    width: 1300px;
  } */

  .ctt_ttl_main {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .ctt_ttl_main img {
    width: 1160px;
    margin: 0 auto;
    aspect-ratio: 29/10;
  }

  .ctt_ttl_main p {
    text-align: center;
  }

  .navi {
    width: 1000px;
    margin: 0 auto 32px;
  }

  .section-ttl {
    margin-bottom: 16px;
  }

  .contents-header {
    width: 910px;
    margin: 0 auto 60px;
    padding-top: 64px;
  }

  .contents-header figure {
    width: 240px;
    float: left;
    margin: 0;
  }

  .contents-header figure span {
    font-size: 42px;
  }


  .contents-header figure img {
    width: 240px;
  }

  .credit a {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
  }

  .item-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto 60px;
    max-width: 1000px;
    width: 100%;
  }

  .item-box-image {
    width: 380px;
    position: relative;
    padding: 30px 0 0;
  }

  .item-box-txt {
    padding: 60px 20px 60px 60px;
    flex: 1;
  }

  .slider-contents-main {
    width: 460px;
    margin: auto;
  }

  .l-slider {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 60px 0;

  }

  .l-slider-img {
    width: 50%;
  }

  .l-slider-desc {
    width: 40%;
    padding: 16px 2% 20px 2%;
  }

  .con2 ul li a:hover,
  .credit a:hover,
  .m-item-list a:hover,
  .navi li a:hover,
  .gift_brand ul li a:hover {
    opacity: .7;
  }


  .m-link-archive-img img:hover {
    opacity: 0.8;
  }

  .other_item_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .other_item_box {
    width: 1000px;
    margin: 0 auto;
  }

  .other_item_box .recommend-cate li {
    margin: 8px 1%;
    width: calc(100% / 3 - 2%);
  }

  .m-tit-column {
    margin-bottom: 24px;
  }


  .item-box-grid {
    display: grid;
    grid-template-areas:
      "img txt"
      "img credit"
      "img sub";
    grid-template-columns: 50% auto;
    grid-template-rows: repeat(3, auto);
    gap: 20px;
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
    padding-bottom: 60px;
  }

  .item-box-grid-txt {
    align-self: end;
  }

  .item-box-credit,
  .item-box-grid-txt {
    margin-left: -20px;
    margin-right: 20px;
  }

  .item-box-grid-txt-desc {
    font-size: 14px;
  }

  .item-box-credit {
    border-top: #aaaaaa solid 1px;
    border-bottom: none;
  }




}

@media screen and (max-width: 640px) {
  .con2 h2 {
    width: 100%;
  }

  .con2 h2 img {
    width: 124px;
  }

  .con2 ul {
    width: 100%;
    margin: 0 auto;
  }

  .con2 ul li a {
    font-size: 11px;
  }

  .con2 ul li {
    width: 46% !important;
    margin: 0 auto 20px;
    float: left;
  }

  .con2 ul li img {
    width: 100%;
  }

  .item-box-image {
    width: 100%;
    position: relative;
    aspect-ratio: 56/46;
  }

  .item-box-image .pickup-icn {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    max-width: 160px;
  }

  .main_box_banner {
    display: none;
  }

  .navi ul>li {
    width: 28%;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: initial;
  }

  .navi ul {
    margin: 0 auto 32px;
  }

  .l-slider {
    display: flex;
    flex-direction: column;
  }

  .l-slider-reverse {
    flex-direction: column;
    display: flex;
  }

  .l-slider-desc {
    order: 2;
  }

  .item-box {
    flex-direction: column;
    display: flex;
  }

  .item-box-txt {
    order: 2;
  }

  .section-ttl {
    font-size: 35px;
  }

  .section-ttl-title {
    text-align: left;
  }

  .gift_brand ul {
    width: 100%;
    padding: 0px;
    justify-content: center;
  }

  .gift_brand ul li {
    width: 45%;
  }

  .item-box-pat {
    margin-top: 32px;
  }

  .main-content {
    padding-top: 40px;
  }

  .main-content.autumncode {
    padding-top: 88px;
  }


}