﻿@charset "UTF-8";

@import "imports/reset.css";
@import "imports/base.css";
@import "imports/order.css";
@import "imports/user.css";
@import "imports/hack.css";
@import "imports/parts.css";
@import "imports/general_classes.css";
@import "imports/coordinate.css";
@import "imports/silveregg_recommend.css";
@import "./responsive.css";
@import "./own.css";

/*----------------------------------------------------
	 ▼フッタ追加css
----------------------------------------------------*/
.foot_newwrapinner								{width:100%; background:linear-gradient(90deg, #f0f0f0 0%, #f0f0f0 50%, #3f3f3f 50%, #3f3f3f 100%); margin-top:3em; font-family:a-otf-midashi-go-mb31-pr6n, sans-serif;}
.foot_newwrap									{display:flex; width:100%; max-width:1080px; margin:0 auto;}
.foot_newwrap_guide								{width:640px; background:#3f3f3f; padding:0; display:flex; flex-direction:column; justify-content:space-between;}
.foot_newwrap_guide_nav							{display:flex; font-size:0.85em; gap:50px; width:100%; padding:3em 0 0 3em;}
.foot_newwrap_guide_nav ul						{display:flex; flex-direction:column; gap:2px;}
.foot_newwrap_guide_nav ul:last-child			{border-right:none; padding-right:0;}
.foot_newwrap_guide_nav ul li					{width:auto;}
.foot_newwrap_guide_nav ul li a					{color:#fff;}

.foot_newwrap_nav								{display:flex; gap:10px; flex-wrap:wrap;}
.foot_newwrap_nav ul							{display:flex; width:100%;}
.foot_newwrap_nav ul li							{width:200px; font-size:0.9em; line-height:2em;}
.foot_newwrap_nav ul li a						{color:#fff;}
.foot_newwrap_wspace							{display:flex; width:100%; background:#fff; padding:40px 0;}
.foot_newwrap_wspace_nav						{width:440px; padding:3em 0 2em; display:flex; flex-direction:column; gap:30px;  background:#f0f0f0; align-items:baseline;}
.foot_newwrap_wspace_nav_address				{line-height:1.5em; font-size:1.0em; letter-spacing:0.07em;}
.foot_newwrap_wspace_nav_logo					{width:300px; margin-bottom:10px;}
.foot_newwrap_support							{width:100%; margin:0 0 0.90em 3em; display:flex; background:#3f3f3f;}
.foot_newwrap_support ul						{display:flex; gap:10px; margin:auto;}
.foot_newwrap_support ul .montedioimg			{width:100%; max-width:400px; outline:1px solid #3f3f3f;}
.foot_newwrap_support ul .fujissl				{display:flex; gap:100px; overflow:hidden; height:99px; flex-direction:column;}
.foot_newwrap_support ul .fujissl img			{max-width:100%;}
.foot_newwrap_support ul .fujimini				{font-size:0.75em; margin:0; line-height:1.4; color:#fff;}

@media only screen and (max-width: 1024px) {
.foot_newwrapinner								{background:#3f3f3f;}
.foot_newwrap									{flex-direction:column;}
.foot_newwrap_wspace_nav						{width:100%; align-items:center; flex-direction:initial; align-items:flex-start; justify-content:center;}
.foot_newwrap_guide								{width:100%; padding:0;}
.foot_newwrap_guide_nav							{padding:3em 6em; justify-content:space-between;}
.foot_newwrap_support							{margin:0 0 3em;}
.foot_newwrap_support ul .montedioimg			{max-width:290px;}
.foot_newwrap_support ul .fujissl				{width:100px; height:60px;}
}

@media only screen and (max-width: 540px) {
.foot_newwrap_wspace_nav						{padding:3em 0 0; align-items:center; flex-direction:column; justify-content:center;}
.foot_newwrap_guide_nav							{padding:0; font-size:1.0em; gap:0; flex-direction:column;}
.foot_newwrap_guide_nav ul						{gap:0;}
.foot_newwrap_guide_nav ul li a					{position:relative; border-bottom: 1px solid #f0f0f0; display:block; padding:1em;}
.foot_newwrap_guide_nav ul li a::after			{content:""; width:8px; height:8px; border-top:solid 2px #c00; border-right:solid 2px #c00; transform:rotate(45deg); position:absolute; right:1.5em; top:calc(50% - 5px);}
.foot_newwrap_support							{margin:1em 0;}
.foot_newwrap_support ul						{flex-direction:initial; flex-wrap:wrap; padding:0 1em;}
.foot_newwrap_support ul .montedioimg			{max-width:400px;}
.foot_newwrap_support ul .fujissl				{height:60px;}
.foot_newwrap_support ul .fujimini				{font-size:0.95em;}
}

@media only screen and (max-width: 410px) {
.foot_newwrap_support ul .fujissl				{width:60px; height:40px;}
}

/*----------------------------------------------------
	 ▲追加css
----------------------------------------------------*/

::placeholder {
  color: #ccc !important;
}
a:hover{
opacity:0.6;
}
html{
overflow-x: hidden;
}

.columnRight .ttlBlock{
display:none;
}

.columnRight .ttlBlock.bl1{
display:block;
margin-top:80px;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    padding: 10px;
    margin: 5px 0;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mb_n{
margin-bottom:24px;
}
body{
font-size:16px;
line-height:1.5;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
hr {
    width: 100%;
    height: 1px;
}

.mailimg {width:35px !important;}

.BtnFlex {
    display:flex;
    gap: 10px;
    margin: 40px 0;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.btnBasic {
    width: 300px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.dark {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.wht {
    color: #222;
    border: 1px solid #222;
    background: #fff;
}
.allWrap{
padding-top:110px;
}


.menu-btn {
    display: flex;
    height: 32px;
    background: #f80;
    position: relative;
    width: 32px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-radius: 5px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
				  background-color: #fff;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
				    background-color: #fff;
    transform: rotate(-45deg);
}
.menu-content {

    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    background-color: #fff;
				box-shadow:-2px 0 12px #999 !important;
}
.menu-content ul {
 
    width: 100%;
}
.menu-content ul li {

    list-style: none;
				font-weight:500;
}
#menu-btn-check {
    display: none;
}
.menu-content ul li a {
    display: block;
    width: 100% !important;

    box-sizing: border-box;
    color:#333;
				text-align:left !important;
    text-decoration: none;

    position: relative;
}
.phoneNum a{
    width: 100% !important;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #990000;
    border-right: solid 2px #990000;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: 23px;
}
.menu-content {
padding: 70px 15px 0 15px;
    width: 320px;
    height: 100%;
    position: fixed;
				box-shadow:5px 0 10px #ccc;
    top: 0px;
    right: -450px;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

.mincho{
font-family: 'Shippori Mincho B1', serif;

}
header{
	z-index:999;
	position:fixed;
	top:0;
	width:100%;
	background:#fff;
	transition:.3s;
	border-bottom:1px solid #ccc;
}

.is-animation {padding:0; margin-top:-184px;}

.headFlex{
display: flex;
border-top: 5px solid #3f3f3f;
justify-content: space-between;
    width: 100%;
align-items: center;
border-bottom:1px solid #ccc;
padding:5px 0;
}
.headFlex .logo{
    width: 170px;
    text-align: center;
    margin: 10px 0 10px 15px;
}
.headFlex .logo img{
width:100%;
}
.headFlex .icArea {
    display: flex;
    margin-right: 10px;
	align-items: center;
	gap:0;
}
.headFlex .icArea a{
position:relative;
display:block;
width:100px;
height:75px;
margin-top: 10px;
text-align: center;
border-right: 1px solid #ccc;
padding-right:0;
}
.headFlex .icArea a span{
display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 17px;
}
.hamburger-menu{

border-radius:5px;

width:32px;
height:32px;
}
.menuname{
font-size: 10px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-top: 4px;
				
				}
.headFlex .icArea .num{
 position: absolute;
    top: -18px;
    right: 38px;
    background: #f80;
    color: #fff;
    padding: 4px;
    border-radius: 100%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    font-weight: bold;
				padding:0;
    line-height: 20px;
}
.headFlex .icArea img{
height:35px;
margin:0 auto -5px;
}
.headFlex .icArea .cartic{
position:relative;
}
.headFlex .icArea .cartimg{
right:-6px;
}
.headFlex .icArea .cartic span{
position:absolute;
top:0;
right:0;
}
.isPC{
display:block;
}
.gnav{
    text-align: center;
    background: #ffffff;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 1px 5px #eee;
				}
.gnav li{
display:inline-block;
font-weight:bold;
    padding: 20px 20px;
color:#1e1543 ;
}
.gnav li a{
color:#1e1543;
font-family: 'Roboto', sans-serif;
    font-weight: 700;

}
.listProduct{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.select_box{
text-align:right;

}
#pagination{
    clear: both;
   padding: 20px 0 20px 0;
}
#pagination.below{
    font-size: 16px;
    display: flex;
    gap: 0;
}

#pagination.below .paginationCurrent a{

font-weight:bold;
color:#990000;
}
#dvProductDetailArea{
width:1200px;
    margin: 0 auto;
    padding: 0px 12px;
}

#dvProductDetailArea h2{
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: bold;
}
.zoomContainer{
display:none;
}

.addCart strong{
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
				}

#detailTwo{
clear:both;
}
.detailBlock{
width:1000px;
margin:0 auto;
}
.detailBlock div{
display:flex;
margin:140px 0;
align-items: center;
}
.sTtl{
    font-size: 22px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

#dvUserBox ul, #dvUserBox li {
    width: 100%;
    margin: 0 auto;
}
.forgetPass{
text-align: center;
    margin-top: -20px !important;
    margin-bottom: 80px !important;
}
.dvUserMenu ul,.dvUserMenu li{
width:auto;
}
.dlFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-link a{
padding: 10px 10px !important;
font-size: 14px !important;
}
#dvUserMenu li,#dvUserMenu ul{
width:auto !important;
}
.mailhis .time{
color:#999;
}
.mailhis .subject{
margin-bottom:15px;
border-bottom:1px solid #ccc;
padding-bottom:15px;
}
#detailImage .subImage{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;

}

.subImage li{
  flex-basis:calc((100% - 40px) / 4);
  max-width:calc((100% - 40px) / 4);
  margin-top:20px;

}
.cate-btn{
cursor: pointer;
}

.selectValiation select {
width: 381px;
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #f4f4f4 !important;
    border: 1px solid #f4f4f4;
    color: #888 !important;
    text-shadow: none;
    background-image: none;
    opacity: 1;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.rulechk input[type=checkbox] {
	transform: scale(2.4);
margin: 5px 14px 10px 5px;
}
.stxt{
    font-size: 12px;
    text-align: center;
				color: #1E1543;
}
#ctl00_ContentPlaceHolder1_hgcCompleteMessage{
width:780px;
margin:20px auto;
}
input.mailAddr {
    width: 91%;
}
textarea.inquirytext {
    width: 91%;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.addCart{

    align-items: center;
}
.cartbtn{
margin:0;
}
.footer{
background:#f4f4f4;
clear:both;
padding:30px;
margin-top:50px;
}

.bread_icon {
    width: 6px;
    height: 10px;
    margin-right: 8px;
    margin-left: 8px;
}
.sp{
display:none !important;
}
.pc												{display:block !important;}
.glbPlist ul{
display:block !important;
}
.glbPlist ul li.name {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
}
.slick-slide img{

}
.searchpanel{
    position: absolute;
    height: 93vh;
    overflow-y: scroll;
    top: 65px;
    left: 0;
    width: 100%;
    background: #f4f4f4;
}
.btn-sort-search{
width: 200px !important;
    padding: 12px 10px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    background: #C4BA8B !important;
    border-radius: 0;
}

#FootNav li {
    display: block;
				}
				#coryRight {
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #333;
}
#FootNav li a {
    /* font-size: 85%; */
    padding: 4px;
    display: block;
    padding-right: 0;
}
#Foot .mini										{font-size:12px; margin:0; line-height:1.3; color:#fff;}
.foot_re_contents								{display:grid; gap:0; grid-template-columns:180px 180px 180px auto; border-bottom:1px solid #333; padding-bottom:30px; width:fit-content; font-size:90%;}
.foot_re_contents_cal							{display:flex; flex-direction:column;}
.foot_re_contents_cal iframe					{width:410px; height:220px;}
.foot_re_contents_cal img						{width:200px; height:auto;}
.foot_re_contents_cal_pc						{display:inherit;}
.foot_re_contents_cal_sp						{display:none;}
.foot_re_contents_cal .red						{margin:0; float:right; color:#c00; font-size:0.85em; background:initial !important;}
.foot_re_contents_companyssl					{display:grid; grid-template-columns:230px 1fr 140px 140px; margin:30px 0; gap:20px; align-items:center;}
.foot_re_contents_companyssl li:nth-child(2)	{line-height:1.6em;}

.foot_re_contents a:link						{color:#fff; text-decoration:none;}
.foot_re_contents a:visited						{color:#fff; text-decoration:none;}
.foot_re_contents a:hover						{color:#fff; text-decoration:none;}
.foot_re_contents a:active						{color:#fff; text-decoration:none;}

.custom-iframe									{margin:0; overflow:hidden; border:0; -ms-overflow-style:none; scrollbar-width:none;}
.custom-iframe::-webkit-scrollbar				{display:none;}

@media screen and (max-width: 1024px) {
.foot_re_contents								{grid-template-columns:1fr; gap:10px; width:initial;}
.foot_re_contents a								{position:relative; color:#fff; border:1px solid #666; display:block; padding:12px; border-radius:4px;}
.foot_re_contents a::after						{content:"";width:8px; height:8px; border-top:solid 2px #900; border-right:solid 2px #900; transform:rotate(45deg); position:absolute; right:10px; top: calc(50% - 5px);}

.foot_re_contents_1								{display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px;}
.foot_re_contents_2								{display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px;}
.foot_re_contents_3								{display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px;}
.foot_re_contents_cal							{grid-template-columns:200px 200px; margin-left:0; justify-content:center;}

.headFlex .icArea .cartimg						{right:-5px;}
}

@media screen and (max-width: 480px) {
#Foot											{padding:0;}
#Foot .mini										{font-size:100%; margin-left:0; line-height:1.6em;}
.foot_re_contents_1								{display:initial;}
.foot_re_contents_2								{display:initial;}
.foot_re_contents_3								{display:initial;}
.foot_re_contents								{grid-template-columns:1fr; font-size:100%; gap:0; padding-bottom:20px;}
.foot_re_contents li							{margin-bottom:10px;}
.foot_re_contents_cal							{grid-template-columns:1fr; margin-left:0; justify-items:center;}
.foot_re_contents_cal iframe					{width:auto; height:500px;}
.foot_re_contents_cal img						{width:160px; height:auto;}
.foot_re_contents_cal_pc						{display:none;}
.foot_re_contents_cal_sp						{display:inherit;}
.foot_re_contents_companyssl					{grid-template-columns:140px 1fr; margin-bottom:0; align-items:center;}
.foot_re_contents_companyssl img				{max-width:180px; justify-items:center;}
.foot_re_contents_companyssl li:nth-child(2)	{font-size:100%;}
.foot_re_contents_companyssl li:last-child(2)	{margin-top:-10px;}
}
.totalonly li{
display:none !important;
}
.totalonly a{
display:none !important;
}
.ttlH2,#dvUserBox h2{
text-align: left;
    max-width: 1200px;
    font-weight: 600;
    font-size: 30px;
    padding: 40px 0 24px 0;
    margin: 0 auto;
}
.pricedashed{
    border: 1px dashed #ccc;
    margin: 8px 0;
}
.oneitem .btn-inverse{
    display: flex;
    border-radius: 4px !important;
    gap: 5px;
				    justify-content: center;
    font-size: 16px;
    align-items: center;
}



.oneitem .btn-inverse img{
width:26px;
}
.oneitem{
    padding: 8px;
    flex-direction: column;
    display: flex;
    border: 1px solid #ccc;
			}	
.oneitem .productCart{
margin-top: auto;
    margin-bottom: 0;
    padding-top: 8px;
    border-top: 1px dashed #ccc;
}

.oneitem .productCart .addCart{
    margin-top: 8px;
				}
				
.oneitem .photo img{
width: 100%;
    margin-bottom: 5px;
}
.oneitem .name{
    font-size: 14px;
    font-weight: bold;
}	
.oneitem .price{
    font-size: 15px;
    color: #f80;
				font-weight:bold;
}
.cartFlex{
    display: flex;
    width: 100%;
    align-items: center;
}
.CartImg{
    width: 80px;
    margin-right: 20px;
}
.CartImg img{
width:100%;
}
.cartRightWrap{
display:flex;
justify-content: space-between;
align-items: center;
}
.CartTxt {
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}
.CartTxt .CartName{
width: 500px;
}
.CartTxt .CartName a{
font-weight:bold;
}
CartName
.priced{
    width: 200px;
    text-align: center;
}
.CartQuantity {
    width: 100px;;
    display: flex;
    align-items: center;
}
.CartQuantity input {
    width: 50px;
    padding: 10px;
    text-align: center;
}

.flexleft {
margin-top:30px;
    width: 45%;
    float: left;
}
.CartTotal{
width:200px;
}
.CartTotal p{
text-align:center;
}
.CartDelete{
    width: 100px;
    text-align: center;
}
.CartDelete a{
	text-decoration:underline;
}
.center {
    text-align: center;
}
.sougoukei {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #222;
    width: auto;
    display: inline-block;
}
.couponBox {
    margin: 30px 0;
}
.boxttl {
    font-size: 18px;
    padding: 0 0 0px 0;
    font-weight: bold;
    margin-bottom: 0;
}
.userBox dt {
    padding: 15px 0;
    font-weight: bold;
    width: 290px;
    color: #222222;
}
.userBox dd {
    width: 68%;
}
#CartList h3{
			color: #222;
    font-size: 16px;
    padding: 15px;
    background-color: #f4f4f4;
}
.orderWrap{
	width:1000px;
	margin:0px auto;
	padding:0 15px;
}
.orderWrap select{
min-width:100px;
}
.priceList dl.result {
    border-bottom: 0;
    font-size: 18px;
    padding: 0;
}
#CartList div.dvAnnounceFreeShipping {
	padding: 20px 0;
}
#CartList div.productList div.priceList {
width: 45%;
float: right;
margin-top: 24px;
}
.couponBox div.boxbtm input{
width: 100%;
font-size: 16px;
}
.orderBtr.bl-hot{
    cursor: auto !important;
}
.contentsInfo p{
    padding: 0;
    margin-bottom: 10px;
				font-weight:bold;
				text-align:center;
}
.orderBox .message p{
font-size:12px;
}
 #dvUserBox #dvOrderHistoryDetail table{
margin-bottom:30px !important;
}
.btn_add_sea{
display: block;
    width: 100%;
}
.btn_add_sea input{
width: 140px !important;
}
.valIc .one{
display:flex;
justify-content: space-between;
margin-bottom:4px;
}
.valIc span{
display:block;
font-size:13px;
font-weight:bold;
}
.sortbox{
    display: flex;
    gap: 10px;
    justify-content: end;
}
.sortbox select{
height:40px;
}
.pageFlex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#pagination .num{
color:#990000;
font-size:24px;
font-weight:bold;
}
.below .num{
display:none;
}
.below{
    text-align: center;
    align-items: baseline;
    justify-content: center;
}
.totalonly .paginationCurrent{
display:none;
}
#tblLayout{
width:1200px;

}
.merit{
margin-top:20px;
padding:20px;
background:#f8f8f8;
border:1px solid #ccc;
}
.merit h3{
font-size: 16px;
font-weight: bold !important;
margin-bottom: 12px;
}
.meritlist{

}
.meritlist p{
display:flex;
gap:4px;
margin-bottom:8px;
}
.meritlist p .num{
color:#cc0000;
font-weight:bold;
}

.spTel{
margin: 20px auto 40px auto;
    width: 82%;
    padding: 16px 0;
    border: 5px solid #f8f8f8;
    text-align: center;
    font-weight: bold;
}
.spTel .ttl{
font-weight:bold;
font-size:16px;
}
.spTel .phoneNum{
display:flex;
    justify-content: center;
gap:10px;
margin:8px 0;
color:#BF1F00;
font-size:24px;
align-items:center;
}
.spTel .phoneNum a{
color:#BF1F00;
}
.spTel .phoneNum img{
width:30px;
margin:0;
}
.spTel .times{
font-weight:bold;
font-size:13px;
}

@media screen and (max-width: 450px) {
.oneitem .btn-inverse{
    display: flex;
    border-radius: 4px !important;
    gap: 5px;
    font-size: 13px;
    align-items: center;
    padding: 8px 8px !important;
}
}

.wheelName{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 1024px) {
.logoflex{min-width: 200px;}

#ToTop img{
width:42px;
}
.glbPlist ul li.name{
    line-height: 1.2;
}
.glbPlist ul li.name a {
margin:4px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}
.listProduct{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.headFlex{
padding:5px;
}
.headFlex .icArea {
    margin-right: 5px;
				    width: auto;
								}
@media screen and (max-width: 1024px) {
.headFlex .icArea			{gap:20px;}
.headFlex .icArea a{
width:45px;
height:auto;
margin-right:0;
margin-top:1px;
border-right:none;
padding-right:0;
align-items:initial;
}
}

@media screen and (max-width: 480px){
.headFlex .icArea			{gap:10px;}
.headFlex .icArea img		{height:30px;}
.headFlex .icArea a span	{margin-top:7px;}
.menuflex					{margin:3px 0 0;}
}
.userPointContent {
border-bottom:0 !important;
}
#dvUserBox #dvOrderHistoryDetail table th,
#dvUserBox #dvUserModifyInput table th, #dvUserBox #dvUserModifyConfirm table th,#dvUserBox #dvUserShippingInput table th,
#dvUserBox #dvUserRegistInput table th, #dvUserBox #dvUserRegistConfirm table th,#dvUserBox #dvFixedPurchaseDetail table th,
#dvUserBox #dvFixedPurchaseList table th,
#dvUserBox #dvFixedPurchaseDetail table th,
#dvUserBox #dvPasswordReminderInput .dvReminder table th,
#dvUserBox #dvPasswordModifyInput .dvModify table th{
		border:0;
		display:block;
    padding: 10px 8px 0 10px;
    width: 100%;
    text-align: left;
}
#dvUserBox #dvOrderHistoryDetail table td,#dvUserBox #dvUserModifyInput table td, #dvUserBox #dvUserModifyConfirm table td,
#dvUserBox #dvUserShippingInput table td,#dvUserBox #dvUserRegistInput table td, #dvUserBox #dvUserRegistConfirm table td,
#dvUserBox #dvFixedPurchaseDetail table td,
#dvUserBox #dvFixedPurchaseList table td,
#dvUserBox #dvPasswordReminderInput .dvReminder table td,
#dvUserBox #dvPasswordModifyInput .dvModify table td{
		padding: 10px 20px;
		display:block;
		  width: 100%;
}
#dvUserBox #dvFixedPurchaseList table table td,#dvUserBox #dvOrderHistoryDetail table table td{
 padding: 10px 0px !important;
}
#dvUserBox #dvOrderHistoryList table th {
    border:0;
    padding: 10px 8px 0 10px;
    width: 100%;
    text-align: left;
}
.dvFixedPurchaseDetail td small{
font-size:12px;
}
#dvUserBox #dvOrderHistoryList table td {
padding: 10px 20px;
}

#dvUserBox #dvOrderHistoryList table td table td{
padding: 10px 0px 10px;
margin-bottom:10px;
}
#dvUserBox #dvOrderHistoryList table td table tr:last-child{
    padding-top: 10px;
    display: block;
}
#dvUserBox #dvOrderHistoryList table td table tr:last-child td{
margin-bottom:0px;
}
#dvUserBox #dvOrderHistoryList table, #dvUserBox #dvOrderHistoryDetail table,
#dvUserBox #dvUserModifyConfirm table,#dvUserBox #dvUserModifyInput table,
#dvUserBox #dvUserShippingInput table,
#dvUserBox #dvUserRegistInput table,
#dvUserBox #dvOrderHistoryDetail table,
#dvUserBox #dvFixedPurchaseList table,
#dvUserBox #dvFixedPurchaseDetail table,
#dvUserBox #dvPasswordReminderInput .dvReminder table,
#dvUserBox #dvPasswordModifyInput .dvModify table{
margin:0 0 20px 0;
border-bottom:0;
}
.dvOrderHistoryProduct .productName,
.dvOrderHistoryProduct .productPrice,
.dvOrderHistoryProduct .orderCount{
border-bottom:0 !important;
}
#dvUserBox #dvFixedPurchaseList table table{
margin: 0 0 0px 0;
}
.dvOrderHistoryProduct .orderCount{
padding-top:0px !important;
padding-bottom:0px !important;
}
.dvOrderHistoryProduct .orderSubtotal,
.dvOrderHistoryProduct .productPrice{
padding-top:5px !important;
}
.dvOrderHistoryProduct .productPrice{
padding-bottom:0px !important;
}
.dvFixedPurchaseItem #imgProductImage {
    margin: 0 10px 0 0;
				}
