@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
.section {
  max-width: 1032rem;
  margin: 40rem auto;
}
@media (max-width: 768px) {
  .section {
    width: 86%;
  }
}
.section__heading2 {
  text-align: left;
}
.section__heading2 .heading2__en {
  font-family: "impact", "zen-kaku-gothic-new", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 50rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ff3434;
  letter-spacing: 1.5rem;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .section__heading2 .heading2__en {
    font-size: 40rem;
  }
}
.section__heading2 .heading2__ja {
  display: inline-block;
  margin-left: 10rem;
  font-size: 22rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #251e1c;
  letter-spacing: 0.66rem;
  transform: translateY(-6rem);
}
@media (max-width: 768px) {
  .section__heading2 .heading2__ja {
    font-size: 18rem;
  }
}
.section__heading-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section__heading-wrap {
    flex-wrap: wrap;
    gap: 20rem 0;
  }
}
.section__button {
  display: flex;
  gap: 10rem;
  align-items: center;
  font-size: 16rem;
  font-weight: 700;
  color: #ff3434;
}
@media (max-width: 768px) {
  .section__button {
    font-size: 12rem;
  }
}
.section__button .section__button-icon {
  width: 18rem;
}
@media (max-width: 768px) {
  .section__button .section__button-icon {
    width: 15rem;
  }
}

.delivery {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 5rem 0 15rem;
  margin: 25rem auto 0;
  border-top: 0.5px solid #251e1c;
  border-bottom: 0.5px solid #251e1c;
}
@media (max-width: 768px) {
  .delivery {
    flex-wrap: wrap;
    gap: 15rem 0;
    align-items: center;
    justify-content: center;
    padding: 20rem 50rem;
  }
}
.delivery__large {
  font-size: 11rem;
  font-weight: 700;
}
.delivery__time {
  margin: 0 5rem;
  font-family: "impact", "zen-kaku-gothic-new", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", meiryo, sans-serif;
  font-size: 21rem;
  color: #ff3434;
  transform: translateY(5rem);
}
@media (max-width: 768px) {
  .delivery__time {
    transform: translateY(0);
  }
}
.delivery__small {
  font-size: 11rem;
  font-weight: 500;
}
.delivery__icon {
  width: 27rem;
  transform: translateY(5rem);
}
@media (max-width: 768px) {
  .delivery__icon {
    transform: translateY(0);
  }
}

.order-points {
  display: flex;
  gap: 18rem;
  margin: 25rem auto;
}
@media (max-width: 768px) {
  .order-points {
    flex-wrap: wrap;
    gap: 10rem;
  }
}
.order-points__item {
  flex: 1;
  overflow: hidden;
  line-height: 0;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .order-points__item {
    flex: unset;
    flex-basis: calc(50% - 5rem);
  }
}

.section__flow-wrap {
  display: flex;
  gap: 12rem;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .section__flow-wrap {
    flex-direction: column;
  }
}
.section__flow-arrow {
  width: 18rem;
  height: max-content;
}
@media (max-width: 768px) {
  .section__flow-arrow {
    transform: rotate(90deg);
  }
}
.section__flow-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174rem;
  height: 110rem;
  font-size: 20rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.04em;
  background: #f4f4f4;
  border-radius: 10rem;
}
@media (max-width: 768px) {
  .section__flow-item {
    width: 100%;
    height: 90rem;
  }
}

.section__product-info-item {
  display: flex;
  gap: 28rem;
  align-items: center;
  justify-content: center;
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .section__product-info-item {
    flex-direction: column;
    gap: 15rem;
    margin-top: 30rem;
  }
}
.section__product-info-item-title {
  margin-bottom: 10rem;
  font-size: 20rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.04em;
}
.section__product-info-item-text {
  font-size: 14rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
@media (max-width: 768px) {
  .section__product-info-item-text {
    font-size: 13rem;
  }
}
.section__product-info-item-img {
  width: 300rem;
}
@media (max-width: 768px) {
  .section__product-info-item-img {
    width: 100%;
  }
}
.section__product-info-item-content {
  flex: 1;
}

.main-order-info {
  display: flex;
  gap: 40rem;
  max-width: 1035rem;
  padding: 0 20rem;
  margin: 140rem auto 35rem;
}
@media (max-width: 768px) {
  .main-order-info {
    flex-direction: column;
    width: 86%;
    padding: 0;
    margin: 80rem auto 40rem;
  }
}

.main-order-info__images {
  width: 485rem;
}
@media (max-width: 768px) {
  .main-order-info__images {
    width: 100%;
  }
}

.main-order-info__image-figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #f8f8f8;
}
.main-order-info__image-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.main-order-info__content {
  flex: 1;
  margin: 0 auto;
}

.main-order-info__content-title {
  display: block;
  margin-bottom: 10rem;
  font-size: 30rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left;
}
.main-order-info__content-title .sama {
  margin-left: 5rem;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #251e1c;
}
@media (max-width: 768px) {
  .main-order-info__content-title {
    margin-bottom: 20rem;
  }
}
@media (max-width: 768px) {
  .main-order-info__content-title {
    font-size: 20rem;
  }
}

.main-order-link-container {
  display: flex;
  gap: 20rem;
  align-items: center;
  margin: 30rem auto 20rem 0;
}

.line-link,
.main-order-info__simulator-link {
  display: block;
  width: 190rem;
}

.main-order-info__price-row {
  display: flex;
  gap: 10rem;
  align-items: center;
}

.main-order-info__price-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 29rem;
  padding: 0 10rem;
  font-size: 14rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background: #251e1c;
  border-radius: 4rem;
}
@media (max-width: 768px) {
  .main-order-info__price-title {
    font-size: 12rem;
  }
}

.main-order-info__price-value {
  display: inline-block;
  font-size: 38rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #251e1c;
  letter-spacing: 0.295rem;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #251e1c;
}
@media (max-width: 768px) {
  .main-order-info__price-value {
    font-size: 30rem;
  }
}

.main-order-info__price-yen {
  font-size: 27rem;
}

.main-order-info__price-tax {
  display: inline-block;
  font-size: 12rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #251e1c;
  letter-spacing: 1.32rem;
}

.order-points {
  max-width: 1035rem;
  margin: 0 auto 70rem;
}
@media (max-width: 768px) {
  .order-points {
    width: 86%;
  }
}

.delivery-text {
  display: block;
  margin-top: 10rem;
  font-size: 9rem;
  font-style: normal;
  font-weight: 400;
  color: #666;
  text-align: left;
  letter-spacing: 0.09rem;
}

.warning-text {
  display: block;
  margin-top: 10rem;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #666;
  text-align: left;
  letter-spacing: 0.09rem;
}

/*# sourceMappingURL=order-info.css.map */
