@charset "UTF-8";

/* --------------------------------------------------------------
	初期設定
-----------------------------------------------------------------*/
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.etetsudo-contents {
	width: 782px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.etetsudo-contents {
		width: 100%;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.eosake { width: 100%; }
}
@media only screen and (max-width: 767px) {
  .ec-featureRole__content .giftItemsHeadImg {
    padding-bottom: 6.66666666vw !important;
  }
}


#footer {
  margin-top: 0;
}

#cmn_header {
  margin-bottom: 0 !important;
}

.wrapper_ {
  padding-top: 30px;
}

@media only screen and (max-width: 640px) {
  .wrapper_ {
    padding-top: 0px;
    overflow: hidden;
  }
}


.contentWrapper * {
  box-sizing: border-box;
	font-size: initial;
}

.contentWrapper *::before,
.contentWrapper *::after {
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {

  .contents_,
  .mainframe_ {
    width: 100% !important;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.xmasWrap img,
.xmasWrap svg,
.xmasWrap video {
  max-width: 100%;
  height: auto;
}

.hp_pcOnly {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .hp_pcOnly {
    display: none;
  }
}

.hp_spOnly {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hp_spOnly {
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .image_sp_w100 {
    width: 100%;
    height: auto;
  }
}

/* font-size */
.hp_fontSize80 {
  font-size: 80%;
}

.hp_fontSize120 {
  font-size: 120%;
  vertical-align: -1px;
}

.hp_fontSize130 {
  font-size: 130%;
  vertical-align: -1px;
}

.hp_fontSize140 {
  font-size: 140%;
  vertical-align: -1px;
}

/* font-family */
.hp_fontFamily {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .04em;
}

.hp_fontArial {
  font-family: Arial, Helvetica, sans-serif;
}

/* フォントウェイト */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* 文字揃え */
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

/* 背景にサンタ */
.bg_sled {
  position: relative;
  margin-top: 200px;
}

@media only screen and (max-width: 640px) {
  .bg_sled {
    margin-top: 160px;
  }
}

.bg_sled::before {
  content: '';
  display: inline-block;
  background: url("/html/upload/user_data/feature/xmas/img/2024/obj_conts_sled.png") center top no-repeat;
  background-size: contain;
  position: absolute;
  width: 479px;
  height: 199px;
  top: -150px;
  right: 20px;
}

@media only screen and (max-width: 640px) {
  .bg_sled::before {
    width: 74.84vw;
    height: 31.09vw;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* もっと見るボタン */
.more_btn_ a:hover {
  text-decoration: none !important;
}

.taC {
  text-align: center;
}

/* --------------------------------------------------------------
　コンテンツ
-----------------------------------------------------------------*/
.ec-layoutRole {
  background: url("/html/upload/user_data/feature/xmas/img/2024/bg_conts_shine.png") 50% 50% repeat #f3e8e0;
}

/* メインビジュアル */
.el_mainVisual {
  display: block;
}

.el_mainVisual>img {
  max-width: 100%;
}

/* リード文 */
.bl_leadWrapper {
  background: #fff;
  color: #613d2a;
  border-radius: 20px;
  margin: 30px 0;
}

@media only screen and (max-width: 640px) {
  .bl_leadWrapper {
    margin: 30px 0 50px;
    border-radius: 10px;
  }
}

.bl_leadTxt {
  font-size: 100%;
  text-align: center;
  /*margin-bottom: 1em;*/
}


@media only screen and (max-width: 640px) {
  .bl_leadTxt {
    /*text-align: left;*/
  }
}

.bl_leadBtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: auto;
  background-color: #c2272d;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  transition: .2s ease all;
  text-decoration: none;
}

.bl_leadBtn a::after {
  content: "";
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 10px;
}

.bl_leadBtn a:hover {
  text-decoration: none;
  opacity: .8;
}


@media only screen and (max-width: 640px) {
  .bl_leadBtn a {
    width: 53vw;
    height: 50px;
    font-size: 1.1em;
  }

  .bl_leadBtn a::after {
    content: "";
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 8px;
    margin-top: -1px;
  }
}

.bl_leadNote {
  font-size: 0.9em;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .bl_leadNote {
    margin-top: 10px;
  }
}

.bl_leadNote a {
  color: #c2272d;
}

@media only screen and (max-width: 640px) {
  .bl_leadNote {}
}

.lead_deco {
  padding: 60px 0 50px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .lead_deco {
    padding: 0;
    /*margin-left: 15px;
    margin-right: 15px;*/
  }
}

.lead_deco::before {
  content: "";
  background: url("/html/upload/user_data/feature/xmas/img/2024/bg_lead_starL.png") center top no-repeat;
  background-size: contain;
  display: block;
  width: 273px;
  height: 77px;
  position: absolute;
  top: 0;
  left: 4vw;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .lead_deco::before {
    width: 42.65vw;
    height: 12.03vw;
    left: -10px;
  }
}

.lead_deco::after {
  content: "";
  background: url("/html/upload/user_data/feature/xmas/img/2024/bg_lead_starR.png") center top no-repeat;
  background-size: contain;
  display: block;
  width: 273px;
  height: 77px;
  position: absolute;
  top: 0;
  right: 4vw;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .lead_deco::after {
    width: 42.65vw;
    height: 12.03vw;
    right: -10px;
  }
}

@media only screen and (max-width: 640px) {
  .lead_deco_bottom {
    padding: 50px 20px 20px;
  }
}

.lead_deco_bottom::before {
  content: "";
  background: url("/html/upload/user_data/feature/xmas/img/2024/obj_lead_santa.png") center top no-repeat;
  background-size: contain;
  display: block;
  width: 181px;
  height: 171px;
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: auto;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .lead_deco_bottom::before {
    /*width: 28vw;
    height: 28vw;
    bottom: -5vw;
    left: -4vw;*/
	content: none;
  }
}

.lead_deco_bottom::after {
  content: "";
  background: url("/html/upload/user_data/feature/xmas/img/2024/obj_lead_tree.png") center top no-repeat;
  background-size: contain;
  display: block;
  width: 153px;
  height: 219px;
  position: absolute;
  bottom: -22px;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .lead_deco_bottom::after {
    /*width: 26vw;
    height: 35vw;
    bottom: -5vw;
    right: -3vw;*/
	content: none;
  }
}

/* プレゼント */
.bl_present {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 50px 20px;
  border: 6px solid #cc404d;
  background-color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .bl_present {
    padding: 25px 25px 20px;
    margin: 20px 10px 40px;
  }
}

.bl_present::before,
.bl_present::after {
  content: '';
  position: absolute;
  display: block;
  width: 88px;
  height: 92px;
}

.bl_present::before {
  top: -6px;
  left: -6px;
  background: url("/html/upload/user_data/feature/xmas/img/2024/img_present_rbn01.png") no-repeat;
  background-size: contain;
}

.bl_present::after {
  bottom: -6px;
  right: -6px;
  background: url("/html/upload/user_data/feature/xmas/img/2024/img_present_rbn02.png") no-repeat;
  background-size: contain;
}

.bl_presentHeading {
  color: #cc404d;
  font-size: 1.375em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .bl_presentHeading {
    line-height: 1.3;
    margin-top: 10px;
  }
}

.bl_presentText {
  line-height: 1.6;
  font-size: 1em;
}

.bl_presentDate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  background-color: #fff9de;
}

@media only screen and (max-width: 640px) {
  .bl_presentDate {
    display: block;
    margin-top: 15px;
  }
}

.bl_presentDate>dt {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .bl_presentDate>dt {
    font-size: 1em;
  }
}

.bl_presentDate>dd {
  font-size: 1.0625em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .bl_presentDate>dd {
    font-size: 1.07em;
  }
}

.bl_presentDtl {
  margin-top: 20px;
  padding: 10px;
  background-color: #fff9de;
}

@media only screen and (max-width: 640px) {
  .bl_presentDtl {
    display: block;
    margin-top: 15px;
  }
}

/* ナビメニュー */
#content.gift ul.bl_naviList {
  display: flex;
  gap: 10px;
	margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .bl_naviList {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}

.bl_naviListItem {
  flex: 1;
}

@media only screen and (max-width: 640px) {
  .bl_naviListItem {
    flex: 0 0 calc(50% - 5px);
  }
}

.bl_naviListItem>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 18px;
  background-color: #FFF;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: .2s ease all;
  color: #613d2a;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 640px) {
  .bl_naviListItem>a {
    font-size: 3.7333vw
  }
}

.bl_naviListItem>a::after {
  content: "";
  border: 6px solid transparent;
  border-top: 8px solid #C2272D;
  margin: 4px 0 0 6px;
}

.bl_naviListItem>a:hover {
  opacity: .8;
}

/* セクション */
.bl_section {
  margin-top: 70px;
}

.bl_sectionHeading {
  margin-bottom: 25px;
  text-align: center;
}

/* 見出し */
.bl_title {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .bl_title {
    margin-bottom: 20px;
  }
}

.bl_title h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  font-weight: bold;
  background: #078487;
  position: relative;
  height: 65px;
  line-height: 1;
  padding: 0 60px;
  margin: 80px auto;
  color: #FFF;
  clip-path: polygon(100% 0%, 96% 50%, 100% 100%, 0 100%, 4% 50%, 0 0);
}

@media only screen and (max-width: 640px) {
  .bl_title h2 {
    margin: 50px auto 80px;
  }
}

.bl_title::after {
  content: '';
  position: absolute;
  width: 203px;
  height: 104px;
  background: url("/html/upload/user_data/feature/xmas/img/2024/obj_ttl_ribbon.png") center top no-repeat;
  background-size: contain;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* ピックアップ商品 */
#bl_pickup {
  text-align: center;
}

/* 贈る相手から選ぶ */
#bl_gift {
  text-align: center;
}

/*#bl_gift .bl_title {
  margin-bottom: -110px;
}*/

#bl_gift .bl_title h2 {
  /* margin-top: 0; */
}

