@import'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0
}

hr {
  height: 0;
  overflow: visible
}

main {
  display: block
}

nav ol,
nav ul {
  list-style: none;
  padding: 0
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bold
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

iframe {
  border-style: none
}

img {
  border-style: none
}

table {
  border-collapse: collapse
}

button,
input,
select {
  margin: 0
}

button {
  overflow: visible;
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

input {
  overflow: visible
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

select {
  text-transform: none
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical
}

[type=checkbox],
[type=radio] {
  padding: 0
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

details {
  display: block
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}

dialog:not([open]) {
  display: none
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

[hidden] {
  display: none
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed
}

[aria-hidden=false][hidden] {
  display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

ol,
ul {
  list-style: none
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

.u-notoSans {
  font-family: "Noto Sans JP", sans-serif
}

.u-upperMargin {
  margin-top: 30px
}

.u-upperLargeMargin {
  margin-top: 50px
}

:root {
  --color-white: #FFFFFF;
  --color-gray: #CCCCCC;
  --background-gradient-blue: linear-gradient(to bottom, #0053bc, #1b1464)
}

html {
  font-size: 62.5%
}

body {
  background-color: #a0a0a0;
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

img {
  max-width: 100%;
  height: auto
}

em {
  color: #cd1b25
}

a {
  color: #1800ff;
  text-decoration: underline
}

a:hover {
  text-decoration: none;
  color: #1800ff
}

a:active,
a:visited {
  color: #1800ff
}

p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 1em
}

.emp {
  font-weight: bold
}

.emp_r {
  color: #d00
}

.emp_g {
  color: #6ebd55
}

.emp_b {
  color: #0068b7
}

.tal {
  text-align: left !important
}

.tac {
  text-align: center !important
}

.tar {
  text-align: right !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb1 {
  margin-bottom: 1em !important
}

.mb2 {
  margin-bottom: 2em !important
}

.mb3 {
  margin-bottom: 3em !important
}

.mb4 {
  margin-bottom: 4em !important
}

.mt0 {
  margin-top: 0 !important
}

.mt1 {
  margin-top: 1em !important
}

.mt2 {
  margin-top: 2em !important
}

.mt3 {
  margin-top: 3em !important
}

.mt4 {
  margin-top: 4em !important
}

.font_s {
  font-size: .8em !important
}

.font_l {
  font-size: 1.2em !important
}

.fwb {
  font-weight: bold
}

.sp_contents {
  display: none
}

.sp_contents.is_sp {
  display: block
}

.clear:after,
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0
}

.fs-l-page {
  width: 1020px;
  margin: 0 auto;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 20px 0 #000;
  box-shadow: 0 0 20px 0 #000
}

.fs-p-productDescription p {
  margin-bottom: 0
}

table.w100 {
  width: 100%
}

.logout.my-true {
  display: none
}

.login.my-false {
  display: none
}

.fs-c-breadcrumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 5px
}

.fs-c-breadcrumb__listItem {
  margin-bottom: .5em
}

.fs-c-button--primary,
.fs-c-button--secondary {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}

.fs-c-button--primary {
  background-color: #ff991a;
  font-size: 1.6rem;
  font-weight: bold
}

.fs-c-button--secondary {
  background-color: #ff991a
}

.fs-c-button--particular {
  -webkit-box-shadow: none;
  box-shadow: none
}

.fs-c-button--standard {
  background-color: #1e72c4;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.5rem
}

.fs-c-button--standard:active,
.fs-c-button--standard:visited,
.fs-c-button--standard:hover {
  color: #fff
}

.fs-c-button--cancel {
  background-color: #aaa
}

.fs-c-button--plain {
  color: blue
}

.fs-c-button--viewProductDetail,
.fs-c-button--addToCart--list {
  display: none
}

.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
  position: absolute;
  right: 0;
  bottom: 0
}

.fs-c-button--login {
  background-color: #1e72c4
}

.fs-c-button--loginAndPurchase {
  background-color: #1e72c4
}

.fs-c-button--memberRegister {
  background-color: #6ebd55
}

.fs-c-button--displayPassword,
.fs-c-button--hidePassword {
  margin-right: 5px
}

.fs-c-button--unregisteredUserPurchase {
  font-size: 1.6rem;
  font-weight: bold
}

.fs-c-heading--page {
  text-align: left;
  font-weight: bold;
  padding: 1em 0;
  color: #333;
  border-color: #333
}

.fs-c-sortItems__label {
  display: none
}

.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell {
  padding: .2em 0
}

.fs-c-inputTable>tbody>tr+tr {
  margin-top: 1em
}

.fs-c-modal {
  line-height: 1.5
}

.fs-c-modal--medium,
.fs-c-modal--small {
  line-height: 1.5
}

.fs-c-documentColumn__content {
  font-size: 1.5rem;
  line-height: 1.5
}

.fs-c-memberInfoField {
  font-size: 1.5rem
}

.fs-c-list {
  line-height: 1.5
}

.fs-c-list>li {
  margin-bottom: .2em
}

.fs-c-orderHistoryItem {
  line-height: 1.5
}

.fs-c-orderDetail {
  line-height: 1.5
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fs-c-productList__list__item {
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  border: none
}

.fs-c-productList__list__item>form {
  position: relative
}

.fs-c-productListItem__image__image {
  width: 100%
}

.fs-c-productListItem__imageContainer {
  margin-bottom: 10px
}

.fs-c-productListItem__viewMoreImageButton {
  display: none
}

.fs-c-productListItem__productDescription {
  display: none
}

.fs-c-productListItem__control {
  padding: 0
}

.fs-c-productListCarousel__list__item {
  position: relative
}

.fs-c-productListCarousel__list__item>*+* {
  margin: 0
}

.fs-c-productNameHeading {
  margin-bottom: .5em
}

.fs-c-productNameHeading__copy {
  display: none
}

.fs-c-productName__copy {
  display: none
}

.fs-c-productMarks {
  margin-bottom: 5px
}

.fs-c-productMark__item {
  margin-right: 5px;
  margin-bottom: 5px
}

.fs-c-productMark__mark {
  font-size: 1.2rem;
  display: block;
  margin-right: 0;
  border-radius: 0;
  padding: .3em .6em
}

.fs-c-productPrice__main {
  margin-right: .5em
}

.fs-c-price__currencyMark {
  color: #cd1b25;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: .2em
}

.fs-c-price__value {
  color: #cd1b25;
  font-weight: bold;
  font-size: 1.4em
}

.fs-c-price__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fs-c-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fs-c-slick .slick-slide {
  float: none
}

.fs-c-slick .slick-slide img {
  width: 100%
}

.fs-c-noResultMessage__title {
  font-size: 1.6rem
}

.fs-c-wishlistProduct {
  margin-top: 50px
}

.fs-c-wishlistProduct__title {
  color: #333;
  font-weight: bold;
  margin-bottom: .7em;
  border-left: 4px solid #333;
  border-bottom: none;
  padding-left: .5em
}

.fs-l-main .category_top {
  display: none
}

.fs-l-main .category_top_main_image {
  margin-bottom: 7px
}

.fs-l-main .category_main_image {
  margin-bottom: 7px
}

.fs-l-main .category_main_image :not(.common) {
  display: none
}

.fs-l-main .pagelink {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fs-l-main .titleccimg--text {
  font-size: 30px;
  font-weight: bold;
  color: #c13433;
  background: #fff;
  padding: 10px;
  line-height: 1.3;
  margin: 20px 0
}

.fs-l-main .titleccimg--textBig {
  font-size: 40px
}

.fs-l-main .contents_block {
  margin-bottom: 30px
}

.fs-l-main .contents_slide {
  background-repeat: no-repeat;
  background-size: contain
}

.fs-l-main .contents_slide.c-hr {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_chr.jpg)
}

.fs-l-main .contents_slide.alp {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_alp.jpg)
}

.fs-l-main .contents_slide.vel {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_vel.jpg)
}

.fs-l-main .contents_slide.alp {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_alp.jpg)
}

.fs-l-main .contents_slide.alp {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_alp.jpg)
}

.fs-l-main .contents_slide.alp {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_alp.jpg)
}

.fs-l-main .contents_slide.alp {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_alp.jpg)
}

.fs-l-main .contents_slide.alp {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/bg_slide_alp.jpg)
}

.fs-l-main .newItem_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 300px;
  overflow-y: scroll;
  padding: 20px 10px;
  background-color: #eee;
  border: 1px solid #ccc
}

.fs-l-main .newItem_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 9px;
  margin-bottom: 20px
}

.fs-l-main .newItem_item:nth-child(5n) {
  margin-right: 0
}

.fs-l-main .newItem_item>a {
  text-decoration: none
}

.fs-l-main .newItem_item_image {
  margin-bottom: 10px
}

.fs-l-main .newItem_item_additionDate {
  color: #333;
  margin-bottom: .5em
}

.fs-l-main .newItem_item_name {
  text-decoration: underline;
  line-height: 1.4
}

.fs-l-main .seasonItem_list {
  max-width: 724px;
  background-color: #1a1a1a;
  padding: 20px 61px
}

.fs-l-main .seasonItem_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fs-l-main .seasonItem_list .slick-arrow {
  width: 39px;
  height: 77px;
  z-index: 10;
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0)
}

.fs-l-main .seasonItem_list .slick-prev {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/btn_slide_prev.png);
  left: 15px
}

.fs-l-main .seasonItem_list .slick-next {
  background-image: url(https://customwagon.itembox.design/item/wc/etc/btn_slide_next.png);
  right: 15px
}

.fs-l-main .seasonItem_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  height: auto;
  margin: 0 7px;
  padding: 5px;
  background-color: #e3e3e3;
  float: none
}

.fs-l-main .seasonItem_item>a {
  display: block
}

.fs-l-main .seasonItem_item .parts_name {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: .5em 0 0
}

.fs-l-main .parts_menu {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 15px
}

.fs-l-main .parts_menu_title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: .4em .8em;
  margin-bottom: .3em
}

.fs-l-main .parts_menu_model {
  margin-bottom: 20px
}

.fs-l-main .parts_menu_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fs-l-main .parts_menu_category>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  margin-right: 9px;
  margin-bottom: 9px;
  background-color: #efefef
}

.fs-l-main .parts_menu_category>li:nth-child(3n) {
  margin-right: 0
}

