@charset "UTF-8";
/* =======================================
 ホワイトデー2025
======================================= */
.wd2026 {
  font-family: 'Noto Sans JP', Meiryo, Osaka, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 147px;
}
.wd2026 * {
  box-sizing: border-box;
  color: #4d4d4d;
}
.wd2026 img {
  max-width: 100%;
  vertical-align: bottom;
}
.wd2026 strong {
  font-weight: 700;
}
.wd2026 h2, .wd2026 h3, .wd2026 ul, .wd2026 p, .wd2026 dl, .wd2026 dt, .wd2026 dd {
  margin: 0;
  padding: 0;
}
.wd2026 ul li {
  list-style: none;
}
.wd2026 a {
  text-decoration: none;
}
.wd2026 a:hover {
  opacity: 0.8;
}
.wd2026 .wd-inner {
  margin: auto;
  position: relative;
  width: 1000px;
}
.wd2026 .kv {
  background: url("../img/kv_bg.jpg") 50% 0 no-repeat;
  height: 1160px;
  position: relative;
}
.wd2026 .kv .wd-inner {
  padding-top: 500px;
}
.wd2026 .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 128px;
}
.hayawari{
  position: absolute;
  top: 299px;
  left: 731px;
  width: 201px;
}
.wd2026 .kv .kv_tit,.wd2026 .kv .kv_date{
  width: 595px;
  margin: 0 auto;
}
.wd2026 .kv_list{
  width: 920px;
  margin: 140px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wd2026 .kv_list a{
  position: relative;
  display: block;
  width: 300px;
  padding-left: 52px;
  font-size: 16px;
  line-height: 50px;
  color: #0091b8;
  background-color: #f0ebe1;
}
.wd2026 .kv_list a::after{
  content: "";
  display: block;
  background: url("../img/kv_list_arrow.png")no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:20px;
  width: 23px;
  height: 24px;
}
.wd2026 .kv_list .list_item:nth-of-type(4) a{
  font-size: 80%;
}
.wd2026 .kv_list .list_item a::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:0;
  width: 44px;
  height: 50px;
}
.wd2026 .kv_list .list_item:nth-of-type(2) a::before{
  background: url("../img/kv_list_icon_02.png")no-repeat center/100%;
}
.wd2026 .kv_list .list_item:nth-of-type(3) a::before{
  background: url("../img/kv_list_icon_03.png")no-repeat center/100%;
}
.wd2026 .kv_list .list_item:nth-of-type(4) a::before{
  background: url("../img/kv_list_icon_04.png")no-repeat center/100%;
  font-size: 80%;
}
.wd2026 .kv_list .list_item:nth-of-type(5) a::before{
  background: url("../img/kv_list_icon_05.png")no-repeat center/100%;
}
.wd2026 .kv_list .list_item:nth-of-type(6) a::before{
  background: url("../img/kv_list_icon_06.png")no-repeat center/100%;
}
.wd2026 .kv_list .list_item:nth-of-type(7) a::before{
  background: url("../img/kv_list_icon_07.png")no-repeat center/100%;
}
.wd2026 .kv_list .list_item:nth-of-type(8) a::before{
  background: url("../img/kv_list_icon_08.png")no-repeat center/100%;
}
.wd2026 .kv_list .list_item:nth-of-type(9) a::before{
  background: url("../img/kv_list_icon_09.png")no-repeat center/100%;
}

