@charset "UTF-8";

/*----------MENU-------------

 mainvisual
 リード
 目次
 ランキング
 mothersday_area
 comment_area
 予算で選ぶ
 gift_massage 母の日ギフトに添える、感謝の一言メッセージ
 flex_list

------------MENU-----------*/

body.mothersday2026{
  background: none;
}

body.mothersday2026 .block-top-topic--body{
  background: none;
}

body.mothersday2026 .wrapper{
  background: none;
}

body.mothersday2026 .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:#f7c9d6;
}

.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.mothersday,
h4.mincho.mothersday{
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0 10px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}



/* ----------------------------------------------------------
  mainvisual
---------------------------------------------------------- */

@media (max-width: 767px){
.mainvisual {
    overflow-x: hidden;
    margin-bottom: 40px;
}
}

/*--------------------------------------------------------------
 リード
--------------------------------------------------------------*/
/* mothersday2026 */
@media screen and (max-width: 767px) {
    .mothersday2026 .concept::before {
        display: none;
    }
}

.mothersday2026 .concept h1 span {
    font-size: 80%;
    letter-spacing: 0.01em;
    display: block;
    margin: 0px 0 20px;
}

.mothersday2026 .concept h1 {
    font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.4;
}

/*--------------------------------------------------------------
 目次
--------------------------------------------------------------*/
.mothersday2026 .bg_flower{
  background: url(/spring/img/bg_flower.webp);
  background-repeat: repeat;
}

.mothersday2026 .page_links .p_link{
  /*background: #fffcfc;*/
  background: linear-gradient(125deg, #fad652 0%, #faeea1 50%, #fad652 100%);
  border: 3px solid #fffcfc;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  /*letter-spacing: -0.01em;*/
  line-height: 1.2;
  text-align:center;
  min-width:172px;
  display:block;
  padding: 0px 0 8px;
  position:relative;
  min-height:70px;
  position:relative;
  border-radius: 35px;
  /*font-family: "Zen Old Mincho", serif;*/
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
}

.mothersday2026 .page_links .p_link:after{
  content: "";
  background: #000;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mothersday2026 .mokuji_recommend_pagenai .btn_page_link li{
  background: #fffcfc;
  border: 3px solid rgba(224, 192, 74, 1);
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  text-align:center;
  min-width:172px;
  display:block;
  padding: 0px 0 8px;
  position:relative;
  min-height:70px;
  position:relative;
  border-radius: 35px;
  /*font-family: "Zen Old Mincho", serif;*/
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 3px 3px);
}

.mothersday2026 .mokuji_recommend_pagenai .btn_page_link li:after{
  content: "";
  background: #000;
  height: calc(tan(60deg) * 8px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mothersday2026 .mokuji_recommend_pagenai .btn_page_link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 0px;
}

/*--------------------------------------------------------------
 ランキング
--------------------------------------------------------------*/
.mothersday2026 .runking_wrap{
  max-width: 1200px;
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
}

.mothersday2026 .runking_wrap .list__item_LL,
.mothersday2026 .runking_wrap .list__item_L,
.mothersday2026 .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 .list__item_LL 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 (max-width:767px) {

.mothersday2026 .runking_wrap .list__item_R .runking_icon{
  margin-bottom:5px;
  width: 70px;
}

.mothersday2026 .runking_wrap .list__item_LL{
  width: 100%;
  margin: 0 4px 10px;
}

.mothersday2026 .runking_wrap .list__item_L{
  width: calc((100% - 16px) / 2);
  margin: 0 4px 10px;
}

.mothersday2026 .runking_wrap .list__item_R{
  width: calc((100% - 26px) / 3);
  margin: 10px 4px 10px;
}

.mothersday2026 .runking_wrap .list__item_LL h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}

.mothersday2026 .runking_wrap .list__item_L h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.mothersday2026 .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;
}

.mothersday2026 .runking_wrap .list__item_L .btn_arrow_light,
.mothersday2026 .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;
}

.mothersday2026 .runking_wrap .list__item_L .btn_arrow_light::after,
.mothersday2026 .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;
}
}

/*--------------------------------------------------------------
  チョコレートの概要
--------------------------------------------------------------*/

.padding-top_28px{
  padding-top: 28px;
}

.chocolate_guide_mgt0{
  max-width: 760px;
  margin: 0px auto 0px;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  border-radius: 30px 0;
}

.chocolate_guide_mgt0 p{
  font-size: 15px;
  text-align: left;
  display: inline-block;
}

.chocolate_guide{
  max-width: 760px;
  margin: 20px auto 10px;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  border-radius: 30px 0;
}