.fs-l-main .parts_menu_category_sub {
  padding: 15px 0
}

.fs-l-main .parts_menu_category_sub>li {
  margin-bottom: 10px
}

.fs-l-main .parts_menu_category_sub>li:last-child {
  margin-bottom: 0
}

.fs-l-main .parts_menu_tel>a {
  pointer-events: none
}

@media(max-width: 768px) {
  .fs-l-main .parts_menu_tel>a {
    pointer-events: all
  }
}

.fs-l-main .parts_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.fs-l-main .parts_category_list .btn_01 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b01.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_02 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b02.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_03 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b03.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_04 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b04.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_05 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b05.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_06 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b06.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_07 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b07.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_08 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b08.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_09 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b09.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_10 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b10.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_11 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b11.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_12 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b12.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_13 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b13.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_14 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b14.jpg) no-repeat left top
}

.fs-l-main .parts_category_list .btn_15 {
  background: url(https://customwagon.itembox.design/item/wc/user/goodsimage/cw_btn_b15.jpg) no-repeat left top
}

.fs-l-main .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px
}

.fs-l-main .ranking_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px
}

.fs-l-main .ranking_item_image {
  margin-bottom: 10px
}

.fs-l-main .ranking_item_name {
  line-height: 1.4
}

.fs-l-main .recommendItem {
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
  background-image: url(https://customwagon.itembox.design/item/wc/user/cateimg/recommend_bg.jpg);
  background-repeat: no-repeat
}

.fs-l-main .recommendItem-name {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 5px solid #666;
  margin-bottom: 4px;
  margin-left: 40px;
  margin-top: 90px;
  padding-left: 7px
}

.fs-l-main .recommendItem-name>a {
  color: #333
}

.fs-l-main .recommendItem-info {
  margin-right: 30px;
  margin-left: 40px;
  width: 656px;
  overflow: hidden;
  clear: both;
  margin-top: 5px
}

.fs-l-main .recommendItem-text {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 110px;
  padding-right: 10px;
  width: 463px;
  padding-top: 25px;
  float: left
}

.fs-l-main .recommendItem-image {
  padding-left: 15px;
  margin: 0px;
  float: left;
  width: 193px;
  padding-top: 14px
}

.fs-p-searchForm__button {
  background-color: #444
}

.fs-p-productSearch__searchButtonContainer {
  margin-top: 20px
}

.fs-p-productSearch__searchButton {
  min-width: 12em;
  font-size: 1.6rem
}

.fs-p-announcement__title {
  color: #1e72c4;
  font-weight: bold;
  margin-bottom: .7em;
  border-left: 4px solid #1e72c4;
  padding-left: .5em
}

.fs-body-closed .fs-c-heading--page {
  text-align: center
}

.fs-body-category .item_ranking {
  background-color: #eee;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fs-body-category .item_ranking .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px
}

.fs-body-category .item_ranking .item-name {
  font-size: 1.2rem
}

.fs-body-category-chr .category_top {
  display: block
}

.fs-body-product .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0
}

.fs-body-product .product_info .set {
  width: 280px;
  background-color: #333;
  padding-bottom: 20px
}

.fs-body-product .product_info .support {
  margin: 0 0 20px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #fc1c68;
  padding: 20px 10px;
  position: relative
}

.fs-body-product .product_info .support:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fc1c66 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.fs-body-product .product_info .contents {
  color: #fff;
  margin: 0 0 10px;
  padding: 0 5px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3
}

.fs-body-product .product_info .contents.caption {
  margin-bottom: 20px
}

.fs-body-product .product_info .contents dt {
  display: inline;
  font-size: 14px;
  font-weight: bold
}

.fs-body-product .product_info .contents dd {
  display: inline;
  font-size: 12px;
  margin: 0
}

.fs-body-product .product_info .standard {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding-left: 15px;
  font-weight: bold
}

.fs-body-product .product_info .photo {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-left: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fs-body-product .product_info .photo a {
  display: block;
  position: relative
}

.fs-body-product .product_info .photo a:before {
  content: "";
  padding: 5%;
  background: url(https://customwagon.itembox.design/item/wc/etc/icon_mag.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1
}

.fs-body-product .product_info .photo img {
  width: 100%;
  max-width: 250px;
  height: auto
}

.fs-body-product .tireset_bnr {
  text-align: center;
  margin-bottom: 20px
}

.fs-body-product #tire_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px
}

.fs-body-product #tire_select li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  margin-bottom: 20px;
  border: 3px solid #aaa;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 0 #333;
  box-shadow: 2px 2px 3px 0 #333;
  color: #333;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.fs-body-product #tire_select .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px
}

.fs-body-product #tire_select .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px
}

.fs-body-product #tire_select .detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
  padding-top: 5px
}

.fs-body-product #tire_select .detail h4 {
  margin: 0 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-indent: -1em
}

.fs-body-product #tire_select .detail_link {
  vertical-align: middle;
  font-size: 15px;
  line-height: 2.5;
  background: url(https://customwagon.itembox.design/item/wc/etc/icon_mag.png) no-repeat right 5px center #ffe599;
  margin-top: 5px;
  border: 1px solid #999;
  border-radius: 5px
}

.fs-body-product #tire_select .detail_link>a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding-right: 1.5em
}

.fs-body-product #tire_select .adjust {
  min-height: 85px
}

.fs-body-product #tire_select .price_info {
  text-align: center;
  margin-top: auto
}

.fs-body-product #tire_select .price_info .caption {
  display: inline-block;
  background-color: #f16;
  color: #fff;
  font-size: 1.4rem;
  padding: .3em .5em;
  margin-bottom: .5em
}

.fs-body-product #tire_select .price_info .set_price {
  color: #f16;
  font-size: 1.8rem;
  font-weight: bold
}

.fs-body-product #tire_select .price_info .price {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.5em;
  margin-left: .5em;
  font-weight: bold;
  color: #f16
}

.fs-body-product #tire_select .price_info .yen {
  font-size: .8em;
  margin-left: .2em
}

.fs-body-product #tire_select .price_info .tax {
  font-size: .8em;
  font-weight: normal;
  color: #333;
  margin-left: .5em
}

.section {
  margin-bottom: 30px
}

.section_title {
  font-size: 1.8rem;
  margin: 0 0 1em
}

.section_inner {
  padding: 10px
}

.section_block {
  margin-bottom: 30px
}

.alternate_bg th,
.alternate_bg td {
  padding: 1em;
  line-height: 1.5;
  font-size: 1.5rem
}

.alternate_bg tr:nth-child(odd) th,
.alternate_bg tr:nth-child(odd) td {
  background-color: #fff
}

.basic_list {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 1em
}

.basic_list>li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .4em
}

.basic_list>li:last-child {
  margin-bottom: 0
}

.deco_title {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #575555), to(#271c1a)) no-repeat left top;
  background: linear-gradient(to bottom, #575555 0, #271c1a 100%) no-repeat left top;
  color: #fff;
  padding: .2em 1em;
  line-height: 1.4;
  font-weight: bold
}

.deco_title:before {
  content: "";
  display: block;
  width: .4em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c3000a), to(#820001)) no-repeat left top;
  background: linear-gradient(to bottom, #c3000a 0, #820001 100%) no-repeat left top
}

.news_list {
  background-color: #fff;
  height: 200px;
  padding: 10px;
  overflow-y: scroll
}

.news_list>li {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5em 0;
  border-bottom: 1px dashed #ccc
}

.news_date {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
  padding-left: 1em;
  background: url(https://customwagon.itembox.design/item/wc/user/index/index-new-point.jpg) no-repeat left top .4em
}

.fs-p-scrollingCartButton__button {
  text-decoration: none
}

.caution_title.lamp {
  text-align: center;
  font-weight: bold;
  color: #d00;
  text-indent: -1em;
  margin-bottom: 1em
}

.caution_title.lamp>img {
  margin-right: .5em
}

.caution_title.order {
  text-indent: -1em;
  text-align: center;
  font-weight: bold;
  background-color: #333;
  color: #ffd900;
  font-size: 2.2rem;
  padding: .2em;
  letter-spacing: .1em
}

.caution_title.order>img {
  margin-right: .5em
}

.order_caution {
  background-color: #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px
}

.order_caution_inner {
  padding: 20px 30px
}

.c-event {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 25px 0 40px
}

.c-event .annotation {
  font-size: 1.4rem;
  color: red;
  margin-bottom: 5px
}

.c-event .lower {
  padding-top: 20px
}

.c-event .lower label {
  display: inline-block;
  width: 300px
}

.c-event .choice {
  margin-bottom: 10px;
  background-color: #ddd;
  line-height: 25px;
  font-weight: bold
}

.c-event .choice img {
  vertical-align: -3px;
  margin-left: 10px;
  margin-right: 5px
}

.c-event .is_hide {
  display: none
}

.c-event .first-choice li {
  width: 200px;
  float: left;
  padding-left: 20px
}

.c-event .second-choice {
  padding-left: 20px
}

.c-event .third-choice {
  padding-left: 20px
}

.c-event .left-box,
.c-event .right-box {
  width: 330px;
  float: left
}

.c-event .space {
  margin-bottom: 20px
}

.c-event .stage4 img {
  width: 700px;
  height: auto
}

.tire-type_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tire-type_item {
  margin-right: 8px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff
}

.tire-type_item:last-child {
  margin-right: 0
}

.tire-type_item>a {
  display: block
}

.tire-type_item>a:hover>img {
  opacity: .7
}

.tire-type_item>a>img {
  -webkit-transition: .1s ease;
  transition: .1s ease
}

.category_index_intro {
  color: #bf3030;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3
}

.category_index_intro>span {
  display: block;
  font-size: 1.5em
}

.wheel_size_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px
}

.wheel_size_item {
  -ms-flex-preferred-size: calc((100% - 75px)/4);
  flex-basis: calc((100% - 75px)/4)
}

.wheel_size_item--long {
  -ms-flex-preferred-size: calc((100% - 75px)/2 + 25px);
  flex-basis: calc((100% - 75px)/2 + 25px)
}

.wheel_size_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: .5em;
  padding-right: 1.7em;
  font-size: 2.1rem;
  min-height: 80px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#666), to(#000));
  background-image: linear-gradient(to bottom right, #666, #000);
  text-align: center
}

.wheel_size_item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .4em solid rgba(0, 0, 0, 0);
  border-bottom: .4em solid rgba(0, 0, 0, 0);
  border-left: .5em solid #ff7f00;
  border-right: 0;
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wheel_size_item.is_active a {
  border: 3px solid #333;
  color: #333;
  background: #fff;
  pointer-events: none
}

.wheel_size_item.is_active a::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.c-sectionTitle {
  font-size: 4rem;
  font-weight: bold;
  text-align: center
}

.c-sectionTitle--deco {
  text-align: left
}

.c-sectionTitle--deco::before {
  content: "■";
  color: #b5000a
}

.c-sectionTitle__sub {
  display: block;
  font-size: .6em;
  font-weight: normal;
  color: gray
}

.c-sectionIntro {
  font-weight: bold;
  margin: 1em 0 0;
  font-size: 1.6rem
}

.c-sectionIntro--center {
  text-align: center
}

.c-newsBlock {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ddd
}

.c-newsItem {
  border-bottom: 1px dotted #ddd;
  padding: 15px 0
}

.c-newsItem:nth-child(n+4) {
  display: none
}

.c-newsItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.c-newsItem__date {
  font-size: 1.6rem;
  font-weight: bold
}

.c-newsItem__category {
  font-size: 1.4rem;
  display: inline-block;
  padding: .3em 1em
}

.c-newsItem__category--newParts {
  background-color: #900100;
  color: #fff
}

.c-newsItem__category--newAnnounce {
  background-color: #10047d;
  color: #fff
}

.c-newsItem__category--voice {
  background-color: #ffe496
}

.c-newsItem__contents {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: .5em
}

.c-newsItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}

.c-newsItem__link:active,
.c-newsItem__link:visited {
  color: #333
}

.c-newsItem__linkImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px
}

