@charset "UTF-8";
.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #next header#header {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #next header#header {
    background: #fff;
  }
}

.g-nav .inner .hover-target:hover .menu-inner {
  display: none;
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 40px;
  }
}

.title-area {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .title-area {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.header-area {
  position: sticky;
  top: 100px;
  background-color: #fff;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header-area {
    top: 66px;
    padding-top: 20px;
    padding-bottom: 3px;
    margin-bottom: 0;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  }
}
.header-area .page-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .header-area .page-title {
    margin-bottom: 40px;
  }
}
.header-area .nav-row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .header-area .nav-row {
    flex-wrap: wrap;
    gap: 15px 0;
    margin: 0 calc((18 / 375)*100vw) 18px;
  }
}
.header-area .nav-row .nav-col {
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .header-area .nav-row .nav-col {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .nav-row .nav-col {
    letter-spacing: 0.1em;
    width: 45%;
    flex-shrink: 0;
    max-width: 140px;
    text-align: left;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .nav-row .nav-col .nav-item {
    display: flex;
    justify-content: space-between;
  }
}
.header-area .nav-row .nav-col .nav-item img {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .header-area .nav-row .nav-col + .nav-col {
    padding-left: 10px;
    border-left: 1px solid #707070;
  }
}

.hero-area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .hero-area {
    margin-bottom: 40px;
  }
}
.hero-area .photo-wrap img {
  width: 100%;
}

/*
**共通
*/
.contents-area {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .contents-area {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area {
    margin-bottom: 60px;
    margin-top: -140px;
    padding-top: 140px;
  }
}
.contents-area .heading-wrap .note {
  letter-spacing: 0.2em;
}
.contents-area .title-main {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contents-area .title-main {
    margin-bottom: 20px;
  }
}
.contents-area .cont-wrap {
  margin: 0 60px;
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap {
    margin: 0 18px;
  }
}
.contents-area .cont-wrap .list-wrap {
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap .list-wrap {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.contents-area .cont-wrap .list-wrap dt {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.contents-area .cont-wrap .list-wrap dd {
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .contents-area .cont-wrap .list-wrap dd {
    max-width: 670px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap .list-wrap dd {
    font-size: 14px;
  }
}
.contents-area .cont-wrap .list-wrap .price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #5C6E80;
}
@media print, screen and (min-width: 768px) {
  .contents-area .cont-wrap .list-wrap .price {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap .list-wrap .price {
    margin-top: 10px;
  }
}
.contents-area .note {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .contents-area .note {
    font-size: 14px;
  }
}
.contents-area .note a {
  text-decoration: underline;
}

#base-price .cont-wrap {
  margin: 0;
  padding: 60px 60px 30px;
  border: 1px solid #F2F2F2;
}
@media only screen and (max-width: 767px) {
  #base-price .cont-wrap {
    padding: 20px 20px 10px;
  }
}
#base-price .note {
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #base-price .note {
    font-size: 14px;
  }
}
#base-price .list-wrap {
  display: flex;
  justify-content: space-between;
}
#base-price .list-wrap dt {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  #base-price .list-wrap dt {
    font-size: 18px;
  }
}
#base-price .list-wrap .price {
  position: relative;
  top: 6px;
  color: #5C6E80;
}

#warranty .list-wrap dd {
  max-width: unset;
}

@media only screen and (max-width: 767px) {
  #bonus {
    margin-bottom: 120px;
  }
}

/*# sourceMappingURL=page_menu.css.map */
