@charset "utf-8";
/**----------------------------------------------------------------------
共通ベース
----------------------------------------------------------------------**/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}

header:before,header:after {    content:"";    display:table;}
header:after {    clear:both;}
footer:before,footer:after {    content:"";    display:table;}
footer:after {    clear:both;}
nav{margin: 0;padding: 0;}
nav:before,nav:after {    content:"";    display:table;}
nav:after {    clear:both;}
.cf,.clearfix{	display:block;}
.cf:after,.clearfix:after{	content:".";	display:block;	height:0px;	clear:both;	visibility:hidden;	overflow: hidden;	font-size: 0.1em;	line-height: 0;
}
* html html .cf,
* html html .clearfix{
/*	height:1px;*/
}

ul:before,ul:after {    content:"";    display:table;}
ul:after {    clear:both;}
ol:before,ol:after {    content:"";    display:table;}
ol:after {    clear:both;}
dl:before,dl:after {    content:"";    display:table;}
dl:after {    clear:both;}


/*
html,body,wrapper,PAGE
------------------------- */
html,body{
    width:100%;    height:100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#wrapper{
	width:100%;
	height:100%;
	min-height: 100%; 
}
#PAGE{
	width: 100%;
	margin:0 auto;
}
#PAGE:before,#PAGE:after {    content:"";    display:table;}
#PAGE:after {    clear:both;}

/*
 BODY、main
------------------------- */

main{
	display: block;/*	IE対策*/
	width:100%;
}

/*
コンテンツの横サイズ（px）
------------------------- */
header,
footer,
article,
section{
    width: 100%;
}


/*
 a
------------------------- */
a,a:hover {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}