.c-buttonWrap--center {
  text-align: center
}

.c-buttonWrap--upperSpace {
  margin-top: 20px
}

.c-button__viewMore {
  display: inline-block;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  padding: .5em 1em
}

.c-importantText {
  font-size: 3.5rem;
  font-weight: bold
}

.c-importantText--center {
  text-align: center;
  color: #bd312f
}

.c-bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0
}

.c-bannerList__link {
  display: block;
  background-color: #fff
}

.c-bannerList__link img {
  -webkit-transition: .2s ease;
  transition: .2s ease
}

.c-bannerList__link:hover img {
  opacity: .7
}

.c-partsMenu {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px
}

.c-partsMenu__title {
  font-size: 4rem;
  letter-spacing: .03em;
  line-height: 1;
  padding: .375em;
  font-weight: bold;
  text-align: center;
  background: url("https://customwagon.itembox.design/item/images/common/bg_custom_parts_menu.png") no-repeat center/cover;
  color: #fff;
  text-shadow: 1px 1px 3px #000
}

.c-partsMenu__titleInner {
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  display: block
}

.c-partsMenu__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px
}

.c-partsMenuBlock {
  background-color: #efefef
}

.c-partsMenuBlock__categoryName {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding: .825em;
  background: url("https://customwagon.itembox.design/item/images/common/bg_partsCategory_main.png?t-111") no-repeat center/cover;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  letter-spacing: .03em
}

.c-partsMenuBlock__categoryJpName {
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg)
}

.c-partsMenuBlock__categoryEnName {
  font-size: 1.6rem;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-left: .2em;
  letter-spacing: 0
}

.c-partsMenuBlock__subCategoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 15px
}

.c-partsMenuBlock__subCategoryItem {
  background: url("https://customwagon.itembox.design/item/images/common/bg_partsCategory_sub.png") no-repeat center/100% auto;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 0 #c8c9ca;
  box-shadow: 0 2px 0 #c8c9ca
}

.c-partsMenuBlock__subCategoryItem .c-partsMenuBlock__subCategoryItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 155/23;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: .3em 30px;
  position: relative
}

.c-partsMenuBlock__subCategoryItem .c-partsMenuBlock__subCategoryItemLink--small {
  font-size: 1.6rem
}

.c-partsMenuBlock__subCategoryItem .c-partsMenuBlock__subCategoryItemLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease
}

.c-partsMenuBlock__subCategoryItem .c-partsMenuBlock__subCategoryItemLink:hover::after {
  opacity: .3
}

.c-simplePartsMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.c-simplePartsMenu__item {
  background: url("https://customwagon.itembox.design/item/images/common/bg_partsCategory_sub.png") no-repeat center/100% 100%;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 0 #c8c9ca;
  box-shadow: 0 2px 0 #c8c9ca
}

.c-simplePartsMenu__item .c-simplePartsMenu__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 155/30;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 500;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: .3em 30px;
  position: relative
}

.c-simplePartsMenu__item .c-simplePartsMenu__itemLink--small {
  font-size: 1.4rem
}

.c-simplePartsMenu__item .c-simplePartsMenu__itemLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease
}

.c-simplePartsMenu__item .c-simplePartsMenu__itemLink:hover::after {
  opacity: .3
}

.fs-body-category-nomade-00 .c-simplePartsMenu__itemLink[data-category=nomade-00] {
  pointer-events: none
}

.fs-body-category-nomade-00 .c-simplePartsMenu__itemLink[data-category=nomade-00]::after {
  opacity: .3
}

.fs-body-category-nomade-01 .c-simplePartsMenu__itemLink[data-category=nomade-01] {
  pointer-events: none
}

.fs-body-category-nomade-01 .c-simplePartsMenu__itemLink[data-category=nomade-01]::after {
  opacity: .3
}

.fs-body-category-nomade-02 .c-simplePartsMenu__itemLink[data-category=nomade-02] {
  pointer-events: none
}

.fs-body-category-nomade-02 .c-simplePartsMenu__itemLink[data-category=nomade-02]::after {
  opacity: .3
}

.fs-body-category-nomade-03 .c-simplePartsMenu__itemLink[data-category=nomade-03] {
  pointer-events: none
}

.fs-body-category-nomade-03 .c-simplePartsMenu__itemLink[data-category=nomade-03]::after {
  opacity: .3
}

.fs-body-category-nomade-10 .c-simplePartsMenu__itemLink[data-category=nomade-10] {
  pointer-events: none
}

.fs-body-category-nomade-10 .c-simplePartsMenu__itemLink[data-category=nomade-10]::after {
  opacity: .3
}

.fs-body-category-nomade-11 .c-simplePartsMenu__itemLink[data-category=nomade-11] {
  pointer-events: none
}

.fs-body-category-nomade-11 .c-simplePartsMenu__itemLink[data-category=nomade-11]::after {
  opacity: .3
}

.fs-body-category-nomade-12 .c-simplePartsMenu__itemLink[data-category=nomade-12] {
  pointer-events: none
}

.fs-body-category-nomade-12 .c-simplePartsMenu__itemLink[data-category=nomade-12]::after {
  opacity: .3
}

.fs-body-category-nomade-13 .c-simplePartsMenu__itemLink[data-category=nomade-13] {
  pointer-events: none
}

.fs-body-category-nomade-13 .c-simplePartsMenu__itemLink[data-category=nomade-13]::after {
  opacity: .3
}

.fs-body-category-nomade-20 .c-simplePartsMenu__itemLink[data-category=nomade-20] {
  pointer-events: none
}

.fs-body-category-nomade-20 .c-simplePartsMenu__itemLink[data-category=nomade-20]::after {
  opacity: .3
}

.fs-body-category-nomade-21 .c-simplePartsMenu__itemLink[data-category=nomade-21] {
  pointer-events: none
}

.fs-body-category-nomade-21 .c-simplePartsMenu__itemLink[data-category=nomade-21]::after {
  opacity: .3
}

.fs-body-category-nomade-22 .c-simplePartsMenu__itemLink[data-category=nomade-22] {
  pointer-events: none
}

.fs-body-category-nomade-22 .c-simplePartsMenu__itemLink[data-category=nomade-22]::after {
  opacity: .3
}

.fs-body-category-nomade-23 .c-simplePartsMenu__itemLink[data-category=nomade-23] {
  pointer-events: none
}

.fs-body-category-nomade-23 .c-simplePartsMenu__itemLink[data-category=nomade-23]::after {
  opacity: .3
}

.fs-body-category-nomade-30 .c-simplePartsMenu__itemLink[data-category=nomade-30] {
  pointer-events: none
}

.fs-body-category-nomade-30 .c-simplePartsMenu__itemLink[data-category=nomade-30]::after {
  opacity: .3
}

.fs-body-category-nomade-31 .c-simplePartsMenu__itemLink[data-category=nomade-31] {
  pointer-events: none
}

.fs-body-category-nomade-31 .c-simplePartsMenu__itemLink[data-category=nomade-31]::after {
  opacity: .3
}

.fs-body-category-nomade-32 .c-simplePartsMenu__itemLink[data-category=nomade-32] {
  pointer-events: none
}

.fs-body-category-nomade-32 .c-simplePartsMenu__itemLink[data-category=nomade-32]::after {
  opacity: .3
}

.fs-body-category-nomade-40 .c-simplePartsMenu__itemLink[data-category=nomade-40] {
  pointer-events: none
}

.fs-body-category-nomade-40 .c-simplePartsMenu__itemLink[data-category=nomade-40]::after {
  opacity: .3
}

.c-parts-category-list {
  display: none
}

.c-parts-category-list.is-active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 15px 0
}

.c-parts-category-item.is-active a {
  color: #333;
  background: #fff;
  pointer-events: none
}

.c-parts-category-item.is-active a::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.c-parts-category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: .5em;
  padding-right: 1.7em;
  font-size: 2.1rem;
  min-height: 80px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#666), to(#000));
  background-image: linear-gradient(to bottom right, #666, #000);
  text-align: center;
  border: 3px solid #333
}

.c-parts-category-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .4em solid rgba(0, 0, 0, 0);
  border-bottom: .4em solid rgba(0, 0, 0, 0);
  border-left: .5em solid #ff7f00;
  border-right: 0;
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c-title--category {
  background: url("https://customwagon.itembox.design/item/images/common/bg_category_title.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: .5em;
  line-height: 1.2
}

.white-block {
  background-color: var(--color-white);
  padding: 15px
}

.white-block--with-border {
  border: 1px solid var(--color-gray)
}

.block-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-white);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: .25em .75em
}

