@charset "utf-8";
@import url("smoothness/jquery-ui-1.8.4.custom.css"); 
/* リセット
---------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, div,address,
dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	zoom:1;
	line-height: 1.0;
}

ul,li {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	text-align: left;
}
img {
	vertical-align: bottom;
	line-height:1.0;
}
table {
	border-collapse: collapse;
}
a {
	color: #05C;
	text-decoration: underline;
}
a:hover {
	color: #07F;
	text-decoration: none;
}
/* Body
---------------------------------------------------------------------------- */
body {
	width: 100%;
	height:100%;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
	border: 0;
}

p {
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
}

.bold {
	font-weight:bold;
}


/* =================================================================
ユーティリティー
=================================================================*/
/* こちらが最新 */
.u-mt--xxxlg  {margin-top: 3rem;}
.u-mt--xxlg   {margin-top: 2.5rem;}
.u-mt--xlg    {margin-top: 2rem;}
.u-mt--lg     {margin-top: 1.5rem;}
.u-mt--md     {margin-top: 1rem;}
.u-mt--sm     {margin-top: .75rem;}
.u-mt--xsm    {margin-top: .5rem;}
.u-mt--xxsm   {margin-top: .25rem;}
.u-mt--xxxsm  {margin-top: .125rem;}

.u-mb--xxxlg  {margin-bottom: 3rem;}
.u-mb--xxlg   {margin-bottom: 2.5rem;}
.u-mb--xlg    {margin-bottom: 2rem;}
.u-mb--lg     {margin-bottom: 1.5rem;}
.u-mb--md     {margin-bottom: 1rem;}
.u-mb--sm     {margin-bottom: .75rem;}
.u-mb--xsm    {margin-bottom: .5rem;}
.u-mb--xxsm   {margin-bottom: .25rem;}
.u-mb--xxxsm  {margin-bottom: .125rem;}

/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}

/* hover */
.u-hover{
	transition: all .3s;
}
.u-hover:hover{
	opacity: .7;
}


/* 基本レイアウト
---------------------------------------------------------------------------- */
/* smartphone - スマートフォン専用サイトへのリンク */
#smartphone a{display:block; width:980px; height:150px; margin:auto; background:url("../images/button_smartphone.png") no-repeat; text-indent:-9999px;}


/* 通知用 */
.p-wrap-notice{
  margin: .5rem auto 0;
}
.p-wrap-notice p{
  line-height:1.5;
  font-size: .875rem;
  margin: 0 0 .25rem;
}
.p-wrap-notice.p-width--max{
  width: 1000px;
}
.p-wrap-notice .p-notice{
  margin: 0 0 .5rem;
  padding: .75rem .75rem .5rem;
  border-radius: 4px;
  display: block;
}
.p-wrap-notice .p-date{
  display: inline-block;
  margin: 0 0 .25rem;
}
.p-wrap-notice .p-link,
.p-wrap-notice b{
  font-weight: bold;
}
.p-wrap-notice b{
  margin: 0 .25rem;
  color: #E61611;
}
.p-wrap-notice .p-link:hover{
  text-decoration: none;
}
.p-wrap-notice .p-danger{
  color: #721c24;
  background-color: #FFE7E6;
  border: 1px solid #f5c6cb;
}
.p-wrap-notice .p-danger a{
  color: #491217;
}
.p-wrap-notice .p-warning{
  color: #3F1E15;
  background-color: #FFF8DC;
  border: 1px solid #ffeeba;
}
/*  
.p-wrap-notice .p-warning a{
  color: #3F1E15;
}
*/
.p-wrap-notice .p-info{
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}
.p-wrap-notice .p-info a{
  color: #002752;
}
.p-wrap-notice .p-success{
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.p-wrap-notice .p-success a{
  color: #0b2e13;
}
.p-wrap-notice .p-secondary{
  color: #383d41;
  background-color: #e2e3e5;
  border: 1px solid #d6d8db;
}
.p-wrap-notice .p-secondary a{
  color: #202326;
}
.p-wrap-notice .p-coupon,
.p-wrap-notice .p-sale--bundle{
  color: #7a0099;
  background-color: #f5f5f5;
  border-left: 6px solid #B306DA;
}


/* 通知用 ver.2 */
.p-scope-common-notice li{
  border-radius: .25rem;
  padding: .75rem .75rem .125rem;
  margin: 0 0 .75rem;
  background-color: #F5F5F5;
}
.p-scope-common-notice .p-title{
  font-size: 1rem;
  line-height: 1.5;
  font-weight:bold;
  margin:0 0 .25rem
}
.p-scope-common-notice p{
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-scope-common-notice a{
  text-decoration: none;
}
.p-scope-common-notice .p-btn{
  padding:.25rem 0 1rem;
  text-align: center;
}
.p-scope-common-notice .p-btn a{
  color: white;
  background-color: #333;
  padding: .25rem .75rem;
  border-radius: .25rem;
  font-size: .75rem;
}

/*
通知用 ver.2 > もっと見る
https://urakata.me/blog/readmore-button-css-only/
*/
.p-readmore {
  position: relative;
  padding: 0 0 1rem;
}
.p-readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: .75rem;
  margin: 0 auto;
  padding: .5rem .75rem;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  font-size:.75rem;
}
.p-readmore label::before{
  content: '続きを見る';
}
.p-readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}
.p-readmore input[type="checkbox"]{
  display: none;
}
.p-readmore-content {
  position: relative;
  height: 4rem;
  overflow: hidden;
}
.p-readmore input[type="checkbox"]:checked ~ .p-readmore-content {
  height: auto;
	padding:0 0 1.5rem;
}

.p-scope-common-notice .p-notice--info{
  border-left: 6px solid #1abc9c;
}
.p-scope-common-notice .p-notice--warning{
  border-left: 6px solid #E60000;
}
.p-scope-common-notice .p-notice--attention{
  border-left: 6px solid #FFFF00;
}
.p-scope-common-notice .p-notice--warning .p-link,
.p-scope-common-notice .p-notice--attention .p-link{
  font-weight: bold;
  border-bottom: 1px dotted;
}

/*
通知用 > 注文エラー時のヘルプメッセージ
*/
.p-scope-msg__order-help {
    border-radius:.25rem;
    color: #33691E;
    background-color: #F1F8E9;
    margin: 0 0 1.5rem;
}
.p-scope-msg__order-help .p-msg{
    padding:1rem;
    margin:0;
}
.p-scope-msg__order-help .p-msg b{
    font-size: 1.125rem;
    vertical-align: middle;
}

/*
通知用 > 注文フォームの補足説明
*/
.p-scope-msg__form-hint{
  color: #3F1E15;
  background-color: #FFF8DC;
  border: 1px solid #ffeeba;
  font-size: .8125rem;
  line-height:1.5;
  margin:.25rem 0 .75rem;;
  padding: .25rem;
  border-radius: .25rem;
}
.p-scope-msg__form-hint li:before{
  content:"※";
}
.p-scope-msg__form-hint .p-red{
  color:red;
  font-weight:normal;
}



/* =================================================================
新ヘッダー
=================================================================*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 1 versions,ie >= 11
*/
#headerWrap{
  min-width: 1000px;
  margin: 0 auto;
}
.p-scope__header a{
  transition: all .3s;
}
.p-scope__header a:hover{
  opacity: .7;
}
.p-scope__header .l-narrow{
  width: 1000px;
  margin: 0 auto;
}
/* 新ヘッダー＞グローバルナビ（上部） */
.p-scope__header .p-nav_upper .l-narrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 0;
}
.p-scope__header .p-nav_upper .p-logo{
  margin: 0 1.25rem 0 0;
  width: 300px;
}
.p-scope__header .p-nav_upper .p-name__shop{
  flex-grow: 1;
  text-align: left;
}
.p-scope__header .p-nav_upper .p-name__shop .p-title{
  font-size: .6875rem;
  line-height: 1.5;
}
.p-scope__header .p-nav_upper .p-icon__tel{
  background-color: #07c;
  padding: .5rem;
  border-radius: 50%;
  margin: 0 .5rem 0 0;
}
.p-scope__header .p-nav_upper .p-icon__tel img{
  width: 24px;
  height: 24px;
}
.p-scope__header .p-nav_upper .p-contact{
  margin: 0 1rem 0 0;
}
.p-scope__header .p-nav_upper .p-contact .p-tel{
  font-size: 1.375rem;
  letter-spacing:2px;
  font-family:arial;
  font-weight:bold;
  padding:0 0 .25rem;
}
.p-scope__header .p-nav_upper .p-cart .p-btn{
  background-color: orangered;
  color: white;
  text-decoration: none;
  padding: .75rem;
  border-radius: 4px;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
  white-space: nowrap;
}
.p-scope__header .p-nav_upper .p-cart img{
  vertical-align: middle;
  margin: 0 .5rem 0 0;
  width: 24px;
  height: 22px;
}

/* 新ヘッダー＞グローバルナビ（下部） */
.p-scope__header .p-nav_lower{
  background-color: rgba(9,26,64,1);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.p-scope__header .p-nav_lower a{
  color: white;
  text-decoration: none;
}
.p-scope__header .p-nav_lower .l-narrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-scope__header .p-nav_lower .p-list__nav,
.p-scope__header .p-nav_lower .p-list__acount{
  display: flex;
}
.p-scope__header .p-nav_lower .p-list__nav li{
  padding: 1rem 2rem 1rem 0;
}
.p-scope__header .p-nav_lower .p-list__acount li{
  padding: 1rem 0 1rem 2rem;
}

/* 新ヘッダー＞タイヤ検索 */
.p-scope__header .p-search .p-background{
  background: linear-gradient(to top, rgba(9,26,64,1) 0%, rgba(9,26,64,.5) 100%),url(https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/hero/hero_c_w1980_20062301.jpg);
  background-size:  cover;
  background-position: center bottom;
}
.p-scope__header .p-search .l-narrow{
  padding: 1rem 0 0;
}
.p-scope__header .p-search__upper{
  background: url('https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/common/search_tire_w240_20051202.png') no-repeat left top;
}
.p-scope__header .p-search__upper .p-label{
  font-size: .75rem;
  width: 100px;
  text-align: right;
  color: #ccc;
  padding: 0 1rem 0 0;
}
/* p-search__keyword */
.p-scope__header .p-search__keyword{
  padding: .5rem 0 1.5rem 240px;
}
.p-scope__header .p-search__keyword form{
  display: flex;
  align-items: center;
}
.p-scope__header .p-search__keyword input{
  padding: .5rem;
  width: 420px;
  margin: 0 .25rem 0 0;
  font-size: 1.25rem;
}
.p-scope__header .p-search__keyword .p-btn a{
  background-color: #07c;
  padding: .5rem 1rem;
  color: white;
  text-decoration: none;
  margin:0;
  border-radius:4px;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
/* p-search__size */
.p-scope__header .p-search__size{
  padding: 0 0 1.5rem 240px;
}
.p-scope__header .p-search__size form{
  display: flex;
  align-items: center;
}
.p-scope__header .p-search__size select{
  padding: .5rem;
  width: 5rem;
  float: left;
  margin:0 .25rem 0 0;
  font-size: .875rem;
}
.p-scope__header .p-search__size .p-btn a{
  background-color: #07c;
  padding: .5rem 1rem;
  color: white;
  text-decoration: none;
  border-radius:4px;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
/* p-search__lower */
.p-scope__header .p-search__lower{
  background-color: white;
  padding:.5rem;
  border-radius: 4px;
  display: flex;
}
.p-scope__header .p-search__lower .p-title{
  font-size: .75rem;
  text-align: center;
  margin: .5rem 0;
  color: rgba(9,26,64,1);
}
.p-scope__header .p-search__lower .p-maker{
  width: 42%;
}
.p-scope__header .p-search__lower .p-maker .p-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-scope__header .p-search__lower .p-maker li{
  width: calc(100% / 3);
  padding: .5rem;
  box-sizing: border-box;
  text-align: center;
}
.p-scope__header .p-search__lower .p-maker img{
  width: 100px;
}
.p-scope__header .p-search__lower .p-maker .p-pirelli img{
  width: 80px;
}
.p-scope__header .p-search__lower .p-maker .p-txt a{
  color: rgba(9,26,64,1);
  text-decoration: none;
  background-color: #f5f5f5;
  display:block;
  padding:.25rem 0;
  border-box:box-sizing;
  border: 1px solid rgba(9,26,64,.2);
  font-size:.75rem;
  border-radius:4px;
}
.p-scope__header .p-search__lower .p-maker .p-txt a:hover{
  color: #07c;
  border:1px solid #07c;
  opacity: 1;
}

.p-scope__header .p-search__lower .p-car{
  width: 30%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 1rem 0 .5rem;
  padding:0 .5rem;
}
.p-scope__header .p-search__lower .p-car .p-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-scope__header .p-search__lower .p-car li{
  width: calc(100% / 4);
  padding: .75rem .5rem;
  box-sizing: border-box;
  text-align: center;
}
.p-scope__header .p-search__lower .p-car img{
  width: auto;
  height: 32px;
}
.p-scope__header .p-search__lower .p-car .p-tesra img{
  height: 32px;
}
.p-scope__header .p-search__lower .p-landrover img,
.p-scope__header .p-search__lower .p-jaguar img,
.p-scope__header .p-search__lower .p-maserati img,
.p-scope__header .p-search__lower .p-tesla img{
  width:100%;
  height: auto;
}

.p-scope__header .p-search__lower .p-size{
  width: 28%;
}
.p-scope__header .p-search__lower .p-size .p-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-scope__header .p-search__lower .p-size li{
  width: calc(100% / 4);
  padding: 1.25rem 0;
  box-sizing: border-box;
  text-align: center;
}
.p-scope__header .p-search__lower .p-size a{
  text-decoration: none;
  color: rgba(9,26,64,1);
  border: 1px solid rgba(9,26,64,.2);
  padding: .25rem 1rem;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: .875rem;
  background-color:#f5f5f5;
}
.p-scope__header .p-search__lower .p-size a:hover{
  border: 1px solid #07c;
  color:#07c;
  opacity: 1;
}

/* 新ヘッダー＞アピールポイント */
.p-scope__header .p-appeal{
  background-color: rgba(9,26,64,1);
  color: white;
  border-top: 1px solid rgba(255,255,255,.2);
}
.p-scope__header .p-appeal .p-content{
  display: flex;
  justify-content: center;
}
.p-scope__header .p-appeal .p-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: white;
  margin: .5rem 0;
  display:flex;
  justify-content:center;
  align-items:center;
}
.p-scope__header .p-appeal .p-title{
  font-size: 2rem;
  line-height: 1;
  margin: 0 .5rem;
  color: rgba(250,190,0,1);
}
.p-scope__header .p-appeal__postage,
.p-scope__header .p-appeal__shipping{
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.p-scope__header .p-appeal .p-supplement li {
  line-height:1.5;
}
.p-scope__header .p-appeal .p-supplement li:last-child {
  margin: 0;
}
.p-scope__header .p-appeal .p-supplement li::before {
  content: "※";
}
.p-scope__header .p-appeal .p-supplement b{
  color: rgba(250,190,0,1);
  font-weight: normal;
}
/* 新ヘッダー ここまで
---------------------------------------------------------------------------- */



/* パンくず_v1 */
#path {
  width: 740px;
  margin: 5px 0 20px 0;
  padding: 0;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
}
/* パンくず_v2 */
.p-scope-breadcrumb {
  background-color:rgba(9,26,64,1);
  padding:1rem 0 0;
  border-top: 1px solid rgba(255,255,255,.2);
}
.p-scope-breadcrumb .l-narrow{
  max-width:1000px;
  margin:0 auto;
}
.p-scope-breadcrumb .p-list {
  display: flex;
  padding:0;
  margin:0;
  overflow:hidden;
  font-size:.75rem;
}
.p-scope-breadcrumb .p-list li{
  margin:0 0 1rem;
}
.p-scope-breadcrumb .p-list li:nth-child(n + 2):before{
  content: "›";
  color:rgba(250,190,0,1);
  margin:0 .75rem;
}
.p-scope-breadcrumb .p-list li a{
  line-height: 1.25;
  white-space:nowrap;
  text-decoration: none;
  color: rgba(255,255,255,1);
  transition: all .3s;
}
.p-scope-breadcrumb .p-list li a:hover{
  color: rgba(255,255,255,.7);
}
.p-scope-breadcrumb .p-list li .p-current{
  color: rgba(255,255,255,.6);
  line-height: 1.25;
}


/* 商品ステータスアイコン（商品一覧、商品詳細で利用） */
.c-icon {
    display: inline-block;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    border-radius: 4px;
    color: white;
    background-color: #0c6ab2;
    border: 1px solid white;
}
.c-icon.c-new {
    background-color: white;
    color: #e5352b;
    border: 1px solid #e5352b;
}
.c-icon.c-supplement {
    background-color: white;
    color: #e5352b;
    border: 1px solid #e5352b;
}
.c-icon.c-stock {
    background-color: #F1F8E9;
    color: #7CB342;
    border: 1px solid #7CB342;
}
.c-icon.c-2029,
.c-icon.c-2026,
.c-icon.c-2023 {
    background-color: #2196F3;
}
.c-icon.c-2028,
.c-icon.c-2025,
.c-icon.c-2022 {
    background-color: #191970;
}
.c-icon.c-2027,
.c-icon.c-2024,
.c-icon.c-2021 {
    background-color: #3F51B5;
}
.c-icon.c-reservation {
    background-color: #1abc9c;
    /*background-color: #009997;*/
}
.c-icon.c-sale,
.c-icon.c-sale--bundle {
    color: #B306DA;
    background-color: white;
    border: 1px solid #B306DA;
}
.c-icon.c-free-shipping {
    background-color: #5EAD3C;
}
.c-icon.c-approval,
.c-icon.c-type,
.c-icon.c-blog {
    background-color: #607D8B;
}
.c-icon.c-stock__few {
  background-color: #FFF8E1;
  color: #FF8F00;
  border: 1px solid #FF8F00;
}
.c-icon.c-japan{
    background-color: #e5352b;
}
.c-icon.c-rft {
    background-color: #ff9500;
}
.c-icon.c-allseason {
  background-color: #C0CA33;
}
.c-icon.c-winter {
  background-color: #64B5F6;
}
.c-icon.c-studless {
  background-color: #5C6BC0;
}


/* 商品ステータスアイコン（ダークカラー） */
.c-icon--dark {
  display: inline-block;
  text-align: center;
  padding: 6px 12px 6px 6px;
  margin:1px 0;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  color: white;
  background-color: #37474F;
}
.c-icon--dark.c-new {
  border-left: 6px solid #e5352b;
}
.c-icon--dark.c-stock {
  border-left: 6px solid #8BC34A;
}
.c-icon--dark.c-2029,
.c-icon--dark.c-2026,
.c-icon--dark.c-2023 {
  border-left: 6px solid #4ba6f5;
}
.c-icon--dark.c-2028,
.c-icon--dark.c-2025,
.c-icon--dark.c-2022 {
  border-left: 6px solid #ffdb00;
}
.c-icon--dark.c-2027,
.c-icon--dark.c-2024,
.c-icon--dark.c-2021 {
  border-left: 6px solid #33cc99;
}
.c-icon--dark.c-reservation {
  border-left: 6px solid #1abc9c;
}
.c-icon--dark.c-sale {
  color: #B306DA;
  background-color: white;
  border: 1px solid #B306DA;
}
.c-icon--dark.c-free-shipping {
  border-left: 6px solid #5EAD3C;
}
.c-icon--dark.c-approval {
  border-left: 6px solid #607D8B;
}
.c-icon--dark.c-stock__few {
  border-left: 6px solid #FF3D00;
  /* border-left: 6px solid #FF2770; */
}
.c-icon--dark.c-japan{
  border-left: 6px solid #B6002C;
}
.c-icon--dark.c-rft {
  border-left: 6px solid #ff9500;
}
.c-icon--dark.c-allseason {
  border-left: 6px solid #C0CA33;
}
.c-icon--dark.c-winter {
  border-left: 6px solid #64B5F6;
}
.c-icon--dark.c-studless {
  border-left: 6px solid #5C6BC0;
}


/* コンテンツ */
#contentsWrap_back {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 20px 0 0 0;
	background: url(../img/common/contents_back.jpg) repeat-x;
}

#contentsWrap_top {
	width: 1000px;
	margin: 0 auto 40px auto;
	overflow: hidden;
	background: url(../img/common/contents_back.jpg) repeat-x;
}

