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

  詳細ページ

=========================================== */
/*====================================
  PC表示設定
====================================*/
@media print, screen and (min-width:801px) {
  body {
    min-width: calc(var(--content-w) + var(--content-space) * 2);
  }
}
* {
  box-sizing: border-box;
}

.item-custom__itemlist {
  margin-top: 78px;
}

.item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 100px;
}

/*=================================
  左カラム
=================================*/
.item-left-wrap {
  min-width: 623px;
  max-width: 623px;
}

.item-mv {
  width: 100%;
  margin-bottom: 23px;
}

.item-mv img {
  width: 100%;
  height: auto;
}

.item-thumbnail-container {
  position: relative;
  width: 100%;
  margin-bottom: 54px;
}

.item-thumbnail-inner {
  width: 594px;
  height: 65px;
}

.item-thumbnail-prev,
.item-thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #111;
  box-shadow: none;
  cursor: pointer;
}

.item-thumbnail-prev {
  left: 0px;
}

.item-thumbnail-next {
  right: 0px;
}

.no-nav .item-thumbnail-next,
.no-nav .item-thumbnail-prev {
  display: none;
}

.item-thumbnail {
  display: flex;
}

.item-thumbnail li {
  width: 86px;
  border: 1px solid #ccc;
}

.pisi-head-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d5db;
}

.pisi-head-tabs-list {
  display: flex;
  align-items: flex-end;
  padding: 0 18px;
  margin-bottom: -1px;
}

.pisi-head-tabs-list li {
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
}

.pisi-head-tabs-list .selected a {
  color: #333;
  font-weight: bold;
  border-top: 1px solid #d7dae0;
  border-left: 1px solid #d7dae0;
  border-right: 1px solid #d7dae0;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.pisi-head-tabs-list a {
  display: block;
  height: 42px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  border-bottom: 1px solid #d7dae0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f3f4f6;
}

.pisi-head-tabs-list a:hover {
  text-decoration: none;
  color: #333;
}

.pisi-head-tabs-list .selected a:hover {
  text-decoration: none;
  opacity: 1;
}

.pisi-panel-area_wrap {
  display: none;
}

.pisi-panel-area .active {
  display: block;
}

/*=================================
  カラー
=================================*/
.pisi-color_ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.pisi-color-body {
  margin-bottom: 15px;
}

.pisi-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7px;
}

.pisi-color-list li {
  width: 94px;
}

.pisi-color_img {
  margin-bottom: 12px;
}

.pisi-color_img img {
  width: 100%;
  height: auto;
}

.color_name {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 1.3;
  text-align: justify;
}

/*=================================
  スペック
=================================*/
.pisi-head-spec_ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.pisi-head-spec-table {
  width: 100%;
  font-size: 14px;
}

.pisi-head-spec-table th, .pisi-head-spec-table td {
  background-color: #fff;
  border-bottom: 1px solid #e4e8eb;
}

.pisi-head-spec-table th {
  width: 131px;
  padding: 12px 16px 12px 0;
}

.pisi-head-spec-table td {
  padding: 12px 16px;
}