a:hover img {
    opacity: .75;
    -webkit-opacity: .75;
    -moz-opacity: .75;
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

a:active, a:focus,
button:focus, input[type="button"] {
  outline: none;
}
a img,
a img:hover {
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}


h2{
    font-family: 'Oswald', 'Hind', sans-serif;
}

/*  見出し
--------------------------------------------------------------- */
h1 {
	font-size:32px;
	font-size:3.2rem;
	letter-spacing: 0.3em;
}
h2 {
	font-size:24px;
	font-size:2.4rem;
	letter-spacing: 0.2em;
	font-weight: normal;
}
h3 {
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}

h4{
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 0.075em;
	font-weight: normal;
}
h5{
	font-size:18px;
	font-size:1.8rem;
	letter-spacing: 0.05em;
	font-weight: normal;
}
h6{
	font-size:16px;
	font-size:1.6rem;
	letter-spacing: 0.05em;
	font-weight: normal;
}

table + table,

/*
ul + ul,
p + ul,
ul + p,
ol + ol,
p + ol,
ol + p,
dl + dl,
p + dl,
dl + p{
	margin-top: 20px;
}
*/

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6{
	margin-top: 20px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p{
	margin-top: 10px;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6{
	margin-top: 40px;
}

/*見出しとテーブルの間のマージン*/
p + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table{
	margin-bottom: 20px;
}

/*ふんわり*/
.effect-fade {
 opacity : 0;
 transform : translate(0, 25px);
 transition : all 1000ms;
}

.effect-fade.effect-scroll {
 opacity : 1;
 transform : translate(0, 0);
}

/*フォームボタン*/
select,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
input,
select,
textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
input[type=text],
input[type=email],
input[type=password],
textarea{
    padding: 10px;
    letter-spacing: 0.05em;
	border:1px #666666 solid;
	font-size:12px;
}
*/

form{
    margin: 10px;
}

.form{
        width: 100%;
    padding: 20px ;
    letter-spacing: 0.05em;
	border:1px #666666 solid;
	font-size:12px;
    margin-bottom: 10px;
}


input.formBTN{
/*    width: 40px;*/
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 1;
    color: #ffffff;
	font-size:14px;
    padding: 10px;
    background-color: #666666;
    border:1px #666666 solid;
    text-align: center;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;

/* 角丸 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit"]:hover{
	background:#000000;
    color: #ffffff;
    cursor: pointer;

    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}


.form{
    
}

/* *-------------------------------------------------------------------
 カラーミー
---------------------------------------------------------------------------- */
#scroll{
    position: fixed;
    bottom: 6%;right: 4%;
}


body {
  background-color:#ffffff;
  color:#262626;
  -webkit-font-smoothing: antialiased;
}

a {
  color:#000000;
}
a:hover {
  color:#000000;
  text-decoration: underline;
}


.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 　レイアウト
------------------------------------ */
.container{
  width: 1300px;

}
.contents__section {
  float: right;
  width: 960px;
}
.sidebar__section {
  float: left;
  width: 280px;
  margin-right: 60px;
}


.container {
  margin: 0 auto;
}


/*
 header
------------------------------------ */
/*
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}
.promo {
  background: #238c00;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}
*/

header{
    position: relative;
    width: 100%;
    height: 160px;
}
header #discription{
    position: absolute;
    left: 5px;
	top: 5px;
    font-size: 11px;
    line-height: 1;
    color: #cfcfcf;
}

header h1{
    position: absolute;
    left: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	margin: auto;
    line-height: 1;
height: 90px;

}

header h1 a{
	display: block;
	white-space: nowrap;	text-indent: 100%;	overflow: hidden;
	background-image: url(//www.stroke-skc.com/onlinestore/h1.svg);
	background-repeat: no-repeat;
	background-size: 100%;
    width: 228px;height: 90px;
}
#header-account{
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}




.header__section {
  text-align: center;
  margin-bottom: 60px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
/*
  float: right;
  margin: 25px 0 0;
  width: 465px;
*/
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 0;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 25px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 90px 0;
}

.header__logo {
  margin: 70px 0;
}


/*
 nav
------------------------------------ */
nav{
    width: 100%;

    background-color: #000000;
    position: relative;
}

nav #homeBTN{
	position: absolute;
    z-index: 6666;
	left: 0.5%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0;
	text-align: right;
}

nav a:hover{
    text-decoration: none;
}
/*グローバルナビ*/
.header-gnavi {
    width: 1300px;
    margin: auto;
    list-style-type: none;
    position: relative;
}
/*親*/
.header-gnavi__unit {
    float: left;
    width : -webkit-calc(100% / 7 ) ;
    width : calc(100% / 7) ;
}
a.header-gnavi__link {
    display: block;
    padding: 15px 0;
    color: #ffffff;
    text-align: center;
    font-family: 'Hind', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
}
/*親マウスオーバー*/
.header-gnavi__link--menu {
    position: relative;
    background-color: #262626;
    color: #ffffff;
    z-index: 55;
}
/*メガメニュー*/
.mega-navi {
  display: none;
  list-style-type: none;
  width: 1300px;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 50px;
  background: rgba(38, 38, 38, 0.9);
  z-index: 50;
  text-align: left;
}

.mega-naviTITLE{
    font-size: 28px;
    color: #ffffff;
    border-bottom:1px #ffffff solid;
    margin-bottom: 30px;
}

.mega-navi__unit {
  text-align: left;
  width: 32%;
    margin-top:2%; 
  display: inline-block;
  vertical-align: top;
}
.mega-navi__unit:nth-child(2),
.mega-navi__unit:nth-child(3),
.mega-navi__unit:nth-child(4) {
    margin-top:0;
}

.mega-navi__link {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
}
.mega-navi__link:hover {
    color: #999999;
    text-decoration: underline;
}

/*
 silder
------------------------------------ */
#slider div {
/*  width: 1300px !important;*/
    width: 100%;
}
#slider div img{
    width: 100%;
    margin: auto;
    text-align: center;
}

