/*riset*/
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.pc_only {
  display: none;
}

.paragraph {
  color: #000;
  font-weight: 400;
}

.text-bold {
  font-weight: 500;
}

.base-button {
  padding: 2.86%;
  display: block;
  border-radius: 3px;
  color: #000;
  font-size: 3.73vw;
  text-align: center;
  border: 1PX solid #707070;
}

.checkbox-wrap input[type="checkbox"],
.checkbox-wrap input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  background: transparent;
}

.base-check-button {
  padding: 2.86%;
  display: block;
  border-radius: 3px;
  color: #fff;
  font-size: 3.73vw;
  text-align: center;
  border: 1PX solid #C3C3C3;
  background-color: #C3C3C3;
  cursor: pointer;
}

.checkbox-wrap input[type="checkbox"]:checked+.base-check-button,
.checkbox-wrap input[type="radio"]:checked+.base-check-button {
  background-color: #C9102F;
}

.checkbox-wrap input[type="checkbox"]:checked+.base-check-button span,
.checkbox-wrap input[type="radio"]:checked+.base-check-button span {
  padding-left: 2em;
  position: relative;
}

.checkbox-wrap input[type="checkbox"]:checked+.base-check-button span::after,
.checkbox-wrap input[type="radio"]:checked+.base-check-button span::after {
  content: '';
  width: 1em;
  height: 0.75em;
  display: block;
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_check.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.checkbox-wrap input[type="radio"]:checked {
  pointer-events: none;
}

.base-button.black {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

#air_sleep-tech {
  background-color: #F5F5F5;
}

.mv {
  width: 100%;
  padding: 6.4% 3.33%;
  background: no-repeat url(/ec/img/usr/freepage/sleep_tech_link/bg_mv_sp.jpg);
  background-size: 100% 100%;
}

.mv-logo {
  width: 100%;
}

.mv-text {
  margin-top: 5.33%;
}

.mv-text .paragraph {
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.64;
  text-align: center;
}

.mv-btn-area {
  margin-top: 5.33%;
}

.mv-btn-area a {
  width: 100%;
  display: block;
}

.app-information {
  margin-top: 5.33%;
  padding: 5.33%;
  background-color: #fff;
}

.app-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-weight: 500;
}

.app-title .logo-app {
  width: 24%;
  margin-right: 1.6%;
  max-width: 90px;
  display: inline-block;
}

.information-lists {
  display: flex;
  flex-wrap: wrap;
}

.information-item {
  margin-top: 3.73%;
}

.information-item.more-app {
  width: 100%;
}

.information-item.google {
  width: 53.86%;
  max-width: 168px;
}

.information-item.apple {
  width: 43.73%;
  max-width: 136px;
  margin-left: 2.41%;
}

.set-products {
  margin-top: 8%;
}

.set-inner {
  width: 100%;
  padding: 0 3.33%;
}

.set-product-wrapper {
  width: 100%;
  padding-bottom: 8.57%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5PX 16PX rgba(0, 0, 0, 0.16);
}

.set-title {
  padding: 1% 3.43%;
  display: inline-block;
  color: #fff;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
  font-weight: 500;
  background-color: #000;
  border-radius: 3px 0 3PX 0;
}

.main-product {
  width: 100%;
  max-width: 311px;
  margin: 5.71% auto 0;
}

.main-product-name {
  color: #000;
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  font-weight: 500;
}

.main-product-variation {
  margin-top: 2.89%;
  color: #000;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  font-weight: 400;
}

.main-product-image {
  width: 77.17%;
  max-width: 480px;
  margin: 5.71% auto 0;
}

.product-buy-information {
  margin-top: 5.71%;
}

.main-product-text {
  color: #000;
  font-size: 4.26vw;
  font-weight: 400;
}