/*=================================
  右カラム
=================================*/
.item-hd {
  margin: 16px 0 32px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

.item-description {
  margin-bottom: 24px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}

.item-sale {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 6px;
}
.item-sale .red {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 9px;
  color: #fff;
  font-family: "Futura PT", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-radius: 3px;
  background-color: var(--wn-red);
}
.item-sale .red.--02 {
  font-size: 18px;
}
.item-sale .plus {
  margin: 0 5px;
  color: var(--wn-red);
  font-size: 24px;
  font-weight: 600;
}

.item-price {
  margin-bottom: 6px;
  color: var(--wn-red);
  font-family: "Futura PT", "Inter", Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  text-align: end;
}
.item-price .tax {
  margin-right: 8px;
  font-size: 16px;
}
.item-price .yen {
  margin-left: 8px;
  font-size: 18px;
}

.item-price_txt {
  margin-bottom: 38px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 400;
  text-align: end;
}

.item-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
}
.item-buttons .item-sim-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  text-align: center;
  transition: background-color 0.3s;
  border: 2px solid var(--wn-green);
  border-radius: 999px;
}
.item-buttons .item-sim-btn_txt-main {
  color: var(--wn-green);
  font-size: 20px;
  font-weight: 700;
}
.item-buttons .item-sim-btn_txt-sub {
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}
.item-buttons .btn-primary_content {
  padding-left: 16px;
}
.item-buttons .item-sim-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54px;
  transform: translateY(-50%);
  width: 34px;
  height: 40px;
  background-image: url(../img/common/icon_sim_green.svg);
  background-repeat: no-repeat;
  background-size: 34px 40px;
  pointer-events: none;
}
.item-buttons .item-sim-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) scaleX(-1);
  width: 20px;
  height: 12px;
  background-image: url(../img/common/icon_next_green.svg);
  background-repeat: no-repeat;
  background-size: 20px 12px;
  pointer-events: none;
}
.item-buttons .item-sim-btn:hover {
  color: #fff;
  background-color: var(--wn-green);
}
.item-buttons .item-sim-btn:hover .item-sim-btn_txt-main {
  color: #fff;
}
.item-buttons .item-sim-btn:hover::before {
  background-image: url(../img/common/icon_sim_white.svg);
}
.item-buttons .item-sim-btn:hover::after {
  background-image: url(../img/common/icon_next_white.svg);
  right: 35px;
  width: 12px;
  height: 20px;
  background-size: 12px 20px;
  transform: translateY(-50%) rotate(90deg);
}
.item-buttons .item-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
  background: url(../img/common/icon_next_white.svg) no-repeat calc(100% - 31px) center/12px 20px var(--wn-orange);
}
.item-buttons .item-cta-btn_txt-free {
  padding: 5px 4px 3px 5px;
  color: var(--wn-orange);
  border-radius: 3px;
  background-color: #fff;
}
.item-buttons .item-cta-btn_txt-main {
  margin-left: 8px;
  padding: 5px 0 3px;
}

.item-cta-btn_img {
  margin-bottom: 46px;
}

.item-review {
  padding: 26px 0;
  border-top: 1px solid #d7dae0;
  border-bottom: 1px solid #d7dae0;
  margin-bottom: 24px;
}
.item-review .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.item-review .rating-score {
  position: relative;
  top: 1px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 32px;
  font-family: "Futura PT", "Inter", Arial, sans-serif;
  line-height: 1;
}
.item-review .rating-stars {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: fit-content;
  color: #ffd400;
  font-size: 30px;
  line-height: 1;
}
.item-review .stars-background {
  color: #ddd;
  display: block;
}
.item-review .stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFD700;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.item-catalog {
  text-align: center;
}
.item-catalog .item-catalog_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  transition: all 0.3s;
  text-align: center;
  line-height: 24px;
  background-color: #f3f4f6;
}
.item-catalog .btn-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.item-catalog .item-catalog_btn:hover {
  background-color: #1a2d51;
  color: white;
}
.item-catalog .item-catalog_btn:hover i {
  color: white;
}

/*=================================
  お客様の声
=================================*/
.item-voice {
  margin-bottom: 80px;
}
.item-voice .item-voice-ttl {
  margin-bottom: 48px;
  text-align: center;
}
.item-voice .item-voice-ttl_sub {
  font-size: 24px;
}
.item-voice .item-voice-ttl_main {
  display: inline-block;
  margin-top: 8px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.item-voice-container {
  max-width: 1120px;
  margin: 0 auto;
}

.item-voice__carousel {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.item-voice__carousel-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--wn-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background 0.3s ease;
  flex-shrink: 0;
  z-index: 3;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}
.item-voice__carousel-btn i {
  color: #fff;
}

#voicePrevBtn {
  position: absolute;
  left: -30px;
  top: 130px;
}

#voiceNextBtn {
  position: absolute;
  right: -30px;
  top: 130px;
}

.item-voice__carousel-btn:hover {
  background: var(--wn-green);
}

.item-voice__carousel-btn:disabled {
  background: var(--wn-green);
  opacity: 0.5;
}