#dvUserBox #dvFixedPurchaseItem table table{
margin: 0 0 0px 0;
}
.dvFixedPurchaseItem table .productName{
    padding: 10px !important;;

}
.dvFixedPurchaseItem .orderCount{
padding-top:0px !important;
padding-bottom:0px !important;
}

.dvFixedPurchaseItem .productName{
border-bottom:0 !important;
}
.dvFixedPurchaseItem .productPrice,
.dvFixedPurchaseItem .orderCount{
border-bottom:0 !important;
text-align:right !important;
}

.dvFixedPurchaseItem .orderSubtotal,
.dvFixedPurchaseItem .productPrice{
padding-top:5px !important;
text-align:right !important;
}
.dvFixedPurchaseItem .productPrice{
padding-bottom:0px !important;
text-align:right !important;
}


.orderBox .btn_change{
margin-top:0;
}
.subCartList2 {
    padding: 40px 0px;
}

.orderBox div.box dt,.orderBox div.box dt{
width: 100%;
    float: none;
    padding: 6px 0px 4px 0;
}
.orderBox div.box dd,.orderBox div.box dd{
 padding: 0px 10px 0px 10px;
    float: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
 font-size: 16px;
}
.priceList dl.result {
font-size: 16px;
}


.ttlH2,#dvUserBox h2{
font-size: 24px !important;
    padding: 32px 0 40px 0;
}

