@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@700&display=swap');
/*----------------------------------------
バレンタイン　スタイルシート
PC/SP共通
----------------------------------------*/
/*--------------------
reset系
--------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
body.view #contents {
  background: #c7224f;
  padding: 0;
	position: relative;
}
body.view #contents:before {
	content: "";
	width: 100%;
	height: 440px;
background: #c7224f;
background: linear-gradient(0deg,rgba(199, 34, 79, 1) 0%, rgba(240, 167, 159, 1) 40%);
	position: absolute;
	left: 0;
}
body.view.pc #contents > .inner {
  width: 960px;
  padding: 0;
  background: #6e3120;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
}
#contents-main.all {
  padding: 0;
}
#contents h2 {
  width: 960px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
#contents-main .NewsItemList .item:after {
  display: none;
}
/*item_feature*/
body.item_feature h2, body.item_feature h3, body.item_feature .html1 h2:before, body.item_feature .content1, body.item_feature .content2, body.item_feature .return_list {
  display: none;
}
body.item_feature h3.goods {
  display: block;
}

body.item_feature #contents .html1 h2 {
  display: block;
  margin: 0;
}
body.item_feature.pc #contents .html1 h2 img.sp, body.pc #contents.special h2 img.sp {
  display: none;
}
body.item_feature.sp #contents .html1 h2 img.pc, body.sp #contents.special h2 img.pc {
  display: none;
}
body.sp #contents .inner {
  padding: 0;
  background: #6e3120;
}
/*--------------------
共通
--------------------*/
.en {
  font-family: "Saira Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*タブ*/
.nav_valentine {
  background-color: #e67b81;
  background-image: url("bg_inner.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
	padding-top: 8px;
}
.nav_valentine ul {
  display: flex;
  margin: 0 30px 0;
  padding-bottom: 44px;
}
.nav_valentine li {
  width: 33.33333%;
  width: calc(100% / 3);
  position: relative;
  border-right: 2px solid #fff;
}
.nav_valentine li:last-child {
  border: none;
}
.nav_valentine a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.6em;
  font-size: 14px;
  padding: 4px 0 0;
}

.nav_valentine li a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  display: block;
  margin: 8px auto 4px;
  font-size: 30px;
  line-height: 0;
}

.nav_valentine li.active a:after {
	color: #ffe48d;
}
.nav_valentine a span.en {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

.nav_valentine li.active a span.en:after{
    content: "";
    position: absolute;
    width: calc(100%);
    height: 3px;
    left: 0;
    bottom: -7px;
    background: #ffe48d;
    display: block;
    border-radius: 100px;
    z-index: -1;
}



.nav_valentine a span{
	display: block;
}

.nav_valentine.bottom {
    transform: rotate(180deg);
    padding: 0 0 50px;
	position: relative;
}
.nav_valentine.bottom:before {
	content: "";
	position: absolute;
	background: #6e3120;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: -10px;
}

.nav_valentine.bottom ul {
padding: 8px 0 20px;
	transform: rotate(-180deg);
}
body.item_feature #contents #contents-main article .html1 h3, #contents.special #contents-main h3 {
  display: block;
  border: none;
  overflow: visible;
  font-size: 40px;
  padding: 0;
margin: 10px 0 36px;
  color: #fff;
  background: none;
}

#contents.special #contents-main h3{
	margin: 10px 0 0;
}

body.item_feature #contents-main .html1 h3 span:before, #contents.special #contents-main h3 span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(bg_ttl.svg);
  background-size: contain;
  margin-right: 20px;
}
body.item_feature #contents-main .html1 h3 span:after, #contents.special #contents-main h3 span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(bg_ttl.svg);
  background-size: contain;
  margin-left: 20px;
}

#contents.special #contents-main .date{
	text-align: center;
	color: #fff;
	margin: 12px 0 0;
	font-weight: bold;
	font-size: 16px;
}