#content.gift .bl_giftBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #c9dfe0;
  padding: 130px 30px 30px;
	margin-top: -130px;
}

@media only screen and (max-width: 640px) {
  #content.gift .bl_giftBtn {
    gap: 10px;
    padding: 130px 15px 15px;
  }
}

.bl_giftBtnItem {
  flex: 0 0 calc(33.33333% - 10px);
}

@media only screen and (max-width: 640px) {
  .bl_giftBtnItem {
    flex: 0 0 calc(50% - 5px);
  }
}

.bl_giftBtnItem>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 11px;
  background-color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: .2s ease all;
  color: #078487;
  border-radius: 10px;
  border: 2px solid #078487;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 640px) {
  .bl_giftBtnItem>a {
    padding: 10px 10px 8px 0;
    font-size: 3.4666vw;
  }
}

.bl_giftBtnItem>a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 0;
  height: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
  transition: .2s ease all;
}

@media only screen and (max-width: 640px) {
  .bl_giftBtnItem>a::before {
    right: 7px;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
  }
}

.bl_giftBtnItem>a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #078487;
  z-index: 1;
  transition: .2s ease all;
}

@media only screen and (max-width: 640px) {
  .bl_giftBtnItem>a::after {
    right: 7px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
  }
}

.bl_giftBtnItem>a:hover {
  opacity: .8;
}

