@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}


/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html{
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;
}

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

/*a {
  cursor: pointer;}*/


@media (min-width: 769px) {
  .sp {
    display: none; } }

@media (min-width: 992px) {
  .tablet {
    display: none; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

@media screen and (max-width: 991px) {
  .pc-tablet {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none; } }

@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide_y {
  0% {
    transform: translateY(1.4vw); }
  100% {
    transform: translateY(0); } }

@keyframes slide_x {
  0% {
    transform: translateX(-1.4vw); }
  100% {
    transform: translateX(0); } }

@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    transform: rotate(-180deg);
    opacity: 0; } }

body.christmas {
}

body.christmas .block-top-topic--body{
  background: none;
}

body.christmas .wrapper{
  background: none;
}

.wrapper_1200 {
  max-width: 1200px;
  padding: 10px 10px 10px;
  margin: 0px auto ;
  position: relative;
}

.wrapper_1600{
  max-width: 1600px;
  padding: 10px 10px 10px;
  margin: 0 auto ;
  position: relative;
}

.wrapper_920{
  max-width: 920px;
  padding: 10px 10px 10px;
  margin: 0 auto ;
  position: relative;
}

.wrapper_600{
  max-width: 600px;
  padding: 10px 10px 10px;
  margin: 0 auto ;
  position: relative;
}


@media screen and (max-width: 767px) {
    .wrapper_1200 {
      padding: 10px 10px 0;
    }
}

.pc_only_inline{
  display: inline-block;
}
.pc_only{
  display: block;
}
.sp_only_inline{
  display: none;
}
@media (max-width: 767px){
  .pc_only_inline{
  display: none;
}
.pc_only{
  display: none;
}

.sp_only_inline{
  display: inline-block;
}
  }

.page_link a img{
border:none;
verticle-align:top;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.page_link a:hover img{
opacity: 0.7; /* 透過レベル */
filter: alpha(opacity=80);
}

/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/
h2.category_parent{
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 33px;
    background: linear-gradient(90deg, rgba(251, 211, 77, 1) 0%, rgba(255, 241, 191, 1) 50%, rgba(251, 211, 77, 1) 100%);
}

.h2_ev-jp h2{
    margin:0 0;
    text-align:center;
}

.h2_ev-jp h2 span:nth-child(1),
h2.h2_ev-jp span:nth-child(1){
    font-size:33px;
    display:block;
}

.h2_ev-jp h2 span:nth-child(2),
h2.h2_ev-jp span:nth-child(2){
    font-size:18px;
    display:block;
}


/*--------------------------------------------------------------
category_title_1 共通見出し GOLD
--------------------------------------------------------------*/
.category_title_1 h2,
.category_title_1 h3 {
  text-align: center;
  position: relative;
  padding: 1rem 0rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  font-size: 30px;
  font-weight: 400;
  margin:0 0 20px;
}

.category_title_1 h2:before,
.category_title_1 h2:after,
.category_title_1 h3:before,
.category_title_1 h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.category_title_1 h2:before,
.category_title_1 h3:before{
  top: 0;
}

.category_title_1 h2:after,
.category_title_1 h3:after {
  bottom: 0;
}

@media screen and (max-width:376px) {
.category_title_1 h2 {
  font-size: 28px;
}
}

/*--------------------------------------------------------------
category_title_2 共通見出し stripe
--------------------------------------------------------------*/
.category_title_2 h2 {
  text-align: center;
  position: relative;
  padding: 1.5rem 1rem;
  margin:0 0 20px;
  font-size: 30px;
}

.category_title_2 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width:375px) {
.category_title_2 h2 {
  font-size: 28px;
}
}

/*--------------------------------------------------------------
category_title 共通見出し
--------------------------------------------------------------*/
.category_title h2{
  text-align: center;
  padding: 30px 0 20px;
  color: #5e3518;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 0;
  position: relative;
}