.main-product-price {
  margin-top: 6.43%;
  color: #000;
  font-size: clamp(1.5rem, 0.975rem + 2.24vw, 2.375rem);
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.main-product-price>small {
  font-size: 0.5em;
}

.main-more-btn-area {
  margin-top: 6.43%;
}

.btn-experiance-area {
  margin-top: 3.22%;
}
.btn-experiance-area .base-button{
  width: 100%;
  color: #fff;
  background-color: #000;
}

.caution {
  margin-top: 3.22%;
  font-size: 3.73vw;
  font-weight: 400;
}

.set-add-title {
  margin-top: 9.65%;
  position: relative;
  text-align: center;
}

.set-add-title::before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, #3EBEAE 2px, transparent 4px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 50%;
  z-index: 0;

}

.set-add-title span {
  width: 43.09%;
  max-width: 268px;
  padding: 4px;
  color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  display: inline-block;
  background-color: #3EBEAE;
  border-radius: 18px;
  position: relative;
  z-index: 1;
}

.set-add-title+.main-product {
  margin-top: 9.65%;
}

.maker-link {
  margin-top: 3.22%;
}

.text-title {
  font-size: 3.2vw;
  color: #000;
  font-weight: 400;
}

.text-link {
  color: #1221D5;
  font-size: 3.2vw;
  text-decoration: underline;
}

.main-product-check {
  width: 100%;
  max-width: 311px;
  margin: 9.65% auto 0;
  padding-top: 6.43%;
  border-top: 1PX solid #DDDDDD;
}

.select-option {
  margin-top: 10.67%;
  padding: 10.67% 0;
  background-color: #FFF;

}

.option {
  margin-top: 10.67%;
}

.option,
.only-option {
  padding-bottom: 10.67%;
  position: relative;
}

.option::after,
.only-option:not(:last-of-type):after {
  content: '';
  width: calc(100% - 10.67%);
  height: 1px;
  background-color: #ddd;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-title {
  color: #000;
  font-size: clamp(1.5rem, 1.216rem + 1.21vw, 2.125rem);
  font-weight: 600;
  text-align: center;
}

.option-inner {
  padding: 0 3.33%;
}

.option-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.option-title {
  padding-top: 14.13%!important;
  color: #000;
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
  font-weight: 600;
  position: relative;
}

.option-title::before {
  content: '';
  width: 48px;
  height: 48px;
  display: block;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sheets .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_sheets.png);
}

#pillow .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_pillow.png);
}

#pillow-case .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_pillow-case.png);
}

#duvet .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_pillow.png);
}

#dry-sheets .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_pillow.png);
}

#healthyon .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_healthyon.png);
}

#comforter .option-title::before {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_comforter.png);
}

.option-name {
  margin-top: 2.67%;
  color: #000;
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  text-align: center;
}

.option-lead {
  width: 82.13%;
  margin: 2.67% auto 0;
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  text-align: center;
}

#duvet .option-lead {
  display: none;
}

#duvet .option-lead.is-active {
  display: block;
}

.option-content {
  margin-top: 5.71%;
}

.option-lead+.option-lists {
  margin-top: 5.71%;
}

.option-lists {
  width: 88.86%;
  margin: 0 auto;
}

.option-lists .slick-arrow {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  top: 35%;
  z-index: 10;
}

.option-lists .slick-arrow::before {
  content: none;
}

.option-lists .slick-prev {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_slick_prev.png);
  left: 0;
}

.option-lists .slick-next {
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_slick_next.png);
  right: 0;
}
button.slick-prev.slick-arrow.slick-disabled,
button.slick-next.slick-arrow.slick-disabled{
  visibility: hidden;
}

.option-lists {
  width: 88.86%;
  margin: 0 auto;
}

.option-lists-item {
  position: relative;
  z-index: 100;
}

.option-image {
  width: 100%;
  text-align: center;
}

.option-image img {
  width: 68.57%;
  height: auto;
  margin: 0 auto;
}

.option-detail {
  margin-top: 6.43%;
  display: flex;
  justify-content: space-between;
}

.option-variation {
  color: #000;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
}

.option-price {
  color: #000;
  font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
  font-weight: 600;
}

.option-price small {
  font-size: 0.75em;
  font-weight: 400;
}

