﻿@charset "utf-8";
/* CSS Document */

/* コンテンツ部分
------------------------------*/

/* ページタイトル */
.gradation{background: linear-gradient(230deg, #e1f3f7, #a4dce6, #f3fdff);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 53s ease infinite;
    -moz-animation: AnimationName 53s ease infinite;
    -o-animation: AnimationName 53s ease infinite;
    animation: AnimationName 53s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}
@keyframes AnimationName {
    0%{background-position:0% 99%}
    50%{background-position:100% 2%}
    100%{background-position:0% 99%}
}

.mokuji_img {
    padding: 20px 0px 0px;
    margin: auto;
}

.mokuji_img .page_link_L img,
.mokuji_img .page_link_R img {
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 4px 4px);
}

.mokuji_img .page_link_L{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: none !important;
  margin: 0 auto 30px;
  gap: 10px 10px;
}

.mokuji_img .page_link_R{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: none !important;
  margin: 0 auto 10px;
  gap: 10px 10px;
}

.mokuji_img .page_link_L li {
    width: 50%;
    max-width: 250px;
    text-align: center;
    position: relative;
}

.mokuji_img .page_link_R li {
    width: 25%;
    max-width: 180px;
    text-align: center;
    position: relative;
}

@media screen and (min-width:768px) and ( max-width:1024px) {

}

@media screen and (max-width:767px)  {

.mokuji_img .page_link_L{
  margin: 0 auto 10px;
}

.mokuji_img .page_link_L li,
.mokuji_img .page_link_R li {
    width: calc(50% - 20px);
    padding-bottom: 10px;
    }
}

.mokuji_img h2{
  font-size: 18px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  margin: 20px auto;
  width: 130px;/**/
}



.mokuji_img h2 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d6af4b;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(7px);
  transition: background-color 0.3s;
}/**/

.price_search h2{
  width: 130px;/**/
}

/* gift_title */
h2.gift_title {
  text-align: center;
    padding-top: 0rem;
    margin: 0rem 0 1rem ;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
    font-weight: 500;
    color: #7e4016;
    font-size: 24px;
}
h2.gift_title::after{
  background-color: #69e0dc;
  content: '　';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
h2.gift_title {
  padding-top: 0rem;
   margin: .5rem 0 .5rem ;
   font-size: 16px;
}
}


.staff_voice_2 {
    margin: 35px auto 0px;
}

/* --------------------------------
recommend_2 期間限定おすすめギフト
---------------------------------- */
.recommend_2{
  text-align: center;
  padding: 0rem 0 0rem;
  background: #e4fdfc;
}

.recommend_2 .list__item_2_text h4 {
    font-size: 1.2rem;
}

/* --------------------------------
recommend_3 ロングセラーギフト
---------------------------------- */
.recommend_3{
  text-align: center;
  padding: 0rem 0 0rem;
  background: #e4fdfc;
}

.recommend_3 h3.category{
  margin: 0 0 10px;
}

.recommend_3 .list__item_2_text h4 {
    font-size: 1.3rem;
}

/* --------------------------------
 ブロック
---------------------------------- */
.product_01{
  background-color:  #e5f4fd;
  padding: 30px 0 ;
  margin: 0;
}

.product_02{
background-color:#fffde0;
padding: 30px 0 ;
position: relative;
}

.product_last{
  background-color:  #e5f4fd;
  padding: 30px 0 ;
  margin: 0;
}

.product_01, .product_02, .product_last{
  margin-bottom: 0;
}
.product_01 .list, .product_02 .list, .product_last .list{
  align-items: flex-start;
}

.product_01 .view, .product_02 .view, .product_last .view{
  overflow: visible;
}

/* product_02 PC時に表示順を入替 */
.product_02 ul.list li:nth-child(1) { order: 2; }
.product_02 ul.list li:nth-child(2) { order: 1; }

.category .product_01 .list__item_2,
.category .product_02 .list__item_2,
.category .product_last .list__item_2{
  margin-bottom: 0px;
  padding: 0rem 1rem 0rem;
  flex-direction: unset;
}

@media (max-width: 450px) {
  .product_01,
  .product_02,
  .product_last{
  padding: 1px 0 30px ;
}
  .product_01 .list,
  .product_02 .list,
  .product_last .list{
  display: block;
}
.category .product_01 .list__item_2,
.category .product_02 .list__item_2,
.category .product_last .list__item_2{
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  padding: 1rem .5rem 0rem;
}
  }

/* --------------------------------
 .category　ブロック内要素
---------------------------------- */
.product_img　{
  position: relative;
}

.product_img img{
  filter: drop-shadow(1px 8px 8px rgba(0,0,0,0.2));
  }

.category .list__item_2_text,
.category .list__item_3_text,
.category .list__item_4_text{
  text-align: left;
}

