@charset "UTF-8";

/*----------MENU-------------

 mainvisual
 リード
 目次
 ランキング
 fardersday_area
 comment_area
 予算で選ぶ
 gift_massage ギフトに添える、感謝の一言メッセージ
 flex_list

------------MENU-----------*/

body.fardersday2025{
  background: none;
}

body.fardersday2025 .block-top-topic--body{
  background: none;
}

body.fardersday2025 .wrapper{
  background: none;
}

body.fardersday2025 .pane-contents{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .11em;
  background:#FFFBEB; /*background:#fff6e3;*/
}

.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;
}

.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

h3.mincho.fardersday{
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}


/* ----------------------------------------------------------
  brands KV
  ---------------------------------------------------------- */
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }

.brands .swiper{
  height: auto!important;/**/
}

.brands .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

.brands .l-section {
    border-top: 1px solid #eee;
  }

.brands .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

[class*=swiper]:focus {
    outline: none;
  }

.brands .slide-media,
.brands .thumb-media {
    position: relative;
    overflow: hidden;
  }

.brands .slide-media img,
.brands .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.brands .swiper-button-prev,
.brands .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

.brands .swiper-button-prev::before,
.brands .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }

.brands .swiper-button-prev::after,
.brands .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }

.brands .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

.brands .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

.brands .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

.gallery_brand {
    margin-bottom: 0rem;/*margin-bottom: 6rem;*/
  }

.gallery_brand .l-inner {
    padding-bottom: 0;
  }

.gallery_brand .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

.gallery_brand .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.gallery_brand .slide {
    width: var(--slide-width);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    --slide-width: 400px;
  }

.gallery_brand .slide-media {
    height: var(--slide-width);
  }

.gallery_brand .slide-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.2rem 1.6rem .8rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
  }

.gallery_brand .slide-title {
    font-size: 1.2rem;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

.gallery_brand .slide:hover {
    width: calc(var(--slide-width) * 1.5);
  }

.gallery_brand .slide:hover .slide-content {
    opacity: 1;
  }

@media only screen and (max-width: 1024px) {
    .l-inner {
      padding: 0 4rem;
    }
  }

@media only screen and (max-width: 599px) {
    .gallery_brand {
      margin-bottom: 0rem;/*margin-bottom: 6rem;*/
    }
    .gallery_brand .slide {
      --slide-width: 350px;
    }
  }

@media only screen and (min-width: 1025px) {
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }

@media only screen and (min-width: 600px) {
  }

/*--------------------------------------------------------------
 リード
--------------------------------------------------------------*/
.wide_title__text{
    position: relative;
    padding: 80px 10px 0;
}

img.icon_FD25{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:160px;
    z-index:10;
}

@media only screen and (max-width: 559px) {
  .wide_title__text{
    padding: 65px 10px 0;
}

img.icon_FD25{
    width:130px;
}

}

.fardersday2025 .concept h1 {
    color: #422223;
    font-size: clamp(1.438rem, 1.233rem + 1.02vw, 2rem);
    font-family: "adobe-garamond-pro", serif;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

/*--------------------------------------------------------------
 目次
--------------------------------------------------------------*/
.fardersday2025 .mokuji_recommend {
    margin: 10px auto 30px;
    max-width: 1124px;
}

.fardersday2025 .mokuji_recommend .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}

.fardersday2025 .mokuji_recommend .btn_page_link a:hover{
    text-decoration:none;
}

.fardersday2025 .mokuji_recommend .btn_page_link li {
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
    width: calc((100% - 100px) / 4);
    min-width: 170px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding-left: 20%;
}

.fardersday2025 .mokuji_recommend .btn_page_link li img{
    position: absolute;
    width: 28%;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fardersday2025 .mokuji_recommend .btn_page_link li {
    text-align: center;
    position: relative;
    border: 1px solid currentColor;
    border-radius: 5px;
    color: #fff;
    background: #422223;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px){
    .fardersday2025 .mokuji_recommend .btn_page_link {
    gap: 10px 5px;
}
}

/*-----------------
タイプ別もくじ mokuji_type 丸
-----------------*/
.fardersday2025 .mokuji_type {
    margin: 30px auto 30px;
    max-width: 1124px;
}

.fardersday2025 .mokuji_type .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}

.fardersday2025 .mokuji_type .btn_page_link a:hover{
    text-decoration:none;
}

.fardersday2025 .mokuji_type .btn_page_link li {
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
    width: calc((100% - 100px) / 4);
    min-width: 156px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    min-height: 156px;
    padding: 0;
}

.fardersday2025 .mokuji_type .btn_page_link li img{
    width: 48%;
    padding-bottom:8px;
}

.fardersday2025 .mokuji_type .btn_page_link li {
    text-align: center;
    border: 1px solid currentColor;
    color: #fff;
    background: #422223;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px){
    .fardersday2025 .mokuji_type .btn_page_link {
    gap: 10px 5px;
}

.fardersday2025 .mokuji_type .btn_page_link li {
    min-width: 110px;
    min-height: 110px;
}
.fardersday2025 .mokuji_type .btn_page_link li img{
    padding-bottom:4px;
}
}

/*--------------------------------------------------------------
  ランキング TAB
--------------------------------------------------------------*/
.h2_ev-jp h3{
    margin:0 0;
    text-align:center;
    background: #eedcb3 ;/*#*/
    color: #000;
}

.h2_ev-jp h3 span:nth-child(1){
    font-size:28px;
    display:block;
}

.h2_ev-jp h3 span:nth-child(2){
    font-size:20px;
    display:block;
}

.ranking--items{
    padding:0px 0 0;
}

/* タブメニュー */
  .ranking--items .tab {
  max-width: 1200px;
  margin: 30px 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;
  /*width: 1200px;
  border-bottom: 1px solid #C20F2F;*/
  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: #fff1f1;/*#fbdddd*/
  color: #000;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
  border: solid 2px #b20c58;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #b20c58;
  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: 10px auto;
    }

  .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 #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: 20px 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: 10px 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;
}