.dvProductAdvancedSearch table th, .dvProductAdvancedSearch table td {
    padding: 0 0 10px 0px;
				display:block;
    width: 100%;
}
.dvProductAdvancedSearch table td {
padding:0 0 10px 5px;
				display:block;
    width: 100%;
}
.dvProductAdvancedSearch table td table td{
display:table-cell !important;
width:auto !important;
}
.footer {
    padding: 20px 4%;
				}
.searchpanel {
height: 95vh;
    padding-bottom: 50px;
    top: 45px;
				}
.searchpanel tr{
    border-top: 1px solid #ccc;
    display: block;
    padding-top: 15px;
				}

#detailTwo table th,#detailTwo table td{
font-size:13px;
}
#dvErrorInfoBox {
    width: 100%;
    margin: 30px auto;
    padding: 0 4%;
}
.column-1{
padding-left: 0;
border-bottom:0;
padding-bottom:0;
}
.column-2{
border-bottom: 1px solid #ccc;
    padding: 15px;
    padding: 5px 10px 15px 10px;
			}	
.ftcate{
display:none;
}
.ftflex {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
}
.ftflex .logoarea{
margin-top:30px;
    width: 100%;
text-align:center;
}
#FootNav {
    width: 100%;
}
.dvProductAdvancedSearch{
width:100%;
}
.ftflex .logoarea {
    font-size: 14px;
}
.sp{
display:block !important;
}
.pc{
display:none !important;
}

