

/* ============================================
  オプション情報（コンテナ）
   ============================================ */
/* タイトル直下は余白なし */
.default-title + .option-container .inner {
  padding: 0;
}

/* 各ページの背景調整用 */
.opution-inner .inner {
  background-color: var(--overseas-white);
}
.option-container {
  background-color: initial !important;
}
   
.option-info .inner {
  padding: 0;
}
  
.option-area-small .text-area p,
.option-container p {
  font-size: 1.8rem
}
.option-container .inner div.option-wrap {
  width: 100%;
  background-color: var(--overseas-white);
  border-radius: var(--radius-large);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  margin: 0;
}
.option-container .option-wrap .title {
  background-color: var(--overseas-pailgreen);
  margin: 0;
  padding: 20px 10px;
}
#top .option-container .option-wrap .title h2,
.option-container .option-wrap .title h2 {
  margin-bottom: 0;
  margin-block-end: 0;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: .125em;
}
.option-container .option-wrap .opution-nav {
  padding: 40px 40px 40px;
  background-color: var(--overseas-pailgray);
}
.option-container .option-wrap .opution-inner {
  padding: 30px 40px 40px;
}
.opution-inner nav.page-nav ul {
  gap: 15px;
}
.opution-inner nav.page-nav li {
  width: calc((100% - 80px) / 6);
  height: 130px;
  filter: unset;
  background: var(--overseas-white);
  filter: var(--shadow);
}
.opution-inner nav.page-nav li span.nav-icon {
  height: auto;
  flex-grow: unset;
}
.opution-inner nav.page-nav li span.nav-icon img {
  height: 50px;
}
.opution-inner nav.page-nav li span.sub-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.opution-inner nav.page-nav li span.arrow {
  display: inline-block;
  border-top: 10px solid var(--overseas-green);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
@media screen and (min-width:768px) and (max-width:1280px) {
  nav.page-nav ul {
    justify-content: center;
    gap: 24px
  }
  nav.page-nav ul li {
    width: 30%;
    height: auto
  }
  nav.page-nav li a {
    width: 100%;
    height: 100%;
    gap: 0;
    padding: .5em;
  }
  nav.page-nav li span.nav-icon {
    height: 50px
  }
  .option-container h4 {
    font-size: 2rem
  }
  .option-area-small .text-area p,
  .option-container p {
    font-size: 1.6rem
  }
  .option-container .option-wrap .opution-nav {
    padding: 30px 30px 40px;
  }
  .option-container .option-wrap .opution-inner {
    padding: 30px 30px 40px;
  }
  .opution-inner nav.page-nav li span.sub-text {
    font-size: 1.2rem;
  }
  .opution-inner nav.page-nav ul {
    gap: 10px;
  }
  .opution-inner nav.page-nav li {
    width: calc((100% - 50px) / 6);
    height: 110px;
  }
  .opution-inner nav.page-nav li span.nav-icon img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #top .option-container .option-wrap .title h2,
  .option-container .option-wrap .title h2 {
    font-size: 2rem;
  }
  .option-container .option-wrap .opution-nav {
    padding: 30px 20px;
  }
  .option-container .option-wrap .opution-inner {
    padding: 30px 20px;
  }
  .opution-inner nav.page-nav ul {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .opution-inner nav.page-nav li {
    width: calc((100% - 20px) / 3);
    height: 100px;
  }
  .opution-inner nav.page-nav li span.nav-icon img {
    height: 40px;
  }
  .opution-inner nav.page-nav li span.sub-text {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  nav.page-nav li span {
    display: inline-flex;
    height: 35px;
    align-items: center;
  }
  .opution-inner nav.page-nav li span.arrow {
    border-top: 8px solid var(--overseas-green);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  nav.page-nav li span {
    display: inline-flex;
    height: auto;
    align-items: center;
    flex-grow: 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  nav.page-nav li a span:first-of-type {
    display: inline-flex;
    align-items: center;
    height: 36px
  }
  nav.page-nav li span.nav-icon {
    height: 36px
  }
  .option-container h4 {
    font-size: 1.8rem;
    margin-bottom: 10px
  }
  .option-container .inner > div:not(.title) {
    width: 100%;
    margin: 0 auto;
  }
  .option-container p {
    font-size: 1.4rem
  }
  .option-area-small {
    gap: 16px
  }
  .option-area-image {
    display: block;
    width: 20%;
    padding: 0
  }
  .option-area-small img {
    width: 100%
  }
  .option-area-small .text-area {
    width: 80%
  }
  .option-area-small .text-area p {
    font-size: 1.3rem;
    margin-bottom: .5em
  }
}

/* ============================================
  ページナビゲーション
   ============================================ */
.sp-nav-btn {
  display: none;
}
nav.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
nav.page-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: var(--overseas-white);
  border-radius: var(--radius);
  filter: var(--shadow);
  width: 130px;
  height: 130px;
  transform: translateZ(0);
  border-radius: var(--radius-large);
}
nav.page-nav li span {
  flex-grow: 1;
  text-align: center;
}
nav.page-nav li span {
  flex-grow: 0
}
nav.page-nav li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--overseas-black);
  cursor: pointer;
}
nav.page-nav li a {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 12px 12px 8px;
  gap: 10px;
}
nav.page-nav li a span.nav-text {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
}
nav.page-nav li .icon {
  width: 40px;
  height: auto;
  margin: 0 auto;
}
nav.page-nav li span.nav-icon {
  display: inline-flex;
  align-items: flex-end;
  flex-grow: 1;
  width: auto;
  height: 50px;
}
nav.page-nav li span.nav-icon .icon {
  width: auto;
  height: 100%;
}
nav.page-nav li span.nav-arrow {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
}
nav.page-nav li span.nav-arrow::before {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid var(--overseas-green);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(90deg);
}
nav.page-nav li:hover {
  background-color: var(--overseas-pailgreen);
  transition: .3s;
}

/* ============================================
  オプション情報（基本）
   ============================================ */
.option-info p {
  font-size: 1.8rem;
}
.option-info p.option-text {
  font-weight: 700;
}
.option-info h2.option-hdg {
  margin: 0;
  text-align: center;
  font-size: 3rem;
  letter-spacing: .01em;
}
.option-info h2.option-hdg span {
  display: block;
  width: 150px;
  margin: 0 auto 15px;
  padding-bottom: 10px;
  border-bottom: 5px solid var(--overseas-lightgreen);
  font-size: .7em;
  line-height: 1;
}
.text-area p.main-text,
.text-area p.sub-text {
  font-weight: 700;
}
.text-area p.sub-text {
  font-size: 1.4rem;
}
.text-area small {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.text-area small + small {
  margin-top: 0;
}
.attention-wrap {
  margin-top: 5px;
}
.attention-wrap p {
  font-size: 1.2rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.attention-wrap p.text-right {
  text-align: right;
  padding-bottom: 10px;
}

/* ============================================
  デバイスサポート関連
   ============================================ */
#device-support {
  padding-top: 0;
}
.device-support-hdg {
  font-size: 2.2rem;
  text-align: center;
}
.device-support-inner {
  margin-top: 50px;
}
.device-support-inner + .device-support-inner {
  margin-top: 60px;
}
.option-info .device-support-table {
  margin-top: 8px;
  overflow: hidden!important;
}
.device-support-inner .annotation {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px
}

/* ============================================
  オプション情報テーブル
   ============================================ */
.option-info table {
  width: 100%;
  margin: 20px auto 0;
  border-collapse: collapse;
  font-weight: 700;
}
.option-info th:nth-of-type(n+3) {
  width: calc((100% - (5% + 40%))/ 4);
}
.option-info td,
.option-info th {
  padding: 6px .5em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: var(--overseas-white);
  border: 1px solid var(--overseas-darkgray);
}
.option-info td span.price {
  display: block;
  width: 63%;
  text-align: right
}
.option-info td span.big-price {
  font-size: 2em;
}
.option-info td .option-price {
  font-size: 2rem;
}
.option-info td .option-price span {
  font-size: .7em;
}
.option-info th.empty {
  background-color: transparent;
  border: none;
}
.option-info thead th.bg-black {
  color: var(--overseas-white);
  background-color: var(--overseas-black);
}
.option-info thead th.mini {
  color: var(--overseas-white);
  background-color: var(--overseas-lightgreen);
  border-right: 1px solid var(--overseas-black);
}
.option-info thead th.wide {
  color: var(--overseas-white);
  background-color: #009895;
}
.option-info thead th.premium {
  color: var(--overseas-white);
  background-color: var(--overseas-green);
}
.option-info tr.bg-gray,
.option-info tr.bg-gray td {
  background: #dbdbdb;
}
.option-info td.bg-yellow {
  background: #ffe200;
}
.option-info td.bg-lightyellow {
  background: #fff692;
}
.option-info tr td.wide {
  position: relative;
  background-color: #fff6e5;
}
.option-info tr td.wide .wide-remark {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 25%));
  transform: translateZ(0); 
}
.option-info tr td.wide .wide-remark img {
  width: 100%;
}
.option-info tr td.row-hdg {
  width: 5%;
  writing-mode: vertical-rl;
}
.option-info tr td.row-item {
  width: 27%;
  text-align: left;
}
.option-info tr span.text-left {
  display: inline-block;
  text-align: left;
}
.option-info tr td.diagonal-line {
  background: linear-gradient(to left top,transparent calc(50% - .5px),#707070 50%,#707070 calc(50% + .5px),transparent calc(50% + 1px)) no-repeat
}
.option-info p.price {
  font-size: 1.7rem;
}
.option-info p.price .tax {
  font-size: 1.2rem;
}

/* ============================================
   レンタルオプション
   ============================================ */
.option-info .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 20px;
}
.rental-option-container { 
  background-color: #F4F4F4;
  border-radius: 10px;
  padding-bottom: 10px;
  width: calc(33.333% - 15px);
  filter: var(--shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
}
.rental-option-name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color :#00BBAB;
  padding: 30px 0 18px;
  border-radius: 10px 10px 0 0;
}
.option-img-area {
  text-align: center;
  background-color: white;
  padding: 25px 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: 90%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
}
.img-size {
  width: 45%;
}
.option-text-area {
  text-align: left;
  margin: 0 auto;
  padding: 26px 18px 0px;
  letter-spacing: 0.1em;
  flex-grow: 1;
}
.option-text-area .sub-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  span {
    color: #FF0077;
  }
  .annotation {
    font-size: 1.2rem;
    color: #000;
    font-weight: normal;
    line-height: 1.7;
    display: inline-block;
  }
} 
.option-price-area {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: solid 2px #DBDBDB;
  width: 90%;
  margin: 0 auto;
  height: 115px;
  .option-price-container {
    display: flex;
    align-items: flex-end;
  }
  .sub-text {
    font-size: 1.4rem;
    text-align: left;
    margin-right: 7px;
    white-space: nowrap;
  }
  .option-price {
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    letter-spacing: 0.1rem;
    justify-content: flex-end;
    line-height: 1;
    span {
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: 0.1rem;
    }
    .small {
      font-size: 1.2rem;
    }
  }
  .space {
    margin-top: 10px;
  }
  .small {
    font-size: 1.5rem;
    margin-top: -4px;
  }
  .margin-top {
    margin-top: 3px;
  }
  .pink-color {
    color: #FF0077;
    margin-top: -4px;
  }
}
.option-language-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.option-button-area {
  text-align: center;
}
.rental-option-detail {
  text-align: center;
  width: 90%;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  background-color:#00BBAB;
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: 20px;
}
.rental-option-tag {
  background-color: white;
  color: #00BBAB;
  padding: 7px 10px;
  border-radius: 23px;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  border: 1px solid #00BBAB;
  width: 65%;
  position: absolute;
  left: 50%;
  top: -2%;
  transform: translate(-50%, 0);
}

