
@import url("product-item.css");
@import url("product-ranking.css");

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.product-content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.product-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-content *:before,
.product-content *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-hero {
  background-color: #fff8f8;
}

.product-hero__inner {
  position: relative;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product-hero__inner {
    width: 100%;
    height: auto;
  }
}

.product-hero__item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

@media (max-width: 768px) {
  .product-hero__item {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
  }
}

.product-hero__item img {
  display: block;
}

@media (max-width: 768px) {
  .product-hero__item img {
    width: 100%;
    margin: 0;
  }
}

.product-nav {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product-nav {
    position: static;
    width: 100%;
  }
}

.product-nav__anchor {
  position: absolute;
  top: -142px;
}

@media (max-width: 768px) {
  .product-nav__anchor {
    top: 0;
  }
}

.product-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .product-nav__list {
    display: none;
  }
}

.product-nav__list > li {
  position: absolute;
}

.product-nav__item--1 {
  top: -142px;
  left: -30px;
}

.product-nav__item--2 {
  top: -102px;
  left: 147px;
}

.product-nav__item--3 {
  top: -62px;
  left: 324px;
}

.product-nav__item--4 {
  top: -62px;
  right: 324px;
}

.product-nav__item--5 {
  top: -102px;
  right: 147px;
}

.product-nav__item--6 {
  top: -142px;
  right: -30px;
}

.product-recommend {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .product-recommend {
    padding-bottom: 5px;
  }
}

.product-recommend--1 {
  padding-top: 168px;
  background-color: #fff8f8;
}

@media (max-width: 768px) {
  .product-recommend--1 {
    padding-top: 0;
  }
}

.product-recommend--2 {
  padding-top: 42px;
  background-color: #fffbf3;
}

@media (max-width: 768px) {
  .product-recommend--2 {
    padding-top: 0;
  }
}

.product-recommend--3 {
  padding-top: 40px;
  background-color: #effbff;
}

@media (max-width: 768px) {
  .product-recommend--3 {
    padding-top: 0;
  }
}

.product-recommend--4 {
  padding-top: 22px;
  background-color: #f1fbf8;
}

@media (max-width: 768px) {
  .product-recommend--4 {
    padding-top: 0;
  }
}

.product-recommend--5 {
  padding-top: 14px;
  background-color: #f5fced;
}

@media (max-width: 768px) {
  .product-recommend--5 {
    padding-top: 0;
  }
}

.product-recommend--6 {
  padding-top: 37px;
  background-color: #fbf6ff;
}

@media (max-width: 768px) {
  .product-recommend--6 {
    padding-top: 0;
  }
}

.product-recommend__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product-recommend__inner {
    width: 100%;
    padding: 20px 15px 25px;
  }
}

.product-recommend__inner > *:last-child {
  margin-bottom: 0;
}

.product-recommend__head {
  width: 1000px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .product-recommend__head {
    position: relative;
    width: 100%;
    height: 83px;
    margin: 0;
    background-image: url("../image/product-head-bg.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
  }

  .product-recommend__head:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }

  .product-recommend__head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
}

.product-recommend__head img {
  max-width: 100%;
  margin: 0;
  display: block;
}

@media (max-width: 768px) {
  .product-recommend__head img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .product-recommend__head--1 {
    background-color: #fe9797;
  }

  .product-recommend__head--1 img {
    width: 162px;
    height: 50px;
  }

  .product-recommend__head--1:before {
    top: 14px;
    left: 13px;
    width: 45px;
    height: 54px;
    background-image: url("../image/product-1-head-img.png");
  }

  .product-recommend__head--1:after {
    background-image: url("../image/product-1-head-open.png");
  }

  .product-recommend__head--1.is-open:after {
    background-image: url("../image/product-1-head-close.png");
  }
}

