/* ---------------------------------
	settings
---------------------------------- */
html {
  overflow-x: hidden;
}
.product-price {
  height: 200vh;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .product-price {
    margin-top: 0;
  }
}
:root {
  --border-color: #e0e0e5;
  --stripe-bg-color: #f5f5f8;
  --stripe-header-bg-color: fff;
  --header-bg-color: #fff;
  --header-bg-color: #fff;
}
::-webkit-scrollbar {
  display: none; /* スクロールバー非表示 */
}
.simplebar-scrollbar::before {
  background: #222222;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #e9e9e9;
}
.simplebar-track.simplebar-vertical {
  width: 4px;
}
.simplebar-track.simplebar-horizontal {
  height: 4px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  left: 0;
  right: 0;
  width: 100%;
}

/* ---------------------------------
	important
---------------------------------- */
.sticky-table-xy {
  padding: 0 min(calc(220 / 1920 * 100vw), 220px);
  font-family: YakuHanJP_Narrow, 游ゴシック, 游ゴシック体, YuGothic, YuGothic M, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy {
    padding: 0 0 0 5vw;
  }
}
.sticky-table-xy.sticky {
  position: fixed;
  left: 0;
  right: 0;
  background-color: var(--header-bg-color);
  z-index: 1000; /* ヘッダーより上に表示 */
  height: 100vh;
  overflow-y: scroll;
}
.sticky-table-xy__table {
  overflow: scroll;
  border-right: none;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table {
    height: 100svh;
  }
}
.sticky-table-xy__table th:not(.static) {
  position: sticky;
  top: 0;
  /* left: 0; */
  z-index: 2;
}
.sticky-table-xy__table table {
  table-layout: fixed;
}
.sticky-table-xy__table td {
  white-space: nowrap;
  border-top: 1px solid var(--border-color);
}
.sticky-table-xy__table thead th {
  top: 0;
  z-index: 2;
  background: var(--header-bg-color);
}
.sticky-table-xy__table thead th:first-child {
  left: 0; /* 必須　 */
  z-index: 3;
  background-color: #fff;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table thead th:first-child {
    width: calc(90 / 750 * 100vw);
  }
}
.sticky-table-xy__table tbody th {
  left: 0;
  z-index: 2;
  border-top: 1px solid var(--border-color);
  width: 20%;
	line-height: 1.4;
	
}
.sticky-table-xy__table tbody tr:first-child {
  border-top: 1px solid var(--border-color);
}
.sticky-table-xy__table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