.category_title h2{
  overflow: hidden;
  text-align: center;
}
.category_title h2 span{
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.category_title h2 span::before,
.category_title h2 span::after{
  position: absolute;
  top: 50%;
  content: '';
  width: 1000%;
  height: 1px;
  background-color: #5e3518;
}

.category_title h2 span::before {
  right: 100%;
}
.category_title h2 span::after{
  left: 100%;
}

@media screen and (max-width:375px){
.category_title h2{
  font-size: 20px;
}
}


/*--- INDEX ----------------------------------------------------
top_title キービジュアル

introduce リード文

mokuji_img ページ内リンク（目次）
search_area 相手/予算（目次）

point

flex_list

category_title 共通見出し

ボタン ～を見る

iziModals

.chocolate_family チョコレート
#yakigashi
#cake ケーキ
#giftbag ギフトバッグ
#price_search 予算で選ぶ クリスマスプレゼント

list_chocolate
list__special (1行1商品)

ページトップへ戻る block-page-top

--------------------------------------------------------------*/

/*--------------------------------------------------------------
 top_title キービジュアル
--------------------------------------------------------------*/
.bg_top_title{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: url(/christmas/img/bg_HL25_300.webp) ,#c1182e;
}

.hero{
  max-width:1600px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-image: none;
  height: auto;
}


 /*.hero{
  position: relative;
  background-image: url(/christmas/img/kv_holiday_2025_pc.webp) ;
  background-size: cover;
  background-position: center center;
  height: 80vh;
  z-index:2;
}*/

.tablet_only{
  display: none;
}

@media screen and (min-width:768px) and (max-width:1366px) {
/*.hero{
  position: relative;
  background-image:none;
  height: auto;
}*/

.tablet_only{
  display: block;
}

}

@media screen and (max-width:767px) {
/*.hero{
  position: relative;
  background-image:none;
  height: auto;
}*/

.tablet_only{
  display: none;
}

}

/*--------------------------------------------------------------
 bg
--------------------------------------------------------------*/
.stars,
.stars_2,
.stars_3,
.stars_4 {
  position: relative;
}

.star,
.star_2,
.star_3,
.star_4 {
  position: absolute;
  display: block;
  background-color: #e7d4a4; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2); /* 星の影 */
  opacity: 1; /* 初期状態 */
  animation: twinkle 5s infinite;
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}


/*--------------------------------------------------------------
introduce リード文
--------------------------------------------------------------*/
.christmas .introduce{
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.bg_mont{
  position: relative;
  padding:  20px 0px;
  background: url(/christmas/img/bg_holliday2025_lead_pc.jpg) bottom center;
  background-size: cover;
}

.intro_lead_box{
  padding: 20px 8px 0px;
  max-width: 800px;
  margin: 0px auto 20px;
  border: solid 1px #a18b65;
  outline: solid 3px #a18b65;
  outline-offset: 2px;
  overflow: hidden;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
}

.intro_lead_box h1{
  margin: 0px auto 0px;
  letter-spacing: -.005em;
  color: #97011d;
  font-size:30px;
  line-height: 1.5;
}

.intro_lead_box h1 span{
  font-size: 80%;
}

.intro_lead_box p.lead{
  font-size: 16px;
  line-height:1.8;
}

.intro_lead_box p{
  font-size: 14px;
}

.intro_lead_box .icon_animals{
  width:200px;
  padding-top: 10px;
}

.intro_lead_box .icon_animals_sp{
  display:none;
}

@media (max-width: 834px) {
  .intro_lead_box{
  max-width: 450px;
}
}

@media (max-width: 767px) {
  .bg_mont{
  position: relative;
  padding: 20px 0 20px;
}

.intro_lead_box{
  padding: 20px 0px 0px;
  margin: 0px 20px 0;
}

.intro_lead_box h1{
  font-size:26px ;
}

.intro_lead_box p.lead{
  font-size: 14px;
  line-height:1.8;
}

}

@media (max-width: 375px) {
  .intro_lead_box p.lead{
  font-size: 14px;
  line-height:1.8;
}
}

@media (max-width: 320px) {
.intro_lead_box h1{
  font-size:16px ;
}

}


/*--------------------------------------------------------------
 recommend_items おすすめコピー
--------------------------------------------------------------*/
.recommend_items{
  max-width:1200px;
  margin: 10px auto 20px;
  padding: 0 50px;
}


.recommend_items p,
.recommend_items h2{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.44737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
}

.recommend_items p:before,
.recommend_items h2:before {
    content: "";
    width: 1px;
    height: 3.5em;
    background: currentColor;
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
}

.recommend_items p:after,
.recommend_items h2:after {
    content: "";
    width: 1px;
    height: 3.5em;
    background: currentColor;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}


@media (max-width: 539px) {
  .recommend_items{
  padding: 0 30px;
}

  .recommend_items p,
  .recommend_items h2{
    font-size:18px;
  }

}


/*--------------------------------------------------------------
mokuji_img ページ内リンク（目次）
--------------------------------------------------------------*/
.mokuji_img .page_link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    border-bottom: none !important;
    margin: 0 !important;
    gap: 20px;
}

.mokuji_img h2{
  font-size:26px;
  margin:0 0 20px;
  text-align:center;
  position: relative;
  color: #fff;
  line-height: 1.4;
}

.mokuji_img{
  max-width: 1600px;
  padding: 20px 20px;
}

.mokuji_img .page_link li {
  width: calc((100% - 60px) / 7);
  margin: 0 5px 10px;
  padding: 0 0px 0px;
  text-align: center;
  position: relative;
  filter: drop-shadow(2px 2px 3px rgba(81, 52, 51, .2));
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .mokuji_img .page_link li {
        width: calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 767px){
    .mokuji_img .page_link li {
        width: calc((100% - 40px) / 2);
    }
}

.flt_sdw{
  filter: drop-shadow(2px 2px 3px rgba(81, 52, 51, .2));
}


/*--------------------------------------------------------------
  ランキング TAB
--------------------------------------------------------------*/
.ranking--items{
    padding:0px 0 0;
}

/* タブメニュー */
  .ranking--items .tab {
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: rgba(255, 255, 255, 1.0);
}

.ranking--items .tab h3.type{
  padding: 5px 0 5px;
}

.ranking--items .tab__menu{
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbb39f #fff;
  position:relative;
  max-width: 800px;
  margin: 0 auto;
}

.ranking--items .tab_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 50px;
  padding: 0 0 0;
  margin: 0;
  position:relative;
}

.tab__menu-item {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  /*font-size:16px;*/
  list-style: none;
  width: 200px;
  padding: 8px 5px; /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
  border: solid 2px ##c1182e;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #c1182e;
  color: #fff;
  font-weight:600;
  padding: 12px 5px;
}

@media only screen and (max-width: 1199px) {

    .ranking--items .tab {
      margin: 10px auto;
      border: solid 3px #c1182e;
    }

  .ranking--items .tab_area {
    padding: 0 0 4px 0px;
  }
}

@media only screen and (max-width: 559px) {
  .tab__menu-item {
    width: auto;
    min-width: 95px;
  }
}

@media only screen and (max-width: 415px) {
  .tab__menu-item {
  /*font-size:14px;*/
  list-style: none;
  width: auto;
  min-width: 80px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}

 .tab__menu-item.honmei{
  /*font-size:13px;*/
  padding:10px 0;
  list-style: none;
  width: auto;
  min-width: 80px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}

}


/* タブパネル */
.tab__panel {
 width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  padding: 10px 10px;
  position: relative;
}

.tab__panel-box h3{
  text-align:center;
  font-weight:600;
  margin: 10px 0 0;
  font-size: 22px;
}

.tab__panel-box .block-top-event--btn a {
    width: 200px;
    height: 50px;
    border: 1px solid #c1182e;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: #c1182e;
    color: #fff;
    font-weight: 600;
    border-radius: 24px;
}

.tab__panel-box .block-top-event--btn a:after {
    content: '';
    width: 6px;
    height: 12px;
    background-image: url(/img/usr/ui/arrow_white_right.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.tab__panel-box {
display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

@media only screen and (max-width: 559px) {
.tab__panel-box h3{
  margin: 0px 0 0;
}

.runking_wrap {
    margin: 0px auto 20px;
    padding: 10px 5px 5px;
}

}

.runking_wrap .collection_img{
    background:none;
}

.runking_wrap .list__item_5_text {
    margin-top: 0rem;
    background-color: #fff;
}

.runking_wrap .margin-top_auto {
    background-color: #fff;
    padding: 0 5px 5px;
}

@media only screen and (max-width: 391px) {
.runking_wrap .list__item_R .margin-top_auto p.price{
    font-size: 0.8rem;
}

}

/*--------------------------------------------------------------
search_area ギフトを贈る相手から選ぶ 予算で選ぶ（目次）
--------------------------------------------------------------*/
.search_area ul{
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 480px;
  margin: 0px auto;
}

.search_area ul li{
    position: relative;
    border: none;
    border-radius: 30px;
    /*background: #FFBF68 #ffed96;*/
    background: linear-gradient(245deg, rgba(255, 191, 104, 1) 0%, rgba(255, 237, 150, 1) 50%, rgba(255, 191, 104, 1) 100%);
    padding: 13px 10px 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    filter: drop-shadow(3px 3px 3px rgba(81, 52, 51, .8));
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h3.hot_items__point {
    background: #207b5c;
}

.hot_items{
  padding-bottom: 0;
}

.recomend {
    padding: 0px 0px 0px;
}

@media (max-width: 540px) {
  .search_area ul li{
    min-width: 170px;
  }
}


/* --------------------------------
 商品詳細 collection_concept
---------------------------------- */
.collection_concept {
  padding: 0;
  margin: 0;
}

.collection_concept .list__special {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0em 0 1em;
}

.collection_concept .list__special .list__special_img_half {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 50%;
    width: 100%;
}

.collection_concept .list__special .list__special_img_half img {
    margin: auto;
    width: 100%;
}

.collection_concept .list__special .list__special_img_half.second img {
    margin: auto;
    width: 100%;
}

.collection_concept .list__special .list__special_text_half {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    width: 50%;
}

.collection_concept .list__special_text_half h3.concept_midashi{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 10px;
    line-height: 1.4;
}

.collection_concept .list__special_text_half h3.collection_name{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 20px;
    line-height: 1.6;
}

.collection_concept .list__special_text_half p.guide_collection{
  font-size: 15px;
  text-align: center;
}

.collection_concept .list__special_text_half p.priod{
  margin-bottom:10px;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .collection_concept .list__special {
    align-items: flex-start;
}
  .collection_concept .list__special .list__special_img_half {
    max-width: 50%;
}
  .collection_concept .list__special .list__special_text_half {
    margin: 0 0 0 20px;
    padding: 0 10px 0 0;
    width: 50%;
  }
}


@media (max-width: 768px) {
  .collection_concept .list__special {
    display: block;
    padding: 0em 0 0;
}

.collection_concept .list__special .list__special_img_half {
        max-width: 98%;
        width: 100%;
        margin: 0px auto 0 0;
    }

.collection_concept .list__special .list__special_img_half.second {
        max-width: 98%;
        width: 100%;
        margin: 0px 0 0 auto;
    }

.collection_concept .list__special .list__special_text_half {
    padding: 10px 20px 0;
    width: 100%;
}

}

.collection_concept .btn_arrow_light_gold{
    margin: 10px auto 50px;
    width: 300px;
}

.icon-cool{
  position: absolute;
  top: -7%;
  right: -5%;
  width: 30%;
}

@media (max-width: 540px) {
.icon-cool{
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
}
}


/*--------------------------------------------------------------
 iziModals
--------------------------------------------------------------*/
.iziModal_btn{
  position: relative;
  width: 200px;
  margin: 0 auto;
}

p.cool-guide{
  margin: 30px auto 30px;
  font-size: 13px;
  max-width: 80%;
}

@media (max-width: 767px) {
.iziModal_btn{
  margin: 0 auto 50px;
}
.iziModal_btn.chocolat{
  margin: 0 auto 20px;
}

p.cool-guide{
  margin: 0px auto 50px;
  max-width: 100%;
}

}



img.fukidasgi_{
  width:200px;
  cursor: pointer;
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
  margin-top: 10px;
}

img.tap_hand{
  position: absolute;
  bottom: -10px;
  z-index: 1;
  left: -6px;
  width: 60px;
  cursor: pointer;
  animation: yurayura 1.5s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

.iziModals .chocolate_map_inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    background: #fff;
}

.iziModals .content_box .box .text p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #231815;
    text-align: left;
}


/*---*/

.icon_new_box{
  position: relative;
  width: 40%;
}

.icon_new_box img.icon_new{
  position: absolute;
  top: 0px;
  right: 1px;
  width: 33%!important;
}

.iziModals_chocolate .icon_new_box img.icon_new {
    position: absolute;
    top: auto;
    right: auto;
    width: 33% !important;
    bottom: 0;
    left: 0;
}

.icon_new_box img.icon_new_sable{
  position: absolute;
  top: -6px;
  right: 0px;
  width: 31%!important;
}

.icon_new_box img.tsubu_img{
  width:auto!important;
}

@media (max-width: 540px) {
.iziModals .content_box .box {
    flex-direction: column;
}

.iziModals .content_box .box img {
    width: 60%;
}

.icon_new_box{
  position: relative;
  width: 60%;
}

.iziModals .content_box .box .text {
    width: 100%;
}
}


/* タグエリア ドッグイヤー */
.tag_area {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(-135deg, transparent 10px, #fff 10px, #fff 100%);
  /* 切り取り部分を transparent で指定 */
  display: inline-block;
  min-width: 50%;
  margin: 5px auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.tag_area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border: 7px solid #c7b493;
  border-right-color: transparent;
  border-bottom-color: transparent;/* 切り取り部分を transparent で指定 */
  box-sizing: border-box;
  transform: rotate(-90deg);
}

.tag_area p{
  line-height:1.6;
}

.tag_area a{
  text-decoration: none;
  border-bottom: 1px solid #a18b65;
  padding-bottom: 2px;
}

/*--------------------------------------------------------------
  飾り罫
--------------------------------------------------------------*/
img.kei_cookie{
  width: 300px;
  padding: 0px 0 20px;
  margin: -20px auto 0;
}

.collection_concept .list__special_text_half h3.collection_name{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 20px;
    line-height: 1.6;
}

.collection_concept .list__special_text_half p.guide_collection{
  font-size: 15px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .collection_concept .list__special {
    align-items: flex-start;
}
  .collection_concept .list__special .list__special_img_half {
    max-width: 50%;
}
  .collection_concept .list__special .list__special_text_half {
    margin: 0 0 0 20px;
    padding: 0 10px 0 0;
    width: 50%;
  }
}


@media (max-width: 768px) {
  .collection_concept .list__special {
    display: block;
    padding: 0em 0 0;
}

.collection_concept .list__special .list__special_img_half {
        max-width: 100%;
        width: 100%;
        margin: 0px auto 0 0;
    }

.collection_concept .list__special .list__special_img_half.second {
        max-width: 100%;
        width: 100%;
        margin: 0px 0 0 auto;
    }

.collection_concept .list__special .list__special_text_half {
    padding: 10px 20px 0;
    width: 100%;
}

}

.collection_concept .btn_arrow_light_gold{
    margin: 10px auto 50px;
    width: 300px;
}

.summer_2025 .staff_voice_2{
  margin: 30px auto 10px;
}

.icon-cool{
  position: absolute;
  top: -7%;
  right: -5%;
  width: 30%;
}

@media (max-width: 540px) {
.icon-cool{
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
}
}

/*--------------------------------------------------------------
 flex_list
--------------------------------------------------------------*/
.flex_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em 0;
}
.flex_list p{
  font-size: 14px;
}


.flex_list .flex_list_item_2 {
  padding: 15px;
  width: 47.8%;
  display: flex;
  flex-direction: column;
}

.flex_list .flex_list_item_3 {
  padding: 15px;
  width: 33.3%;
  display: flex;
  flex-direction: column;
}

.flex_list .flex_list_item_4 {
  padding: 10px;
  width: 25%;
  display: flex;
  flex-direction: column;
}

.flex_list .flex_list_item_2 p.priod,
.flex_list .flex_list_item_3 p.priod,
.flex_list .flex_list_item_4 p.priod{
  text-align:center;
}


.flex_list .flex_list_item_2 .collection_img,
.flex_list .flex_list_item_3 .collection_img,
.flex_list .flex_list_item_4 .collection_img{
  border: none;
  background:  none;
  filter: drop-shadow(0px 10px 10px rgba(114,64,69,0.3));
  padding: 0 0;
  overflow: hidden;
  position: relative;
}

.flex_list .flex_list_item_2 h2,
.flex_list .flex_list_item_3 h2,
.flex_list .flex_list_item_4 h2{
  font-size: 15px;
  color: #411e1b;
}

.flex_list .flex_list_item_2 h3,
.flex_list .flex_list_item_3 h3,
.flex_list .flex_list_item_4 h3{
  font-size: 15px;
  color: #411e1b;
  margin-top: 20px
}

.flex_list .flex_list_item_2 h4,
.flex_list .flex_list_item_3 h4,
.flex_list .flex_list_item_4 h4{
  font-size: 15px;
  color: #411e1b;
  margin-top: 20px
}

.flex_list .flex_list_item_2 p.price,
.flex_list .flex_list_item_3 p.price,
.flex_list .flex_list_item_4 p.price{
  font-weight: bold;
}/**/

.flex_list  h2 {
  font-size: 18px;
}
.flex_list  p {
  margin: 15px 0 0;
}
.flex_list .flex_list_item_btn {
  margin-top: auto;
}

.flex_list a{
  text-decoration: none;
}

.order0{
  order: 0;
}

.order1{
  order: 1;
}

@media screen and  (min-width:769px) and (max-width:820px) {
.wrapper_WD_768 .flex_list .flex_list_item_2 {
  width: 29%;
}
}

@media screen and (max-width:768px) {

.flex_list .flex_list_item_2, .flex_list .flex_list_item_3, .flex_list .flex_list_item_4{
  flex-basis: 49%;
}


}

@media screen and (max-width:767px) {
  .flex_list {
  padding: 0px;
}
.flex_list .flex_list_item_2 {
  padding: 0px;
  width: 49%;
  margin: auto auto 1em;
}

.flex_list .flex_list_item_3 {
  padding: 0px 3px;
  width: 49%;
  margin: auto auto 2em;
}

.special .flex_list .flex_list_item_3 {
  padding: 0px;
  width: 98%;
  flex-basis: 98%;
  margin: auto auto 2em;
}

.flex_list .flex_list_item_4 {
  width: calc((100% - 1px) / 2);
  min-height: 200px;
  margin-bottom: 10px;
  padding: 0.5rem 0.5rem 0.5rem;
}

.flex_list .flex_list_item_2 h2,
.flex_list .flex_list_item_3 h2,
.flex_list .flex_list_item_4 h2 {
    font-size: 14px;
    letter-spacing: -.01em;
}

.flex_list .flex_list_item_4 h2 span{
  font-size: 99%;
  letter-spacing: -.015em;
}

.flex_list .flex_list_item_2 h3,
.flex_list .flex_list_item_3 h3,
.flex_list .flex_list_item_4 h3 {
    font-size: 14px;
    letter-spacing: -.01em;
}

.flex_list .flex_list_item_2 h4,
.flex_list .flex_list_item_3 h4,
.flex_list .flex_list_item_4 h4 {
    font-size: 14px;
    letter-spacing: -.01em;
}

.flex_list  h2 {
  font-size: 16px;
}

.flex_list .icon_area{
  position: relative;
  width: 100%;
}

.order0{
  order: 1;
}

.order1{
  order: 0;
}
  }

@media screen and (max-width:413px) {
  .flex_list .flex_list_item_2 h2,
  .flex_list .flex_list_item_3 h2,
  .flex_list .flex_list_item_4 h2,
  .flex_list .flex_list_item_2 h4,
  .flex_list .flex_list_item_3 h4,
  .flex_list .flex_list_item_4 h4 {
    letter-spacing: -.08em;
}
}

@media screen and (max-width:280px) {
.flex_list p{
  font-size: 10px;
}
}



/*--------------------------------------------------------------
ボタン ～を見る
--------------------------------------------------------------*/

.button {
  background-color: #cf152d;
  border: 2px solid #cf152d;
  font-size: 14px;
  margin-top: 10px;
}

 a.button {
  text-decoration:none;
  color: #fff;
}

.button:hover {
  background-color: #fff;
  border-color: #cf152d;
  color: #cf152d;
}

.button {
  display: inline-block;
  padding: 0 1.8em;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 37px;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width:320px) {
  .button {
  padding: 0 1em;
  letter-spacing: -.02em;
  font-size: 12px;
}

  }

/*--------------------------------------------------------------
#chocolate
--------------------------------------------------------------*/

#chocolate h3.top_contents_recommend{
  text-align: center;
  padding: 0 0 ;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

#chocolate .kv h3.top_contents_recommend{
  text-align: center;
  padding: 0 0 ;
  color: #fff;/**/
  position: absolute;
  bottom: 11px;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0px;
  z-index: 1;
  filter: drop-shadow(0px 5px 5px rgba(000,000,000,0.8));
}

#chocolate .point .flex_box .text p{
  font-size: 14px;
}

@media screen and (max-width:480px){
  #chocolate .kv h3.top_contents_recommend{
  font-size: 16px;
}
}



/*--------------------------------------------------------------
.chocolate_family チョコレート
--------------------------------------------------------------*/
.chocolate_family{
  padding: 0% 0 0%;
  margin: 0px auto 0px;
}

.chocolate_family{
  /*background: rgb(213,177,100);*/
  background: linear-gradient(90deg, rgba(213,177,100,.7) 0%, rgba(241,228,193,1) 25%, rgba(254,246,217,1) 50%, rgba(241,228,193,1) 75%, rgba(213,177,100,.7) 100%);
  position: relative;
}

.bg-glitter1{
  padding: 0% 0 30px;
}

@media screen and (max-width:767px) {
.chocolate_family{
    padding: 0% 0 0%;
}
}

.qvc{
  border: solid 5px #fff;
  background: rgba(255,255,255,.7);
}


/*--------------------------------------------------------------
yakigashi
--------------------------------------------------------------*/
#yakigashi{
  background: linear-gradient(90deg, rgba(213, 177, 100, .7) 0%, rgba(241, 228, 193, 1) 25%, rgba(254, 246, 217, 1) 50%, rgba(241, 228, 193, 1) 75%, rgba(213, 177, 100, .7) 100%);
  padding: 0% 0 0px;
  margin: 0px auto 0px;
}

