@charset "UTF-8";

/*----------MENU-------------

------------MENU-----------*/

@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
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

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 {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding: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;
}
  }

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

p.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}

.mb_0{
  margin-bottom:0!important;
}

.autumn_2025 .wrapper{
    background-color:#f9f3dc;
}

/*----------------------------------------------------------
  TOP メインスライダー Swiper
---------------------------------------------------------- */
.mv01 .swiper .swiper-slide img{
  width:100%;
  height:auto;
 }

.mv01 {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

.mv01::before {
  content: "";
  display: block;
  padding-top: calc(((580 / 1600) * 100%));
}

.mv01 .swiper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: auto;
  box-sizing: border-box;
  padding: 0 0 4px !important;
  }

  .swiper-scrollbar {
  bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
    .mv01 {
    margin: 0 auto 20px;
  }
  }

/*-------------------------
  lead うさぎ
---------------------------*/
.lead{
  max-width: 660px;
  padding: 6px;
  margin: 0 auto 0;
  background: linear-gradient(358deg, #38467a 0%, #192b51 100%);
  text-align: center;
}

.lead .lead_inner{
  border: solid 3px #bd8d22;
  margin: 5px;
  padding: 0px;
  border-image: linear-gradient(to bottom, #dbbc4e, #bd8d22);
  border-image-slice: 1;
}

/*-------------------------
  concept
---------------------------*/
.concept{
  padding:1.8rem 0 1rem;
}

.concept h1 {
    color: #fff;
    font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
    font-style: normal;
    font-weight: 600;
    margin: 10px 0 10px;
    line-height: 1.5;
}

.concept p{
    font-size:15px;
    text-align:center;
    line-height:1.8;
    max-width: 900px;
    margin: 10px auto;
}

@media screen and (min-width:768px) and (max-width:1022px) {
}

@media screen and (max-width:767px) {
.concept p{
    text-align:center;
    padding: 0 10px;
}
}


/*--------------------------------------------------------------
  ランキング TAB
--------------------------------------------------------------*/
.ranking--items{
    padding:20px 0 0;
}

/* タブメニュー */
  .ranking--items .tab {
  max-width: 1200px;
  margin: 0px auto 0;
}

.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 #e99b20;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #e99b20;
  color: #fff;
  font-weight:600;
  padding: 12px 5px;
}

@media only screen and (max-width: 1199px) {
    .ranking--items .tab{
      margin: 0px auto;
    }

    .ranking--items .tab {
      margin: 0px auto 0;
    }

  .ranking--items .tab_area {
    padding: 0 0 4px 0px;
  }
}

@media only screen and (max-width: 559px) {
  /*.ranking--items .tab_area {
  justify-content: flex-start;
}*/
  .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;
  padding: 0;
}

.tab__panel-box .block-top-event--btn a {
    width: 200px;
    height: 50px;
    border: 1px solid #b20c58;
    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: #b20c58;
    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;
}

}

/*--------------------------------------------------------------
  runking おすすめランキング
--------------------------------------------------------------*/
.runking_wrap{
  max-width: 1600px;
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
}

