/*
Theme Name: reincarnation
Theme URI: https://re-incarnation.net/
Description: This theme is created for reincarnation only.
Version: 1.0
Author: reincarnation
Tags: one columns, widgets
*/

@charset "utf-8";

/* Preferences
----------------------------------------------------------- */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* html5 reset css */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;} nav ul {list-style:none;} blockquote, q {quotes:none;} blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del {text-decoration: line-through;} abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select {vertical-align:middle;} 
/* //html5 reset css */
html{font-size: 62.5%;}
body{
	color: #555;
	line-height: 1.75;
	text-align: left;
	font-size: 14px;
	/* background-image: url("img/bg_cover.png"),url("img/bg.jpg");
	background-repeat: repeat-y,no-repeat;
	background-position: 50% 50%,50% 0;
	background-attachment: scroll,fixed; */
	/* background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% top;
	background-attachment: fixed; */
}

@media screen and (max-width: 960px) {
	body{
		background-image: none;
		position: relative;
		padding-bottom: 50px !important;
	}
}

ul{list-style-type: none;}
ul.circle{list-style-type: circle;margin-left:1.2em;}
ul.disc{list-style-type: disc;margin-left:1.2em;}
ul,ol{margin-left:1.5em;}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
p{margin-bottom: 1em;}
em,address{
	font-weight: normal;
	font-style: normal;
}
table{
	border-collapse: collapse;
	width: 100%;
}
th,td{
	padding: 0.6em 1em;
	border: 1px #ddd solid;
	font-weight: normal;
	vertical-align: middle;
}
img{
	border: 0;
	vertical-align: middle;
}
blockquote{
	margin: 0 0 1em;
	padding: 1em;
	background-color: #555;
}
blockquote p{margin: 0;}

a{
	text-decoration: none;
	color: #555;
	outline: none;
}
a:hover{
	text-decoration: underline;
}

/* public css
----------------------------------------------------------------*/
.clear{clear: both;}
.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;overflow: hidden;}
* html .cf{ zoom: 1; } /* ie6 */
*:first-child+html .cf { zoom: 1; } /* ie7 */

.alignleft{float: left; margin-right: 1em;}
.alignright{float: right; margin-left: 1em;}
.aligncenter{text-align: center; display: block; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 960px) {
	.alignleft{
		float: none;
		margin-right: 0;
	}
	.alignright{
		float: none;
		margin-left: 0;
	}
}

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.red{color: #c12020;}
.bold{font-weight: bold;}
.big{font-size: 150%;}
.small{font-size: 75%;}
.fs16{font-size: 16px;}

.fright{float: right;}
.fleft{float: left;}

/*space*/
.mt0{margin-top: 0;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}.mt35{margin-top: 35px;}.mt40{margin-top: 40px;}.mt45{margin-top: 45px;}.mt50{margin-top: 50px;}.mt100{margin-top: 100px;}
.mr0{margin-right: 0;}.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}.mr35{margin-right: 35px;}.mr40{margin-right: 40px;}.mr45{margin-right: 45px;}.mr50{margin-right: 50px;}.mr100{margin-right: 100px;}
.mb0{margin-bottom: 0;}.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}.mb35{margin-bottom: 35px;}.mb40{margin-bottom: 40px;}.mb45{margin-bottom: 45px;}.mb50{margin-bottom: 50px;}.mb100{margin-bottom: 100px;}.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}.ml35{margin-left: 35px;}.ml40{margin-left: 40px;}.ml45{margin-left: 45px;}.ml50{margin-left: 50px;}.ml100{margin-left: 100px;}.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt50{padding-top: 50px;}.pt100{padding-top: 100px;}
.pr0{padding-right: 0;}.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}.pr40{padding-right: 40px;}.pr45{padding-right: 45px;}.pr50{padding-right: 50px;}.pr100{padding-right: 100px;}
.pb0{padding-bottom: 0;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb35{padding-bottom: 35px;}.pb40{padding-bottom: 40px;}.pb45{padding-bottom: 45px;}.pb50{padding-bottom: 50px;}.pb100{padding-bottom: 100px;}.pl0{padding-left: 0;}
.pl5{padding-left: 5px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}.pl40{padding-left: 40px;}.pl45{padding-left: 45px;}.pl50{padding-left: 50px;}.pl100{padding-left: 100px;}
.mb05e{margin-bottom: 0.5em;}.mb1e{margin-bottom: 1em;}.mb2e{margin-bottom: 2em;}.mb3e{margin-bottom: 3em;}.mb4e{margin-bottom: 4em;}.mb5e{margin-bottom: 5em;}

/*go to top*/
.back{
	position: fixed;
	right: 0;
	bottom: 100px;
	font-size: 85.714%;
	text-align: center;
	display: block;
	line-height: 20px;
	z-index: 5;
	padding: 0.7em 0.6em 0.9em 0.7em;
	border-radius: 3px 0 0 3px;
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #fff;
}
.back i.fa{margin: 0;}
.back:hover{
	opacity: 0.9;
}
@media screen and (max-width: 960px) {
	.back{
		display: none !important;
		opacity: 0 !important;
	}
}

.sh{
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
}

/* effect & decoration
----------------------------------------------------------------*/
/* a,input,textarea{
	transition: all 0.4s ease;
}
input[type="submit"]{
	transition: all 0.1s ease;
} */

/*
div{
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
*/

/* rayout
----------------------------------------------------------------*/
#sb-site{
	background-color: transparent !important;
}