/* カテゴリーから探す */
#bl_category {
  text-align: center;
}

.bl_category_ttl {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .bl_category_ttl {
    margin: 0 0 15px;
    line-height: 1;
  }
}

.bl_category_ttl span {
  font-size: 1.5em;
  font-weight: bold;
  color: #078487;
}

@media only screen and (max-width: 640px) {
  .bl_category_ttl span {
    font-size: 4.8vw;
  }
}

.bl_category_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #078487;
}

@media only screen and (max-width: 640px) {
  .bl_category_ttl::after {
    height: 3px;
  }
}

.bl_category_ttl span {
  position: relative;
  background-color: #f3e8e0;
  padding: 0 20px;
  z-index: 2;
}

.bl_category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .bl_category_list {
    margin-bottom: 40px;
    gap: 9px;
  }
}

.bl_category_list:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .bl_category_list {
    /* padding: 0 15px; */
  }
}

.bl_category_list a {
  flex: 0 0 calc(33.33333% - 30px);
  text-decoration: none;
  transition: .2s ease all;
  display: flex;
  flex-direction: column;
  flex-basis: calc((100% - 60px) / 3);
}

@media only screen and (max-width: 640px) {
  .bl_category_list a {
    /* flex: 0 0 calc(33.33333% - 9px); */
    flex-basis: calc((100% - 18px) / 3);
  }
}