/*グッズ一覧*/
body.item_feature #contents-main .NewsItemList {
  margin: 24px 0 0;
  padding: 0 45px;
}
#contents-main .NewsItemList .item.cat2 .news_box .image:before {
  top: 10px;
  right: 94px;
}
#contents-main .NewsItemList .item.cat2 .news_box .image:after {
  top: 30px;
  right: 141px;
}
#contents-main .NewsItemList .item, .pc #contents-main .NewsItemList .item:last-of-type, .pc #contents-main .NewsItemList .item:nth-of-type(3n) {
  border-right: none;
  border-left: none;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 30px;
  height: 450px;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  border: 3px solid #fff;
  position: relative;
  border-radius: 25px;
}
#contents-main .NewsItemList .item a, #contents-main .NewsItemList .item .price {
  color: #261a16;
}
.pc #contents-main .NewsItemList .item:nth-of-type(3n) {
  margin-right: 0;
}
.img_bg_css.no_img_logo, #contents-main .NewsItemList .item .image span {
  background-color: #fff;
  border-radius: 0;
  border: none;
}
#contents-main .NewsItemList .item .date {
  line-height: 2em;
  position: absolute;
  top: -2.4em;
  color: #fff;
}
#contents-main .NewsItemList .item .image {
  margin: 0;
  padding: 0;
  background: #fff8ee;
  border-radius: 30px 30px 0 0/30px 30px 0 0;
}
#contents-main .NewsItemList .item .image img {
  border-radius: 24px 24px 0 0/24px 24px 0 0;
}
#contents-main .NewsItemList .item .desc {
  padding: 12px 14px;
}
/*****もっと見るボタン[汎用]*****/
.pc #contents-main .NewsItemList .item .morelink {
  width: 80px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 14px;
  display: block;
  overflow: hidden;
  font-family: Dosis, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  text-align: center;
}
#contents-main .NewsItemList .item .name a {
  font-size: 80%;
  color: #d84409;
}
#contents-main .goods_like_btn.mini p i {
  color: #d84409;
}
.item .morelink:hover {
  text-decoration: none;
}
.pc .item .morelink span, .pc .item.cat2 .morelink span {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #d61d56;
  display: block;
  padding: 13px 0;
  box-sizing: border-box;
  line-height: 16px;
  font-size: 21px;
  opacity: 1;
  color: #fff;
  transform: none;
  top: 0;
  left: 0;
}
.item .morelink span em {
  display: block;
  font-weight: inherit;
}
.item .morelink span::before {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  display: block;
  margin: -3px;
  font-size: 22px;
}
.morelink span:after {
  display: none;
}
.pc #contents-main .NewsItemList .item .goods_like_btn.mini {
  left: 16px;
  bottom: 22px;
}
.goods_like_btn.mini p span, .goods_like_btn.mini p span:before {
  background: #fff;
  border-color: #d84409;
}
#goodslist-navi {
  padding: 0 20px 24px;
  margin: 0;
}
#contents-main #goodslist .price_date {
  padding: 0 20px;
}
#contents .b_img {
  margin: 0 auto;
  width: 960px;
  display: block;
}
/*****期間限定ショップ*****/
.special #contents-main #items {
  width: 100%;
  display: block;
  padding: 0 45px;
  margin-top: 20px;
  box-sizing: border-box;
}
.special #contents-main #items .single {
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
}

.special #contents-main #items .single:last-child{
	margin-bottom: 0;
}

.special #contents-main #items .single dl {
text-align: center;
}
.special #contents-main #items .single dt {
 margin: 0 0 14px;
}

.special #contents-main #items .single dd {

  

}
.special #contents-main #items .single dd .name {
  font-size: 30px;
  line-height: 44px;
	margin-bottom: 10px;
  color: #5E2E26;
  font-weight: bold;
}
.special #contents-main #items .single dd .place {
  color: #d61d56;
	margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;

}
.special #contents-main #items .single dd .date {
  display: inline;
	padding: 0 4px;
  font-size: 20px;
  font-weight: bold;
		background: linear-gradient(transparent 50%, #FFCCCC 50%);
}
.special #contents-main #items .single .goodslist {
	text-align:center;

}
.special #contents-main #items .single .goods {
  width: 600px;
	margin: 14px auto 0;
}

.special #contents-main #items .single .goods:not(:last-of-type){
	margin-bottom: 30px;
}

.special #contents-main #items .single .goods img {
  border-radius: 30px;
  margin-bottom: 4px;
	    border: 4px solid #eee;
}
.special #contents-main #items .single .goods p {
  font-size: 16px;
	font-weight: bold;
	text-align: center;
  padding: 4px 0 0;
}

.special #contents-main #items .single .goods p .price {
 font-weight: normal;
}

.special #contents-main #items .single .goods p .s {
  font-size: 90%;
}
#contents-main ul.attention {
  margin: 0 45px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}
#contents-main ul.attention li {
  display: inline;
}
#contents-main ul.attention li::before {
  content: "※";
}
/*--------------------
スマホ
--------------------*/
body.sp #contents {
  padding-bottom: 0;
}
body.sp #contents h2 {
  width: 100%;
  background: none;
}
body.sp #contents-main {}
body.sp #contents .html1 h2, body.sp .special #contents-main h2 {
  padding: 0;
  box-sizing: border-box;
}

body.sp .nav_valentine{
	padding-top: 0;
}