.runking_wrap .list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.runking_wrap .list__item_L,
.runking_wrap .list__item_R{
  width: calc((100% - 80px) / 5);
  margin: 0 8px 16px;
  padding: 0 ;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/*ランキングアイコン*/
.runking_wrap .runking_icon{
  margin-bottom:7px;
}

.runking_wrap .list__item_L h3.item_name{
  margin: 8px 0px ;
  flex-grow: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding:0;
  letter-spacing: -.03em;
}

.runking_wrap .list__item_R h3.item_name{
  margin: 8px 0px ;
  flex-grow: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding:0;
  letter-spacing: -.03em;
}


@media screen and (min-width:768px) and ( max-width:900px) {
  .runking_wrap .list__item_L,
  .runking_wrap .list__item_R{
  width: calc((100% - 80px) / 3);
}
}

@media screen and (max-width:767px) {

.runking_wrap .list__item_R .runking_icon{
  margin-bottom:5px;
  width: 70px;
}

  .runking_wrap .list__item_L{
  width: calc((100% - 16px) / 2);
  margin: 0 4px 10px;
}

.runking_wrap .list__item_R{
  width: calc((100% - 26px) / 3);
  margin: 10px 4px 10px;
}

.runking_wrap .list__item_L h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.runking_wrap .list__item_R h3.item_name {
    flex-grow: 1;
    font-size: 3.3vw;
    letter-spacing: -0.09em;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.runking_wrap .list__item_L .btn_arrow_light,
.runking_wrap .list__item_R .btn_arrow_light {
    display: block;
    background: #421f1b;
    color: #fff;
    padding: 1em 1em 1em 1em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
    border-radius: 6px;
    position: relative;
}

.runking_wrap .list__item_L .btn_arrow_light::after,
.runking_wrap .list__item_R .btn_arrow_light::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 6px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
}

@media screen and (max-width:599px) {
.runking_wrap{
  padding: 0px 0px 0px;
  margin: 0px auto 10px;
}
}

.runking_wrap .btn_arrow_line {
    display: block;
    border: solid 2px #b20c58;
    background-color: #fff;
    color: #b20c58;
    padding: 1em 2em 1em 1em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 0;
    border-radius: 30px;
    position: relative;
    max-width: 250px;
}

.runking_wrap .btn_arrow_line::after {
    border-color: transparent transparent #b20c58 #b20c58;
}

/*--------------------------------------------------------------
  btn_area_1only ボタン1個
--------------------------------------------------------------*/
.btn_area_1only{
  max-width:450px;
  margin: 0 auto;
  padding:0px 10px 50px;
}

.btn_rose1{
  display: flex;
  align-items:center;
  border: solid 2px #fff;
  outline: solid 5px #f6c0d8;
  background-color: #f9d2e3;
  color: #CB3B60;
  padding: .5em 2em .5em 1em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 0;
  border-radius: 30px;
  position: relative;
  max-width: 450px;
  cursor: pointer;
}

.btn_rose1 > div{
  width: 100%;
  /*width: calc( 100% - 60px);*/
  text-align: center;
}

.btn_rose1 img{
  width:60px;
}

.btn_rose1::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #CB3B60 #CB3B60;
    transform: rotate(-135deg);
    transition: .3s;
}

.btn_rose1:hover{
    text-decoration:none;
}

.btn_rose1:hover::after{
    right: 10px;
    text-decoration:none;
}

/*--------------------------------------------------------------
  目次 mokuji
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  mokuji_img
--------------------------------------------------------------*/
.mokuji_img {
    max-width: 1400px;
    width: 100%;
    padding: 0px 10px 0px;
    margin: auto;
}

.mokuji_img .page_link{
  max-width: 100%;
  gap: 20px 50px;
  padding-bottom: 0px !important;
}

.mokuji_img .page_link li {
    width: 20%;
    max-width: 200px;
    padding: 0px;
}

.mokuji_img .page_link li img{
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .mokuji_img .page_link{
  gap: 10px 10px;
}
.mokuji_img .page_link li {
    width: 17%;
    padding: 0 0px 0px;
}
}

@media screen and (max-width:767px) {
  .mokuji_img .page_link{
  gap: 10px 10px;
}

  .mokuji_img .page_link li {
    width: 45%;
    padding: 0 0px 0px;
}

  }

.mokuji_recommend{
  margin: 30px auto 0px;;
}

.mokuji_recommend h2, .price_search h2, .mokuji_img h2{
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0px 0 30px;
  text-align: center;
  position: relative;
  width: auto;
}

.mokuji_recommend h2:after,
.price_search h2:after,
.mokuji_img h2:after {
    content: "";
    width: 180px;
    height: 3px;
    background: #293179;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.mokuji_recommend .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.mokuji_recommend .btn_page_link li {
    min-width: 240px;
    min-height: 60px;
    text-align: center;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 60px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 5px 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: unset;
    justify-content: center;
    margin: 0 0 20px;
    filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
    align-items: center;
}

img.icon_reco{
  width:80px;
  margin-left: -15px;
}

.mokuji_recommend .btn_page_link li a{
  color:#000;
}



@media (max-width: 767px){

  .mokuji_recommend .btn_page_link {
    column-gap: 5px;
}

.mokuji_recommend .btn_page_link li {
    min-width: 180px;
    min-height: 60px;
    font-size: 14px;
}

img.icon_reco{
  width:70px;
  margin-left: -15px;
}

}

/*--------------------------------------------------------------
  目次 price_search
--------------------------------------------------------------*/
.price_search{
  margin: 0px 0 0;
  padding: 0 0 30px;
}

.price_search h2:after {
    background: #CB3B60;
}

@media (max-width: 415px){
.btn_page_link li {
    width: calc((100% - 20px) / 2);
    font-size: 13px;
    padding: 11px 10px 11px;
}
}

.price_search .btn_page_link li {
    min-width: 160px;
    min-height:60px;
    text-align: center;
    position: relative;
    background: #231815;
    border: solid 2px #fff;
    outline: solid 3px #231815;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 5px 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 20px;
}

.price_search .btn_page_link li a{
  color:#fff;
}

.price_search .btn_page_link li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: rotate(-315deg);
    transform: rotate(315deg);
}



