@charset "utf-8";

/*
==============
products.css
==============
*/

/* -----------------
■ sticky-wrap
------------------- */
.sticky-wrap {
  display: flex;
  align-items: flex-start;
  padding: 169px 20px 0;
}

.sticky__left {
  position: sticky;
  flex-shrink: 0;
  top: 169px;
  width: 50%;
  text-align: center;
}

.sticky__right {
  max-width: 617px;
}


@media screen and (max-width: 767px)
{
  .sticky-wrap {
    display: block;
    padding: calc(73 / var(--customW)) calc(20 / var(--customW)) 0;
  }

  .sticky__left {
    position: static;
    width: calc(343 / var(--customW));
    margin: 0 auto;
  }

  .sticky__right {
    width: calc(341 / var(--customW));
    margin: 30px auto 0;
  }

} /* media end */




/* -----------------
■ product-detail
------------------- */
.product-detail__head {
  color: var(--color-blue);
}

.product-detail__head-name {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.4;
}

.product-detail__head-capacity {
  margin-top: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.product-detail__body {
  margin-top: 32px;
}

.product-detail__body-category {
  color: var(--color-gold);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.product-detail__body-title {
  margin-top: 15px;
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.product-detail__body-text {
  margin-top: 24px;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 2;
}

.product-detail__body-text sup {
  font-size: 13px;
  vertical-align: text-bottom;
}

.product-detail__body-note {
  margin-top: 15px;
  color: var(--primary-color);
  font-size: 13px;
  line-height: 1.53;
}

.product-detail__body-note span {
  display: inline-block;
  text-indent: 1.3em;
}


@media screen and (max-width: 767px)
{
  .product-detail__head-name {
    font-size: calc(24 / var(--customW));
    line-height: 1.3;
  }

  .product-detail__head-capacity {
    margin-top: calc(6 / var(--customW));
    font-size: calc(16 / var(--customW));
  }

  .product-detail__body {
    margin-top: calc(24 / var(--customW));
  }

  .product-detail__body-category {
    font-size: calc(16 / var(--customW));
  }

  .product-detail__body-title {
    margin-top: calc(10 / var(--customW));
    font-size: calc(18 / var(--customW));
  }

  .product-detail__body-text {
    margin-top: calc(15 / var(--customW));
    font-size: calc(14 / var(--customW));
  }

  .product-detail__body-text sup {
    font-size: calc(10 / var(--customW));
  }

  .product-detail__body-note {
    margin-top: calc(11 / var(--customW));
    font-size: calc(12 / var(--customW));
  }

  .product-detail__body-note span {
    display: inline-block;
    text-indent: 0;
  }

} /* media end */




/* -----------------
■ product-info
------------------- */
.product-info {
  margin-top: 78px;
  padding: 41px;
  background-color: rgba(255,255,255,0.5);
}

.product-info__item:nth-of-type(n+2) {
  margin-top: 60px;
}

.product-info__item-title {
  padding: 14px 0 10px;
  color: var(--color-blue);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
}

.product-info__item-text {
  position: relative;
  margin-top: 33px;
  color: var(--color-blue);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.product-info__item-text::before,
.product-info__item-text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  vertical-align: middle;
  background-color: var(--color-blue);
}

.product-info__item-text::before {
  transform: rotate(45deg);
}

.product-info__item-text::after {
  transform: rotate(-45deg);
}

.product-info__item-list {
  margin-top: 38px;
}

.product-info__item-text + .product-info__item-list {
  margin-top: 20px;
}

.product-info__item-list-item {
  padding-left: 24px;
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  background: url(../img/common/icon_menu_arrow.svg) no-repeat 0 4px;
}

.product-info__item-list-item:nth-of-type(n+2) {
  margin-top: 21px;
}


/* circle */
.product-info__item-circle {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin-top: 38px;
}

.product-info__item-circle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 155px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-blue);
}


/* box */
.product-info__item-box {
  margin-top: 35px;
}

.product-info__item-box:nth-of-type(n+2) {
  margin-top: 41px;
}

.product-info__item-box-title {
  padding-bottom: 6px;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #51A8CA;
}

.product-info__item-box-title span {
  font-size: 16px;
}

.product-info__item-box-column {
  display: flex;
  gap: 0 26px;
  padding: 17px 0 0;
}

.product-info__item-box-left {
  flex-shrink: 0;
  padding-top: 6px;
}

.product-info__item-box-text {
  padding-left: 12px;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 1.5;
  background: url(../img/common/icon_menu_arrow.svg) no-repeat 0 5px;
}

.product-info__item-box-dl {
  margin: 14px 0 0;
}

.product-info__item-box-dl:nth-of-type(n+2) {
  margin-top: 18px;
}

.product-info__item-box-dl-title {
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.83;
  text-align: center;
  border-radius: 30px;
}

.c-bg-blue {
  background-color: var(--color-blue);
}

.c-bg-gold {
  background-color: var(--color-gold);
}

.product-info__item-box-dl-text {
  margin-top: 7px;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 1.42;
}

.product__note {
  margin-top: 10px;
  color: var(--primary-color);
  font-size: 13px;
  line-height: 1;
  text-align: right;
}


@media screen and (max-width: 767px)
{
  .product-info {
    margin-top: calc(47 / var(--customW));
    padding: calc(24 / var(--customW)) calc(18 / var(--customW)) calc(20 / var(--customW));
  }

  .product-info__item:nth-of-type(n+2) {
    margin-top: calc(42 / var(--customW));
  }

  .product-info__item-title {
    padding: calc(11 / var(--customW)) 0 calc(8 / var(--customW));
    font-size: calc(20 / var(--customW));
    border-radius: calc(30 / var(--customW));
  }

  .product-info__item-text {
    margin-top: calc(24 / var(--customW));
    font-size: calc(14 / var(--customW));
  }

  .product-info__item-text::before,
  .product-info__item-text::after {
    width: calc(18 / var(--customW));
    height: 2px;
  }

  .product-info__item-list {
    margin-top: calc(19 / var(--customW));
  }

  .product-info__item-text + .product-info__item-list {
    margin-top: calc(15 / var(--customW));
  }

  .product-info__item-list-item {
    padding-left: calc(13 / var(--customW));
    font-size: calc(14 / var(--customW));
    line-height: 1.4;
    background-size: calc(6 / var(--customW)) auto;
    background-position: 0px calc(4 / var(--customW));
  }

  .product-info__item-list-item:nth-of-type(n+2) {
    margin-top: calc(11 / var(--customW));
  }


  /* circle */
  .product-info__item-circle {
    gap: 0 calc(11 / var(--customW));
    margin-top: calc(19 / var(--customW));
  }

  .product-info__item-circle-item {
    width: calc(93 / var(--customW));
    height: calc(93 / var(--customW));
    font-size: calc(12 / var(--customW));
    line-height: 1.3;
  }


  /* box */
  .product-info__item-box {
    margin-top: calc(19 / var(--customW));
  }

  .product-info__item-box:nth-of-type(n+2) {
    margin-top: calc(21 / var(--customW));
  }

  .product-info__item-box-title {
    padding-bottom: calc(2 / var(--customW));
    font-size: calc(16 / var(--customW));
  }

  .product-info__item-box-title span {
    font-size: calc(14 / var(--customW));
  }

  .product-info__item-box-column {
    display: block;
    padding: calc(18 / var(--customW)) 0 0;
  }

  .product-info__item-box-left {
    padding-top: 0;
  }

  .product-info__item-box-right {
    margin-top: calc(13 / var(--customW));
  }

  .product-info__item-box-text {
    padding-left: calc(13 / var(--customW));
    font-size: calc(14 / var(--customW));
    background-position-y: calc(4 / var(--customW));
    background-size: calc(6 / var(--customW)) auto;
  }

  .product-info__item-box-dl {
    margin: calc(15 / var(--customW)) 0 0;
  }

  .product-info__item-box-dl:nth-of-type(n+2) {
    margin-top: calc(10 / var(--customW));
  }

  .product-info__item-box-dl-title {
    padding: 0 calc(12 / var(--customW));
    font-size: calc(12 / var(--customW));
    border-radius: calc(30 / var(--customW));
  }

  .product-info__item-box-dl-text {
    margin-top: calc(8 / var(--customW));
    font-size: calc(14 / var(--customW));
  }

  .product__note {
    margin-top: calc(10 / var(--customW));
    font-size: calc(12 / var(--customW));
  }

} /* media end */





/* -----------------
■ lineup
------------------- */
.lineup {
  max-width: 1234px;
  margin: 100px auto 0;
  padding: 0 20px 156px;
}

.lineup__title {
  color: var(--color-blue);
  font-size: 48px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

.lineup__list {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.lineup__list-item {
  width: 286px;
  padding: 35px 0 18px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.lineup__list-item-title {
  color: var(--color-blue);
  font-size: clamp(14px, 1.323vw, 20px);
  font-weight: bold;
  line-height: 1.25;
}

.lineup__list-item-title--one {
  line-height: 2.5;
}

.lineup__list-item-text {
  margin-top: 10px;
  color: var(--color-gold);
  font-size: clamp(12px, 0.926vw, 14px);
  font-weight: bold;
  line-height: 1.4;
}

.lineup__list-item-img {
  margin-top: 50px;
}

.lineup__list-item-btn {
  margin: 30px auto 0;
}


@media screen and (max-width: 767px)
{
  .lineup {
    width: calc(341 / var(--customW));
    margin: calc(77 / var(--customW)) auto 0;
    padding: 0 0 calc(120 / var(--customW));
  }

  .lineup__title {
    font-size: calc(32 / var(--customW));
  }

  .lineup__list {
    flex-wrap: wrap;
    gap: calc(11 / var(--customW));
    margin-top: calc(28 / var(--customW));
  }

  .lineup__list-item {
    width: calc(164 / var(--customW));
    padding: calc(26 / var(--customW)) 0 calc(12 / var(--customW));
  }

  .lineup__list-item-title {
    font-size: calc(14 / var(--customW));
    line-height: 1.4;
  }

  .lineup__list-item-text {
    margin-top: calc(8 / var(--customW));
    font-size: calc(14 / var(--customW));
  }

  .lineup__list-item-img {
    margin-top: calc(20 / var(--customW));
  }

  .lineup__list-item-btn {
    width: calc(140 / var(--customW));
    margin: calc(16 / var(--customW)) auto 0;
  }

} /* media end */