#contentsWrap {
	width: 1000px;
	margin: 20px auto 40px auto;
	overflow: hidden;
	background: url(../img/common/contents_back.jpg) repeat-x;
}

#contents {
	width: 740px;
	margin-top: 0;
	float: right;
	overflow: hidden;
}


div#main {
	margin: 0 0 10px 0;
}

div#main p {
	margin: 0 0 4px 0;
}

div#main ul {
	margin: 8px 0 0 1px;
}

div#main ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0 2px 4px 0;
}
div#main a {
	transition: all .3s;
}
div#main a:hover {
	opacity: .7;
}

/* リスト（2カラム） */
.p-list__2col li{
	margin:0 0 .5rem;
}
.p-list__2col li:nth-child(odd){
	float: left;
}
.p-list__2col li:nth-child(even){
	float: right;
}


/* =================================================================
トップページ
=================================================================*/
/* トップページ ＞ hero */
.p-scope-hero{
  margin:1rem 0 0;
}


/* トップページ ＞ 人気商品（シリーズ＋パターン） */
.p-scope-ranking__mix{
  background-color: #f7f6f5;
  padding: 0.5rem 0 1rem;
  margin: 1rem 0 2rem;
}
.p-scope-ranking__mix .l-narrow{
  width:1000px;
  margin:0 auto;
}
/* メインリスト */
.p-scope-ranking__mix .p-title--lg{
  margin: 1rem 0 .5rem;
  font-size: .875rem;
  font-weight: normal;
}
.p-scope-ranking__mix .p-list__main{
  display: flex;
  justify-content: space-between;
  counter-reset: number 0; 
}
.p-scope-ranking__mix .p-list__main a{
  position:relative;
  display: block;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
  transition: all .3s;
}
.p-scope-ranking__mix .p-list__main a:before{
  display:flex;
  justify-content: center;
  align-items: center;
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #D6A84F;
  color: white;
  width:1.25rem;
  height:1.25rem;
  font-size:.875rem;
  position:absolute;
  top:0;
  left:0
}
.p-scope-ranking__mix .p-list__main a:hover{
  opacity: .7;
}
.p-scope-ranking__mix .p-list__main li{
  width: calc((100% / 5) - .5rem);
}
.p-scope-ranking__mix .p-list__main .p-img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  overflow: hidden;
}
.p-scope-ranking__mix .p-list__main .p-info{
  padding: .5rem ;
}
.p-scope-ranking__mix .p-list__main .p-info .p-maker--md,
.p-scope-ranking__mix .p-list__main .p-info .p-maker--sm{
  display:block;
  text-align: left;
}
.p-scope-ranking__mix .p-list__main .p-info .p-maker--md img{
  width:50%;
}
.p-scope-ranking__mix .p-list__main .p-info .p-maker--sm img{
  width:35%;
}
.p-scope-ranking__mix .p-list__main .p-title--md{
  font-size: .875rem;
  line-height:1.25;
  padding: .5rem 0 0;
}
.p-scope-ranking__mix .p-list__main .p-title--md span{
  display: block;
  font-size: .75rem;
}
/* サブリスト */
.p-scope-ranking__mix .p-list__sub{
  display: flex;
  margin: 1rem 0 0;
}
.p-scope-ranking__mix .p-list__sub a:before{
  content:'#';
  margin: 0 .125rem 0 0;
  color:#07c;
}
.p-scope-ranking__mix .p-list__sub a{
  display: inline-block;
  background-color: white;
  color: black;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius:1rem;
  padding:.5rem .75rem;
  margin: 0 .25rem 0 0;
  transition: all .3s;
}
.p-scope-ranking__mix .p-list__sub a:hover{
  opacity: .7;
}
.p-scope-ranking__mix .p-list__sub li:last-child a{
	border:1px solid #07c;
	color:#07c;
}

/* トップページ ＞ banner */
.p-scope-banner .l-narrow{
  width:1000px;
  margin:0 auto;
}
.p-scope-banner .p-list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-scope-banner.p-5rows .p-list li{
  margin:0 0 .125rem
}
.p-scope-banner.p-1rows .p-list li,
.p-scope-banner.p-2rows .p-list li{
  margin:0 0 .5rem
}
.p-scope-banner a{
  transition: all .3s;
}
.p-scope-banner a:hover{
  opacity: .7;
}


/* トップページ ＞ おすすめ商品 */
/* 共通指定 */
.p-scope-ranking__promotion a{
	text-decoration:none;
	transition: all .3s;
}
/* /共通指定 */

.p-scope-ranking__promotion .l-narrow{
  width: 1000px;
  margin: 0 auto;
  position:relative;
}
.p-scope-ranking__promotion .p-title--lg{
  font-size: 1.125rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .5rem;
  margin: 2rem 0 1.5rem 0;
}
.p-scope-ranking__promotion .p-list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-scope-ranking__promotion li{
  width: calc((100% / 5) - 1.5rem);
  margin:0 0 .5rem;
}
.p-scope-ranking__promotion .p-img{
	width:150px;
	margin:0 auto;
	position:relative;
}
.p-scope-ranking__promotion img{
  width:100%;
  transition: all .3s;
}
.p-scope-ranking__promotion img:hover{
  opacity: .7;
}
.p-scope-ranking__promotion .p-sold-out{
	position:absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: rgba(230,0,0,.9);
	color:white;
	display:inline-block;
	width:100%;
	text-align:center;
	padding:.75rem 0;
}
.p-scope-ranking__promotion .p-title--md{
  font-size:.875rem;
  line-height:1.5;
  margin:.5rem 0 0;
  height: 5.4rem;
  overflow:hidden;
}
.p-scope-ranking__promotion .p-title--md a{
	color:#000;
}
.p-scope-ranking__promotion .p-title--md a:hover{
	color:#07c;
}
.p-scope-ranking__promotion .p-price{
  color:#E60000;
  font-weight:bold;
  text-align:center;
}
.p-scope-ranking__promotion .p-price b{
  font-size: 1.125rem;
}
.p-scope-ranking__promotion .p-search{
	position:absolute;
	right:0;
	top:.5rem;
}
.p-scope-ranking__promotion .p-search a:after{
	content:"＞";
	padding:0 0 0 .25rem;
}

/* トップページ ここまで
---------------------------------------------------------------------------- */


/* =================================================================
サイドエリア
=================================================================*/
#sidemenuWrap {
	width: 240px;
	margin: 0;
	float: left
}


/* サイドメニュー（バナー） */
.p-scope-side__banner .p-item{
  margin: 0 0 .5rem;
}

/* サイドメニュー（テキスト） */
.p-scope-side__text .p-item a{
  font-size: .875rem;
  display: block;
  padding: .5rem 0;
  text-decoration:none;
  transition: all .3s;
  line-height: 1.5;
}
.p-scope-side__text .p-item a:hover{
  text-decoration:underline;
}
/* サイドメニュー（インチで探す） */
.p-scope-side__size .p-list {
    display: flex;
    flex-wrap:wrap;
}
.p-scope-side__size .p-list li{
    padding:.75rem 1rem .75rem 0;
}
.p-scope-side__size .p-list a{
    font-size:1rem;
    text-decoration:none;
    display:block;
}
.p-scope-side__size .p-list a:hover{
    text-decoration:underline;
}