.block-title-wrap--blue {
  background-image: var(--background-gradient-blue)
}

.main-parts-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px
}

.main-parts-menu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url("https://customwagon.itembox.design/item/images/common/bg_main_parts_button.png");
  background-size: cover;
  text-decoration: none;
  color: var(--color-white) !important;
  font-size: 18px;
  font-weight: bold;
  aspect-ratio: 25/12;
  padding-bottom: .5em;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.main-parts-menu__item-link:hover {
  opacity: .7
}

.main-parts-menu__item-icon {
  display: block
}

.main-parts-menu__item-icon--exterior {
  width: 82px;
  margin-bottom: 24px
}

.main-parts-menu__item-icon--aero {
  width: 112px;
  margin-bottom: 24px
}

.main-parts-menu__item-icon--interior {
  width: 38px;
  margin-bottom: 20px
}

.main-parts-menu__item-icon--suspension {
  width: 48px;
  margin-bottom: 17px
}

.main-parts-menu__item-icon--wheel {
  width: 96px;
  margin-bottom: 20px
}

.main-parts-menu__item-icon--performance {
  width: 60px;
  margin-bottom: 20px
}

.main-parts-menu__item-icon--accessory {
  width: 50px;
  margin-bottom: 20px
}

.fs-l-header {
  width: 950px;
  margin: 0 auto 20px
}

.fs-l-header__contents {
  display: block
}

.fs-l-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  padding: 5px 0
}

.fs-l-header__utility *:last-child {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.fs-l-header__welcomeMsg.is-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fs-l-header .fs-p-mypage {
  margin-left: 1em
}

.fs-l-header .fs-p-headerUtilityMenu__list li {
  margin-left: 1em
}

.fs-l-header .fs-p-headerUtilityMenu__list a {
  color: #1800ff;
  text-decoration: underline
}

.fs-l-header .fs-p-headerUtilityMenu__list a:before {
  content: none
}

.fs-l-header .fs-p-headerUtilityMenu__list a:hover {
  text-decoration: none
}

.fs-l-header .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fs-l-header .headline:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}

.fs-l-header .logo_area {
  padding-top: 10px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 650px;
  flex: 0 0 650px
}

.fs-l-header .logo_area>p {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0
}

.fs-l-header .right_box {
  width: 400px;
  float: right
}

.fs-l-header .right_box .head-tel {
  text-align: right
}

.fs-l-header .head-tel {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.fs-l-header .head-tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  text-decoration: none
}

.fs-l-header .head-tel__wrap:hover {
  color: initial
}

.fs-l-header .head-tel__emp {
  display: inline-block;
  background-color: #c00;
  color: #fff;
  font-size: 12px;
  padding: .3em;
  margin-right: .3em;
  border-radius: .3em
}

.fs-l-header .head-tel__icon {
  max-width: 25px
}

.fs-l-header .head-tel__number {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 32px
}

.fs-l-header .head-tel__guide {
  margin-top: .3em
}

.header_image {
  position: relative;
  margin-bottom: 5px;
  height: 180px
}

.header_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.topmain_btn_wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 4.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.topmain_btn_wrap ul {
  width: 127px
}

.topmain_btn_wrap ul li {
  padding: 3px
}

.fs-l-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 202px;
  flex: 0 0 202px;
  margin-right: 22px
}

.side_menu_block {
  margin-bottom: 30px
}

.side_menu_model .maker_block {
  margin-bottom: 10px
}

.side_menu_model .maker_block:last-child {
  margin-bottom: 0
}

.side_menu_search .side_menu_caption {
  font-weight: normal;
  margin-bottom: 10px
}

.side_menu_search .fs-p-inputGroup {
  border-color: #999
}

.side_menu_feature {
  background-color: #eee
}

.side_menu_feature_list {
  border: 1px solid #d90000;
  border-top: none;
  padding: 10px
}

.side_menu_feature_list>li {
  margin-bottom: 12px
}

.side_menu_feature_list>li:last-child {
  margin-bottom: 0
}

.side_menu_support {
  background-color: #484c4f;
  padding: 12px
}

.side_menu_support_block {
  margin-bottom: 12px
}

.side_menu_support_block:last-child {
  margin-bottom: 0
}

.side_menu_support .contact_guide {
  padding: .7em;
  background-color: #fff
}

.side_menu_support .contact_guide p {
  margin-bottom: 0;
  font-size: 1.3rem
}

.side_menu_support .contact_guide a {
  text-decoration: underline
}

.side_menu_support .line {
  background-color: #fff;
  border-bottom: 10px solid #2cbf13;
  text-align: center
}

.side_menu_support .information_list {
  background-color: #fff;
  padding: 10px
}

.side_menu_support .information_list>li {
  padding: .5em 0;
  border-bottom: 1px dashed #999
}

.side_menu_support .information_list>li>a {
  color: #4275ce;
  text-decoration: none
}

.side_menu_support .information_list>li>a:hover {
  text-decoration: underline
}

.side_menu_support .calendar {
  background-color: #fff;
  padding: 5px
}

.side_menu_support .calendar_table {
  margin-bottom: 5px
}

.side_menu_support .calendar_table caption {
  background-color: #1e72c4;
  color: #fff;
  margin-bottom: .5em;
  padding: .4em 0 .3em
}

.side_menu_support .calendar_table tbody th,
.side_menu_support .calendar_table tbody td {
  border: 1px solid #fff;
  text-align: center;
  padding: .3em 0
}

.side_menu_support .calendar_table tbody td {
  position: relative;
  background-color: #ddecff
}

.side_menu_support .calendar_table tbody td:first-child,
.side_menu_support .calendar_table tbody td:last-child,
.side_menu_support .calendar_table tbody td:nth-child(7n+4),
.side_menu_support .calendar_table tbody td.extraHoliday {
  background-color: #fadcde
}

.side_menu_support .calendar_table tbody td.holiday {
  background-color: #fadcde
}

.side_menu_support .calendar_table tbody td.disabled {
  background-color: #eee;
  color: #aaa
}

.side_menu_support .calendar_table tbody td.today:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid red
}

.side_menu_support .calendar_controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0
}

.side_menu_support .calendar_controll_btn {
  cursor: pointer;
  padding: 0 .5em
}

.side_menu_support .calendar .regular_holiday:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #fadcde;
  margin-right: .2em;
  vertical-align: middle
}

.side_menu_links {
  background-color: #484c4f
}

.side_menu_links_list {
  padding: 12px
}

.side_menu_links_list>li {
  margin-bottom: 12px
}

.side_menu_links_list>li:last-child {
  margin-bottom: 0
}

.fs-body-category-554 .fs-c-productList,
.fs-body-category-554 .original-comment-10,
.fs-body-category-515 .fs-c-productList,
.fs-body-category-515 .original-comment-10,
.fs-body-category-516 .fs-c-productList,
.fs-body-category-516 .original-comment-10,
.fs-body-category-517 .fs-c-productList,
.fs-body-category-517 .original-comment-10,
.fs-body-category-518 .fs-c-productList,
.fs-body-category-518 .original-comment-10,
.fs-body-category-519 .fs-c-productList,
.fs-body-category-519 .original-comment-10,
.fs-body-category-520 .fs-c-productList,
.fs-body-category-520 .original-comment-10,
.fs-body-category-562 .fs-c-productList,
.fs-body-category-562 .original-comment-10,
.fs-body-category-559 .fs-c-productList,
.fs-body-category-559 .original-comment-10,
.fs-body-category-561 .fs-c-productList,
.fs-body-category-561 .original-comment-10,
.fs-body-category-lac250 .fs-c-productList,
.fs-body-category-lac250 .original-comment-10,
.fs-body-category-lac300 .fs-c-productList,
.fs-body-category-lac300 .original-comment-10,
.fs-body-category-524 .fs-c-productList,
.fs-body-category-524 .original-comment-10,
.fs-body-category-557 .fs-c-productList,
.fs-body-category-557 .original-comment-10,
.fs-body-category-560 .fs-c-productList,
.fs-body-category-560 .original-comment-10,
.fs-body-category-gr86-brz .fs-c-productList,
.fs-body-category-gr86-brz .original-comment-10,
.fs-body-category-probox .fs-c-productList,
.fs-body-category-probox .original-comment-10,
.fs-body-category-triton .fs-c-productList,
.fs-body-category-triton .original-comment-10,
.fs-body-category-jimny .fs-c-productList,
.fs-body-category-jimny .original-comment-10,
.fs-body-category-jb64 .fs-c-productList,
.fs-body-category-jb64 .original-comment-10,
.fs-body-category-jb74 .fs-c-productList,
.fs-body-category-jb74 .original-comment-10,
.fs-body-category-nomade .fs-c-productList,
.fs-body-category-nomade .original-comment-10,
.fs-body-category-delicamini .fs-c-productList,
.fs-body-category-delicamini .original-comment-10,
.fs-body-category-gr .fs-c-productList,
.fs-body-category-gr .original-comment-10,
.fs-body-category-lacfj .fs-c-productList,
.fs-body-category-lacfj .original-comment-10,
.fs-body-category-hilux .fs-c-productList,
.fs-body-category-hilux .original-comment-10 {
  display: none
}

.fs-body-category-4709 .parts_category_list,
.fs-body-category-4709 .category_main_image,
.fs-body-category-4718 .parts_category_list,
.fs-body-category-4718 .category_main_image,
.fs-body-category-4723 .parts_category_list,
.fs-body-category-4723 .category_main_image,
.fs-body-category-4727 .parts_category_list,
.fs-body-category-4727 .category_main_image,
.fs-body-category-4728 .parts_category_list,
.fs-body-category-4728 .category_main_image,
.fs-body-category-4729 .parts_category_list,
.fs-body-category-4729 .category_main_image,
.fs-body-category-4730 .parts_category_list,
.fs-body-category-4730 .category_main_image,
.fs-body-category-4749 .parts_category_list,
.fs-body-category-4749 .category_main_image,
.fs-body-category-4750 .parts_category_list,
.fs-body-category-4750 .category_main_image,
.fs-body-category-4754 .parts_category_list,
.fs-body-category-4754 .category_main_image,
.fs-body-category-4761 .parts_category_list,
.fs-body-category-4761 .category_main_image,
.fs-body-category-69186 .parts_category_list,
.fs-body-category-69186 .category_main_image,
.fs-body-category-probox-99 .parts_category_list,
.fs-body-category-probox-99 .category_main_image,
.fs-body-category-lac250 .parts_category_list,
.fs-body-category-lac250 .category_main_image,
.fs-body-category-lac250-99 .parts_category_list,
.fs-body-category-lac250-99 .category_main_image,
.fs-body-category-triton-99 .parts_category_list,
.fs-body-category-triton-99 .category_main_image,
.fs-body-category-hilux-99 .parts_category_list,
.fs-body-category-hilux-99 .category_main_image {
  display: none
}