.headFlex .icArea a span {
    margin-top: 20px;
	zoom:0.8;
	text-wrap: nowrap;
	font-size:12px;
}
.headFlex .logo {
    width: 130px;
    margin: 0;
				margin-left:4px;
}
.menuname{
display:none;
}

.headFlex .logo img {
    width: 100%;
    margin: 0;
}


.headFlex .icArea img {
    height: 35px;
}


header{

padding-top: 0px;
min-width: 100%;
}
.inner{
width:100%;
}
#tblLayout{
width:100%;
margin-top:0;
}
#dvProductDetailArea #detailOne,#dvProductDetailArea #detailImage{
float:none;
}
.CouponBtn{
padding: 7px 22px !important;

}
#ctl00_ContentPlaceHolder1_hgcCompleteMessage{
width:100%;
padding:0 4% !important;
}
.detailBlock p {
    font-size: 13px;
    padding: 20px;
				    line-height: 2;
}
.detailBlock div:nth-child(even) p {
    padding: 20px;
}
.detailBlock {
    width: 100%;
    margin: 0 auto;
}
.slider_c li {
    width: 50%!important;
    margin: 0;
    padding: 10px !important;
}
.detailBlock div {
    display: block;
    margin: 30px 0;
    align-items: center;
}
.seibun{
margin:0;
}
.menu-content {

    padding: 70px 0;
    width: 100%;
    top: 0;
				    right: -111%;/*leftの値を変更してメニューを画面外へ*/
								
    box-shadow: 0px 0 0px #ccc;
				}
