/*共通*/
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
#spe_wrapper *{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.spe-container{
    width: 100%!important;
    min-width: 1065px;
    margin: 0 auto;
    padding: 0;
    color: #111111;
    font-size: 14.5px;
    line-height: 1.8;
}
.spe-container a{
    text-decoration: none;
}
.spe-container section{
    padding: 70px 0;
    background: #f8f8f8;
}
.spe-area-wrapper section:not(:first-of-type) > div{
    margin: 0 auto;
    width: 1065px;
}
.spe_main-title, .spe_main-caption {
    margin: 0 auto;
    width: 1065px;
}
.spe_main-caption{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.0;
}
.spe_head-title{
	text-align: center;
	opacity: 0;
	transform: translate(0, 45px);
	transition: all 300ms;
}
.spe_contents_02 .spe_head-title, .spe_contents_04 .spe_head-title, .spe_contents_05 .spe_head-title, .spe_contents_06 .spe_head-title, .spe_contents_07 .spe_head-title, .spe_contents_08 .spe_head-title, .spe_contents_09 .spe_head-title, .spe_contents_10 .spe_head-title{
	padding: 100px 0 40px;
}
.spe_head-title h2{
	font-size: 20px;
}
.spe_head-title h2 span{
	font-size: 55px;
	font-family: 'Monoton', cursive;
	font-weight: normal;
	letter-spacing: 5px;
	color: #111111;
	display: block;
	padding: 0 0 20px 0;
}
.spe_btn a{
	display: inline-block;
	padding: .75rem 1.25rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .15rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.spe_btn a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #b7b7b7;
	z-index: -2;
}
.spe_btn a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #666;
	transition: all .3s;
	z-index: -1;
}
.spe_btn a:hover{
	color: #fff;
}
.spe_btn a:hover:before {
	width: 100%;
}
.spe-container .item-price{
	font-size: 18px;
	padding:0;
    margin: 0;
    font-weight: 700;
    color: #bf0000;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -js-display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.spe-container .item-price:after{
    content: "送料無料";
    padding: 0 12px;
    background-color: #bf0000;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    margin: 0;
    display: block;
    float: none;
    border: none;
}
/*セクション単位*/
/*メイン画像*/
.spe-area-wrapper section:nth-child(1){
	margin: 0;
	background: linear-gradient(#f8f8f8 50%, #111111 50%);
}
.spe_main-title h1 img{
	width: 100%;
}
.spe_main-title, .spe_main-caption{
    width: 1065px;
    margin: 0 auto;
	padding: 20px 0;
}
.spe_main-title{
    text-align: right;
    font-size: 13px;
}
.spe_main-title h1{
	font-weight:normal;
}
.spe_main-visual{
	position: relative;
	width: 1065px;
	margin: 0 auto;
}
.spe_main-caption p{
    padding: 0 48px;
    color: #fff;
    line-height: 2.57;
    text-align: center;
    font-weight:bold;
}

/*目次*/
.spe_table-list{
	text-align: center;
}
.spe_table-list li{
	position: relative;
	display: inline-block;
    border-left: 1px solid;
}
.spe_table-list li:last-child{
    border-right: 1px solid;
}
.spe_table-list li:before{
	content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 25px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: scaleY(0.8) rotate(45deg);
    -moz-transform: scaleY(0.8) rotate(45deg);
    -ms-transform: scaleY(0.8) rotate(45deg);
    -o-transform: scaleY(0.8) rotate(45deg);
    transform: scaleY(0.8) rotate(45deg);
}
.spe_table-list li a{
	display: block;
    padding: 3px 30px 3px 50px;
}
/*関連記事*/
.spe-area-wrapper section:nth-child(3){
	background: #111111;
    position: relative;
	padding: 0 0 164px;
}
.spe_contents_03 .spe_head-title{
    color: #fff;
    position: absolute;
    bottom: 38px;
	left: 0;
	right: 0;
}
.spe_contents_03 .spe_head-title span{
	color: #fff;
}
.spe_topics-bloc{
	font-size:0;
　　	line-height:0;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
}
.spe_related-topics .spe_topics-cell{
	display: inline-block;
    overflow: hidden;
    width: calc(100%/4);
    padding: 0 20px;
    font-size:14.5px;
    border-right: 1px solid #fff;
}
@media all and (-ms-high-contrast: none) {
  .spe_related-topics .spe_topics-cell {
    width: calc(93%/4);
  }
}
.spe_related-topics .spe_topics-cell:nth-child(4n){
	border:0;
}
.spe_related-topics .spe_topics-cell img{
	width: 248px;
    height: 248px;
    object-fit: cover;
}
.spe_related-topics .spe_topics-cell a{
	color: #fff;
}
.spe_related-topics .spe_topics-caption{
	padding: 15px 0;
	text-align: center;
}
/*不動の人気商品*/
.spe-container section:nth-child(5){
	background:#eee;
}
.spe_pickup-item{
	clear: both;
	overflow: hidden;
}
.spe_pickup-item .spe_pickup-item_pic-box{
	width: 35%;
	float: left;
}
.spe_pickup-item .spe_pickup-item_pic-box img{
	width: 300px;
	height: auto;
}
.spe_pickup-item .spe_pickup-item_txt-box{
	width:65%;
	float: right;
	vertical-align: middle;
}
.spe_pickup-item .spe_pickup-item_box-txt{
    margin: 30px 0;
}
.spe_pickup-item .spe_pickup-item_txt-box .item-name{
	font-size: 20px;
	font-weight: bold;
	height: initial;
	margin: 0 0 15px 0;
}
.spe_pickup-item .spe_btn{
    display: table;
}
.spe_pickup-item .spe_btn a{
    width: 400px;
}
/*人気ランキング*/
.spe_contents_04{
	background: #fff;
	padding: 80px 30px;
	position:relative;
}
.spe_contents_04:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #111111 transparent transparent transparent;
    z-index: 0;
}
.spe_contents_04:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px;
    border-color: #eee #eee transparent transparent;
    z-index: 0;
}
.spe_ranking li{
    width: calc(85%/5);
    display: inline-flex;
    margin: 0 calc(10%/4) 0 0;
}
.spe_ranking li a{
    width: 100%;
    display: block;
    text-decoration: none;
}
.spe_ranking li img{
	width: 100%;
    height: auto;
    display: block;
}
.spe_ranking li:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.spe_ranking li .item-name{
    font-size: 11px;
    margin: 5px 0;
    line-height: 120%;
    padding: 0;
    text-align: left;
    height: auto;
}
.spe_ranking li:before {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    position: absolute;
    top: 2px;
    left: -14px;
}
/*内容縦1列（spe_main_layout01）*/
.spe_main_layout01 .spe_main-item-cell{
	padding: 45px 0;
	margin: 0 0 80px;
	clear: both;
	overflow: hidden;
}
.spe_main_layout01 .spe_main-item-cell .spe_main-item_pic-box{
    width: 33%;
   	position: relative;
	padding: 0 20px;
}
.spe_main_layout01 .spe_main-item-cell:nth-child(odd) .spe_main-item_pic-box{
    float: left;
}
.spe_main_layout01 .spe_main-item-cell:nth-child(even) .spe_main-item_pic-box{
    float: right;
}
.spe_main_layout01 .spe_main-item-cell .spe_main-item_pic-box .item-picture:before{
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(to right, #ccc, #ccc 2px, #f8f8f8 2px, #f8f8f8 4px);
    top: 20px;
    left: 20px;
    z-index: 1;
}
.spe_main_layout01 .spe_main-item_pic-box .item-picture{
	position: relative;
    padding: 5px;
    border: 1px solid #ccc;
}
.spe_main_layout01 .spe_main-item_pic-box img{
	width: 300px;
	height: auto;
	position: relative;
  	z-index: 1;
}
.spe_main_layout01 .spe_main-item-cell:nth-child(odd) .spe_main-item_txt-box{
    float: right;
    width: 62%;
    padding: 0 0 0 45px;
    vertical-align: middle;
}
.spe_main_layout01 .spe_main-item-cell:nth-child(even) .spe_main-item_txt-box{
    float: right;
    width: 62%;
    padding: 0 45px 0 0;
    vertical-align: middle;
}
.spe_main_layout01 .spe_main-item_txt-box .item-name{
	font-size: 18px;
	font-weght: bold;
	height: initial;
	margin: 0 0 15px 0;
}
.spe_main_layout01 .spe_pickup-item_box-txt{
	margin: 30px 0;
}
.spe_main_layout01 .spe_btn{
    display: table;
}
.spe_main_layout01 .spe_btn a{
    width: 400px;
}
/*内容横2列（spe_main_layout02）*/
.spe_main_layout02 .spe_main-item-bloc{
    font-size: 0;
}
.spe_main_layout02 .spe_main-item-cell{
	position: relative;
    display: inline-block;
    width: calc(90%/2);
    padding: 37px;
    margin: 0 10% 80px 0;
    font-size: 14.5px;
    border-left: 1px #111111 dashed;
}
.spe_main_layout02 .spe_main-item-cell:before{
    content: '';
    border-top: 4px solid #111111;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.spe_main_layout02 .spe_main-item-cell:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 0;
}
.spe_main_layout02 .spe_main-item-cell:nth-child(2n){
	margin-right:0;
}
.spe_main_layout02 .spe_main-item_txt-box .item-name{
	font-size: 18px;
	font-weght: bold;
	height: initial;
	margin: 15px 0;
}
.spe_main_layout02 .item-picture{
	text-align: center;
}

.spe_main_layout02 .item-picture img{
	width: 100%;
	height: auto;
}
.spe_main_layout02 .spe_pickup-item_box-txt{
	margin: 30px 0;
    background-color: #f6f6f6;
    background-image: linear-gradient(-45deg, transparent 25%, #ededed 25%, #ededed 50%, transparent 50%, transparent 75%, #ededed 75%, #ededed);
    background-size: 100px 100px;
    position: relative;
    z-index: 0;
    padding: 15px;
}
.spe_main_layout02 .spe_btn{
	text-align: right;
}
/*各目次の内容*/
#spe_contents_06, #spe_contents_07{
    background-size: 2400px 90px;
    padding: 95px 0 0;
}
.spe_contents_06 .spe_head-title{
	position:relative;
}
.spe_contents_06 .spe_head-title:before{
	content: "";
    display: block;
    position: absolute;
    width: 209px;
    height: 159px;
    left: -117px;
    top: -58px;
    z-index: 1;
}
.spe_contents_06 .spe_head-title:after{
	content: "";
    display: block;
    position: absolute;
    width: 209px;
    height: 159px;
    right: -117px;
    bottom: -58px;
    z-index: 1;
}
/*人気サイズ＆タイプで選ぶ*/
.spe_contents_09 .spe_head-title, .spe_contents_10 .spe_head-title{
	position:relative;
}
.spe_contents_09 .spe_head-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 169px;
    height: 159px;
    left: -117px;
    top: -58px;
    z-index: 1;
}
.spe_contents_10 .spe_head-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 169px;
    height: 159px;
    right: -117px;
    top: -58px;
    z-index: 1;
}
.spe_size-link, .spe_type-link{
	clear: both;
	overflow: hidden;
}
.spe_size-link ul, .spe_type-link ul{
	font-size:0;
　　	line-height:0;
}
.spe_size-link li, .spe_type-link li{
	border-radius: 10px;
    border: 2px solid #111111;
    background: #fff;
    text-align: center;
    margin: 0 2% 20px 0;
    display: inline-block;
    width: calc(94%/4);
    font-size: 15px;
}
@media all and (-ms-high-contrast: none) {
  .spe_size-link li, .spe_type-link li {
    width: calc(93%/4);
  }
}
.spe_size-link li:hover, .spe_type-link li:hover{
    border: 2px solid #111111;
    background: #111111;
}
.spe_size-link li:nth-child(4n), .spe_type-link li:nth-child(4n){
	margin-right: 0;
}
.spe_size-link li a, .spe_type-link li a{
	font-weight: bold;
	display: block;
	text-decoration: none;
    color: #111111;
}
.spe_size-link li:hover a, .spe_type-link li:hover a{
	color: #fff;
}
.spe_size-link-name, .spe_type-link-name{
	padding: 20px 0;
    display: inline-block;
}
.spe_size-link li a p, .spe_type-link li a p{
	border-bottom: 3px dotted;
    padding: 5px;
}
/*ティップス*/
.spe_tips li{
	position:relative;
    padding: 48px 48px 34px;
    margin-bottom: 60px;
}
.spe_tips li:before, .spe_tips li:after{
	position: absolute;
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    content: "";
    border: 4px solid #ffffff;
}
.spe_tips li:before{
	top: 20px;
    left: -12px;
}
.spe_tips li:after{
	right: 0;
    bottom: 0;
}
.spe_tips h2{
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.2;
	margin-bottom: 8px;
}
.spe_tips h2 span{
    font-size: 20px;
	display: block;
}
/*商品一覧へ*/
.spe_link-button{
	position:relative;
	text-align: right;
	width: 280px;
    margin: 0 0 0 auto;
}
.spe_link-button:before{
    content: '';
    display: block;
    position: absolute;
	bottom: 57px;
    left: -46px;
    width: 100px;
    height: 70px;
}
/*商品一覧へ(右固定）*/
.spe_link-button-fix{
    -ms-writing-mode     : tb-rl;
    -webkit-writing-mode : vertical-rl;
    writing-mode         : vertical-rl;
    position: fixed;
    top: 300px;
    right: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #111111;
    background: #111111;
    width: 90px;
    line-height: 90px;
    padding: 20px 0;
	transition: .3s;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	z-index:2;
}
.spe_link-button-fix a:before{
    content: '';
    display: block;
    position: absolute;
    top: -79px;
    left: -65px;
    width: 100px;
    height: 70px;
}
.spe_link-button-fix a{
	position:relative;
	color:#fff;
	font-weight:bold;
}
.spe_link-button-fix:hover{
	opacity: 0.8;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
/*動き*/
.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}