.item-voice__items-container {
  overflow: hidden;
  flex: 1;
}

.item-voice__items {
  display: flex;
  gap: 62px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.item-voice__link {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  display: block;
}

.item-voice__item {
  flex: 0 0 calc(33.3333333333% - 42px);
  max-width: calc(33.3333333333% - 42px);
}

.item-voice__image {
  margin-bottom: 16px;
}
.item-voice__image img {
  width: 100%;
  height: 253px;
  border-radius: 30px;
  object-fit: cover;
}

.item-voice__user {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

.item-voice__user {
  font-size: 13px;
  line-height: 1.384;
  color: #6a6a6a;
}

.item-voice__text {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  text-align: justify;
}

/*=================================
  お見積りシミュレーション
=================================*/
.item-custom {
  margin: 100px 0 0;
}

.item-custom__title {
  margin-bottom: 40px;
  text-align: center;
}

.item-custom__subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.item-custom__hd {
  display: inline-block;
  height: 50px;
  padding-left: 54px;
  color: var(--wn-green);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.05em;
  background: url(../img/common/icon_sim_green.svg) no-repeat left center/44px 50px;
  background-size: contain;
}

.item-custom__lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.item-custom__note {
  margin: 10px 0 56px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.item-custom__content-header {
  text-align: center;
}

.item-custom__content__hd {
  margin-bottom: 20px;
  color: var(--wn-green);
  font-size: 38px;
  font-weight: 600;
}

.item-custom__content__hd--txt {
  font-size: 18px;
}

.item-custom__section {
  padding: 50px 0;
  background-color: #fcfaf7;
  border-image: linear-gradient(#fcfaf7, #fcfaf7) fill 0 / / 0 100vw 0 100vw;
}

.item-custom__section.head {
  padding: 100px 0 32px;
}

.item-custom__section.first {
  padding-top: 0;
}

.item-custom__section-title {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--wn-green);
}

.item-custom__section-step {
  font-size: 32px;
  font-weight: bold;
  color: var(--wn-green);
  font-family: "Inter", Arial, sans-serif;
}

.item-custom__section-label {
  font-size: 30px;
  font-weight: 500;
}
.item-custom__section-label .sub {
  font-size: 20px;
  font-weight: 400;
}

.item-custom__container {
  max-width: 1120px;
  margin: 0 auto;
}

/* STEP 01 */
.um-type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 4.9107142857%;
  justify-content: space-between;
}

.um-type-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.0714285714%;
  text-align: center;
  cursor: pointer;
}

.um-type-option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  height: 220px;
  padding: 35px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 4px solid #fff;
  background-color: #fff;
}

.um-type-option:hover,
.um-type-option.selected {
  border: 4px solid var(--wn-green);
}

.um-type-icon {
  width: 100%;
  margin: 0 auto;
}

.um-type-name {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

/* STEP 02 */
.um-size-wrapper {
  margin: 0 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  background-color: #fff;
}

.um-size-inputs {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
}
.um-size-inputs input {
  all: unset;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px 10px;
  text-align: right;
}
.um-size-inputs input:focus {
  outline: 2px solid var(--wn-green);
}
.um-size-inputs .multiplie {
  font-size: 30px;
}
.um-size-inputs .um-size-inputs_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* STEP 03 */
.um-glass-wrapper {
  display: flex;
  justify-content: space-between;
}

.um-glass-left {
  width: 416px;
}

.um-glass-text {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.7777777778;
}

.um-camp-bnr {
  margin-top: 48px;
}

.esim-vert-checkbox {
  width: 650px;
  background-color: #fff;
}
.esim-vert-checkbox .first .esim-vert_txt {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d7dae0;
}
.esim-vert-checkbox .last .esim-vert_txt {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #d7dae0;
}

.esim-vert-checkbox input {
  position: absolute;
  left: -9000px;
}

.esim-vert_txt {
  display: block;
  padding: 17px 0 17px 86px;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  border: 1px solid #d7dae0;
  border-top: none;
  border-radius: 0;
  background: url(../img/common/icon_checkbox.svg) 33px center no-repeat;
}
.esim-vert_txt .red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 26px;
  margin-bottom: 8px;
  color: var(--wn-red);
  border: 1px solid var(--wn-red);
  font-size: 18px;
}

