body.ver19 {
  overflow-y: visible;
}

@media screen and (min-width: 641px) {
  body.ver19 .section-pagetop {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 641px) {
  body.ver19 .section-pagetop .page-title-holder {
    padding: 32px 0 30px;
  }
}

@media screen and (max-width: 640px) {
  body.ver19 .section-pagetop .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 9.375vw 0 7.8125vw;
  }
}

@media screen and (max-width: 640px) {
  body.ver19 .section-pagetop .page-title-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.header-ver19 {
  position: absolute;
}

sup {
  font-size: 0.3em;
  line-height: 1.0;
}

@media (max-width: 640px) {
  sup {
    font-size: 0.6em;
  }
}

@media (max-width: 640px) {
  .hide__sp {
    display: none;
  }
}

.show__sp {
  display: none;
}

@media (max-width: 640px) {
  .show__sp {
    display: block;
  }
}

.bg--white {
  background-color: #fff;
}

body.ver19 .bg--white.contents {
  background: none;
  background-color: #fff;
}

@media (min-width: 641px) {
  body.ver19 .bg--white.contents {
    background: none;
    background-color: #fff;
  }
}

.bg--gray {
  background-color: #F4F4F4;
}

.icon--star {
  display: inline-block;
  line-height: 0;
  height: 19.3px;
}

.icon-checkbox {
  height: 20px;
}

.section.is-upper {
  margin-top: 0;
  margin-bottom: 80px;
}

@media (max-width: 640px) {
  .section.is-upper {
    margin-top: 4.6875vw;
    margin-bottom: 40px;
  }
}

.section.is-middle {
  margin-top: 0;
  margin-bottom: 0;
}

.section.is-lower {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

@media (max-width: 640px) {
  .section.is-lower {
    padding-bottom: 60px;
  }
}

.section.is-overflow-hidden {
  overflow: hidden;
}

@media (max-width: 640px) {
  .section.is-sp-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-condition {
  padding: 45px 50px 0;
}

@media (max-width: 640px) {
  .section-condition {
    padding: 25px 30px 25px;
  }
}

.section-condition--title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.3em;
}

@media (max-width: 640px) {
  .section-condition--title {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .section-condition--button {
    display: none;
  }
}

.section-spec .section--inner {
  overflow: visible;
  padding: 80px 0 30px;
}

@media (max-width: 640px) {
  .section-spec .section--inner {
    padding: 40px 0 40px;
  }
}

.section-spec .section--inner.is-scrollable {
  max-width: 100%;
}

.section-spec .section--inner.is-scrollable .spec-box--head-inner {
  max-width: 100%;
  width: 100%;
  overflow: scroll;
}

.section-spec .section--inner.is-scrollable .spec-box--body-inner {
  overflow: scroll;
}

.section-component {
  padding: 10px;
}

@media (max-width: 640px) {
  .block-condition--item {
    display: block;
    margin-top: 10px;
  }

  .block-condition--item:nth-of-type(1) {
    margin-top: 0;
  }

  .block-condition--item>dt {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 40px 12px 30px;
    position: relative;
  }

  .block-condition--item>dt:before,
  .block-condition--item>dt:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
  }

  .block-condition--item>dt:before {
    -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }

  .block-condition--item>dt:after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  .block-condition--item>dd {
    background-color: #fff;
    padding: 20px;
    display: none;
  }

  .block-condition--item.is-open>dt:before {
    -webkit-transform: translate3d(0, -50%, 0) rotate(0);
    transform: translate3d(0, -50%, 0) rotate(0);
  }
}

@media (min-width: 641px) {
  .block-condition--item {
    padding: 20px 0;
    border-top: 1px dotted #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .block-condition--item:nth-of-type(1) {
    border-top: none;
  }

  .block-condition--item>dt {
    font-size: 20px;
    font-weight: bold;
    width: 10.0em;
    line-height: 1.0;
  }

  .block-condition--item>dd {
    display: block !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.block-spec {
  position: relative;
}

.block-spec--message {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  background-color: #F4F4F4;
}

.block-spec--message-line {
  font-size: 20px;
  text-align: center;
}

.block-spec--explain {
  margin-top: 10px;
}

@media (max-width: 640px) {
  .block-spec--explain {
    padding: 0 15px;
  }
}

.block-component {
  padding: 80px 10px 60px;
}

@media (max-width: 640px) {
  .block-component {
    padding: 30px 10px 30px;
  }
}

.block-component--inner {
  max-width: 700px;
  margin: 0 auto;
}

.block-component--title {
  font-size: 32px;
  text-align: center;
}

@media (max-width: 640px) {
  .block-component--title {
    font-size: 22px;
  }
}

.block-component--image {
  margin-top: 26px;
}

.block-component--text {
  margin-top: 35px;
  line-height: 1.75;
  font-size: 16px;
}

.block-component--explain {
  text-align: right;
  margin-top: 0.5em;
  font-size: 12px;
}

@media (max-width: 640px) {
  .block-component--explain {
    font-size: 11px;
  }
}

.product-box {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}

.is-minimum .product-box {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

@media (max-width: 640px) {
  .is-single-column .product-box {
    padding-right: 10px;
    width: 95%;
  }
}

.product-box--copy {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .product-box--copy {
    font-size: 14px;
  }
}

.is-minimum .product-box--copy {
  display: none;
}

.product-box--image {
  padding-top: 17px;
}

.product-box--image img {
  max-width: 120px;
}

.is-minimum .product-box--image {
  padding-top: 0;
  width: 90px;
  float: left;
}

@media (max-width: 640px) {
  .is-minimum .product-box--image {
    width: 40px;
  }
}

.product-box--name {
  padding-top: 12px;
  font-size: 14px;
  font-weight: normal;
}

.product-box--name-explain {
  font-size: 12px;
}

@media (max-width: 640px) {
  .product-box--name {
    font-size: 12px;
  }

  .product-box--name-explain {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .is-single-column .product-box--name {
    height: auto !important;
  }

  .is-single-column .product-box--name br {
    display: none;
  }

  .is-single-column .product-box--name br.show__sp {
    display: none;
  }
}

.is-minimum .product-box--name {
  padding-top: 0;
  padding-left: 90px;
  font-size: 11px;
}

@media (max-width: 640px) {
  .is-minimum .product-box--name {
    padding-left: 45px;
    text-align: left;
  }
}

.is-minimum .product-box--name-explain {
  font-size: 10px;
}

@media (max-width: 640px) {
  .is-minimum.is-single-column .product-box--name {
    padding-top: 0.5em;
    padding-left: 55px;
  }
}

.product-box--button {
  padding-top: 20px;
}

.product-box--button .product-box--link {
  text-align: center;
}

.product-box--button .product-box--link a {
  margin-left: auto;
  margin-right: auto;
}

.product-box--button .product-box--link:nth-of-type(n+2) {
  margin-top: 15px;
}

.is-minimum .product-box--button .product-box--link:nth-of-type(n+2) {
  margin-top: 5px;
}

@media (max-width: 640px) {
  .product-box--button .product-box--link:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .is-minimum .product-box--button .product-box--link:nth-of-type(n+2) {
    margin-top: 0;
  }

  .product-box--button .product-box--link:nth-of-type(n+2) .icon-store {
    display: none;
  }
}

@media (max-width: 640px) {
  .product-box--button .product-box--link .icon-store {
    display: none;
  }
}

@media (max-width: 640px) {
  .is-single-column .product-box--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-single-column .product-box--button .product-box--link {
    width: 48%;
  }

  .is-single-column .product-box--button .product-box--link:nth-of-type(n+2) {
    margin-top: 0;
  }

  .is-single-column .product-box--button .product-box--link.is-store {
    width: 50%;
  }
}

.is-minimum .product-box--button {
  padding-left: 90px;
  padding-top: 10px;
}

@media (max-width: 640px) {
  .is-minimum .product-box--button {
    clear: both;
    padding-left: 0;
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .is-minimum .product-box--button .product-box--link {
    width: 48%;
  }

  .is-minimum .product-box--button .product-box--link.is-store {
    width: 50%;
  }
}

@media (max-width: 320px) {
  .is-minimum:not(.is-single-column) .product-box--button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-minimum:not(.is-single-column) .product-box--button .product-box--link {
    width: 100%;
  }

  .is-minimum:not(.is-single-column) .product-box--button .product-box--link:nth-of-type(1) {
    margin-bottom: 5px;
  }

  .is-minimum:not(.is-single-column) .product-box--button .product-box--link.is-store {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .is-minimum.is-single-column .product-box--button {
    display: block;
    clear: none;
    padding-top: 10px;
    padding-left: 55px;
  }

  .is-minimum.is-single-column .product-box--button .product-box--link {
    display: inline-block;
  }

  .is-minimum.is-single-column .product-box--button .product-box--link:nth-of-type(n+2) {
    margin-left: 4%;
  }
}

.product-box--explain {
  font-size: 12px;
}

@media (max-width: 640px) {
  .product-box--explain {
    font-size: 10px;
    line-height: 1.2;
  }
}

.product-box--explain.is-marginTop {
  margin-top: 0.5em;
}

@media (max-width: 640px) {
  .is-minimum .product-box--button .product-box--explain.is-marginTop {
    margin-top: 0;
  }
}

.product-explain {
  text-align: left;
  display: block;
  font-size: 12px;
  padding-left: 2.0em;
  position: relative;
}

@media (max-width: 640px) {
  .product-explain {
    font-size: 10px;
  }
}

.product-explain--no {
  position: absolute;
  left: 0;
}

.btn-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
  padding: 8px 15px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .btn-condition {
    border: 1px solid #BBBBBB;
    width: 100%;
  }
}

.btn-condition--text {
  padding-left: 8px;
  line-height: 1.0;
  color: #3B4043;
  font-size: 15px;
}

@media (max-width: 640px) {
  .btn-condition--text {
    font-size: 14px;
  }
}

.btn-condition--input {
  display: none;
}

input:checked+.btn-condition {
  background-color: #fff;
}

@media (max-width: 640px) {
  input:checked+.btn-condition {
    border: 1px solid #BBBBBB;
  }
}

input:checked+.btn-condition .btn-condition--icon .icon-checkbox .icon-checkbox--bg {
  fill: #00B1DD;
}

.btn-anchor {
  display: inline-block;
  border: 1px solid #333;
  line-height: 0;
  padding: 3px 20px 3px 15px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.btn-anchor--text {
  font-size: 10px;
  display: inline-block;
  line-height: 1.0;
  color: #333;
}

.btn-anchor .icon-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.btn-anchor:hover {
  background-color: #333;
}

.btn-anchor:hover .btn-anchor--text {
  color: #fff;
}

.btn-anchor:hover .icon-arrow {
  fill: #fff;
}

.btn-compare {
  text-align: center;
  display: block;
  max-width: 60px;
  padding: 15px;
  margin: 0 auto;
}

body.ver19 .btn-default {
  width: 140px;
  height: 35px;
  font-size: 12px;
}

body.ver19 .btn-default.btn-icon-abs .icon-svg {
  right: 10px;
}

body.ver19 .btn-default.btn-icon-abs .icon-svg.icon-arrow-right {
  width: 4.5px;
  height: 7.5px;
}

body.ver19 .btn-default.btn-icon-abs .icon-svg.icon-target {
  width: 10px;
  height: 10px;
}

@media (min-width: 641px) {
  body.ver19 .btn-default {
    width: 140px;
    height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  body.ver19 .btn-default {
    width: 100%;
    height: 35px;
    min-height: 0;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  body.ver19 .is-minimum .btn-default {
    font-size: 10px;
    height: 20px;
  }

  body.ver19 .is-minimum .btn-default.btn-icon-abs .icon-svg {
    right: 5px;
  }

  body.ver19 .is-minimum .btn-default.btn-icon-abs .icon-svg.icon-arrow-right {
    width: 4.5px;
    height: 7.5px;
  }

  body.ver19 .is-minimum .btn-default.btn-icon-abs .icon-svg.icon-target {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 641px) {
  body.ver19 .is-minimum .btn-default {
    font-size: 11px;
    height: 26px;
  }
}

.spec-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 641px) {
  .spec-box {
    border-bottom: 1px dashed #000;
  }
}

.spec-box--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #F4F4F4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.is-fixed .spec-box--head {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 8px 4px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 4px -3px rgba(0, 0, 0, 0.4);
}

@media (min-width: 641px) {
  .spec-box--head:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -532px;
    width: 200px;
    background-color: #F4F4F4;
    z-index: 2;
  }
}

.spec-box--head-inner {
  position: relative;
}

@media (max-width: 640px) {
  .spec-box--head-inner {
    max-width: 100vw;
  }
}

.is-minimum .spec-box--head-inner {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  .is-minimum .spec-box--head-inner {
    width: 1064px;
    margin-left: auto;
    margin-right: auto;
  }
}

.spec-box--body {
  position: relative;
  z-index: 3;
}

@media (min-width: 641px) {
  .spec-box--body:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -532px;
    width: 200px;
    background-color: #F4F4F4;
    z-index: 4;
  }
}

.spec-box--body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spec-box--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.spec-box--row .spec-box--title {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 640px) {
  .spec-box--row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spec-box--row .spec-box--title {
    width: 100%;
    background-color: #000;
    height: auto !important;
    color: #fff;
    display: block;
    padding: 10px;
    position: relative;
  }

  .spec-box--row .spec-box--title .spec-box--title-inner {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    width: 100vw;
    text-align: center;
  }

  .spec-box--row .spec-box--title .spec-box--line {
    display: inline-block;
  }

  .spec-box--row .spec-box--title .btn-anchor {
    border-color: #fff;
  }

  .spec-box--row .spec-box--title .btn-anchor .icon-arrow-black {
    fill: #fff;
  }

  .spec-box--row .spec-box--title .btn-anchor--text {
    color: #fff;
  }

  .spec-box--row .spec-box--title.is-empty {
    display: none;
  }
}

.is-single-column .spec-box--row {
  width: 100% !important;
}

.spec-box--title {
  width: 200px;
  text-align: left;
  padding: 40px 0 40px 20px;
  word-wrap: break-word;
  color: #333;
  padding-right: 10px;
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spec-box--head .spec-box--title {
  padding: 0 20px;
}

@media (min-width: 641px) {
  .spec-box--body .spec-box--title {
    border-top: 1px dashed #000;
  }
}

.spec-box--data-wrap {
  overflow: hidden;
}

@media (max-width: 640px) {
  .is-single-column .spec-box--data-wrap {
    width: 100% !important;
  }
}

.spec-box--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (min-width: 641px) {
  .spec-box--body .spec-box--data {
    border-top: 1px dashed #000;
  }
}

.spec-box--item {
  width: 280px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .spec-box--item {
    font-size: 14px;
  }
}

.spec-box--head .spec-box--item {
  padding: 0 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.is-minimum .spec-box--head .spec-box--item {
  padding: 0 10px;
}

@media (max-width: 640px) {
  .is-minimum .spec-box--head .spec-box--item {
    padding: 0 5px;
  }
}

.spec-box--body .spec-box--item {
  padding: 40px 10px;
}

@media (max-width: 640px) {
  .spec-box--body .spec-box--item {
    padding: 20px 10px;
  }
}

.spec-box--item.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 640px) {
  .spec-box--item {
    width: 50vw;
  }

  .is-single-column .spec-box--item {
    width: 100vw;
  }
}

.spec-box--explain {
  font-size: 12px;
}

@media (max-width: 640px) {
  .spec-box--explain {
    font-size: 11px;
  }
}

.spec-box--unit {
  font-size: 12px;
}

.spec-box--extends .txt-component {
  font-size: 16px;
  line-height: 1.4;
}

.spec-box--extends .txt-component.is-token {
  font-size: 16px;
}

.spec-box--extends .txt-component.is-bold {
  font-weight: bold;
}

.spec-box--extends .txt-component.is-small {
  font-size: 14px;
  line-height: 1.2;
}

.spec-box--extends .txt-component.is-lower {
  margin-top: 0.5em;
}

.spec-box--abs {
  font-size: 10px;
  line-height: 1.0;
}

@media (min-width: 641px) {
  .spec-box--abs {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

.spec-box--arrow {
  display: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  z-index: 200;
  top: 220px;
  margin-top: -15px;
}

.spec-box--arrow:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.spec-box--arrow.is-left {
  left: 0;
}

.is-btn-left-show .spec-box--arrow.is-left {
  display: block;
}

@media (min-width: 641px) {
  .spec-box--arrow.is-left {
    left: 200px;
  }
}

.spec-box--arrow.is-left:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.spec-box--arrow.is-right {
  right: 0;
}

.is-btn-right-show .spec-box--arrow.is-right {
  display: block;
}

.spec-box--arrow.is-right:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.is-minimum .spec-box--arrow {
  top: 70px;
}

@media (max-width: 641px) {
  .is-minimum .spec-box--arrow {
    top: 50px;
  }
}

.spec-box--arrow-wrap {
  position: relative;
  width: 100%;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
}

.condition-box--item {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 640px) {
  .condition-box--item {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }

  .condition-box--item:nth-of-type(1) {
    margin-top: 0;
  }
}

.js_spec_data {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
  z-index: -1;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  z-index: -1;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

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



/* add20220722 */

@media all and (min-width: 641px) {

  .related-link-bottom .page-title-holder .page-title-products {
    width: 190px;
    margin-left: 250px;
    bottom: 0;
    margin-bottom: -32px;
  }

  .related-link-bottom .page-title-holder .page-title-products img {
    padding-right: 20px;
  }

  .related-link-bottom .page-title-holder {
    background: url(../img/bg-main.jpg) center top no-repeat;
    padding: 57px;
  }

  .page-title {
    padding: 57px !important;
  }

  .pb0 {
    padding-bottom: 1px !important;
  }

  .title-svg {
    width: 317px;
  }

}

@media screen and (max-width: 640px) {

  .related-link-bottom .page-title-holder {
    height: 63.125vw;
    background: url(../img/page-title-base-sp.jpg) center top no-repeat;
    position: relative;
    text-align: center;
    padding-top: 9.375vw;
  }

  .section-pagetop .page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 9.375vw 0 7.8125vw;
  }

  .related-link-bottom .page-title-holder .page-title img {
    width: 55vw;
  }

  .related-link-bottom .page-title-holder .page-title-text {
    display: block;
  }

  .related-link-bottom .page-title-holder .page-title-products {
    width: 29.375vw;
  }

  .related-link-bottom .page-title-holder .page-title-products img {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .pb0 {
    padding-bottom: 1px !important;
  }

}

.related-link-bottom {
  margin-bottom: 8rem !important;
}


@media (min-width: 641px) {
  body.ver19 .related-link-bottom {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 700px;
  }
}

@media (min-width: 641px) {
  body.ver19 .section-pagetop .related-link-bottom-title {
    margin: 0 15rem 0 0;
    padding: 40px 0 30px;
  }
}

@media (min-width: 641px) {
  body.ver19 .section-pagetop .related-link-bottom-products {
    position: absolute;
    left: 32%;
  }
}

@media (min-width: 641px){
  .section-qa .border-holder .box.left {
      width: 280px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
  }
  .section-qa .border-holder .item-name .text-s {
    font-size: 16px;
  }
  .section-qa .border-holder .pic {
      display: block;
      position: relative;
      margin-bottom: -33px;
  }

  .section-qa .border-holder .item-name {
      font-weight: bold;
      font-size: 24px;
      padding-bottom: 27px;
      margin-bottom: 27px;
      border-bottom: 1px solid #ccc;
      padding-left: 45px;
      position: relative;
  }
  .section-qa .border-holder .box .text {
      width: 465px;
      font-size: 15px;
      line-height: 2.13333;
      padding-left: 1em;
      text-indent: -1em;
  }
  .section-qa .border-holder .box.right {
      width: 545px;
  }
  .section-qa .border-holder .box {
      display: block;
  }
  .section-qa .border-holder .item-name:before {
      content: "";
      display: block;
      background: url(../img/icon-q.svg) left top/contain no-repeat;
      width: 34px;
      height: 34px;
      position: absolute;
      left: 0;
      top: 0;
  }
}

@media screen and (max-width: 640px){
.section-qa .border-holder {
  display: block;
  border: 1px solid #ccc;
  margin-top: 9.375vw;
  padding: 4.6875vw 5.46875vw;
  position: relative;
}
.section-qa .border-holder .item-name {
  font-weight: bold;
  font-size: 4.6875vw;
  padding-left: 9.375vw;
  padding-top: 0.9375vw;
  padding-bottom: 2.34375vw;
  margin-bottom: 8.59375vw;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.section-qa .border-holder.n2 .pic {
  width: 45.78125vw;
}
.section-qa .border-holder .pic {
  display: block;
  position: relative;
  margin: auto;
}
.section-qa .border-holder .item-name .text-s {
  font-size: 3.75vw;
  display: block;
}
.section-qa .border-holder .box .text {
  margin-bottom: 1.5625vw;
  font-size: 3.75vw;
  line-height: 5.625vw;
  padding-left: 1em;
  text-indent: -1em;
}
body.ver19 .border-holder .btn-more {
  width: 16.5625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  font-size: 4.375vw;
}
.section-qa .border-holder .item-name:before {
  content: "";
  display: block;
  background: url(../img/icon-q.svg) left top/contain no-repeat;
  width: 6.5625vw;
  height: 6.5625vw;
  position: absolute;
  left: 0;
  top: 0;
}
}

/* 20240719追加 */
.sb-voice{
  padding: 90px 0 120px;
  color: rgb(110, 110, 110);
  font-family: "Noto Serif JP", serif;
}
.selection-title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.selection-desc{
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
body .selection-title img {
  width: 34px;
  margin-top: 2px;
  margin-right: 5px;
}
.selection-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.selection-content {
  width: 20%;
}
.selection-content{
  padding: 5px;
}
.selection-content-inner {
  display: flex;
  flex-direction: column;
}
.selection-content__img{
  height: 288px;
}
.selection-content__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selection-content__info {
  height: 100px;
  overflow: hidden;
}
.selection-content__info{
  position: relative;
}
.selection-content__info::after {
  background: -webkit-linear-gradient(top, hsla(0, 0%, 96%, 0), #fff);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.selection-content__info-name{
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}

.selection-content__info-name::before{
background-image: url(../img/instagram_logo_90.png);
background-repeat: no-repeat;
background-size: cover;
content: " ";
height: 15px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 15px;
}

@media screen and (max-width: 640px) {
.sb-voice{
    padding-top: 50px;
}
.selection-title span {
  font-size: 28px;
}
.selection-content{
  width: 60%;
  margin-bottom: 50px;
}
.selection-content__info{
  height: 130px;
}
.selection-content__info-name {
  margin: 10px 0;
  font-size: 20px;
  padding-left: 30px;
}
.selection-content__img{
  height: auto;
}
.selection-desc,.selection-content__info-caption,.selection-content__info{
  font-size: 18px;
}
.selection-content__info-name::before{
  background-image: url(../img/instagram_logo_90.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
}


/* 20250108 */
@media (min-width: 641px) {
  .column-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      max-width: 904px;
      margin: auto;
      justify-content: start;
      align-items: center;
      margin-top: 40px;
      margin-bottom: 60px;
  }
  .mt-16 {
    margin-top: 16px;
}
.category-box {
  display: block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ccc;
  height: 475px;
}
.w-3col {
  width: 32%;
  margin-right: 16px;
}
.w-3col:nth-child(3n) {
  margin-right: 0;
}
.border-1 {
  border: 1px solid #ccc;
}

.position-relative {
  position: relative;
}

.category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: #fff;
  white-space: nowrap;
}
.category-pic-holder {
  overflow: hidden;
  height: 190px;
  display: grid;
  place-content: center;
  gap: 1ch;
}
.category-info-holder {
  text-align: left;
  padding: 10px;
  padding-bottom: 30px;
}
.category-column-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.375;
  position: relative;
  padding-bottom: 16px;
}
.category-column-title:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #9d162e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.category-column-update {
  color: #000000;
  padding-bottom: 6px;
  font-size: 1.4rem;
}
.category-column-text {
  font-size: 14px;
  line-height: 1.33333;
}
.mt-16 {
  margin-top: 16px;
}

.category-page-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.column-update-date {
  color: #666666;
  padding-bottom: 6px;
}

.product-pic {
  width: 20%;
}

.section-column-holder .btn-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 72px;
  height: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.02em;
  -webkit-transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-column-holder .btn-check .text {
  width: 60px;
  display: block;
  font-weight: bold;
}
.section-column-holder .btn-check .icon-arrow {
  width: 6px;
  height: 10px;
  right: 0;
  margin: 0;
  -webkit-transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
}

@media screen and (max-width: 640px) {
	.key-pcOnly {
		display: none;
	}

	.key-spOnly {
		visibility: visible;
	}

	.key-sec ul>li {
		margin-left: 10px;
		font-size: 17px;
	}

	.key-word {
		width: 100%;
		margin: auto;
	}

	.section-top .section-title {
		width: 39.84375vw
	}

	.section-column-holder {
		padding-bottom: 18.75vw
	}

	.section-column-holder .top-text {
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.46154;
		margin-bottom: 10.9375vw
	}

	.section-column-holder .column-holder .box+.box {
		margin-top: 9.375vw
	}

	.section-column-holder .column-holder .box {
		display: block;
		position: relative;
		background-color: #fff;
		border: 2px solid #ccc
	}

	.section-column-holder .info-holder {
		text-align: left;
		padding: 4.6875vw;
		padding-bottom: 12.5vw
	}

	.section-column-holder .column-title {
		font-size: 3.2rem;
		font-weight: bold;
		line-height: 1.375;
		position: relative;
		padding-bottom: 3.90625vw;
		margin-bottom: 3.90625vw
	}

	.section-column-holder .column-title:after {
		content: "";
		display: block;
		width: 6.25vw;
		height: .3125vw;
		background-color: #9d162e;
		position: absolute;
		bottom: 0;
		left: 0
	}

	.section-column-holder .column-text {
		font-size: 2.4rem;
		line-height: 1.33333
	}

	.section-column-holder .btn-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 125px;
		position: relative;
		margin-left: auto;
		position: absolute;
		bottom: 3.90625vw;
		right: 4.6875vw
	}

	.section-column-holder .btn-check .text {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 2.8rem
	}

	.section-column-holder .btn-check .icon-arrow {
		margin-left: 20px;
		width: 8px;
		height: 14px
	}

	/*20180827*/
	.section-title {
		font-size: 4.2rem;
		font-weight: bold;
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 60px;
		border-bottom: 2px solid #ccc;
	}

	.section-title-mt-sp {
		padding-top: 60px;
	}

	.column-col-mt {
		margin-top: 16px;
	}

	.position-relative {
		position: relative;
	}

	.category-title {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		margin: auto;
		color: #fff;
	}

	.column-title:after {
		content: none !important;
	}

	.category-box {
		display: block;
		position: relative;
		background-color: #fff;
		border: 2px solid #ccc;
		margin-top: 9.375vw;
	}

	.category-box:first-child {
		margin-top: -10.9375vw;
	}

	.category-pic-holder {
		overflow: hidden;
	}

	.category-info-holder {
		text-align: left;
		padding: 4.6875vw;
		padding-bottom: 12.5vw;
	}

	.category-column-title {
		font-weight: bold;
		font-size: 5vw;
		margin-bottom: 4.6875vw;
		line-height: 1.375;
		position: relative;
		padding-bottom: 3.90625vw;
	}

	.category-column-title:after {
		content: "";
		display: block;
		width: 6.25vw;
		height: .3125vw;
		background-color: #9d162e;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.category-column-update {
        font-size: 3.8vw;
    }

	.category-column-text {
		font-size: 2.4rem;
		line-height: 1.33333;
	}

	.category-page-title {
		font-size: 3.8rem;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
	}

	.section-column-holder .category-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 125px;
		position: relative;
		margin-left: auto;
		position: absolute;
		bottom: 2vw;
		right: 2vw
	}

	.section-column-holder .category-check .text {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 2.4rem;
		color: #fff;
	}

	.section-column-holder .category-check .icon-arrow {
		margin-left: 20px;
		width: 8px;
		height: 14px
	}

	.column-update-date {
		color: #666666;
		font-size: 2.4rem;
		line-height: 1.33333;
		padding-bottom: 14px;
	}

	body.ver19 .section-column-holder .column-title {
		margin-bottom: 0;
	}

	.column-title {
		font-size: 28px;
		font-weight: bold;
		line-height: 1.57143;
		margin-bottom: 10px;
	}

	.sp-width-100p {
		width: 100% !important;
	}
  .section-title {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 60px;
    border-bottom: 2px solid #ccc;
}

}