/* --------------------------------------------------
   基本設定
   -------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial", 'Noto Sans JP', sans-serif;
  color: #222
}

a {
  text-decoration: none;
  color: #242325;
}

li {
  list-style: none;
}

ul {
  padding: 0px;
}

.hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.hover:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.2em);
}

/* ==================================================
   共通設定 　
===================================================== */
.red {
  font-weight: bold;
  font-size: 25px;
  color: #991122;
  letter-spacing: 0.15em;
}

.lime {
  color: #918F4A;
}

.btn_design {
  background: #991122;
  font-size: 12px;
  font-family: "Yu Gothic";
  max-width: 200px;
  margin: 10px auto 0px;
  text-align: center;
  font-weight: bold;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff
}

.btn_design:hover {
  background-color: transparent;
  border: 2px solid #991122;
  border-radius: 30px;
  cursor: pointer;
  color: #222;
}

#feature-container {
  text-align: center;
  width: 100%;
}

.hero,
.intro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero__image img {
  width: 100%;
  height: auto;
}

.button-text {
  font-size: 15px;
  font-family: "Helvetica Neue", "Arial", 'Noto Sans JP', sans-serif;
}

/* ==================================================
   PC設定
===================================================== */
@media screen and (min-width:769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* フォントサイズ、余白、ボックス*/
  .ttl_bold {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.15em;
  }

  .spacer {
    margin-top: 50px;
  }

  .spacer-hf {
    margin-top: 25px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  /********* 　基本スタイル　PC *********/
  #feature-container {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }

  .intro {
    margin: 50px auto 100px;
    text-align: center;
  }

  .intro__title, .inner-title {
    font-size: 1.2rem;
    text-align: center;
    margin: 2rem 0;
    font-weight: bold;
  }


  .pickup-banner {
    margin: 30px auto;
    text-align: center;
  }

  .pickup-banner img {
    max-width: 500px;
  }

  .product-category {
    margin-bottom: 100px;
  }

  .product-category picture {
    display: block;
    margin: 0 auto;
    /*max-width: 500px;*/
  }

  .product-category__text {
    margin-bottom: 50px;
  }

  .banner-category {
    margin: 80px 0 40px;
  }


  /********* 　ピックアップ商品 PC　*********/
  .featured-product {
    margin: 20px auto 30px;
    overflow: hidden;
  }

  .featured-product__img-container {
    width: 35%;
    float: left;
  }

  .featured-product__img-container img {
    width: 100%;
  }

  .featured-product__details {
    margin: 0px 10px;
    padding: 5px;
    width: 60%;
    float: right;
  }

  /* h2.product-category__title {
    display: grid;
    justify-items: center;
  } */

  h3.featured-product__name {
    text-align: left;
  }

  h3.featured-product__name span {
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    line-height: 2.5rem;
    margin-top: 15px;
    font-size: .9em;
  }

  .featured-product__name img {
    width: 100%;
  }

  .product-card__title img {
    width: 100%;
  }

  .featured-product__description {
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
  }

  /********* 　メイン商品 PC　*********/
  .main-product {
    margin: 20px auto 30px;
    overflow: hidden;
  }

  .main-product__img-container {
    width: 100%;
  }

  .main-product__description {
    width: 85%;
    font-size: 0.9rem;
    margin: 20px auto 0;
  }


  /********* 　商品詳細はこちら、購入ボタン PC　*********/
  .featured-product__cta {
    float: right;
    margin-bottom: 24px;
    color: #fff;
    width: 60%;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 16px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #60a858;
    padding: 3px;
    text-align: right;
    font-weight: bold;
  }

  .featured-product__cta:hover {
    font-style: italic;
    font-weight: bold;
  }

  img.buy_btn {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
  }

  /********* 　商品詳細はこちら PC　*********/


  /********* 　商品リストの設定　3並び　PC*********/
  .product-list_03 {
    width: 100%;
    margin: 10px auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    text-align: left;
    gap: 20px;
  }

  .product-card {
    width: calc(100% / 3);
  }

  .product-card__title {
    text-align: left;
    font-size: .9rem;
    line-height: 1.5rem;
    position: relative;
  }

  .product-card__title span {
    display: block;
  }

  .product-card__title:hover {
    color: rgb(133, 133, 133);
  }


  /********* 　商品リストの設定　4並び　PC*********/
  .product-list_04 {
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
  }

  .product-card__image {
    width: 100%;
    padding: 1px;
    transition: 1s all;
  }

  .product-card__image:hover {
    transition: 1s all;
  }

  .product-list .product-card__image {
    width: 200px;
    padding: 5px 0px 10px 10px;
    float: left;
  }

  /********* 　商品リストの設定　2並び　PC*********/
  .product-list_02 {
    height: auto;
    width: 100%;
    margin: auto;
    background: #e9e5d4;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    margin-bottom: 130px;
  }

  .product-list_02 .product-card {
    background: #fff;
    width: 48%;
    margin: 10px auto;
    padding: 5px 0 25px;
    display: flex;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
    box-shadow: 2px 10px 12px -6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  .product-list_picktub {
    text-align: center;
    font-size: 17px;
    margin: auto;
    position: absolute;
    top: -17px;
    left: 10px;
    background: #a32224;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
  }

  .product-list_02 img {
    width: 200px;
    padding: 5px 0px 10px 10px;
    /* float: left; */
  }

  .product-category__Icon {
    margin: -20px 0px 10px;
    width: 25%;
    float: left;
  }

  .product-category__caption {
    margin: 20px 5px 10px 0px;
    height: 180px;
    padding: 10px 0px 30px;
    width: 70%;
    float: right;
    text-align-last: left;
  }

  .product-card__title img.ranking {
    position: absolute;
    left: -50px;

  }

  /********* 　商品単体特集　*********/

  .product-section {
    text-align: left;
    margin: 0 auto;
  }

  .product_text {
    line-height: 1.8;
    margin-bottom: 3rem;
  }

  .center_8 {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }

  /********* 　バナーリストの設定　3並び　PC*********/
  .banner-list_03 {
    width: 100%;
    margin: 10px auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    text-align: left;
    gap: 5px;
  }

  .banner-card {
    width: calc(100% / 3);
  }

  h3.banner-card__title {
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
  }

  /********* 　ここから未チェック　*********/


  .product-card__cta {
    background: #32a2c5;
    margin-bottom: 24px;
    color: #fff;
    width: 80%;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 16px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9rem;
  }

  .product-card__cta:hover {
    background: #FFF;
    color: #0c7c4d;
    border: dotted 1px;
    border-color: #FFF;
  }

  .product-card__cta:hover {
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    background: #5fb48a;
    color: #FFF;
  }

  /* section.hero img, .hero img {
    max-width: 880px;
  } */

  .box_8 {
    width: 80%;
    margin: 0 auto;
  }

  /**アイテム　レイアウト2×2**/
  .product-list {
    height: auto;
    width: 100%;
    margin: auto;
    background: #DBD5C1;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
    margin-bottom: 130px;
  }

  .ranking {
    width: 25px !important;
    padding: 0px;
    margin: 0px;
  }

  /**　マーカー　PC **/
  span.marker_pl {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #c0a2c7 0%);
  }

  span.marker_pk {
    margin: 10px;
    font-size: 20px;
    background: linear-gradient(transparent 50%, #f8b9dc 0%);
  }

  span.marker_ye {
    margin: 10px;
    font-size: 20px;
    background: linear-gradient(transparent 50%, #fffba5 0%);
  }
}


/* ==================================================
   スマホ設定
===================================================== */
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img {
    width: 100%;
  }

  .sp-img_hf {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .sp-img_L {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  /* フォントサイズ 余白 */
  .ttl_bold {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.15em;
    padding: 0 10px;
  }

  .spacer {
    margin-top: 50px;
  }

  .ma-l-15 {
    margin-left: 15px;
  }

  /*********  基本スタイルの設定　スマホ　 *********/
  section.featured-collections {
    padding: 10px;
}
  .intro {
    width: 90%;
    margin: 5px auto 30px;
  }

  .intro__title, .inner-title {
    font-size: 1.1rem;
    margin-bottom: 35px;
    text-align: center;
    margin: 2rem 0;
    font-weight: bold;
  }

  .intro__text {
    text-align: left;
    font-size: .95rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }

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

  .featured-product__description, .main-product__description, .product-category__description, .product-category__text {
    width: 90%;
    padding: 5px 15px;
    margin: 10px auto 30px;
    font-size: 15px;
    text-align: left;
  }

  section.banner-category {
    margin-top: 50px;
  }

  h3.banner-card__title {
    font-size: 1rem;
    margin: 5px 0 40px;
    font-weight: 600;
  }

  /********* 　ピックアップ商品　スマホ *********/
  .featured-product {
    width: 100%;
  }

  .featured-product__img-container img {
    width: 90%;
  }

  .featured-product__details {
    margin: 10px auto 50px;
  }

  h2.product-category__title {
    display: grid;
    justify-items: center;
  }

  h3.featured-product__name {
    text-align: left;
    margin-left: 25px;
  }

  h3.featured-product__name span {
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    line-height: 2.5rem;
    margin-top: 15px;
    font-size: .9em;
  }

  /********* 　メイン品　スマホ *********/
  .main-product {
    margin: 20px auto 30px;
    overflow: hidden;
  }

  .main-product img {
    width: 90%;
  }

  /********* 　商品詳細はこちら スマホ　*********/
  .featured-product__cta {
    margin: 5px auto;
    padding: 10px 80px;
    text-align: center;
    font-weight: bold;
    border: double #64bda2;
    color: #64bda2;
  }

  .featured-product__cta:hover {
    font-style: italic;
    font-weight: bold;
  }


  /********* 　商品リストの設定　3並び　スマホ *********/
  .product-list_03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
        align-content: stretch;
    align-items: flex-end;
  }

  .product-card {
    width: calc(97% / 3);
  }

  .product-card__title {
    text-align: left;
    font-size: .85rem;
    line-height: 1.2rem;
    font-weight: normal;
    padding: 5px;
  }

  .product-card__title span {
    display: block;
  }

  /********* 　商品リストの設定　4並び　スマホ *********/
  .product-list_04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }

  .product-list_04 .product-card {
    width: 48%;
  }

  .product-card__image {
    width: 100%;
    padding: 1px;
    transition: 1s all;
  }

  .product-list .product-card__image {
    padding-right: 10px;
  }


  /********* 　商品リストの設定　2×2並び　スマホ *********/

  .product-category__Icon {
    margin: 0 auto;
    width: 25%;
  }

  .product-list_02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 4px 0;
    background: #e9e5d4;
  }

  .product-list_02 .product-card {
    width: 49%;
    background: #fff;
  }

  .ranking {
    width: 25px;
    padding: 0px;
    margin: 0px;
  }


  /**　マーカー　スマホ **/
  span.marker_pl {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #c0a2c7 0%);
  }

  span.marker_pk {
    margin: 10px;
    font-size: 20px;
    background: linear-gradient(transparent 50%, #f8b9dc 0%);
  }

  span.marker_ye {
    margin: 10px;
    font-size: 20px;
    background: linear-gradient(transparent 50%, #fffba5 0%);
  }
}




/* .product-card__title img {
    width: 100%;
  } */

.product-card__title:hover {
  color: rgb(133, 133, 133);
}



#feature-container h2 {
  /* font-size: 1rem;
  text-align: left; */
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem 0;
  font-weight: bold;
}


.intro__text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}


.pickup-banner {
  width: 100%;
  margin: 5px auto;
  text-align: center;
  clear: both;
}




.pickup-banner .intrortxt {
  padding: 0 15px;
  font-size: .9rem;
}


.product-list, .pickproduct-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}





.product-card p {
  font-size: 15px;
  font-weight: bold;
}

.product-card:hover {
  font-size: 12px;
  color: gray;
}

p.goodsname {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  line-height: 1.2rem;
  font-size: .9rem;
  /* padding: 0 5px; */
}



.introage {
  max-width: 90%;
}



.product-card__cta:hover {
  background: #FFF;
  color: #0c7c4d;
  border: dotted 1px;
  border-color: #0c7c4d;
}





.product-list {
  margin-bottom: 50px;
  overflow: hidden;
}

.product-list_item {
  display: flex;
  align-product-card: center;
}


.product-list {
  float: left;
  text-align: left;
  padding-top: 15px;
  width: 40%;
}

/* アイテムレイアウト 4並び */
.line-04 {
  width: 48%;
}

span.product-card__cta {
  display: none;
}
}













