@charset "utf-8";

img {
  max-width: 100%;
}

body {
  font-family: 'Noto Serif JP',
    'ヒラギノ明朝 ProN',
    'Hiragino Mincho ProN',
    'Yu Mincho Light',
    'YuMincho',
    'Yu Mincho',
    '游明朝体',
    sans-serif;
}

a:hover:not(.price-box) {
  opacity: 0.5;
}

.link-blue {
  color: #0000EE;
}

.contents-section-innner {
  width: 866px;
  margin: 0 auto;
}


/*++++++++++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++++++++++*/

.header {
  height: 70px;
  background: #028BA3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header-section-innner {
  width: 1150px;
  height: 60px;
  margin: 0 auto;
}

.header-wrap {
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
}

.header-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  font-size: 15px;
  color: #fff;
}

.title span {
  font-family: 'Noto Sans JP', sans-serif;
}


h1 img,
h1 {
  width: 190px;
  margin-left: 3px;
}

.rakuten,
.cart {
  margin-right: 10px;

}



.title {
  margin-right: 70px;
  letter-spacing: .1rem;
}


.sercharea {
  margin-right: 5px;
}


/* 検索BOX */

.sercharea input[type="text"] {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  width: 200px;
}

.sercharea {
  position: relative;

}

.sercharea input[type="image"] {
  position: absolute;
  top: 12px;
  right: 20px;
}


 /*++++++++++++++++++++++++++++++++++
おすすめ返礼品
++++++++++++++++++++++++++++++++++*/

 #rms-recommend {
   padding-top: 30px;
   padding-bottom: 30px;
   background-color: #D2E3E2;
   background-image: url(https://www.rakuten.ne.jp/gold/f212172-hida/images/top/checkered_pattern.png);
   position: relative;
 }


 #rms-recommend h2 {
   text-align: center;
   width: 400px;

   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
 }

 #rms-recommend h2 span {
   font-size: 14px;
 }


 .rms-recommend-wrap img {
   width: 150px !important;
   margin: 0 5px;
 }


    /*++++++++++++++++++++++++++++++++++
  レフトナビ
  ++++++++++++++++++++++++++++++++++*/
.leftnavi {
  width: 200px;
}



.leftnavi img {
  max-width: 100%;
}

/* SEARCHエリア */
#left-search {
  border-radius: 8px;
  background-color: #D2E3E2;
  padding:15px 0;
}

.left-search-title {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.2em;
  background-color: #028BA3;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 2px 0;
}

#left-search h2 {
  text-align: center;
  font-size: 15px;
  padding: 6px;
  color: #028BA3;
  font-weight: bold;
}

.keyword li {
  width: 50px;
  background-color: #fff;
  text-align: center;
  padding: 2px 0;
  border-radius: 30px;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #939393;
  font-weight: bold;
  margin: 5px 8px;
}

.keyword {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.border {
  width: 190px;
  margin: 0 auto;
  border-bottom: #028BA3 solid 1px;
  margin-bottom: 20px;
}

.left-sercherea .sercharea input[type="text"] {
  width: 190px;
  margin: 0 5px;
  padding: 8px;
}

.left-sercherea .sercharea {
  margin-right: 0px;
}

.left-sercherea .text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.left-sercherea .sercharea input[type="image"] {
  top: 8px;
}

/* ボタンエリア */

.left-button img {
  display: block;
  margin: 10px 0;
}

/* カテゴリーエリア */

.cate-img {
  display: block;
  width: 170px;
  margin: 20px auto;
}

.left-category {
  margin-bottom: 40px;
}

/* 金額エリア */

/* ランキングエリア */
.left-ranking {
  border-radius: 8px;
  background-color: #D2E3E2;
  padding:15px 0;
  text-align: center;
}


.left-ranking-title {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.left-ranking h2 {
  text-align: center;
  font-size: 15px;
  padding: 6px;
  color: #028BA3;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}

.border-dotted {
  width: 160px;
  margin: 0 auto;
}

.left-ranking-img img {
  display: block;
  width: 160px;
  margin: 0 auto;
  margin-top: 60px;
}

.left-ranking-1 {
  position: relative;

}

.left-ranking-1::before {
    content: url(../images/rms/left_no1.png);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
}




.left-ranking-2 {
  position: relative;

}

.left-ranking-2::before {
    content: url(../images/rms/left_no2.png);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
}


.left-ranking-3 {
  position: relative;

}

.left-ranking-3::before {
    content: url(../images/rms/left_no3.png);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
}


.left-ranking-4 {
  position: relative;

}

.left-ranking-4::before {
    content: url(../images/rms/left_no4.png);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}


.left-ranking-5 {
  position: relative;

}

.left-ranking-5::before {
    content: url(../images/rms/left_no5.png);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}







    /*++++++++++++++++++++++++++++++++++
   フッターについて
  ++++++++++++++++++++++++++++++++++*/

    .footer {
      background-color: #028BA3;
      color: #fff;
      padding: 100px 0;
    }

    .footer-wrap {
      display: flex;
      justify-content: space-between;
    }

    .left,
    .right {
      width: 45%;
    }

    .card {
      display: flex;
      align-items: center;
      justify-content: space-around;
    }

    .footer-item {
      margin: 20px 0;
    }

    .footer-item h2 {
      margin-bottom: 10px;
      font-weight: bold;
    }

    .footer-item p {
      font-size: 14px;
      line-height: 1.5em;
      font-family: 'Noto Sans JP', sans-serif;
    }