.fs-body-category .parts_category_list .is_active img {
  visibility: hidden
}

.fs-body-category-68411 .category_main_image .common {
  display: none
}

.fs-body-category-68411 .category_main_image .main_68411 {
  display: block
}

.fs-body-category-66032 .model40,
.fs-body-category-66029 .model40,
.fs-body-category-66062 .model40,
.fs-body-category-66047 .model40,
.fs-body-category-66059 .model40,
.fs-body-category-66008 .model40,
.fs-body-category-66065 .model40,
.fs-body-category-66056 .model40,
.fs-body-category-66035 .model40,
.fs-body-category-65996 .model40,
.fs-body-category-68909 .model40,
.fs-body-category-68223 .model40,
.fs-body-category-65987 .model40,
.fs-body-category-65978 .model40,
.fs-body-category-66038 .model40,
.fs-body-category-66026 .model40 {
  display: none
}

.fs-body-category-515-40-00 .model30,
.fs-body-category-515-40-01 .model30,
.fs-body-category-515-40-02 .model30,
.fs-body-category-515-40-03 .model30,
.fs-body-category-515-40-10 .model30,
.fs-body-category-515-40-11 .model30,
.fs-body-category-515-40-12 .model30,
.fs-body-category-515-40-13 .model30,
.fs-body-category-515-40-20 .model30,
.fs-body-category-515-40-21 .model30,
.fs-body-category-515-40-22 .model30,
.fs-body-category-515-40-23 .model30,
.fs-body-category-515-40-30 .model30,
.fs-body-category-515-40-31 .model30,
.fs-body-category-515-40-32 .model30,
.fs-body-category-515-40-40 .model30,
.fs-body-category-4749 .model30 {
  display: none
}

.fs-body-category-515-40-21 .tire-type_select .cat_515-40-21>a,
.fs-body-category-515-40-22 .tire-type_select .cat_515-40-22>a,
.fs-body-category-515-40-23 .tire-type_select .cat_515-40-23>a {
  pointer-events: none
}

.fs-body-category-515-40-21 .tire-type_select .cat_515-40-21>a>img,
.fs-body-category-515-40-22 .tire-type_select .cat_515-40-22>a>img,
.fs-body-category-515-40-23 .tire-type_select .cat_515-40-23>a>img {
  opacity: .5
}

.fs-body-category-66231 .model40,
.fs-body-category-66225 .model40,
.fs-body-category-66219 .model40,
.fs-body-category-66249 .model40,
.fs-body-category-66216 .model40,
.fs-body-category-66246 .model40,
.fs-body-category-66222 .model40,
.fs-body-category-66213 .model40,
.fs-body-category-66237 .model40,
.fs-body-category-66240 .model40,
.fs-body-category-68829 .model40,
.fs-body-category-68222 .model40,
.fs-body-category-66243 .model40,
.fs-body-category-66252 .model40,
.fs-body-category-66228 .model40,
.fs-body-category-66234 .model40 {
  display: none
}

.fs-body-category-516-40-00 .model30,
.fs-body-category-516-40-01 .model30,
.fs-body-category-516-40-02 .model30,
.fs-body-category-516-40-03 .model30,
.fs-body-category-516-40-10 .model30,
.fs-body-category-516-40-11 .model30,
.fs-body-category-516-40-12 .model30,
.fs-body-category-516-40-13 .model30,
.fs-body-category-516-40-20 .model30,
.fs-body-category-516-40-21 .model30,
.fs-body-category-516-40-22 .model30,
.fs-body-category-516-40-23 .model30,
.fs-body-category-516-40-30 .model30,
.fs-body-category-516-40-31 .model30,
.fs-body-category-516-40-32 .model30,
.fs-body-category-516-40-40 .model30,
.fs-body-category-4730 .model30 {
  display: none
}

.fs-body-category-516-40-21 .tire-type_select .cat_516-40-21>a,
.fs-body-category-516-40-22 .tire-type_select .cat_516-40-22>a,
.fs-body-category-516-40-23 .tire-type_select .cat_516-40-23>a {
  pointer-events: none
}

.fs-body-category-516-40-21 .tire-type_select .cat_516-40-21>a>img,
.fs-body-category-516-40-22 .tire-type_select .cat_516-40-22>a>img,
.fs-body-category-516-40-23 .tire-type_select .cat_516-40-23>a>img {
  opacity: .5
}

.fs-body-category-66462 .model80,
.fs-body-category-66465 .model80,
.fs-body-category-66468 .model80,
.fs-body-category-66471 .model80,
.fs-body-category-66474 .model80,
.fs-body-category-66477 .model80,
.fs-body-category-66480 .model80,
.fs-body-category-66483 .model80,
.fs-body-category-66486 .model80,
.fs-body-category-66489 .model80,
.fs-body-category-66492 .model80,
.fs-body-category-66495 .model80,
.fs-body-category-66498 .model80 {
  display: none
}

.fs-body-category-68842 .model60,
.fs-body-category-68844 .model60,
.fs-body-category-68846 .model60,
.fs-body-category-68848 .model60,
.fs-body-category-68850 .model60,
.fs-body-category-68852 .model60,
.fs-body-category-68854 .model60,
.fs-body-category-68856 .model60,
.fs-body-category-68858 .model60,
.fs-body-category-68860 .model60,
.fs-body-category-68935 .model60,
.fs-body-category-68951 .model60,
.fs-body-category-68966 .model60,
.fs-body-category-68862 .model60,
.fs-body-category-68864 .model60,
.fs-body-category-68866 .model60,
.fs-body-category-68868 .model60,
.fs-body-category-4709 .model60 {
  display: none
}

.fs-body-category-66114 .model90,
.fs-body-category-66148 .model90,
.fs-body-category-66117 .model90,
.fs-body-category-66154 .model90,
.fs-body-category-66126 .model90,
.fs-body-category-66123 .model90,
.fs-body-category-66120 .model90,
.fs-body-category-66130 .model90,
.fs-body-category-66133 .model90,
.fs-body-category-66145 .model90,
.fs-body-category-66151 .model90,
.fs-body-category-66136 .model90,
.fs-body-category-66139 .model90,
.fs-body-category-66142 .model90 {
  display: none
}

.fs-body-category-518-90-00 .model80,
.fs-body-category-518-90-01 .model80,
.fs-body-category-518-90-02 .model80,
.fs-body-category-518-90-03 .model80,
.fs-body-category-518-90-10 .model80,
.fs-body-category-518-90-11 .model80,
.fs-body-category-518-90-12 .model80,
.fs-body-category-518-90-13 .model80,
.fs-body-category-518-90-20 .model80,
.fs-body-category-518-90-21 .model80,
.fs-body-category-518-90-22 .model80,
.fs-body-category-518-90-23 .model80,
.fs-body-category-518-90-24 .model80,
.fs-body-category-518-90-30 .model80,
.fs-body-category-518-90-31 .model80,
.fs-body-category-518-90-32 .model80,
.fs-body-category-518-90-40 .model80,
.fs-body-category-4727 .model80 {
  display: none
}

.fs-body-category-518-90-21 .tire-type_select .cat_518-90-21>a,
.fs-body-category-518-90-22 .tire-type_select .cat_518-90-22>a,
.fs-body-category-518-90-23 .tire-type_select .cat_518-90-23>a,
.fs-body-category-518-90-24 .tire-type_select .cat_518-90-24>a {
  pointer-events: none
}

.fs-body-category-518-90-21 .tire-type_select .cat_518-90-21>a>img,
.fs-body-category-518-90-22 .tire-type_select .cat_518-90-22>a>img,
.fs-body-category-518-90-23 .tire-type_select .cat_518-90-23>a>img,
.fs-body-category-518-90-24 .tire-type_select .cat_518-90-24>a>img {
  opacity: .5
}

.fs-body-category-66418 .model90,
.fs-body-category-66414 .model90,
.fs-body-category-66423 .model90,
.fs-body-category-66456 .model90,
.fs-body-category-66432 .model90,
.fs-body-category-66429 .model90,
.fs-body-category-66426 .model90,
.fs-body-category-66435 .model90,
.fs-body-category-66438 .model90,
.fs-body-category-66450 .model90,
.fs-body-category-66453 .model90,
.fs-body-category-66441 .model90,
.fs-body-category-66444 .model90,
.fs-body-category-66447 .model90 {
  display: none
}

.fs-body-category-520-90-00 .model80,
.fs-body-category-520-90-01 .model80,
.fs-body-category-520-90-02 .model80,
.fs-body-category-520-90-03 .model80,
.fs-body-category-520-90-10 .model80,
.fs-body-category-520-90-11 .model80,
.fs-body-category-520-90-12 .model80,
.fs-body-category-520-90-13 .model80,
.fs-body-category-520-90-20 .model80,
.fs-body-category-520-90-21 .model80,
.fs-body-category-520-90-22 .model80,
.fs-body-category-520-90-23 .model80,
.fs-body-category-520-90-24 .model80,
.fs-body-category-520-90-30 .model80,
.fs-body-category-520-90-31 .model80,
.fs-body-category-520-90-32 .model80,
.fs-body-category-520-90-40 .model80,
.fs-body-category-4728 .model80 {
  display: none
}

.fs-body-category-520-90-21 .tire-type_select .cat_520-90-21>a,
.fs-body-category-520-90-22 .tire-type_select .cat_520-90-22>a,
.fs-body-category-520-90-23 .tire-type_select .cat_520-90-23>a,
.fs-body-category-520-90-24 .tire-type_select .cat_520-90-24>a {
  pointer-events: none
}