/******ワイングラ特集用のアイコン　PC******/
@media screen and (min-width: 500px) {
  .rg:before {
    content: url(https://www.rakuten.ne.jp/gold/cosmo-style/gold/featured/img/rg.jpg);
    display: inline-block;
    width: 30px;
    vertical-align: middle;
  }

  .gg:before {
    content: url(https://www.rakuten.ne.jp/gold/cosmo-style/gold/featured/img/gg.jpg);
    display: inline-block;
    width: 30px;
    vertical-align: middle;
  }

  .glasstxt {
    margin: 15px 5px;
    text-align: left;
    letter-spacing: 0.07em;
    line-height: 1.5em;
    width: 450px;
  }
}

/******ワイングラ特集用のアイコン　スマホ******/
@media screen and (max-width: 499px) {
  .rg:before {
    content: url(https://www.rakuten.ne.jp/gold/cosmo-style/gold/featured/img/rg.jpg);
    display: inline-block;
    width: 30px;
    margin: -20px auto;
    vertical-align: middle;
  }

  .gg:before {
    content: url(https://www.rakuten.ne.jp/gold/cosmo-style/gold/featured/img/gg.jpg);
    display: inline-block;
    width: 30px;
    margin: -20px auto;
    vertical-align: middle;
  }
}



.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

h2.product-category__title span {
  display: grid;
  width: 50%;
  margin: 0 auto;
}