#sable{
  padding: 0% 0 30px;
  margin: 0px auto 0px;
}


/*--------------------------------------------------------------
cake ケーキ
--------------------------------------------------------------*/
#cake{
  background: url(/christmas/img/bg_cake_2025.webp),
  linear-gradient(90deg, rgba(3, 79, 53, 1) 0%, rgba(32, 123, 92, 1) 50%, rgba(3, 79, 53, 1) 100%);
  padding: 0% 0 30px;
  margin: 0px auto 0px;
}

#cake .category_title_1 h2{
  z-index: 2;
  color:#fff;
  background:linear-gradient(90deg, rgba(3, 79, 53, 1) 0%, rgba(32, 123, 92, 1) 50%, rgba(3, 79, 53, 1) 100%);
}

#cake .wrapper_1200{
  z-index:2;
}


#cake .cake_wrap {
    background: rgba(245, 239, 228, 0.95);
    padding: 30px 10px ;
}

.sub_section{
  padding:20px 0;
}

@media screen and (max-width:767px) {
#cake .list__special{
  padding:10px 10px 10px;
}
}


/*--------------------------------------------------------------
#giftbag ギフトバッグ
--------------------------------------------------------------*/
#giftbag{
    background: #C1182E;
    padding: 0% 0 30px;
    margin: 0px auto 0px;
    color: #fff;
}