/* サイドメニュー（2列） */
.p-scope-side__col2 .p-list{
  display: flex;
  flex-wrap: wrap;
}
.p-scope-side__col2 .p-list li{
  width: calc(100% /2);
  padding: 0 .5rem;
  box-sizing:border-box;
}
.p-scope-side__col2 .p-list li:nth-child(odd){
  padding: 0 .5rem 0 0;
}
.p-scope-side__col2 .p-list li:nth-child(even){
  padding: 0 0 0 .5rem;
}
.p-scope-side__col2 .p-list li a{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* サイドメニュー（2列）＞タイヤメーカーロゴ */
.p-scope-side__col2 .p-list.p-maker li a{
  height: 2.75rem;
}
.p-scope-side__col2 .p-list .p-kleber img,
.p-scope-side__col2 .p-list .p-pirelli img{
  width: 75%;
}

/* サイドメニュー（3列） */
.p-scope-side__col3 .p-list{
  display: flex;
  flex-wrap: wrap;
}
.p-scope-side__col3 .p-list li{
  width: calc(100% / 3);
  padding: 0 .5rem;
  box-sizing:border-box;
}
.p-scope-side__col3 .p-list li a{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* サイドメニュー（3列）＞ 自動車メーカーロゴ */
.p-scope-side__col3 .p-list.p-car li a{
  height: 4rem;
}
.p-scope-side__col3 .p-list .p-alfaromeo img,
.p-scope-side__col3 .p-list .p-bmw-alpina img,
.p-scope-side__col3 .p-list .p-gm img,
.p-scope-side__col3 .p-list .p-gtr img,
.p-scope-side__col3 .p-list .p-volvo img{
  width: 65%;
}


/* サイドメニュー（カレンダー） 
.p-scope-side__cal{
    font-size:.8125rem;
    line-height:1.5;
}
.p-scope-side__cal ul {
    text-indent: -1.1em;
}
.p-scope-side__cal li {
    padding: 0 0 .25rem 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
.p-scope-side__cal li::before {
    content:'●';
    color:#ccc;
    padding: 0 .125rem 0 0;
}
.p-scope-side__cal .p-red::before {
    color: #F11;
    opacity: .5;
}
.p-scope-side__cal .p-blue::before {
    color: #00F;
    opacity: .5;
}
*/


/* 共通 ＞ カテゴリから探す */
.p-scope-search__category-v2{
  background-color: #f7f6f5;
  padding: 2rem 0;
  margin: 2rem 0;
}
.p-scope-search__category-v2 a{
  color:#333;
  text-decoration: none;
  transition: .3s;
}
.p-scope-search__category-v2 a:hover{
  opacity: .7;
}
.p-scope-search__category-v2 .l-narrow{
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
/* 共通 ＞ カテゴリから探す ＞ タイヤメーカーから探す */
.p-scope-search__category-v2 .p-wrap-maker{
  width: 55%;
  padding:0 2rem 0 0;
  box-sizing:border-box;
}
.p-scope-search__category-v2 .p-wrap-maker .p-list{
  display: flex;
  flex-wrap: wrap;
}
.p-scope-search__category-v2 .p-wrap-maker li{
  width: calc((100% - .5rem * 2) / 3);
  padding:.775rem;
  margin:0 .5rem .5rem 0;
  box-sizing:border-box;
  background-color:white;
}
.p-scope-search__category-v2 .p-wrap-maker li:nth-child(3n){
  margin:0 0 .5rem 0;
}
.p-scope-search__category-v2 .p-wrap-maker a {
  display: flex;
  height: 1.75rem;
  justify-content: center;
  align-items: center;
}
.p-scope-search__category-v2 .p-wrap-maker .p-kleber img,
.p-scope-search__category-v2 .p-wrap-maker .p-pirelli img {
  width: 80%;
}
/* 共通 ＞ カテゴリから探す ＞ 自動車メーカーから探す */
.p-scope-search__category-v2 .p-wrap-car{
  width: 45%;
}
.p-scope-search__category-v2 .p-wrap-car .p-list{
  display: flex;
  flex-wrap: wrap;
}
.p-scope-search__category-v2 .p-wrap-car li{
  width: calc((100% - .5rem * 4) / 5);
  padding:.5rem;
  margin:0 .5rem .5rem 0;
  box-sizing:border-box;
  background-color:white;
}
.p-scope-search__category-v2 .p-wrap-car li:nth-child(5n){
  margin:0 0 .5rem 0;
}
.p-scope-search__category-v2 .p-wrap-car a{
  display: flex;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  text-decoration:none;
  color:#333;
  font-weight: bold;
}
.p-scope-search__category-v2 .p-wrap-car .p-alfaromeo img,
.p-scope-search__category-v2 .p-wrap-car .p-bmw-alpina img,
.p-scope-search__category-v2 .p-wrap-car .p-gm img,
.p-scope-search__category-v2 .p-wrap-car .p-gtr img,
.p-scope-search__category-v2 .p-wrap-car .p-volvo img {
  width: 70%;
}
/* 共通 ＞ カテゴリから探す ＞ インチサイズから探す */
.p-scope-search__category-v2 .p-wrap-size{
  margin: 2rem 0 0;
}
.p-scope-search__category-v2 .p-wrap-size .p-list{
  display: flex;
  flex-wrap: wrap;
}
.p-scope-search__category-v2 .p-wrap-size li{
  padding:1rem;
  margin:0 .5rem 0 0;
  box-sizing:border-box;
  background-color:white;
}
.p-scope-search__category-v2 .p-wrap-size li a{
  display: flex;
  height: 1.75rem;
  justify-content: center;
  align-items: center;
  font-size:1.25rem;
}


/* フッター ver.1 */
#pagetop {
	width: 980px;
	height: 24px;
	margin: 15px auto 0 auto;
	text-align: right;
}
#footer {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

address {
	width: 500px;
	margin: 12px 0 0 0;
	float: right;
	text-align: right;
	color: #FFFFFF;
}


/*  フッター部分のバナーレイアウト調整 */
.p-footer-pickup{
	width: 1000px;
	margin: 0 auto 2rem;
}



/* フッター ＞ お知らせ・カレンダー */
.p-scope-sales-info{
  background-color: #F7F6F5;
  padding: 2rem 0;
}
.p-scope-sales-info .l-narrow{
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
/* お知らせ */
.p-scope-sales-info .p-item__news{
  width: 450px;
}
.p-scope-sales-info .p-item__news .p-list{
  background-color: white;
  padding: 1rem;
  height: 350px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: .5rem;
}
.p-scope-sales-info .p-item__news .p-list li{
  border-bottom: 1px dotted #ccc;
  margin:0 0 1rem;
}
.p-scope-sales-info .p-item__news .p-title--md{
  font-size:1rem;
  font-weight: bold;
  margin: .5rem 0;
  color:#A01E2F;
  line-height: 1.3;
}
.p-scope-sales-info .p-item__news .p-txt{
  line-height: 1.5;
  font-size: .875rem;
}
/* タイムライン */
.p-scope-sales-info .p-item__timeline{
  width:280px;
  margin:0 1rem;
}
/* カレンダー */
.p-scope-sales-info .p-item__calendar{
  width: 260px;
}
.p-scope-sales-info .p-item__calendar .p-content{
  background-color: white;
  padding: 1rem;
}
.p-scope-sales-info .p-item__calendar .p-img{
    margin-block-end: .75rem;
    border: 1px solid #ddd;
    width: 200px;
    margin-inline: auto;
}
.p-scope-sales-info .p-item__calendar .p-supplement{
  line-height:1.5;
  font-size:.75rem;
}
.p-scope-sales-info .p-item__calendar .p-supplement li:before{
  content: "●";
}
.p-scope-sales-info .p-item__calendar .p-supplement .p-red:before{
  color: #FF8888;
}
.p-scope-sales-info .p-item__calendar .p-supplement .p-blue:before{
  color: #8080FF;
}
.p-scope-sales-info .p-item__calendar .p-supplement .p-purple:before{
  color: #A260BF;
}



/* フッター ver.2 */
.l-scope-footer .l-wide{
  background-color: #F7F6F5;
  padding: 3rem 0 2rem;
}
.l-scope-footer .l-narrow{
  width: 1000px;
  margin: 0 auto;
}
.l-scope-footer .p-flex__container{
  display: flex;
}
.l-scope-footer .p-flex__item{
  width:25%;
}
.l-scope-footer .p-nav__list li{
  margin:0 0 1rem 0;
}
.l-scope-footer .p-nav__list a{
  font-size:.875rem;
}
.l-scope-footer .p-nav__list a:hover{
  text-decoration: none;
}

/* フッター最下部 */
.l-scope-footer .p-wrap-end .p-logo{
  margin: 2rem 0 1rem 0;
}
.l-scope-footer .p-wrap-end .p-logo__title{
  font-size: .6875rem;
}
.l-scope-footer .p-wrap-end .p-logo__img{
  margin: .5rem 0 .25rem;
}
.l-scope-footer .p-wrap-end .p-logo__copy{
  text-align: center;
}
.l-scope-footer .p-wrap-end{
  display:flex;
  justify-content: center;
  align-items: center;
  margin:2rem 0;
}
.l-scope-footer .p-wrap-end .p-vissel{
  margin:0 2rem;
}

/* 先頭へ戻るボタン */
.p-scope-btn__top{
  position:relative;
  width:1000px;
  margin:0 auto;
  text-align:left;
  z-index: 3;
}
.p-scope-btn__top .p-btn{
  display: none;
  position:fixed;
  bottom:2rem;
  background-color:rgba(0,0,0,.5);
  padding:1.25rem .25rem .25rem;
  transition: all .3s;
  margin: 0 0 0 940px;
  border-radius: 50%;
}
.p-scope-btn__top .p-btn:hover{
  background-color:rgba(0,119,204,1);
}
.p-scope-btn__top .p-btn.js-active{
  display: block;
}
.p-scope-btn__top .p-icon{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position:relative;
}


/*faq上 2016/03/12追加---------------------------------------------------*/
.fontplas145 {
  font-size: 145%;
}


.time_list {
	width:120px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin:2px 0;
	float:left;
}

.time_list li{
	padding:3px 10px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

/* 見出し
------------------------------------------*/
h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.4;
	text-align: left;
}

h2.h2_01,
h3.h3_02 {
	width:740px;
	height:38px;
	margin: 20px 0;
	text-align: left;
	font-size: 15px;
	padding:0 0 0 18px;
	color: #333;
	line-height: 2.6;
	background: url(../img/common/h2_01.jpg) no-repeat 0 0;
	font-weight: normal;
}

h2.h2_02 {
	width:740px;
	height:70px;
	text-align: left;
	font-size: 21px;
	padding:9px 0 0 18px;
	color: #FFF;
	background: url(../img/common/category_main.jpg) no-repeat 0 0;
	line-height: 2.7;
}

.h2_03 {
  text-align: left;
  font-size: 1.125rem;
  padding:.75rem 0;
  color: #000;
  border-bottom: 2px solid #2070B2;
  font-weight: 600;
  line-height: 1.5;
}

h3.h3_01 {
	width:184px;
	height:24px;
	margin: 5px 0 0 0;
	background: url(../img/top/h3_01.gif) no-repeat 0 0;
	font-size: 12px;
	padding:3px 0 3px 10px;
	color: #333;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}
h3.h3_03 {
	width:auto;
	margin: 0 0 15px 0;
	padding:6px 0 2px 10px;
	background: #F0F0F0;
}
h3.fs14 {
	font-size: 14px;
	padding:3px 0 3px 10px;
}
h3.h3_04,
h4.h4_01 {
	background: none;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	padding:3px 0 3px 10px;
	border-left: 3px solid #060;
}
/* セクション
------------------------------------------*/
.secWrap,
.secWrap01 {
	width: 740px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}
.secWrap img,
.secWrap01 img {
	max-width: 740px;
}

.secWrap p,
.secWrap01 p {
	padding: 0 10px 0 10px;
}

.secWrap ul,
.secWrap01 ul {
	margin: 5px 0 0 5px;
}

.secWrap ul li,
.secWrap01 ul li {
	padding: 5px 1px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 1.4;
}



/* ▼ 商品詳細ページ＞アコーディオン表示（商品補足｜PC・SP共通） */
.p-scope-accordion_v2 {
    text-align: left;
    /* 見出し兼ボタン */
    summary,
    summary::-webkit-details-marker {
        /* デフォルトの三角マークを非表示 */
        list-style-type: none;
    }
    summary{
        display: grid;
        grid-template-columns:auto 1fr 1rem;
        gap: .5rem;
        align-items: center;
        cursor: pointer;
        padding: 1rem 1rem 1rem 0;
        border-block-start: 1px solid #ccc;
        color: #333;
    }
    /* アイコン */
    .p-tag--danger,
    .p-tag--info{
        white-space: nowrap;
    }
    .p-tag--danger{
        color: #E60000;
    }
    .p-tag--info{
        color: #1C6EA9;
    }
    .p-icon__arrow {
        display: block;
        position: relative;
        width: 24px;
        transform-origin: center 43%;
        transition: transform 0.4s;
        /* 矢印のスタイル */
        &::before, &::after {
            content: "";
            position: absolute;
            display: block;
            width: .875rem;
            height: 2px;
            background-color: #1D9BF0;
        }
        &::before {
            left: 0;
            transform: rotate(45deg);
        }
        &::after {
            right: 0;
            transform: rotate(-45deg);
        }
    }
    /* アコーディオン展開時のスタイル */
    details[open] summary {
        background-color: #f6f6f6;
    }
    details[open] .p-icon__arrow {
        transform: rotate(180deg);
    }
    /* アコーディオン展開時のアニメーション（一部ブラウザは無効） */
    details {
        interpolate-size: allow-keywords;
    }
    details::details-content {
        transition: height 0.3s ease, opacity 0.3s ease, content-visibility 0.3s ease allow-discrete;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    details[open]::details-content {
        height: auto;
        opacity: 1;
    }
    /* アコーディオン内のコンテンツ */
    .p-hr{
        margin-block:1.5rem;
        border-top: none;
        border-bottom: 1px solid #ccc;
    }
    strong{
        color: #E60000;
        font-weight: normal;
    }
    .p-item__wrap{
        padding: 1rem;
        margin-block-end: 1.5rem;
        background-color: #f6f6f6;
        border-radius: 0 0 .5rem .5rem;
    }
    .p-item__section,
    .p-title,
    .p-text,
    .p-img,
    .p-list {
        margin-block-end: 1rem;
        line-height:1.75;
    }
    .p-title{
        font-weight: bold;
        font-size: 1.125rem;
        border-left: 6px solid #1C6EA9;
        padding-inline-start: .5rem;
    }
    .p-img{
        max-width: 480px;
        margin-inline: auto;
    }
    .p-list li {
        margin: .5rem 0 0 1.5rem;
        list-style:disc;
    }
    .u-list--decimal > li{
        list-style:decimal;
    }
    .p-youtube {
        /* レスポンシブ対応 */
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .p-youtube iframe {
        /* レスポンシブ対応 */
        width: 100%;
        height: 100%;
    }
}
/* ▲ 商品詳細 ＞ アコーディオン表示 */



/* 商品詳細ページ＞商品コード */
.p-scope-code{
  padding: .75rem 0 1rem;
  text-align:left;
  line-height: 1.5;
}
/* 商品詳細ページ＞在庫なし */
.p-scope-stock--none{
  color: #E60000;
  background-color: #fce6e6;
  text-align: center;
  padding: 1rem 1rem .75rem;
  display: block;
  font-weight: bold;
}
/* 商品詳細ページ＞入荷予定商品 */
.p-scope-recommend__arrival{
  border: 1px solid #1abc9c;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
}
.p-scope-recommend__arrival .p-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1rem 0 0;
}
.p-scope-recommend__arrival .p-info{
  text-align: left;
  padding: 0 0 0 1rem;
  order: 2;
}
.p-scope-recommend__arrival .p-title--lg{
  font-size: 1.125rem;
  color: #1abc9c;
}
.p-scope-recommend__arrival .p-title--md{
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 .5rem;
  height: 2.5rem;
  overflow: hidden;
}
.p-scope-recommend__arrival .p-title--md a{
  color: #2d2d2d;
  text-decoration: none;
}
.p-scope-recommend__arrival .p-title--md a:hover{
  color: #07c;
}
.p-scope-recommend__arrival .p-price{
  color: #E60000;
  font-weight: bold;
  font-size: 1rem;
}
.p-scope-recommend__arrival .p-img{
  order:1;
}
.p-scope-recommend__arrival .p-img img{
  width: 60px;
}
/* 商品詳細ページ＞関連商品へのリンクボタン */
.p-scope-btn__recommend a{
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  color: white;
  background-color: #07F;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s;
  font-size:1rem;
  font-weight:bold;
}
.p-scope-btn__recommend a:hover{
  opacity: .7;
}


/* 商品詳細ページ＞商品スペック */
.p-scope-item__specs{
  width:100%;
  margin: 0 0 1rem;
}
/* 商品詳細ページ＞商品スペック＞注意事項 */
.p-scope-item__specs .p-wrap__caution{
  margin:0 0 1rem;
}
.p-scope-item__specs .p-wrap__caution .p-title{
  font-size: 1.125rem;
  font-weight: normal;
  border-left: 5px solid red;
  padding: .5rem;
  margin: 0 0 .5rem 0;
  text-align:left;
}
.p-scope-item__specs .p-wrap__caution ul{
  padding:0 0 0 1.25rem;
}
.p-scope-item__specs .p-wrap__caution li{
  font-size: .875rem;
  line-height: 1.5;
  list-style-type:disc;
  margin:0 0 .25rem 0;
}
.p-scope-item__specs .p-wrap__caution strong{
  color:red;
  font-weight:normal;
}
/* 商品詳細ページ＞商品スペック＞概要 */
.p-scope-item__specs table{
  width: 100%;
}
.p-scope-item__specs caption{
  text-align: center;
  background-color: #1C6EA9;
  color: white;
  padding:.75rem;
}
.p-scope-item__specs th,
.p-scope-item__specs td{
  border:1px solid #ddd;
}
.p-scope-item__specs th{
  background-color:#f5f5f5;
  font-size:.6875rem; /* 11px */
  text-align:center;
  white-space:nowrap;
  padding:.5rem;
  color:#666;
  width:6rem;
}
.p-scope-item__specs td{
  text-align:left;
  font-size:.75rem;
  padding:.5rem;
  line-height: 1.5;
}
.p-scope-item__specs .p-code{
  display: none;
}
/* 商品詳細ページ＞商品スペック＞補足 */
.p-scope-item__specs .p-supplement{
  margin:.5rem 0;
  line-height:1.5
}
.p-scope-item__specs .p-supplement li:before {
  content: "※";
}
.p-scope-item__specs .p-supplement li {
  font-size:.75rem;
  padding:0 0 .25rem 1rem;
  text-indent:-1em;
}
.p-scope-item__specs .p-supplement strong {
  color:red;
  font-weight:normal;
}





/* 商品詳細＞タイヤの特徴 */
.p-scope-item__description{
  margin: 2rem 0 1rem;
}
.p-scope-item__description .p-wrap__item .p-title--lg{
  background-color: #1C6EA9;
  padding:0.75rem;
  margin:0 0 1rem;
  color:white;
}
.p-scope-item__description .p-wrap__item .p-title--md{
  font-size:1rem;
}
.p-scope-item__description .p-wrap__item .p-list{
  font-size: .8125rem;
  padding:0 0 1rem 1.5rem;
  line-height: 1.5;
}
.p-scope-item__description .p-wrap__item .p-list li{
  list-style-type:disc;
  margin: 0 0 .25rem;
}
.p-scope-item__description .p-wrap__item .p-img{
  max-width:480px;
  margin:0 auto 2rem;
}

/* 商品詳細＞ホイール適合車種一覧表 */
.p-scope-item__description .p-wrap__matching {
  margin:0 0 2rem;
}
.p-scope-item__description .p-wrap__matching .p-title--lg{
  text-align: left;
  font-weight:bold;
  margin:0 0 .5rem;
}
.p-scope-item__description .p-wrap__matching table{
  width:100%
}
.p-scope-item__description .p-wrap__matching th,
.p-scope-item__description .p-wrap__matching td{
  border: 1px solid #ccc;
  padding: .25rem .5rem;
  text-align:left;
  line-height:1.5;
  font-size:.75rem;
}
.p-scope-item__description .p-wrap__matching th{
  background-color: #f5f5f5;
  font-weight: normal;
}
.p-scope-item__description .p-wrap__matching .p-maker,
.p-scope-item__description .p-wrap__matching .p-model,
.p-scope-item__description .p-wrap__matching .p-year,
.p-scope-item__description .p-wrap__matching .p-type{
  width:5rem;
  white-space:nowrap;
}

/* 商品詳細＞装着可能な車種 */
.p-scope-item__description .p-wrap__mountable-car .p-title--lg{
  background-color: #1C6EA9;
  padding: 0.75rem;
  color:white;
}

.p-scope-item__description .p-wrap__mountable-car table{
  width:100%;
  margin:0 0 .5rem;
}
.p-scope-item__description .p-wrap__mountable-car table th,
.p-scope-item__description .p-wrap__mountable-car table td{
  border: 1px solid #ccc;
  padding: .5rem;
  text-align:left;
  line-height:1.5;
  font-size:.75rem;
}
.p-scope-item__description .p-wrap__mountable-car table thead th{
  background-color: #f5f5f5;
  font-weight: normal;
  color:#666;
}
.p-scope-item__description .p-wrap__mountable-car table tbody th{
  white-space:nowrap;
  width:1%;
}
.p-scope-item__description .p-wrap__mountable-car .p-caption{
  padding:0 0 0 1rem;
  margin:0 0 2rem;
  font-size:.75rem;
  line-height:1.5;
}
.p-scope-item__description .p-wrap__mountable-car .p-caption li{
  text-indent:-1rem;
  margin:0 0 .25rem;
}
.p-scope-item__description .p-wrap__mountable-car .p-caption li:before{
  content:"※";
}


/*20140510追加------------------------------------------*/
/*20150208追加------------------------------------------*/
input.btn {
	display: block;
	text-align: center;
	margin: 10px auto;
	width: 46px;
	height: 23px;
	background: url(../img/common/search_button.jpg) no-repeat 0 0px;
	/* text-indent:-9999px; */
	cursor: pointer;
	margin: 0 auto;
	padding: 0 ;
	border: 0;
}

p.topinput{
	position: relative;
	top: 10px;
	left: 10px;
	width: 175px;

}


.search_size04_css{
        display:block !important;
        margin: 6px 0 0 0;
}

/*20140818追加------------------------------------------*/
/*20150203変更＆追加-場所：商品検索時の文言-------------*/
.attent_top {
       line-height:28px;
       margin-bottom:0px;
       font-size: 15.5px;
       font-weight: 800;
       color: #ff5555;
}

.attent_2 {
       line-height:20px;
       font-size: 15.5px;
       font-weight: 800;
       color: #ff5555;
}

h3.h3_02 {
       margin: 5px 0px !important;
}

/*20150925追加-場所：予約商品一覧の表-------------------*/
/*20170107修正------------------------------------------*/
table.yoyaku_all {
       border:5px double;
       border-spacing: 0px;
       background-color:#FFFFFF;
       width: 60px;
       width: 730px;
       margin-left: 5px;
}
td.yoyaku {
       height:25px;
       border:1px solid;
       padding: 5px;
}
td.yoyaku_maker {
       height:25px;
       border-style: solid;
       border-width: 2px 1px 1px;
       padding: 5px;
}
tr td.yoyaku:nth-of-type(1){
       width: 90px;
}
tr td.yoyaku:nth-of-type(2){
       width: 190px;
}
tr td.yoyaku:nth-of-type(3){
       width: 190px;
}
tr td.yoyaku:nth-of-type(4){
       width: 190px;
}
tr td.yoyaku:nth-of-type(5){
       width: 70px;
}



/* （商品ページ）詳細情報の表組み ----------------------------*/
table#maker-info {
  margin-bottom: 20px;
  width: 740px;
}
table#maker-info td {
  vertical-align: middle;
  line-height: 1.5;
  border: solid 1px #D3D4D8;
}
table#maker-info td.head {
  width: 80px;
  background: #EEE;
  text-align:center;
  font-size: .875rem;
  white-space: nowrap;
  padding: .75rem 1rem;
}
table#maker-info td.body {
  text-align:left;
  font-size: 1rem;
  padding: .75rem .5rem .75rem 1rem;
}
/* 表組み内の画像 */
table#maker-info .body img{
	max-width: 600px;
}
table#maker-info .body img:nth-child(-n+2){
  max-height: 40px;
}