.option-btn-area {
  margin-top: 6.43%;
  display: flex;
  justify-content: space-between;
}

.option-btn-area .base-button {
  width: 47.91%;
  max-width: 298px;
}

.option-btn-area .checkbox-wrap {
  width: 47.91%;
  max-width: 298px;
}

.option-btn-area .base-check-button {
  width: 100%;
  padding: 6.71%;
}

.slick-list {
  pointer-events: none;
}

.option-card .base-button,
.option-card .base-check-button {
  pointer-events: auto;
}


.fixed-content {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  background-color: #000;
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0;
}


.select-product-lists {
  margin-left: -1.29%;
  padding: 2.13% 3.33%;
  display: flex;
}

.select-product-item {
  width: calc(100% / 9 - 1.29%);
  margin-left: 1.29%;
}

.select-icon {
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 50%;
  background-color: #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-icon>img {
  display: block;
}

.select-icon.is-selected {
  background-color: #C91031;
}

.buy-infomation {
  padding: 2.71% 3.33% 1.71%;
}

.buy-infomation-top {
  display: flex;
}

.total-price-content {
  color: #fff;
}

.total-price-content {
  /* width: 39.43%; */
  max-width: 276px;
}


.total-price-title {
  font-size: clamp(0.75rem, 0.523rem + 0.97vw, 1.25rem);
}

.total-price {
  font-size: clamp(1.125rem, 0.557rem + 2.42vw, 2.375rem);
}

.total-price small {
  font-size: 0.66em;
}

.installment-payment {
  width: 57.71%;
  margin-top: -33px;
  margin-left: 2.86%;
}

.installment-payment-lead {
  padding: 2.83% 7.02%;
  color: #fff;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  text-align: center;
  background-color: #D7053C;
  position: relative;
}

.installment-payment-lead::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 21px solid #d7053c;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.installment-payment-lead a{
  color: #fff;
}

.installment-payment-simulation,
.installment-payment-simulation-price {
  color: #fff;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
}

.installment-payment-simulation {
  margin-top: 2.48%;
}

.buy-infomation-bottom {
  margin-top: 10px;
  display: flex;
}

.breakdown {
  width: 25.71%;
  max-width: 180px;
  flex-shrink: 1;
}

.breakdown .base-button {
  padding: 8.89%;
  color: #000;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.51);
  background-color: #fff;
  position: relative;
}

.breakdown .base-button.is-active {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #ddd;
}

.breakdown .navi-bar {
  width: 16px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
}

.breakdown .navi-bar::before,
.breakdown .navi-bar:after {
  content: '';
  width: 16px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
}

.breakdown .navi-bar::before {
  top: calc(50% - 6px);
}

.breakdown .navi-bar::after {
  top: calc(50% + 4px);
}

.breakdown .base-button.is-active .navi-bar {
  background-color: transparent;
}

.breakdown .base-button.is-active .navi-bar::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.breakdown .base-button.is-active .navi-bar::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.breakdown .base-button .accordion-button-text {
  padding-left: 31.11%;
}

.breakdown-content {
  width: 100vw;
  max-width: calc(100vw - 27.78%);
  max-height: 50vw;
  padding: 33.33% 22.22%;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  position: relative;
  display: none;
  overflow-y: scroll;
}

.breakdown-content.is-open {
  display: block;
}

.breakdown-product:not(:first-of-type) {
  margin-top: 5.56%;
  padding-top: 5.56%;
  border-top: 1px solid #ddd;
}

.breakdown-product-name {
  color: #000;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  font-weight: 600;
}

.breakdown-product-detail {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.breakdown-product-variation {
  color: #000;
  font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
}

.breakdown-product-price {
  color: #000;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  font-weight: 600;
}

.breakdown-product-price small {
  font-size: 0.7em;
}

.cart-btn-area {
  width: 100%;
  margin-left: 5.43%;
}

.cart-btn-area .cart-btn {
  padding: 2.49%;
  color: #fff;
  display: block;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  text-align: center;
  background-color: #B5A36B;
  border-radius: 20px;
}

.cart-btn-area .cart-btn span {
  padding-left: 9.13%;
  position: relative;
}

.cart-btn-area .cart-btn span::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/ec/img/usr/freepage/sleep_tech_link/icon_cart.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 9001;
}