@media (max-width: 768px) {
  .product-recommend__head--2 {
    background-color: #f7ca6b;
  }

  .product-recommend__head--2 img {
    width: 162px;
    height: 50px;
  }

  .product-recommend__head--2:before {
    top: 13px;
    left: 14px;
    width: 45px;
    height: 55px;
    background-image: url("../image/product-2-head-img.png");
  }

  .product-recommend__head--2:after {
    background-image: url("../image/product-2-head-open.png");
  }

  .product-recommend__head--2.is-open:after {
    background-image: url("../image/product-2-head-close.png");
  }
}

@media (max-width: 768px) {
  .product-recommend__head--3 {
    background-color: #80cdea;
  }

  .product-recommend__head--3 img {
    width: 162px;
    height: 50px;
  }

  .product-recommend__head--3:before {
    top: 13px;
    left: 7px;
    width: 52px;
    height: 58px;
    background-image: url("../image/product-3-head-img.png");
  }

  .product-recommend__head--3:after {
    background-image: url("../image/product-3-head-open.png");
  }

  .product-recommend__head--3.is-open:after {
    background-image: url("../image/product-3-head-close.png");
  }
}

@media (max-width: 768px) {
  .product-recommend__head--4 {
    background-color: #78c9b3;
  }

  .product-recommend__head--4 img {
    width: 162px;
    height: 50px;
  }

  .product-recommend__head--4:before {
    top: 7px;
    left: 14px;
    width: 43px;
    height: 65px;
    background-image: url("../image/product-4-head-img.png");
  }

  .product-recommend__head--4:after {
    background-image: url("../image/product-4-head-open.png");
  }

  .product-recommend__head--4.is-open:after {
    background-image: url("../image/product-4-head-close.png");
  }
}

@media (max-width: 768px) {
  .product-recommend__head--5 {
    background-color: #add87f;
  }

  .product-recommend__head--5 img {
    width: 162px;
    height: 50px;
  }

  .product-recommend__head--5:before {
    top: 7px;
    left: 13px;
    width: 46px;
    height: 71px;
    background-image: url("../image/product-5-head-img.png");
  }

  .product-recommend__head--5:after {
    background-image: url("../image/product-5-head-open.png");
  }

  .product-recommend__head--5.is-open:after {
    background-image: url("../image/product-5-head-close.png");
  }
}

@media (max-width: 768px) {
  .product-recommend__head--6 {
    background-color: #c19ddf;
  }

  .product-recommend__head--6 img {
    width: 162px;
    height: 50px;
  }

  .product-recommend__head--6:before {
    top: 12px;
    left: 14px;
    width: 46px;
    height: 61px;
    background-image: url("../image/product-6-head-img.png");
  }

  .product-recommend__head--6:after {
    background-image: url("../image/product-6-head-open.png");
  }

  .product-recommend__head--6.is-open:after {
    background-image: url("../image/product-6-head-close.png");
  }
}

.product-grow {
  width: 840px;
  margin: 0 auto 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .product-grow {
    width: 100%;
    display: block;
    margin: 0 0 24px;
  }
}

.product-grow__head {
  width: 180px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .product-grow__head {
    width: 114px;
    margin: 0 auto 10px;
  }
}

.product-grow__head img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.product-grow__desc {
  min-height: 84px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #666;
}

@media (max-width: 768px) {
  .product-grow__desc {
    line-height: 1.5;
  }
}

.product-list {
  position: relative;
  margin-bottom: 60px;
  padding-top: 65px;
}

@media (max-width: 768px) {
  .product-list {
    padding-top: 0;
  }
}

.product-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url("../image/bg-012.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .product-list:before {
    content: none;
    display: none;
  }
}

.product-list > *:last-child {
  margin-bottom: 0;
}

.product-list__type {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .product-list__type {
    margin-bottom: 30px;
    display: block;
  }
}

.product-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 9px;
}