.slider {
  margin: 0 auto;
/*  width: 1300px;*/
    width: 100%;
    max-height: 722px;
    overflow-y: hidden;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
    display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
    display: none;
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
h2.h2main{
    font-size: 34px;
    letter-spacing: 0.01em;
    font-weight: 600;
    padding-bottom:2px;
    margin-bottom: 30px;
    border-bottom:2px #ff0000 solid;
}
h3.h3main{
    font-size: 26px;
    letter-spacing: 0.01em;
    font-weight: 600;
    background-color: #f1f1f1;
    padding: 0.75em 1.0em;
}
.main__section {
/*
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
*/
  margin-bottom: 60px;
  padding: 60px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}


/*
 SIDE
------------------------------------ */
h2.h2side{
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.side-nav-brand{
    border-top:1px #cfcfcf solid;
}
ul.side-nav-brand li{
    border-bottom:1px #cfcfcf solid;
    padding: 20px 0;
    text-align: center;
}
ul.side-nav-brand li img{
/*
    max-width: 160px;
    width: 100%;
*/
    height: 100px;
    width: auto;

}
ul.side-nav-brand li:first-child{

}

.menu__section {
  margin-bottom: 60px;
}
.menu__section a{
    color: #000;
    text-decoration: none;
}

.more-prd span {
  cursor: pointer;
}

/*
 パンくずナビ
------------------------------------ */
/* breadcrumb.sort */
.breadcrumb__section {
  margin:10px 0 20px 0;
}

.breadcrumb-list__unit {
    padding: 0;
    margin: 0;
    font-size: 10px;
}
#breadcrumb p{
    font-size: 10px;
}
#breadcrumb p + p{
    margin-top: 0px;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/*非表示リスト*/
.related-list,
.product__social-list{
    display: none;
}

/*
 コンテンツ　ベース
------------------------------------ */
/* contents */


.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 50px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
/*  width: 32.3%;*/
    margin: 5px;
}
.sub-list__unit a{
  display:block;
    background-color: #e3e9ef;
    padding: 4px 12px;
  font-size: 14px;
  border-radius: 100px;
}
.sub-list__unit a:hover{
    text-decoration: none;
    background-color: #b6c1cc;

}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
/*
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
*/
/*
    background-color: #f1f1f1;
    padding: 30px 20px 30px 40px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-size: 18px;
*/
    margin-bottom: 40px;
    padding: 40px 0;
    border-top:1px #d1d1d1 solid;
    border-bottom:1px #d1d1d1 solid;
}

.product-list__freespace-bottom {
    margin-top: 40px;
/*
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
*/
}

h4.h4sort{
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 1.25;
    letter-spacing: 0.002em;
    font-size: 20px;
}

/*ブランド説明ブロック*/

h3.h3expl{
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
}


.product-list-expl{

    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
background-color:rgba(255,255,255,0.9);
background-blend-mode:lighten;
}
.product-list-expl h3{

}
.product-list-expl p{
    font-size: 14px;
    line-height: 1.75;
    color: #000000;
}

/*ブランド背景*/
.bg-challenger{    background-image: url(//www.stroke-skc.com/onlinestore/logo2/challenger.png);}
.bg-bluco{    background-image: url(//www.stroke-skc.com/onlinestore/logo2/bluco.png);}













/* information */
#infoBOX{
    height: 300px;
    overflow-y: scroll;
    padding: 0 0 0 20px;
}
#infoBOX hr{
    display: none;
}


.info {
}

.info-list {
  list-style-type: none;
}

.info-list__unit {

}

.info-list__date {
    display: inline-block;
    background-color: #ff0000;
    line-height: 1;
    padding: 2px 8px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #000000;
  padding-top: 40px;
}
h2.h2history{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

/* footer
------------------------------- */
.footer__section {
    border-top: 1px solid #dddddd;
    background-color: #f1f1f1;
    padding: 40px 0;
}
.footer__section2{
    background-color: #e0e0e0;
    padding: 0 0;
}

.footer__guide {
  padding-bottom: 40px;

}

.footer__guide,
.footer__navi{
    max-width: 1300px;
    width: 100%;
    margin: auto;
}


.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
/*  padding-bottom: 20px;*/
  margin-bottom: 20px;
/*  border-bottom: 1px solid #ddd;*/
  font-size: 18px;
}

.guide__list {
  margin: 0;
    letter-spacing: 0.05em;
    font-size: 11px;
}
.guide__list img{
    margin: 0 0 10px 10px;
}
.guide__name {
  padding-bottom: 10px;
    font-size: 12px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}



.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 0;
    text-align: right;
    margin-top: 20px;
}

.sns-list__unit {
  display:inline-block;
  padding-right: 2px;
    text-align: right;
font-size: 20px;

}
.footer-navi,
.footer-navi__col {
  list-style-type: none;
  line-height: 1.25;
    margin-bottom: 20px;
    font-size: 12px;
}
.footer-navi li {
    display: inline-block;
    margin: 0 10px;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
    text-align: center;
}

.copyright {
    font-size: 12px;
    line-height: 1.75
}
.footer-logo p{
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 40px;
}


.footer-logo img{
    width: 200px;
    margin-bottom: 20px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 12px;
    margin: 20px 0;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  max-width: 200px;
    width: 100%;
}

.product-list__unit-md {
  max-width: 300px;
    width: 100%;
}

.product-list__unit-lg {
    width : -webkit-calc(100% / 3 ) ;
    width : calc(100% / 3) ;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}


/*メイン画像*/
.product-list__image-box{
position: relative;
}


.product-list__image-kakkoT,
.product-list__image-kakkoB {
   text-align: center;
}
 
.product-list__image-kakkoT:before {
    position:absolute;
 
    content:"";
    box-sizing: border-box;
 
    top: 0;
    left: 0;

    width: 40px;
    height: 40px; 

    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}
 
.product-list__image-kakkoT:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    
    top: 0;
    right: 0;
   
    width: 40px;
    height: 40px;
 
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.product-list__image-kakkoB:before {
    position:absolute;
 
    content:"";
    box-sizing: border-box;
 
    bottom: 0;
    left: 0;

    width: 40px;
    height: 40px; 

    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
}
 
.product-list__image-kakkoB:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    
    bottom: 0;
    right: 0;
   
    width: 40px;
    height: 40px;
 
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}