/*--------------------------------------------------------------
  fathersady_area
--------------------------------------------------------------*/
.fathersady_area h2{
  background: #3188cb; /*#3A98B9*/
  color:#fff;
  padding: 1rem 0;
  margin:20px 0 0;
  text-align:center;
  font-size:26px;
  line-height: 1.5;
}

.fathersady_area h3 {
  position: relative;
  padding: 15px 0 15px;
  text-align:center;
  font-size:22px;
  margin:0;
  line-height:1.4;
  font-weight:400;
}

.fathersady_area .btn_arrow_light {
    color: #fff;
  }

@media screen and (max-width:541px) {
.fathersady_area h2{
  font-size:24px;
  line-height: 1.4;
}

.fathersady_area h3 {
  font-size:22px;
}
}


.fathersday_btn_area{
    max-width:360px;
    margin: 0px auto 50px;
    padding: 0 10px;
}

.fathersday_btn_area .btn_arrow_light {
  display: block;
  background: #fff;
  color: #262e4e;
  padding: 1em 2em 1em 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 0;
  border-radius: 6px;
  position: relative;
  border: solid 3px #262e4e;
}

.fathersday_btn_area .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 #262e4e #262e4e;
    transform: rotate(-135deg);
    transition: .3s;
}
.fathersday_btn_area .btn_arrow_light:hover::after{
    right: 10px;
}
@media screen and (max-width:320px) {
  .fathersday_btn_area .btn_arrow_light {
  font-size: 12px;
}
  }

/*--------------------------------------------------------------
  staff_voice  お急ぎの方はオンラインショップへ
--------------------------------------------------------------*/
.staff_voice{
  max-width: 760px;
  margin: 0 auto 0;
  padding: 20px 0px;
}

.staff_voice .block-baloon-left_area .person{
  width:24%;
  margin:0;
}

.staff_voice .block-baloon-left {
  display: table;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  background-color: #fff;
  border: 1px solid #b7b0b0;
  border-radius: 20px;
  width: 76%;
}

@media screen and (max-width:539px) {

  .staff_voice .block-baloon-left_area{
  display:flex;
  flex-direction:column;
  margin: 10px 0 .5em;
}

.staff_voice .block-baloon-left_area .person{
  width:36%;
  order:1;
  margin: 5px auto 0;
}

.staff_voice .block-baloon-left  {
  margin-bottom: 1.5em;
  margin-left: 0;
  order:0;
  width:100%;
}

.staff_voice .block-baloon-left:before,
.staff_voice .block-baloon-left:after {
  top:100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5em;
  border-top: 1.8em solid #b7b0b0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.staff_voice .block-baloon-left:after  {
  top:98%;
  bottom: 2px;/*calc( 2px - 1.5em )*/
  border-top: solid 1.76em #fff;
}

}

/* \ラインを使った見出し/ */
.line_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  margin: 20px 20px 10px;
}

.line_midashi::before,
.line_midashi::after {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #231815;
}

.line_midashi::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line_midashi::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

/*--------------------------------------------------------------
 カテゴリー説明
--------------------------------------------------------------*/
.cate_lead{
  max-width:768px;
  padding:10px 10px;
  margin:20px auto 0;
  border: dotted 2px #b3ccdf;
  background-color:#fff;
}

.cate_lead p{
  font-size:14px;
  line-height:1.6;
  text-align:center;
}

@media screen and (max-width:767px) {
.cate_lead p{
  text-align:left;
}
}

/*--------------------------------------------------------------
 gift_massage ギフトに添える、感謝の一言メッセージ
--------------------------------------------------------------*/
#gift_massage{
  padding-bottom:50px;
}

h3.massage_midashi{
  text-align:center;
  background:none;
  margin: 0 0 20px;
}

.massage_text{
  max-width:760px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: solid 1px #666;
  padding:20px;
}

.massage_text p{
  font-size:15px;
  line-height:2;
  color:#000;
  font-weight: bold;
}