#c_wrap{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 6em;
}

#contents{
	width: auto;
	min-height: 400px;
}

@media screen and (max-width: 960px) {
	#c_wrap{
		width: auto;
		margin: 0;
		padding: 0 1em 3em;
	}
	
	#contents{min-height: 0;}
}


/* header
----------------------------------------------------------------*/
#header{
	background-color: #fff;
	width: 100%;
}

#header_in{
	padding: 2em 0 1em;
	width: 960px;
	margin: 0 auto;
}

#logo{margin-bottom: 1em;}
#logo a{
	display: block;
	width: 230px;
	height: 40px;
	text-indent: -9999px;
	background: url("img/logo.png") no-repeat left top;
    background-size: 100% auto;
    margin: 0 auto;
}

#nav{padding: 2em 0 1em;}
#pc_gm{
    text-align: center;
    margin: 0;
}
#pc_gm li{
	display: inline-block;
    padding: 0 1em;
}
#pc_gm li a{
}

@media screen and (max-width: 960px) {
	#header{border-bottom: 1px solid #ddd;}
	#header_in{
		width: auto;
		margin: 0;
		padding: 0.7em 1em;
	}
	#logo{margin-bottom: 0;}
	#logo a{
		width: 173px;
		height: 30px;
		background-size: 100% auto;
	}
	#desc,#tel_num,#nav{display: none;}
}

/* breadcrumb
----------------------------------------------------------------*/
#breadcrumb{
	width: 960px;
	margin: 0 auto;
	padding: 2em 0 2.5em;
}
#breadcrumb ul{
	margin: 0;
	font-size: 71.4285%;
}
#breadcrumb ul li{
	float: left;
	padding-right: 0.5em;
}
#breadcrumb ul li:last-child{
	padding-right: 0;
}

@media screen and (max-width: 960px) {
	#breadcrumb{
		width: auto;
		margin: 0;
		padding: 1em 1em 2em;
	}
}

/* search
----------------------------------------------------------------*/
#search{}
#s{width: 60%;}
#searchsubmit{}

/* contents
----------------------------------------------------------------*/
.title{
	font-size: 200%;
	margin-bottom: 1em;
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #222;
}
.title span{
	display: inline-block;
	padding: 0 0.3em;
	background: url("img/title_bg.png") repeat-x left bottom;
}

.sub_title{
	font-size: 171.4285%;
	margin-bottom: 0.5em;
	clear: both;
}

.catch{
	font-size: 170%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.4em;
}