/* ---------------------------------
	table contents
---------------------------------- */
.sticky-table-xy__table .osusume div {
  border-left: solid calc(20 / 1920 * 100vw) #fff;
  border-right: solid calc(20 / 1920 * 100vw) #fff;
  border-bottom: solid calc(40 / 1920 * 100vw) #fff;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table .osusume div {
    border-left: none;
    border-right: solid calc(30 / 750 * 100vw) #fff;
    border-bottom: solid calc(30 / 750 * 100vw) #fff;
  }
}
.sticky-table-xy__table .osusume p {
  height: min(calc(130 / 1920 * 100vw), 130px);
  padding: min(calc(24 / 1920 * 100vw), 24px) min(calc(22 / 1920 * 100vw), 22px);
  font-size: min(calc(22 / 1920 * 100vw), 22px);
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table .osusume p {
    height: 14vw;
    padding: 3.8vw 2.8vw;
    font-size: calc((18 / 750) * 100vw);
  }
}
.sticky-table-xy__table .product-name p:first-child {
  height: min(calc(60 / 1920 * 100vw), 60px);
  font-size: min(calc(19 / 1920 * 100vw), 19px);
  text-align: center;
  text-decoration: underline;
  color: #010101;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table .product-name p:first-child {
    height: calc(60 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
}
.sticky-table-xy__table .product-name img {
  width: min(calc(230 / 1920 * 100vw), 230px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table .product-name img {
    width: min(calc(180 / 750 * 100vw), 180px);
  }
}
.sticky-table-xy__table .price {
  font-size: min(calc(28 / 1920 * 100vw), 28px);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table .price {
    font-size: calc((25 / 750) * 100vw);
    margin-bottom: 3vw;
  }
}
.sticky-table-xy__table .price p {
  border-bottom: 40px solid #ffffff;
  font-size: min(calc(34 / 1920 * 100vw), 34px);
  font-weight: 400;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table .price p {
    border-bottom: calc(20 / 750 * 100vw) solid #ffffff;
    padding: calc(10 / 750 * 100vw) 0;
    font-size: min(calc(32 / 750 * 100vw), 32px);
  }
}
.sticky-table-xy__table .price p .cp_ttl{
	 font-size: 14px;
	display: block;
}
@media screen and (max-width: 767px) {
	.sticky-table-xy__table .price p .cp_ttl{
		font-size: 3vw;
	}
}
.sticky-table-xy__table .price p .cp{
	font-weight: bold;
}
.sticky-table-xy__table .price p .nomal_ttl{
	 font-size: 14px;
	display: block;
}
@media screen and (max-width: 767px) {
	.sticky-table-xy__table .price p .nomal_ttl{
		font-size: 3vw;
	}
}
.sticky-table-xy__table .price p .normal{
	font-size: 100%;
}

.sticky-table-xy__table .price p > span ,
.sticky-table-xy__table .price p .cp > span ,
.sticky-table-xy__table .price p .normal span {
	text-decoration: none;
	font-size: 50%;
}
/* table td */
.sticky-table-xy__table tbody td {
  padding: 0px min(calc(40 / 1920 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table tbody td {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sticky-table-xy__table tbody td div {
  font-size: min(calc(24 / 1920 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table tbody td div {
    font-size: min(calc(26 / 750 * 100vw), 26px);
  }
}
.sticky-table-xy__table tbody td div span {
  font-size: 80%;
}
.sticky-table-xy__table tbody td.parts-list-td {
  padding: min(calc(40 / 1920* 100vw), 40px) min(calc(40 / 1920* 100vw), 40px) 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table tbody td.parts-list-td {
    padding: min(calc(40 / 750* 100vw), 40px) min(calc(40 / 750* 100vw), 40px) 0;
  }
}
.sticky-table-xy__table tbody td .parts-list .parts-list__items {
  position: relative;
  padding-left: min(calc(20 / 1920 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table tbody td .parts-list .parts-list__items {
    padding-left: min(calc(20 / 750 * 100vw), 20px);
  }
}
.sticky-table-xy__table tbody td .parts-list .parts-list__items:not(:first-child) {
  margin-top: min(calc(5 / 1920 * 100vw), 5px);
}
.sticky-table-xy__table tbody td .parts-list .parts-list__items:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.sticky-table-xy__table tbody .center {
  text-align: center;
}
.sticky-table-xy__table tbody .center img {
  max-width:  min(calc(120 / 1920 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table tbody .center img {
    max-width: min(calc(120 / 750 * 100vw), 120px);
  }
}
@media screen and (min-width: 768px) {
  .sticky-table-xy__table tbody .power-specifications-td {
    text-align: center;
  }
}
/* table th */
.sticky-table-xy__table th img {
  width: min(calc(230 / 1920 * 100vw), 230px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table th img {
    width: min(calc(180 / 750 * 100vw), 180px);
  }
}
.sticky-table-xy__table th.sub-title {
  width: 130px !important;
}
.sticky-table-xy__table th.sub-title p {
  width: 80%;
  height: max-content;
  writing-mode: vertical-rl;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: left;
  margin: 0;
  color: #000;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .sticky-table-xy__table th.sub-title p {
    padding: min(calc(30 / 1920 * 100vw), 30px) 8px;
    font-size: min(calc(22 / 1920 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table th.sub-title p {
    width: min(calc(90 / 750 * 100vw), 90px) !important;
    padding: 4vw 0vw;
    font-size: min(calc(22 / 750 * 100vw), 22px);
    line-height: 1.1;
  }
}
.sticky-table-xy__table th.sub-title p span {
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
}
.sticky-table-xy__table th.sub-title p.sup2 span:after,
.sticky-table-xy__table th.sub-title p.sup1 span:after,
.sticky-table-xy__table th.sub-title p.sup3 span:after {
  writing-mode: horizontal-tb;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .sticky-table-xy__table th.sub-title p.sup2 span:after,
  .sticky-table-xy__table th.sub-title p.sup1 span:after,
  .sticky-table-xy__table th.sub-title p.sup3 span:after {
    bottom: 15px;
    left: 7px;
    font-size: min(calc(12 / 1920 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table th.sub-title p.sup2 span:after,
  .sticky-table-xy__table th.sub-title p.sup1 span:after,
  .sticky-table-xy__table th.sub-title p.sup3 span:after {
    bottom: 0;
    left: 0;
    font-size: 2.8vw;
  }
}
.sticky-table-xy__table th.sub-title p.sup1 span:after {
  content: "※1";
}
.sticky-table-xy__table th.sub-title p.sup2 span:after {
  content: "※2";
}
.sticky-table-xy__table th.sub-title p.sup3 span:after {
  content: "※3";
  bottom: -3px;
}
/* table td */
.sticky-table-xy__table td .step,
.sticky-table-xy__table td .min15,
.sticky-table-xy__table td .min12,
.sticky-table-xy__table td .min20,
.sticky-table-xy__table td .min23 {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table td .step,
  .sticky-table-xy__table td .min15,
  .sticky-table-xy__table td .min12,
  .sticky-table-xy__table td .min20,
  .sticky-table-xy__table td .min23 {
    gap: 2vw;
  }
}
.sticky-table-xy__table td .step::before,
.sticky-table-xy__table td .min15::before,
.sticky-table-xy__table td .min12::before,
.sticky-table-xy__table td .min20::before,
.sticky-table-xy__table td .min23::before {
  content: "";
}
.sticky-table-xy__table td .min15::before,
.sticky-table-xy__table td .min12::before,
.sticky-table-xy__table td .min20::before,
.sticky-table-xy__table td .min23::before {
  width: min(calc(36 / 1920 * 100vw), 36px);
  height: min(calc(28 / 1920 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table td .min15::before,
  .sticky-table-xy__table td .min12::before,
  .sticky-table-xy__table td .min20::before,
  .sticky-table-xy__table td .min23::before {
    width: min(calc(36 / 750 * 100vw), 36px);
    height: min(calc(28 / 750 * 100vw), 28px);
  }
}
.sticky-table-xy__table td .step::before {
  background: url(../img/ic-step.png) center / 100% auto no-repeat;
  width: min(calc(33 / 1920 * 100vw), 33px);
  height: min(calc(29 / 1920 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table td .step::before {
    width: min(calc(33 / 750 * 100vw), 33px);
    height: min(calc(29 / 750 * 100vw), 29px);
  }
}
.sticky-table-xy__table td .min12::before {
  background: url(../img/ic-min12.png) center / 100% auto no-repeat;
}
.sticky-table-xy__table td .min15::before {
  background: url(../img/ic-min15.png) center / 100% auto no-repeat;
}
.sticky-table-xy__table td .min20::before {
  background: url(../img/ic-min20.png) center / 100% auto no-repeat;
}
.sticky-table-xy__table td .min23::before {
  background: url(../img/ic-min23.png) center / 100% auto no-repeat;
}
.sticky-table-xy__table td .step + p {
  margin-top: min(calc(22 / 1920 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sticky-table-xy__table td .step + p {
    margin-top: min(calc(22 / 750 * 100vw), 22px);
  }
}
/* ---------------------------------
	notes
---------------------------------- */
.sticky-table-xy__notes span {
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .sticky-table-xy__notes {
    max-width: min(90vw, 1480px);
    margin: min(3vw, 70px) auto 0;
  }
  .sticky-table-xy__notes li {
    font-size: min(calc(22 / 1920 * 100vw), 22px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sticky-table-xy__notes {
    margin: 7vw 0;
  }
  .sticky-table-xy__notes li {
    font-size: min(calc(24 / 750 * 100vw), 24px);
    margin-bottom: 4vw;
  }
}

/* ---------------------------------
	footer
---------------------------------- */
#js-include-officialshop,
#js-include-special,
#js-include-trust,
#js-include-footer {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #js-include-officialshop,
  #js-include-special,
  #js-include-trust,
  #js-include-footer {
    margin-inline: -5vw;
  }
}
