@charset "UTF-8";
/*共通*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&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;
    font-size: 14.5px;
    line-height: 1.8;
}
.spe-container a{
    text-decoration: none;
}
section{
    padding: 70px 0;
    background: #fffde5;/*可変*/
}
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{
	margin: 30px 0 50px;
	text-align: center;
	opacity: 0;
	transform: translate(0, 45px);
	transition: all 300ms;
}
.spe_head-title h2{
	font-size: 25px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*可変*/
}
.spe_head-title h2 span{
	font-size: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    letter-spacing: 5px;
    display: block;
	padding: 0 0 30px 0;/*可変*/
}
.spe_btn{
    border: 1px solid;/*可変*/
    position: relative;
    border-radius:100px;/*可変*/
    -webkit-transition: .3s;
    transition: .3s;
}
.spe_btn a{
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight:bold;
}
.spe_btn:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    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_btn:hover{
    background: #fffde5;/*可変*/
}
.spe_btn:hover a{
    color: #000;/*可変*/
}
.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: #bf0000;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    margin: 0;
    display: block;
    float: none;
    border: none;
}
/*セクション単位*/
/*メイン画像*/
section:nth-child(1){
	margin: 0;
}
.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{
	width: 1065px;
	margin: 0 auto;
}
.spe_main-caption p{
    padding: 0 48px;
    line-height: 2.57;
    text-align: center;
    font-weight:bold;
}
/*目次*/
.spe_table-list{
	text-align: center;
	border-radius: 100px;/*可変*/
	background: #fff;/*可変*/
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 50px;
}
.spe_table-list li{
	position: relative;
	display: inline-block;
    border-bottom: 4px solid;
    margin:10px;
	-webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}
.spe_table-list li:last-child{
	margin: 0;
}
.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:hover, .spe_table-list li:hover a{
	border-bottom-color:#fff133;/*可変*/
}
.spe_table-list li a{
	display: block;
    padding: 3px 30px 3px 50px;
    font-weight: bold;
	-webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}
.spe_table-list li a:hover{
	color:000;
}
/*関連記事*/
.spe_contents_03{
	position: relative;
	z-index: 1;
}
.spe_contents_03:before{
	content: '';
    display: block;
    position: absolute;
	bottom: 226px;/*可変*/
    left: -180px;/*可変*/
    width: 245px;
    height: 523px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(20%, 40%);/*可変*/
    -moz-transform: translate(20%, 40%);/*可変*/
    -ms-transform: translate(20%, 40%);/*可変*/
    -o-transform: translate(20%, 40%);/*可変*/
    transform: translate(20%, 40%);/*可変*/
    z-index: -1;
}
.spe_contents_03:after{
	content: '';
    display: block;
    position: absolute;
    top: 26%;/*可変*/
    left: 85%;/*可変*/
    width: 425px;
    height: 440px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(-20%, 40%);/*可変*/
    -moz-transform: translate(-20%, 40%);/*可変*/
    -ms-transform: translate(-20%, 40%);/*可変*/
    -o-transform: translate(-20%, 40%);/*可変*/
    transform: translate(-20%, 40%);/*可変*/
    z-index: -1;
}
.spe_topics-bloc{
	font-size: 0;
}
.spe_related-topics .spe_topics-cell{
	display: inline-block;
    overflow: hidden;
    border: 1px solid #eee;/*可変*/
    background: #fff;/*可変*/
	border-radius: 40px 0px 0px 0px;/*可変*/
    width: calc(94%/4);
    margin: 0px 2% 10px 0px;
    font-size:14.5px;
}
@media all and (-ms-high-contrast: none) {
  .spe_related-topics .spe_topics-cell {
    width: calc(93%/4);
  }
}
.spe_related-topics .spe_topics-cell:hover{
	background: #fff133;/*可変*/
	-webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}