.autumn_2025 .staff_voice_2{
  margin: 35px auto 0px;
}

/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/
.h2_ev-jp h2{
    margin:0 0;
    text-align:center;
}

.h2_ev-jp h2 span:nth-child(1){
    font-size:36px;
    display:block;
    font-family: "Marcellus", sans-serif;
}

.h2_ev-jp h2 span:nth-child(2){
    font-size:24px;
    display:block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:300;
}

#chocolate h2.autumn_gift {
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0px;
  line-height: 1.2;
  background: #0e226d;
}

#bakedgoods h2.autumn_gift {
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  color: #231815;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0px;
  line-height: 1.2;
  background: #ffc83d;
}

#wagashi h2.autumn_gift {
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  color: #231815;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0px;
  line-height: 1.2;
  background: #acbe74;
}


h2.autumn_gift_idea  {
    background: #803029;
    padding: 1em 0 1em;
    margin: 0;
    text-align: center;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size:24px;
    color:#fff;
    font-weight:300;
  }

h3.autumn_gift {
  background: #EECD87;
  background: linear-gradient(254deg, rgba(238, 205, 135, 1) 0%, rgba(252, 247, 187, 1) 50%, rgba(238, 205, 135, 1) 100%);
  padding: 0.8em 0 0.8em;
  margin: 0 0 0px;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
  color:#000;
  font-weight: 400;
  line-height: 1.4;
}


@media screen and (max-width:541px) {
}

/*--------------------------------------------------------------
  見出し　autumn2025_area
--------------------------------------------------------------*/
.autumn2025_area h2{
  background-color: #262e4e;
  color:#fff;
  padding: 1rem 0;
  margin:20px 0 0;
  text-align:center;
  font-size:26px;
  line-height: 1.5;
}

.autumn2025_area h2 span{
  display: block;
  font-size: 18px;
}

h3.autumn2025 {
  position: relative;
    padding: 18px 0 15px;
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
    background-color: #fff;
    line-height: 1.4;
}

h3.autumn2025:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background-image: radial-gradient(circle at 3px center, #5c699f, #5c699f 3px, transparent 3px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
}

h3.autumn2025:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-image: radial-gradient(circle at 3px center, #5c699f, #5c699f 3px, transparent 3px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
}

@media screen and (max-width:541px) {
.autumn2025_area h2{
  font-size:24px;
  line-height: 1.4;
}

h3.autumn2025 {
  font-size:22px;
}
}

/*予算見出し*/
h3.hot_items__point {
    background: #6c3228;
    color: #fff;
    width: 97%;
    margin: auto;
    padding: .5rem 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center !important;
}

#chestnuts h3.hot_items__point{
  background: #f6d3a9;
  color: #000;
  display: flex;
  align-items:center;
  justify-content: center;
}

#sweet_potato h3.hot_items__point{
  background: #ebd0dc;
  color: #000;
  display: flex;
  align-items:center;
  justify-content: center;
}