#giftbag .giftbag_lead{
  text-align:center;
  padding: 10px 30px 10px;
  font-size: 14px;
}

#giftbag .flex_list .flex_list_item_4 h3,
#giftbag .flex_list p.price {
    color: #fff;
}

@media screen and (max-width:767px) {

#giftbag .giftbag_lead{
  text-align:left;
  padding: 0px 20px 10px;
  font-size: 14px;
}

}


/*----------------------------------------
  bg-parallax パララックス
--------------------------------------- */
.bg-parallax{
  position: relative;
  min-height: 350px;
}

.bg-parallax h2{
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bg-parallax_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 150px;
  clip-path: inset(0);
  z-index: 0;
  background-color: #fffdf0;
}

.bg-parallax-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bg-parallax-fixed {
    background-image: url(/christmas/img/bg_holliday2025_lead_pc.webp);
    background-size: cover;
  }

@media only screen and (max-width: 767px) {
  .bg-parallax{
  min-height: 250px;
}

.bg-parallax h2{
    width:100%;
}

.bg-parallax_inner {
  min-height: 250px;
}

.bg-parallax-fixed {
    background-image: url(/christmas/img/bg_holliday2025_lead.webp);
  }
}


/*--------------------------------------------------------------
#partner_search ギフトを贈る相手から選ぶ
--------------------------------------------------------------*/
.partner_search_header .category_title_1,
.price_search_header .category_title_1{
  background: linear-gradient(90deg, rgba(213, 177, 100, .7) 0%, rgba(241, 228, 193, 1) 25%, rgba(254, 246, 217, 1) 50%, rgba(241, 228, 193, 1) 75%, rgba(213, 177, 100, .7) 100%);
}