@media (max-width: 768px) {
  .product-list__head {
    width: 100%;
    margin: 0 0 15px;
    padding: 13px 0;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

.product-list__head--1 {
  color: #ff7676;
  background-color: #fff0f0;
}

.product-list__head--2 {
  color: #f7ca6b;
  background-color: #fff7e7;
}

.product-list__head--3 {
  color: #80cdea;
  background-color: #e1f8ff;
}

.product-list__head--4 {
  color: #78c9b3;
  background-color: #e6f7f2;
}

.product-list__head--5 {
  color: #add87f;
  background-color: #edfae1;
}

.product-list__head--6 {
  color: #c19ddf;
  background-color: #f4edf9;
}

.product-list__item {
  width: 100%;
  margin: -20px -10px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .product-list__item {
    width: auto;
    margin: -14px -7px 0;
  }
}

.product-list__item > li {
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .product-list__item > li {
    margin-top: 14px;
    padding: 0 7px;
  }
}

.product-list__item > li a {
  position: relative;
  width: 100%;
  min-height: 140px;
  padding: 20px 37px 20px 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 9px;
}

@media (max-width: 768px) {
  .product-list__item > li a {
    min-height: 0;
    padding: 135px 15px 12px;
  }
}

.product-list__item > li a:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .product-list__item > li a:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.product-list__item > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 16px;
  height: 16px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
}

@media (max-width: 768px) {
  .product-list__item > li a:after {
    content: none;
    display: none;
  }
}

.product-list__item > li a > *:last-child {
  margin-bottom: 0;
}

.product-list__name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #de0061;
}

@media (max-width: 768px) {
  .product-list__name {
    margin: 0 0 5px;
    font-size: 12px;
    text-align: center;
  }
}

.product-list__desc {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

@media (max-width: 768px) {
  .product-list__desc {
    margin: 0 0 5px;
    font-size: 12px;
  }
}

.product-list__notice {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

@media (max-width: 768px) {
  .product-list__notice {
    font-size: 10px;
  }
}

.product-list__note {
  font-size: 12px;
  line-height: 1.5;
  color: #ff3334;
}

@media (max-width: 768px) {
  .product-list__note {
    font-size: 10px;
  }
}

.product-rank {
  position: relative;
  padding: 47px 20px 49px;
  background-color: #fff;
  border-radius: 9px;
  z-index: 0;
}

@media (max-width: 768px) {
  .product-rank {
    padding: 34px 10px 32px;
  }
}

.product-rank:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 9px;
  z-index: -1;
}

.product-rank:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .product-rank:after {
    content: none;
    display: none;
  }
}

.product-rank--2:before {
  border: 2px dashed #fab31d;
}

.product-rank--2:after {
  top: -30px;
  right: 65px;
  width: 143px;
  height: 118px;
  background-image: url("../image/product-2-img-13.png");
}

@media (max-width: 768px) {
  .product-rank--2 .slick-dots > li button:before {
    border: 1px solid #f7ca6b;
    background-color: #fff;
  }

  .product-rank--2 .slick-dots > li.slick-active button:before {
    background-color: #f7ca6b;
  }
}

.product-rank--3:before {
  border: 2px dashed #80cdea;
}

.product-rank--3:after {
  top: 5px;
  right: 87px;
  width: 112px;
  height: 79px;
  background-image: url("../image/product-3-img-14.png");
}

@media (max-width: 768px) {
  .product-rank--3 .slick-dots > li button:before {
    border: 1px solid #80cdea;
    background-color: #fff;
  }

  .product-rank--3 .slick-dots > li.slick-active button:before {
    background-color: #80cdea;
  }
}

.product-rank--4:before {
  border: 2px dashed #78c9b3;
}

.product-rank--4:after {
  top: -13px;
  right: 94px;
  width: 76px;
  height: 103px;
  background-image: url("../image/product-4-img-14.png");
}

@media (max-width: 768px) {
  .product-rank--4 .slick-dots > li button:before {
    border: 1px solid #78c9b3;
    background-color: #fff;
  }

  .product-rank--4 .slick-dots > li.slick-active button:before {
    background-color: #78c9b3;
  }
}