.spe_related-topics .spe_topics-cell:nth-child(4n){
	margin-right: 0;
}
.spe_related-topics .spe_topics-cell img{
    width: 248px;
    height: 248px;
    object-fit: cover;
}
.spe_related-topics .spe_topics-cell a:hover{
    color: #000;/*可変*/
}
.spe_related-topics .spe_topics-caption{
	padding: 15px;
}
/*不動の人気商品*/
section:nth-child(5){
	background: #fff133;/*可変*/
	position:relative;
}
.spe_pickup-item{
	clear: both;
	overflow: hidden;
}
.spe_pickup-item .spe_pickup-item_pic-box{
	width: 47%;
	float: left;
}
.spe_pickup-item .spe_pickup-item_pic-box img{
	width: 500px;
	height: auto;
	border-radius: 50px 50px 0px 50px;/*可変*/
}
.spe_pickup-item .spe_pickup-item_txt-box{
	width:53%;
	float: right;
	vertical-align: middle;
}
.spe_pickup-item .spe_pickup-item_box-txt{
    margin: 30px 0 30px 20px;
}
.spe_pickup-item .spe_pickup-item_txt-box .item-name{
	font-size: 20px;
	font-weight: bold;
	height: initial;
	margin: 0 0 15px 0;
    padding: 0 0 0 20px;	
}
.spe_pickup-item .spe_pickup-item_txt-box .item-price{
	border-bottom: 3px solid #fff133;/*可変*/
    padding: 0 0 15px 20px;
}
.spe_pickup-item .spe_btn{
    display: table;
    margin: 0 0 0 20px;
    background: #000;
    color: #fff;
}
.spe_pickup-item .spe_btn a{
    width: 400px;
    color:#fff;
}
/*人気ランキング*/
.spe_ranking li{
    width: calc(92%/4.5);
    padding: 10px;
    display: inline-flex;
    margin: 0 calc(5.9%/3.5) 0 0;
    background: #fff;/*可変*/
}
.spe_ranking li a{
    width: 100%;
    display: block;
    text-decoration: none;
}
.spe_ranking li img{
	width: 100%;
    height: auto;
    display: block;
}
.spe_ranking li .item-name{
    font-size: 11px;
    margin: 5px 0;
    line-height: 120%;
    padding: 0;
    text-align: left;
    height: 55px;
}
.spe_ranking li:before {
    -webkit-transform: scale(1.0);/*可変*/
    transform: scale(1.0);/*可変*/
    position: absolute;
    top: 2px;/*可変*/
    left: -14px;/*可変*/
}
.spe_ranking li:nth-child(1)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0001.png);/*可変*/
}
.spe_ranking li:nth-child(2)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0002.png);/*可変*/
}
.spe_ranking li:nth-child(3)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0003.png);/*可変*/
}
.spe_ranking li:nth-child(4)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0004.png);/*可変*/
}
.spe_ranking li:nth-child(5)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0005.png);/*可変*/
}
.spe_ranking li:nth-child(6)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0006.png);/*可変*/
}
.spe_ranking li:nth-child(7)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0007.png);/*可変*/
}
.spe_ranking li:nth-child(8)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0008.png);/*可変*/
}
.spe_ranking li:nth-child(9)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0009.png);/*可変*/
}
.spe_ranking li:nth-child(10)::before {
    content: url(/user_data/packages/production/img/special/special0016/number_0010.png);/*可変*/
}
/*内容縦1列（spe_main_layout01）*/
.spe_main_layout01 .spe_main-item-cell{
	padding: 20px 0  20px;
	margin: 0 auto 50px;
	clear: both;
	overflow: hidden;
}
.spe_main_layout01 .spe_main-item_pic-box{
    float: left;
    width: 30%;
}
.spe_main_layout01 .spe_main-item_pic-box img{
	width: 300px;
	height: auto;
    padding: 11px;
    background: #fff;/*可変*/
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}
.spe_main_layout01 .spe_main-item_txt-box{
    float: right;
    width: 70%;
    padding: 0 0 0 42px;
    vertical-align: middle;
}
.spe_main_layout01 .spe_main-item_txt-box .item-name{
	font-size: 18px;
	font-weight: 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{
    display: inline-block;
    width: calc(93%/2);
    padding: 30px;
    margin: 0 6.7% 80px 0;
    font-size: 14.5px;
    border: 1px solid #fff133;/*可変*/
    background: #fff;/*可変*/
    box-shadow: -20px -20px 0 #fff133;/*可変*/
    border-radius: 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-weight: 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;
}
.spe_main_layout02 .spe_btn{
	text-align: center;
}
/*各目次内容*/
#spe_contents_08{
 background-image:
  repeating-linear-gradient(
    90deg,
    #f8f8f8 ,
    #f8f8f8 1px,
    transparent 1px,
    transparent 22px
  ),/*可変*/
  repeating-linear-gradient(
    0deg,
    #f8f8f8 ,
    #f8f8f8 1px,
    #fff 1px,
    #fff 22px
  );/*可変*/
}
.spe_contents_06{
	position: relative;
	z-index:2;
    background: #fff;/*可変*/
    padding: 30px;
    border-radius:0;/*可変*/
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}
#spe_contents_07 .spe_head-title{
    position: relative;
}
#spe_contents_07 .spe_head-title:before {
	content: "";
    display: block;
    position: absolute;
    width: 170px;
    height: 430px;
    background: url(/user_data/packages/production/img/special/special0016/pattern_0003.png) no-repeat center top/contain;/*可変*/
    top: -15px;
    right: -80px;
}
/*人気サイズ＆タイプで選ぶ*/
.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 #fff133;/*可変*/
    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 #fff133;/*可変*/
    background: #fff133;/*可変*/
}
.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;
}
.spe_size-link li:hover a, .spe_type-link li:hover a{
	color: #000;/*可変*/
}
.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 #fff133;/*可変*/
    border-radius: 0;/*可変*/
}
.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;
	width: 500px;
    margin: 0 0 0 auto;
}
.spe_link-button:before{
    content: '';
    display: block;
    position: absolute;
	bottom: 49px;/*可変*/
    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;/*可変*/
    background: #fff;/*可変*/
    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;    background: url(/user_data/packages/production/img/special/special0016/arrow_0001.png)no-repeat left top;/*可変*/
}
.spe_link-button-fix a{
	position:relative;
	font-weight:bold;
	display: block;
}
.spe_link-button-fix:hover{
	opacity: 0.8;
  	-webkit-transform: translateY(-5px);
 	 transform: translateY(-5px);
}
.spe_link-button-fix a:hover{
	color: #000;
}
/*動き*/
.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}