.chocolate_guide p{
  font-size: 15px;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width:767px) {
.padding-top_28px{
  padding-top: 16px;
}

.chocolate_guide_mgt0{
  margin: 0px 10px 0px;
  padding: 12px;
}
}

/*--------------------------------------------------------------
swiper
--------------------------------------------------------------*/

.mothersday2026 .swiper-button-prev::before, 
.mothersday2026 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
     -webkit-box-shadow: none; /**/
     box-shadow: none; /**/
}

.mothersday2026 .swiper-button-prev::after, 
.mothersday2026 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: none; /* */
    border-width: 3px 3px 0 0;
}

/*--------------------------------------------------------------
icon
--------------------------------------------------------------*/
.icon_Right {
  right: 0%;
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

.icon_Left {
  left: 0%;
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

/*--------------------------------------------------------------
  mothersday_area
--------------------------------------------------------------*/
.mothersday_area h2{
  background: #c51c62;
  color:#fff;
  padding: 1rem 0;
  margin: 0 0 0px;
  text-align:center;
  font-size:30px;
  line-height: 1.5;
}

.mothersday_area h2 span{
  display: block;
  font-size: 42%;
  padding-top:0px;
}

.mothersday_area h3.title{
    padding: 12px 0;
    margin: 0 0 0px;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    background: #ef91b8;
}


#mothers_5.mothersday_area h2{
  background: #c51c62;
  color:#fff;
  padding: 1rem 0;
  margin: 0 0 0px;
  text-align:center;
  font-size:26px;
  line-height: 1.5;
}

.mothersday_area h3.sub_title {
  position: relative;
  padding: 15px 0 15px;
  text-align:center;
  font-size:22px;
  margin:0;
  background-color:#f6c0d8;
  line-height:1.4;
}

@media screen and (max-width:541px) {
.mothersday_area h2,
#mothers_5.mothersday_area h2{
  font-size:24px;
  line-height: 1.4;
}

.mothersday_area h3.sub_title {
  font-size:20px;
}
}

/*レスポンシブ枠*/
.mothersday2026 .respsv_frame {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 30px auto 20px;
  padding: 2em 2em;
  background-color: #f4d9e1;
}


.mothersday2026 .design1{
    position: absolute;
    z-index: 5;
    top: -10px;
    left: -3%;
    width: 130px;
}

.mothersday2026 .design2{
    position: absolute;
    z-index: 5;
    bottom: -10px;
    right: -3%;
    width: 130px;
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .mothersday2026 .point .kv {
        padding: 0 0 20px;
    }

  .mothersday2026 .point {
    padding: 0px 5% 20px;
    }
}

@media screen and (min-width:768px) and ( max-width:1080px) {
  .mothersday2026 .point .kv {
    padding: 0 0 0 5%;
  }
}

.mothersday2026 .respsv_frame {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 30px auto 20px;
  padding: 2em 2em;
  background-color: #f4d9e1;
}

.respsv_frame p{
  position: relative;
  z-index: 2;
}