.fs-body-category-520-90-21 .tire-type_select .cat_520-90-21>a>img,
.fs-body-category-520-90-22 .tire-type_select .cat_520-90-22>a>img,
.fs-body-category-520-90-23 .tire-type_select .cat_520-90-23>a>img,
.fs-body-category-520-90-24 .tire-type_select .cat_520-90-24>a>img {
  opacity: .5
}

.fs-body-category-68581 .model_jimny_sierra,
.fs-body-category-68583 .model_jimny_sierra,
.fs-body-category-68321 .model_jimny_sierra,
.fs-body-category-68322 .model_jimny_sierra,
.fs-body-category-68323 .model_jimny_sierra,
.fs-body-category-68324 .model_jimny_sierra,
.fs-body-category-68325 .model_jimny_sierra,
.fs-body-category-68326 .model_jimny_sierra,
.fs-body-category-68327 .model_jimny_sierra,
.fs-body-category-68328 .model_jimny_sierra,
.fs-body-category-68329 .model_jimny_sierra,
.fs-body-category-68330 .model_jimny_sierra,
.fs-body-category-68467 .model_jimny_sierra,
.fs-body-category-68417 .model_jimny_sierra,
.fs-body-category-68331 .model_jimny_sierra,
.fs-body-category-68332 .model_jimny_sierra,
.fs-body-category-68333 .model_jimny_sierra,
.fs-body-category-68334 .model_jimny_sierra,
.fs-body-category-4750 .model_jimny_sierra,
.fs-body-category-jb64 .model_jimny_sierra,
.fs-body-category-jb74 .model_jimny_sierra,
.fs-body-category-nomade .model_jimny_sierra {
  display: none
}

.fs-body-category-68374 .model_jimny,
.fs-body-category-68376 .model_jimny,
.fs-body-category-68377 .model_jimny,
.fs-body-category-68378 .model_jimny,
.fs-body-category-68379 .model_jimny,
.fs-body-category-68380 .model_jimny,
.fs-body-category-68381 .model_jimny,
.fs-body-category-68382 .model_jimny,
.fs-body-category-68383 .model_jimny,
.fs-body-category-68384 .model_jimny,
.fs-body-category-68597 .model_jimny,
.fs-body-category-68418 .model_jimny,
.fs-body-category-68385 .model_jimny,
.fs-body-category-68386 .model_jimny,
.fs-body-category-68387 .model_jimny,
.fs-body-category-68388 .model_jimny,
.fs-body-category-4754 .model_jimny,
.fs-body-category-jb64 .model_jimny,
.fs-body-category-jb74 .model_jimny,
.fs-body-category-nomade .model_jimny {
  display: none
}

.fs-body-category-69186 .parts_category_list {
  display: none
}

.fs-body-category-562-21 .tire-type_select .cat_562-21>a,
.fs-body-category-562-22 .tire-type_select .cat_562-22>a,
.fs-body-category-562-23 .tire-type_select .cat_562-23>a {
  pointer-events: none
}

.fs-body-category-562-21 .tire-type_select .cat_562-21>a>img,
.fs-body-category-562-22 .tire-type_select .cat_562-22>a>img,
.fs-body-category-562-23 .tire-type_select .cat_562-23>a>img {
  opacity: .5
}

.fs-body-category-gr86-00 .model_brz,
.fs-body-category-gr86-01 .model_brz,
.fs-body-category-gr86-02 .model_brz,
.fs-body-category-gr86-03 .model_brz,
.fs-body-category-gr86-10 .model_brz,
.fs-body-category-gr86-11 .model_brz,
.fs-body-category-gr86-12 .model_brz,
.fs-body-category-gr86-13 .model_brz,
.fs-body-category-gr86-20 .model_brz,
.fs-body-category-gr86-21 .model_brz,
.fs-body-category-gr86-22 .model_brz,
.fs-body-category-gr86-23 .model_brz,
.fs-body-category-gr86-24 .model_brz,
.fs-body-category-gr86-30 .model_brz,
.fs-body-category-gr86-31 .model_brz,
.fs-body-category-gr86-32 .model_brz,
.fs-body-category-gr86-40 .model_brz {
  display: none
}

.fs-body-category-brz-00 .model_gr86,
.fs-body-category-brz-01 .model_gr86,
.fs-body-category-brz-02 .model_gr86,
.fs-body-category-brz-03 .model_gr86,
.fs-body-category-brz-10 .model_gr86,
.fs-body-category-brz-11 .model_gr86,
.fs-body-category-brz-12 .model_gr86,
.fs-body-category-brz-13 .model_gr86,
.fs-body-category-brz-20 .model_gr86,
.fs-body-category-brz-21 .model_gr86,
.fs-body-category-brz-22 .model_gr86,
.fs-body-category-brz-23 .model_gr86,
.fs-body-category-brz-24 .model_gr86,
.fs-body-category-brz-30 .model_gr86,
.fs-body-category-brz-31 .model_gr86,
.fs-body-category-brz-32 .model_gr86,
.fs-body-category-brz-40 .model_gr86 {
  display: none
}

.fs-body-category-gr86-99 .model_brz,
.fs-body-category-gr86-99 .model_gr86:not(.parts_menu) {
  display: none
}

.fs-body-category-brz-99 .model_brz:not(.parts_menu),
.fs-body-category-brz-99 .model_gr86 {
  display: none
}

.fs-body-category-triton .section_title {
  font-size: 2.8rem
}

.fs-body-category-triton .news_list {
  height: 300px;
  font-size: 1.8rem
}

.fs-body-category-triton .news_list>li {
  padding: 1em 0
}

.fs-body-category-lac_top .category_main_image,
.fs-body-category-lac_top .parts_category_list,
.fs-body-category-lac_top .parts_menu {
  display: none
}

.fs-body-category-lac250 .parts_menu:last-child {
  display: none
}

.fs-body-category-561 #main-parts-menu {
  display: none;
}

.fs-body-category .modelLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.fs-body-product .fs-p-productDescription {
  line-height: 1.5;
  font-size: 1.1em;
  margin-bottom: 30px
}

.fs-body-product .fs-p-productDescription--short {
  padding-bottom: 0
}

.fs-body-product .fs-p-productDescription td {
  padding: .5em 1em
}

.fs-body-product .fs-c-productNumber {
  border: none;
  padding: 0;
  margin-bottom: .5em;
  font-size: 1.4rem
}

.fs-body-product .fs-c-productNumber__number {
  margin-left: 1em
}

.fs-body-product .fs-c-productPrices {
  margin: 20px 0
}

.fs-body-product .fs-c-productPostage {
  margin-bottom: 5px
}

.fs-body-product .fs-c-productPlainImage {
  margin-bottom: 15px
}

.fs-body-product .fs-c-productPlainImage--0 {
  display: none
}

.fs-body-product .product_name {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1em
}

.fs-body-product .product_name_sub {
  margin-left: 2em
}

.fs-body-product .product_faq {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px
}

.fs-body-product .product_faq_title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #333
}

.fs-body-product .product_faq_q {
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 0 15px;
  font-weight: bold;
  margin-bottom: .5em
}

.fs-body-product .product_faq_q:before {
  content: "Q";
  margin-right: .3em;
  font-size: 2rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  text-align: center
}

.fs-body-product .product_faq_a {
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px
}

.fs-body-product .product_faq_a:before {
  content: "A";
  margin-right: .3em;
  font-size: 2rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #c80920;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  vertical-align: bottom
}

.fs-body-product .product_faq_a:not(:last-of-type) {
  margin-bottom: 30px
}

.fs-body-product .cart_menu {
  background-color: #fff;
  border: 1px solid #999;
  padding: 30px 20px 10px;
  margin-bottom: 20px
}

.fs-body-product .shipping_link {
  margin-bottom: 20px
}

.fs-body-product .addition_guide_list {
  border: 1px solid #333;
  padding: 15px
}

.fs-body-product .addition_guide_list>li {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .3em
}

.fs-body-about-shippingPayment .fs-c-documentArticle,
.fs-body-about-shippingPayment .fs-c-documentArticle__content {
  padding: 0
}

.fs-body-about-shippingPayment .fs-c-postage__list>dt {
  padding: .5em;
  font-size: 1.5rem;
  font-weight: bold
}

.fs-body-about-shippingPayment .fs-c-postage__table__headerCell {
  padding: .5em 0
}

.fs-body-about-shippingPayment .fs-c-postage__table__headerCell:first-child {
  width: 50px
}

.fs-body-about-shippingPayment .fs-c-price__value {
  font-size: 1.7rem
}

.fs-body-my-orders .fs-c-price__currencyMark,
.fs-body-my-orders .fs-c-price__value {
  font-size: 1em
}

.fs-body-my-orders .fs-c-noResultMessage {
  margin: 0
}

.fs-body-my-orders-details .fs-l-main,
.fs-body-my-orders-details .fs-l-pageMain {
  max-width: 900px
}

.fs-l-main {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 726px;
  flex: 0 0 726px;
  max-width: 726px;
  margin: 0 auto;
  padding: 0
}

.fs-l-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto
}

.fs-l-pageMain {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 726px;
  flex: 0 0 726px;
  max-width: 726px;
  margin: 0 auto
}

.fs-l-productLayout {
  display: block
}

.fs-c-productOption {
  width: 400px
}

.fs-c-productOption__name {
  background: none
}

.fs-c-productQuantityAndWishlist {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 10px
}

.fs-c-productQuantityAndWishlist__quantity {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 4px;
  margin-bottom: 20px
}

.fs-c-productQuantityAndWishlist__quantity:before {
  content: "数量";
  font-weight: bold;
  line-height: 26px;
  margin-right: .5em
}

.fs-c-productQuantityAndWishlist__wishlist {
  padding: 0
}