.category .list__item_2_text h3{
  font-size: clamp(1rem, 0.891rem + 0.55vw, 1.3rem);
  text-align: center;
  margin-bottom: 20px;
}


.category .list__item_2_text p.price{
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
}

.category .list__item_2_text p.cart{
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 0;
}
.category .list__item_2_text p.guide_product{
  font-size: 14px;
  margin: 0 12%;
}

.category .btn_arrow_line{
  max-width: 350px;
}

@media (max-width: 450px) {
.category .list__item_2_text h2,
.category .list__item_3_text h2,
.category .list__item_4_text h2{
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}
.category .list__item_2_text p.guide_product{
  font-size: 14px;
  margin: 0 5%;
}
.category .list__item_2_text p.cart{
  margin-top: 0px;
}
.category .list__item_2_text h2 br{
  display: block;
}
}



/* タグ */
.item__tag__txt{
  display:block;
  color:#9ad9e0;
  font-size: 60px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   letter-spacing: .1rem;
   top: 100px;
   left: 34px;
   width: 30%;
   line-height: 2;
  }

  @media (max-width: 768px) {
    .item__tag__txt{
      font-size: 45px;
      width: 16%;
      line-height: 1;
    }
  }

.product_img{
  position: relative;
}

.icon-cool{
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20%;
  z-index: 5;
}

@media (max-width: 540px) {
.icon-cool{
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20%;
}
}

/*--------------------------------------------------------------
 ギフトサービスのご案内
--------------------------------------------------------------*/
.godiva_gift_service {
    background-color: #fff;
    padding: 0px 0 50px;
}

.godiva_gift_service .cate_lead p{
  padding: 0 20px;
}

 .noshi_manner_1 .flex_box {
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: calc((100% - 80px) / 2);
    margin: 20px auto 0px;
}

.noshi_manner_1 .flex_box .noshi_box img {
    filter: drop-shadow(7px 5px 6px rgba(0, 0, 0, 0.2));
    width: 70%;
    margin: 0 auto;
}


/*--------------------------------------------------------------
 ランキング
--------------------------------------------------------------*/
.tab__panel {
  margin: 20px 0;
}

.ranking--items {
    padding: 0px 0 0;
}

.runking_wrap{
  max-width: 1200px;
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
}

.runking_wrap .list__item_LL,
.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 .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) {

.runking_wrap .list__item_R .runking_icon{
  margin-bottom:5px;
  width: 70px;
}

.runking_wrap .list__item_LL{
  width: 100%;
  margin: 0 4px 10px;
}

.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_LL h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}

.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;
}
}


/*--------------------------------------------------------------
  チョコレートの概要
--------------------------------------------------------------*/
.chocolate_guide{
  max-width: 760px;
  margin: 10px auto 10px;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  border-radius: 30px 0;
  border: solid 1px #ccc;
}

.chocolate_guide p{
  font-size: 14px;
  text-align: left;
  display: inline-block;
}


/*--------------------------------------------------------------
  ボタンエリア
--------------------------------------------------------------*/
.item_index_btn_area{
    max-width: 400px;
    margin: 20px auto 50px;
    padding: 0 10px;
    position: relative;
}

/*--------------------------------------------------------------
  カテゴリーKV装飾 アイコン
--------------------------------------------------------------*/
img.icon_title{
  width: 100px;
}

.shadow{
  filter: drop-shadow(rgba(56, 53, 53, 0.5) 0px 8px 8px);
}

.kado_left{
  border-radius: 120px 0px 0px 0px;
  overflow: hidden;
}

img.icon_Right_SM26{
  position: absolute;
  top: -3%;
  right: 0%;
  width: 100px;
  z-index: 2;
}

img.icon_Right_SM26_1{
  position: absolute;
  top: -5%;
  right: 0%;
  width: 100px;
  z-index: 2;
}

img.icon_Right_SM26_2{
  position: absolute;
  top: -5%;
  right: 105px;
  width: 100px;
  z-index: 3;
}

@media screen and (min-width:768px) and (max-width:1024px) {
img.icon_Right_SM26{
  position: absolute;
  top: -10%;
  right: 0%;
  width: 90px;
  z-index: 2;
}

img.icon_Right_SM26_1{
  position: absolute;
  top: -20%;
  right: 0%;
  width: 90px;
  z-index: 2;
}

img.icon_Right_SM26_2{
  position: absolute;
  top: -20%;
  right: 95px;
  width: 90px;
  z-index: 3;
}
}

@media (max-width: 767px) {

img.icon_Right_SM26{
  top: -5%;
  right: -1%;
  width: 26%;
}

img.icon_Right_SM26_1{
  top: -10%;
  right: -1%;
  width: 24%;
}

img.icon_Right_SM26_2{
  top: -10%;
  right: 25%;
  width: 24%;
}
}