@charset "UTF-8";

/* ----------共通設定---------- */
.block-genre-page--sub.block-readmore-contents.js-readmore-contents {
  display: none;
}

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

.block-genre-page-head {
  padding: 0 20px 10px;
}

.block-genre-page--sub {
  display: none;
}

#sodastream_top {
  max-width: 900px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 20px;
  margin-top: 20px;
}

#sodastream_top .pc {
  display: none;
}

#sodastream_top .sp {
  display: block;
}

#sodastream_top p, #sodastream_top a {
  font-family: "Noto Sans JP", sans-serif;
}

#sodastream_top p {
  color: #363636;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
  font-size: 15px;
}

#sodastream_top img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
}

#sodastream_top a {
  text-decoration: none;
  cursor: pointer;
}

#sodastream_top ul, #sodastream_top li {
  list-style: none;
}

/* ====== 共通 ====== */
#sodastream_top .features, #sodastream_top .product_main_body, #sodastream_top .product_accessories {
  border: #6D98E3 2px solid;
  margin: 0 -20px 60px;
  position: relative;
  padding: 30px 20px 40px;
}

#sodastream_top .features::before, #sodastream_top .features::after, #sodastream_top .product_main_body::before, #sodastream_top .product_main_body::after, #sodastream_top .product_accessories::before, #sodastream_top .product_accessories::after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  z-index: 1;
}

#sodastream_top .features::before, #sodastream_top .product_main_body::before, #sodastream_top .product_accessories::before {
  background: url(/img/usr/genre/rH201/sodastream_bg_01.png) no-repeat;
  left: 0;
  width: 98px;
  height: 84px;
  background-size: 98px 84px;
}

#sodastream_top .features::after, #sodastream_top .product_main_body::after, #sodastream_top .product_accessories::after {
  background: url(/img/usr/genre/rH201/sodastream_bg_02.png) no-repeat;
  right: 0;
  width: 82px;
  height: 77px;
  background-size: 82px 77px;  
}

#sodastream_top .product_accessories {
  margin-bottom: 0;
}

#sodastream_top .features h2, #sodastream_top .product_main_body h2, #sodastream_top .product_accessories h2 {
  position: relative;
  margin: 0 0 50px;
  text-align: center;
}

#sodastream_top .features h2::after, #sodastream_top .product_main_body h2::after, #sodastream_top .product_accessories h2::after {
  position: absolute;
  display: block;
  content: " ";
  background: #2758AF;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -15px;
}

#sodastream_top .features h2 .h_small, #sodastream_top .product_main_body h2 .h_small, #sodastream_top .product_accessories h2 .h_small {
  font-size: 18px;
  color: #2758AF;
  font-weight: 600;
}

#sodastream_top .features h2 .h_big, #sodastream_top .product_main_body h2 .h_big, #sodastream_top .product_accessories h2 .h_big {
  font-size: 28px;
  color: #363636;
  font-weight: 800;
}

#sodastream_top .btn_area {
  margin: 20px auto 0;
  max-width: 240px;
  width: 100%;
}

#sodastream_top .btn_area .btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 12px 40px 12px 20px;
  border-radius: 999px;
  background:#2758AF;
  transition: 0.3s;
  width: 100%;
}

#sodastream_top .btn_area .btn::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 6px);
  right: 20px;
  background: url(/img/usr/genre/rH201/btn_arrow.png) no-repeat;
  width: 10px;
  height: 14px;
  background-size: 10px 14px;
}

#sodastream_top .btn_area .btn:hover, #sodastream_top .btn_area .btn:active {
  opacity: 0.8;
}

#sodastream_top .btn_area.two_btn .btn:first-of-type {
  margin-bottom: 14px;
}

/* ====== top ====== */
#sodastream_top .top {
  margin-bottom: 40px;
}

#sodastream_top .top .logo {
  background: #0F2244;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

#sodastream_top .top .logo img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

/* KV */
#sodastream_top .top .slider-container {
  position: relative;
  width: calc(100% + 40px);
  overflow: hidden;
  margin: 0 -20px 40px;
}

#sodastream_top .top .slider-container .slideimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeInOut 8s infinite;
  transition: opacity 1.5s ease-in-out;
}

#sodastream_top .top .slider-container .slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}

#sodastream_top .top .slider-container .slideimg:nth-child(2) {
    animation-delay: 4s;
}

@keyframes fadeInOut {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}

#sodastream_top .top .slider-container .slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

#sodastream_top .top .kv .image:nth-of-type(1) {
  animation-delay: 0s;
}
#sodastream_top .top .kv .image:nth-of-type(2) {
  animation-delay: 5s;
}

 #sodastream_top .top .read {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8rem;
 }