.wd2026 .coupon {
  background: url("../img/coupon_bg.jpg") 50% 0 no-repeat,#49b1b7;
  min-height: 843px;
  padding-bottom: 97px;
}
.wd2026 .coupon-title{
  width: 500px;
}
.wd2026 .coupon-date{
  width: 690px;
  margin: 35px auto 0;
}
.wd2026 .coupon_point{
  position: absolute;
  top: 24px;
  left: 434px;
  width: 244px;
}
.wd2026 .coupon-list {
  display: flex;
  margin-top: 35px;
  gap:0 35px;
}
.wd2026 .coupon-list-item {
  position: relative;
}
.wd2026 .coupon-btn:focus {
  outline: none;
}
.wd2026 .coupon-code {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  left: 20px;
  letter-spacing: 0.04em;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 265px;
  width: 200px;
  z-index: 1;
  color: #fff;
}
.wd2026 .coupon-txt {
  font-weight: 500;
  font-size: 13px;
  line-height: 20.75px;
  left: 20px;
  letter-spacing: 0.08em;
  position: absolute;
  text-align: center;
  top: 305px;
  width: 200px;
  z-index: 1;
  color: #666;
  white-space: nowrap;
}
.wd2026 .coupon-use a{
  position: relative;
  background-color: #f0ebe1;
  display: block;
  width: 400px;
  margin: 50px auto 0;
  border-radius: 999px;
  font-size: 16px;
  line-height: 50px;
  color: #0091b8;
  text-align: center;
  padding-left: 1em;
}
.wd2026 .coupon-use a::after{
  content: "";
  display: block;
  background: url("../img/coupon_btn_arrow.png")no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:103px;
  width: 22px;
  height: 12px;
}

