@charset "UTF-8";

/*----------MENU-------------

 リード
 目次
 見出し
 ギフトサービスのご案内

------------MENU-----------*/

/*--------------------------------------------------------------
 リード
--------------------------------------------------------------*/
.concept{
  background:#e5f4fd;
}

.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: #baeaef;
}

.mokuji_img .page_link li img {
    filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/

h2.summer_gifts_2025{
  background: #9ad9e0;
  padding: 15px 10px;
  margin: 0 0 0px;
  text-align:center;
  font-size:26px;
  font-weight: 900;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  line-height: 1.5;
  position:relative;
}

h2.summer_gifts_2025_2 {
  background: rgb(218,231,250);
  background: linear-gradient(270deg, rgba(218,231,250,1) 0%, rgba(229,244,253,1) 50%, rgba(218,231,250,1) 100%);
  padding: .5rem 0 0;
  margin: 0 0 20px;
  text-align:center;
  font-size:26px;
  color: #00337a;
  font-weight: 900;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  line-height: 1.5;
}

h3.summer_gifts_2025 {
  position: relative;
  background-color: #fff;
  border-image: linear-gradient(
      to right,
      #d4759d,
      #feb6db,
      #aabff8,
      #9ad9e0,
      #fbe2a2
    ) 1 / 4px 0;
  border-style: solid;
  font-size: 24px;
  line-height: 28px;
  padding: 15px 10px;
  text-align:center;
  margin:0 0 10px;
}

.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;
}