.s_box{
	padding-bottom: 3.3em;
	margin-bottom: 3em;
	background: url("img/dot.png") repeat-x left bottom;
	background-size: auto 4px;
}
.mincho{font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" !important;}

i.fa{
	font-family:FontAwesome !important;
	margin-left: 0.4em;
}

.btn.mb{margin-bottom: 6em;}
.btn a{
	display: block;
	text-align: center;
	width: 32%;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	font-size: 150%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn a:hover{
	background-color: #555;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	.title{
		font-size: 150%;
		margin-bottom: 0.8em;
	}
	.title span{
		background-size: auto 16px;
	}
	
	.sub_title{font-size: 128.5714%;}
	
	.catch{
		font-size: 140%;
		margin-bottom: 0.4em;
	}
	.s_box{}
	.btn.mb{margin-bottom: 3em;}
	.btn a{
		font-size: 128.5714%;
		width: auto;
	}
}

/* side
----------------------------------------------------------------*/

/* footer
----------------------------------------------------------------*/
footer{clear: both;}
footer a{color: #555;}
footer a:hover{
	color: #999;
	text-decoration: none;
}

#footer_in{
	border-top: 1px solid #ddd;
	width: 960px;
	margin: 0 auto;
	padding: 2.5em 0;
}

#f_logo{
	display: block;
	width: 230px;
	height: 40px;
	margin: 0 auto 2em;
	text-indent: -9999px;
	background: url("img/logo.png") 0 0 no-repeat;
	background-size: 100% auto;
}

#f_menu{
	margin: 0;
	text-align: center;
	font-size: 85.7142%;
}
#f_menu li{
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

footer #copy{
	font-size: 85.7142%;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 1em 0;
}

.bottom_btn{display: none;}

@media screen and (max-width: 960px) {
	#footer_in{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 2.5em 1em;
	}
	#f_logo{
		height: 30px;
		width: 173px;
		margin: 0 auto 1.5em;
	}
    #f_menu{float: none;}
	#f_add{
		float: none;
		margin-bottom: 2em;
	}
	footer #copy{
		position: static;
		right: auto;
		bottom: auto;
	}
	
	.bottom_btn{
		display: block;
		z-index: 4;
		width: 100%;
		height: 50px;
		line-height: 50px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.8);
	}
}

/* スライドメニュー */
#sb_btn{display: none;}

#sp_gm{
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#sp_gm li{
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#sp_gm li a{
	display: block;
	color: #fff;
	padding: 1em;
	text-decoration: none;
}
#sp_gm li a:hover{
	background-color: #2d2d2d;
}

@media screen and (max-width: 960px) {
	#sb_btn{
		display: block;
		position: fixed;
		top: 0.7em;
		right: 1em;
		z-index: 11;
	}
	#sb_btn a{
		display: block;
		text-indent: -9999px;
		width: 30px;
		height: 30px;
		background: url("img/sb_btn.png") no-repeat left top;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
}

/* form
----------------------------------------------------------------*/
#contact .wpcf7,#corporation .wpcf7{
	margin: 0 auto 3em;
	width: 50%;
}

.form_box{
	border-bottom: 1px dotted #ddd;
	display: table;
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 100%;
}
.form_box .ft,.form_box .fc{
	display: table-cell;
	vertical-align: top;
}
.form_box .ft{width: 34%;}
.form_box .fc{width: 66%;}

input[type="text"],input[type="email"],input[type="tel"],textarea,select{
	font-size: 87.5%;
	padding: 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	width: 100%;
}
input[type="radio"]{
	vertical-align: middle;
	margin: 0 0.4em;
}
input[type="text"]#zip{width: 40%;}
label{display: block;}

.req{
	color: #ff6666;
	font-size: 75%;
	margin-left: 0.5em;
}

@media screen and (max-width: 960px) {
	#contact .wpcf7,#corporation .wpcf7{width: 100%;}
	.form_box,.form_box .ft,.form_box .fc{display: block;}
	.form_box .ft,.form_box .fc{width: 100%;}
	.form_box .ft{margin-bottom: 0.5em;}
}