/* ====== ソーダストリームの特徴 共通 ====== */
#sodastream_top .features {
  padding: 30px 20px 0;
}
#sodastream_top .features .features_area dl {
  margin-bottom: 40px;
}

#sodastream_top .features .features_area dl dt {
  margin-bottom: 16px;
}

#sodastream_top .features .features_area dl dt .f_num {
  border: #2758AF 1px solid;
  border-radius: 999px;
  padding: 0 12px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #2758AF;
  display: inline-block;
  font-weight: 600;
}

#sodastream_top .features .features_area dl dt .f_title {
  font-size: 18px;
  color: #2758AF;
  font-weight: 600;
  margin-bottom: 6px;
}

#sodastream_top .features .features_area dl dt .f_title_jp {
  font-size: 18px;
  font-weight: 600;
}

#sodastream_top .features .features_area dl dd .attention {
  margin-top: 10px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3rem;
}

#sodastream_top .features .features_area dl dd figure {
  margin-top: 30px;
}

#sodastream_top .features_area .f_05 {
  position: relative;
}

#sodastream_top .features_area .f_05 figure img {
  position: relative;
  z-index: 2;
}

#sodastream_top .features_area .f_05::before, #sodastream_top .features_area .f_05::after {
  position: absolute;
  display: block;
  content: " ";
  bottom: -40px;
  z-index: 1;
}

#sodastream_top .features_area .f_05::before {
  background: url(/img/usr/genre/rH201/sodastream_bg_03.png) no-repeat;
  left: -20px;
  width: 110px;
  height: 108px;
  background-size: 110px 108px;
}

#sodastream_top .features_area .f_05::after {
  background: url(/img/usr/genre/rH201/sodastream_bg_04.png) no-repeat;
  right: -20px;
  width: 109px;
  height: 134px;
  background-size: 109px 134px;
}

/* ====== 商品一覧 共通 ====== */
#sodastream_top .product_area .product {
  margin-bottom: 40px;
}

#sodastream_top .product_area .product:last-of-type {
  margin-bottom: 0;
}

#sodastream_top .product_area .product .name {
  text-align: center;
  margin-bottom: 20px;
}

#sodastream_top .product_area .product .name p {
  font-size: 16px;
  font-weight: 600;
}

#sodastream_top .product_area .product .name p.small {
  font-size: 14px;
  font-weight: 400;
}

#sodastream_top .product_area figure img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

#sodastream_top .product_area .product ul.icon {
  display: flex;
  margin: 10px auto 0;
  max-width: 500px;
}

#sodastream_top .product_area .product ul.icon li {
  width: calc(100% / 5);
}

#sodastream_top .product_area .product ul.icon li p {
  text-align: center;
  font-size: 10px;
  color: #2758AF;
  line-height: 0.9rem;
  letter-spacing: 0.008rem;
  font-weight: 500;
}

/* ====== ソーダストリーム 本体 ====== */
#sodastream_top .product_main_body .btn_area.mb_btn {
  max-width: 280px;
  margin: 10px auto 30px;
  z-index: 2;
  position: relative;
}

#sodastream_top .product_main_body .btn_area.mb_btn .btn {
  font-size: 16px;
  padding: 10px 40px 10px 20px;
}


/* 画面サイズが560px以上の表示 */
@media screen and (min-width:560px) {
  #sodastream_top .features_area figure img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  #sodastream_top .product_area .product .btn_area.two_btn {
    max-width: 500px;
    width: 100%;
  }
  
  #sodastream_top .product_area .product .btn_area.two_btn::after {
    clear: both;
    display: block;
    content: "";
  }

  #sodastream_top .product_area .product .btn_area.two_btn .btn {
    float: left;
    max-width: 240px;
  }

  #sodastream_top .product_area .product .btn_area.two_btn .btn:first-of-type {
    margin-right: 20px;
  }
}