.wd2026 .limited {
  background: url("../img/limited_bg.jpg") 50% 0 no-repeat;
  height: 1380px;
  padding-top: 57px;
}
.wd2026 .limited-title{
  text-align: center;
}
.wd2026 .limited_list{
  margin-top: 55px;
}
.wd2026 .limited_list .list_item{
  padding-top: 52px;
  text-align: left;
}
.wd2026 .limited_list .list_item:nth-of-type(1){
  margin-left: 560px;
  padding-bottom: 51px;
}
.wd2026 .limited_list .list_item:nth-of-type(2){
  margin-left: 119px;
}
.wd2026 .limited_list .list_item .list_tit{
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.wd2026 .limited_list .list_subtit{
  margin-top: 20px;
}
.wd2026 .limited_list .list_subtit strong{
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 0.5em;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  background-color: #f0ebe1;
}
.wd2026 .limited_list .list_txt{
  width: 330px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.wd2026 .limited_list .list_price{
  margin-top: 30px;
  font-size: 40px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
}
.wd2026 .limited_list .list_price .yen{
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.wd2026 .limited_list .list_price .tax{
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wd2026 .limited_list .list_price .free{
  border: 2px solid #fff;
  margin-left: 10px;
  padding: 0 0.5em;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.wd2026 .limited_list .list_link{
  display: inline-block;
  position: relative;
  margin-top: 22px;
}
.wd2026 .limited_list .list_link::after{
  content: "";
  display: block;
  background: url("../img/limited_arrow.png")no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:-70px;
  width: 50px;
  height: 50px;
}
.wd2026 .limited_list .list_link span{
  display: inline-block;
  border-bottom: 2px solid #fff;
  width: 271px;
  padding-bottom: 0.6em;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}

/*ランキング*/
.wd2026 .ranking{
  background: url("../img/ranking_bg.jpg") 50% 0 no-repeat;
  height: 1810px;
  padding-top: 93px;
}
.wd2026 .ranking-title{
  width: 294px;
  margin: 0 auto;
}
.wd2026 .ranking_list{
  margin-top: 55px;
}
.wd2026 .ranking_list .list_item{
  display: flex;
  align-items: center;
}
.wd2026 .ranking_list .list_item .list_txt_area{
  width: 440px;
}
.wd2026 .ranking_list .list_item .list_img{
  width: 500px;
}
.wd2026 .ranking_list .list_item:nth-of-type(1){
  margin-left: 60px;
  margin-bottom: 50px;
}
.wd2026 .ranking_list .list_item:nth-of-type(2){
  flex-flow: row-reverse;
  margin-right: 60px;
}
.wd2026 .ranking_list .list_item:nth-of-type(2) .list_txt_area{
  margin-left: 40px;
}

.wd2026 .ranking_list .list_item .list_tit{
  font-size: 28px;
  font-weight: 500;
}
.wd2026 .ranking_list .list_txt{
  width: 330px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}
.wd2026 .ranking_list .list_price{
  margin-top: 30px;
  font-size: 40px;
  line-height: 36px;
  font-weight: 500;
}
.wd2026 .ranking_list .list_price .yen{
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.wd2026 .ranking_list .list_price .tax{
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wd2026 .ranking_list .list_price .free{
  border: 2px solid #0091b8;
  margin-left: 10px;
  padding: 0 0.5em;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.wd2026 .ranking_list .list_link{
  display: inline-block;
  position: relative;
  margin-top: 22px;
}
.wd2026 .ranking_list .list_link::after{
  content: "";
  display: block;
  background: url("../img/rankingu_list_arrow.png")no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:-70px;
  width: 50px;
  height: 50px;
}
.wd2026 .ranking_list .list_link span{
  display: inline-block;
  color: #0091b8;
  border-bottom: 2px solid #0091b8;
  width: 271px;
  padding-bottom: 0.6em;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.wd2026 .ranking_list.ranking_list_02{
  margin-top: 60px;
  display: flex;
  gap:0 35px;
}
.wd2026 .ranking_list.ranking_list_02 .list_item{
  display: block;
  width: 310px;
}
.wd2026 .ranking_list.ranking_list_02 .list_item .list_txt_area{
  width: 100%;
}
.wd2026 .ranking_list.ranking_list_02 .list_item .list_img{
  width: 100%;
}
.wd2026 .ranking_list.ranking_list_02 .list_item:nth-of-type(1){
  margin-left: 0;
  margin-bottom: 0;
}
.wd2026 .ranking_list.ranking_list_02 .list_item:nth-of-type(2){
  margin-right: 0;
}
.wd2026 .ranking_list.ranking_list_02 .list_item:nth-of-type(2) .list_txt_area{
  margin-left: 0;
}
.wd2026 .ranking_list.ranking_list_02 .list_item .list_tit{
  margin-top: 23px;
  font-size: 24px;
}
.wd2026 .ranking_list.ranking_list_02 .list_txt{
  width: 100%;
  margin-top: 10px;
}
.wd2026 .ranking_list.ranking_list_02 .list_price{
  margin-top: 15px;
  font-size: 36px;
}
.wd2026 .ranking_list.ranking_list_02 .yen{
  font-size: 21px;
}
.wd2026 .ranking_list.ranking_list_02 .list_link{
  margin-top: 12px;
}
.wd2026 .ranking_list.ranking_list_02 .list_link::after{
  background: url("../img/rankingu_list_mini-arrow.png")no-repeat center/100%;
  right:-50px;
  width: 40px;
  height: 40px;
}
.wd2026 .ranking_list.ranking_list_02 .list_link span{
  width: 261px;
}

.wd2026 .cat-head {
  text-align: left;
}
.wd2026 .cat-title {
  margin-bottom: 30px;
}
.wd2026 .cat-subtitle {
  margin-left: 110px;
  font-size: 30px;
  margin-top: 47px;
  font-weight: 500;
}
.wd2026 .cat-head_l .cat-subtitle {
  margin-left: 470px;
}
.wd2026 .cat-text {
  width: 420px;
  margin-top: 20px;
  margin-left: 110px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
}
.wd2026 .cat-head_l .cat-text {
  margin-left: 470px;
}
.wd2026 .item-list {
  display: flex;
  flex-wrap: wrap;
  gap:49px 30px;
  margin-top: 60px;
  margin-left: 110px;
}
.wd2026 .cat-item_l .item-list {
  margin-left: 0;
}
.wd2026 .item-list li {
  position: relative;
  width: 200px;
  padding-bottom: 95px;
}
.wd2026 .item-list li a {
  display: block;
}
.wd2026 .item-thumb {
  margin: 0 0 17px;
}
.wd2026 .item-thumb.soldout {
  position: relative;
}
.wd2026 .item-thumb.soldout::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wd2026 .item-thumb.soldout::after {
  content: "SOLD OUT";
  display: block;
  width: 214px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 160%;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
.wd2026 .item-text {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.wd2026 .item-price {
  align-items: center;
  bottom: 65px;
  display: flex;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, sans-serif;
  font-weight: bold;
  left: 0;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
.wd2026 .item-price dt {
  font-size: 12px;
}
.wd2026 .item-price dd {
  font-size: 18px;
  margin-left: 0.2em;
}
.wd2026 .item-price dd .tax {
  font-size: 11px;
  letter-spacing: 0;
}
.wd2026 .item-btn {
  bottom: 5px;
  filter: drop-shadow(0 6px 5px rgba(0,0,0,0.15));
  left: 0;
  position: absolute;
  transform: translateZ(0);
  width: 100%;
  padding-left: 23px;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.wd2026 .item-btn::after{
  content: "";
  display: block;
  background: url("../img/item_list_white_arrow.png")no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:22px;
  width: 12px;
  height: 10px;
}
.wd2026 .products_free {
  margin-top: -4px;
  height: 21px;
  margin-bottom: 3px;
}
.wd2026 .products_free_label{
  width: 80px;
  line-height: 21px;
  background-color: #c1272d;
  color: #fff;
  font-size: 14.2px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}


/* 神戸ファッションチョコレート */
.wd2026 .kobe{
  background: url("../img/kobe_bg.jpg") 50% 0 no-repeat;
  height: 998px;
  padding-top: 77px;
}
.wd2026 .kobe .cat-title{
  margin-left: 180px;
}
.wd2026 .kobe .cat-subtitle{
  color: #fff;
}
.wd2026 .kobe .cat-text {
  color: #fff;
}
.wd2026 .kobe .item-text {
  color: #fff;
}
.wd2026 .kobe .item-price *{
  color: #fff;
}
.wd2026 .kobe .item-btn {
  background-color: #d21e50;
}

/* いちごトリュフ */
.wd2026 .truffle{
  background: url("../img/truffle_bg.jpg") 50% 0 no-repeat;
  height: 970px; 
  padding-top: 71px;
}
.wd2026 .truffle .cat-title{
  margin-left: 586px;
}
.wd2026 .truffle .item-btn {
  background-color: #cb0d24;
}


/* タブレットショコラ */
.wd2026 .tablet{
  background: url("../img/tablet_bg.jpg") 50% 0 no-repeat;
  height: 1864px;
  padding-top: 108px;
}
.wd2026 .tablet .cat-title{
  margin-left: 213px;
}
.wd2026 .tablet .item-list{
  margin-top: 80px;
}
.wd2026 .tablet .item-btn {
  background-color: #ac816a;
}


/* ぎゃるりーマキィズ */
.wd2026 .maquis{
  background: url("../img/maquis_bg.jpg") 50% 0 no-repeat;
  height: 1454px;
  padding-top: 79px;
}
.wd2026 .maquis .cat-title{
  margin-left: 570px;
}
.wd2026 .maquis .cat-subtitle{
  color: #fff;
}
.wd2026 .maquis .cat-text {
  color: #fff;
}
.wd2026 .maquis .item-list{
  margin-top: 65px;
}
.wd2026 .maquis .item-text {
  color: #fff;
}
.wd2026 .maquis .item-price *{
  color: #fff;
}
.wd2026 .maquis .item-btn {
  background-color: #0091b8;
}

/* 富嶽三十六景 北斎 */
.wd2026 .hokusai{
  background: url("../img/hokusai_bg.jpg") 50% 0 no-repeat;
  height: 950px;
  padding-top: 60px;
}
.wd2026 .hokusai .cat-title{
  margin-left: 217px;
}
.wd2026 .hokusai .item-btn {
  background-color: #b51e01;
}


/* 華歌留多 */
.wd2026 .karuta{
  background: url("../img/karuta_bg.jpg") 50% 0 no-repeat;
  height: 1392px;
  padding-top: 101px;
}
.wd2026 .karuta .cat-title{
  margin-left: 570px;
}
.wd2026 .karuta .cat-subtitle{
  color: #fff;
}
.wd2026 .karuta .cat-text {
  color: #fff;
}
.wd2026 .karuta .item-list{
  margin-top: 90px;
}
.wd2026 .karuta .item-text {
  color: #fff;
}
.wd2026 .karuta .item-price *{
  color: #fff;
}
.wd2026 .karuta .item-btn {
  background-color: #242326;
}

/* バナーエリア */
.wd2026 .banner {
  background: url("../img/bnr_bg.jpg") 50% 0 no-repeat, #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;  
}
.wd2026 .banner-list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wd2026 .banner-list li {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  display: block;
  width: 480px;
  margin-bottom: 40px;
}

/* 吸着 */
.wd2026 .fix {
  position: fixed;
  right: 0;
  top: 30px;
  width: 200px;
}
.wd2026 .fix li {
  margin-bottom: 10px;
}