.menu-content ul {

    width: 100%;
}
.menu-content ul li{
text-align:left;

}
				
				
.top .hero-slide-area {
    width: 100% !important;
    float: none !important;
}
.top .hero-desc-area {
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    transform: initial !important;
    position: relative !important;
    margin: 0 !important;
    top: 0 !important;
    padding: 50px 20px 0 20px !important;
}
.top .hero-desc {
    font-size: 14px !important;
    padding-top: 20px !important;
}

.headFlex .logo{

}
.menu-btn{
top:0;
left:0;
position: relative;
}
.desc_detail4{
width:100%;
}
.addCart p a,.selectValiation select{
width:100% !important;
}
.squre{
    width: 100%;
				}
				.squre .list-inner {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
}
.selectValiation select {
    width: 100%;
				}
.headFlex .logo img{
    max-height: 54px;
    margin-top: 5px;
    margin-bottom:5px;
}
#footer .footer-block.footer-upper{
min-width:100%;
}
#footer .footer-block.footer-under{
min-width:100%;
}
.dvDefaultOrderSetting  select{
width:100% !important;
}
.mTtl.cate{
font-family: 'Roboto', sans-serif;
font-weight:bold;
}
#dvUserBox #dvUserMenu {
    width: 100%;
    float: none;
}

#dvUserFltContents{
width:100%;
}
#dvUserBox #dvUserMenu ul li a {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;

}
#dvProductDetailArea #detailImage {
    width: 100% !important;
    float: none;
		
}
.itemname{
font-size: 20px !important;
margin-bottom: 15px !important;

}
#dvProductReviewImage .title,#dvCheckList .title,#dvProductReviewImage .title,#dvCheckList .title{
    font-size: 18px !important;
}
#dvUserBox ul, #dvUserBox li {
    width: 100%;
    margin: 0 auto;
}
#primary {
    width: 100%;
				}

#dvProductDetailArea #detailOne {
    width: 100% !important;
float: none !important;
    font-size: 14px;
				padding: 0;
}
#dvProductDetailArea .itemlist{
padding:0;
}
.dlflex{
display:block;

}
#dvUserBox ul, #dvUserBox li {

}
.priced{
padding-left:20px;
}
.CartTxt{
font-size: 100%;
}
.CartTxt .CartName{
width:auto;
		line-height: 1.6 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#CartList div.dvAnnounceFreeShipping {
    font-size: 14px;
    padding: 15px 0 0 0;
}
.cartFlex {
    align-items: unset;
}
	.CartQuantity {
    width: auto;
    display: flex;
    align-items: center;
}
.CartDelete {
    width: 100%;
    text-align: right;
}			
.orderWrap{
    padding: 0px 4% 0 4%;
width:100%;
}


.CartTxt{
    width: 100%;
    display: block;
}

.flexleft{
width:100%;
padding-right:0;
}
#CartList div.productList div.priceList{
width:100%;
float:none;
}
.subcartOrder{
display:block;
width:100%;
}
.detailBlock div img{
width:100%;
}
.seibun .inner{
width:100%;
display:block;
}
.seibun .inner div {
    width: 100%;
    padding: 20px 15px;
}

#dvProductDetailArea{
    min-width: 320px;
    max-width: 100vw;
				padding:0 4%;

}
.wfix1000{
width:100%;
}
.allWrap{
padding-top:60px;

}
header{
width:100%;
padding-bottom: 0px;
}
.isPC{
display:none;
}
#CartList h2{
font-size: 20px;
}
.btnBasic {
    width: 290px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

#footer .footer-block.footer-upper .footer-info .ttl {
    padding-bottom: 10px;
}
#footer .footer-block.footer-upper .footer-info.footer-tell .time{
padding-top: 0 !important;
}
#footer .footer-block.footer-upper .footer-info.footer-mail-magazine{
padding-top: 20px !important;
}
#footer .footer-block.footer-upper .footer-info.footer-tell,
#footer .footer-block.footer-upper .footer-info.footer-mail{
    padding: 20px 0 !important;
}
#dvUserBox #dvFavoriteList table .productImage {
    display: table-cell;
    width: 75px !important;
}
#CartList div.productList div.priceList div{
padding:0;
}
.priceList dl {
    padding: 10px 0;

}
.orderBox div.list {
    padding: 15px 0;
}
}
.car_company_select li img{
    max-width: 80px;
    height: auto;
    margin: 9px 0 0 0;
}
/* footer */
#footer
{
    padding: 75px 0 0;
}
#footer .footer-block
{
    padding: 60px 0;
}
.glbPlist ul li.price p {
font-weight:bold;
    font-size: 15px;
				    color: #990000;

}
#columnLst{
width:1200px !important;
margin:80px auto 80px auto;
}

#columnDetailWrap{
width:1000px !important;
margin:80px auto 80px auto;
}
#columnDetailWrap h2{
border-bottom: 2px solid #333;
    padding: 20px 0;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 600;
    box-sizing: border-box;
}
#columnDetailWrap h3{
font-weight: 600;
    background: #f4f4f4;
    padding: 10px;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
#columnDetailWrap .columnImg{
text-align:center;
}
#columnDetailWrap .columnImg img{
width:auto;
max-width:100%;
}
#columnDetailWrap p{
padding: 20px 0;
}


#columnLst h2{
    font-size: 28px;
    margin-bottom: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}
.columnLst{
width:1200px !important;
display:flex;
padding: 0 2%;
margin:20px auto 0 auto;
flex-wrap: wrap;
gap:30px;
}
.columnLst li{
width:23% !important;
}
.columnLst li img{
width:100%;
margin-bottom:10px;
}
.moreLink{
display: block;
    border: 1px solid #333;
    border-radius: 60px;
    padding: 7px 40px;
    margin: 40px auto 0 auto;
    width: 200px;
    text-align: center;
}
.itemlist{
    display: flex;
    flex-wrap: wrap;
}
.itemlist .oneitem{
position: relative;
width:25%;
padding:28px;
}
.itemlist .oneitem .photo div{

}
.itemlist .oneitem .rank{
    position: absolute;
    font-size: 36px;
    font-weight: 100;
    top: 0px;
    left: 32px;
				color:#C4BA8B;
}
.itemlist .oneitem .icon{
height:auto !important;
}
.itemlist .oneitem .icon img{
height:20px;

}
.itemlist .oneitem .photo img:hover{
transform: scale( 1.1, 1.1 );
transition-duration: 0.5s;

}
.itemlist .oneitem .photo{
overflow: hidden;
}
.itemlist .oneitem .photo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
				margin-bottom:10px;
				max-height: 245px;
    object-fit: cover;
}
.itemlist .oneitem .name{
font-size:14px;
}
.itemlist .oneitem .price{
font-weight: normal;
    text-align: right;
    margin: 12px 0;
    font-size: 14px;
}