.partner_search_header .category_title_1 h2,
.price_search_header .category_title_1 h2{
  font-size: 24px;
}


#partner_search{
    padding: 0% 0 0px;
    margin: 0px auto 0px;
}

.ribon_title {
    position: relative;
    font-size: 22px;
    color: #f8f8f8;
    background: #C1182E;
    text-align: center;
    width: fit-content;
    margin: 20px auto 00;
    padding: 10px 20px;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3), 0 0px 0px 0px rgba(0, 0, 0, 0.7) inset;
    width: 30%;
    z-index:1
}

.ribon_title::before,
.ribon_title::after {/*外側のリボン*/
  position: absolute;
  content: '';
  bottom: -11px;
  background: #C1182E;
  width: 40px;
  height: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 30% 50%);
  z-index: -2;
}

.ribon_title::before {
  left: -25px;
  transform: rotate(-4deg);
}

.ribon_title::after {
  right: -25px;
  transform: rotate(4deg) scale(-1, 1);/*角度をつけて左右反転*/
}
.ribon_title span::before,
.ribon_title span::after {/*リボンの折り返しの影*/
  position: absolute;
  content: '';
  top: 100%;
  background: #830616;
  width: 15px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  z-index: -1;
}

.ribon_title span::before {
  left: 0;
}