.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
    font-size: 14px;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: center;
}

.product-list__prices {
  margin-top: 10px;
  text-align: center;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {

    display: none;

  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 50px auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.section__block.product__section {
    padding-top: 0;
}
.product__section {
  margin-bottom: 50px;
    padding-top: 0;
}
.product-list__section h2,
.product__section h2 {
    margin-top: 0;
    padding-top: 0;
    border:none;
}

.product__explain {
  margin: 0 0 0 20px;
  line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: 16px;
}

/*追加*/
.brandlogo img{
    width: 110px;
    height: auto;
    padding: 5px;
    border:1px #000000 solid;
}

.brandexpl{
    margin-top: 40px;
}
.brandexpl a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    background-color: #000000;
}
.brandexpl a:hover{
    text-decoration: none;
    background-color: #666666;
}

/*ここまで*/

.product__model {
  color: #666;
}

.product__image-main {
    position: relative;
    margin-bottom: 10px;
  text-align: left;
}
.product__image-main img.image__main{
    max-width: 800px;
    width: 100%;
    margin:  0 auto 25px auto;
}

.product__image-thumb ul li {
  cursor: pointer;
    width: 19%;
    margin:0.5%;

}

.image__thumb {
  padding: 2px;
border:1px #dfdfdf solid;
}

.image__thumb--active {
border:1px #000000 solid;
}

.product__guide {
  padding: 0 0 20px 0;
}


/*値段ブロック*/
.product__prices{
    border-top:1px #000000 dotted;
    padding-top: 20px;
    text-align: center;
    margin-top: 0;
}


.product__price-part {
  font-size: 26px;
  padding-bottom: 0px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 10px;
  font-size: 22px;
}
ul.product__related-list{list-style: none;
margin: auto;text-align: center;}
.product__related-list__link {
  display: inline-block;
  padding: 2px;
    text-align: left;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  padding:0;
    margin: auto;
    text-align: center;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;

    margin: auto;
    text-align: center;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {

    width: 50%;
    margin: auto;
    text-align: center;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
    margin-left: 5px;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 10px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 20px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
h2.section__title-h2 {
    font-size: 42px;
    line-height: 1.25;
/*
    margin: 0;

    letter-spacing: 0.05em;
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom:2px #ff0000 solid;
*/
}
.section__title-h2 img{
    margin-right: 10px !important;
    vertical-align: middle;
}
.section__title-h2 br {
  content: "";
}
.section__title-h2 br:after {
  margin-right: .5em;
  content:"";
}

.btn__quick,
.btn__addcart {
    width: 60%;
}
.btn__addcart {
  background-color:#000000;
  border: 1px solid #000000;
  color: #fff;
    font-size: 24px;
}


.btn-primary {
  background-color:#000000;
  border: 1px solid #000000;
  color: #fff;

}
.btn-primary:hover {
  background-color:#333333;
  border: 1px solid #333333;
  color: #fff;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 26px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 14px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