.footFlex{
display:flex;
gap:50px;
    justify-content: space-around;
}
.footFlex a{
color:#fff;
font-size:14px;
}
.footFlex ul{

}
.footFlex .flex{
display:flex;
gap:20px;
}
.footFlex .ttl{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.listWrap{
padding:50px 0;
}
.search_wrap {
    display: flex;
    align-items: center;
				    justify-content: end;
								padding:0 15px;
}
.advopen{
    padding: 5px 10px;
    display: inline-block;
    border: 2px solid #333;
    width: 97px;
    text-align: center;
    color: #333;
    vertical-align: middle;
    border-radius: 0px;
    margin: 0 0 0 10px;
}
.on{
display:none;
}
#pagination{
clear: both;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}
.paginationPrev{
border-radius:4px 0 0 4px;
}

.paginationNext{
border-radius:0 4px 4px 0;
}
#pagination li a{
display:block;
width:100%;
padding:4px 10px;
}
.paginationCurrent{
color:#fff;
background:#cc0000;
}
.paginationCurrent a{
color:#fff !important;
font-weight:bold !important;
}
#pagination li a:empty {
  display: none;
}


#pagination li{
    width: auto;
display:block;
border:1px solid #ccc;
margin-left:-1px;
}
.totalonly{

}
#pagination li:first-child{

}
			#pagination .flex{
		width: 100%;
    text-align: center;
				}
			#pagination .flex b{
		padding:10px;
			}
		#pagination .Pagelink{
		padding:10px;
		}
	#pagination .allcount span{
		font-size:18px;
		font-weight:bold;
	}
	
	#Wrap{
	margin-top: 100px;
	}
	
	.soldout{
color: #C4BA8B;
    font-size: 13px;
    font-weight: bold;
}
.feature-vari-arrival-mail{
height:auto !important;
}
.car_company_select {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: #efefef;
}
.car_company_select li{
display:block;
text-align:center;
background:#fff;
}
.car_company_select li a{
display:block;
border:1px solid #ccc;
padding-bottom:10px;
box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.car_company_select li a p{
text-align:center;
font-size:90%;
}


#ctl00_ContentPlaceHolder1_ctl02_pTireMaker a,
#ctl00_ContentPlaceHolder1_ctl02_pWheelMaker a{
display: inline-block;
padding:8px;
border:1px solid #ccc;
margin:0 8px 8px 0px;
}
#ctl00_ContentPlaceHolder1_ctl02_pTireMaker a:hover,
#ctl00_ContentPlaceHolder1_ctl02_pWheelMaker a:hover,
.car_company_select li a:hover{
border:1px solid #f80;
background:#fff;
color:#f80;
opacity:1;
}
.footFlex .leftLogo img{
width:200px;
}
.historyList{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
				}
.beginerFlex{
    display: flex;
    gap: 6px;
    align-items: flex-start;
}
.beginerFlex img{
    margin-top: 2px;
				}
.attmini{
    font-size: 13px;
    margin-top: 16px;
				}
#dvUserBox #dvOrderHistoryList table td table{
margin:0 !important;
}
@media screen and (max-width:1024px){
#dvProductReviewArea{
    margin: 30px 2% 30px 2% !important;
}
.beginerFlex img{
    margin-top: 4px;
				}
.historyList{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
				}
.headFlex .icArea .num {
    top: -16px;
    right: 18px;
				}
.orderWrap select.year{
   min-width: 60px;
}
.orderWrap select.month{
   min-width: 60px;
}
.orderWrap select.date{
   min-width: 60px;
}
.columnRight .ttlBlock.bl1 {
    display: block;
    margin-top: 40px;
}
.columnRight{
margin-top:16px;
}
.orderWrap .input_widthE,
.orderWrap .input_widthD,
.orderWrap .input_widthC{
    width: 100%;
}

.userBox dd{
   min-width:100%;
}
.footFlex ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
				gap:16px;
}
}
@media screen and (max-width:767px){

.historyList{
    grid-template-columns: 1fr 1fr 1fr !important;
				}
.listProduct{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 10px;
}


.footFlex ul{
    display: grid;
				gap:12px;
    grid-template-columns: 1fr 1fr;
				}
}


@media screen and (max-width:1024px){
#dvTopNews2 ul li .newsBody{
width:100%;
}
.scX {
    width: 100%;
    padding: 0px 4%;
}
.setItems,.toppickup{
    padding: 0px 2%;
}
}

@media screen and (max-width:380px){
#pagination.below {
    font-size: 10px;
}
}

@media screen and (min-width:381px) and (max-width:768px){
#pagination.below {
    font-size: 14px;
}
}
@media screen and (min-width:769px) {
#pagination.below {
    font-size: 14px;
}
}
@media screen and (max-width:1024px)
{
.car_company_select {grid-template-columns: 1fr 1fr 1fr  !important;}
}
#hgcCouponList{
    width: 800px;
    top: 300px !important;
    left: calc(50% - 400px) !important;
    text-align: center;
    border: 2px solid #aaa;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 !important;
}
.cowrap{
    max-height: 40vh;
}		
@media screen and (max-width:760px)
{
.cowrap{
    max-height: 55vh;
}		
#hgcCouponList{
width:100% !important;

    left: 0 !important;
    text-align: center;
    border: 2px solid #aaa;
    background: #fff;
    position: relative !important;
    z-index: 2;
    margin: 0 !important;
				    top: 160px !important;
}
.car_company_select {
    margin: 0px 0;
    display: grid;
    gap: 10px !important;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr !important;
    font-size: 10px;
}
.car_company_select li a{
padding-bottom:0;
}
.car_company_select li a p{
text-align:center;
font-size:90%;
display:none;
}

.glbPlist ul li.price p{
font-size:13px;
}
.BtnFlex .btnBasic{
margin-bottom:15px;
}
#Foot .inner {
width:100%;
}
	#Wrap{
	margin-top: 50px;
	}
#pagination{
display:block;
}
			#pagination .flex{
			margin-top:20px;
			}
body {
    font-size: 14px;
				}
.itemlist{
width:100%;
}
.itemlist .oneitem{
width:50%;
}
.itemlist .oneitem .name {
    font-size: 13px;
}
.itemlist .oneitem .price {
    font-size: 13px;
}
.flexbox{
width:100%;
}
.sTtl {
    font-size: 24px;
    padding-bottom: 15px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
#dvProductDetailArea {
    width: 100%;
    margin: 0 auto;
    padding: 10px 4% !important;
}
#dvUpSell .productInfoList,#dvCrossSell .productInfoList{

    width: 100% !important;
}
#dvCheckList .productCheckList {
    margin: 6px;
    width: 45%;
}
#dvCheckList .productCheckList ul {
    width: 100%;
}
#dvReviewComment li.liComment,#dvUpSell .productInfoList ul li{
    font-size: 13px !important;
}
#dvUpSell .title,#dvCrossSell .title{
    font-size: 18px;
    padding: 0 0 20px 0;
}
#dvCheckList .productCheckList ul li.thumnail img {
    width: 100%;
}
#dvReviewComment ul.ulReviewComment {
    font-size: 14px;
}
.scX{
    width: 100%;
    padding: 0px 4%;
				}
