@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.0001;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 400;
}
body.is-menu-open {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    line-height: 2;
  }
}

@media only screen and (max-width: 967.98px) {
  main {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.6rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .header-common {
    height: 100px;
  }
  .header-common .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .header-common .header-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 967.98px) {
  .header-common {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-common .header-wrapper {
    padding: 0.09rem 0 0.09rem 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-wrapper {
    display: flex;
    align-items: center;
    min-height: 0.6rem;
  }
}

.logo-header-primary {
  margin: 0;
}
.logo-header-primary .logo-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-primary {
    flex: 0 0 auto;
    width: 277px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .logo-header-primary {
    width: 230px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    width: 2.1rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  font-size: 0.14rem;
  font-weight: 500;
}
.navigation-header-sitemap .navigation-item:last-child {
  margin: 0;
}
.navigation-header-sitemap .item-link {
  display: block;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    display: flex;
    flex: 1;
    align-items: center;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
  .navigation-header-sitemap .navigation-item {
    margin-right: 28px;
  }
  .navigation-header-sitemap .logo-header-primary {
    display: none;
  }
}
@media print, (min-width: 968px) {
  .navigation-header-sitemap {
    display: flex !important;
  }
}
@media print {
  .navigation-header-sitemap {
    padding-right: 40px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .navigation-header-sitemap .navigation-item {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 967.98px) {
  .navigation-header-sitemap {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.15rem 1.5rem;
    background: #fff;
    overflow: hidden auto;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: block;
  }
  .navigation-header-sitemap .logo-header-primary {
    display: block;
    margin: 0.3rem 0 0.5rem;
  }
  .navigation-header-sitemap .item-link {
    padding: 0.08rem 0;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap .logo-header-primary {
    margin: 0.11rem 0 0.48rem;
  }
}

.button-header-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.button-header-inquiry .button-wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .button-header-inquiry {
    flex: 0 0 auto;
    width: 140px;
    min-height: 50px;
    margin-left: 40px;
    padding: 8px 10px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .button-header-inquiry {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 967.98px) {
  .button-header-inquiry {
    width: 2rem;
    min-height: 0.5rem;
    margin: 0.5rem auto 0;
    padding: 0.08rem 0.1rem;
  }
  .button-header-inquiry .button-wrapper {
    top: -1px;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 2;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  transition: right 0.3s ease, width 0.3s ease;
  cursor: pointer;
}
.button-header-burger .button-line {
  position: absolute;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  transition: transform 0.3s ease, width 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  border-top: 0.02rem solid #333;
}
.button-header-burger .button-line:nth-child(1) {
  top: 0.1rem;
}
.button-header-burger .button-line:nth-child(2) {
  top: 0.2rem;
}
.button-header-burger .button-line:nth-child(3) {
  top: 0.3rem;
}
.button-header-burger.is-active .button-line {
  width: 0.45rem;
}
.button-header-burger.is-active .button-line:nth-child(1) {
  top: 0.22rem;
  transform: rotate(45deg);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active .button-line:nth-child(3) {
  top: 0.22rem;
  transform: rotate(-45deg);
}
@media print, (min-width: 768px) {
  .button-header-burger {
    display: none;
  }
}
@media only screen and (max-width: 967.98px) {
  .button-header-burger {
    display: block;
    top: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0.09rem;
  }
}

.footer-common {
  position: relative;
}

.footer-navigation {
  position: relative;
  background-color: #000;
  color: #fff;
}
@media print, (min-width: 768px) {
  .footer-navigation {
    padding: 28px 0 4px;
  }
  .footer-navigation .navigation-inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 94px;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .footer-navigation .navigation-inner {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-navigation {
    padding: 0.3rem 0 0.15rem;
  }
  .footer-navigation .navigation-inner {
    margin-bottom: 0.4rem;
  }
}

.logo-footer-primary {
  width: 2.77rem;
}
.logo-footer-primary .logo-wrapper {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-footer-primary {
    flex: 0 0 auto;
    margin-top: 2px;
    margin-right: 83px;
  }
}
@media only screen and (max-width: 967.98px) {
  .logo-footer-primary {
    margin: 0 auto 0.35rem;
  }
}

.navigation-footer-sitemap .item-heading {
  display: flex;
  font-weight: 700;
}
.navigation-footer-sitemap .heading-link {
  display: block;
  line-height: 1.2;
}
.navigation-footer-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.navigation-footer-sitemap .navigation-item.is-information .item-wrapper {
  display: flex;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    flex: 1;
    padding-right: 88px;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    margin-bottom: -25px;
  }
  .navigation-footer-sitemap .navigation-item {
    width: 200px;
    margin-bottom: 25px;
  }
  .navigation-footer-sitemap .navigation-item.is-introduction {
    width: unset;
  }
  .navigation-footer-sitemap .navigation-item.is-information {
    width: 400px;
  }
  .navigation-footer-sitemap .navigation-item.is-information .item-wrapper {
    display: flex;
  }
  .navigation-footer-sitemap .item-heading {
    margin-bottom: 9px;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .navigation-footer-sitemap {
    padding-right: 0;
  }
  .navigation-footer-sitemap .navigation-wrapper {
    justify-content: center;
  }
  .navigation-footer-sitemap .navigation-item {
    width: 175px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap .navigation-wrapper {
    margin-bottom: -0.3rem;
  }
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 0.3rem;
  }
  .navigation-footer-sitemap .item-heading {
    margin-bottom: 0.09rem;
  }
}

.list-footer-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer-sitemap .list-item {
  position: relative;
}
.list-footer-sitemap .list-item:last-child {
  margin-bottom: 0;
}
.list-footer-sitemap .item-link {
  display: inline-block;
  position: relative;
  padding-left: 0.14rem;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.list-footer-sitemap .item-link::before {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  background: url("../img/common/icon_arrow_02.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .list-footer-sitemap {
    margin-top: -4px;
    padding-right: 10px;
  }
  .list-footer-sitemap.is-plat {
    margin-left: 15px;
  }
  .list-footer-sitemap .list-item {
    margin-bottom: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-sitemap .list-item {
    display: flex;
    margin-bottom: 0.1rem;
    padding-right: 0.1rem;
  }
}

.footer-policy {
  font-size: 0.12rem;
  font-weight: 500;
  text-align: center;
}
.footer-policy .policy-wrapper {
  position: relative;
}

.button-common-primary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.06rem;
  height: 0.11rem;
  transform: translateY(-50%);
  background: url("../img/common/icon_arrow_04.svg") center/contain no-repeat;
}
.button-common-primary .button-wrapper {
  position: relative;
  padding: 0 0.12rem;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-height: 50px;
    padding: 10px 14px;
  }
  .button-common-primary::before {
    right: 20px;
  }
  .button-common-primary .button-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.5rem;
    padding: 0.1rem 0.14rem;
  }
  .button-common-primary::before {
    right: 0.2rem;
  }
  .button-common-primary .button-wrapper {
    top: -0.01rem;
  }
}

.button-common-primary.is-cta {
  max-width: 2.8rem;
  background-color: #e6e6e6;
  color: #333;
}
.button-common-primary.is-cta::before {
  background-image: url("../img/common/icon_arrow_01.svg");
}

.button-common-top {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  bottom: 0.6rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-common-top.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.button-common-top.is-stuck {
  position: absolute;
  bottom: 100%;
  transform: translateY(50%);
}
@media print, (min-width: 768px) {
  .button-common-top {
    right: 40px;
    width: 60px;
    height: 60px;
  }
  .button-common-top:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    right: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.button-common-download {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.4rem;
  padding: 0.06rem 0.1rem;
  border-radius: 0.05rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.button-common-download .button-wrapper {
  display: inline-flex;
  position: relative;
  align-items: center;
}
.button-common-download .button-wrapper::after {
  content: "";
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: 0.17rem;
  height: 0.2rem;
  margin-left: 0.04rem;
  background: url("../img/common/icon_download_01.svg") center/contain no-repeat;
}

.button-header-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-header-skip:focus {
  display: block;
  z-index: 100;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.breadcrumb-common {
  position: relative;
  min-height: 0.3rem;
  background-color: #f2f2f2;
}
.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-common .breadcrumb-item {
  display: inline-flex;
  position: relative;
  padding-right: 0.18rem;
  color: #333;
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.is-firefox .breadcrumb-common .breadcrumb-item {
  top: -1px;
}
.breadcrumb-common .breadcrumb-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.01rem;
  width: 0.11rem;
  height: 0.11rem;
  transform: translateY(-50%);
  background: url("../img/common/icon_arrow_breadcrumb.svg") center/contain no-repeat;
}
.breadcrumb-common .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb-common .item-wrapper {
  position: relative;
  top: -1px;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 1px 0;
  }
  .breadcrumb-common .wrapper {
    max-width: 1160px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .breadcrumb-common .wrapper {
    width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.03rem 0;
  }
}

.title-common-primary {
  margin-bottom: 0.33rem;
  text-align: center;
}
.title-common-primary .title-japanese,
.title-common-primary .title-english {
  display: block;
}
.title-common-primary .title-japanese {
  margin-bottom: 1px;
  font-size: 0.29rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.title-common-primary .title-english {
  color: #c83232;
  font-family: "Oswald", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.title-common-secondary {
  font-size: 0.29rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 0.24rem;
    line-height: 1.5;
  }
}

.title-common-tertiary {
  margin: 0;
}
.title-common-tertiary .title-small,
.title-common-tertiary .title-main {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-common-tertiary .title-small {
  color: #004098;
  font-size: 0.16rem;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .title-common-tertiary .title-main {
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary .title-small {
    margin-bottom: 0.06rem;
  }
  .title-common-tertiary .title-main {
    font-size: 0.26rem;
    line-height: 1.4;
  }
}

.title-common-tertiary.is-modify .title-small {
  color: #333;
}

.title-common-quaternary {
  margin: 0;
  border-bottom: 1px solid #ccc;
  color: #004098;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.title-common-quaternary.is-regular {
  color: #333;
}

.title-common-detail {
  font-weight: 700;
}
.title-common-detail .title-japanese,
.title-common-detail .title-english {
  display: block;
  line-height: 1.2;
}
.title-common-detail .title-japanese {
  color: #999;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.title-common-detail .title-english {
  font-family: "Oswald", sans-serif;
}
@media print, (min-width: 768px) {
  .title-common-detail .title-english {
    font-size: 0.32rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-detail .title-english {
    font-size: 0.26rem;
  }
}

.title-common-quinary {
  margin-bottom: 0;
  color: #004098;
  font-size: 0.21rem;
  font-weight: 700;
  line-height: 1.7142857143;
}
.title-common-quinary .title-wrapper {
  position: relative;
}

.title-common-senary {
  display: flex;
  position: relative;
  margin-bottom: 0.02rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-common-senary .title-square {
  flex: 0 0 auto;
  margin-right: 0.04rem;
  color: #004098;
}
.title-common-senary .title-wrapper {
  position: relative;
}

.title-common-highlight {
  margin: 0;
  color: #004098;
  font-size: 0.16rem;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .title-common-highlight {
    line-height: 1.5;
  }
}

.paragraph-common {
  margin: 0;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.75;
}

.cta-common {
  background-color: #004098;
  color: #fff;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
}
.cta-common .cta-button {
  position: relative;
}
@media print, (min-width: 768px) {
  .cta-common {
    padding: 28px 0 33px;
  }
  .cta-common .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cta-common .cta-button {
    top: 2px;
    flex: 0 0 auto;
    width: 280px;
  }
  .cta-common .cta-description {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta-common {
    padding: 0.28rem 0 0.35rem;
  }
  .cta-common .cta-button {
    width: 2.8rem;
    margin: 0 auto;
  }
  .cta-common .cta-description {
    margin-bottom: 0.2rem;
  }
}

.sidebar-common .sidebar-title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.26rem;
  padding: 0.12rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sidebar-common .title-japanese,
.sidebar-common .title-english {
  display: block;
}
.sidebar-common .title-japanese {
  max-width: 60%;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sidebar-common .title-english {
  max-width: 40%;
  color: #004098;
  font-family: "Oswald", sans-serif;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .sidebar-common .sidebar-wrapper {
    position: sticky;
    top: 15px;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .sidebar-common .sidebar-wrapper {
    top: 115px;
  }
}

.list-common-sidebar {
  position: relative;
}
.list-common-sidebar .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-sidebar .item-link {
  display: block;
  padding: 0.06rem 0.2rem;
  transition: background-color 0.3s ease;
  background-color: transparent;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
}
.list-common-sidebar .item-link:hover {
  background-color: #e5ecf5;
}
.list-common-sidebar .link-wrapper {
  position: relative;
}
.list-common-sidebar .list-item.is-current .item-link {
  background-color: #e5ecf5;
}
.list-common-sidebar .item-child {
  position: relative;
}
.list-common-sidebar .child-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-sidebar .child-link {
  display: block;
  padding: 0.06rem 0.35rem;
  transition: background-color 0.3s ease;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.list-common-sidebar .child-link:hover {
  background-color: #e5ecf5;
}
.list-common-sidebar .child-wrapper.is-current .child-link {
  background-color: #e5ecf5;
}
@media screen, (min-width: 768px) and (max-height: 700px) {
  .list-common-sidebar .item-link,
  .list-common-sidebar .child-link {
    font-size: 0.15rem;
  }
  .list-common-sidebar .item-link {
    padding: 0.04rem 0.2rem;
  }
  .list-common-sidebar .child-link {
    padding: 0.04rem 0.35rem;
  }
}
@media print, (min-width: 768px) {
  .list-common-sidebar {
    padding-bottom: 10px;
    height: calc(100vh - 280px);
    overflow-y: auto;
  }
  .list-common-sidebar .list-wrapper {
    height: -moz-max-content;
    height: max-content;
  }
}

.block-common-information {
  position: relative;
}
.block-common-information .block-content {
  position: relative;
}
.block-common-information.is-full {
  display: block;
}
.block-common-information.is-full .block-content {
  padding: 0;
}
.block-common-information.is-full .content-title {
  margin-bottom: 0.05rem;
  padding: 0;
}
.block-common-information.is-full .paragraph-common {
  font-weight: 400;
}
.block-common-information .image-wrapper {
  position: relative;
  padding-top: 75%;
}
.block-common-information .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.block-common-information .title-common-tertiary {
  margin-bottom: 0.04rem;
}
.block-common-information .title-common-tertiary .title-main {
  margin-bottom: 0.07rem;
  font-size: 0.224rem;
  line-height: 1.75;
}
.block-common-information .title-common-tertiary .title-small {
  font-size: 0.16rem;
  letter-spacing: 0;
}
.block-common-information .content-title {
  margin-bottom: 0.05rem;
  font-size: 0.21rem;
  line-height: 1.4;
}
.block-common-information .content-title.is-smaller {
  font-size: 0.16rem;
}
@media print, (min-width: 768px) {
  .block-common-information {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .block-common-information .title-common-secondary {
    margin-bottom: 18px;
  }
  .block-common-information .block-image {
    flex: 0 0 auto;
    width: 47.619047619%;
  }
  .block-common-information .block-content {
    flex: 1;
    padding: 5px 25px 20px 0;
  }
  .block-common-information .block-content.is-drop {
    padding-right: 8px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .block-common-information .block-content {
    padding-right: 10px;
  }
  .block-common-information .content-title {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-information .block-image {
    margin-bottom: 0.2rem;
  }
  .block-common-information .title-common-tertiary {
    margin-bottom: 0.15rem;
  }
}

.block-common-information.is-modify .image-wrapper {
  padding-top: unset;
}
.block-common-information.is-modify .image-wrapper img {
  position: relative;
}
.block-common-information.is-modify .block-content {
  padding: 0;
}
@media print, (min-width: 768px) {
  .block-common-information.is-modify {
    flex-direction: unset;
    align-items: unset;
    margin-bottom: 30px;
  }
  .block-common-information.is-modify .block-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .block-common-information.is-modify .block-content {
    max-width: 420px;
    padding: 43px 0 0;
  }
}

.block-common-detail {
  position: relative;
  margin-top: 0.06rem;
  margin-bottom: 0.6rem;
}
.block-common-detail .block-wrapper {
  display: flex;
}
.block-common-detail .paragraph-common {
  text-align: justify;
}
.block-common-detail .content-information {
  margin-bottom: 0.3rem;
}
.block-common-detail .information-wrapper {
  position: relative;
}
.block-common-detail .information-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.07rem;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.block-common-detail .information-item:last-child {
  margin: 0;
}
.block-common-detail .item-label {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1rem;
  margin-right: 0.1rem;
  padding: 0.02rem 0.05rem;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.block-common-detail .label-wrapper {
  position: relative;
}
.is-mac .block-common-detail .label-wrapper, .is-firefox .block-common-detail .label-wrapper {
  top: -1px;
}
.block-common-detail .item-text {
  position: relative;
  top: -0.5px;
  flex: 1;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.block-common-detail .feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem -0.05rem;
}
.block-common-detail .feature-item {
  width: 33.3333333333%;
  max-width: 0.7rem;
  padding: 0 0.05rem 0.05rem;
}
.block-common-detail .feature-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.05rem;
}
.block-common-detail .feature-image .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
.block-common-detail .block-image {
  position: relative;
}
.block-common-detail .image-main {
  position: relative;
  margin-bottom: 0.2rem;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
.block-common-detail .image-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: border-color 0.3s ease;
  border: 0.01rem solid #ccc;
  border-radius: 0.25rem;
  pointer-events: none;
}
.block-common-detail .image-main .object-common {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.block-common-detail .title-common-highlight {
  margin-top: -0.13rem;
}
@media print, (min-width: 768px) {
  .block-common-detail .block-wrapper {
    justify-content: space-between;
  }
  .block-common-detail .block-content,
  .block-common-detail .block-image {
    width: 50%;
  }
  .block-common-detail .block-content {
    padding: 5px 20px 0 0;
  }
  .block-common-detail .block-image {
    margin-top: -82px;
    padding-left: 20px;
  }
  .block-common-detail .title-common-detail {
    max-width: 400px;
    margin-bottom: 20px;
  }
  .block-common-detail .content-feature {
    margin-bottom: 18px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .block-common-detail .block-content {
    width: 55%;
    padding-right: 5px;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .block-common-detail .title-common-detail {
    max-width: 100%;
  }
  .block-common-detail .block-wrapper {
    flex-direction: column-reverse;
  }
  .block-common-detail .block-content,
  .block-common-detail .block-image {
    width: 100%;
  }
  .block-common-detail .block-image {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media print {
  .block-common-detail .block-wrapper {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-detail .block-wrapper {
    flex-direction: column-reverse;
  }
  .block-common-detail .title-common-detail {
    margin-bottom: 0.15rem;
  }
  .block-common-detail .content-feature {
    margin-bottom: 0.22rem;
  }
  .block-common-detail .block-image {
    margin-bottom: 0.24rem;
  }
}

.block-product-components {
  background-color: #e5f3f8;
}
.block-product-components .block-image {
  margin: 0 auto;
}
.block-product-components .image-wrapper {
  position: relative;
  padding-top: 39.7328881469%;
}
.block-product-components .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.block-product-components .title-common-quinary {
  margin-bottom: 0.17rem;
}
@media print, (min-width: 768px) {
  .block-product-components {
    margin: 60px 0 55px;
    padding: 15px 20px 37px;
  }
  .block-product-components .block-image {
    width: 74.875%;
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-components {
    margin: 0.4rem 0 0.45rem;
    padding: 0.15rem 0.15rem 0.2rem;
  }
  .block-product-components .block-image {
    width: 70%;
    margin-bottom: 0.3rem;
  }
}

.table-common-primary {
  max-width: 100%;
  margin: 0 auto 0.65rem;
}
.table-common-primary:last-child {
  margin-bottom: 0;
}
.table-common-primary.is-caster {
  margin-bottom: 1rem;
}
.table-common-primary .table-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.table-common-primary .table-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
}
.table-common-primary .table-column {
  flex: 0 0 auto;
}
.table-common-primary .table-link {
  display: block;
}
.table-common-primary .table-head {
  background-color: rgba(229, 236, 245, 0.9);
}
.table-common-primary .table-heading {
  flex: 0 0 auto;
  padding: 0.07rem 0;
  border: none;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.table-common-primary .table-heading.is-model {
  width: 1.1rem;
  padding-right: 0.15rem;
}
.table-common-primary .table-heading.is-wire {
  width: 1.03rem;
}
.table-common-primary .table-heading.is-width-138 {
  width: 1.38rem;
}
.table-common-primary .table-heading.is-volume {
  width: 1.02rem;
}
.table-common-primary .table-heading.is-door {
  width: 0.68rem;
}
.table-common-primary .table-heading.is-diameter {
  width: 1rem;
}
.table-common-primary .table-heading.is-weight {
  width: 1.15rem;
}
.table-common-primary .table-heading.is-nominal {
  width: 1.7rem;
}
.table-common-primary .table-body .table-column {
  position: relative;
  padding: 0.038rem 0 0.036rem;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-mac .table-common-primary .table-body .table-column {
  padding: 0.04rem 0;
}
.table-common-primary .table-body .table-column.is-model {
  flex: 0 0 auto;
  width: 1.1rem;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  justify-content: flex-start;
}
.table-common-primary .table-body .table-column.is-number {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
}
.table-common-primary .is-width-68 {
  width: 0.68rem;
}
.table-common-primary .is-width-100 {
  width: 1rem;
}
.table-common-primary .is-width-102 {
  width: 1.02rem;
}
.table-common-primary .is-width-115 {
  width: 1.15rem;
}
.table-common-primary .is-width-170 {
  width: 1.7rem !important;
}
.table-common-primary .is-width-103 {
  width: 1.03rem;
}
.table-common-primary .is-width-240 {
  width: 2.4rem;
}
.table-common-primary .is-width-220 {
  width: 2.2rem;
}
.table-common-primary .is-width-185 {
  width: 1.85rem;
}
.table-common-primary .is-width-172 {
  width: 1.72rem;
}
.table-common-primary .is-width-234 {
  width: 2.34rem;
}
.table-common-primary .is-width-184 {
  width: 1.84rem;
}
.table-common-primary .is-width-248 {
  width: 2.48rem;
}
.table-common-primary .is-width-150 {
  width: 1.5rem;
}
.table-common-primary .is-width-80 {
  width: 0.8rem;
}
.table-common-primary .table-unit {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
}
.table-common-primary .column-modify {
  position: relative;
  top: -0.05rem;
  left: 0.01rem;
  font-size: 0.11rem;
}
.table-common-primary .column-link {
  display: inline-block;
}
.table-common-primary.is-pallet .table-heading.is-model {
  width: 0.81rem;
}
@media print, (min-width: 768px) {
  .table-common-primary {
    overflow: hidden !important;
  }
  .table-common-primary.is-available {
    margin-bottom: 140px;
  }
  .table-common-primary .scroll-hint-icon {
    display: none;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .table-common-primary {
    overflow-x: auto !important;
  }
  .table-common-primary .scroll-hint-icon {
    display: block;
  }
  .table-common-primary .table-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
  .table-common-primary .table-heading.is-model {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #e5ecf5;
    min-height: 39px;
  }
  .table-common-primary .table-body .table-column.is-model {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}
@media print {
  .table-common-primary {
    overflow: hidden !important;
  }
  .table-common-primary .table-wrapper {
    width: 100% !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-primary {
    overflow-x: auto;
    overflow-y: hidden !important;
  }
  .table-common-primary .table-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
  .table-common-primary .table-heading.is-model {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(229, 236, 245);
    padding-right: 0.4rem;
  }
  .table-common-primary .table-body .table-column.is-model {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}

.table-common-primary.is-shorter .table-heading.is-number {
  width: 0.76rem;
}
.table-common-primary.is-shorter .table-column.is-number {
  font-weight: 700;
}
.table-common-primary.is-shorter .table-column.is-number.is-larger {
  font-family: "Oswald", sans-serif;
  font-size: 0.18rem;
}
.table-common-primary.is-shorter .table-column.is-number.is-smaller {
  font-size: 0.18rem;
}
.table-common-primary.is-shorter .table-column:nth-child(3) {
  width: 0.76rem;
}
.table-common-primary.is-shorter .table-column.is-width-138 {
  width: 1.38rem;
}
.table-common-primary.is-shorter .table-column.is-width-240 {
  width: 2.4rem;
}
@media print, (min-width: 768px) and (max-width: 1199.98px) {
  .table-common-primary.is-shorter .table-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
}

.table-common-detail {
  border-top: 1px solid #ccc;
}
.table-common-detail .table-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -1px;
  padding: 0.05rem 0 0.065rem;
  border-bottom: 1px dashed #ccc;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.table-common-detail .table-wrapper.is-note {
  justify-content: flex-start;
}
.table-common-detail .table-heading {
  padding-right: 0.1rem;
  flex: 0 0 auto;
}
.table-common-detail .table-content {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.table-common-detail .table-content p {
  margin-bottom: 0;
}
.table-common-detail .table-content a {
  text-underline-offset: 0.02rem;
}
.table-common-detail .content-unit {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767.98px) {
  .table-common-detail .table-heading {
    font-size: 0.14rem;
  }
}

.table-common-detail.has-margin {
  margin-top: 0.44rem;
}

.table-common-secondary {
  font-size: 0.12rem;
}
.table-common-secondary .table-viewport {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
}
.table-common-secondary .table-wrapper {
  width: 16.6666666667%;
  border-bottom: 1px solid #ccc;
}
.table-common-secondary .table-wrapper.has-background {
  background-color: #ccc;
}
.table-common-secondary .table-wrapper:nth-child(-n+6) {
  border-top: 1px solid #ccc;
}
.table-common-secondary .table-heading,
.table-common-secondary .table-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.table-common-secondary .table-heading {
  min-height: 0.26rem;
  border-bottom: 1px solid #ccc;
  background-color: #e6e6e6;
}
.table-common-secondary .heading-note {
  font-size: 0.1rem;
}
.table-common-secondary .table-content {
  min-height: 0.4rem;
  background-color: #fff;
}
.table-common-secondary .table-content.is-circle .image-common, .table-common-secondary .table-content.is-multiply .image-common {
  width: 0.24rem;
  margin: 0 auto;
}
.table-common-secondary .table-note {
  margin: 0.05rem 0 0;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .table-common-secondary .table-wrapper {
    width: 25%;
  }
  .table-common-secondary .table-wrapper.has-background {
    background-color: #ccc;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .table-common-secondary .table-wrapper {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-secondary .table-wrapper {
    width: 50%;
  }
}

.table-product-specification {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.44rem;
  overflow-x: auto;
  color: #231815;
}
.table-product-specification .table-common-primary {
  margin-bottom: 0;
}
.table-product-specification .table-wrapper {
  width: 100%;
  margin-bottom: 0.04rem;
  border-collapse: collapse;
  border-bottom: 1px solid #231815;
  text-align: center;
}
.table-product-specification .table-wrapper .image-common {
  position: relative;
  left: 0.02rem;
  width: 1.02rem;
  margin: 0 auto;
}
.table-product-specification .table-heading,
.table-product-specification .table-column {
  padding: 0.05rem 0.02rem;
  border: none;
  font-size: 0.12rem;
  line-height: 1.2860655738;
  text-align: center;
}
.table-product-specification .table-body .table-column:first-child {
  width: 0.54rem;
}
.table-product-specification .table-body .table-column:last-child {
  border-right: 1px solid #717071;
}
.table-product-specification .table-column {
  padding: 0.14rem 0.02rem;
}
.table-product-specification .table-column.has-image {
  padding: 0;
}
.table-product-specification .table-heading {
  position: relative;
  border-bottom: 1px solid #231815;
}
.table-product-specification .table-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: calc(100% - 0.1rem);
  transform: translateY(-50%);
  background-color: #717071;
}
.table-product-specification .table-heading:last-child::before {
  display: none;
}
.table-product-specification .table-heading.is-type {
  width: 0.54rem;
}
.table-product-specification .table-heading.is-stage {
  width: 1.42rem;
}
.table-product-specification .table-heading.is-color {
  width: 1.01rem;
}
.table-product-specification .table-heading.is-dimension {
  width: 1.23rem;
}
.table-product-specification .table-heading.is-height {
  width: 1.14rem;
}
.table-product-specification .table-heading:nth-child(6) {
  width: 0.92rem;
}
.table-product-specification .table-heading.is-depth {
  width: 1.32rem;
}
.table-product-specification .table-heading.is-total {
  width: 0.81rem;
}
.table-product-specification .table-row:nth-child(even) {
  background-color: #efefef;
}
.table-product-specification .table-note {
  margin: 0;
  font-size: 0.12rem;
}
.table-product-specification .table-common-primary .table-wrapper {
  border: none;
}
.table-product-specification .table-common-primary .table-row {
  border: none;
  align-items: unset;
}
.table-product-specification .table-common-primary .table-head {
  background-color: unset;
}
.table-product-specification .table-common-primary .table-body .table-column {
  border-right: 1px solid #717071;
  align-content: center;
  font-size: 0.12rem;
  font-weight: 400;
  padding: 0.04rem 0;
}
.table-product-specification .table-common-primary .table-body .table-column:first-child {
  font-weight: 700;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(2) {
  width: 1.42rem;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(3) {
  width: 0.81rem;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(4) {
  width: 1.23rem;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(5) {
  width: 1.14rem;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(6) {
  width: 0.92rem;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(7) {
  width: 1.32rem;
}
.table-product-specification .table-common-primary .table-body .table-column:nth-child(8) {
  width: 1.01rem;
  border: none;
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .table-product-specification .table-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
  .table-product-specification .table-heading.is-type {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .table-product-specification .table-common-primary .table-body .table-column {
    background-color: #fff;
  }
  .table-product-specification .table-common-primary .table-body .table-column:first-child {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .table-product-specification .table-common-primary .table-row:nth-child(even) .table-column {
    background-color: #efefef;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-product-specification .table-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
  .table-product-specification .table-heading.is-type {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .table-product-specification .table-common-primary .table-body .table-column {
    background-color: #fff;
  }
  .table-product-specification .table-common-primary .table-body .table-column:first-child {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .table-product-specification .table-common-primary .table-row:nth-child(even) .table-column {
    background-color: #efefef;
  }
}

.list-common-related {
  position: relative;
}
.list-common-related .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-related .item-link {
  display: block;
}
.list-common-related .item-title {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-common-related .title-wrapper {
  position: relative;
}
.list-common-related .item-image {
  position: relative;
  padding-top: 75%;
}
.list-common-related .item-image .object-common {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .list-common-related {
    margin-top: 28px;
  }
  .list-common-related .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -38px;
  }
  .list-common-related .list-item {
    width: 33.3333333333%;
    padding: 0 20px 38px;
  }
  .list-common-related .item-image {
    margin-bottom: 16px;
  }
  .list-common-related .item-link {
    margin-bottom: 11px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-common-related .list-wrapper {
    margin: 0 -15px -38px;
  }
  .list-common-related .list-item {
    padding: 0 15px 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-related {
    margin-top: 0.28rem;
  }
  .list-common-related .list-item {
    margin-bottom: 0.4rem;
  }
  .list-common-related .list-item:last-child {
    margin: 0;
  }
  .list-common-related .item-image {
    margin-bottom: 0.08rem;
  }
  .list-common-related .item-link {
    margin-bottom: 0.04rem;
  }
}

.list-common-primary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-primary .list-item:last-child {
  margin: 0;
}
.list-common-primary .item-image {
  position: relative;
  margin-bottom: 0.16rem;
  padding-top: 75%;
}
.list-common-primary .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-common-primary .item-title {
  margin: 0;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.list-common-primary .paragraph-common {
  margin: 0.07rem 0 0.24rem;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .list-common-primary .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px;
  }
  .list-common-primary .list-item {
    width: 50%;
    padding: 0 20px 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-common-primary .list-wrapper {
    margin: 0 -10px -10px;
  }
  .list-common-primary .list-item {
    padding: 0 10px;
  }
  .list-common-primary .item-title {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-primary .list-item {
    margin-bottom: 0.4rem;
  }
}

.list-common-dot {
  position: relative;
}
.list-common-dot .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dot .list-item {
  display: flex;
  align-items: flex-start;
  font-size: 0.16rem;
  line-height: 1.75;
}
.list-common-dot .item-icon {
  color: #004098;
}
.list-common-dot .item-text {
  margin: 0;
}

.list-common-secondary {
  position: relative;
}
.list-common-secondary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-secondary .list-item {
  margin-bottom: 0.57rem;
}
.list-common-secondary .list-item:last-child {
  margin: 0;
}
.list-common-secondary .item-image {
  display: block;
}
.list-common-secondary .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
.list-common-secondary .image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: inherit;
}
.list-common-secondary .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-common-secondary .title-common-detail {
  display: inline-block;
  margin-bottom: 0.07rem;
}
.list-common-secondary .title-common-detail .title-japanese {
  margin-bottom: 1px;
  font-size: 0.12rem;
}
.list-common-secondary .item-title {
  margin-bottom: 0.3rem;
}
.list-common-secondary .paragraph-common {
  font-weight: 400;
}
.list-common-secondary .content-detail {
  padding-top: 0.09rem;
  border-top: 1px solid #ccc;
}
.list-common-secondary .detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-secondary .detail-item {
  display: flex;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.list-common-secondary .detail-item:last-child {
  margin: 0;
}
.list-common-secondary .detail-text {
  margin-right: 1px;
}
.list-common-secondary .detail-number {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.list-common-secondary .content-wrapper {
  position: relative;
}
.list-common-secondary .content-link {
  display: inline-block;
}
.list-common-secondary .title-common-secondary {
  margin-bottom: 0.2rem;
  font-size: 0.224rem;
}
.list-common-secondary .item-wrapper {
  margin-bottom: 0.33rem;
}
.list-common-secondary .item-wrapper:last-child {
  margin: 0;
}
@media print, (min-width: 768px) {
  .list-common-secondary .item-wrapper {
    display: flex;
    align-items: center;
  }
  .list-common-secondary .item-image {
    flex: 0 0 auto;
    width: 30.4761904762%;
  }
  .list-common-secondary .image-wrapper {
    padding-top: 100%;
  }
  .list-common-secondary .item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 0 0 36px;
  }
  .list-common-secondary .detail-list {
    display: flex;
    flex-wrap: wrap;
  }
  .list-common-secondary .detail-item {
    margin-right: 30px;
  }
  .list-common-secondary .paragraph-common {
    padding-bottom: 42px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-common-secondary .paragraph-common {
    padding-bottom: 25px;
  }
  .list-common-secondary .item-content {
    padding-left: 20px;
  }
  .list-common-secondary .item-image {
    width: 35%;
  }
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .list-common-secondary .item-wrapper {
    align-items: flex-start;
  }
  .list-common-secondary .paragraph-common {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-secondary .item-image {
    margin-bottom: 0.2rem;
  }
  .list-common-secondary .image-wrapper {
    width: 80%;
    margin: 0 auto;
    padding-top: 80%;
  }
  .list-common-secondary .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .list-common-secondary .detail-item {
    margin-right: 0.12rem;
    line-height: 1.6;
  }
  .list-common-secondary .detail-text {
    flex: 0 0 auto;
    width: 1.1rem;
  }
  .list-common-secondary .paragraph-common {
    padding-bottom: 0.3rem;
  }
}

.list-common-tertiary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-tertiary .list-item:last-child {
  margin: 0;
}
.list-common-tertiary .item-wrapper {
  display: block;
}
.list-common-tertiary .item-image {
  position: relative;
  margin-bottom: 0.13rem;
  overflow: hidden;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-common-tertiary .item-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e6e6e6;
  border-radius: inherit;
  pointer-events: none;
}
.list-common-tertiary .item-image img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.list-common-tertiary .title-common-detail {
  margin-bottom: 0.05rem;
}
.list-common-tertiary .title-common-detail .title-japanese {
  margin-bottom: 1px;
  font-size: 0.12rem;
}
.list-common-tertiary .content-detail {
  padding-top: 0.12rem;
  border-top: 1px solid #ccc;
}
.list-common-tertiary .detail-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.03rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}
.list-common-tertiary .detail-wrapper:last-child {
  margin: 0;
}
.list-common-tertiary .detail-heading {
  position: relative;
  flex: 0 0 auto;
  max-width: 50%;
  padding-right: 0.02rem;
}
.list-common-tertiary .detail-text {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .list-common-tertiary .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px -57px;
  }
  .list-common-tertiary .list-item {
    width: 33.3333333333%;
    padding: 0 18px 57px;
  }
  .list-common-tertiary .item-image {
    min-height: 256px;
  }
}
@media print, (min-width: 768px) and (max-width: 1199.98px) {
  .list-common-tertiary .list-wrapper {
    margin: 0 -5px -57px;
  }
  .list-common-tertiary .list-item {
    width: 50%;
    padding: 0 5px 57px;
  }
  .list-common-tertiary .detail-heading {
    font-size: 0.12rem;
  }
  .list-common-tertiary .detail-text {
    font-size: 0.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-tertiary .list-item {
    margin-bottom: 0.4rem;
  }
  .list-common-tertiary .item-image {
    min-height: 3.35rem;
  }
}

.label-common-product .label-wrapper {
  display: flex;
  align-items: center;
}
.label-common-product .label-heading {
  margin-right: 0.1rem;
}
.label-common-product .heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  min-height: 0.24rem;
  padding: 0.035rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.label-common-product .heading-text {
  position: relative;
  top: -0.5px;
}
.label-common-product .label-stage {
  position: relative;
}
.label-common-product .stage-link {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: 500;
  text-underline-offset: 0.02rem;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .label-common-product .stage-link {
    position: relative;
    top: -1px;
    font-size: 0.14rem;
  }
}

.label-common-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  min-height: 0.2rem;
  padding: 0.03rem 0.03rem 0.02rem;
  border-radius: 0.05rem;
  background-color: #bc6848;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.label-common-secondary .label-wrapper {
  position: relative;
  top: -0.005rem;
}

.section-product .button-common-primary {
  margin: 0.14rem auto 0;
}
.section-product .table-common-secondary + .button-common-primary {
  margin-top: 0.4rem;
}
.section-product .list-common-secondary .title-common-secondary {
  margin-bottom: -0.11rem;
}
.section-product .list-common-tertiary {
  margin-top: 0.27rem;
}
@media print, (min-width: 768px) {
  .section-product {
    padding: 52px 0 100px;
  }
  .section-product .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .section-product .sidebar-common {
    flex: 0 0 auto;
    width: 260px;
    margin-top: 8px;
  }
  .section-product .product-information {
    flex: 1;
    width: 77.7777777778%;
    padding: 5px 0 0 60px;
  }
  .section-product .block-common-information {
    margin-top: -5px;
    margin-bottom: 42px;
  }
  .section-product .block-common-information.is-full {
    margin-bottom: 72px;
  }
  .section-product .block-common-information.is-modify {
    margin-top: 0;
    padding-bottom: 145px;
  }
  .section-product .button-common-primary {
    max-width: 400px;
  }
  .section-product .title-common-secondary {
    margin-bottom: 16px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .section-product .wrapper {
    width: calc(100% - 35px);
  }
  .section-product .product-information {
    width: 66%;
    padding-left: 22px;
  }
  .section-product .sidebar-common {
    width: 245px;
  }
}
@media print {
  .section-product .product-information {
    width: 840px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product {
    padding: 0.4rem 0 1rem;
  }
  .section-product .product-information {
    margin-bottom: 0.5rem;
  }
  .section-product .block-common-information {
    margin-bottom: 0.5rem;
  }
}

.section-product.is-op .title-common-secondary {
  margin-bottom: 0.09rem;
}
@media print, (min-width: 768px) {
  .section-product.is-op {
    padding-bottom: 150px;
  }
  .section-product.is-op .list-product-primary {
    margin-top: 58px;
  }
  .section-product.is-op .list-product-primary.is-option {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-op .list-product-primary {
    margin-top: 0.45rem;
  }
}

.block-product-primary:last-child {
  margin-bottom: 0;
}
.block-product-primary .title-common-quaternary {
  margin-bottom: 0.3rem;
}
.block-product-primary .title-common-quaternary + .button-common-primary {
  margin-top: -0.05rem;
}
.block-product-primary .title-common-quaternary + .table-product-specification {
  margin-top: 0;
}
.block-product-primary .block-inner {
  background-color: #f2f2f2;
}
@media print, (min-width: 768px) {
  .block-product-primary {
    margin-bottom: 115px;
  }
  .block-product-primary .table-common-secondary {
    margin-top: -4px;
  }
  .block-product-primary .block-inner {
    padding: 35px 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-primary {
    margin-bottom: 0.5rem;
  }
  .block-product-primary .block-inner {
    padding: 0.2rem 0.15rem;
  }
}

.list-product-thumbnail {
  position: relative;
  margin-bottom: 0.3rem;
}
.list-product-thumbnail .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.075rem -0.07rem;
}
.list-product-thumbnail .list-item {
  width: 25%;
  max-width: 1.03rem;
  padding: 0 0.075rem 0.07rem;
}
.list-product-thumbnail .list-item.is-current .item-wrapper::before {
  border-color: #004098;
}
.list-product-thumbnail .item-wrapper {
  position: relative;
  cursor: pointer;
}
.list-product-thumbnail .item-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: border-color 0.3s ease;
  border: 0.01rem solid #ccc;
  border-radius: 0.05rem;
  pointer-events: none;
}
html:not(.is-touchable) .list-product-thumbnail .item-wrapper:hover::before {
  border-color: #004098;
}
.list-product-thumbnail .item-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.05rem;
}
.list-product-thumbnail .item-image .object-common {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, (min-width: 768px) and (max-width: 967.98px) {
  .list-product-thumbnail .list-wrapper {
    justify-content: center;
  }
}

.list-product-link .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-link .list-item {
  margin-bottom: 0.14rem;
}
.list-product-link .list-item:last-child {
  margin-bottom: 0;
}

.list-product-primary {
  position: relative;
}
.list-product-primary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-primary .list-item:last-child {
  margin: 0;
}
.list-product-primary .item-wrapper {
  position: relative;
}
.list-product-primary .item-image {
  position: relative;
  padding-top: 100%;
}
.list-product-primary .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-product-primary .item-title {
  margin: 0;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.list-product-primary .label-common-secondary {
  margin-top: 0.03rem;
}
@media print, (min-width: 768px) {
  .list-product-primary .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -48px;
  }
  .list-product-primary .list-item {
    width: 33.3333333333%;
    padding: 0 30px 48px;
  }
  .list-product-primary .item-image {
    margin-bottom: 14px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-product-primary .list-wrapper {
    margin: 0 -20px -48px;
  }
  .list-product-primary .list-item {
    width: 50%;
    padding: 0 20px 48px;
  }
  .list-product-primary .item-image {
    width: 70%;
    margin: 0 auto;
    padding-top: 70%;
  }
  .list-product-primary .item-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-primary .list-item {
    margin-bottom: 0.3rem;
  }
  .list-product-primary .item-image {
    width: 70%;
    margin: 0 auto 10px;
    padding-top: 70%;
  }
  .list-product-primary .item-title {
    text-align: center;
  }
}

.list-product-supporter {
  margin-bottom: 0.32rem;
}
.list-product-supporter .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-supporter .item-image {
  position: relative;
  margin-bottom: 0.03rem;
  padding-top: 123.2044198895%;
}
.list-product-supporter .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-product-supporter .list-item {
  width: 100%;
}
.list-product-supporter .list-item.is-specification .item-image {
  padding-top: 104.2056074766%;
}
.list-product-supporter .item-wrapper {
  position: relative;
}
.list-product-supporter .item-text {
  font-size: 0.14rem;
}
@media print, (min-width: 768px) {
  .list-product-supporter .list-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .list-product-supporter .list-item {
    max-width: 181px;
    margin-right: 18px;
  }
  .list-product-supporter .list-item.is-specification {
    max-width: 214px;
  }
  .list-product-supporter + .button-common-primary {
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-supporter .list-item {
    max-width: 1.81rem;
    margin: 0 auto 0.25rem;
  }
  .list-product-supporter .list-item.is-specification {
    max-width: 2.14rem;
  }
  .list-product-supporter + .button-common-primary {
    margin-bottom: 0.5rem;
  }
}

.list-product-steel .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-steel .item-wrapper {
  position: relative;
}
.list-product-steel .item-image {
  position: relative;
  margin-bottom: 0.04rem;
  padding-top: 130.9278350515%;
}
.list-product-steel .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-product-steel .list-item:last-child {
  margin: 0;
}
.list-product-steel .list-item.is-stacking .item-image {
  padding-top: 141.8994413408%;
}
.list-product-steel .item-text {
  font-size: 0.14rem;
}
@media print, (min-width: 768px) {
  .list-product-steel {
    margin-bottom: 26px;
  }
  .list-product-steel .list-wrapper {
    display: flex;
    margin-right: 2px;
  }
  .list-product-steel .list-item {
    width: 25%;
    margin-right: 26px;
    margin-bottom: 26px;
  }
  .list-product-steel .list-item.is-stacking {
    width: calc(25% - 16px);
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-steel {
    margin-bottom: 0.26rem;
  }
  .list-product-steel .list-item {
    margin-bottom: 0.26rem;
  }
}

.block-product-secondary .content-title {
  margin-bottom: 3px;
  font-size: 0.22rem;
}
.block-product-secondary .item-title {
  margin-top: 0.09rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .block-product-secondary .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 38px -30px -33px;
  }
  .block-product-secondary .list-product-option {
    width: 50%;
    padding: 0 30px 33px;
  }
}
@media print, (min-width: 768px) and (max-width: 1199.98px) {
  .block-product-secondary .image-wrapper {
    margin: 38px -15px -20px;
  }
  .block-product-secondary .list-product-option {
    padding: 0 15px 20px;
  }
  .block-product-secondary .item-title {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-secondary .list-common-dot {
    margin-bottom: 0.25rem;
  }
  .block-product-secondary .item-title {
    line-height: 1.3;
  }
}

.block-product-secondary.is-flex .list-product-option {
  width: 100%;
  padding: 0;
}
@media print, (min-width: 768px) {
  .block-product-secondary.is-flex {
    display: flex;
    margin: 67px 0 95px;
  }
  .block-product-secondary.is-flex .block-image {
    flex: 0 0 auto;
    width: 48.786407767%;
    margin-top: 5px;
  }
  .block-product-secondary.is-flex .block-content {
    flex: 1;
    padding-right: 15px;
  }
}
@media print, (min-width: 768px) and (max-width: 1199.98px) {
  .block-product-secondary.is-flex {
    display: block;
  }
  .block-product-secondary.is-flex .block-image {
    width: 100%;
  }
  .block-product-secondary.is-flex .block-content {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-secondary.is-flex {
    margin: 0.3rem 0 0.4rem;
  }
  .block-product-secondary.is-flex .block-content {
    margin-bottom: 0.25rem;
  }
}

.block-product-tertiary {
  margin-bottom: 0.11rem;
}
.block-product-tertiary:last-child {
  margin: 0;
}
.block-product-tertiary .title-common-quinary {
  margin-bottom: 0.05rem;
}
.block-product-tertiary .title-common-quinary + .paragraph-common {
  margin: -0.03rem 0 0.24rem;
}
.block-product-tertiary .block-image {
  margin: 0 auto;
}
.block-product-tertiary .image-wrapper {
  position: relative;
  padding-top: 45.8752515091%;
}
.block-product-tertiary .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (min-width: 768px) {
  .block-product-tertiary.is-dimensions {
    margin-bottom: 58px;
  }
  .block-product-tertiary.has-margin {
    margin-bottom: 92px;
  }
  .block-product-tertiary .block-image {
    width: 59.1666666667%;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-tertiary.is-dimensions {
    margin-bottom: 0.3rem;
  }
  .block-product-tertiary.has-margin {
    margin-bottom: 0.5rem;
  }
  .block-product-tertiary .block-image {
    width: 80%;
    margin-top: 0.25rem;
  }
}

.list-product-option .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
  padding: 0;
  list-style: none;
}
.list-product-option .list-item {
  width: 50%;
  padding: 0 0.05rem;
}
.list-product-option .list-item:last-child {
  margin: 0;
}
.list-product-option .item-wrapper {
  position: relative;
}
.list-product-option .item-image {
  position: relative;
  padding-top: 100%;
}
.list-product-option .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .list-product-option .list-item {
    padding-bottom: 0.2rem;
  }
}

.list-product-components .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-components .list-item:last-child {
  margin: 0;
}
.list-product-components .item-title {
  margin-bottom: 10px;
  font-size: 0.16rem;
  font-weight: 700;
}
.list-product-components .paragraph-common {
  font-weight: 400;
  text-align: justify;
}
@media print, (min-width: 768px) {
  .list-product-components {
    padding: 0 20px;
  }
  .list-product-components .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -36px;
  }
  .list-product-components .list-item {
    width: 50%;
    padding: 0 20px 36px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-product-components {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-components .list-item {
    margin-bottom: 0.2rem;
  }
}

.list-product-tertiary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-tertiary .item-image {
  position: relative;
  padding-top: 75%;
}
.list-product-tertiary .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-product-tertiary .title-common-senary {
  margin-right: -0.03rem;
}
@media print, (min-width: 768px) {
  .list-product-tertiary {
    margin-top: 10px;
  }
  .list-product-tertiary .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -20px;
  }
  .list-product-tertiary .list-item {
    width: 50%;
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-tertiary .list-item {
    margin-bottom: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .list-product-tertiary.is-modify {
    margin-bottom: 30px;
  }
  .list-product-tertiary.is-modify .list-wrapper {
    margin: 0 -18px -18px;
  }
  .list-product-tertiary.is-modify .list-item {
    width: 33.3333333333%;
    padding: 0 18px 18px;
  }
}

.list-product-quaternary {
  overflow: hidden;
}
.list-product-quaternary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-quaternary .item-wrapper {
  position: relative;
}
.list-product-quaternary .item-image {
  position: relative;
  margin-bottom: 0.09rem;
  padding-top: 56.25%;
}
.list-product-quaternary .item-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-product-quaternary .item-title {
  margin-bottom: 0;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.list-product-quaternary .paragraph-common {
  margin-right: -1px;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .list-product-quaternary {
    margin-bottom: 92px;
  }
  .list-product-quaternary .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -33px;
  }
  .list-product-quaternary .list-item {
    width: 50%;
    padding: 0 20px 33px;
  }
  .is-mac .list-product-quaternary .list-item, .is-firefox .list-product-quaternary .list-item {
    padding: 0 18px 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-quaternary {
    margin-bottom: 0.5rem;
  }
  .list-product-quaternary .list-item {
    margin-bottom: 0.4rem;
  }
}

.block-product-install .block-title {
  margin-bottom: 10px;
  font-size: 0.22rem;
  font-weight: 700;
}
.block-product-install .information-image {
  position: relative;
  padding-top: 129%;
}
.block-product-install .information-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.block-product-install .paragraph-common {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .block-product-install {
    display: flex;
    align-items: flex-end;
    margin-bottom: 76px;
  }
  .block-product-install .block-information {
    flex: 0 0 auto;
    width: 23.8095238095%;
    padding-bottom: 10px;
  }
  .block-product-install .block-inner {
    flex: 1;
    padding-right: 39px;
  }
  .block-product-install .paragraph-common {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-install {
    margin-bottom: 0.46rem;
  }
  .block-product-install .block-information {
    width: 50%;
    margin: 0.3rem auto 0;
  }
  .block-product-install .paragraph-common {
    margin-bottom: 0.35rem;
  }
}

.block-product-introduction {
  position: relative;
  margin-bottom: 0.51rem;
}
.block-product-introduction .block-title {
  margin-bottom: 0.05rem;
  font-size: 0.224rem;
  letter-spacing: 0.05em;
}
.block-product-introduction .block-item {
  margin-bottom: 0.17rem;
}
.block-product-introduction .block-item:last-child {
  margin: 0;
}
.block-product-introduction .item-wrapper {
  background-color: #f2f2f2;
}
@media print, (min-width: 768px) {
  .block-product-introduction .item-wrapper {
    padding: 37px 50px 32px 30px;
    border-radius: 25px;
  }
  .block-product-introduction .item-wrapper.is-staff {
    padding: 11px 40px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-introduction .item-wrapper {
    padding: 0.15rem 0.15rem 0.2rem;
    border-radius: 0.2rem;
  }
  .block-product-introduction .item-wrapper.is-staff {
    padding: 0.03rem 0.1rem;
  }
}

.block-product-introduction.is-result .block-title {
  margin-bottom: 0.1rem;
}
.block-product-introduction.is-result .image-wrapper {
  position: relative;
  padding-top: 88.7096774194%;
}
.block-product-introduction.is-result .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.block-product-introduction.is-result .information-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-product-introduction.is-result .information-item {
  margin-bottom: 0.23rem;
}
.block-product-introduction.is-result .information-item:last-child {
  margin: 0;
}
.block-product-introduction.is-result .information-title {
  display: block;
  margin-bottom: 1px;
  color: #231815;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.block-product-introduction.is-result .paragraph-common {
  font-weight: 400;
}
.block-product-introduction.is-result .title-product-introduce::before {
  display: none;
}
.block-product-introduction.is-result .title-product-introduce .title-text {
  background-color: #f2f2f2;
}
@media print, (min-width: 768px) {
  .block-product-introduction.is-result {
    margin-bottom: 126px;
  }
  .block-product-introduction.is-result .item-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .block-product-introduction.is-result .item-image {
    flex: 0 0 auto;
    width: 31%;
  }
  .block-product-introduction.is-result .item-information {
    flex: 1;
    padding-top: 5px;
    padding-right: 15px;
  }
  .block-product-introduction.is-result .information-title {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-introduction.is-result .item-information {
    margin-bottom: 0.2rem;
  }
  .block-product-introduction.is-result .information-title {
    font-size: 0.17rem;
  }
}

.title-product-introduce {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 0.17rem;
}
.title-product-introduce::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595757;
}
.title-product-introduce .title-label,
.title-product-introduce .title-text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title-product-introduce .title-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.6rem;
  min-height: 0.24rem;
  padding: 0.02rem 0.08rem 0.03rem 0.09rem;
  background-color: #333;
  color: #fff;
  line-height: 1.2;
}
.is-firefox .title-product-introduce .title-label, .is-mac .title-product-introduce .title-label, .is-ios .title-product-introduce .title-label {
  padding-bottom: 0.04rem;
}
.title-product-introduce .title-text {
  display: block;
  padding: 0 0.14rem 0 0.1rem;
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .title-product-introduce .title-text {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-product-introduce .title-text {
    font-size: 0.16rem;
  }
}

.list-product-secondary .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-secondary .list-item:last-child {
  margin: 0;
}
.list-product-secondary .item-wrapper {
  position: relative;
}
.list-product-secondary .item-heading {
  margin-bottom: 0.05rem;
  color: #004098;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.list-product-secondary .paragraph-common {
  font-weight: 400;
  text-align: justify;
}
@media print, (min-width: 768px) {
  .list-product-secondary {
    margin: 58px 0 98px;
  }
  .list-product-secondary .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -20px;
  }
  .list-product-secondary .list-item {
    width: 33.3333333333%;
    padding: 0 16px 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .list-product-secondary .list-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-secondary {
    margin-bottom: 0.4rem;
  }
  .list-product-secondary .list-item {
    margin-bottom: 0.3rem;
  }
}

.title-product-available {
  min-height: 0.45rem;
  padding: 0.06rem 0.14rem;
  background-color: #004098;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.title-product-available .title-wrapper {
  position: relative;
  top: 1px;
}
@media print, (min-width: 768px) {
  .title-product-available {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-product-available {
    margin-bottom: 0.4rem;
  }
}

.list-product-information .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-information .item-image {
  position: relative;
}
.list-product-information .item-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.16rem;
  margin-bottom: 0;
}
.list-product-information .item-description {
  font-size: 0.16rem;
  margin: 0;
  line-height: 1.75;
}
@media print, (min-width: 768px) {
  .list-product-information {
    margin: 76px 0 90px;
  }
  .list-product-information .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -35px;
  }
  .list-product-information .list-item {
    width: 50%;
    padding: 0 20px 35px;
  }
  .list-product-information .item-image {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product-information {
    margin: 0.5rem 0;
  }
  .list-product-information .list-item {
    margin-bottom: 0.3rem;
  }
  .list-product-information .list-item:last-child {
    margin-bottom: 0;
  }
  .list-product-information .item-image {
    margin-bottom: 0.1rem;
  }
}

.table-product-information {
  overflow: visible !important;
}
.table-product-information .table-title {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.table-product-information .table-viewport {
  border: 1px solid #333;
}
.table-product-information .table-col.is-border-none {
  border-top: none;
}
.table-product-information .table-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 0.14rem;
  position: relative;
  font-weight: 400;
}
.table-product-information .table-row {
  display: flex;
}
.table-product-information .row-text {
  position: relative;
}
.table-product-information .table-row.is-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fdeacc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.is-android .table-product-information .table-row.is-absolute {
  border-top: none;
}
.is-android .table-product-information .table-row.is-absolute::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
}
.table-product-information .table-col {
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  flex: 1 1 10.4761904762%;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  min-height: 0.3rem;
  align-content: center;
  vertical-align: middle;
}
.table-product-information .table-col:last-child {
  border-right: none;
}
.table-product-information .table-col.has-background {
  background: #fdeacc;
}
.table-product-information .table-col.head {
  background: #fdeacc;
  width: 14.2857142857%;
  flex: 0 0 auto;
  text-align: center;
}
.table-product-information .table-col.is-colspan-4 {
  flex: 0 0 42.8571428571%;
}
.table-product-information .has-padding {
  padding-left: 0.4rem;
  width: 14.2857142857%;
  flex: 0 0 auto;
  background: #fdeacc;
}
.table-product-information .has-border-bottom {
  border-bottom: 1px solid #333;
  border-top: none;
}
@media print, (min-width: 768px) {
  .table-product-information {
    margin-bottom: 100px;
  }
  .table-product-information .table-title {
    font-size: 0.2rem;
    margin-bottom: 11px;
  }
  .table-product-information .scroll-hint-icon {
    display: none;
  }
  .table-product-information .table-row.is-absolute {
    height: 60px;
  }
}
@media print, (min-width: 768px) and (max-width: 1102.98px) {
  .table-product-information .table-wrapper {
    margin: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .table-product-information .scroll-hint-icon {
    display: block;
  }
  .table-product-information .table-col.head {
    position: sticky;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 142px;
  }
  .table-product-information .has-padding {
    position: sticky;
    top: 0;
    left: 40px;
    width: 87px;
    padding-left: 0;
    margin-right: 40px;
  }
  .table-product-information .table-row.is-absolute {
    position: sticky;
    left: 0;
    top: 0;
    margin-bottom: -60px;
  }
  .table-product-information .table-col {
    width: 102px;
    flex: 0 0 auto;
  }
  .table-product-information .table-col.is-colspan-4 {
    width: 408px;
    flex: 0 0 auto;
  }
  .table-product-information .table-col.is-colspan-4:nth-of-type(3) {
    margin-right: -1px;
  }
  .table-product-information .table-col.is-colspan-2 {
    width: 204px;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-product-information {
    margin-bottom: 0.65rem;
  }
  .table-product-information .table-viewport {
    overflow-y: hidden !important;
  }
  .is-ios .table-product-information .table-viewport {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
  }
  .table-product-information .table-title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 1.5;
  }
  .table-product-information .table-wrapper {
    margin: 0;
    width: -moz-max-content;
    width: max-content;
  }
  .table-product-information .scroll-hint-icon {
    display: block;
    z-index: 1;
    margin-top: -0.14rem;
  }
  .table-product-information .table-col.head {
    position: sticky;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 1.22rem;
    padding-top: 0;
  }
  .is-android .table-product-information .table-col.head {
    z-index: 0;
  }
  .table-product-information .table-row.is-absolute {
    position: sticky;
    left: 0;
    top: 0;
    margin-bottom: -0.6rem;
    height: 0.6rem;
  }
  .table-product-information .row-text {
    top: -0.02rem;
  }
  .table-product-information .table-col {
    width: 1.02rem;
    flex: 0 0 auto;
    padding-bottom: 1px;
  }
  .table-product-information .table-col.has-padding {
    position: sticky;
    top: 0;
    left: 0.4rem;
    width: 0.82rem;
    padding-left: 0;
    margin-right: 0.4rem;
  }
  .table-product-information .table-col.is-colspan-4 {
    width: 4.08rem;
    flex: 0 0 auto;
  }
  .table-product-information .table-col.is-colspan-4:nth-of-type(3) {
    margin-right: -1px;
  }
  .table-product-information .table-col.is-colspan-2 {
    width: 2.04rem;
    flex: 0 0 auto;
  }
}

.block-product-quaternary .block-wrapper:last-child {
  margin-bottom: 0;
}
.block-product-quaternary .block-title {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.block-product-quaternary .block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-product-quaternary .item-wrapper {
  background-color: #f2f2f2;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.1rem;
  line-height: 1.5;
  font-weight: 700;
}
.block-product-quaternary .item-text {
  position: relative;
}
.block-product-quaternary .block-thumbnail {
  position: relative;
}
.block-product-quaternary .thumbnail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-product-quaternary .image-wrapper {
  margin-bottom: 0.1rem;
}
.block-product-quaternary .image-wrapper:last-child {
  margin-bottom: 0;
}
.block-product-quaternary .thumbnail-image {
  margin-bottom: 0.09rem;
}
.block-product-quaternary .thumbnail-content {
  font-weight: 700;
}
.block-product-quaternary .content-title {
  color: #004098;
  letter-spacing: 0.05em;
  margin-bottom: -0.06rem;
}
.block-product-quaternary .description-text,
.block-product-quaternary .description-note {
  letter-spacing: 0.05em;
}
.block-product-quaternary .description-note {
  font-feature-settings: "palt";
}
.block-product-quaternary .block-warning {
  border: 0.02rem solid #c6000b;
  border-radius: 0.06rem;
}
.block-product-quaternary .warning-title {
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.block-product-quaternary .warning-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/product/icon_warning.svg) center/cover no-repeat;
}
.block-product-quaternary .warning-description {
  font-size: 0.14rem;
}
@media print, (min-width: 768px) {
  .block-product-quaternary {
    margin: 64px 0 50px;
  }
  .block-product-quaternary .block-wrapper {
    margin-bottom: 31px;
  }
  .block-product-quaternary .block-title {
    margin-bottom: 10px;
    font-size: 0.224rem;
    line-height: 1.75;
  }
  .block-product-quaternary .block-list {
    margin: 0 -10px -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .block-product-quaternary .block-item {
    width: 50%;
    padding: 0 10px 10px;
  }
  .block-product-quaternary .item-wrapper {
    font-size: 0.18rem;
    min-height: 100px;
  }
  .block-product-quaternary .block-thumbnail {
    margin-bottom: 53px;
  }
  .block-product-quaternary .thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -30px;
  }
  .block-product-quaternary .thumbnail-item {
    width: 33.3333333333%;
    padding: 0 30px 30px;
  }
  .block-product-quaternary .description-text {
    font-size: 0.224rem;
    margin-bottom: -0.06rem;
  }
  .block-product-quaternary .block-warning {
    padding: 22px 18px;
  }
  .block-product-quaternary .warning-wrapper {
    display: flex;
    align-items: center;
  }
  .block-product-quaternary .warning-title {
    padding-left: 71px;
    font-size: 0.18rem;
    flex: 0 0 auto;
    margin-right: 30px;
  }
  .block-product-quaternary .warning-title::before {
    width: 41px;
    height: 36px;
  }
  .block-product-quaternary .warning-wrapper {
    display: flex;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .block-product-quaternary .thumbnail-list {
    margin: 0 -10px -10px;
  }
  .block-product-quaternary .thumbnail-item {
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-product-quaternary {
    margin: 0.5rem 0 0;
  }
  .block-product-quaternary .block-wrapper {
    margin-bottom: 0.3rem;
  }
  .block-product-quaternary .block-title {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.96;
  }
  .block-product-quaternary .block-item {
    margin-bottom: 0.2rem;
  }
  .block-product-quaternary .block-item:last-child {
    margin-bottom: 0;
  }
  .block-product-quaternary .item-wrapper {
    font-size: 0.15rem;
    min-height: 0.7rem;
  }
  .block-product-quaternary .block-thumbnail {
    margin-bottom: 0.4rem;
  }
  .block-product-quaternary .thumbnail-item {
    margin-bottom: 0.3rem;
  }
  .block-product-quaternary .thumbnail-item:last-child {
    margin-bottom: 0;
  }
  .block-product-quaternary .description-text {
    font-size: 0.2rem;
    margin-bottom: 0;
  }
  .block-product-quaternary .block-warning {
    padding: 0.15rem;
  }
  .block-product-quaternary .warning-title {
    padding-left: 0.5rem;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .block-product-quaternary .warning-title::before {
    width: 0.41rem;
    height: 0.36rem;
    margin-top: 1px;
  }
}
/*# sourceMappingURL=product.css.map */