.fs-c-productActionButton {
  width: 400px;
  clear: both;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.fs-c-documentArticle__heading {
  text-align: left;
  font-size: 1.6rem
}

.main_top .news .section_title {
  margin-bottom: 0
}

.main_top .hot .model_block {
  width: calc((100% - 20px)/2);
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.main_top .hot .model_blockWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 40px
}

.main_top .hot .model_blockTitle {
  height: 84px
}

.main_top .hot .model_blockCar {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%
}

.main_top .hot .model_blockCar--caravan {
  top: 42px
}

.main_top .hot .model_blockCar--jimny {
  top: 44px
}

.main_top .hot .model_blockCar--harrier {
  top: 18px
}

.main_top .hot .model_blockCar--alphard {
  top: 13px
}

.main_top .hot .model_blockCar--vellfire {
  top: 16px
}

.main_top .hot .model_blockCar--corolla {
  top: 34px
}

.main_top .hot .model_blockLink {
  padding: 0 10px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 5;
  pointer-events: none
}

.main_top .hot .model_blockLink a {
  pointer-events: all;
  position: relative;
  width: calc(50% - 4px) !important;
  max-width: 162px;
  margin: 0;
  padding: 6px;
  margin-left: auto;
  height: 172px;
  min-height: 172px;
  background-image: url(https://customwagon.itembox.design/item/images/hot/bg_hot_new_parts.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  display: block !important;
  -webkit-box-shadow: 4px 4px 2px 0px rgba(4, 0, 0, .35);
  box-shadow: 4px 4px 2px 0px rgba(4, 0, 0, .35);
  text-decoration: none
}

.main_top .hot .model_blockLink--images {
  position: relative;
  display: block
}

.main_top .hot .model_blockLink--images::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(https://customwagon.itembox.design/item/images/hot/icon_hot_new_parts.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .5);
  background-position: center;
  position: absolute;
  top: 0;
  left: 0
}

.main_top .hot .model_blockLink--intro {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif
}

.main_top .hot .model_blockLink--arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid 1px #fff
}

.main_top .hot .model_blockLink--arrow::after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  border-color: #fff
}

.main_top .hot .model_block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.main_top .hot .latest_link {
  position: absolute;
  right: 10px;
  bottom: 10px
}

.main_top .hot .fs-c-productListCarousel {
  display: block;
  width: 557px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100%;
  left: 0
}

.main_top .hot .fs-c-productListCarousel__ctrl {
  display: none !important
}

.main_top .hot .fs-c-productListCarousel__list__itemTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  padding: 0 10px
}

.main_top .hot .fs-c-productListItem {
  margin: 0 9px 0 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 179px !important;
  min-width: auto;
  -ms-flex-preferred-size: 179px;
  flex-basis: 179px;
  max-width: 179px;
  font-family: "Noto Sans JP", sans-serif;
  width: calc(50% - 4px) !important;
  margin: 0;
  height: 172px;
  min-height: 172px;
  max-width: 162px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  display: block !important;
  -webkit-box-shadow: 4px 4px 2px 0px rgba(4, 0, 0, .35);
  box-shadow: 4px 4px 2px 0px rgba(4, 0, 0, .35)
}

.main_top .hot .fs-c-productListItem:nth-child(3n+1) {
  background: url(https://customwagon.itembox.design/item/images/hot/bg_hot_no1.png) no-repeat;
  background-size: contain
}

.main_top .hot .fs-c-productListItem:nth-child(3n+2) {
  background: url(https://customwagon.itembox.design/item/images/hot/bg_hot_no2.png) no-repeat;
  background-size: contain
}

.main_top .hot .fs-c-productListItem:nth-child(3n+3) {
  background: url(https://customwagon.itembox.design/item/images/hot/bg_hot_no3.png) no-repeat;
  background-size: contain
}

.main_top .hot .fs-c-productListItem:last-child {
  margin-right: 0
}

.main_top .hot .fs-c-productListItem__imageContainer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  margin-bottom: 0
}

.main_top .hot .fs-c-productListItem__productName {
  padding-bottom: 0;
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.1;
  text-shadow: 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .3em #fff;
  padding: 6px;
  font-size: 12px;
  line-height: 1.24
}

.main_top .hot .fs-c-productListItem__productName>a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
  height: 100%;
  padding-top: 2.2em;
  padding-right: .4em;
  padding-top: 0
}

.main_top .hot .fs-c-productListItem__productName>a .fs-c-productName__copy {
  display: none
}

.main_top .hot .fs-c-productListItem__productName>a .fs-c-productName__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.main_top .hot .fs-c-productListItem__control {
  display: none
}

.main_top .hot .fs-c-productPrices {
  display: none
}

.main_top .hot .fs-c-productImage {
  width: 100%;
  height: 100%
}

.main_top .hot .fs-c-productImage>a {
  display: block;
  padding: 4px;
  padding: 6px
}

.main_top .hot .fs-c-productImage__image {
  width: 97px;
  height: 97px;
  -o-object-position: 0 0;
  object-position: 0 0
}

.main_top .hot .fs-c-productMarks {
  display: none
}

.main_top .section .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  margin: 10px 0
}

.main_top .section .item_list {
  max-width: 720px;
  border: 1px solid #333;
  border-top: none;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main_top .section .item .product_image {
  height: 94px;
  overflow: hidden
}

.main_top .section .item .catch {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: .5em;
  margin: 0
}

.main_top .section .item .car_model {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3px
}

.main_top .section .item .car_model>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 69px;
  flex: 0 0 69px;
  margin-bottom: 3px;
  margin-right: 3px
}

.main_top .section .item .car_model>li:nth-child(3n) {
  margin-right: 0
}

.main_top .section .item .car_model>li>a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.3;
  padding: .7em 0;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-align: center
}

.main_top .model_change .section_title {
  margin-bottom: 20px
}

.main_top .banner_list>li {
  margin-bottom: 30px
}

.main_order .order_flow>li {
  margin-bottom: 10px
}

.main_order .order_flow_caption {
  margin-bottom: 20px
}

.page_free .car_model_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.page_free .car_model_list>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 232px;
  flex: 0 0 232px;
  padding: 15px;
  margin: 5px;
  border: 1px solid #ccc
}

.page_free .car_model_list>li .price_range {
  color: #cd1b25;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold
}

.page_free .car_model_name {
  font-size: 1.4rem;
  line-height: 1.3
}

.page_hotitem .fs-c-heading {
  display: none
}

.page_voice .voboxmiddole {
  border: 1px solid #999;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff
}

.page_voice .voname {
  text-align: right;
  border-bottom: 1px dashed #999;
  padding-bottom: .5em;
  margin-bottom: 1em
}

.page_voice .votext>p {
  color: #1e72c4
}

.page_voice .vogoods ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page_voice .vogoods ul>li {
  max-width: 150px;
  margin: 0 10px 10px 0
}

.page_voice .vogoods ul>li img {
  display: block;
  margin-bottom: 5px
}

.page_store .store_info_list>li:nth-child(odd) {
  background-color: #fff
}

.page_store .store_info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5
}

.page_store .store_info_list dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 156px;
  flex: 0 0 156px;
  padding: 1em
}

.page_store .store_info_list dl dd {
  padding: 1em
}

.page_store .area_block {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 20px
}

.page_store .area_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted #333;
  padding-top: 30px
}

.page_store .area_block_name {
  font-weight: bold;
  color: #cd1b25;
  font-size: 1.8rem
}

.page_store .area_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page_store .area_block_access {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px
}

.page_store .area_block_directions {
  line-height: 1.5
}

.page_partner .other_business>li {
  padding: 20px 0;
  border-bottom: 1px dashed #333
}

.page_partner .trade {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1em
}

.page_partner .trade>dt {
  background-color: #ddd;
  padding: .2em 1em;
  margin-bottom: .5em
}

.page_partner td {
  vertical-align: top
}

.page_recruit .section_title {
  border-left: 4px solid #333;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 2rem;
  padding: .2em .5em
}

.page_recruit .sub_title {
  margin-bottom: 1em
}

.page_recruit .essentials th,
.page_recruit .essentials td {
  line-height: 1.5;
  padding: 1em;
  font-size: 1.4rem
}

.page_recruit .essentials th {
  text-align: left
}

.page_recruit .essentials tr:nth-child(odd) th,
.page_recruit .essentials tr:nth-child(odd) td {
  background-color: #fff
}

.page_staff-message .staff_block {
  margin-bottom: 50px
}

.page_staff-message .staffbox {
  border: 1px solid #666;
  padding: 15px;
  margin-top: 20px;
  background-color: #fff
}

.page_staff-message .staffbox>p {
  display: inline;
  border-bottom: 1px dashed #ccc;
  line-height: 2.5;
  font-size: 1.4rem
}

.page_staff-message .staffbox .send_mail {
  margin-top: 20px
}

.page_privacy-policy .section_inner {
  padding: 0 1em
}

.page_privacy-policy p {
  font-size: 1.4rem
}

.page_privacy-policy .sub_title {
  font-weight: bold;
  margin-bottom: .2em
}

.page_privacy-policy .annotation>li {
  line-height: 1.3;
  margin-bottom: .3em;
  padding-left: 1em;
  text-indent: -1em
}

.page_faq .faq_item {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0
}

.page_faq .faq_item>dt,
.page_faq .faq_item>dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page_faq .faq_item>dt {
  margin-bottom: 10px;
  color: #3f89ca
}

.page_faq .faq_mark {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px
}

.page_faq .faq_text {
  padding-top: .8em;
  padding-left: 1em
}

.page_aboutTerms .terms_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #ccc
}

.page_aboutTerms .terms_item dt,
.page_aboutTerms .terms_item dd {
  line-height: 1.5;
  padding: 1em
}

.page_aboutTerms .terms_item dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px
}

.page_aboutTerms .about_products {
  counter-reset: num
}

.page_aboutTerms .about_products li {
  line-height: 1.5;
  padding: 1em;
  border-bottom: 1px dotted #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page_aboutTerms .about_products li:before {
  counter-increment: num;
  content: counter(num) ".";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  text-align: right;
  padding-right: 1em
}

.page_lowdown-nv350 {
  max-width: 560px;
  margin: 0 auto
}

.page_lowdown-nv350 .maker-box {
  padding: 10px;
  margin-bottom: 30px;
  background-color: #000;
  color: #fff
}

.page_lowdown-nv350 .maker-box-btm {
  margin-top: 20px
}

.page_lowdown-nv350 .maker-box-btm .txt12-w {
  font-size: 1.2rem;
  color: #fff;
  float: left;
  width: 380px;
  padding-right: 10px
}

.page_lowdown-nv350 .maker-box-btm .imgleft10 {
  width: 160px;
  float: right
}

.page_lowdown-nv350 .p-name {
  font-weight: bold;
  line-height: 1.4
}

.page_contact form {
  font-size: 1.6rem
}

.page_contact form p {
  margin: 0
}

.page_contact input {
  width: auto;
  margin-right: 1em
}