body.sp .nav_valentine ul {
  width: 100%;
  flex-wrap: wrap;
  border-left: none;
  border-width: 1px;
  margin: 0;
  padding: 4px 0 20px;
}
body.sp .nav_valentine.bottom {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
body.sp .nav_valentine.bottom ul {
  padding: 22px 0 10px;
}
body.sp .nav_valentine li {
  width: calc(100% / 3);
  box-sizing: border-box;
  border-width: 3px;
  margin-right: 0;
  border-width: 1px;
}
body.sp .nav_valentine li:first-child {
  border-left: none;
}
body.sp .nav_valentine li:last-child {
  border-right: none;
}
body.sp .nav_valentine li:last-child a {
  ;
  border: none;
}
body.sp .nav_valentine li a .ja {
  font-weight: bold;
}
body.sp .nav_valentine a {
  padding: 2px 0 0;
  font-size: 10px;
}
body.sp .nav_valentine a:after {
  font-size: 22px;
	margin-top: 6px;
}
body.sp .nav_valentine a span.en {
  font-size: 18px;
  margin-bottom: 2px;
}

body.sp .nav_valentine li.active a span.en:after{
    height: 2px;
    bottom: -2px;
}

body.sp.item_feature #contents #contents-main article .html1 h3, body.sp #contents.special #contents-main h3 {
  font-size: 24px;
  padding: 10px 0 0;
  margin: 0;
}
body.sp.item_feature #contents-main .html1 h3 span:before, body.sp.item_feature #contents-main .html1 h3 span:after, body.sp #contents.special #contents-main h3 span:before, body.sp #contents.special #contents-main h3 span:after {
  width: 12px;
  height: 10px;
}

body.sp #contents.special #contents-main .date{
	margin-top: 4px;
}

body.item_feature.sp #contents-main .NewsItemList {
  width: 90% !important;
  margin: 10px auto;
  padding: 0;
}
body.sp #contents-main .NewsItemList .item, body.sp #contents-main .NewsItemList .item:nth-child(2n) {
  padding: 0;
  width: 47.5%;
  margin-right: 5%;
  border-width: 2px;
  border-color: #fff;
  background-size: auto 6px;
  border-radius: 16px;
  border-right: 2px solid #fff;
}
body.sp #contents-main .NewsItemList .item .image img {
  border-radius: 14px 14px 0 0/14px 14px 0 0;
}
body.sp #contents-main .NewsItemList .item:nth-child(2n) {
  margin-right: 0;
}
body.sp #contents-main .NewsItemList .item .news_box {
  margin-top: 0;
}
body.sp #contents-main .NewsItemList .item .date {
  top: -1.6em;
}
body.sp #contents-main .NewsItemList .item .desc {
  padding: 6px 10px;
}
body.sp #contents-main .NewsItemList .goods_like_btn.mini {
  left: 10px;
}
body.item_feature.sp #contents-main .NewsItemList .item .morelink {
  bottom: 0;
}
body.item_feature.sp #contents-main .NewsItemList .item .morelink span {
  background: #d61d56;
  color: #fff;
  padding: 8px 0 0;
}
/*****期間限定ショップ*****/
body.sp .special #contents-main #items {
  width: 92% !important;
  margin: 10px auto 0;
  padding: 0;
}
body.sp .special #contents-main #items .single {
  padding: 30px 20px 10px;
  margin-bottom: 20px;
  border-radius: 20px;
}
body.sp .special #contents-main #items .single:after {
  background-size: contain;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}
body.sp .special #contents-main #items .single dl {
  flex-wrap: wrap;
  margin-bottom: 12px;
}
body.sp .special #contents-main #items .single dt {
  width: 100%;
	margin-bottom: 10px;
}
body.sp .special #contents-main #items .single dt img {
  width: 100%;
}
body.sp .special #contents-main #items .single dd {
  margin: 10px 0 0 0;
}
body.sp .special #contents-main #items .single dd .name {
  font-size: 20px;
  line-height: 28px;
	margin-bottom: 4px;
}

body.sp .special #contents-main #items .single dd .date, body.sp .special #contents-main #items .single dd .place {
  font-size: 16px;
}
body.sp .special #contents-main #items .single .goodslist {
  flex-wrap: wrap;
}
body.sp .special #contents-main #items .single .goods {
  width: 100%;
  margin: 0 auto 20px;
}
body.sp .special #contents-main #items .single .goods img {
  border-radius: 20px;
}
body.sp .special #contents-main #items .single .goods .price {
  display: block;
}
body.sp .special #contents-main #items .single .goods p {
  line-height: 1.4em;
	font-size: 14px;
}
body.sp #contents-main ul.attention, body.sp .special #contents-main ul.attention {
    width: 90%;
    font-size: 11px;
    text-align: left;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
/*SE対策*/
@media (max-width:370px) {}