#breadcrumb {
    padding:4px 0;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.btn-inverse {
    color: #333 !important;
    background-color: #fff !important;
    border-radius: 39px;
    border: 1px solid #333;
    padding: 12px 36px;
    font-size: 15px;
    margin-bottom: 30px;
}

.itemlist .oneitem .photo div {
    height: auto;
}

.itemlist .oneitem .photo img{

    width: 100%;
    height: 100%;
				}

#dvTopRanking h3, #dvRecommend h3, #dvSubscriprionBoxList{
  padding: 10px 4%;
}
}


.close{
position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
				}
.cate-wrap {
margin: 0 auto;
    display: inline-block;
				position: relative;
}
.menuflex{
display: flex;
    align-items: center;
				}
.logoflex{
gap: 25px;
min-width: 420px;
display: flex;
    align-items: center;
}
.cate-wrap a{
color:#333 !important;
}
.cate-btn {
    padding: 6px 16px !important;
    margin: 16px 10px 30px !important;
    background: #ccc;
    color: #fff !important;
    border-radius: 44px;
}


.dropdown__list {
    transition: all .3s;
text-align:center;
}
.dropdown__lists li{
padding:0;
margin:0;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list{

}
.dropdown__list a {
    font-size: 14px;
    width: 200px;
    display: flex;
    padding: 15px;
    justify-content: left;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.sp_catemenu .menuttl {
    cursor: pointer;
    padding: 10px;
				color:#fff;
    display: block;
				position:relative;
    border-bottom: 1px solid #ccc;
}

.sp_catemenu{
margin-bottom:20px;
}
.sp_catemenu li {
  cursor: pointer;
		border-bottom:0;
}
.sp_catemenu ul{
display:none;
padding:0;
}
.menu-content{
overflow-y: scroll;
}
.spmenu li a{
padding: 15px 1rem;
			
}
.dropdown__list{
cursor: pointer;
}
.spmenu li{
border-bottom: 1px solid #eee;
}

.arrow{
content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #990000;
    border-right: solid 2px #990000;
    transform: rotate(135deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.arrow.open{
rotate:180deg;
top:20px;
}
.sp_catemenu ul{
position:relative;
}
.sp_catemenu ul li{
position: relative;
    font-weight: 300;
}
.sp_catemenu ul li ul li,.userbd li{
 border-bottom: 1px solid #ccc;
	}
.sp_catemenu li a{
padding:10px !important;
 padding-left: 30px !important;
}
.spmenu{
margin-bottom:0;
}
.spmenu li:first-child{
border-radius:5px 5px 0 0;
}
.spmenu li:last-child{
 border-bottom:0;
	border-radius:0 0 5px 5px;
}

.sp_catemenu p{
padding: 10px;
    background: #f8f8f8;
				    border-bottom: 1px solid #ccc;
}
.cate-contents {
display:none !important;
}
.cate-contents.show{
display:block !important;
}
.cate-contents li{
display:block;
}
.catelist{
display: block;
    margin-top: 10px;
    width: 20%;
}
.catetflex{
display:flex;
}
.catetflex p{
font-weight:600;
}
.catelist a{
    font-size: 13px;
    width: 225px;
    margin: 0 10px;
    display: flex;
    padding: 4px;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #222;
    text-decoration: none;
    position: relative;
    background: unset;
}
.cate-contents li {
    margin-bottom: 25px;
}
.cate-contents li ul li{
    margin-bottom: 0px;
}

.cate-btn.show{
font-weight:bold;
background:#d32d26;
}
.close{
position: absolute;
    top: 20px;
    width: 32px;
    right: 0;
    cursor: pointer;
}
.close2{
    position: absolute;
    top: 36px;
    width: 30px;
    right: 20px;
    cursor: pointer;
				}
.close img,.close2 img{
width:100%;
height:auto !important;
}
.dvProductAdvancedSearch{
position:relative;
}


.menu						{display:flex; margin:0 auto; background: -webkit-linear-gradient(top, #efefef 24%, #ccc 120%); box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.1);}
.menu .menu_list			{width:auto !important; display:flex; flex:1; border-right:1px solid #ccc; justify-content:center; align-items:center; }
.menu .menu_list > a		{display:block; padding:20px 0; text-align:center; font-size:1.0em; transition:.1s; color:#303030; font-weight:700;}
.menu .menu_list > a:hover	{color:#333;}
.menu .menu_list img		{width:40px; height:auto; margin-right:5px}


.menu_contents {
padding: 20px 20px 40px 20px;
    background: #f8f8f8;
  display: none;
  position: fixed;

  top: 112px;
  left: 0;
		width:100vw;
}
.menu_contents ul{
width:1200px;
margin:0 auto;
display:flex;
flex-wrap:wrap;
}
.menu_contents li {
  width: 20%;
		display:inline-block;
		margin:10px 20px;
}
.menu_contents li a {
  color: #333;
		font-weight:bold;
		width:100%;
		display:inline-block;
		padding:10px;
		border-bottom:2px solid #C4BA8B;
}
.wrapSearch {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nextBtn{
border-radius: 5px;
    background: #BF1F00;
    padding: 17px;
    width: 300px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.wideInner{
width:1200px;
margin:0 auto;
}

.alertTtl{
background:#3f3f3f;
border-left:6px solid #f80;
color:#fff;
font-size:20px;
font-weight:bold;
padding:8px;
margin:20px 0 12px 0;
}
.oneAl{
border:1px solid #909090;
border-radius:5px;
margin-bottom:12px;
}
.oneAl.opn{
border-radius:5px 5px 0 0;
}
.al{
	font-weight:bold;
	font-size:16px;
	position:relative;
	padding:12px;
	border-radius:5px;
	background:-webkit-linear-gradient(top, #fff 24%, #efefef 120%);
}
.oneAl .al.open{
    background: #333;
    color: #fff;
}
.at{
border-top:1px solid #ccc;
display:none;
}

#detailone img{
max-width:100%;
}
.al::after{
content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #f80;
    border-right: solid 2px #f80;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top:15px;
}
.al.open::after {
    rotate: 180deg;
    top: calc(50% - 4px);
}

.specTb{
width:100%;
font-size:14px;
margin:0;
}
.specTb th{
background:#f6f6f6;
font-weight:bold;
}
.specTb .Ttl{
background:#333;
border-left:6px solid #cc0000;
font-size:20px;
color:#fff;
}
.specTb th,.specTb td{
padding:8px;
vertical-align: middle !important;
line-height:1.5;
border:1px solid #ccc;
}
.specTb .bl0{
border-left:0;
}
.specTb .br0{
border-right:0;
text-align:left;
}
.specTb .bb0{
border-bottom:0;
}
.topDashed{
    display: block;
    padding-top: 20px;
    width: 100%;
    border-top: 1px dashed #ccc;
}
.at .memo{
padding:10px;
    display: flex;
    gap: 20px;
				}
.at .memo img{
width:450px;
height:auto;
}
.at p{
padding:10px;
}
.telic{
height:65px !important;
padding-right:10px;
padding-left:10px;
margin-bottom:0 !important;
}

.montedio img{
max-width: 100%;
    width: 1000px;
    display: block;
    margin: 0 auto;
}
.montedio{
margin:40px 0;
}
.montedio p{
background:#666;
color:#fff;
text-align:center;
padding:10px;
font-weight:bold;

}
.FootNavWrap{
    display: flex;
    gap: 50px;
    justify-content: center;
}
.privacy h4 {
    margin: 0px 0px 12px 0px !important;
}
.privacy a{
text-decoration:underline;
}
#dvTopNews2 ul li p{
padding-right:16px;
}

.makersel li img {
    max-width: 80%;
    height: auto;
    margin: 10px;

}
.sTtl3{
    font-size: 22px;
    background: #333;
    border-bottom: 0;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
				}
.sTtl4{
    font-size: 22px;
    background: #333;
    border-bottom: 0;
				text-align:center;
    padding: 8px 16px;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
				}
@media screen and (max-width: 1024px){
.car_company_select li a p{
display:none;
}

.sTtl3{
    font-size: 18px;
}
.sTtl4{
    font-size: 18px;
}
#ctl00_ContentPlaceHolder1_ctl02_pTireMaker a{
   display: flex !IMPORTANT;
}
.makersel li img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
				}
#dvTopNews2 ul li{
display:block;
}
#dvTopNews2 ul li p{
width:100%;
}
.humTtl{
    background: #333;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 12px 1rem;
    margin: 0;
}
.FootNavWrap{
    display: block;
    gap: 0px;
}
.montedio	{margin:20px 0;}
.montedio img{
width:90%;
}
.panelWrap{
width:100% !important;
padding:30px 0 !important;
}
.panelWrapPad{
width:100% !important;
    padding: 0px 4% !important;
}
.panelWrap input[type="radio"] + label{
display: block;
margin-bottom:8px;
}

.panelWrap .carlist {

    grid-template-columns: 1fr 1fr;

}

#ctl00_ContentPlaceHolder1_pTireInch td {
    margin-bottom: 0 !important;
    text-align: center;
}
#ctl00_ContentPlaceHolder1_pTireInch td label{
margin-bottom: 0px;
}


.specTb{
width:100%;
font-size:12px;
}
.specTb .Ttl{
font-size:16px;
}
.alertTtl{
font-size:16px;
}

.oneAl .al{
font-size:14px;
line-height: 1.4;
}

.oneAl .at{
font-size:12px;
}

.wideInner{
width:100%;
margin:0 auto;
    padding: 0 10px;
}
.logoflex{
min-width:auto;
}
#page-title{
padding:0 15px;
}
#HeadSearch{
display:none;
}
.close2{
    position: absolute;
    top: 26px;
    width: 30px;
    right: 10px;
    cursor: pointer;
}
.footFlex {
    display: flex;
    flex-wrap: wrap;
				gap:0;
    flex-direction: column-reverse;
}
.footFlex .leftLogo{
text-align:center;
margin-bottom:8px;
}

.footFlex .ttl{
font-weight:bold;
    margin-bottom: 8px;
}
.FootNav{
margin-bottom:16px;
padding-bottom:16px;
}
.FootNav:last-child{
border-bottom:0;
}
.footFlex .flex {
    display: block;
    padding: 0 0;
}
.footFlex a {
    position: relative;
    color: #fff;
    border: 1px solid #666;
    display: block;
    padding: 12px;
				border-radius:4px;
}

.footFlex a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #990000;
    border-right: solid 2px #990000;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
     top: calc(50% - 5px);
}


#Foot {
    padding:0;
}

#pagination .num {
    font-size: 20px;
}
#dvProductDetailArea h2{
font-size:16px;
}