.page_contact input[name=field_35143_sei],
.page_contact input[name=field_35143_mei] {
  margin-left: .5em
}

.page_contact input[name=submit] {
  cursor: pointer;
  border: none;
  background-color: #ff991a;
  color: #fff;
  padding: .5em 2em;
  margin: 0
}

.page_contact textarea {
  padding: .4em
}

.page_contact .annotation_list {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 30px
}

.page_contact .annotation_list>li {
  margin-bottom: .2em
}

.page_sitemap .page_list {
  line-height: 1.5
}

.page_sitemap .category_block {
  margin-bottom: 15px
}

.page_sitemap .category_name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5
}

.page_shipping-payment .em_matomegai {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-top: 1em
}

.page_shipping-payment .shipping_example {
  font-size: 1.5rem;
  margin-bottom: 30px
}

.page_shipping-payment .shipping_example dt {
  font-size: 1.5rem;
  margin-bottom: .5em
}

.page_shipping-payment .shipping_example dt em {
  font-weight: bold;
  color: #333
}

.page_shipping-payment .shipping_example dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page_shipping-payment .shipping_example dd span {
  display: inline-block
}

.page_shipping-payment .shipping_example dd span.ex {
  width: 1.5em;
  height: 1.5em;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  border-radius: 50%
}

.page_shipping-payment .shipping_example dd span.price {
  background-color: rgba(255, 153, 26, .2);
  padding: 1em;
  margin: 0 .5em
}

.page_shipping-payment .shipping_example dd span.answer {
  position: relative;
  background-color: rgba(255, 153, 26, .2);
  border: 2px solid #cd1b25;
  padding: 1.5em 1em 1em;
  margin-left: .5em;
  text-align: center
}

.page_shipping-payment .shipping_example dd span.answer span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 60%;
  color: #fff;
  background-color: #cd1b25;
  -webkit-transform: translate(-50%, calc(-50% - 1px));
  transform: translate(-50%, calc(-50% - 1px));
  padding: .3em
}

.page_shipping-payment .shipping_table {
  border: 2px solid #333;
  width: 100%;
  margin-bottom: 5px
}

.page_shipping-payment .shipping_table th,
.page_shipping-payment .shipping_table td {
  border: 1px solid #333;
  padding: .7em;
  font-size: 1.6rem
}

.page_shipping-payment .shipping_table th {
  font-weight: normal
}

.page_shipping-payment .shipping_table td {
  text-align: right;
  background-color: #fff
}

.page_shipping-payment .shipping_table thead {
  border-bottom: 2px solid
}

.page_shipping-payment .shipping_table thead tr th {
  background-color: #484c4f;
  color: #fff;
  border-color: #fff
}

.page_shipping-payment .shipping_table thead tr:nth-child(2) th {
  width: 280px
}

.page_shipping-payment .shipping_table tbody tr:nth-child(1) th {
  background-color: rgba(255, 153, 26, calc(1 * 0.1))
}

.page_shipping-payment .shipping_table tbody tr:nth-child(2) th {
  background-color: rgba(255, 153, 26, calc(2 * 0.1))
}

.page_shipping-payment .shipping_table tbody tr:nth-child(3) th {
  background-color: rgba(255, 153, 26, calc(3 * 0.1))
}

.page_shipping-payment .shipping_table tbody tr:nth-child(4) th {
  background-color: rgba(255, 153, 26, calc(4 * 0.1))
}

.page_shipping-payment .shipping_table tbody tr:nth-child(5) th {
  background-color: rgba(255, 153, 26, calc(5 * 0.1))
}

.page_shipping-payment .shipping_table tbody tr:nth-child(6) th {
  background-color: rgba(255, 153, 26, calc(6 * 0.1))
}

.page_shipping-payment .shipping_table tbody tr:nth-child(7) th {
  background-color: rgba(255, 153, 26, calc(7 * 0.1))
}

.page_shipping-payment .payment_block {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #aaa
}

.page_shipping-payment .payment_name {
  font-size: 2rem;
  font-weight: bold;
  color: #cd1b25;
  margin-bottom: 1em
}

.page_shipping-payment ul>li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: .3em
}

.page_shipping-payment .price_table {
  margin-bottom: 10px
}

.page_shipping-payment .price_table th,
.page_shipping-payment .price_table td {
  padding: .8em;
  font-size: 1.4rem;
  border: 1px solid #333
}

.page_shipping-payment .price_table th {
  background-color: #ddd
}

.page_shipping-payment .deadline_guide {
  text-align: center;
  background-color: #fff;
  border: 1px solid #cd1b25;
  padding: 30px 10px 10px;
  margin-bottom: 30px
}

.page_shipping-payment .deadline_guide_title {
  font-size: 1.6rem;
  margin-bottom: .5em;
  font-weight: bold;
  color: #cd1b25
}

.fs-body-login .fs-c-loginForm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 3%
}

.fs-body-login .fs-c-registeredUsers {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%
}

.fs-body-login .fs-c-newUsers {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-left: 0
}

.fs-body-login .fs-c-inputInformation__field {
  padding: 30px
}

.fs-body-wishlist-login .fs-c-loginForm {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 3%
}

.fs-body-wishlist-login .fs-c-registeredUsers {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%
}

.fs-body-wishlist-login .fs-c-newUsers {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-left: 0
}

.fs-body-wishlist-login .fs-c-inputInformation__field {
  padding: 30px
}

.fs-body-cart-login .fs-c-loginForm {
  max-width: 400px
}

.fs-body-my-top .fs-l-account {
  display: block
}

.fs-c-subSection__title {
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  color: #333
}

.fs-c-subSection__message {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.5em
}

.fs-c-inputInformation__link {
  text-align: center
}

.fs-c-agreementConfirmationArea {
  line-height: 1.5
}

.fs-p-listWithCheckmark li:nth-child(2) {
  display: none
}

#fs_registrationCheckedMessage {
  display: none !important
}

.fs-body-cart .fs-l-cart__contentsArea {
  display: block
}

.fs-body-cart .fs-l-cart__sideColumn {
  background-color: #fff;
  border-color: #bbb
}

.fs-body-cart .fs-c-cartTable {
  background-color: #fff
}

@media(max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__row {
    grid-template-columns: 1fr 70%
  }

  .fs-body-cart .fs-c-cartTable__product {
    grid-template-columns: 100px 1fr
  }

  .fs-body-cart .fs-c-cartTable__productInfo {
    padding-left: 10px
  }

  .fs-body-cart .fs-c-cartTable__productImage {
    padding-right: 0 !important
  }

  .fs-body-cart .fs-c-cartTable__productImage__image {
    padding-right: 0
  }
}

.fs-body-cart .fs-c-cartTableContainer {
  padding: 0;
  margin-bottom: 30px;
  border: none
}

.fs-body-cart .fs-c-cartTable__headerCell,
.fs-body-cart .fs-c-cartTable__dataCell {
  border-color: #bbb
}

.fs-body-cart .fs-c-cartTable__headerCell {
  font-size: 1.8rem
}

.fs-body-cart .fs-c-cartTable__headerCell--product {
  width: 60%
}

.fs-body-cart .fs-c-cartTable__dataCell {
  padding: 10px
}

.fs-body-cart .fs-c-cartTable__productName {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: .5em
}

.fs-body-cart .fs-c-listedOptionPrice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0
}

@media(max-width: 480px) {
  .fs-body-cart .fs-c-cartPayment {
    padding-bottom: 20px
  }
}

.fs-body-cart .fs-price__value {
  font-size: 1.3rem
}

.fs-body-cart .order_guide {
  padding: 10px 8px 0;
  border-top: 1px solid #b2b2b2
}

.fs-body-checkout .fs-l-main,
.fs-body-checkout .fs-l-pageMain {
  max-width: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.fs-body-checkout .fs-c-cartTable__headerCell--quantity,
.fs-body-checkout .fs-c-cartTable__dataCell--quantity {
  width: 40px
}

.fs-body-checkout .fs-c-cartTable__productInfo {
  line-height: 1.5
}

.fs-body-checkout .fs-c-listedOptionPrice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0
}

.fs-body-checkout .fs-c-cartTable__headerCell--subtotal {
  width: 130px
}

.fs-body-checkout .fs-l-checkout__sideColumn {
  position: sticky;
  right: 0;
  top: 20px
}

.fs-body-checkout .fs-c-checkout-preview {
  font-size: 1.4rem
}

.fs-body-checkout .fs-c-checkout-preview__body {
  line-height: 1.5
}

.fs-body-checkout .fs-c-checkout-preview__title {
  font-size: 1.8rem
}

.fs-body-checkout .fs-c-checkout-previewAndEdit__info {
  line-height: 1.5
}

.fs-body-checkout .fs-c-checkout-paymentMethodList .fs-c-price__currencyMark,
.fs-body-checkout .fs-c-checkout-paymentMethodList .fs-c-price__value {
  font-size: 1em
}

.fs-body-checkout .fs-c-checkout-deliveryMethod__option__title {
  display: none
}

.fs-body-checkout .fs-c-checkout-communicationTextarea {
  font-size: 1.6rem;
  padding: .5em
}

.fs-body-checkout .fs-c-price__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.fs-body-checkout .fs-c-modal__header {
  font-size: 1.6rem
}

.fs-body-checkout .fs-c-modal__contents {
  font-size: 1.4rem
}

.fs-body-checkout .fs-c-modal__close {
  font-size: 2rem;
  text-shadow: 0 0 1px #000
}

.fs-body-checkout .fs-c-inputField__explanation {
  margin-top: 5px
}

.fs-body-checkout .fs-c-commissionTable th:last-child:after {
  content: "(税込)";
  vertical-align: top
}

.fs-body-checkout .fs-c-returnedSpecialContract {
  font-size: 1.5rem
}

.fs-body-checkout .fs-c-checkout-paymentMethod--npPostpayRta .fs-c-checkout-paymentMethod__setting {
  display: none
}

.fs-c-orderTotalTable>tbody>tr:last-of-type {
  border: none
}

.l-section {
  padding: 50px 0
}

.fs-l-footer {
  border: none;
  height: 201px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background: url(https://customwagon.itembox.design/item/wc/user/common/footer-back.jpg) repeat-x center top
}

.fs-l-footer .footer_logo {
  padding: 17px 0 40px
}

.fs-l-footer a {
  text-decoration: none
}

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