.bl_category_list a:hover {
  text-decoration: none;
  color: inherit;
  opacity: .8;
}

.bl_category_list a p {
  text-align: center;
  font-size: 1.2em;
  background-color: #c2272d;
  color: #FFF;
  padding: 10px 15px;
  border-top: 4px solid #c21500;
  border-image: linear-gradient(135deg, #cba42b 5%, #fae6a8 20%, #cba42b 35%, #fae6a8 50%, #cba42b 65%, #fae6a8 80%, #cba42b 95%);
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  flex-grow: 1;
}

@media only screen and (max-width: 640px) {
  .bl_category_list a p {
    padding: 10px 5px;
    font-size: 3.2vw;
  }
}

/* 価格から探す */
#bl_price {
  text-align: center;
}

.bl_priceBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
	justify-content: center;
	position: relative;
}
.bl_priceBtn::after {
  display: block;
	content: "";
	width: calc(40% - 10px);
	height: 0;
}

@media only screen and (max-width: 640px) {
  .bl_priceBtn {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
}

.bl_priceBtnItem {
  flex: 0 0 calc(30% - 10px);
  
}

@media only screen and (max-width: 640px) {
  .bl_priceBtnItem {
    flex: 1;
  }
}

.bl_priceBtnItem>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 25px 13px 20px;
  background-color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: .2s ease all;
  color: #613d2a;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 640px) {
  .bl_priceBtnItem>a {
    padding-right: 6vw;
    padding-left: 3vw;
    font-size: 4vw;
  }
}

.bl_priceBtnItem>a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
  transition: .2s ease all;
}
@media only screen and (max-width: 640px) {
.bl_priceBtnItem>a::before {
  border: 4px solid transparent;
  border-left: 6px solid #fff;
	}
}
.bl_priceBtnItem>a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #c2272d;
  z-index: 1;
  transition: .2s ease all;
}
@media only screen and (max-width: 640px) {
.bl_priceBtnItem>a::after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  }
}

.bl_priceBtnItem>a:hover {
  opacity: .8;
}

/* 特集に関する注意事項 */
.notes_box {
  margin-bottom: 50px;
  padding: 40px;
  background: #fff;
  font-size: 0.8em;
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  .notes_box {
    padding: 5%;
    /*margin-left: 15px;
    margin-right: 15px;*/
  }
}

.notes_h {
  margin-bottom: 30px;
  font-size: 1.7em;
  text-align: center;
}

.notes_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/* 以下、スマホ用 */
@media screen and (max-width: 640px) {

  /*商品一覧*/
  .event_title_ {
    margin: 0 10px;
  }

  .more_.event_design_bottom_ p.more_btn_ a {
    border: #0da4b2 1px solid;
    background: #ffffff url("/html/upload/user_data/feature/xmas/img/2024/shop_arrow.png") 30px center no-repeat;
    background-size: 15px 15px;
  }
}