/* ============================================
  ポップアップ関連
   ============================================ */
span.pop-close-btn {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  transform: translate(50% ,-50%);
  z-index: 9;
  cursor: pointer
}
span.pop-close-btn::after,
span.pop-close-btn::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background: var(--overseas-black);
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  border-radius: 100vh
}
span.pop-close-btn::after {
  transform: translate(-50%) rotate(-45deg)
}
span.pop-close-btn:focus-visible {
  outline: 1px solid;
}
div.white-content-box-guidance-notion.option-detail-popup-content {
  max-width: 984px;
  margin: auto;
  padding: 40px;
  background: #fff;
}
.option-popup .option-popup-top {
  display: flex;
  align-items: center;
  gap: 80px;
}
.option-popup .option-img-slider {
  width: 300px;
  position: relative;
}
.option-popup .option-img {
  display: block;
  width: 400px;
  position: relative;
  text-align: center;
}
.option-popup .option-img img {
  width: 100%;
  max-width: 220px;
  vertical-align: middle;
  margin: auto;
}
.option-popup .option-img .small-text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.1rem;
}
.option-popup .option-hdg {
  font-size: 2.5rem;
  line-height: 1.4;
}
.option-popup p.option-spec {
  margin-top: 20px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
}
.option-popup p.option-spec + p.option-spec {
  margin-top: 0;
}
.option-popup p.option-spec .capacity {
  display: inline-block;
  width: 130px;
  font-size: 2rem;
}
.option-popup p.option-spec .tax {
  font-size: 2rem;
}
.option-popup .option-desc {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.option-popup .option-desc-hdg {
  font-size: 1.7rem;
}
.option-popup .option-desc-text {
  margin-top: 5px;
  font-size: 1.3rem;
}
.option-popup .slick-arrow {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: -27px;
  width: 0;
  height: 0;
  border-left: 12px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 111;
  cursor: pointer;
}
.option-popup .slick-arrow.prev-arrow {
  left: 40px;
  transform: rotate(-180deg);
}
.option-popup .slick-arrow.next-arrow {
  right: 40px;
}
.option-popup .slick-dots {
  bottom: -30px;
}
.option-popup .slick-dots li {
  padding: 0;
}
.option-popup .popup-header {
  text-align: center;
  .title {
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
    margin: 0;
  }
  .sub-desc {
    font-size: 1.6rem;
    margin: 20px auto;
    text-align: center;
  }
  .sub-desc-text {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 20px 0px;
    text-align: center;
    span {
      color: #FF0077;
      letter-spacing: 0.1em;
    }
    .strong-text {
      font-size: 2.5rem;
      font-weight: bold;
    }
  }
  .heading {
    h3 {
      font-weight: bold;
      color: white;
      background-color: #232323;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 18px;
      font-size: 2.1rem;
      line-height: 1.3;
      white-space: nowrap;
      min-width: 320px;
      margin: 0;
      box-sizing: border-box;
      border-radius: 50px;
      margin-top: 15px;
    }
  }
  .images {
    display: flex;
    justify-content: center;
    background: none;
    box-sizing: border-box;
    margin: 18px auto;
    padding: 0;
    border-radius: 0;
    gap: 10px;
    max-width: 480px;
    .img {
      text-align: center;
      width: 33%;
      font-size: 1.5rem;
      line-height: 20px;
    }
  }
}
.option-popup .popup-body {
  text-align: center;
  .notice {
    text-align: center;
    padding: 20px;
    border: 6px solid #ffe700;
    border-radius: 1.25rem;
    box-sizing: border-box;
    max-width: 600px;
    margin: 30px auto;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    p {
      font-size: 2rem;
      font-weight: bold;
    }
  }
}
.option-popup .popup-body .notice .main-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.option-popup .popup-body .notice .sub-text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.option-popup .popup-body .main-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.option-popup .popup-body .sub-text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
.option-popup .popup-body img {
  width: 50%;
  object-fit: contain;
  min-width: 212px;
  max-width: 320px;
}
.option-popup .popup-body .option-delivery-img {
  width: 25%;
}
.option-popup .popup-header .sub-desc-text span.color-black {
  color:  #000;
  font-weight: normal;
}

div.white-content-box-guidance-notion.global-country-graph div.white-content-box-inner-guidance {
  max-height: 61vh;
  height: auto
}

.notice-text {
  margin-top: 30px;
  p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  a {
    text-decoration: underline;
    color: #FF0077;
  }
}

.how-to-use {
  margin: 0 auto;
  min-width: 290px;
}
.how-to-use .step-contents {
  text-align: start;
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
}
.how-to-use .step-area {
  padding: 20px 15px;
  background: #fff;
  border-radius: var(--radius-large);
  filter: var(--shadow);
  transform: translateZ(0)
}
.how-to-use .step-area + .step-area {
  margin-top: 20px
}
.how-to-use .step-hdg {
  padding: 0 10px;
  font-weight: 700;
  border-bottom: 1px solid var(--overseas-green);
  display: flex;
  align-items: flex-end;
}
.how-to-use .step-num {
  margin-right: 10px;
  color: var(--overseas-green)
}
.how-to-use .step-num .num {
  font-size: 2em;
  line-height: 1
}
.how-to-use .step-text {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700
}
.how-to-use .step-text > small {
  margin-top: .25em;
  line-height: 1.5;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em
}


/* ============================================
  その他コンポーネント
   ============================================ */
.operator {
  width: 53%
}
.operator img,
.situation img {
  width: 100%
}
.situation {
  width: calc(100% / 4 - 30px);
  display: flex;
  flex-direction: column;
  align-items: center
}
.situation p {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center
}
.return-text {
  max-width: 620px;
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 20px;
  text-align: center;
  background-color: var(--overseas-white);
  font-weight: 700;
  border-radius: 40px
}
.return-text-point {
  font-size: 2.2rem;
  color: var(--overseas-green)
}
.img-operator {
  width: 100%;
  max-width: 451px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.img-ex {
  width: 100%;
  max-width: 107px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.recommend-icon {
  width: 64px;
  position: absolute;
  top: -4%;
  left: -8%;
}

/* ============================================
   メディアクエリ
   ============================================ */
@media screen and (min-width:768px) {
  .top-kv-first {
    height: calc(81vh - 95px)
  }
}
@media screen and (max-width:1280px) {
  .sp-nav-btn {
    display: block
  }
}
@media (min-width:768px) and (max-width:1280px) {
  .operator {
    width: 45%
  }
  .situation {
    width: 35%;
    margin-top: 0
  }
  .situation p {
    line-height: 1.25;
    font-size: 1.2rem
  }
  nav.page-nav li {
    gap: 5px;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: .05em
  }
  nav.page-nav li .icon {
    width: auto;
    height: 20px
  }
  nav.page-nav ul {
    justify-content: center;
    gap: 24px
  }
  nav.page-nav ul li {
    width: 30%;
    height: auto
  }
  nav.page-nav li a {
    width: 100%;
    height: 100%;
    gap: 0;
    padding: 1em .5em .5em
  }
  nav.page-nav li a span.nav-text {
    height: 5rem
  }
  nav.page-nav li span.nav-icon {
    height: 50px
  }
  .option-info .rental-option-detail {
    font-size: 1.2rem;
  }
  div.white-content-box-guidance-notion.option-detail-popup-content {
    margin: auto;
    padding: 10px 0 40px;
    max-width: 728px;
  }
  .option-popup .option-popup-top {
    gap: 20px;
  }
  .option-popup .option-img img {
    max-width: 160px;
  }
  .option-popup .option-hdg span {
    font-size: 2.2rem;
  }
  .option-popup p.option-spec {
    font-size: 3.2rem;
  }
  .option-popup .option-desc {
    margin-top: 20px;
  }
  .option-info thead th:nth-of-type(3)::before {
    width: 45px;
    height: 45px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/recommend-sp3.webp) top/contain no-repeat
  }
  .option-info tr td.row-hdg {
    width: 11%
  }
  .option-info th:nth-of-type(n+3) {
    width: calc((100% - (11% + 30%))/ 4)
  }
  .option-info td span.price {
    width: 67%
  }
  .operator {
    width: 100%
  }
  .situation {
    width: 45%
  }
  .option-info .situation p {
    font-size: 1.4rem
  }
  .option-info .attention-wrap p {
    font-size: 1.2rem;
  }
  .option-price-area {
    border-top: none;
    margin: unset;
    width: unset;
    padding: 6px 0px 0px 0px;
    & .option-price {
      span {
          font-size: 1.5rem;
      }
    }
  }
  .option-img-area {
    height: 96px;
  }
  .option-text-area {
    padding: 20px 18px 0px;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 16px
  }
  .inner {
    padding: 0 25px
  }
  #first_view_global {
    height: auto
  }
  #first_view_global .top-kv-first img {
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0 auto
  }
  #first_view_global .top-kv-first::after {
    display: none
  }
  .title h1 {
    font-size: 2.4rem;
    letter-spacing: 0
  }
  p {
    font-size: 1.4rem
  }
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0
  }
  nav.page-nav {
    margin: 0 auto;
  }
  nav.page-nav ul {
    justify-content: center;
    gap: 24px
  }
  nav.page-nav li {
    gap: 0;
    min-width: 280px;
    max-width: 70%
  }
  nav.page-nav li a {
    height: 35px;
    font-size: 1.5rem;
    letter-spacing: .09em;
    padding: .75em 20px
  }
  nav.page-nav li .icon {
    width: 40px
  }
  section div.inner {
    padding: 50px 16px
  }
  section:nth-of-type(2) div.inner {
    padding: 25px 16px 40px
  }
  .title {
    margin-bottom: 24px
  }
  .title > p {
    width: 90%;
    margin: auto;
    font-size: 1.6rem;
    line-height: 1.5em
  }
  .big-price span {
    font-size: 1.5em
  }
  .operator {
    width: 100%
  }
  .operator img {
    width: 80%;
    margin: auto
  }
  .situation {
    width: calc(100% / 2 - 10px)
  }
  .option-info p {
    font-size: 1.4rem;
  }
  .option-info .situation p {
    font-size: 1.4rem
  }
  .option-info .rental-option-detail {
    font-size: 1.2rem;
  }
  .title h1 {
    font-size: 2.2rem
  }
  .option-info h2.option-hdg {
    font-size: 2rem
  }
  .option-info h2.option-hdg span {
    margin: 0 auto 10px;
    padding-bottom: 5px
  }
  section:nth-of-type(2) div.inner {
    padding: 25px 16px 20px
  }
  .section-inner {
    margin-top: 20px
  }
  nav.page-nav ul {
    row-gap: 24px;
    column-gap: 5%
  }
  nav.page-nav li {
    width: 30%;
    min-width: auto;
    max-width: initial;
    height: 100px;
    padding: 0;
    gap: 0
  }
  nav.page-nav li a {
    width: 100%;
    height: 100%;
    gap: 3px;
    padding: 5% 5%;
  }
  nav.page-nav li span {
    display: inline-block;
    height: 25px;
    flex-grow: 0;
    font-size: 1.3rem;
    letter-spacing: 0
  }
  nav.page-nav li a span.nav-text {
    height: 19px;
  }
  nav.page-nav li span.nav-icon {
    height: 36px;
    flex-grow: initial
  }
  .device-support-hdg {
    font-size: 1.6rem
  }
  .return-text-point {
    display: block;
    font-size: 1.8rem
  }
  .device-support-inner {
    margin-top: 40px;
  }
  .device-support-inner + .device-support-inner {
    margin-top: 40px
  }
  .option-info .device-support-table {
    overflow-x: scroll!important;
  }
  .option-info table {
    margin: 5px auto 0;
    min-width: 540px;
  }
  .option-info td,
  .option-info th {
    padding: .5em;
    font-size: 1.2rem
  }
  .option-info thead th {
    padding: 1rem .5rem
  }
  .option-info thead th:nth-of-type(3)::before {
    width: 40px;
    height: 40px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/recommend-sp3.webp) top/contain no-repeat;
    top: -1rem;
    transform: translate(0,-50%)
  }
  .option-info tr td.row-hdg {
    width: 5%;
    padding-left: .5rem;
    writing-mode: unset;
    line-height: 1.1;
  }
  .option-info tr td.row-item {
    width: 30%;
  }
  .option-info th:nth-of-type(n+3) {
    width: calc((100% - (18% + 18%))/ 4);
  }
  .option-info td span.price {
    width: 96%
  }
  .option-info td .option-price {
    font-size: 1.5rem
  }

  .option-info p.price {
    font-size: 1.5rem;
  }
  .option-info td span.big-price {
    font-size: 1.5em;
  }
  .option-info tr td.wide .wide-remark {
    width: 45px;
    top: 5px;
    right: 0
  }
  .return-text {
    max-width: 420px;
    padding: 10px;
    margin: 12px auto 0
  }
  .title > p {
    width: 100%;
    font-size: 1.8rem
  }
  .option-info .attention-wrap p {
    font-size: 1.2rem;
  }
  div.white-content-box-guidance-notion.option-detail-popup-content {
    height: auto;
    max-height: 660px;
    margin: auto 5%;
    padding: 10px 0 0;
  }
  div.white-content-box-guidance-notion.tour-popup div.white-content-box-inner-guidance {
    height: 100%;
    overflow: auto;
    margin: 0px auto;
    max-height: max-content;
  }
  .pop-up-news.popular-popup div.white-content-box-body {
    position: relative;
  }
  .option-popup {
    padding: 30px 0 20px;
  }
  .option-popup .option-popup-top {
    flex-direction: column;
    gap: 15px;
  }
  .option-popup .option-desc {
    margin-top: 10px;
  }
  .option-popup .option-hdg {
    font-size: 2rem;
  }
  .option-detail-popup-close-button.sp {
    display: flex;
    justify-content: center;
  }
  span.pop-close-btn {
    transform: translate(0, -10px);
  }
  .option-popup p.option-spec {
    margin-top: 10px;
    font-size: 2rem;
    display: inline-block;
  }
  .option-popup p.option-spec .capacity {
    width: auto;
    margin-right: 5px;
    font-size: 1.3rem;
  }
  .option-popup p.option-spec .tax {
    font-size: 1.2rem;
  }
  .option-popup p.option-spec + p.option-spec {
    margin-left: 10px;
  }
  .option-popup .option-desc {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .option-popup .option-desc-inner + .option-desc-inner {
    padding-top: 20px;
    border-top: 1px solid #000;
  }
  .option-price-area {
    border-top: none;
    margin: unset;
    width: unset;
    padding: 6px 0px 0px 0px;
    .sub-text {
      font-size: 1rem;
    }
    & .option-price {
      span {
          font-size: 1rem;
      }
    }
    .option-price {
      font-size: 2.2rem;
    }
  }
  .how-to-use .step-area {
    padding: 14px 7px;
  }
  .how-to-use .step-text {
    font-size: 1.3rem;
  }
  .option-img-area {
    height: 80px;
  }
  .option-text-area {
    padding: 15px 15px 0px;
  }
  .option-popup .popup-body p {
    font-size: 1.1rem;
  }
  .option-popup .popup-body .return-support-annotation {
    text-align: left;
  }
  .option-popup .popup-body .sub-text {
    font-size: 1.3rem;
  }
  .option-popup .popup-body .main-text {
    font-size: 1.5rem;
  }
  .option-popup .popup-header .language-support-images {
    flex-wrap: wrap;
  }
  .how-to-use .step-contents {
    text-align: start;
    width: 98%;
    margin: 0 auto;
    margin-top: 25px;
  }
}