/*--------------------------------------------------------------
  comment_area
--------------------------------------------------------------*/
.comment_area{
  max-width:768px;
  margin:0 auto 30px;
  background-color:#fff;
  padding: 20px;
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

.comment_area a{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

.comment_area img{
  width:40%;
}

.comment_area .text{
  width:60%;
  text-align:center;
  padding: 0 20px;
}

.comment_area .text h4{
  font-size:18px;
  margin: 0 0 10px;
}

.comment_area .text p{
  font-size:14px;
  text-align:left;
}

@media screen and (max-width:767px) {
  .comment_area{
  margin:0 10px 20px;
  padding: 20px 10px;
}

.comment_area img{
  width:80%;
  margin: 0 auto;
}

.comment_area .text{
  width:100%;
  padding: 10px 10px;
}
}






/*--------------------------------------------------------------
 予算で選ぶ
--------------------------------------------------------------*/
/* hot_items 人気アイテム */
.hotitems{
  text-align: center;
  padding: 2rem 0 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hot_items{
  width: 50%;
  display: flex;
  margin-bottom: 20px;
  flex-flow: column;
}

.list_gift {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center;
}

.hot_items .list__item_2 {
  width: calc((100% - 1px) / 2);
  margin-bottom: 0px;
  padding: 0rem .5rem .5rem;
  position: relative;
}

h3.hot_items__point{
  color: #411e1b;
  padding: 1rem 0;
}

h3.hot_items__point{
    background: #d0e4f3;
    width: 97%;
    margin: auto;
    padding: .5rem 0;
    font-weight:600;
    font-size:18px;
}

.hot_items .list__item_2_text h3{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.hot_items{
  width: 47%;
  display: inline-block;
  margin-bottom: 30px;
}
}

@media (max-width: 767px) {
  .hot_items{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.hot_items .list__item_2 {
}

h3.hot_items__point{
    width: 95%;
}
.hot_items .list__item_2_text h4,
.hot_items .list__item_2_text p.price{
  font-size: 14px;
  letter-spacing: -.04em;
}
.hot_items .list__item_2_text h4 br,
.hot_items .list__item_2_text p.price br{
  display: block;
}

}

.btn_arrow_line_mini {
    display: block;
    border: solid 2px #262e4e;
    background-color: #fff;
    color: #262e4e;
    padding: 0.5em 2em 0.5em 1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 30px;
    border-radius: 6px;
    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 #262e4e #262e4e;
    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;
}



/*--------------------------------------------------------------

------------------------------------------------------------*/
.collection_section {
  margin-bottom: 0;
}

/* \ラインを使った見出し/ */
.line_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  margin: 20px 20px 10px;
}

.line_midashi::before,
.line_midashi::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #231815;
}

.line_midashi::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.line_midashi::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
/**/



/*--------------------------------------------------------------
 cssアニメーション
--------------------------------------------------------------*/

.dokidoki{
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.dokidoki2{
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 4s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki2 {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    65% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.dokidoki3{
    animation-name:dokidoki;  /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 2s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki3 {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(1.05);
    }
    66% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4)
  }
  100% {
    transform: translate(-50%, -50%) scale(3, 3);
    background-color: rgba(255, 255, 255, 0)
  }
}





/*------------------------------------------------------------
  おすすめ 2025 recommend_card
------------------------------------------------------------*/
.recommend_card_area{
  padding: 0 10px;
}

.recommend_card_area .flex_list:nth-child(1){
  padding: 1em 0 0;
}

.recommend_card_area .flex_list:nth-child(1) {
  align-items: center;
  --text-divider-gap: 0.1rem;
}

.recommend_card_area .flex_list:nth-child(1)::before,
.recommend_card_area .flex_list:nth-child(1)::after {
  content: '';
  height: 3px;
  background-color: #a89628;
  flex-grow: 1;
}

.recommend_card_area .flex_list:nth-child(1)::before {
  margin-right: var(--text-divider-gap);
}
.recommend_card_area .flex_list:nth-child(1)::after {
  margin-left: var(--text-divider-gap);
}

.recommend_card_area img.icon_ribon_L{
  width:60px;
  height:83px;
}
.recommend_card_area img.icon_ribon_R{
  width:60px;
  height:83px;
  transform: scaleX(-1);
}

.recommend_card_area h2 {
  position: relative;
  padding: 0.5em 0 0em;
  text-align: center;
  color:#000;
  font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
  margin: 0 0 10px;
  line-height: 1.2;
}

.recommend_card_area h2 span:nth-child(1){
    font-size:clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
    display:block;
}

.recommend_card {
  margin: 0px auto 25px;
  border: double 5px #a89628;
  max-width: 560px;
  padding: 3px;
  position:relative;
}

.recommend_card .recommend_card_inner{
  text-align:center;
}

.recommend_card .recommend_card_inner h3{
  margin:0;
  padding:0;
}

@media (max-width: 767px) {
  .recommend_card {
  margin: 0px auto 10px;
}
}