@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:700,400);
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../../font/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../../font/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'typicalo';
  src: url("../../font/typicalo.eot");
  src: url("../../font/typicalo.eot?#iefix") format("embedded-opentype"), url("../../font/typicalo.woff") format("woff"), url("../../font/typicalo.ttf") format("truetype");
}
@font-face {
  font-family: "aw_iconset";
  src: url('../../font/aw_iconset.eot') format("eot"),
       url('../../font/aw_iconset.woff') format("woff"),
       url('../../font/aw_iconset.ttf') format("ttf");
}
html, body {
  line-height: 1;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-family: 'NotoSansCJKjp';
  background: #f3f3f3;
}
@media all and (-ms-high-contrast: none) {
  html body, body body {
    font-family: "メイリオ",Meiryo;
  }
}

[v-cloak] {
  visibility: hidden;
}

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}

main {
  width: 740px;
  margin: 0 0 40px 0;
  text-align: left;
  box-sizing: border-box;
}

main.one {
  width: 100%;
}

strong {
  font-weight: bold;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

.modaal-overlay {
  z-index: 100000;
}

.modaal-wrapper {
  z-index: 100001;
}

.modaal-inner-wrapper {
  padding-top: 20px 0 !important;
  padding-bottom: 20px 0 !important;
}

.awIcon {
  font-family: 'typicalo';
  font-style: normal;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dialogMessage {
  padding: 30px 0;
}

.searchBtnBlue {
  width: 224px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.4em;
  font-weight: bolder;
  letter-spacing: 10px;
  vertical-align: middle;
  border: 1px solid #066B8B;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background: #50c6f1;
  background: linear-gradient(180deg, #50c6f1 0%, #0379d1 35%);
  cursor: pointer;
}
.searchBtnBlue:before {
  content: '\e986';
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
  font-family: "typicalo";
  transform: rotateY(180deg);
}

.favoriteBtn {
  display: inline-block;
  width: 125px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: #27b020;
  font-size: .75em;
  font-weight: bold;
  box-shadow: none;
  border: 0;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.favoriteBtn span:before {
  font-family: 'typicalo';
  content: '\e9d9';
  margin: 0 5px 0 0;
  font-size: .85em;
  vertical-align: middle;
}

.continueShoppingBtn {
  display: block;
  width: 197px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 1.04em;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f2f2f2;
  background: linear-gradient(180deg, #f2f2f2 0%, #d0d0d0 50%);
  cursor: pointer;
}

.orangeSubmitBtn {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.71em;
  font-weight: bold;
  border-radius: 10px;
  background-color: #ff7401;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.orangeSubmitBtn:hover {
  background-color: #ff9622;
}
.orangeSubmitBtn.top {
  position: absolute;
  top: -35px;
  right: 15px;
  width: 340px;
}

.graySubmitBtn {
  display: inline-block;
  width: auto;
  max-width: 296px;
  margin: 0 auto;
  padding: 8px 40px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  color: #fff;
  font-size: 1.28em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  background-color: #bbb;
  cursor: pointer;
}
.graySubmitBtn:visited {
  color: #fff;
}

.disagreeBtn {
  display: block;
  width: 197px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 1.04em;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f2f2f2;
  background: linear-gradient(180deg, #f2f2f2 0%, #d0d0d0 50%);
  cursor: pointer;
}

.agreeBtn {
  display: block;
  width: 197px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.04em;
  font-weight: bold;
  border: 1px solid #e75600;
  border-radius: 5px;
  background: #fdb35a;
  background: linear-gradient(180deg, #fdb35a 0%, #fd7c16 50%);
  cursor: pointer;
}

.confBtn {
  display: block;
  width: 195px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  border: 1px solid #0168b3;
  background: #1ba3f9;
  background: linear-gradient(180deg, #1ba3f9 0%, #024685 100%);
  cursor: pointer;
}

.addCartBtn {
  position: relative;
  display: block;
  width: 347px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 1.2px;
  border-radius: 5px;
  background-color: #ef3159;
  box-shadow: 0 2px 0 #903;
  cursor: pointer;
}
.addCartBtn:hover {
  opacity: 0.7;
}
.addCartBtn span:before {
  content: '\e8cd';
  margin: 0 5px 0 0;
  font-size: 2em;
  font-family: 'typicalo';
  vertical-align: middle;
}
.addCartBtn .small {
  font-size: .7em;
}

.toOrderProcedure {
  display: block;
  width: 197px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.04em;
  font-weight: bold;
  border: 1px solid #e75600;
  border-radius: 5px;
  background: #fdb35a;
  background: linear-gradient(180deg, #fdb35a 0%, #fd7c16 50%);
  cursor: pointer;
}

.toReSelect {
  width: 180px;
  padding: 10px 0;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: linear-gradient(to bottom, #4d595c 0%, #6d7673 51%, #6d7673 51%, #0a0809 51%);
}

.toSpecialPage {
  display: block;
  width: 190px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 1px #888;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: #f45100;
  overflow: hidden;
}
.toSpecialPage:after {
  content: '\ea42';
  display: inline-block;
  margin: 0 0 0 10px;
  color: #fff;
  font-family: "typicalo";
}
.toSpecialPage:hover {
  background-color: #d64700;
}

.shashuTitle {
  display: block;
  width: 740px;
  height: 72px;
  overflow: hidden;
}

.memberTitle {
  width: 100%;
  max-width: 950px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.14em;
  font-weight: bold;
  background: #1ba3f9;
  background: linear-gradient(180deg, #1ba3f9 0%, #024685 100%);
  background: linear-gradient(to bottom, #0364e9 0%, #3186fd 50%, #3186fd 50%, #0364e9 50%);
}
.memberTitle span {
  position: relative;
  margin: 0 0 0 38px;
  padding: 2px 0 2px 12px;
  border-left: 1px dotted #fff;
}
.memberTitle span:before {
  position: absolute;
  top: -6px;
  left: -28px;
  content: url(../img/icon_member_ttl.png);
}

.instract {
  position: relative;
  width: auto;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  padding: 10px 0 10px 40px;
  font-weight: bold;
  box-sizing: border-box;
}
.instract:before {
  content: url(../img/instruct_pointer.png);
  position: absolute;
  top: 15px;
  left: 0;
}

.contentLabel {
  padding: 13px 0 18px 0;
  text-align: left;
  border-top: solid 5px #0060e6;
  background-color: #fff;
  background-image: url(../img/content_label_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.contentLabel h3 {
  margin: 0 18px;
  font-size: 1.28em;
  font-weight: bold;
}

.privacySecure {
  display: block;
  width: 700px;
  margin: 15px auto;
  text-align: left;
  border: 1px solid #ccc;
  overflow: hidden;
}
.privacySecure ul {
  display: flex;
}
.privacySecure ul li {
  width: 50%;
  padding: 10px;
}
.privacySecure ul li h4 {
  display: block;
  width: 100%;
  height: 24px;
  margin: 0 0 10px 0;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccf;
}
.privacySecure ul li div {
  display: flex;
}
.privacySecure ul li div form {
  width: 58px;
  margin: 0 10px 0 0;
}
.privacySecure ul li div a {
  display: block;
  width: 75px;
  margin: 0 10px 0 0;
}
.privacySecure ul li div a img {
  width: 75px;
}
.privacySecure ul li div span {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: .71em;
}
.privacySecure ul li.secure span {
  width: calc(100% - 58px);
}
.privacySecure ul li.privacy span {
  width: calc(100% - 75px);
}

.score {
  display: -ms-flexbox;
  display: flex;
}
.score p {
  color: #000;
  font-size: .71em;
}
.score strong {
  color: #000;
}

.starRating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px 0 0;
}
.starRating li i {
  margin: 0 1px 0 0;
}
.starRating li i:before {
  font-family: 'typicalo';
}
.starRating li i.iconBorderStar:before {
  content: '\e9d7';
  color: #e98918;
}
.starRating li i.iconHalfStar:before {
  content: '\e9d8';
  color: #e98918;
}
.starRating li i.iconStar:before {
  content: '\e9d9';
  color: #e98918;
}

.status a {
  text-decoration: none;
}

.colorLabel {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 3px 10px;
  color: #fff;
  font-size: 0.85em;
  line-height: 1;
  background-color: #323232;
  text-decoration: none;
  white-space: nowrap;
}

.infoLabel {
  display: inline-block;
  width: 120px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: .7em;
  font-weight: bold;
}
.infoLabel.CAMPAIGN {
  background-color: #f4b237;
}
.infoLabel.IMPORTANT {
  background-color: #ff002a;
}
.infoLabel.MEDIA {
  background-color: #014ab3;
}
.infoLabel.PRODUCT {
  background-color: #014ab3;
}
.infoLabel.SERVICE {
  background-color: #014ab3;
}

.priceLabel {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 2px 8px;
  background-color: #f16;
  color: #eee;
  font-size: 0.8em;
  line-height: 1.3em;
  letter-spacing: -1.5px;
}

.priceSetLabel {
  display: inline-block;
  width: 80px;
  margin: 0 2px 5px 0;
  padding: 2px 8px;
  text-align: center;
  background-color: #f16;
  color: #eee;
  font-size: 0.8em;
  line-height: 1.3em;
}

/*================================================== */
/* フォームアイテム */
/*================================================== */
.radio {
  position: relative;
  display: inline-block;
  padding: 5px 10px 8px;
  margin: 5px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #999;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
}
.radio:before {
  content: '\ea56';
  font-family: 'typicalo';
  top: 1px;
  position: relative;
  display: inline-block;
  width: 18px;
  padding: 0 5px 0 0;
  color: #ffd553;
  font-size: 1.28em;
}
.radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: -1;
}
.radio.checked {
  border-color: #ffc001;
  background-color: #fffdcb;
}
.radio.checked:before {
  content: '\ea54';
  color: #d64b0d;
}
.radio.disabled {
  color: #999;
  border-color: #eee;
  background-color: #eee;
}
.radio.disabled input {
  display: none;
}
.radio.disabled:before {
  content: '\ea54';
  color: #eee;
}

.checkbox {
  position: relative;
  display: inline-block;
  margin: 5px;
  padding: 5px 10px 8px;
  border-radius: 20px;
  border: 2px solid #999;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
}
.checkbox:before {
  content: '\ea53';
  font-family: 'typicalo';
  position: relative;
  top: 1px;
  display: inline-block;
  width: 18px;
  padding: 0 5px 0 0;
  color: #ffd553;
  font-size: 1.28em;
}
.checkbox.appealColorRed {
  color: #c66;
}
.checkbox.appealColorPurple {
  color: #96c;
}
.checkbox.appealColorOrange {
  color: #eb8631;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: -1;
}
.checkbox.checked {
  border-color: #ffc001;
  background-color: #fffdcb;
}
.checkbox.checked:before {
  content: '\ea52';
  color: #d64b0d;
}

.selectedItemArea {
  position: relative;
  margin: 10px;
  border: 2px solid #0060e6;
}
.selectedItemArea h3 {
  width: 100%;
  color: #fff;
  padding: 10px 0 10px 30px;
  background-color: #2058a5;
}
.selectedItemArea ul li dl {
  display: flex;
  line-height: 1.2;
}
.selectedItemArea .selectedItem {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.selectedItemArea .selectedItem.model {
  align-items: center;
}
.selectedItemArea .selectedItem .slider {
  width: 300px;
}
.selectedItemArea .selectedItem .slider li img {
  width: 100%;
}
.selectedItemArea .selectedItem .slide-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  text-align: center;
}
.selectedItemArea .selectedItem .slide-dots li {
  margin: 0 30px 0 0;
}
.selectedItemArea .selectedItem .slide-dots li:last-child {
  margin: 0;
}
.selectedItemArea .selectedItem .slide-dots li button {
  position: relative;
  cursor: pointer;
  color: #fff;
  background: none;
}
.selectedItemArea .selectedItem .slide-dots li button:before {
  content: '●';
  font-size: .71em;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  color: #000;
}
.selectedItemArea .selectedItem .slide-dots li.slick-active button:before {
  content: '●';
  opacity: 1;
}
.selectedItemArea .selectedItem .description {
  position: relative;
  width: 380px;
  line-height: 1.2;
  padding: 0 0 34px 0;
}
.selectedItemArea .selectedItem .description h4 {
  padding: 5px 0px 10px 0;
  border-bottom: 2px solid #16f;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #333;
}
.selectedItemArea .selectedItem .description p {
  margin: 0 0 10px 0;
}
.selectedItemArea .selectedItem .description .toReSelect {
  position: absolute;
  right: 0;
  bottom: 0;
}
.selectedItemArea .selectedItem .description .noDecoration {
  text-decoration: none;
}
.selectedItemArea .status {
  position: absolute;
  top: 40px;
  right: 3px;
  display: flex;
}
.selectedItemArea .favoriteBtn {
  position: absolute;
  top: 5px;
  right: 25px;
}

.resultItemArea {
  margin: 9px;
}
.resultItemArea .hideItems {
  display: none;
}
.resultItemArea .toggleBtn {
  display: block;
  height: 40px;
  margin: 6px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  border: medium none;
  border-radius: 0 0 5px 5px;
  background-color: #0561e8;
  cursor: pointer;
}
.resultItemArea .toggleBtn .show {
  display: block;
  width: 100%;
}
.resultItemArea .toggleBtn .show:before {
  content: '\f103';
  font-family: 'typicalo';
  font-size: 1.14em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.resultItemArea .toggleBtn .close {
  display: none;
  width: 100%;
}
.resultItemArea .toggleBtn .close:before {
  content: '\f102';
  font-family: 'typicalo';
  font-size: 1.14em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.resultItemArea ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resultItemArea ul .resultItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc(33.33% - 12px);
  margin: 6px;
  border-radius: 7px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  word-break: break-all;
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #fff;
}
.resultItemArea ul .resultItem .badge {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.resultItemArea ul .resultItem a {
  position: relative;
  display: contents;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  text-decoration: none;
  transition: .3s;
}
.resultItemArea ul .resultItem a.openReviewModal:before {
  content: "詳細を見る";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 17px);
  left: calc(50% - 60px);
  width: 120px;
  padding: 5px 10px;
  text-align: center;
  color: #3c3c3c;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #9c9c9c;
  box-sizing: border-box;
  box-shadow: 0 2px 0 white, 0 -2px 0 white, 2px 0 0 white, -2px 0 0 white, 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.resultItemArea ul .resultItem a:hover {
  opacity: 0.8;
  background-color: #fffedf;
}
.resultItemArea ul .resultItem a:hover h4 {
  color: #0000aa;
  text-decoration: underline;
}
.resultItemArea ul .resultItem a:hover:before {
  opacity: 1;
}
.resultItemArea ul .resultItem a .name {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px 25px 10px;
  box-sizing: border-box;
}
.resultItemArea ul .resultItem a .name .image {
  width: 64px;
  height: 84px;
  background-position: center center;
  background-size: cover;
}
.resultItemArea ul .resultItem a .name h4 {
  width: calc(100% - 64px);
  color: #000;
  font-size: 1.14em;
  font-weight: bold;
  line-height: 1.1;
}
.resultItemArea ul .resultItem a .name h4 .frontrear {
  width: auto;
  color: #fff;
  font-size: .85em;
  background-color: #555;
}
.resultItemArea ul .resultItem a .name .score {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.resultItemArea ul .resultItem a .detail {
  padding: 0 0 40px 0;
  transition: all 0.3s;
}
.resultItemArea ul .resultItem a .detail .prices {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 5px 5px 5px;
  border-bottom: 1px solid #f16;
}
.resultItemArea ul .resultItem a .detail .prices .priceTitle {
  max-width: 80px;
  padding: 1px 8px 0;
  text-align: center;
  color: #eee;
  font-size: 0.8em;
  line-height: 1.3em;
  background-color: #f16;
  vertical-align: bottom;
  word-wrap: break-word;
}
.resultItemArea ul .resultItem a .detail .prices .price {
  margin: 0 0 0 5px;
  color: #f16;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  width: 125px;
  text-align: right;
}
.resultItemArea ul .resultItem a .detail .prices .price .unit {
  margin: 0 0 0 5px;
  font-size: .5em;
}
.resultItemArea ul .resultItem a .detail .status {
  margin: 8px 0;
  padding: 0 5px;
}
.resultItemArea ul .resultItem a .detail .tireType {
  padding: 0 5px;
}
.resultItemArea ul .resultItem a .detail .tireType li {
  margin: 0 3px 0 0;
}
.resultItemArea ul .resultItem a .detail .tireType li:last-child {
  margin: 0;
}
.resultItemArea ul .resultItem a .detail .tireType li img {
  width: 47px;
}
.resultItemArea ul .resultItem a .detail .osusumeSyasyu {
  padding: 0 5px;
  margin-top: 5px;
}
.resultItemArea ul .resultItem a .detail .osusumeSyasyu li {
  margin: 0 3px 0 0;
}
.resultItemArea ul .resultItem a .detail .osusumeSyasyu li:last-child {
  margin: 0;
}
.resultItemArea ul .resultItem a .detail .osusumeSyasyu li img {
  width: 47px;
}
.resultItemArea ul .resultItem a .detail .osusume {
  position: relative;
  margin: 5px 0 0 0;
  border-top: 1px solid #ac9da2;
}
.resultItemArea ul .resultItem a .selectThisItem {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 7px 7px;
  background-color: #fc8014;
}

.findCount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ffa500;
  box-sizing: border-box;
  background: #fff;
}
.findCount p {
  margin: 0;
}
.findCount p strong {
  margin: 0 3px 0 0;
  color: #ff4500;
  font-size: 1.5em;
}

.breadcrumb {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  font-size: .85em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb span {
  margin: 0 4px;
}

/*================================================== */
/* 汎用ページ用 */
/*================================================== */
.contentBody {
  background-color: #fff;
  padding: 20px;
}
.contentLabel > * {
  margin: 0 18px;
  font-size: 1.28em;
  font-weight: bold;
}
.sectionLabel {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.14em;
  font-weight: bold;
  background: #1ba3f9;
  background: linear-gradient(180deg, #1ba3f9 0%, #024685 100%);
  background: linear-gradient(to bottom, #0364e9 0%, #3186fd 50%, #3186fd 50%, #0364e9 50%);
}
.sectionLabel > * {
  position: relative;
  display: block;
  margin: 0 0 0 38px;
  padding: 0 0 0 12px;
  border-left: 1px dotted #fff;
}
.sectionLabel > *:before {
  position: absolute;
  top: 3px;
  left: -28px;
  content: url(../img/icon_member_ttl.png);
}
.contentBody {
  line-height: 1.5;
  font-size: 14px;
}
.contentBody p {
  margin-bottom: 1em;
}
.contentBody table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.contentBody th,
.contentBody td {
  vertical-align: middle;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
}
.contentBody th {
  background: #E5F2FF;
}
.contentBody ul {
  list-style-type: circle;
  padding-left: 40px;
  margin-bottom: 1em;
}
main.one .contentBody.compact {
  width: 740px;
  margin: 0 auto;
}

/*================================================== */
/* フッターバナー */
/*================================================== */
#footerBanner {
  width: 980px;
  margin: 10px auto;
}
#footerBanner a {
  display: inline-block;
}
#footerBanner .cooperate {
  text-align: center;
  margin-bottom: 10px;
}
#footerBanner .cooperate a {
  display: inline-block;
  text-align: center;
  padding: 5px;
  background-color: #fff;
}
/*================================================== */
/* 最近チェックした商品 */
/*================================================== */
#productHistory {
  background-color: #fcf6ce;
  padding: 0 0 30px 0;
  width: 100%;
  min-width: 980px;
}
#productHistory h2 {
  display: inline-block;
  position: relative;
  right: 380px;
  bottom: 20px;
  padding: 10px 10px 0 10px;
  background-color: #fcf6ce;
  width: 220px;
  font-weight: normal;
}
#productHistory .productHistoryList {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#productHistory .productHistoryList li img {
  width: 95%;
}
#productHistory .productHistoryList li span {
  display: inline-block;
  text-decoration: underline;
  padding: 3px 0 0 0;
  font-size: .8em;
  line-height: 18px;
}

/*-イベントアイコンの色設定-*/
.type0 {
  /* se black */
  color: #fff;
  background-color: #41444b;
}

.type1 {
  /* pickup orange */
  color: #fff;
  background-color: #ec6518;
}

.type2 {
  /* softbank hawks yellow */
  color: #000;
  background-color: #fcc700;
}

.type3 {
  /* ys green */
  color: #fff;
  background-color: #387a35;
}

.type4 {
  /* zx yamabuki */
  color: #fff;
  background-color: #f2941a;
}

.type5 {
  /* highway blue */
  color: #fff;
  background-color: #3374b6;
}

.type6 {
  /* fresh green */
  color: #fff;
  background-color: #6cb92d;
}

.type7 {
  /* under indigo */
  color: #fff;
  background-color: #192981;
}

.type8 {
  /* sepia brown */
  color: #fff;
  background-color: #5f3b42;
}

.type9 {
  /* ao midori */
  color: #fff;
  background-color: #21baa6;
}

.typeA {
  /* nankang red */
  color: #fff;
  background-color: #df2b13;
}

.typeB {
  /* softbank hawks black */
  color: #fcc700;
  background-color: #000;
}

.typeC {
  /* easy gold */
  color: #fff;
  background-color: #bdbc50;
}

.typeD {
  /* light yellow */
  color: #333;
  background-color: #e2da0c;
}

.typeE {
  /* sirusiru silver */
  color: #fff;
  background-color: #c7c7be;
}

.typeF {
  /* dou */
  color: #fff;
  background-color: #be8b68;
}

.typeG {
  color: #f00;
  background-color: #ff0;
}

.typeH {
  color: #000;
  background-color: #ff0;
}

.typeI {
  color: #ff0;
  background-color: #f00;
}

.typeJ {
  color: #ff0;
  background-color: #538DD5;
}

.typeK {
  color: #808080;
  background-color: #F8B5FD;
}

.typeL {
  color: #000;
  background-color: #f90;
}

.typeM {
  color: #EBF1DE;
  background-color: #93f;
}

.typeN {
  color: #f00;
  background-color: #2EC000;
}

.typeO {
  color: #ff0;
  background-color: #000;
}

.freeShipping {
  background-color: #f16;
  color: #fff;
}

.includesSet {
  background-color: #323232;
  color: #fff;
}

.dropshipping {
  background-color: #f70;
  color: #fff;
}

.d-none {
  display: none;
}

.specFont {
  font-family: Oswald;
}

.tirepitIcon {
  position: relative;
  padding: 8px 10px 8px 30px;
  background: #1579d9 url('../img/filter_glass2.png') repeat-x;
  border: 1px solid #004e99;
  background-size: contain;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  height: 32px;
  width: 182px;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(255,255,255,0.8) inset;
  transition: background 0.2s ease-in-out;
}
.tirepitIcon:before {
  position: absolute;
  content: '\e90c';
  font-family: 'typicalo';
  margin-right: 8px;
  font-size: 16px;
  left: 8px;
  top: 7px;
}
.tirepitIcon:after {
  position: absolute;
  content: url('../img/totp_torisuke.png');
  right: 5px;
  bottom: -2px;
}
.tirepitIcon:hover {
  background-color: #4094e5;
}
.bottomRightPopup {
  position: fixed;
  bottom: 15px;
  right: 15px;
  line-height: 1.6;
  z-index: 60;
  opacity: 0.85;
}
.bottomRightPopup .bottomRightContent {
  width: auto;
  height: auto;
  color: #fff;
  background-color: #0067B2;
  text-align: left;
  border-radius: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  font-size: 0.8em;
}
.bottomRightPopup .bottomRightStore {
  font-weight: bold;
  font-size: 1.6em;
}
.bottomRightPopup .bottomRightClose {
  border: none;
  background: none;
  background-color: #333;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
.tpSelClear {
  text-align: right;
}
.tpSelClear a {
  color: #fff;
}
.tpSelClear a:hover {
  color: #f00;
}

.red {
  color: #f00;
}

.dummy_input {
  position: absolute;
  top: -100px;
}