/* post
----------------------------------------------------------------*/
/* item_list */
.item_list{margin: 0 -1em;}
.item_list li{
	float: left;
	width: 33.3333%;
	padding: 0 1em;
	margin-top: 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.item_list li#no_item{
	float: none;
	width: auto;
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}
.item_list li:nth-child(3n+1){
	clear: both;
}
.item_list li:nth-child(-n+3){
	margin-top: 0;
}
.item_list .thumb{
	display: block;
	margin-bottom: 0.5em;
}
#home .item_list .thumb{margin-bottom: 0;}
.item_list img{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.item_list .item_link,
.item_list .kakaku{
	margin-bottom: 0;
	text-align: center;
}
.item_list .kakaku{color: #888;}

@media screen and (max-width: 600px) {
	.item_list{margin: 0 -0.5em;}
	.item_list li{
		width: 50%;
		padding: 0 0.5em;
	}
	.item_list li:nth-child(3n+1){
		clear: none;
	}
	.item_list li:nth-child(2n+1){
		clear: both;
	}
	.item_list li:nth-child(3){margin-top: 2em;}
}

/* item_page */
.item_page .left_box,.item_page .right_box{
	width: 466px;
	margin-bottom: 3em;
}
.item_page .left_box{float: left;}
.item_page .left_box img{
	width: 100%;
	height: auto;
}
.item_page .right_box{
	float: right;
	text-align: center;
	background-color: #fafafa;
	padding: 3em 1em;
}
.item_page .item_price{margin-bottom: 3em;}
.item_page .item_price span{font-size: 142.8571%;}
.item_page .skuform .skuquantity{
	margin: 0 5px;
	text-align: right;
	width: 3em;
}
.item_page .skuform .cart_btn{margin-top: 1em;}
.item_page .skuform .skubutton{
	font-family: FontAwesome !important;
	color: #fff;
	background-color: #4d4d4d;
	font-size: 14px;
	line-height: 24px;
	padding: 4px 10px;
	border: 1px solid #4d4d4d;
	border-radius: 6px;
	cursor: pointer;
}
.item_page .skuform .skubutton:hover{opacity: 0.9;}
.item_page .sk_link{margin-top: 3em;}
.item_page .sk_link a{font-size: 85.7142%;}

@media screen and (max-width: 960px) {
	.item_page .left_box,.item_page .right_box{width: 50%;}
	.item_page .left_box{padding-right: 1em;}
}
@media screen and (max-width: 600px) {
	.item_page .left_box,.item_page .right_box{
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.item_page .left_box{padding-right: 0;}
}

/* cart */
.cart_page .post{
	padding: 0 0 20px;
	border: none;
}
.cart_page .confiem_notice{text-align: center;}
.cart_page #cart{font-size: 14px;}
.cart_page #cart .upbutton{margin-bottom: 1em;padding: 0;}
.cart_page #inside-cart .no_cart{color: #555;}
.cart_page #inside-cart .send,
.cart_page #customer-info .send,
.cart_page #delivery-info .send,
.cart_page #info-confirm .send{
	border-top: 1px solid #eee;
}
.cart_page #cart th,.cart_page #cart td{border-color: #ccc;font-size: 85%;}
.cart_page #cart th{
	background-color: #efefef;
	color: #555;
}
.cart_page #cart td{background-color: rgba(255, 255, 255, 0.4);}

.cart_page #confirm_table .ttl{background-color: #efefef;}
.cart_page #confirm_table h3{background-color: transparent;color: #555;}
.cart_page #confirm_table th,.cart_page #confirm_table td{border-color: #ccc;}
.cart_page #confirm_table td{background-color: rgba(255, 255, 255, 0.4);}
.cart_page #confirm_table .ttl td{background-color: transparent;}

.cart_page .send{text-align: center;}
.cart_page .footer_explanation{
	text-align: center;
	font-size: 75%;
	padding: 4.8rem 0 0;
	color: #c12020;
}

@media screen and (max-width: 960px) {
	.cart_page #cart .stock{display: none;}
}
@media screen and (max-width: 600px) {
	.cart_page #confirm_table h3{font-size: 12px;}
	.cart_page #cart,
	.cart_page #confirm_table td,
	.cart_page #confirm_table th{font-size: 10px;}
	.cart_page #cart .thumbnail,
	.cart_page #cart .num,
	.cart_page #info-confirm #cart .action{display: none;}
}


/* cart navi */
.usccart_navi > *,
.usccart_navi > *::before,
.usccart_navi > *::after{-webkit-box-sizing: border-box;box-sizing: border-box;}
.cd-multi-steps {
  width: 100%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.1rem;
  color: #777;
}
.cd-multi-steps li.current > * {
  /* selected step */
  color: #555;
}
.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #555;
}
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #004272;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #555;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #004272;
  }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #004272;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    -webkit-box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}

.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}