/* 画面サイズが768px以上の表示 */
@media screen and (min-width:768px) {

  /* ----------共通設定---------- */
  .block-genre-page--header-img {
    margin: 0 0 45px;
  }

  .block-genre-page-head {
    padding: 0;
    margin-bottom: 0;
  }

  #sodastream_top {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 40px;
    margin-top: 0;
  }

  #sodastream_top p {
    letter-spacing: 0.09rem;
  }

  #sodastream_top .pc {
    display: block;
  }

  #sodastream_top .sp {
    display: none;
  }

  #sodastream_top .features, #sodastream_top .product_main_body, #sodastream_top .product_accessories {
    margin: 0 -40px 60px;
    padding: 30px 40px 50px;
  }

  #sodastream_top .features::before, #sodastream_top .product_main_body::before, #sodastream_top .product_accessories::before {
    width: 164px;
    height: 141px;
    background-size: 164px 141px;
  }

  #sodastream_top .features::after, #sodastream_top .product_main_body::after, #sodastream_top .product_accessories::after {
    width: 137px;
    height: 129px;
    background-size: 137px 129px;
  }

  #sodastream_top .btn_area {
    max-width: 260px;
  }
  
  #sodastream_top .btn_area .btn {
    font-size: 16px;
  }

  /* ---------- top ---------- */
    #sodastream_top .top {
    margin-bottom: 50px;
  }

  #sodastream_top .top .logo {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }

  #sodastream_top .top .logo img {
    max-width: 300px;
  }

  #sodastream_top .top .read {
    max-width: 650px;
  }

  #sodastream_top .top .slider-container {
    width: calc(100% + 80px);
    margin: 0 -40px 50px;
  }

  /* ---------- ドリンクメイトの特徴 ---------- */
  #sodastream_top .features {
    padding-bottom: 0;
  }

  #sodastream_top .features h2 .h_small, #sodastream_top .product_main_body h2 .h_small, #sodastream_top .product_accessories h2 .h_small {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    bottom: 4px;
  }

  #sodastream_top .features h2 .h_big, #sodastream_top .product_main_body h2 .h_big, #sodastream_top .product_accessories h2 .h_big {
    font-size: 32px;
  }

  #sodastream_top .features h2, #sodastream_top .product_main_body h2, #sodastream_top .product_accessories h2 {
    margin-bottom: 45px;
  }

  #sodastream_top .product_accessories h2 {
    margin-bottom: 75px;
  }

  #sodastream_top .features h2::after, #sodastream_top .product_main_body h2::after, #sodastream_top .product_accessories h2::after {
    width: 480px;
    left: calc(50% - 240px);
  }

  #sodastream_top .features .features_area dl dt {
    text-align: center;
    margin-bottom: 20px;
  }

  #sodastream_top .features .features_area dl dt .f_num {
    font-size: 16px;
    padding: 2px 12px;
    margin-bottom: 8px;
  }

  #sodastream_top .features .features_area dl dt .f_title {
    font-size: 20px;
  }

  #sodastream_top .features .features_area .pc_2row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin-bottom: 50px;
  }

  #sodastream_top .features .features_area .pc_2row:last-of-type {
    margin-bottom: 0;
  }

  #sodastream_top .features .features_area .pc_2row dl {
    width: calc(100% / 2 - 20px);
    margin-bottom: 0;
  }

  #sodastream_top .product_main_body .btn_area.mb_btn {
    max-width: 330px;
    margin: 20px auto 40px;
  }

  #sodastream_top .product_main_body .btn_area.mb_btn .btn {
    font-size: 18px;
    padding: 14px 40px 14px 20px;
  }

  #sodastream_top .product_main_body .product_area, #sodastream_top .product_accessories .product_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 40px;
    width: 100%;
  }

  #sodastream_top .product_accessories .product_area {
    gap: 0;
  }

  #sodastream_top .product_main_body .product_area:nth-of-type(2) .product , #sodastream_top .product_accessories .product_area .product {
    max-width: 388px;
  }

  #sodastream_top .product_area .product .name p {
    font-size: 20px;
  }

  #sodastream_top .product_area .product .name p.small {
    font-size: 15px;
    margin-top: 5px;
  }

  #sodastream_top .product_area .product .btn_area.two_btn {
    text-align: center;
  }

  #sodastream_top .product_area .product .btn_area.two_btn .btn {
    max-width: 260px;
    float: none;
  }

  #sodastream_top .product_area .product .btn_area.two_btn .btn:first-of-type {
    margin-right: 0;
  }

  #sodastream_top .features .features_area dl dt .f_title_jp {
    font-size: 17px;
  }

  #sodastream_top .features_area .f_02 figure {
    margin-top: 110px !important;
  }

  #sodastream_top .features_area .f_03 figure {
    margin-top: 60px !important;
  }

  #sodastream_top .features_area .f_05 {
    margin-top: 50px !important;
  }

  #sodastream_top .features_area .f_05::before {
    width: 220px;
    height: 216px;
    background-size: 220px 216px;
    left: -40px;
  }

  #sodastream_top .features_area .f_05::after {
    width: 218px;
    height: 269px;
    background-size: 218px 269px;
    right: -40px;
  }

  #sodastream_top .features_area .f_05 .f_text {
    text-align: center;
  }

  #sodastream_top .product_area .product {
    margin-bottom: 0;
  }
  #sodastream_top .product_area .product ul.icon li p {
    font-size: 12px;
    line-height: 1.1rem;
    letter-spacing: 0.04rem;
  }
}