@charset "UTF-8";

/*----------MENU-------------

 リード
 目次
 見出し
 ギフトサービスのご案内

------------MENU-----------*/

/*--------------------------------------------------------------
 リード
--------------------------------------------------------------*/
.concept{
  background:#f5efe4;
}

.wide_title__text{
    position: relative;
    padding: 80px 10px 0;
}

.wide_title__text h1{
  font-weight: 600;
}

img.icon_25{
    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) {
img.icon_25{
    width:130px;
}
}

/* ----------------------------------------------------------
  目次 
---------------------------------------------------------- */
.mokuji_recommend .btn_page_link li{
  background: #f5dc95;
  border: solid 1px #9B851B;
}

.mokuji_img .page_link li img {
    filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/

h3.winter_gifts_2025{
  background: rgba(241, 228, 193, 1);
  padding: 15px 10px;
  margin: 0 0 0px;
  text-align:center;
  font-size:22px;
  font-weight: 600;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  line-height: 1.4;
  position:relative;
}

/*h3.winter_gifts_2025 {
  position: relative;
  background: #fff0c6;
  font-size: 24px;
  line-height: 28px;
  padding: 15px 10px;
  text-align:center;
  margin:0 0 10px;
}*/

h2.winter_gifts_2025 {
  text-align: center;
  position: relative;
  padding: 1rem 0rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin:0 0 0px;
  background: linear-gradient(90deg, rgba(213, 177, 100, .7) 0%, rgba(241, 228, 193, 1) 25%, rgba(254, 246, 217, 1) 50%, rgba(241, 228, 193, 1) 75%, rgba(213, 177, 100, .7) 100%);
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

h2.winter_gifts_2025:before,
h2.winter_gifts_2025:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h2.winter_gifts_2025:before{
  top: 0;
}

h2.winter_gifts_2025:after {
  bottom: 0;
}

@media screen and (max-width:376px) {
}

h3.title_category {
    color: rgba(226, 196, 114, 1);
    font-size: clamp(1.75rem, 1.4rem + 1.36vw, 2.5rem);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 15px auto 0;
    text-align: center;
}

.product_img a:hover{
  text-decoration: none;
}

h3.winter_gift {
    position: relative;
    padding: 0.5em 0 0.3em;
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.4;
    background: #f5dc95;
}

.ranking--items h3{}

.ranking--items h3 span:nth-child(1) {
    font-size: 36px;
    display: block;
    font-weight: 500;
}

.ranking--items h3 span:nth-child(2) {
    font-size: 18px;
    display: block;
    font-weight: 400;
}
