@charset "UTF-8";
/* =============================================

商品をかごに入れる部分

============================================= */
.products-title {
  font-size: 32px;
  line-height: 1.25;
  font-feature-settings: "palt";
  font-weight: 700;
  color: #4a2a1d;
  margin-bottom: 10px;
}
.products-title small {
  font-size: 20px;
}

.select-lineup {
  background: #fff;
  margin-bottom: 35px;
  border-radius: 5px;
  overflow: hidden;
}
.select-lineup-head {
  font-weight: 500;
  padding: 10px;
  display: flex;
  align-items: center;
}
.select-lineup-head.--trial {
  background: #0085b1;
}
.select-lineup-head.--cycle {
  background: #a40000;
}
.select-lineup-head.--normal {
  background: #4a2a1d;
}
.select-lineup-head__name {
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
}
.select-lineup-head__rule {
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #fff;
}
.select-lineup-head__off {
  font-size: 26px;
  font-weight: 700;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.select-lineup-body {
  padding: 15px;
}
.select-lineup-body button {
  width: 218px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: opacity 0.5s;
}
.select-lineup-body button::after {
  content: "";
  background: #003118;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.select-lineup-body button:hover {
  opacity: 0.7;
}
.select-lineup-body button img {
  width: 100%;
}
.select-lineup-notice {
  font-size: 16px;
  line-height: 1.3125;
  font-feature-settings: "palt";
  margin-top: 20px;
}
.select-lineup__price {
  width: 100%;
  margin-bottom: 10px;
}
.select-lineup__price img {
  width: 100%;
}
.select-lineup-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.select-lineup-flex select {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background: #fff;
  width: 210px;
  height: 82px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.select-lineup-flex .select-lineup__price {
  width: 210px;
  margin-bottom: 0;
}
.select-lineup__choose {
  position: relative;
}
.select-lineup__choose::after {
  content: "＞";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(90deg);
  pointer-events: none;
}

.system > .txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* =============================================

商品基本情報

============================================= */
.info__catch {
  margin-bottom: 10px;
}
.info__catch img {
  width: 100%;
}
.info__subcopy {
  font-size: 24px;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.info__eyecatch {
  margin-bottom: 10px;
}
.info__eyecatch img {
  width: 100%;
}
.info__char {
  font-size: 16px;
  line-height: 1.3125;
  font-feature-settings: "palt";
  font-weight: 500;
  text-align: justify;
  margin-bottom: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  商品をかごに入れる部分

  ============================================= */
  .products-title {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }
  .products-title small {
    font-size: 2.6rem;
  }
  .select-lineup {
    margin-bottom: 4rem;
    border-radius: 1rem;
  }
  .select-lineup-head {
    padding: 10px;
  }
  .select-lineup-head__name {
    font-size: 4.4rem;
    color: #fff;
    margin-right: 10px;
  }
  .select-lineup-head__rule {
    font-size: 2rem;
  }
  .select-lineup-head__off {
    font-size: 3.8rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
  .select-lineup-body {
    padding: 3rem;
  }
  .select-lineup-body button {
    width: 30rem;
  }
  .select-lineup-body button::after {
    border-radius: 1.6rem;
    top: 1.6rem;
  }
  .select-lineup-notice {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
  .select-lineup__price {
    width: 100%;
    margin-bottom: 2rem;
  }
  .select-lineup-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .select-lineup-flex select {
    font-size: 3.2rem;
    width: 30rem;
    height: 11.2rem;
    padding: 2rem;
    border-radius: 1rem;
  }
  .select-lineup-flex .select-lineup__price {
    width: 30rem;
  }
  .select-lineup__choose::after {
    content: "＞";
    font-size: 3.2rem;
    top: calc(50% - 1.6rem);
    right: 2rem;
  }
  .system > .txt {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  /* =============================================

  商品基本情報

  ============================================= */
  .info__catch {
    margin-bottom: 2rem;
  }
  .info__subcopy {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .info__eyecatch {
    margin-bottom: 2rem;
  }
  .info__char {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=parts.css.map */