@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0; /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  letter-spacing: 1px;
  word-break: break-all;
  overflow-wrap: break-word;
}

a {
  color: #1996e3;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

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

ol,
ul,
li {
  list-style: none;
}

table {
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  vertical-align: middle;
}

button,
input[type=submit],
input[type=button] {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  transition: 0.3s ease-in-out;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 12.8px;
  line-height: 1.5625;
}

p {
  font-size: 12.8px;
  line-height: 1.875;
}

input[type=text],
input[type=password] {
  height: 24px !important;
}

button,
input,
select,
textarea {
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  text-align: left;
  background-color: #ffffff;
  border-width: 1px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: initial;
  cursor: pointer;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background-color: #f0f0f0;
  border: solid 1px #666666;
  border-radius: 3px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  cursor: pointer;
  background-color: #dddddd;
}

#container {
  width: 1140px;
  margin: 0 auto;
}

#center1 {
  width: 850px;
}

#EST_SPS_cart #center1,
#EST_SPS_regi #center1 {
  width: 800px;
}

.accordion {
  width: 100%;
  padding-bottom: 80px;
  color: #1b1b1b;
}
.accordion--new-item {
  padding-bottom: 28.8px;
}
.accordion__details {
  border-top: 1px solid #c0c0c0;
}
.accordion__details:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.accordion__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  cursor: pointer;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::before, .accordion__summary::after {
  width: 2px;
  height: 10px;
  content: "";
  background-color: #848484;
}
.accordion__summary::before {
  position: absolute;
  right: 40px;
  rotate: 90deg;
}
.accordion__summary::after {
  transition: rotate 0.4s;
}
.accordion__details.is-opened .accordion__summary::after {
  rotate: 90deg;
}
.accordion__content {
  margin: 0;
  overflow: hidden;
  font-size: 11px;
}
.accordion__inner {
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}
.accordion__txt {
  margin: 0;
}
.accordion__txt + .accordion__txt {
  padding-top: 10px;
}
.accordion__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #848484;
          text-decoration-color: #848484;
}

#bread {
  padding-bottom: 16px;
}

.expl {
  display: none;
}

.goods {
  font-weight: 700;
  text-align: left;
}
.goods > a {
  display: block;
  height: 40px;
  overflow: hidden;
  color: #1b1b1b;
}
.goods > img + img {
  padding-left: 4px;
}

#itemStocklist {
  padding-top: 24px;
  padding-bottom: 16px;
}
#itemStocklist table {
  width: 100%;
}
#itemStocklist th,
#itemStocklist td {
  text-align: center;
  border: 1px solid #c0c0c0;
}
#itemStocklist input,
#itemStocklist img {
  width: 80px;
  padding: 0;
  border: 0;
}
#itemStocklist .btn {
  width: 88px;
  text-align: center;
}
#itemStocklist .stk {
  width: 64px;
}

#m-brand,
#m-detail,
#m-model,
#m-total,
#m-size,
#m-mate {
  width: 60px;
  padding: 3px 2px 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  background-color: #333333;
}

#m-size {
  width: 50px;
}

#m-mate {
  width: 80px;
}

#more {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
#more a {
  display: block;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}

.pageTop {
  display: none;
}

#pi_cart {
  padding-top: 40px;
  padding-bottom: 40px;
}

.price {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  color: #ff0000;
  text-align: left;
}
.price > span {
  padding-right: 2px;
  font-size: 1.25em;
  font-weight: 700 !important;
}

#shouhin_main {
  display: flex;
  flex-wrap: wrap;
}

#shouhin_main_left,
#shouhin_main_right {
  width: 50%;
}

#shouhin_main_left *:first-of-type,
#shouhin_main_right *:first-of-type {
  margin-top: 10px;
}

#shouhin_main_right table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse !important;
}

#shouhin_main_right table th,
#shouhin_main_right table td {
  padding: 4px;
  border: 1px solid #c0c0c0;
}

#shouhin_main_right table td {
  /* border: 1px solid colors.$color-border; */
}

#shouhin_main_right [align=center],
#shouhin_main_right [align=center] th,
#shouhin_main_right [align=center] td {
  text-align: center;
}

#shouhin_main_bottom {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

#sortList {
  display: flex;
  align-items: center;
  float: right;
}

.title1 {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #d6cfc7;
  background: linear-gradient(0deg, rgb(214, 207, 199) 0%, rgb(246, 245, 243) 100%);
}

.fl_thumbnail {
  max-width: 140px !important;
}

#EST_SPS_cart input[type=button] {
  margin-top: 8px;
  margin-bottom: 8px;
}
#EST_SPS_cart .itemPic {
  width: 120px;
}
#EST_SPS_cart [name=Sticker] {
  border: 0;
}

#EST_SPS_regi input[type=button] {
  margin-top: 8px;
  margin-bottom: 8px;
}
#EST_SPS_regi .cartItem tbody tr:first-of-type td:nth-child(2) {
  width: 50%;
}
#EST_SPS_regi .itemPic {
  width: 120px;
}
#EST_SPS_regi .deliv_item {
  font-size: 12.8px;
  line-height: 1.5625;
  line-height: 1;
}
#EST_SPS_regi .note_nextp {
  font-size: 12.8px !important;
  line-height: 1;
}
#EST_SPS_regi [name=Sticker] {
  border: 0;
}