/* カテゴリー */
.news_list{margin: 0;}
.news_list li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
.news_list li:last-child{margin-bottom: 0;}
.news_list li .data{margin-right: 1em;}

@media screen and (max-width: 600px) {
	.news_list li .data{
		margin-right: 0;
		display: block;
	}
}

/* 投稿 */
.single_page .data{
	font-size: 85%;
	margin-bottom: 0.5em;
}
.single_page .title{text-align: left;}
.entry ul,.detail_text ul{
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.entry h3,.detail_text h3{
	clear: both;
	font-size: 171.428%;
	margin-bottom: 0.5em;
}
.entry a:hover img,.detail_text a:hover img{opacity: 0.8;}

img.wp-smiley,
img.emoji{
	display: inline !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.tag{
	font-size: 85%;
	padding: 1em 0 0;
	text-align: right;
}

@media screen and (max-width: 960px) {
	.entry h3,.detail_text h3{font-size: 128.5714%;}
	.entry a img,.detail_text a img{
		width: 100%;
		float: none !important;
		margin: 0 !important;
	}
}

/* wp plugin
----------------------------------------------------------------*/
/* carousel */
.list_carousel {
	z-index: 10;
	margin-bottom: 3em;
}
.list_carousel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list_carousel li{
	padding: 0;
	display: block;
	float: left;
}

@media screen and (max-width: 960px) {
	.list_carousel {margin-bottom: 2em;}
	.list_carousel li img{
		width: 100%;
		height: auto;
	}
}

/* pagenavi */
.wp-pagenavi {
	clear: both;
	text-align: center;
	padding: 2em 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #222;
	padding: 0.2em 0.6em;
	margin: 0.2em;
	color: #999;
	display: inline-block;
}
.wp-pagenavi a:hover{background-color: #cbab56; color: #fff; border-color: #cbab56;}
.wp-pagenavi span.current{background-color: #222;}

/* ページ
----------------------------------------------------------------*/
/* ホーム */
#main_visual{
	text-align: center;
	margin-bottom: 3em;
}

.top_lb,
.top_rb{
	width: 470px;
	margin-bottom: 2em;
}
.top_lb{float: left;}
.top_rb{float: right;}
.top_lb img,
.top_rb img{margin-bottom: 0.9em;}

.lineup_list{margin: 0;}
.lineup_list li{
	float: left;
	width: 49%;
	padding: 1.5em 0;
	margin-top: 1.5em;
	margin-left: 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lineup_list li:first-child,
.lineup_list li:nth-child(2){margin-top: 0;}
.lineup_list li:first-child,
.lineup_list li:nth-child(2n+1){
	margin-left: 0;
	clear: both;
}
.lineup_list #vanilla{background-color: #f2f2f2;}
.lineup_list #icemint{background-color: #e0eef7;}
.lineup_list #menthol{background-color: #e1ffe3;}
.lineup_list #strawberry{background-color: #ffebef;}
.lineup_list #blueberry{background-color: #ede5eb;}

.lineup_list h4{
	height: 117px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
}
#vanilla h4{background: url("img/lu_title_vanilla.png") no-repeat center top;}
#icemint h4{background: url("img/lu_title_icemint.png") no-repeat center top;}
#menthol h4{background: url("img/lu_title_menthol.png") no-repeat center top;}
#strawberry h4{background: url("img/lu_title_strawberry.png") no-repeat center top;}
#blueberry h4{background: url("img/lu_title_blueberry.png") no-repeat center top;}
.lineup_text{
	margin: 0 0 1em;
	padding: 0 1em;
	color: #000;
}
.lineup_text p:last-child{margin-bottom: 0;}
.lineup_btn{
	display: block;
	color: #fff;
	text-align :center;
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: #4d4d4d;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.lineup_btn:hover{
	text-decoration: none;
	background-color: #666;
}

#top_news_list{
	margin: 0 auto;
	width: 768px;
}
#top_news_list li{
	border-bottom: 1px dotted #999;
	padding: 0 2em 0.3em;
	margin-bottom: 2em;
}
#top_news_list li:last-child{margin-bottom: 0;}
#top_news_list .data{margin-right: 2em;}

#sns_wrap{
	margin: 0 auto 3em;
	width: 768px;
}
#sns_ig{
	width: 342px;
	float: left;
}
#sns_fb{
	width: 342px;
	float: right;
}
#sns_wrap h4{
	font-size: 150%;
	text-align: center;
	margin-bottom: 0.7em;
}