.mothersday2026 .respsv_frame::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background:
    radial-gradient(circle at top left, transparent 20px, #daba5b 20px, #daba5b 22px, transparent 22px) left top / 22px 22px no-repeat,
    radial-gradient(circle at top right, transparent 20px, #daba5b 20px, #daba5b 22px, transparent 22px) right top / 22px 22px no-repeat,
    radial-gradient(circle at bottom left, transparent 20px, #daba5b 20px, #daba5b 22px, transparent 22px) left bottom / 22px 22px no-repeat,
    radial-gradient(circle at bottom right, transparent 20px, #daba5b 20px, #daba5b 22px, transparent 22px) right bottom / 22px 22px no-repeat,
    linear-gradient(90deg, transparent 20px, #daba5b 22px) left top / 51% 2px no-repeat,
    linear-gradient(-90deg, transparent 20px, #daba5b 22px) right top / 51% 2px no-repeat,
    linear-gradient(90deg, transparent 20px, #daba5b 22px) left bottom / 51% 2px no-repeat,
    linear-gradient(-90deg, transparent 20px, #daba5b 22px) right bottom / 51% 2px no-repeat,
    linear-gradient(180deg, transparent 20px, #daba5b 22px) left top / 2px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #daba5b 22px) left bottom / 2px 51% no-repeat,
    linear-gradient(180deg, transparent 20px, #daba5b 22px) right top / 2px 51% no-repeat,
    linear-gradient(0deg, transparent 20px, #daba5b 22px) right bottom / 2px 51% no-repeat;
    z-index: 3;
}

.mothersday2026 .respsv_frame::after {
  position: absolute;
  top: 10px;
  right: 8px;
  bottom: 10px;
  left: 8px;
  content: "";
  box-shadow: 0 0 0 1px #daba5b;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
    .flex_list .flex_list_item_2 {
        width: 100%;
    }
}

.mothersday2026 .recomend_list {
    padding-bottom: 0px;
    padding: 0 20px;
}

.mothersday2026 .hotitems .recomend_list {
    padding-bottom: 0px;
    padding: 10px 20px;
}

.mothersday2026 .btn_arrow_line{
  margin: 0 auto 30px;
}

@media (max-width: 640px) {
    .mothersday2026 .list__item_2,
    .mothersday2026 .list__item_3,
    .mothersday2026 .list__item_4,
    .mothersday2026 .list__item_5,
    .mothersday2026 .list__item_6 {
        width: calc((100% - 1px) / 2);
        margin-bottom: 0px;
        padding: .5rem .5rem 1.5rem;
    }
}



.mothersday2026 .mokuji_img {
    padding: 30px 0px 0px;
}

/*--------------------------------------------------------------
 背景
--------------------------------------------------------------*/
.bg_f5e1e7{
  background-color:#f5e1e7;
}

.product_02{
  background-color: transparent;
}


/*--------------------------------------------------------------
 ランキング h3
--------------------------------------------------------------*/
h3.ranking{
  background:none;
  margin:0 0 10px !important;
  padding:0 !important;
}

h3.ranking img{
  vertical-align:bottom;
}

.customer_voice{
  max-width: 760px;
  margin: 0 auto 0;
  padding: 0 0px;
}

.customer_voice .faceicon {
    width: 8%;
}

@media screen and (max-width: 539px){
.customer_voice .faceicon {
    width: 13%;
}
}

.balloon5 .says,
.balloon6 .says{
  background: #fff;
}

.balloon5, .balloon6 {
  align-items: center!important;
}

.balloon5 .says:after{
  content: "";
  display: inline-block;
  position: absolute;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.balloon6 .says:after{
  content: "";
  display: inline-block;
  position: absolute;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.godiva_gift_service .balloon5 .says,
.godiva_gift_service .balloon6 .says{
  background: #f5efe4 !important;
}

.godiva_gift_service .balloon5 .says:after,
.godiva_gift_service .balloon6 .says:after{
  border-right: 12px solid #f5efe4 !important;
}

p.note{
  font-size:12px!important;
  text-align:left;
}

hr.dotted_m20 {
    border: 0;
    border-bottom: 2px dotted #666;
    margin:20px 0;
}

/*--------------------------------------------------------------
 予算で選ぶ
--------------------------------------------------------------*/
/* 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;
  /*align-items: flex-start;*/
}

.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: #f7c9d6;
    width: 97%;
    margin: auto;
    padding: .5rem 0;
    font-weight:600;
    font-size:18px;
}

.list__item_2_text h4,
.list__item_3_text h4,
.list__item_4_text h4{
    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: 12px;
  letter-spacing: -.04em;
}
.hot_items .list__item_2_text h4 br,
.hot_items .list__item_2_text p.price br{
  display: block;
}

.list__item_2_text h4,
.list__item_3_text h4,
.list__item_4_text h4{
    font-size: 14px;
    letter-spacing: -.05em;
}
}

.btn_arrow_line_mini {
    display: block;
    border: solid 2px #c51c62;
    background-color: #fff;
    color: #c51c62;
    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 #c51c62 #c51c62;
    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;
}

/*--------------------------------------------------------------
 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;
}


/*--------------------------------------------------------------


------------------------------------------------------------*/
.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)
  }
}


/*-------------------------------
free_delivery 送料無料
-------------------------------*/
.free_delivery{
  max-width:768px;
  margin: 0px auto 20px;
  padding:20px 20px;
  text-align: center;
  border: solid 2px #fff;
}

.free_delivery img{
  width:96%;
  margin:10px auto;
}

.title_kiyaku{
  color: #000;
  font-weight: 600;
}

.accordion-area section {
    border: 1px solid #db1a35;
}

.accordion-area ul{
  text-align:left;
}

.accordion-area ul li{
  padding:0 0 15px;
}

@media (max-width: 767px){
  .free_delivery article{
}

.free_delivery img{
  width:96%;
  margin:10px auto;
}

.free_delivery .text{
  width:100%;
  padding: 0 10px 0;
}

}


.mothersday2026 .customer-voice {
    width: calc(50% - 30px);
    background: #fff1f1;
    padding: 0 0 0px;
    margin: 0 10px 20px;
    position: relative;
}

@media (max-width: 767px){
  .mothersday2026 .customer-voice {
    width:98%;
    margin: 0 auto 10px;
}
}


.mothersday2026 .flex_list h4.hook {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin: 0px 0 10px;
    }