div.addCartArea table tbody tr:first-child td:first-child{
	width:150px;
	font-size:140%;
}

div.addCartArea table tbody tr:first-child td:first-child select{
	font-size:18px;
}


/* （商品ページ）「おすすめ商品」 ----------------------------*/
/* （共通フッター）「商品閲覧履歴」 --------------------------*/
.p-scope-list__related.l-item__accesslog{
  width: 1000px;
  margin: 0 auto 2rem;
}
.p-scope-list__related.l-item__recommend{
  margin: 0 auto 2rem;
}
.p-scope-list__related .p-heading{
  font-size:1.125rem;
  font-weight: normal;
  border-bottom:1px solid #ccc;
  padding: 0 0 .5rem;
  margin: 0 0 1.5rem 0;
}
.p-scope-list__related .p-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.p-scope-list__related .p-item{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.p-scope-list__related .p-item:nth-child(odd){
  padding: 0 .5rem 1rem 0;
}
.p-scope-list__related .p-item:nth-child(even){
  padding: 0 0 1rem .5rem;
}
.p-scope-list__related .p-thumb{
  float: left;
  position: relative;
  width:120px;
}
.p-scope-list__related .p-icon__soldout{
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #C00002;
  color: white;
  display: block;
  vertical-align: middle;
  width: 120px;
  text-align: center;
  padding: 12px 0;
  opacity: .9;
  font-size: .875rem;
}
.p-scope-list__related .p-info{
  padding: 0 0 0 136px;
}
.p-scope-list__related .p-item_state{
  display:inline-block;
}
.p-scope-list__related .p-item_state li{
  float:left;
  margin: 0 .25rem .25rem 0
}
.p-scope-list__related .c-icon,
.p-scope-list__related .c-icon--dark{
  font-size:.6875rem;
  padding: .25rem;
}
.p-scope-list__related .p-title a{
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.5;
}
.p-scope-list__related .p-title a:hover{
  color: #07c;
}
.p-scope-list__related .p-price{
  color:#E60000;
  margin:-.5rem 0 0;
}
.p-scope-list__related .p-price b{
  font-size: 1rem;
}


/* （商品ページ）無料ラッピングの説明 ----------------------------*/
.p-wrap-wrapping {
  position: relative;
  background-color: #f5f5f5;
  margin: 0 0 3rem;
}
.p-wrap-wrapping .p-title{
  background-color: #1C6EA9;
  padding: .5rem;
  text-align: center;
  color: white;
  font-size: 1.125rem;
}
.p-wrap-wrapping .p-body{
  padding: .5rem .75rem 1rem 210px;
}
.p-wrap-wrapping .p-txt,
.p-wrap-wrapping .p-caption{
  line-height: 1.5;
}
.p-wrap-wrapping .p-txt{
  font-size: .875rem;
}
.p-wrap-wrapping .p-caption{
  font-size: .75rem;
  list-style: none;
  margin: .5rem 0 0;
}
.p-wrap-wrapping .p-caption li{
  padding-left: .75rem;
  text-indent: -.75rem;
}
.p-wrap-wrapping .p-caption li:before{
  content: "※";
}
.p-wrap-wrapping .p-img {
  border-radius: 50%;
  width: 180px;
  position: absolute;
  top: -4px;
  left: 12px;
  border: 4px solid #f5f5f5;
}


/* （商品ページ）タイヤの補足知識 ----------------------------*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: ie >= 11　（補足）ie11のレイアウトは不十分。ただ崩れを抑えるために導入。
*/
.p-scope-item__knowledge{
  text-align:left;
}
.p-scope-item__knowledge .p-wrap-load-index,
.p-scope-item__knowledge .p-wrap-speed-range,
.p-scope-item__knowledge .p-wrap-rft,
.p-scope-item__knowledge .p-wrap-oe-mark{
  margin:2rem 0;
}
/* 見出し */
.p-scope-item__knowledge .p-title--lg{
  font-size: 1rem;
  line-height: 1.1;
}
.p-scope-item__knowledge .p-explanation{
  font-size: .8125rem;
  line-height:1.5;
}
/* 画像 */
.p-scope-item__knowledge .p-photo{
  display: -ms-grid;
  display: grid;
  grid-gap:.25rem;
  margin:1rem 0;
}
.p-scope-item__knowledge .p-photo-rft-mark{
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.p-scope-item__knowledge .p-photo-oe-mark{
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
/* 表組み（grid） */
.p-scope-item__knowledge .p-grid{
  display: -ms-grid;
  display: grid;
  grid-gap:.25rem;
}
.p-scope-item__knowledge .p-grid-load-index{
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-scope-item__knowledge .p-grid-speed-range{
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-scope-item__knowledge .p-grid-oe-mark{
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
/* 表組み（table） */
.p-scope-item__knowledge .p-table{
  width:100%;
  font-size: .75rem;
}
.p-scope-item__knowledge .p-table thead{
  color: white;
  background-color: #1C6EA9;
}
.p-scope-item__knowledge .p-table tr:nth-child(2n){
  background-color: #f5f5f5;
}
.p-scope-item__knowledge .p-table th{
  white-space: nowrap;
}
.p-scope-item__knowledge .p-table th,
.p-scope-item__knowledge .p-table td{
  border-bottom:1px solid #CCC;
  padding:.375rem .5rem;
}
/* 表組み（table）調整 */
.p-scope-item__knowledge .p-wrap-load-index .p-table,
.p-scope-item__knowledge .p-wrap-speed-range .p-table{
  text-align: center;
}
.p-scope-item__knowledge .p-wrap-rft .p-table b{
  margin-right: .25rem;
}
/* 補足 */
.p-scope-item__knowledge .p-caption{
  font-size: .75rem;
  line-height: 1.25;
  padding-left:1em;
  text-indent:-1.1em;
  margin:.5rem 0 0;
}
.p-scope-item__knowledge  .p-caption li:before{
  content:"※";
  padding: 0 .125rem 0 0;
}
.p-scope-item__knowledge  .p-caption li{
  margin: 0 0 .25rem 0;
}


/*topお知らせページ作成 2016/02/10追加------------------------------------------*/
div.top_noi{border:solid 2px #cc0000; margin:10px;}
div#main div.top_noi p.top_noiin0{
	margin:5px 10px;
	text-align:
	left; font-size: 25px;
	font-weight: bold;
}
div#main div.top_noi p.top_noiin1{margin: 3px 20px;}
div#main div.top_noi p.top_noiin2{margin: 4px 20px;}
/* ついでに他のページも設定できるように */
p.top_noiin1{margin: 3px 20px;}
p.top_noiin2{margin: 3px 0px;}
p.top_noiin3{margin: 9px 0px 3px;}

/*終了------------------------------------------*/



.sec {
	width: 740px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.imgR320 {
	width: 320px;
	float: right;
}
.textL410 {
	width: 410px;
	float: left;
}


/* フッターに新スタイルで移動
.newsWrap {
	border-left: 1px solid #CCCCCC ;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	width: 718px;
	padding: 0 10px 5px 10px;
	height: 400px;
	overflow: auto;

}
.newsWrap table.news {
	width: 700px;
	margin-top: 0;
}
.newsWrap table.news tr {
	text-align: left;
	margin: 0px;
}
.newsWrap table.news tr th {
	padding: 20px 15px 5px 15px;
	width: 80px;
	border-bottom : 1px dotted #CCCCCC;
	line-height: 1.4;
	vertical-align: top;
}
.newsWrap table.news tr td {
	border-bottom : 1px dotted #CCCCCC;
	padding: 20px 15px 5px 0;
	line-height: 1.4;
	vertical-align: top;
}
*/


table.guide {
	width: 718px;
	margin-top: 15px;
	white-space: nowrap;
}
table.guide tr {
	text-align: left;
}
table.guide th {
	padding: 15px;
	width: 80px;
	border-bottom : 1px dotted #CCCCCC;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	background-color:#F1FBFC;
}
.secWrap01 div table.guide td {
	border-bottom : 1px dotted #CCCCCC;
	line-height: 1.6;
	padding: 15px;
	text-align: center;
}

.faqArea {
	width: 720px;
	background: #FDFDFD;
	border: 1px dotted #666666;
	margin: 15px 10px;
}

.faqArea p {
	margin: 10px;
	padding: 0 0 0 18px;
}

.faqArea ul {
	margin: 0;
}

.faqArea ul li {
	width: 600px;
	margin: 2px 10px;
	padding: 0 0 0 18px;
}

.faqArea p.question {
	margin: 10px;
	background: url(../img/faq/question.gif) no-repeat 0px 4px;
	padding: 0 0 0 18px;
	font-weight: 600;
	color: #333;
	font-size: 15px;
}


/*faqにてアンサー2行目の追加 2016/03/29------------------------------------------*/
.faqArea p.answer {
	margin: 10px;
	background: url(../img/faq/answer.gif) no-repeat 0px 2px;
	padding: 0 0 0 18px;
}

.faqArea p.answer2 {
	margin: 10px 10px 0px;
	background: url(../img/faq/answer.gif) no-repeat 0px 2px;
	padding: 0 0 0 18px;
}
.faqArea p.answer3 {
	margin: 0px 10px 10px;
	padding: 0 0 0 18px;
}
.faqArea p.answer4 {
	margin: 0px 10px;
	padding: 0 0 0 18px;
}

.box03 div {
	width: 320px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 3px;
	vertical-align: top;
}

.box03 div h3.h3_footer {
	background: url(../img/common/footer_infoback.jpg) no-repeat 0 0;
	height: 35px;
	color: #FFF;
	font-size: 15px;
	line-height: 2.6;
	text-align: left;
	padding: 0 0 0 18px;
}

.box04 {
	text-align: left;
	float: left;
}

.box04 div {
	width: 182px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 5px 0px;
	vertical-align: top;
	text-align: left;
	height: 380px;
	border-bottom: solid 1px #888; 
}

.box04 ul {
	width: 180px;
	padding-left: 1px;
	margin: 0px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.box04 a img {
	margin: 0 0 0 5px
}

/*アイコンの幅調整 2016/02/13追加------------------------------------------*/
/*元値 padding:0 0 5px 3px; */
.box04 ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding:0 0 4px 1px;
	margin: 0px;
}

.box04 div p {
	padding: 0 !important;
	text-align:center;
}

.box04 div p img{
	margin: 0px 0px 2px;
}


.box04 div p.title,
.box05 div p.title  {
	clear: both;
	margin:0 !important;
	padding:5px 0 !important;
	font-weight: 600;
}

.box04 div p span.price,
.box05 div p span.price  {
	clear: both;
	margin:0 !important;
	color:#FF0000;
	text-align: center;
	font-weight: 600;
}

div.box05 {
	margin-top: 10px;
	text-align: center;
}

div.box05 div {
	width: 140px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	margin: 10px 2px 0 2px;
	vertical-align: top;
}

.box05 div p {
	text-align: center;
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
}

div.children_link {
	margin: 30px 0;
}

div.children_link ul li {
	padding: 0 0 0 15px;
	background: url(../img/common/icon01.gif) no-repeat 0 1px;
	margin:5px 10px;
	display: inline-block;
}
.detail_right {
	width: 410px;
	float: right;
	padding: 5px 0;
}

ul.list01 {
	margin: 0 0 10px 10px;
}
ul.list01 li {
	display: block;
	background: url(../img/common/iconDisc.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

/* =================================================================
キャンペーン告知（QUOカードキャンペーン）
=================================================================*/
.p-wrap-campaign__quo{
  text-align: center;
  background-color: #E5333C;
}
.p-wrap-campaign__quo a{
  transition: all .3s;
}
.p-wrap-campaign__quo a:hover{
  opacity: .7;
}

/* =================================================================
商品一覧（1列表示）
使用ファイル：item_list$image.xhtml 3列表示は随時変更予定。
=================================================================*/
.p-list-item__1col {
  margin: 16px 0 0;
}
.p-list-item__1col .p-wrap-item {
    margin: 0 0 16px 0;
}
/* サムネイル */
.p-list-item__1col .p-thumb {
    float: left;
    width: 140px;
    height: 140px;
    position: relative;
    background-color: #eee;
    overflow: hidden;
    display: grid;
    place-items: center;
}
.p-list-item__1col .p-icon__soldout {
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #C00002;
    color: white;
    display: block;
    vertical-align: middle;
    width: 140px;
    text-align: center;
    padding: 12px 0;
    opacity: .9;
    font-size: 14px;
}
/* 情報 */
.p-list-item__1col .p-info {
    float: right;
    width: 584px;
}
.p-list-item__1col .p-item_state > li {
    display: inline-block;
    margin: 0 6px 12px 0;
    float: left;
}
.p-list-item__1col .p-title {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
}
.p-list-item__1col .p-price em {
    color: #ff0000;
    font-weight: bold;
    font-style: normal;
}


/* table
---------------------------------------------------------------------------- */
.profileTable {
	width: 730px;
	border: #CCC 1px solid;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
}
.profileTable th {
	width: 180px;
	padding: 10px;
	border: #CCC 1px solid;
	background: #EEE;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}
.profileTable td {
	padding: 10px;
	border: #CCC 1px solid;
	background: #FFF;
	text-align: left;
	line-height: 1.6;
}

table#common {
	width: 720px;
	margin: 10px;
	font-size: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table#common th {
	width: 130px;
	padding: 10px;
	border: 1px solid #CCC;
	background: #EEEEEE;
	font-weight: bold;
}

table#common th {
	text-align: left;
}

table#common th.content {
	width: 700px;
	text-align: left;
}

table#common td {
	width: auto;
	padding: 10px;
	text-align: left;
	line-height: 140%;
	border: 1px solid #CCC;
}


table#common ul {
	width: 100%;
}

table#common ul.itemList li {
	float: left;
	width: 200px;
	height: 20px;
	vertical-align: top;
}

table#common ul.itemList li span {
	padding: 0 5px;
}

li.btnArea {
	margin: 0 10px 10px auto;
	text-align: center;
	padding-top: 5px;
}


textarea {
	border: 1px solid #CCC;
	width: 570px;
}


/* ページネーション */
.pagelinkArea {
	width: 720px;
	margin: 15px 0;
	padding: 15px 0 0 0;
	border-top: #000 3px solid;
	overflow: hidden;
}
.pageguide {
	float: left;
}
.pagelink {
	float: right;
	margin: 0 5px;
	line-height: 1.2;
}
.nolink {
	color: #E60000;
	line-height: 1.2;
}
/* 並び替え */
.sortArea {
	width: 720px;
	/*margin: 15px 0 0;*/
	line-height: 1.6;
	text-align: right;
}

/* ログイン */
.loginWrap {
	width: 400px;
	float: left;
}
.loginTable {
	width: 390px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border: #CCC 1px solid;
}
.loginTable th {
	width: 70px;
	padding: 8px;
	text-align: center;
	background: #EEE;
	line-height: 1.4;
	border: #CCC 1px solid;
	vertical-align: middle;
}
.loginTable td {
	padding: 8px;
	text-align: left;
	background: #FFF;
	line-height: 1.4;
	border: #CCC 1px solid;
	vertical-align: middle;
}
.notMember {
	width: 250px;
	/*width: 280px;*/
	padding: 15px;
	background: #fff3cd;
	float: right;
	border-radius: 4px;
}

/* リマインダー */
.reminderTable {
	width: 600px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border: #CCC 1px solid;
}
.reminderTable th {
	width: 130px;
	padding: 8px;
	text-align: center;
	background: #EEE;
	line-height: 1.4;
	border: #CCC 1px solid;
	vertical-align: middle;
}
.reminderTable td {
	padding: 8px;
	text-align: left;
	background: #FFF;
	line-height: 1.4;
	border: #CCC 1px solid;
	vertical-align: middle;
}

/* マイページ */
.myPoint {
	padding: 20px;
	margin: 0 auto;
	background: #f8f8d0;
}


/* カート（cart_index）上部の注意文 */
.p-scope-cart__attention{
  margin: 0 0 .5rem;
}

/* カート */
.cartTable {
	width: 730px;
	border: #CCC 1px solid;
	margin: 0 auto;
}
.cartTable th {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background: #000;
	text-align: center;
	line-height: 1.4;
	border: #CCC 1px solid;
}
.cartTable td {
	padding: 5px;
	background: #FFF;
	color: #333;
	text-align: center;
	line-height: 1.4;
	border: #CCC 1px solid;
}
.cartTable td.td_cartItem {
	border-right: none;
	vertical-align: top;
}
.cartTable td.td_cartText {
	border-left: none;
	vertical-align: top;
}
.shokeiArea {
	width: 708px;
	_width: 730px;
	text-align: right;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background: #EEE;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.shokeiArea p {
	padding: 0px;
	margin: 2px 0px 0px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

.userTable {
	width: 730px;
	border: #CCC 1px solid;
	border-collapse: collapse;
	margin: 0 auto;
}
.userTable th {
	width: 160px;
	padding: 10px;
	border: #CCC 1px solid;
	background: #EEE;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}
.userTable td {
	padding: 10px;
	border: #CCC 1px solid;
	background: #FFF;
	text-align: left;
	line-height: 1.6;
}


/* カート：注文情報の入力（cart_seisan） */
.p-scope-cart_seisan input,
.p-scope-cart_seisan select,
.p-scope-cart_seisan textarea,
.p-scope-cart_seisan--amazonpay input,
.p-scope-cart_seisan--amazonpay select,
.p-scope-cart_seisan--amazonpay textarea{
    font-size:.875rem;
    padding:.5rem;
}
.p-scope-cart_seisan #L_NAME,
.p-scope-cart_seisan #F_NAME,
.p-scope-cart_seisan #L_KANA,
.p-scope-cart_seisan #F_KANA,
.p-scope-cart_seisan #SEND_L_NAME,
.p-scope-cart_seisan #SEND_F_NAME,
.p-scope-cart_seisan #SEND_L_KANA,
.p-scope-cart_seisan #SEND_F_KANA,
.p-scope-cart_seisan--amazonpay #L_NAME,
.p-scope-cart_seisan--amazonpay #F_NAME,
.p-scope-cart_seisan--amazonpay #L_KANA,
.p-scope-cart_seisan--amazonpay #F_KANA,
.p-scope-cart_seisan--amazonpay #SEND_L_NAME,
.p-scope-cart_seisan--amazonpay #SEND_F_NAME,
.p-scope-cart_seisan--amazonpay #SEND_L_KANA,
.p-scope-cart_seisan--amazonpay #SEND_F_KANA {
width:12rem;
}
.p-scope-cart_seisan #PC_MAIL,
.p-scope-cart_seisan--amazonpay #PC_MAIL{
    font-size: 1rem;
    letter-spacing: .125rem;
}
.p-scope-cart_seisan .floatR,
.p-scope-cart_seisan--amazonpay .floatR{
    padding:0;
}
/* 変更ボタン */
.p-scope-cart_seisan--amazonpay .p-btn-wrap{
    padding:.75rem 0;
}
.p-scope-cart_seisan--amazonpay .p-btn__change {
    text-decoration: none;
    background-color:#FFD814;
    padding:.75rem 1rem;
    color:#000;
    border-radius:3rem;
    display:inline-block;
    margin: 0;
    font-size:.875rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .1);
}
.p-scope-cart_seisan--amazonpay .p-btn__change:hover {
    background-color:#f7ca00;
}


/* カート下の注意文 */
.p-scope-caution__check{
  margin: 2rem 0 0;
}
.p-scope-caution__check .p-list{
  border: 1px solid rgba(255,212,0,1);
  margin: 0;
}
.p-scope-caution__check .p-list li{
  display: block;
  padding: 1rem 1rem 1rem calc(2.4rem + 2rem);
  background: url('https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/cart/check_mark_w96_19012401.png') no-repeat border-box left 1rem top 1rem / 2.4rem 2.4rem;
}
.p-scope-caution__check .p-list li:nth-child(even){
  background-color: rgba(255,212,0,.1);
}
.p-scope-caution__check .p-title--md{
  margin: 0 0 .25rem 0;
  font-size: 1.125rem;
  line-height: 1.3;
}
.p-scope-caution__check .p-list p{
  padding: 0;
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}
.p-scope-caution__check .p-list b{
  color: OrangeRed;
}


/* （cart_seisan, cart_confirm）最短配送予定日 */
.p-scope-delivery__cart{
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-scope-delivery__cart .p-map{
  padding:1rem
}
.p-scope-delivery__cart table{
  text-align: left;
  border-collapse: collapse;
}
.p-scope-delivery__cart .p-title{
  font-size:.875rem;
}
.p-scope-delivery__cart table th,
.p-scope-delivery__cart table td{
  vertical-align:top;
  line-height:1.75;
  padding:.25rem;
  font-size:.875rem;
}
.p-scope-delivery__cart table th{
  white-space: nowrap;
}
.p-scope-delivery__cart table th:before{
  content:"●";
}
.p-scope-delivery__cart table tr:nth-child(1) th:before{
  color:#EA5514;
}
.p-scope-delivery__cart table tr:nth-child(2) th:before{
  color:#359DD1;
}
.p-scope-delivery__cart table tr:nth-child(3) th:before{
  color:#8ABA28;
}

/* （cart_seisan, cart_confirm-v2）最短配送予定日 */
.p-scope-delivery__cart-v2 {
    margin:1rem .25rem;
}
.p-scope-delivery__cart-v2 .p-title {
    border-left:5px solid #2070B5;
    padding:.25rem .5rem;
    font-weight: normal;
    font-size: .875rem;
}
.p-scope-delivery__cart-v2 .p-period:before {
  content:"●";
  color: orange;
  opacity:.5;
}
.p-scope-delivery__cart-v2 .p-period:after {
  content:"：";
}





/* （cart_confirm）特定商取引法の改定に伴う追加案内 */
.p-scope_order__guide .p-wrap__guide{
  background-color: #FFFBE5;
  text-align:left;
  padding:1rem;
  margin:0 0 .5rem;
  border: 1px solid #FFD400;
  border-radius: .5rem;
}
.p-scope_order__guide .p-title--md,
.p-scope_order__guide strong{
  font-size:.875rem;
}
.p-scope_order__guide .p-wrap__guide,
.p-scope_order__guide .p-wrap__guide li{
  line-height:1.375;
}
.p-scope_order__guide .p-title--md{
  border-left: 5px solid #ffca00;
  padding:.125rem .75rem;
  margin:0 0 .5rem
}
.p-scope_order__guide .p-title--sm{
  font-weight:bold;
  padding:0;
  margin:1rem 0 .5rem;
}
.p-scope_order__guide strong{
  color: OrangeRed;
  display:block;
  margin: 1rem 0;
}
.p-scope_order__guide .p-wrap__guide .p-list{
  padding:0 0 0 1.25rem;
  margin:.5rem 0;
}
.p-scope_order__guide .p-wrap__guide .p-list li{
  list-style: disc;
  margin:0 0 .25rem;
}
.p-scope_order__guide .p-wrap__guide .p-list__supplement{
  text-indent: -1rem;
  padding:0 0 0 1rem;
}
.p-scope_order__guide .p-wrap__guide .p-list__supplement li:before{
  content:'※';
  margin:0 .25rem 0 0;
}
/* /（cart_confirm）特定商取引法の改定に伴う追加案内 */



/* calendar - カレンダー
-------------------------------------------------------------*/
#calendar{zoom:1; width:210px; margin-bottom:10px; padding:10px 0 5px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC; background:url("../images/sidebar_middle_bg.gif") repeat-y;}
#calendar span.day_color1{color:#FF7F7E;}
#side_calendar{width:200px; overflow:hidden; margin:0 5px; font-size:11px;}
.ui-widget-content{border:1px solid #FFF;}
.ui-datepicker-title{font-size:12px;}
.ui-widget-header{width:196px; border-top:none; border-left:none; border-right:none; border-bottom:solid 1px #CCC; border-radius:0; background:none;}
.ui-datepicker table{width:196px;}
.ui-datepicker th,.ui-datepicker td{width:10px !important; margin:0; padding:2px; border:none;}
.ui-datepicker th a,.ui-datepicker td a{padding:2px; border:none !important;}
.ui-datepicker-week-end{color:#C00;}
.ui-datepicker .day_color1 .ui-state-default{background-image:none; background-color:#FFDDDD; color:#C00;}
.ui-datepicker .day_color2 .ui-state-default{background-image:none; background-color:#D7FFED;}
.ui-datepicker .day_color3 .ui-state-default{background-image:none; background-color:#DDF;}
.ui-datepicker .day_color4 .ui-state-default{background-image:none; background-color:#FFD;}
.ui-datepicker .day_color5 .ui-state-default{background-image:none; background-color:#E7FFFF;}
.ui-datepicker .day_color6 .ui-state-default{background-image:none; background-color:#F0D6FF;}


/* =================================================================
12.レビュー
使用ファイル：item_detail.xhtml, member_review.xhtml
=================================================================*/
#review{margin-bottom:40px;}
#review p{margin:0 10px;}
#review p.item_name{font-size:95%; font-weight:bold;}
/* #review h3{float:left; margin:0 10px; font-size:80%;} */
#review .box{zoom:1; margin:10px 0 5px; padding:10px; border:#CCC 1px solid;}
#review .box h3{float:none; font-size:90%;}
#review .box p{margin:0;}
#review .box p.name{padding:5px 0; margin-bottom:10px; border-bottom:1px dashed #CCC; color:#666; font-size:75%;}
#review p.goodButton{margin-bottom:5px; color:#666; font-size:75%;}
#review p.goodButton input{margin-left:5px;}
#review p.goodNumber{margin-bottom:20px; color:#666; font-size:75%;}
#review p.more{margin-bottom:20px; font-size:75%; text-align:right;}
#review p.pageguide{margin:10px; float: none;}
#review p.pagelink{text-align:center; margin-bottom:20px;}
#review ul.star{float:left; margin-right:10px;}
#review ul.star li{display:block; float:left; width:15px; height:15px; text-indent:-9999px;}
#review ul.star li.good{background:url("../images/review_good.gif") no-repeat;}
#review ul.star li.bad{background:url("../images/review_bad.gif") no-repeat;}
#review .contribution{zoom:1; margin-top:10px; padding:10px 10px 0 10px;}
#review .contribution table{margin:0; border:none;}
#review .contribution th{width:80px; padding:5px 10px; border:none; background:none; font-weight:normal; text-align:left;}
#review .contribution td{padding:5px 10px; border:none;}
#review .contribution h3{float:none; margin-bottom:10px; padding:3px 5px; border-right:1px solid #EEE; border-bottom:1px solid #DDD; border-left:5px solid #960; background:#F5F5F5; font-size:95%;}

/* 
フォーム部品 追加対応（24.03.07 アイル）
----------------------------------------------- */
.p-form {
  width: 100%;
}
.p-form__table {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.p-form__table > tbody {
  display: block;
}
.p-form__table--bg-white {
  border: 1px solid #dfdfdf;
  background: #fff;
}
.p-form__table--bg-white .p-form__row {
  border: none;
}
.p-form__row {
  border-top: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 1rem 0;
}
.p-form__row--payment {
  padding: 20px 20px 20px 10px;
}
.p-form__table > .p-form__row:first-child, .p-form__table > tbody:first-child > .p-form__row:first-child {
  margin-top: 0;
}
.p-form__label {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 120px;
  padding: 0 10px;
  justify-content: space-between;
}
.p-form__value {
  flex: 1;
  margin-top: 0;
  text-align: left;
}
.p-form--border-none .p-form__table {
  border-bottom: none;
}
.p-form--border-none .p-form__row {
  border-top: none;
  padding: 0;
}
.p-form--border-none .p-form__row:last-child {
  padding: 0;
  border-bottom: none;
}
.p-form--login {
  padding-top: calc(20 / 375 * 100vw);
}
.p-form__note > span {
  color: #ba0c0c;
}

.p-form__row--1column {
  display: block;
  min-height: 0;
}
.p-form__label--vtop {
  align-self: start;
  margin-top: 10px;
}
.p-form__label--fz-large {
  font-size: 1.2rem;
}
.p-form__row--1column > .p-form__label {
  width: 100%;
}
.p-form__row--1column > .p-form__value {
  margin-top: 10px;
  margin-left: 0;
}

.p-form input[type=text],
.p-form input[type=password],
.p-form textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 10px;
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
}
.p-form input[type=text],
.p-form input[type=password] {
  height: 40px;
}
.p-form input[type=file]{
  width: 100%;
}
.p-form textarea {
  padding: 10px;
}
.p-form--password input[type=text],
.p-form--password input[type=password],
.p-form--password textarea {
  border: 1px solid #dfdfdf;
}
.p-form input[type=text]#NICKNAME {
  max-width: 300px;
}
.p-form__note {
  margin-top: 5px;
}
.p-form__value--point {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.p-form__value--point input[type=text] {
  width: 200px;
}
.p-form__value--point > span {
  font-weight: 700;
  color: #777;
}
/**
/* 商品詳細レビュー
/*------------------------------------*/
.p-review * {
  box-sizing: border-box;
}
.p-review{
  margin: 2rem 0 1rem;
}
.p-review .p-title--lg{
  background-color: #1C6EA9;
  padding:0.75rem;
  margin:0 0 1rem;
  color:white;
}
.p-review__average {
  margin-top: 30px;
  text-align: center;
}
.p-review__average-star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.p-review__average-star > img {
  width: 16px;
}
.p-review__average-text {
  text-align: center;
  margin-top: 10px;
}
.p-review__more {
  width: 180px;
  margin: 30px auto 0;
  line-height: 1;
}
.p-review__more--none {
  margin: 30px auto 0;
}
.p-review__more > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #07c;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  margin: 0;
  border-radius: 4px;
  font-size: 1.0rem;
}
.p-review__posts {
  margin-top: 15px;
}
.p-review__posts--mypage, .p-review__posts--list {
  margin-top: 30px;
}
.p-review__post {
  padding: 30px 0 20px;
  border-bottom: 1px solid #dfdfdf;
}
.p-review__post:nth-child(1) {
  border-top: 1px solid #dfdfdf;
}
.p-review__post--mypage:nth-child(1) {
  padding-top: 0;
  border-top: none;
}
.p-review__header--mypage {
  margin-top: 30px;
}
.p-review__stars {
  position: relative;
  display: flex;
  gap: 0 4px;
}
.p-review__star > img {
  width: 16px;
  vertical-align: baseline;
}
.p-review__post-title {
  flex: 1;
  margin-top: 0;
  font-weight: bold;
  text-align: left;
}
.p-review__post-meta {
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}
.p-review__user,
.p-review__date{
  margin-bottom: 0;
}
.p-review__content {
  margin-top: 20px;
}
.p-review__name {
  padding: 15px 20px;
  background: #f5f5f5;
  font-weight: 700;
  color: #777;
}
.p-review__post--mypage:not(:first-child) {
  padding-top: 50px;
}
.p-review__header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-review__evaluation{
  display: flex;
  align-items: center;
}
.p-review-form {
  max-width: 1000px;
  margin: 30px auto;
  padding: 1rem;
  background: #f5f5f5;
}
.p-review-form__message {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.p-review-form img{
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 500px;
}
.p-review-form__button-area {
  width: 225px;
  margin: 1rem auto 0;
}
.p-review-form__button-area .c-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #07c;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  margin: 0;
  border: 0;
  border-radius: 4px;
  font-size: 1.0rem;
}
.p-review-form #error{
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.review-image-box{
  margin: 20px 0 10px;
}
.review-image img{
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 500px;
}
.u-align_center{
  text-align: center!important;
}
.p-item_review__more{
  margin-top: 20px;
  text-align: center;
}

/**
/* メンバーレビュー
/*------------------------------------*/
.p-member-review * {
  box-sizing: border-box;
}
.p-member-review .pageguide{
  float: none;
}
.p-member-review .item_name{
  font-weight: bold;
}
.p-member-review .p-review__post-meta{
  display: block;
}
.p-member-review .p-review-form__image-change{
  line-height: 1.8;
}
.p-member-review .p-review-form__button-area{
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-member-review .p-review-form__button-area .c-button{
  max-width: 225px;
  margin: 0 5px 10px;
  cursor: pointer;
}
.p-member-review .p-review-form__button-area .c-button--gray{
  background-color: #666;
}
.p-member-review .review-edit-link{
    color: #FFF;
    background-color: #333;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
/* 
フォーム部品 追加対応（24.03.07 アイル）ここまで
----------------------------------------------- */

/*
レビュー関連の追記（コハラ）
----------------------------------------------- */
/* 商品一覧ページ用の平均レビュー */
.p-scope-review__average-star--list{
  margin: 1rem 0;
  font-size:.875rem;
}
.p-scope-review__average-star--list .p-list{
  display: flex;
}
.p-scope-review__average-star--list .p-list li {
  display: flex;
  align-items: center;
}
.p-scope-review__average-star--list span,
.p-scope-review__average-star--list img {
  height:16px;
}
.p-scope-review__average-star--list span {
  display:flex;
  align-items: center;
}
.p-scope-review__average-star--list a {
  text-decoration:none;
}
.p-scope-review__average-star--list .p-list .p-score {
  margin:0 0 0 .5rem;
}
/* 商品レビューの一覧ページ */
.p-scope-review__all a{
  text-decoration:none;
}
.p-scope-review__all .p-title--lg{
  text-align:left;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  padding:0;
  font-weight: bold;
}
.p-scope-review__all .p-title--md{
  font-size: 1rem;
  line-height: 1.5;
}
.p-scope-review__all .p-wrap-target-item{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin:0 0 1rem;
}
.p-scope-review__all .p-target-name{
  padding: 0 0 0 1rem;
}
.p-scope-review__all .p-target-img{
  width: 20%;
}
.p-scope-review__all .p-wrap-page-count p{
  text-align:center;
}
.p-scope-review__all .review-image-box{
  display: inline-block;
  border: 1px solid #ccc;
  padding: .5rem;
  box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, .1);
  margin: 1rem 0 2rem;
}
.p-scope-review__all .p-wrap-pager{
  font-size: 1rem;
  margin:2rem 0;
  color:#aaa;
}
.p-scope-review__all .p-wrap-pager span{
  margin: 0 1rem;
}



/* =================================================================
13.購入履歴
使用ファイル：member_history.xhtml
=================================================================*/
#history h3{display:block; margin:40px 30px 0 20px; padding-left:55px;}
#history h3.preparing{background:url("../images/history_preparing.gif") no-repeat;}
#history h3.delivered{background:url("../images/history_delivered.gif") no-repeat;}
#history h3.canceled{background:url("../images/history_canceled.gif") no-repeat;}
#history h3.yoyaku{background:url("../images/history_yoyaku.gif") no-repeat;}
#history .price{color:#C00; text-align:right;}
#history .cart{width:230px; text-align:center;}
#history .code{width:80px;}
#history .amount{width:30px; text-align:center;}
#history .status{float:right;}
#history .property{display:block; color:#AAA; font-size:90%;}

/* マイページのメニュー */
.p-scope-nav__mypage a{
  box-sizing:border-box;
  display: block;
  text-decoration: none;
  background-color: rgb(0 85 254 / 0.05);
  border:1px solid rgb(0 85 254 / 0.5);
  border-radius: .25rem;
  background-color:#;
  text-align:center;
  width:100%;
  padding:1rem;
}
.p-scope-nav__mypage .p-list{
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  column-gap: 1rem;
}
.p-scope-nav__mypage .p-nav__withdrawal a{
  color: rgb(255 0 0 / 1);
  border:1px solid rgb(255 0 0 / 0.5);
  background-color: rgb(255 0 0 / 0.1);
}

/* 購入履歴 */
.p-wrap__history{
  width:730px;
}
.p-wrap__history ul{
  margin: 0;
  padding: 0;
}
.p-wrap__history li{
  width:100%;
  margin:0 0 1rem;
}
.p-wrap__history .p-order{
  background-color:#666;
  color:#fff;
  padding:1rem;
}
.p-wrap__history .p-order dt,
.p-wrap__history .p-order dd{
  float:left;
}
.p-wrap__history .p-order dd{
  margin:0 2rem 0 0;
}
.p-wrap__history .p-item{
  width:100%;
  border:1px solid #EEE;
  clear:both;
}
.p-wrap__history .p-item th{
  background-color: #eee;
  padding:.5rem 1rem;
  color: #666;
  text-align: center;
}
.p-wrap__history .p-caption__volume{
  width:20%;
}
.p-wrap__history .p-item td{
  padding:.5rem 1rem;
  line-height: 1.3;
}
.p-wrap__history .p-item__volume,
.p-wrap__history .p-item__subtotal{
  white-space: nowrap;
}
.p-wrap__history .p-item__volume{
  text-align: center;
}
.p-wrap__history .p-item__subtotal{
  text-align: right;
}
.p-wrap__history .p-item__sum-subtotal td,
.p-wrap__history .p-item__tax td,
.p-wrap__history .p-item__soryo td,
.p-wrap__history .p-item__daibiki td,
.p-wrap__history .p-item__coupon td,
.p-wrap__history .p-item__bundle td,
.p-wrap__history .p-item__seikyu td {
  text-align: right;
  padding:.25rem 1rem;
}
.p-wrap__history .p-item__sum-subtotal{
  border-top: 1px solid #eee;
}


/* itemListCategory - カテゴリ
-------------------------------------------------------------*/
#itemListCategory{margin-bottom:20px;}
#itemListCategory ul{display:block; zoom:1; width:738px; border:#CCC 1px solid; background:#F5F5F5;}
#itemListCategory ul:after{content:"."; display:block; visibility:hidden; height:0.1px; font-size:0.1em; line-height:0; clear:both;}/* clearfix */
#itemListCategory li{
  display:inline;
  float:left;
  line-height:1.4;
  width: 50%; /* width: 33.33%; */
  overflow: hidden;
}
#itemListCategory .select{background:url("../images/marker_on.gif") 7px 10px no-repeat #0099CC; color:#FFF; text-decoration:none;}
#itemListCategory li a{display:block; padding:5px; background:url("../images/marker.gif") 7px 10px no-repeat; color:#333;text-decoration:none; text-indent:15px; white-space:nowrap;}
#itemListCategory li a:link{display:block;}
#itemListCategory li a:hover{background:url("../images/marker.gif") 7px 10px no-repeat #0099CC; color:#FFF; text-decoration:underline;}
#itemListCategory #sub ul{display:block; width:738px; border:#CCC 1px solid; border-top:none; background:#FFF;}
#itemListCategory #sub ul:after{content:"."; display:block; visibility:hidden; height:0.1px; font-size:0.1em; line-height:0; clear:both;}/* clearfix */
#itemListCategory #sub li{display:inline; float:left;}
#itemListCategory #sub .select{background:url("../images/marker_on.gif") 7px 10px no-repeat #0099CC; color:#FFF; text-decoration:none;}
#itemListCategory #sub li a{display:block; padding:5px; background:url("../images/marker.gif") 7px 10px no-repeat; color:#333; text-decoration:none; text-indent:15px;}
#itemListCategory #sub li a:link{display:block;}
#itemListCategory #sub li a:hover{background:url("../images/marker.gif") 7px 10px no-repeat #0099CC; color:#FFF; text-decoration:underline;}

/* カテゴリ一覧_v2
-------------------------------------------------------------*/
/* category info */
.p-scope-category__info{
  text-align:left;
  margin:0 0 1rem;
}
.p-scope-category__info .p-content{
  line-height:1.5;
}
.p-scope-category__info .p-title{
  font-size: 1.75rem;
  color:white;
  background: linear-gradient(#003F9E,#0F5CB2);
  padding: 1rem;
  line-height: 1.25;
  border-radius:4px;
  margin:0 0 1rem
}
.p-scope-category__info .p-title span{
  display:block;
  font-size:1rem;
}

/* 画像＋リスト */
.p-scope-category__info .p-wrap-info{
  display: flex;
  align-items: flex-start;
  margin:0 0 1rem;
}
/* 画像 */
.p-scope-category__info .p-img{
  max-width: 240px;
  height: 135px;
  overflow:hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:.25rem;
  margin:0 1rem 0 0;
}
.p-scope-category__info .p-img img{
  display:block;
}
/* リスト */
.p-scope-category__info .p-list li{
  text-indent: -1em;
  padding:0 0 .5rem .75rem;
  line-height: 1.5;
}
.p-scope-category__info .p-list li:before{
  content:"●";
  color:#ccc;
}
/* テーブル用 */
.p-scope-category__info table{
  width: 100%;
  font-size: .8125rem;
}
.p-scope-category__info table thead{
  text-align: center;
  background-color: #eee;
}
.p-scope-category__info table th,
.p-scope-category__info table td{
  border: 1px solid #ccc;
  padding: .25rem .5rem;
  line-height: 1.5;
}
.p-scope-category__info table th{
  width: 25%;
}
.p-scope-category__info table td{
  width: 75%;
}

/* category info > タイヤメーカーから探す */
.p-scope-category__info .p-list__tire-maker{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:1rem 0 0;
}
.p-scope-category__info .p-list__tire-maker li{
  width: calc(100% / 5);
  box-sizing: border-box;
  padding: 0 .75rem;
  margin: 0 0 .75rem;
}
.p-scope-category__info .p-list__tire-maker li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height:2rem;
}
.p-scope-category__info .p-list__tire-maker .p-kleber img,
.p-scope-category__info .p-list__tire-maker .p-pirelli img{
  width: 75%;
}
.p-scope-category__info .p-list__tire-maker .p-txt a{
  color:#333;
  text-decoration:none;
  border:1px solid #ccc;
  border-radius:.25rem;
  line-height:1;
}
.p-scope-category__info .p-list__tire-maker .p-txt a:hover{
  opacity: .7;
}

/* category info > 車メーカーから探す */
.p-scope-category__info .p-list__car{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-scope-category__info .p-list__car li{
  width: calc(100% / 9);
  padding: 0 .5rem;
  box-sizing:border-box;
}
.p-scope-category__info .p-list__car li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height:4rem;
}
.p-scope-category__info .p-list__car .p-alfaromeo img,
.p-scope-category__info .p-list__car .p-bmw-alpina img,
.p-scope-category__info .p-list__car .p-gm img,
.p-scope-category__info .p-list__car .p-gtr img,
.p-scope-category__info .p-list__car .p-lotus img,
.p-scope-category__info .p-list__car .p-volvo img{
  width: 70%;
}

/* category info > カテゴリ用バナー */
.p-scope-category__info .p-list__banner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* category link */
.p-scope-category__link {
  padding: .75rem 0;
  text-align: left;
  border-left: 4px solid #09c;
  padding: .5rem;
  margin: 0 0 .5rem;
}
/* item list title */
.p-scope-category__list-title .p-title{
  color:white;
  background: linear-gradient(#003F9E,#0F5CB2);
  font-size:1.25rem;
  padding:1rem;
  text-align:left;
  border-radius:4px;
}


/* itemListDetail - 商品詳細一覧・プレゼント一覧
-------------------------------------------------------------*/
#itemListDetail{margin-bottom:20px;}
#itemListDetail .box{zoom:1; margin-top:10px; border:#CCC 1px solid;}
#itemListDetail .box:hover{border:#8CC329 1px solid;}
#itemListDetail .box:after{content:"."; display:block; visibility:hidden; height:0.1px; font-size:13px; line-height:0; clear:both;}/* clearfix */
#itemListDetail .img{float:left; width:120px; height:120px; margin:10px;}
#itemListDetail .text{margin-left:140px;}
#itemListDetail h3{display:block; margin:10px 10px 0 0; font-size:13px;}
#itemListDetail .appeal{display:block; margin:0; color:#F60; font-size:13px;}
#itemListDetail .price{display:block; margin:0; color:#C00;}
#itemListDetail .price .teika{font-weight:bold; font-size:13px;}
#itemListDetail .price .other{font-size:13px;}
#itemListDetail .explanation1{display:block; margin:5px 10px 0 0; padding:5px 0; border-top:#CCC 1px solid; font-size:13px; line-height:120%;}
#itemListDetail .button{display:block; margin:5px 10px 5px 0; padding-top:10px; border-top:#CCC 1px solid; text-align:right;}
#itemListDetail .property{display:inline; margin:0; color:#AAA; font-size:13px;}

/* =================================================================
15.エラーページ
使用ファイル：common/messages.xhtml
=================================================================*/
#error{width:100%; padding-bottom:20px;}
#error table{margin:10px; border:none !important;}
#error td{padding:10px; border:none !important;}
#error .ico{width:40px; vertical-align:top; text-align:center;}
#error .content{padding:5px; color:#C00; font-weight:bold; vertical-align:middle; line-height:150%; text-align: left;}
#error .buttonarea{margin:10px; padding-top:10px; border-top:#CCC 1px dashed; text-align:center;}
#error ul{background:none;}
#error .content li{
  display: block;
}

/* =================================================================
16.サイトマップ
使用ファイル：ext/sitemap.xhtml
=================================================================*/
.p-sitemap .p-wrap{
	margin: 0 0 2rem;
}
.p-sitemap h3{
	margin: 0 0 .5rem;
}
.p-sitemap li{
	display:inline-block;
	width:30%;
	padding:.5rem;
}


/* その他 */

/* margin */
.mgn0  { margin:0 !important;}

/* margin-bottom */
.mb0  { margin-bottom:0 !important; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }

/* margin-left */
.ml20 { margin-left:20px; }

/* margin-top */
.mt0  { margin-top:0 !important; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }

img.must {
	line-height: 1.4;
	margin-right: 0;
	/margin-top: -16px;
	vertical-align: top;
	float: right;
}

.bold_orange {
	font-weight:bold;
	color:#FF6600;
}

.center {
	text-align: center;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: #E60000;
}
.bold {
	font-weight: bold;
}
.large {
	font-size: 16px;
}

.middle-1 {
 	font-size: 14px;
}
.middle-2 {
 	font-size: 13px;
}
.middle-3 {
 	font-size: 12px;
}

.small{
 	font-size: 11px;
}

.small-2{
 	font-size: 85%;
}

.itemDetailPrice {
	font-size: 20px;
	font-weight: 600;
	color: #E60000;
}

.u-hidden {display: none;}
.u-block {display: block;}
.u-inline {display: inline;}
.u-inline-block {display: inline-block;}


/* =================================================================
メーカー別タイヤ製品一覧：ext/tirect.xhtml
=================================================================*/
/* reset */
.p-wrap__tire-maker .h3_02 {
	margin: 16px 0 8px !important;
}
.p-wrap__tire-maker p{
	padding: 0;
}
/* style */
.p-wrap__tire-maker{
	margin: 16px 0 0;
}
.p-wrap__tire-maker .p-tire-maker{
	margin: 0 0 32px;
}
.p-wrap__tire-maker .p-logo__tire-maker{
	margin: 0 0 16px;
	text-align: center;
}
.p-wrap__tire-maker .p-product{
	background-color: #eee;
	position: relative;
	text-align: left;
	min-height: 104px;
	overflow: hidden;
	margin: 0 0 1px;
	padding: 16px 16px 0 136px;
}
.p-wrap__tire-maker .p-product a{
	text-decoration: none;
	display: inline-block;
}
.p-wrap__tire-maker .p-product img{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}
.p-wrap__tire-maker .p-product h4,
.p-wrap__tire-maker .p-product .p-reading{
	font-weight: bold;
}
.p-wrap__tire-maker .p-product h4{
	font-size: 18px;
	line-height: 1;
}
.p-wrap__tire-maker .p-product .p-reading{
	font-size: 11px;
}
.p-wrap__tire-maker .p-product .p-description{
	font-size: 12px;
}
.p-wrap__tire-maker .p-btn{
	background-color: #eee;
}
.p-wrap__tire-maker .p-btn a{
	display: block;
	padding: 1rem;
	text-decoration: none;
}

/* 記事全体 */
.p-wrap-article{
  text-align: left;
  font-size: .9375rem;
}
.p-wrap-article .p-section{
  margin: 0 0 3rem 0;
}
.p-wrap-article .p-title--lg{
  font-size: 2rem;
  margin: 2rem 0;
  font-weight: bold;
}
.p-wrap-article .p-title--md,
.p-wrap-article .p-txt,
.p-wrap-article .p-img,
.p-wrap-article .p-img--left,
.p-wrap-article .p-caption,
.p-wrap-article .p-table{
  margin: 0 0 1rem 0;
}
.p-wrap-article .p-title--md{
  font-size: 1.25rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border-left: 5px solid #116caf;
  font-weight: bold;
}
.p-wrap-article .p-title--sm{
  font-weight: bold;
  font-size: 1.125rem;
  border-left: 5px solid #ccc;
  padding: .5rem 0 .5rem 1rem;
  margin: 1rem 0;
}
.p-wrap-article .p-title--xs{
  font-size: 1rem;
  margin: 1.5rem 0 .5rem;
  font-weight: bold;
}
.p-wrap-article .p-title--xxs{
  font-size: 1rem;
  margin: 1rem 0 .5rem;
  font-weight: bold;
}
.p-wrap-article .p-txt{
  line-height: 1.7;
}
/* カラー */
.p-wrap-article .p-color--danger{
  color:red;
}
/* 区切り線 */
.p-wrap-article .p-hr {
  height: 0;
  margin: 2rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #eee;
}
/* 画像 */
.p-wrap-article .p-img {
  text-align: center;
}
.p-wrap-article .p-img--left {
  text-align: left;
}

/* ページ内リンク */
.p-wrap-article .p-box__index{
  padding: 0 1rem 1rem;
}
.p-wrap-article .p-index__title{
  font-size: 1rem;
  font-weight: normal;
}
.p-wrap-article .p-index__list li{
  list-style-type: decimal;
  margin: 0 0 1rem 1.5rem;
}
/* キャプション */
.p-wrap-article .p-caption{
  font-size: .875rem;
  line-height: 1.5;
  padding-left:1em;
  text-indent:-1.1em;
}
.p-wrap-article .p-caption li:before{
  content:"※";
  /*color: #116caf;*/
  /*font-weight: bold;*/
  padding: 0 .125rem 0 0;
}
.p-wrap-article .p-caption li{
  margin: 0 0 .25rem 0;
}
/* 2カラム表示 */
.p-wrap-article .p-box__row{
  display: flex;
}
.p-wrap-article .p-box__col{
  flex:1;
}
.p-wrap-article .p-box__col--side{
  flex:.65;
  padding: 0 0 0 1.5rem;
}
/* リスト表示 */
.p-wrap-article .p-list{
  padding: 0 0 0 1.25rem;
  margin: 1rem 0;
  line-height: 1.5;
}
.p-wrap-article .p-list li{
  margin: 0 0 .5rem 0;
  list-style-type: disc;
}
.p-wrap-article ol.p-list li{
  list-style-type: decimal;
}
/* テーブル */
.p-wrap-article .p-table{
  width: 100%;
  font-size: .875rem;
}
.p-wrap-article .p-table caption{
  padding: .5rem;
  background-color: #999;
  color: white;
}
.p-wrap-article .p-table th,
.p-wrap-article .p-table td{
  border: 1px solid #ccc;
  padding: 1rem;
  line-height: 1.7;
}
.p-wrap-article .p-table th{
  background-color: #eee;
  font-weight: bold;
}
.p-wrap-article .p-table.p-th20 th{
  width: 20%;
}
.p-wrap-article .p-table.p-th25 th{
  width: 25%;
}
.p-wrap-article .p-table.p-th30 th{
  width: 30%;
}
.p-wrap-article .p-table.p-th50 th{
  width: 50%;
}


/* テーブル（ロードインデックス専用） */
.p-wrap-article .p-table__load-index{
  display:flex;
  justify-content: space-around;
}
.p-wrap-article .p-table__load-index .p-table{
  width: calc((740px / 4) - .5rem);
}
.p-wrap-article .p-table__load-index .p-table th{
  text-align: center;
  padding: .5rem 1rem;
}
.p-wrap-article .p-table__load-index .p-table td{
    text-align: right;
    padding: .5rem 1rem;
}

/* FAQ 専用 */
.p-wrap-article .p-list-faq>li{
  margin:0 0 1rem 0;
  border-bottom:1px solid #eee;
}
.p-wrap-article .p-list-faq li:last-child{
  margin:0;
  border-bottom: none;
}
.p-wrap-article .p-box__question,
.p-wrap-article .p-box__answer{
  position:relative;
  padding:.25rem 0 .25rem 2.75rem;
}
.p-wrap-article .p-box__question:before,
.p-wrap-article .p-box__answer:before{
  color: white;
  padding:.5rem .6rem;
  line-height:1;
  border-radius:3px;
  display:inline-block;
  margin:0 .5rem 0 0;
  font-weight: bold;
  position:absolute;
  left:0;
  top:0;
}
.p-wrap-article .p-box__question:before{
  content: "Q";
  background-color: #116caf;
}
.p-wrap-article .p-box__answer:before{
  content: "A";
  background-color: #F24249;
}
.p-wrap-article .p-title--faq{
  font-size: 1rem;
  line-height: 1.5;
}



/* =================================================================
クーポン情報
=================================================================*/
/* クーポンラジオボタン制御に使用 */
.couponHide{display: none;}


/* クーポンのヘッダー通知 */
.p-scope-coupon__notice{
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.p-scope-coupon__notice li{
  background: linear-gradient(135deg, #0031ff, #ff09cc);
  background-size: 100% 100%;
  border-radius:3px;
  width: 100%;
}
.p-scope-coupon__notice.p-col2 li{
  width: 50%;
}

.p-scope-coupon__notice li:hover{
	opacity:.75;
	transition: all .3s;
}
.p-scope-coupon__notice li:nth-child(odd){
  margin: .5rem .25rem 0 0;
}
.p-scope-coupon__notice li:nth-child(even){
  margin: .5rem 0 0 .25rem;
}
.p-scope-coupon__notice a{
  padding: .5rem 0;
  color: white;
  text-decoration:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-scope-coupon__notice .p-icon{
  width:48px;
  height:34px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/smartphone/images/coupon/icon_coupon_w200_19052401.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0 center;
  opacity:.5;
}
.p-scope-coupon__notice .p-strong{
  font-size:1.25rem;
  margin:0 .5rem 0 0;
}
.p-scope-coupon__notice .p-strong,
.p-scope-coupon__notice .p-txt{
	  font-weight:bold;
}
.p-scope-coupon__notice .p-txt:before{
	content:"\03e";
	margin: 0 .25rem 0 1rem;
}

/* クーポン選択（cart_seisan） */
.p-scope-coupon__select th{
  /* background-color: #EAFFEA; */
  background: linear-gradient(135deg, #0031ff, #ff09cc);
  background-size: 100% 100%;
  color:white;
}
.p-scope-coupon__select .p-list li{
  margin: 0 0 .5rem 0;
}
.p-scope-coupon__select .p-list li:last-child{
  margin: 0;
}

/* クーポン詳細（coupon_detail） */
.p-scope-coupon__detail{
  max-width: 640px;
  margin: 0 auto;
}
.p-scope-coupon__detail .p-notice__invalid p,
.p-scope-coupon__detail .p-notice__valid p{
  text-align:center;
  padding:1rem;
  margin: 1rem 0;
  border-radius:3px;
  font-weight: bold;
  font-size: .875rem;
}
.p-scope-coupon__detail .p-notice__invalid p{
  color:#721c24;
  background-color:#f8d7da;
}
.p-scope-coupon__detail .p-notice__valid p{
  color:#155724;
  background-color:#d4edda;
}
.p-scope-coupon__detail .p-outline > li{
  padding: 1.5rem .5rem .5rem;
  border-bottom:1px solid #eee;
}
.p-scope-coupon__detail .p-title{
  color: #8413E5;
  font-weight: bold;
  margin: 0 0 .5rem;
  font-size: 1rem;
}
.p-scope-coupon__detail .p-txt{
  font-size:.875rem;
  line-height:1.75;
}
.p-scope-coupon__detail strong{
  color: red;
  font-weight: normal;
}
.p-scope-coupon__detail .p-img--pc,
.p-scope-coupon__detail .p-img--sp {
  max-width:600px;
  margin: 0 auto 1rem;
}
.p-scope-coupon__detail .p-img--pc {
  display: none;
}
.p-scope-coupon__detail .p-btn{
  text-align: center;
  margin: 1rem auto;
}
.p-scope-coupon__detail .p-btn a{
  background-color: #8413E5;
  padding:1rem;
  border-radius:3px;
  color: #fff;
  display: inline-block;
  text-decoration:none;
}
.p-scope-coupon__detail .p-btn a:hover{
  opacity: .5;
}

@media screen and (min-width:480px) {
  .p-scope-coupon__detail .p-img--pc {
    display: block;
  }
  .p-scope-coupon__detail .p-img--sp {
    display: none;
  }
}


/* =================================================================
動画の埋込
=================================================================*/
.p-scope-youtube__item {
width: 100%;
aspect-ratio: 16 / 9;
margin:-1.5rem 0 2rem;
}
.p-scope-youtube__item iframe {
width: 100%;
height: 100%;
}



/* =================================================================
共通タイトル
=================================================================*/
.c-title--lg {
  text-align:left;
  font-size:1.25rem;
  border-bottom:3px solid #116caf;
  padding:0 0 .5rem;
}

/* =================================================================
共通の見出し
=================================================================*/
/* 見出し（メイン） */
.c-title__primary--lg {
  text-align:left;
  font-size:1.25rem;
  border-bottom:3px solid #116caf;
  padding:0 0 .5rem;
}
.c-title__primary--md {
  text-align:left;
  font-size:1rem;
  border-bottom:3px solid #116caf;
  padding:0 0 .5rem;
}
.c-title__primary--sm {
  text-align:left;
  font-size:.875rem;
  border-bottom:3px solid #116caf;
  padding:0 0 .5rem;
}
/* 見出し（サブ） */
.c-title__second--lg {
  text-align:left;
  font-size:1.25rem;
  border-bottom:1px solid #ccc;
  padding:0 0 .5rem;
}
.c-title__second--md {
  text-align:left;
  font-size:1rem;
  border-bottom:1px solid #ccc;
  padding:0 0 .5rem;
}
.c-title__second--sm {
  text-align:left;
  font-size:.875rem;
  border-bottom:1px solid #ccc;
  padding:0 0 .5rem;
}


/* =================================================================
共通ボタン
=================================================================*/
.p-scope-buttons{
  display:flex;
  justify-content: center;
}
.p-scope-buttons .p-btn{
  display:inline-block;
  padding:1rem;
  margin:0 .5rem;
  text-decoration:none;
  border-radius:3px;
  transition: all  0.3s ease;
}
.p-scope-buttons .p-btn:hover{
  cursor : pointer;
  opacity:.7;
}
.p-scope-buttons .p-btn__primary{
  background-color: #116caf;
  color:white;
  border: none;
}
.p-scope-buttons .p-btn__secondary{
  background-color: #6c757d;
  color:white;
  border: none;
}
.p-scope-buttons .p-btn__danger{
  background-color: #bd2130;
  color:white;
  border: none;
}
.p-scope-buttons .p-btn--xlg{
  font-size: 1.125rem;
  line-height: 1.25;
}
.p-scope-buttons .p-btn--lg{
  font-size: 1rem;
  line-height: 1.25;
}
.p-scope-buttons .p-btn--md{
  font-size: .875rem;
  line-height: 1.25;
}


/* =================================================================
共通カラム表示
=================================================================*/
/* タイヤメーカーから探す */
.p-scope-column .p-list{
  display:flex;
  flex-wrap: wrap;
}
.p-scope-column .p-item{
  box-sizing:border-box;
  position:relative;
  border: 1px solid #ccc;
  margin: 0 -1px -1px 0;
  transition: all  0.3s ease;
}
.p-scope-column .p-item:hover{
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.p-scope-column .p-item__maker{
  width: calc(100%/3);
  height:100px;
}
.p-scope-column .p-item__car{
  width: calc(100%/5);
  height:100px;
}
.p-scope-column .p-item__inch{
  width: calc(100%/6);
  height:100px;
}
.p-scope-column .p-item a{
  width:100%;
  height:100%;
  display:block;
  color: #333;
}
.p-scope-column .p-logo{
  position:absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  background-size:  cover;
}
/* タイヤメーカーロゴ */
.p-scope-column .p-logo__bridgestone{
  width: 200px;
  height: 27px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 0;
}
.p-scope-column .p-logo__michelin{
  width: 200px;
  height: 39px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -50px;
}
.p-scope-column .p-logo__pirelli{
  width: 150px;
  height: 32px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -75px;
}
.p-scope-column .p-logo__continental{
  width: 200px;
  height: 37px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -150px;

}
.p-scope-column .p-logo__yokohama{
  width: 200px;
  height: 30px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -200px;
}
.p-scope-column .p-logo__dunlop{
  width: 200px;
  height: 32px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -250px;
}
.p-scope-column .p-logo__goodyear{
  width: 200px;
  height: 42px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -300px;
}
.p-scope-column .p-logo__toyo{
  width: 200px;
  height: 21px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -350px;
}
.p-scope-column .p-logo__goodrich{
  width: 200px;
  height: 32px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -400px;
}
.p-scope-column .p-logo__falken{
  width: 200px;
  height: 21px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/tire_maker/list_logo_tiremaker_v19071901.png");
  background-position: 0 -450px;
}
/* 自動車メーカーロゴ */
.p-scope-column .p-logo__audi{
  width: 110px;
  height: 40px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 0;
}
.p-scope-column .p-logo__bmw{
  width: 110px;
  height: 68px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -50px;
}
.p-scope-column .p-logo__benz{
  width: 110px;
  height: 68px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -130px;
}
.p-scope-column .p-logo__porsche{
  width: 110px;
  height: 68px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -210px;
}
.p-scope-column .p-logo__ferrari{
  width: 110px;
  height: 66px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -290px;
}
.p-scope-column .p-logo__alfa-romeo{
  width: 110px;
  height: 66px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -370px;
}
.p-scope-column .p-logo__aston-martin{
  width: 110px;
  height: 56px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -450px;
}
.p-scope-column .p-logo__bentley{
  width: 110px;
  height: 66px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -515px;
}
.p-scope-column .p-logo__gtr{
  width: 110px;
  height: 48px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -590px;
}
.p-scope-column .p-logo__jaguar{
  width: 110px;
  height: 51px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -649px;
}
.p-scope-column .p-logo__lamborghini{
  width: 110px;
  height: 68px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -709px;
}
.p-scope-column .p-logo__landrover{
  width: 110px;
  height: 60px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -793px;
}
.p-scope-column .p-logo__maserati{
  width: 110px;
  height: 50px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -872px;
}
.p-scope-column .p-logo__mclaren{
  width: 110px;
  height: 18px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -938px;
}
.p-scope-column .p-logo__volvo{
  width: 110px;
  height: 68px;
  background-image: url("https://www.tirewheel-ec.com/client_info/TIREWHEEL/view/userweb/img/car_maker/list_logo_car_19072201.png");
  background-position: 0 -969px;
}
/* インチ */
.p-scope-column .p-logo__inch{
  text-align:center;
}
.p-scope-column .p-logo__inch b{
  font-size:1.5rem;
  margin:0 0 .25rem;
  display:block;
}

/* reCAPTCHA */
#reCAPTCHA {
  text-align: center;
  margin: 20px auto;
}
.g-recaptcha > div {
  margin: 0 auto;
  width: 100% !important;
}

/* Amazon Pay V2 */
.cartIndex {
  margin: 50px 0;
}
.cartIndex p {
  text-align: center;
  line-height: 1.8;
}
.h2_04 {
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
	padding:0 0 5px 0px;
	line-height: 2.6;
  font-size: 1.125rem;
  padding:.75rem 0;
  color: #000;
  border-bottom: 2px solid #2070B2;
  font-weight: 600;
  line-height: 1.5;
}
.p-amazonpay_btn {
  margin: 0px auto 40px;
}
.p-amazonpay_btn #AmazonPayV2Button {
  width: 450px;
  margin: 20px auto;
}
.p-amazonpay_btn .login_amazonpay_btn {
  display: inline-block;
  margin: 20px auto;
  background-image: linear-gradient(180deg, rgba(100, 100, 100, 1), rgba(0, 0, 0, 1) 50%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 50px;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 1px 1px 2px #000;
  transition: 0.3s;
}
.p-amazonpay_btn .login_amazonpay_btn:hover {
  opacity: 0.6;
}
.p-login-amazonpay {
  margin: 20px 0 0;
}
.p-login-amazonpay p {
  margin-bottom: 20px;
}
.p-amazonpay_pre_login {
  width: 100%;
  text-align: center;
}
.p-amazonpay_pre_title {
	margin: 20px 0;
	text-align: center;
	font-size: 22px;
	line-height: 2.6;
  padding:.75rem 0;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}
.p-amazonpay_pre_text {
  text-align: center;
}