.header_area table {
  width: 100%;
  margin: 0 auto;
}
.header_area tr:nth-child(n+2) td [align=center] {
  padding-top: 8px;
}
.header_area td {
  width: 20%;
  vertical-align: top;
}
.header_area td [align=center] {
  text-align: left;
}

#bread + .header_area {
  padding-bottom: 16px;
}

.itemList {
  margin: 0 auto;
}
.itemList [width="145px"] {
  width: 100%;
  text-align: center;
}
.itemList > tbody {
  display: grid;
  gap: 20px;
}
.itemList > tbody > tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.itemList1 {
  margin: 0 auto;
}
.itemList1 .layout1 + .layout1 {
  padding-top: 20px;
}
.itemList1 [width="130"] {
  width: auto;
  padding-right: 20px;
  text-align: center;
}
.itemList1 .item {
  width: 200px;
  padding-bottom: 8px;
}
.itemList1 .item a {
  display: block;
}

.mailmag_ent,
.mailmag_cha,
.mailmag_can {
  /* color: #414141; */
}

.mailmag_ent,
.mailmag_cha,
.mailmag_can {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 8px;
}
.mailmag_ent::before,
.mailmag_cha::before,
.mailmag_can::before {
  display: inline-block;
  width: 55px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.mailmag_ent::before {
  background: url(https://www.aun-wa.com/hpgen/HPB/theme/img/icon_mailmag_ent.gif);
}

.mailmag_cha::before {
  background: url(https://www.aun-wa.com/hpgen/HPB/theme/img/icon_mailmag_cha.gif);
}

.mailmag_can::before {
  background: url(https://www.aun-wa.com/hpgen/HPB/theme/img/icon_mailmag_can.gif);
}

[name=REVIEWLIST] + table + table:nth-child(3) {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
[name=REVIEWLIST] + table + table:nth-child(3) hr {
  border: 1px solid #c0c0c0;
}
[name=REVIEWLIST] + table + table:nth-child(3) .layout1 {
  padding-top: 20px;
  padding-right: 8px;
  padding-bottom: 20px;
  padding-left: 8px;
}
[name=REVIEWLIST] + table + table:nth-child(3) .layout1 > table > tbody > tr + tr > td {
  padding-top: 12px;
}
[name=REVIEWLIST] + table + table:nth-child(3) .layout1 .float_right {
  width: auto !important;
}

.step_navi01,
.step_navi02,
.step_navi03,
.step_navi04 {
  width: 670px;
  height: 83px;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
  background-repeat: no-repeat;
}

.step_navi01 {
  background-image: url(https://cart0.shopserve.jp/vol1blog/f/fuujinn.ve.shopserve.jp/docs/hpgen/HPB/theme/img/navi01.gif);
}

.step_navi02 {
  background-image: url(https://cart0.shopserve.jp/vol1blog/f/fuujinn.ve.shopserve.jp/docs/hpgen/HPB/theme/img/navi02.gif);
}

.step_navi03 {
  background-image: url(https://cart0.shopserve.jp/vol1blog/f/fuujinn.ve.shopserve.jp/docs/hpgen/HPB/theme/img/navi03.gif);
}

.step_navi04 {
  background-image: url(https://cart0.shopserve.jp/vol1blog/f/fuujinn.ve.shopserve.jp/docs/hpgen/HPB/theme/img/navi04.gif);
}

#leftSide {
  vertical-align: top;
}

#rightSide {
  vertical-align: top;
}

#rightSide {
  vertical-align: top;
}

#center1 {
  vertical-align: top;
}

#center2 {
  vertical-align: top;
}

#center3 {
  vertical-align: top;
}

#center3 table {
  margin: 0 auto;
}

.header_area {
  text-align: left;
}

.footer_area {
  text-align: left;
}

.layoutp5 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.layoutp5 th {
  padding: 5px;
}

.layoutp5 td {
  padding: 5px;
}

.layoutp5 .border {
  border: 1px solid #cccccc;
}

.layoutp3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.layoutp3 th,
.layoutp3 td {
  padding: 4px;
}

.layoutp3 .border {
  border: 1px solid #999999;
}

.bordlayoutp3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bordlayoutp3 th,
.bordlayoutp3 td {
  padding: 8px;
  border: 1px solid #999999;
}

.bordlayoutp3 .side {
  padding: 10px 15px;
}

.backcolor1 {
  background: #e8e8e8;
}

.backcolor2 {
  background: #ffffff;
}

.backcolor3 {
  background: #d7ebf4;
}

.layoutFrame {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.layoutFrame td {
  vertical-align: top;
}

.title1.no2 {
  display: none;
}

.red {
  color: #cc0000;
}

.orange {
  color: #ff9900;
}

.blue {
  color: #0000ff;
}

.green {
  color: #006600;
}

.glay {
  color: #414141;
}

.caution {
  font-weight: bold;
  color: #cc0000;
}

.strong {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.middle {
  vertical-align: middle;
}

.buttom {
  vertical-align: bottom;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.snsArea,
.qrcode,
div [style="position: fixed; bottom: 40px;right: 0px; cursor:pointer;opacity“ title=“scroll Back to Top”"],
div [style="position: fixed; bottom: 0px;right: 0px; cursor:pointer;opacity“ title=“scroll Back to Top”"] {
  display: none;
}
/*# sourceMappingURL=rodeobros.css.map */