.modal.is-open {
  display: block;
}

.modal-close-button {
  width: 5.07%;
  height: 5.07%;
  max-width: 38px;
  max-height: 38px;
  padding: 0;
  color: transparent;
  background-color: unset;
  border: none;
  position: absolute;
  top: 12%;
  right: 8.53%;
  appearance: unset;
}

.modal-content {
  width: 83.07%;
  max-width: 623px;
  padding: 12.84% 11.24%;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;


}

.modal-title {
  color: #000;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  font-weight: 600;
  text-align: center;
}

.subscription-logo {
  margin-top: 6.42%;
}

.modal-text {
  margin-top: 6.42%;
}

.modal-btn {
  margin-top: 12.84%;
}

.modal-btn .base-button {
  color: #fff;
  border-color: #D7053C;
  background-color: #D7053C;
}


@media screen and (min-width:768px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .base-button {
    padding: 12px;
    font-size: 14px;
    cursor: pointer;
  }
  .base-button:not(.js-accordion):hover{
    background-color: #000;
    color: #fff;
    transition: 0.3 all ease-in;
  }

  .base-check-button {
    font-size: 14px;
    padding: 12px;
  }

  .option-btn-area .base-check-button {
    padding: 12px;
  }

  .checkbox-wrap input[type="checkbox"]:checked+.base-check-button span,
  .checkbox-wrap input[type="radio"]:checked+.base-check-button span {
    padding-left: 1.5em;
  }

  .mv {
    padding: 40px;
    background: no-repeat url(/ec/img/usr/freepage/sleep_tech_link/bg_mv.png);
    background-size: cover;
  }

  .mv-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .mv-text {
    margin-top: 20px;
  }

  .mv-btn-area {
    margin: 20px auto 0;
    text-align: center;
  }

  .mv-btn-area a img {
    width: 24%;
    max-width: 288px;
  }

  .app-information {
    max-width: 650px;
    margin: 20px auto;
    padding: 10px 20px 20px;
  }

  .information-lists {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 16px;
  }

  .information-item {
    margin-top: 0;
  }

  .information-item.more-app {
    max-width: 288px;
  }

  .information-item.google {
    margin-left: 20px;
  }

  .information-item.apple {
    margin-left: 10px;
  }

  .set-products {
    margin-top: 60px;
  }

  .set-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .set-product-wrapper {
    padding-bottom: 80px;
  }

  .main-product {
    padding: 0 40px;
    max-width: unset;
    display: flex;
  }

  .main-product-image {
    width: 28.84%;
    max-width: 323px;
    margin-top: 0;
  }

  .main-product-detail {
    width: 67.59%;
    margin-left: 40px;
  }

  .main-product-detail-top {
    display: flex;
    justify-content: space-between;
  }

  .main-product-variation {
    margin-top: 12px;
  }

  .main-product-text {
    margin-top: 40px;
    font-size: 16px;
  }

  .product-buy-information {
    width: 33.69%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .main-product-detail-bottom {
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
  }

  .btn-experiance-area {
    margin-top: 0;
  }

  .btn-experiance-area .base-button {
    width: 380px;
    padding: 12px;
    color: #fff;
    background-color: #000;
  }
  .btn-experiance-area .base-button:hover{
    opacity: 0.8;
    transition: 0.3 opacity ease-in;
  }

  .caution {
    margin: 0 0 0 20px;
    font-size: 14px;
  }

  .set-add-title {
    margin-top: 10px;
  }

  .set-add-title span {
    padding: 8px 29px;
    border-radius: 24px;
  }

  .text-title {
    font-size: 12px;
    text-align: right;
  }

  .text-link {
    font-size: 12px;
    text-align: right;
    display: block;
  }

  .main-product-check {
    max-width: calc(1200px - 80px);
    margin-top: 15px;
    padding-top: 30px;
  }
  .main-product-check .base-check-button{
    max-width: 480px;
    margin: 0 auto;
  }

  .fixed-content {
    padding: 30px;
    flex-direction: column;
  }

  .fixed-content-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .select-product-lists {
    margin: -54px 0 0 -8px;
    padding: 0;
  }

  .select-product-item {
    width: 48px;
    margin-left: 8px;
  }

  .buy-infomation {
    margin-top: 25px;
    padding: 0;
    display: flex;
  }

  .buy-infomation-left {
    width: 50%;
    display: flex;
    align-items: baseline;
  }

  .breakdown {
    width: 98px;
  }

  .total-price-content {
    width: auto;
    max-width: unset;
    margin-left: 18px;
    display: flex;
    align-items: baseline;
  }

  .total-price-title {
    flex-shrink: 0;
  }

  .total-price {
    flex-shrink: 0;
  }

  .total-price small {
    font-size: 16px;
  }

  .buy-infomation-right {
    width: 50%;
    display: flex;
  }

  .installment-payment {
    width: auto;
  }

  .installment-payment-simulation {
    margin-top: 20px;
    white-space: nowrap;
  }

  .cart-btn-area {
    width: 48%;
    max-width: 240px;
    margin-left: 20px;
  }

  .cart-btn-area .cart-btn {
    width: 100%;
    padding: 15px 24px;
    border-radius: 28px;
  }

  .cart-btn-area .cart-btn span {
    padding-left: 28px;
  }

  .select-option {
    margin-top: 60px;
    padding: 80px 0 40px;
  }

  .option-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  .option,
  .only-option {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .option-title {
    padding-top: 76px !important;
  }

  .option-title::before {
    width: 68px;
    height: 68px;
  }

  .option-name {
    margin-top: 14px;
  }

  .option-lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -20px;
  }

  .option-lists.col3 .option-lists-item {
    width: calc(100% / 3 - 20px);
    margin: 60px 0 0 20px;
  }

  .option-lead {
    margin-top: 14px;
  }

  .option-content {
    margin-top: 40px;
  }

  #pillow .option-content {
    width: 100%;
    max-width: 740px;
    margin: 40px auto 0;
  }

  .option-lists.col2 {
    margin: -40px 0 0 -60px;
  }

  .option-lists.col2 .option-lists-item {
    width: calc(100% / 2 - 60px);
    margin: 40px 0 0 60px;
  }

  #duvet .option-lead {
    display: block;
  }

  .option-lead {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .option-lead+.option-lists {
    margin-top: -20px;
  }

  .option-lists+.option-lead {
    margin-top: 60px;
  }

  .option-image img {
    width: 100%;
  }

  .only-option-content {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }

  .only-option-content .option {
    width: calc(100% / 2 - 40px);
    margin: 40px 0 0 40px;
  }

  .only-option-content .option-title-wrap {
    align-items: flex-start;
  }

  .only-option-content .option-title {
    padding: 0 0 0 76px!important;
    line-height: 68px;
  }

  .only-option-content .option-title::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .only-option-content .option-name {
    margin-top: 12px;
  }

  .only-option-content .option-lead {
    text-align: left;
  }

  .only-option-content .option-lists {
    margin-top: 0;
  }

  .only-option-content .option-lists-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .only-option-content .option::after {
    content: none;
  }

  .breakdown-content {
    max-width: 50vw;
    min-width: 1000px;
    max-height: 200px;
    padding: 20px;
  }

  .breakdown-product:not(:first-of-type) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .modal-content{
    width: 100%;
    max-width: 1000px;
    padding: 60px;
  }
  .subscription-logo{
    width: 28%;
    max-width: 280px;
    margin: 40px auto 0;
  }
  .modal-text{
    width: 48%;
    max-width: 480px;
    margin: 40px auto 0;
  }
  .modal-btn{
    width: 46%;
    max-width: 460px;
    margin: 40px auto 0;
  }
  .modal-close-button{
    top: calc(50% - 310px);
    right: calc((100% - 1000px) / 2);
  }
}