@media screen and (max-width: 960px) {
	#main_visual{width: auto;}
	#main_visual img{
		width: 100%;
		height: auto;
	}
	.top_lb,
	.top_rb{
		width: 49%;
	}
	.top_lb img,
	.top_rb img{
		width: 100%;
		height: auto;
	}
	.lineup_list li{margin-top: 1em;}
	.lineup_list h4{
		height: 0px;
		width: 100%;
		padding-top: 24.375%;
	}
	#vanilla h4,
	#icemint h4,
	#menthol h4,
	#strawberry h4,
	#blueberry h4{background-size: 100% auto;}
	
	#top_news_list{
		margin: 0;
		width: auto;
	}
	#top_news_list li{
		padding: 0 0.5em 0.3em;
		margin-bottom: 2em;
	}
	#top_news_list .data{margin-right: 0.5em;}
	#sns_wrap{width: auto;}
	#sns_ig,#sns_fb{
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sns_ig{padding-right: 1em;}
	#sns_fb{padding-left: 1em;}
	#sns_wrap h4{font-size: 128.5714%;}
}
@media screen and (max-width: 600px) {
	.top_lb,
	.top_rb{
		float: none;
		width: auto;
	}
	.lineup_list li{
		float: none;
		width: auto;
		margin-left: 0;
	}
	.lineup_list li:nth-child(2){margin-top: 1em;}
	.lineup_list h4{margin-bottom: 1em;}
	#sns_ig,#sns_fb{
		width: auto;
		float: none;
		padding: 0;
	}
	#sns_ig{margin-bottom: 2em;}
}

/* about */
#about img{
	width: 100%;
	height: auto;
}

/* qa */
.qa{
	margin: 0;
	border-top: 1px solid #eee;
}
.qa li{
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
}
.qa li:nth-child(2n){background-color: #f3f3f3;}
.qa li .que{
	padding: 1em 1.5em;
	cursor: pointer;
	color: #004272;
}
.qa li .que:hover{opacity: 0.8;}
.qa li .ans{padding: 0 1.5em 1em;}

/* voice */
#voice_list{margin: 0;}
#voice_list li{
	border: 1px solid #ddd;
	padding: 1em;
	background-color: #fafafa;
	margin-bottom: 2em;
}
#voice_list li:last-child{margin-bottom: 0;}
#voice_list li p{margin-bottom: 0;}

/* company */
.company_table th,
.company_table td{
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.company_table th{
	width: 25%;
	background-color: #fafafa;
}
#map_wrap{
	height: 0;
	overflow: hidden;
	padding-top: 43.75%;
	position: relative;
}
#map_wrap iframe{
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

@media screen and (max-width: 960px) {
	#map_wrap{padding-top: 60%;}
}
@media screen and (max-width: 600px) {
	#map_wrap{padding-top: 80%;}
}

/* sk */
.law_left,.law_right{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
.law_left{
	float: left;
	padding-right: 1em;
}
.law_right{
	float: right;
	padding-left: 1em;
}
.law_left p,.law_right p{margin-bottom: 2em;}
.law_left p:last-child,.law_right p:last-child{margin-bottom: 0;}

.postage{
	margin: 0 0 1em;
	list-style: none;
}
.postage li{
	float: left;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5em 1em;
}
.postage li:first-child,
.postage li:nth-child(2n+1){background-color: #fafafa;}

@media screen and (max-width: 960px) {
	.postage li{width: 50%;}
	.postage li:nth-child(2n+1){background-color: transparent;}
	.postage li:nth-child(4n),
	.postage li:nth-child(4n+1){background-color: #fafafa;}
}
@media screen and (max-width: 600px) {
	.law_left,.law_right{
		width: 100%;
		padding: 0;
		float: none;
	}
	.law_left{margin-bottom: 2em;}
	.postage li{
		float: none;
		width: 100%;
		padding: 0;
	}
	.postage li:first-child,
	.postage li:nth-child(4n),
	.postage li:nth-child(4n+1){background-color: transparent;}
}
