﻿@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 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;
}
}

/* --------------------------------
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:  #f9f6ef;
  padding: 30px 0 ;
  margin: 0;
}

.product_02{
background-color:#f5efe4;
padding: 30px 0 ;
position: relative;
}

.product_last{
  background-color:  #f9f6ef;
  padding: 30px 0 ;
  margin: 0;
}

.item_index_btn_area {
    margin: 20px auto 0;
    padding: 0 10px 40px;
}

.product_01, .product_02, .product_last{
  margin-bottom: 0;
}
.product_01 .list, .product_02 .list, .product_last .list{
  align-items: center;
}

.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 .5rem 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: 20px;
  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: 20px;
}
.category .list__item_2_text h2 br{
  display: block;
}
}



/* タグ */
.item__tag__txt{
  display:block;
  color:#e2c472;
  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;/*letter-spacing: .42rem;*/
   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;
}