.product-rank--5:before {
  border: 2px dashed #add87f;
}

.product-rank--5:after {
  top: -23px;
  right: 109px;
  width: 75px;
  height: 102px;
  background-image: url("../image/product-5-img-14.png");
}

@media (max-width: 768px) {
  .product-rank--5 .slick-dots > li button:before {
    border: 1px solid #add87f;
    background-color: #fff;
  }

  .product-rank--5 .slick-dots > li.slick-active button:before {
    background-color: #add87f;
  }
}

.product-rank--6:before {
  border: 2px dashed #c19ddf;
}

.product-rank--6:after {
  top: -33px;
  right: 78px;
  width: 137px;
  height: 119px;
  background-image: url("../image/product-6-img-12.png");
}

@media (max-width: 768px) {
  .product-rank--6 .slick-dots > li button:before {
    border: 1px solid #c19ddf;
    background-color: #fff;
  }

  .product-rank--6 .slick-dots > li.slick-active button:before {
    background-color: #c19ddf;
  }
}

.product-rank__head {
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .product-rank__head {
    width: 142px;
    margin: 0 auto 10px;
  }
}

.product-rank__head img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.product-rank__desc {
  text-align: center;
  margin: 0 0 20px;
  font-size: 12px;
}

.product-rank__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .product-rank__content {
    display: block;
  }
}

@media (max-width: 768px) {
  .product-rank__content.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    padding-bottom: 22px;
    overflow: hidden;
  }

  .product-rank__content.slick-slider .slick-list {
    position: relative;
  }

  .product-rank__content.slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-rank__content.slick-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-rank__content.slick-slider .slick-dots > li {
    margin: 0 2px;
  }

  .product-rank__content.slick-slider .slick-dots > li button {
    width: 10px;
    height: 10px;
    display: block;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  .product-rank__content.slick-slider .slick-dots > li button:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
  }
}

.product-rank__item {
  width: 275px;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .product-rank__item {
    width: 100%;
    margin: 0 10px;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .product-rank__item.slick-current {
    opacity: 1;
  }
}

.product-rank__title {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #666;
}

@media (max-width: 768px) {
  .product-rank__title {
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.product-rank__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url("../image/bg-012.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .product-rank__title:before {
    background-image: url("../image/bg-013.png");
  }
}

.product-rank__list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.product-rank__order {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-rank__order {
    margin: 0;
  }
}

.product-rank__order:last-child {
  margin-bottom: 0;
}

.product-rank__order:nth-child(1) a:before {
  background-image: url("../image/icon-rank-01.png");
}

@media (max-width: 768px) {
  .product-rank__order:nth-child(1) a:before {
    background-image: url("../image/icon-rank-011.png");
  }
}

.product-rank__order:nth-child(2) a:before {
  background-image: url("../image/icon-rank-02.png");
}

@media (max-width: 768px) {
  .product-rank__order:nth-child(2) a:before {
    background-image: url("../image/icon-rank-021.png");
  }
}

.product-rank__order:nth-child(3) a:before {
  background-image: url("../image/icon-rank-03.png");
}

@media (max-width: 768px) {
  .product-rank__order:nth-child(3) a:before {
    background-image: url("../image/icon-rank-031.png");
  }
}

.product-rank__order a {
  position: relative;
  min-height: 80px;
  padding-left: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .product-rank__order a {
    min-height: 75px;
    padding-left: 80px;
    font-size: 10px;
  }
}

.product-rank__order a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

@media (max-width: 768px) {
  .product-rank__order a:before {
    width: 15px;
    height: 26px;
  }
}

.product-rank__order a:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.product-rank__order a b {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .product-rank__order a b {
    font-size: 12px;
  }
}

.product-rank__note {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}

@media (max-width: 768px) {
  .product-rank__note {
    font-size: 10px;
  }
}