@media screen and (min-width: 1281px) {
  .option-price-area.sp {
    display: none;
  }
  .how-to-use {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .option-price-area.pc {
    display: none;
    border-top: none;
  }
  .option-info #rental-option {
    display: flex;
    flex-direction: column;
  }
  .rental-option-container {
    width: 100%;
    padding-bottom: 4px;
  }
  .option-img-area {
    padding: 8px 0px;
    justify-content: space-evenly;
    img {
      width: 100%;
    }
    
  }
  .option-img-area-inner {
    width: 42%;
    max-width: 200px;
  }
  .option-img-area-inner.img-size {
    max-width: 75px;
  }
  .rental-option-name{
    font-size: 1.8rem;
    padding: 18px 0px 10px;
  }
  .option-text-area .sub-text {
    font-size: 1.4rem;
    margin-bottom: unset;
  }
  .option-text-area .sub-text .annotation {
    font-size: 1.1rem;
  }
  .option-button-area { 
    text-align: right;
    padding: 0px 19px;
  }
  .rental-option-detail {
    width: 53%;
    max-width: 185px;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 6px 8px;
    margin: 14px auto;
  }
  .option-popup .popup-header {
    & .heading {
        h3 {
          font-size: 1.5rem;
          line-height: 1.3;
          white-space: nowrap;
          min-width: 262px;
          padding: 10px 3px;
        }
    }
  }
  .option-popup .popup-header .title {
    font-size: 2.5rem;
  }
  .option-popup .popup-header .sub-desc-text {
    font-size: 1.3rem;
  }
  .option-popup .popup-body img {
    margin-top: 7px;
    min-width: 150px;
    max-width: 218px;
    width: 70%;
  }
  .option-popup .popup-body .notice .main-text {
    font-size: 1.5rem;
  }
  .option-popup .popup-body .notice .sub-text {
    font-size: 1.3rem;
  }
  div.white-content-box-guidance-notion.option-detail-popup-content {
    padding: 20px 0;
  }
  .option-popup .popup-header .sub-desc {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .option-popup .popup-body {
    & .notice {
        p {
            font-size: 1.5rem;
        }
    }
  }
  .option-popup .popup-header {
    & .images {
        .img {
            font-size: 1.2rem;
        }
    }
  }
  .rental-option-tag {
    width: 48%;
    max-width: 145px;
    left: 50%;
    top: -5%;
    right: 28%;
    transform: translate(-50%, 0);
    font-size: 1.2rem;
    padding: 6px 10px;
  }
  .recommend-icon {
    width: 59px;
    position: absolute;
    top: -7%;
    right: -3%;
    left: unset;
  }
  .option-price-area {
    height: unset;
  }
}

.option-container a.button-black {
  max-width: 310px;
  margin-top: 40px;
  white-space: nowrap;
  color: var(--overseas-white);
}
.option-container a.button-black:hover {
  color: var(--overseas-black);
  outline: var(--overseas-yellow);
  background-color: var(--overseas-yellow);
}
.option-container a.button-black:hover span.arrow {
  border-left: 9px solid var(--overseas-black);
}