.ribon_title span::after {
  right: 0;
  transform: scale(-1, 1);/*左右反転*/
}

@media screen and (max-width:768px) {
  .ribon_title {
    width: 70%;
  }
}

/*--------------------------------------------------------------
#price_search 予算で選ぶ
--------------------------------------------------------------*/
#price_search{
    padding: 0% 0 0px;
    margin: 0px auto 0px;
}

.ribonG_title {
    position: relative;
    font-size: 22px;
    color: #f8f8f8;
    background: #207b5c;
    text-align: center;
    width: fit-content;
    margin: 20px auto 00;
    padding: 10px 20px;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3), 0 0px 0px 0px rgba(0, 0, 0, 0.7) inset;
    width: 30%;
    z-index:1
}

.ribonG_title::before,
.ribonG_title::after {/*外側のリボン*/
  position: absolute;
  content: '';
  bottom: -11px;
  background: #207b5c;
  width: 40px;
  height: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 30% 50%);
  z-index: -2;
}

.ribonG_title::before {
  left: -25px;
  transform: rotate(-4deg);
}

.ribonG_title::after {
  right: -25px;
  transform: rotate(4deg) scale(-1, 1);/*角度をつけて左右反転*/
}
.ribonG_title span::before,
.ribonG_title span::after {/*リボンの折り返しの影*/
  position: absolute;
  content: '';
  top: 100%;
  background: #034f35;
  width: 15px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  z-index: -1;
}