#pumpkin h3.hot_items__point{
  background: #fbdf53;
  color: #000;
  display: flex;
  align-items:center;
  justify-content: center;
}

#nuts_sweets h3.hot_items__point{
  background: #f0e094;
  color: #000;
  display: flex;
  align-items:center;
  justify-content: center;
}

img.icon_taste{
  padding-right: 5px;
  width:80px;

}

/* END 見出し -------------------------------------------------- */

/* カテゴリー リンクボタン */
.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;
}

.guide__area {
    max-width: 768px;
    padding: 10px 20px;
    margin: 20px auto;
    text-align:center;
}

.guide__area p{
  font-size:16px;
  line-height:1.6;
}

.guide__area a{
  text-decoration:underline;
}

/* --------------------------------
 商品詳細 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;
}

@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;
}

.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%;
}
}

/* --------------------------------
 商品詳細 series_concept
---------------------------------- */
.series_concept {
  padding: 0px 0px ;
}

.series_concept .list__special .list__special_img_half img{
  margin: auto;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}

.series_concept .list__special .list__special_img_half.second img{
  margin: auto;
  border-radius:  60px 0 0 60px;
  overflow: hidden;
}

.series_concept .list__special .list__special_img_half {
    margin: 0 auto;
    padding: 0 ;
    position: relative;
}

.series_concept .list__special .list__special_text_half{
  text-align:center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:center;
  margin: 0 0 0;
}

@media (max-width: 1024px) {
 .series_concept  .list__special {
    display: block;
}

.series_concept .list__special_img_half {
  width:100%;
    margin: 0 0 10px 0 !important;
    padding: 0 10px 0 0 !important;
    text-align: left !important;
}

.series_concept .list__special_img_half.second {
  width:100%;
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 10px !important;
    text-align: right !important;
}

.series_concept .list__special_text_half {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 1rem;
    text-align: left;
}
}

@media (max-width: 768px) {
  .series_concept .list__special .list__special_img_half img{
  margin: auto;
  border-radius: 0 60px 0px 60;
  overflow: hidden;
}

.series_concept .list__special .list__special_img_half.second img{
  margin: auto;
  border-radius:  60px 0 0 60px;
  overflow: hidden;
}

}
.series_concept .list__special_text_half h3.jpn{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-weight: 600;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 10px;
    line-height: 1.4;
}
p.guide_product {
    display: inline-block;
    /* text-align: left; */
    max-width: 80%;
    margin: 10px auto;
}

.series_concept .list__special_text_half p.guide_collection{
  font-size: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .series_concept .list__special_text_half p.guide_collection{
  text-align: left;
}

p.guide_product {
    text-align: left;/* */
    max-width: 90%;
    margin: 10px auto;
}
}

/* series_concept */

/*--------------------------------------------------------------
 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;
}

.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_sable, img.kei_cookie{
  width: 300px;
  padding: 0px 0 20px;
  margin: -20px auto 0;
}

.collection_concept .list__special_text_half.monaka_ h3.collection_name{
    border-bottom: solid 5px #acbe74;
    display: inline-block;
    margin: 10px auto 20px;
    padding-bottom: 10px;
}


.collection_concept .list__special_text_half.yokan_ h3.collection_name{
    border-bottom: solid 5px #9881d0;
    display: inline-block;
    margin: 10px auto 20px;
    padding-bottom: 10px;
}


/*--------------------------------------------------------------
  オータムコレクション チョコレート
--------------------------------------------------------------*/
.autumn_chocolate{
  color: #fff;
}

.autumn_chocolate .flex_list p.price {
    color: #fff;
}

.autumn_chocolate .staff_voice_2{
  color: #000;
  background:rgba(255, 255, 255, 0.96);
}

.autumn_chocolate .btn_arrow_light{
border: solid 1px #d6c189;
}


.autumn_chocolate {
  background:url(/autumn/img/stars.webp) repeat top center, #192b51!important;
  z-index:0;
  padding-bottom: 50px;
}

.twinkling{
  background:transparent url(/autumn/img/twinkling.webp) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}