.esim-vert-checkbox input:checked + .esim-vert_txt {
  background: url(../img/common/icon_checked.svg) 33px center no-repeat #e9f6e9;
}

.esim-vert_desc {
  display: none;
}

/* STEP 04 */
.um-glass-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 55px;
  width: 100%;
}
.um-glass-list li {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
.um-glass-list li.selected {
  outline: 4px solid var(--wn-green);
}
.um-glass-list img {
  height: 130px;
  border-radius: 7px 7px 0 0;
}
.um-glass-list .txt {
  font-size: 22px;
  text-align: center;
  line-height: 1.4545;
}

/* STEP 05 */
.um-set-select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.um-set-select select {
  width: 390px;
  padding: 17px 91px 17px 0;
  text-align: right;
  border-radius: 10px;
  border: 1px solid #bbb;
  background-color: #fff;
  font-size: 22px;
  background: url(../img/common/icon_downgray.svg) right 33px center no-repeat;
  background-size: 20px;
}

.um-set-add {
  display: flex;
  justify-content: center;
}
.um-set-add a {
  padding: 22px 32px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: var(--wn-green);
}

/*=================================
  次へ（三角形）
=================================*/
.triangle-section {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #f4efe7;
  border-image: linear-gradient(#f4efe7, #f4efe7) fill 0 / / 0 100vw 0 100vw;
}

.triangle-shape {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background: #fcfaf7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.triangle-section.campaign {
  background-color: #fcfaf7;
  border-image: linear-gradient(#fcfaf7, #fcfaf7) fill 0 / / 0 100vw 0 100vw;
}
.triangle-section.campaign .triangle-shape {
  background: #f4efe7;
}

.triangle-section.last {
  background: none;
  border-image: none;
}

/*=================================
  お支払い方法
=================================*/
.payment-method {
  background: #f4efe7;
  border-image: linear-gradient(#f4efe7, #f4efe7) fill 0 / / 0 100vw 0 100vw;
  padding: 42px 0;
}

.payment-method__title {
  font-size: 38px;
  font-weight: bold;
  color: #0084b9;
  text-align: center;
  margin: 0 auto 32px;
  line-height: 1.1;
}

.payment-method__subtitle {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 32px;
}

.payment-method__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto;
}

.payment-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 115px;
  box-sizing: border-box;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
}

.payment-option:hover,
.payment-option.selected {
  border: 4px solid var(--wn-green);
}

.payment-method__description {
  max-width: 842px;
  margin: 64px auto 0;
  padding: 32px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}

.payment-method__description-text {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 1.6;
}

.payment-method__description-ttl {
  display: block;
  font-weight: bold;
}

.payment-method__note {
  margin: 0 87px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.payment-prefix,
.payment-suffix {
  font-size: 24px;
  color: var(--wn-red);
}

.payment-number {
  position: relative;
  top: 3px;
  font-size: 44px;
  color: var(--wn-red);
  font-weight: 700;
  margin: 0 3px;
}

/*=================================
  キャンペーン・割引サービス
=================================*/
.campaign-section {
  background: #fcfaf7;
  padding: 42px 0;
}

.campaign-section__title {
  font-size: 38px;
  font-weight: bold;
  color: #da7d0f;
  text-align: center;
  margin: 0 auto 32px;
  line-height: 1.1;
}

.campaign-section__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1120px;
  margin: 0 auto 50px;
}

.campaign-section__content-title {
  text-align: center;
  margin: 0 auto 16px;
  font-size: 28px;
  font-weight: bold;
}

.campaign-section__content-subtitle {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 32px;
  font-weight: 400;
}

.campaign-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 115px;
  box-sizing: border-box;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 0.3s;
}
.campaign-option .campaign-name span {
  display: inline-block;
  margin-top: 6px;
  font-weight: normal;
}

.campaign-option:hover,
.campaign-option.selected {
  border: 4px solid var(--wn-green);
}

/*=================================
  お見積り結果を表示する
=================================*/
.estimate-result-section {
  padding: 64px 0 110px;
  text-align: center;
}

.estimate-result-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 600px;
  height: 90px;
  margin: 0 auto;
  background: var(--wn-green);
  text-decoration: none;
  text-align: center;
  border-radius: 45px;
  padding: 0 30px;
  transition: all 0.3s ease;
  gap: 2px;
  letter-spacing: 0.2ex;
}