.ribonG_title span::before {
  left: 0;
}

.ribonG_title span::after {
  right: 0;
  transform: scale(-1, 1);/*左右反転*/
}

@media screen and (max-width:768px) {
  .ribonG_title {
    width: 70%;
  }
}

#price_search .title_collection {
    background: #fee7bc;
    padding: 1.5em 0.5em;
    border-top: none;
    margin: 50px 0 0px;
    text-align: center;
    position: relative;
}

#price_search .title_collection_1{
    background: #fee7bc;
    padding: 1.5em 0.5em;
    border-top: none;
    margin: 0px 0 0px;
    text-align: center;
    position: relative;
}

#price_search .title_collection_1 h2,
 #price_search .title_collection h2{
    color: #000;
    font-size: 22px;
    margin: 0 0;
 }

 @media screen and (max-width:767px) {
  #price_search .title_collection_1 h2,
  #price_search .title_collection h2{
    font-size: 18px;
 }
}

#price_search .list .list__item_4 .list__item_4_text h3{
  font-size: 15px;
  color: #411e1b;
  font-weight: 600;
  letter-spacing: -.01em;
  text-align: center;
  margin: 20px 0 20px;
}

@media screen and (max-width: 767px){
 #price_search .list .list__item_4 .list__item_4_text h3{
  font-size: 14px;
  letter-spacing: -.01em;
  color: #411e1b;
}
}

/* カテゴリー リンクボタン */
.recomend_list{
  padding-bottom:0px;
}

.btn_arrow_line {
    display: block;
    border: solid 2px #421f1b;
    background-color: #fff;
    color: #421f1b;
    padding: 1em 2em 1em 1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 30px;
    border-radius: 30px;
    position: relative;
    max-width: 360px;
}

.btn_arrow_line_kaigyo {
    display: block;
    border: solid 2px #421f1b;
    background-color: #fff;
    color: #421f1b;
    padding: .5em 1em .5em .5em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 30px;
    border-radius: 60px;
    position: relative;
    max-width: 300px;
}

.btn_arrow_line::after,
.btn_arrow_line_kaigyo::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #421f1b #421f1b;
    transform: rotate(-135deg);
    transition: .3s;
}

a.btn_arrow_line,
a.btn_arrow_line_kaigyo{
    text-decoration:none;
}

a.btn_arrow_line:hover,
a.btn_arrow_line_kaigyo:hover{
    text-decoration:none;
}

.btn_arrow_line:hover::after,
.btn_arrow_line_kaigyo:hover::after{
    right: 10px;
}

.btn_arrow_line_mini {
    display: block;
    border: solid 1px #9B851B;
    background-color: #000;
    color: #fff;
    padding: 1em 2em 1em 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 20px;
    border-radius: 60px;
    position: relative;
    max-width: 300px;
}

.btn_arrow_line_mini::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
    transition: .3s;
}

a.btn_arrow_line_mini{
    text-decoration:none;
}

a.btn_arrow_line_mini:hover{
    text-decoration:none;
}

.btn_arrow_line_mini:hover::after{
    right: 10px;
}

/*--------------------------------------------------------------
list__special (1行1商品)
--------------------------------------------------------------*/

.list__special{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
}

.list__special_img_half{
  width: calc(50% - 10px);
    margin: 0 auto 5px;
}

.list__special_text_half{
  width: calc(50% - 10px);
    margin: 0 auto 50px;
    padding: 0 .7rem 0 ;
    text-align: left;
}

.list__special_text_half h2{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.01em;
  text-align: center;
  margin: 0 0 20px;
  color: #411e1b;
}

.list__special_text_half h2 a{
  color: #411e1b;
}

.list__special_text_half p.priod{
  text-align: center;
  font-size: 14px;
}

.list__special_text_half p{
  text-align: left;
  font-size: 14px;
}

.list__special_text_half p.category_coment{
  max-width: 480px;
  margin: 5px auto;
}


.list__special_text_half p.price{
  margin-top: 20px!important;
  font-weight: 600;
  text-align: center;
}

.list__special_text_half p.shop_list{
  width: 80%;
  margin: auto;
}

p.shop_list .btn_arrow_light {
    display: block;
    background: #fff;
    color: #231916;
    border: 1px solid #231916;
    padding: 1em 2em 1em 1em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
    border-radius: 6px;
    position: relative;
}