#dvProductDetailArea #detailOne{
font-size:12px;
}


}

@media screen and (max-width: 900px){
.footFlex a{
    padding: 12px 10px 12px 8px;
				    font-size: 12px;
}
}

@media screen and (max-width: 768px){
.at .memo {
    padding: 10px 10px 0;
    gap: 10px;
    flex-direction: column;
}
.at .memo img {
    width: 100%;
}
.topDashed{
border:0;
padding-top:0;
margin-top:16px;
}
.footFlex a{
    padding: 12px 10px 12px 8px;
				    font-size: 10px;
}

}
.shippingName{
border-right:1px solid #ccc;
}
@media screen and (max-width: 634px){
.BtnFlex{
display:block;
}
.shippingName{
border-right:0;
}
.shippingAddr{
    border-bottom: 0 !important;
}
.car_company_select li img{
    margin: 0;
}
}

.inquiry_header								{width:100%; margin:0; padding:10px 0 25px; align-items:center;}
.inquiry_header_title						{font-weight:600; font-size:30px; margin:0;}
.inquiry_header_qes							{width:100%; margin:auto; padding:0;}
.inquiry_header_qes p						{font-size:100%; text-align:left;}
.inquiry_header_qes div						{border:1px solid #ccc; margin:10px 0; padding:15px 15px 5px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:30px;}
.inquiry_header_qes ul						{display:grid; grid-template-rows:max-content; gap:15px; width:auto !important; margin:0 0 10px !important;}
.inquiry_header_qes li						{text-align:center;}
.inquiry_header_qes a						{background:#333; border-radius:5px; color:#fff !important; padding:5px 10px; width:100%; display:block; text-align:center;}
.inquiry_form_title							{font-weight:600; font-size:150%; margin:30px 0 -10px;}

.calendar_title1							{ color: #FFFFFF; background-color: #3f3b3a; }
.calendar_title2							{ color: #FFFFFF; }
.calendar_business							{ color: #111111; background-color: #FFFFFF;font-size:14px; }
.calendar_holiday							{ color: #FF0000; background-color: #FFAACC;font-size:14px; }
.calendar_maker_holiday						{ color: #333333; background-color: #FFAACC;font-size:14px; }
.calendar_holiday_noback					{ color: #FF0000; }
.calendar_maker_holiday_noback				{ color: #333333; }

@media screen and (max-width: 820px){
.inquiry_header								{display:grid; grid-template-columns:1fr; text-align:center; gap:30px;}
.is-animation								{padding:0; margin-top:0;}
}

@media screen and (max-width: 500px){
.inquiry_header_qes							{width:100%;}
.inquiry_header_qes ul						{display:grid;}
.inquiry_header_qes a						{padding:15px 10px; width:100%; margin:auto;}
.inquiry_none								{display:none;}
.inquiry_header_qes div						{grid-template-columns:1fr; gap:15px;}
}

.previousSearch {
  display: flex;
  align-items: center;
  margin:0 5px 60px;
}
.previousSearchTitle {
  background-color: #efefef;
  align-self: stretch;
  align-content: center;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.previousSearchContent {
  flex: 1;
  background-color: #f80;
  color: white;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 600px) {
  .previousSearchTitle {
  font-size: 12px;
  width: 27%;
  }

  .previousSearchContent {
    font-size: 12px;
  }
}

.hamburger_menu .menu_toggle {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.hamburger_menu h4 {
  color: rgb(255, 255, 255);
  margin: 0;
}

  .hamburger_menu h4 > label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }

    .hamburger_menu h4 > label::before {
      content: "　";
      width: 10px;
      height: 10px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(-45deg);
      transition: transform .2s ease;
      margin-right: .7em;
    }

.hamburger_menu .hamberger_menu_list {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.hamburger_menu .menu_toggle:checked + h4 > label::before {
  transform: rotate(45deg) translate(0px, -5px);
}

.hamburger_menu .menu_toggle:checked ~ .hamberger_menu_list {
  max-height: 1000px;
}
@media only screen and (max-width: 540px) {
    .foot_newwrap_guide_nav h4 {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        display: block;
        padding: 1em;
    }
}