.estimate-result-main {
  font-size: 22px;
  font-weight: bold;
  color: white;
}

.estimate-result-sub {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.estimate-result-btn i {
  position: absolute;
  right: 40px;
  font-size: 16px;
  color: white;
}

/*=================================
  追従見積結果
=================================*/
.final-price-section {
  padding: 12px;
  border-top: 1px solid #ddd;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  background-color: rgba(38, 169, 44, 0.85);
}

.final-price-section.visible {
  transform: translateY(0);
}

.final-price-content {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.final-price-section.visible .final-price-title {
  margin-bottom: 0;
}

.final-price-section.visible .final-price {
  margin-bottom: 0;
}

.final-price-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}

.final-price-right .estimate-btn {
  background: #f57c00;
  color: white;
  padding: 8px 40px;
  border: none;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
  width: 425px;
  position: relative;
  border-radius: 100px;
}
.final-price-right .estimate-btn i.fas.fa-chevron-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
}
.final-price-right .estimate-btn-subtitle {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.final-price-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.final-price-subtitle {
  margin-left: 13px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.final-price {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Inter", Arial, sans-serif;
}

.final-price-unit {
  margin-left: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

/*====================================
  スマホ表示設定
====================================*/
@media only screen and (max-width:800px) {
  .dp_liq {
    width: 100%;
  }
  .item-custom__itemlist {
    margin-top: 1rem;
  }
  .item-detail__title {
    margin: 0 1rem 1rem;
    font-size: 1rem;
    font-weight: bold;
  }
  .item-detail__title-logo {
    display: block;
    margin-bottom: 0.5rem;
  }
  .item-wrap {
    display: block;
    margin-bottom: 2.5rem;
  }
  .item-left-wrap {
    min-width: auto;
    max-width: auto;
  }
  .item-mv {
    margin-bottom: 1rem;
    text-align: center;
  }
  .item-mv img {
    width: 100%;
  }
  .pisi-head-tabs-list {
    display: flex;
    align-items: flex-end;
    padding: 0 0.25rem;
    margin-bottom: -2px;
  }
  .pisi-color-choice {
    margin-bottom: 0.5rem;
    font-size: 0.875remnvm;
  }
  .pisi-color-choice .hd {
    font-weight: bold;
  }
  .item-thumbnail {
    display: none;
  }
  .item-thumbnail-inner {
    width: auto;
    height: auto;
  }
  .item-thumbnail li {
    width: 60px;
    border: none;
  }
  .item-thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
  }
  .item-thumbnail-prev, .item-thumbnail-next {
    display: none !important;
  }
  .pisi-color-list {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 0 -1rem 0;
    padding: 0 1rem;
  }
  .pisi-color-list li {
    width: 4.375rem;
    height: 2.1875rem;
    flex-shrink: 0;
  }
  .pisi-color-list .color_img {
    margin-bottom: 0;
  }
  .pisi-color-list .color_img img {
    display: block;
    width: 4.375rem;
    height: 2.1875rem;
    border-radius: 2.5px;
    border: 1px solid #f0f0f0;
  }
  .pisi-color-list .color_img:active img {
    border: 2px solid var(--wn-green);
  }
  .pisi-color-list .color_name {
    display: none;
  }
  .pisi-color-list::-webkit-scrollbar {
    display: none;
  }
  .item-right-wrap {
    margin-top: 1.5rem;
  }
  .item-review {
    margin: 1.5rem 0 1rem;
    padding: 0;
    border: none;
  }
  .item-review .txt {
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
  }
  .item-review .rating-score {
    position: relative;
    top: 1px;
    font-weight: bold;
    margin-left: 1rem;
    font-size: 1.125rem;
    font-family: "Inter", Arial, sans-serif;
  }
  .item-review .rating-stars {
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    color: #ffd400;
    font-size: 1.2rem;
    line-height: 1;
    width: fit-content;
  }
  .item-review .stars-background {
    color: #ddd;
    display: block;
  }
  .item-review .stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFD700;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .item-description {
    font-size: 0.875rem;
  }
  .item-catalog .item-catalog_btn {
    height: 2.9375rem;
    font-size: 0.875rem;
  }
  .item-catalog .btn-icon {
    font-size: 11px;
  }
  .item-sale {
    justify-content: start;
  }
  .item-sale .red {
    height: 1.75rem;
    font-size: 1rem;
  }
  .item-sale .red.--02 {
    font-size: 0.875rem;
  }
  .item-price_txt {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    text-align: center;
  }
  .item-price {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.875rem;
  }
  .item-price .tax {
    font-size: 1rem;
  }
  .item-price .yen {
    font-size: 1rem;
    margin-left: 0;
  }
  .item-buttons {
    margin-bottom: 1rem;
  }
  .item-buttons .item-cta-btn {
    height: 4rem;
    background-size: 6px 10px;
  }
  .item-buttons .item-sim-btn {
    height: 4rem;
  }
  .item-buttons .item-sim-btn .item-sim-btn_txt-main {
    font-size: 1rem;
  }
  .item-buttons .item-sim-btn .item-sim-btn_txt-sub {
    display: block;
    margin-top: 3px;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .item-buttons .item-sim-btn::after {
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
  }
  .item-buttons .item-sim-btn:hover::after {
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
  }
  .item-buttons .item-cta-btn_txt-free,
  .item-buttons .item-cta-btn_txt-main {
    font-size: 1rem;
  }
  .item-buttons .item-sim-btn::before {
    width: 24px;
    height: 30px;
    background-size: 24px 30px;
  }
  /* お客様の声 */
  .item-voice {
    margin: 3.125rem 0;
  }
  .item-voice .g-more-btn {
    background: #fff;
    color: #1a2d51;
    border: 1px solid #1a2d51;
  }
  .item-voice .g-more-btn i {
    color: #1a2d51;
  }
  .item-voice .item-voice-container {
    width: 100%;
  }
  .item-voice .item-voice-ttl {
    margin-bottom: 1rem;
  }
  .item-voice .item-voice-ttl_sub {
    font-size: 0.875rem;
  }
  .item-voice .item-voice-ttl_main {
    margin-top: 4px;
    font-size: 1.375rem;
  }
  .item-voice__carousel {
    margin: 1rem -1rem 2rem;
    position: relative;
    overflow-x: hidden;
  }
  .item-voice__items-container {
    overflow-x: hidden;
    margin: 0 -1rem;
    padding: 0 1rem;
  }
  .item-voice__items {
    display: flex;
    gap: 1rem;
    transition: transform 0.3s ease-in-out;
  }
  .item-voice__item {
    flex: 0 0 calc(100% - 4rem);
    margin: 0 auto;
    max-width: none;
  }
  .item-voice__image {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .item-voice__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  .item-voice__user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .item-voice__user-ico {
    width: 2.5rem;
    height: 2.5rem;
  }
  .item-voice__user-ico img {
    width: 100%;
    height: 100%;
  }
  .item-voice__user-profile {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #666;
  }
  .item-voice__text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .item-voice__carousel-btn {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--wn-green);
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
  }
  .item-voice__carousel-btn i {
    color: white;
  }
  #voicePrevBtn {
    left: 0.8rem;
    top: 30%;
  }
  #voiceNextBtn {
    right: 0.8rem;
    top: 30%;
  }
  .item-voice__carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  /*お見積りシミュレーション*/
  .item-custom {
    margin-top: 2.5rem;
  }
  .item-custom__section {
    padding: 2.625rem 1rem 0;
  }
  .item-custom__section.head {
    padding: 2rem 1rem 1.4rem;
  }
  .item-custom__title {
    margin-bottom: 1rem;
  }
  .item-custom__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .item-custom__hd {
    height: 1.5625rem;
    padding-left: 1.625rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5625rem;
  }
  .item-custom__note {
    margin-bottom: 1.5rem;
    color: #9ca3af;
    font-size: 0.75rem;
    text-align: center;
  }
  .item-custom__content__hd {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
  .item-custom__content__hd--txt {
    font-size: 0.875rem;
  }
  .item-custom__section-title {
    gap: 18px;
    padding-bottom: 4px;
    margin-bottom: 1.125rem;
    border-bottom: 1px solid var(--wn-green);
  }
  .item-custom__section-step {
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .item-custom__section-label {
    font-size: 1.125rem;
    font-weight: 600;
  }
  .item-custom__section-label .sub {
    font-size: 0.875rem;
    font-weight: 400;
  }
  /* STEP 01 */
  .um-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .um-type-wrapper {
    width: auto;
  }
  .um-type-option {
    width: 100%;
    height: auto;
    gap: 20px;
    padding: 1.875rem 0.875rem;
    border-radius: 5px;
  }
  .um-type-option:hover,
  .um-type-option.selected {
    border: 2px solid var(--wn-green);
  }
  .um-type-icon {
    max-width: 7.59375rem;
  }
  .um-type-name {
    font-size: 1rem;
  }
  /* STEP 02 */
  .um-size-wrapper {
    display: block;
    margin: auto;
    padding: 1.4375rem 1rem;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
  }
  .um-size-wrapper img {
    margin-bottom: 1.625rem;
  }
  .um-size-inputs {
    flex-flow: column;
  }
  .um-size-inputs .um-size-text {
    font-size: 1rem;
  }
  .um-size-inputs .um-size-inputs_wrap {
    justify-content: center;
  }
  .um-size-inputs .multiplie {
    display: none;
  }
  .um-size-inputs input {
    font-size: 1.25rem;
    border-radius: 3px;
  }
  /* STEP 03 */
  .um-glass-left {
    display: none;
  }
  .esim-vert-checkbox {
    width: 100%;
    background-color: unset;
  }
  .esim-vert-checkbox li {
    margin-bottom: 0.875rem;
  }
  .esim-vert-checkbox .last {
    margin-bottom: 0;
  }
  .esim-vert-checkbox .first .esim-vert_txt {
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .esim-vert-checkbox .last .esim-vert_txt {
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .esim-vert-checkbox input {
    position: absolute;
    left: -9000px;
  }
  .esim-vert_txt {
    display: block;
    width: 100%;
    padding: 0.75rem 0.875rem;
    line-height: 1.2;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    background-image: none;
    background-color: #fff;
  }
  .esim-vert_txt .esim-vert_desc {
    display: flex;
    margin-top: 0.75rem;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: normal;
    text-align: justify;
    line-height: 1.33;
  }
  .esim-vert_txt .esim-vert_desc img {
    width: 8.75rem;
    height: auto;
    flex-shrink: 0;
  }
  .esim-vert_txt .red {
    width: 5rem;
    height: 1.4375rem;
    margin-bottom: 0.375rem;
    color: #fff;
    font-size: 0.875rem;
    border: 1px solid var(--wn-red);
    border-radius: 2px;
    background-color: var(--wn-red);
  }
  .esim-vert-checkbox input:checked + .esim-vert_txt {
    border: 2px solid var(--wn-green);
    background-image: none;
    background-color: #fff;
  }
  /* STEP 04 */
  .um-glass-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .um-glass-list li {
    padding: 0;
    gap: 0;
    border-radius: 5px;
  }
  .um-glass-list li.selected {
    border-radius: 7px;
    border: 2px solid var(--wn-green);
  }
  .um-glass-list img {
    width: 100%;
    height: 62px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }
  .um-glass-list .txt {
    padding: 0.8rem 0 0.7rem;
    font-size: 0.875rem;
  }
  /* STEP 05 */
  .um-set-select {
    margin-bottom: 3.5rem;
  }
  .um-set-select select {
    width: auto;
    padding: 1rem 2.8125rem 1rem 4.5rem;
    font-size: 1rem;
    border-radius: 3px;
    background: url(../img/common/icon_downgray.svg) right 14px center no-repeat #fff;
    background-size: 14px;
  }
  .um-set-add {
    padding-bottom: 1rem;
  }
  .um-set-add a {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
  /* 支払い方法 */
  .payment-method__title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
  .payment-method__subtitle {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
  }
  .payment-method__content {
    gap: 0.5rem;
  }
  .payment-option {
    height: auto;
    padding: 1rem;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 5px;
    border: 2px solid transparent;
  }
  .payment-option:hover,
  .payment-option.selected {
    font-weight: 600;
    border: 2px solid var(--wn-green);
  }
  .payment-method-warp {
    padding-bottom: 1rem;
  }
  .payment-method__description {
    margin: 1.25rem auto 0;
    padding: 1rem 0.875rem;
    border-radius: 5px;
  }
  .payment-method__description .payment-method__description-text {
    font-size: 0.875rem;
  }
  .payment-method__description .payment-method__description-text .payment-method__description-ttl {
    font-size: 1rem;
  }
  .payment-method__description .payment-prefix,
  .payment-method__description .payment-suffix {
    font-size: 0.875rem;
  }
  .payment-method__description .payment-number {
    font-size: 2.25rem;
  }
  .payment-method__description .payment-method__note {
    margin: 0;
    color: #9ca3af;
    font-size: 0.75rem;
    text-align: justify;
  }
  /* キャンペーン */
  .campaign-section__title {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .campaign-section__content-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .campaign-section__content-subtitle {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .campaign-section__content {
    margin-bottom: 0;
    padding-bottom: 2.125rem;
    gap: 8px;
  }
  .campaign-option {
    height: auto;
    padding: 1rem;
    border: 2px solid transparent;
    border-radius: 5px;
  }
  .campaign-option .campaign-name span {
    margin-top: 0;
  }
  .campaign-option:hover,
  .campaign-option.selected {
    font-weight: 600;
    border: 2px solid var(--wn-green);
  }
  .campaign-option:hover .campaign-name,
  .campaign-option.selected .campaign-name {
    font-weight: 600;
    line-height: normal;
  }
  .campaign-option:hover .campaign-name span,
  .campaign-option.selected .campaign-name span {
    font-weight: 600;
  }
  .campaign-name {
    font-size: 1rem;
    font-weight: normal;
  }
  .triangle-section {
    height: 2.875rem;
  }
  .triangle-shape {
    height: 2.875rem;
  }
  /* 見積結果ボタン */
  .estimate-result-section {
    padding: 1rem 0 1.25rem;
  }
  .estimate-result-btn {
    width: 100%;
    height: 4rem;
  }
  .estimate-result-btn .estimate-result-main {
    font-size: 1.125rem;
  }
  .estimate-result-btn .estimate-result-sub {
    margin: 0;
    font-size: 0.875rem;
  }
  .estimate-result-btn i {
    left: calc(100% - 38px);
    font-size: 11px;
  }
  /* 追従見積結果 */
  .final-price-section {
    border-top: 1px solid #ddd;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background-color: rgba(38, 169, 44, 0.85);
  }
  .final-price-section.visible {
    transform: translateY(0);
  }
  .final-price-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 0 auto;
  }
  .final-price-section.visible .final-price-title {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    line-height: 1;
  }
  .final-price-section.visible .final-price {
    margin-bottom: 0;
  }
  .final-price-left {
    display: flex;
    align-items: center;
    margin: 1rem 0 0.8rem;
    gap: 3rem;
  }
  .final-price-right .estimate-btn {
    position: relative;
    display: inline-block;
    padding: 12px 40px 10px;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
    background: var(--wn-orange);
  }
  .final-price-right .estimate-btn i.fas.fa-chevron-right {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
  }
  .final-price-right .estimate-btn-subtitle {
    margin-top: 6px;
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
  }
  .final-price-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
  }
  .final-price-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    color: #fff;
  }
  .final-price {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
  }
  .final-price-unit {
    font-size: 1rem;
    margin-left: 0.25rem;
    font-weight: 400;
    color: #fff;
  }
}