p.shop_list .btn_arrow_light::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #231916 #231916;
    transform: rotate(-135deg);
    transition: .3s;
}

p.shop_list .btn_arrow_light:hover::after{
    right: 10px;
}

.list__special_text_half p.cart{
  width: 80%;
  margin: auto;
}

.list__special_img_half .collection_img{
  border: none;
  background:  none;
  filter: drop-shadow(0px 10px 10px rgba(114,64,69,0.3));
  padding: 0 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:767px) {
  .list__special{
  display: block;
}

  .list__special_img_half, .list__special_text_half{
  padding: 0px 0;
  width: 100%;
  margin: 0 auto 0px;
}

.list__special_text_half p.cart{
  width: 90%;
  margin: auto;
}

.list__special_text_half p.shop_list{
  width: 90%;
  margin: auto;
}

}

@media screen and (max-width:767px) {
.list__special_text_half h2{
  font-size: 16px;
  letter-spacing: -.01em;
  text-align: center;
  margin-top: 10px;
}
}

.order0{
  order: 0;
}

.order1{
  order: 1;
}

@media screen and (max-width:767px) {
.order0{
  order: 1;
}

.order1{
  order: 0;
}
}

/*--------------------------------------------------------------
p.guide
--------------------------------------------------------------*/
.christmas  p.guide{
  font-size: 14px;
}

/*--------------------------------------------------------------
ページトップへ戻る block-page-top
--------------------------------------------------------------*/
body.christmas  .block-page-top {
    bottom: 80px!important;
    right: 10px!important;
    z-index: 6;
}

/*--------------------------------------------------------------
top_contents_recommend
--------------------------------------------------------------*/
h2.top_contents_recommend,
h3.top_contents_recommend{
  text-align: center;
  padding: 0 0 ;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

.kv h3.top_contents_recommend{
  text-align: center;
  padding: 0 0 ;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 6%;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  width: 100%;
  z-index: 1;
  filter: drop-shadow(0px 5px 5px rgba(000,000,000,0.6));
  line-height: 1.2;
}



@media (max-width: 480px){
#dome .kv h3.top_contents_recommend{
  text-align: center;
  padding: 0 0 ;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 4%;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  width: 100%;
  z-index: 1;
  filter: drop-shadow(0px 5px 5px rgba(000,000,000,0.6));
  line-height: 1.2;
}

}


/**/

@media (max-width: 320px){
.mincho{
  letter-spacing: -.07em;
}
}

/*--------------------------------------------------------------
bnr_area
--------------------------------------------------------------*/
.bnr_area {
  position: relative;
  width: 98%;
  max-width: 1200px;
  margin:  50px auto 0px;
  padding: 30px 14px 20px;
  text-align: center;
}


/*--------------------------------------------------------------
scroll_amine
--------------------------------------------------------------*/
.scroll_amine {
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(100px);
  opacity: 0;
}

.scroll_amine__isActive {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}



/*--------------------------------------------------------------
gwp キャンペーン
--------------------------------------------------------------*/
#gwp .category_title_1,
#souryou_free .category_title_1 {
  background: linear-gradient(90deg, rgba(213, 177, 100, .7) 0%, rgba(241, 228, 193, 1) 25%, rgba(254, 246, 217, 1) 50%, rgba(241, 228, 193, 1) 75%, rgba(213, 177, 100, .7) 100%);
}

#gwp .category_title_1 h3,
#souryou_free .category_title_1 h3{
  font-size: 24px;
}

.gwp_bnr_area{
  max-width:920px;
  margin:10px auto 0px;
  padding: 0 0 10px;
  text-align:center;

}

.gwp_bnr_area h2{
  margin: 20px 0 10px;
  color:#fff;
}

.gwp_bnr_area p{
  margin: 15px 0 0;
  font-size:16px;
  font-weight:600;
}

.gwp_bnr_area a{
  color:#fff;
}

.gwp_bnr_area_flex{
  padding: 0 10px;
  text-align:center;
  display:flex;
  gap: 10px;
}

.gwp_bnr_area_flex li{
  padding: 0 0 20px;
}

.gwp_bnr_area_flex p{
  margin: 15px 0 0px;
  font-size:16px;
  font-weight:600;
  padding: 0 0 25px;
}

.gwp_bnr_area_flex a{
  color:#fff;
  padding: 0 5px;
}

@media (max-width: 767px){
  .gwp_bnr_area_flex{
  display:block;
}

.gwp_bnr_area_flex a{
  color:#fff;
  padding: 0 0px;
  text-align:center;
  width:98%;
  margin: 0 auto 20px;
}

}

.join_club{
  padding:20px 10px 10px;
}

.join_club h4{
  font-size:16px;
  margin: 0 0 10px;
}

.join_club ul{
  display:flex;
  justify-content:center;
}

.join_club ul li{
  padding: 0 2%;
}

.join_club ul li img{
  width:80px;
}

/*--------------------------------------------------------------
mickey_area キャンペーン
--------------------------------------------------------------*/
.mickey_area{
  padding: 0px 0;
  background: #09335b;
  text-align: center;
}

.mickey_area .bnr_area_z1{
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto ;
  padding: 30px 10px 50px;
}

.mickey_area h2{
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px;
}