@charset "UTF-8";
/**
 * reset
 */
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
strong {
	font-weight: bolder;
}
a {
	/*outline: none;*/
}




/**
 * contents
 */
html {
	font-size:62.5%;
}
body {
	background-color: #fff;
	text-align: left;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.8;
	color:#000;
	font-feature-settings:"palt";
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.4;
}
a {
	color: #333;
}
*:focus {
	outline: auto;
}
.inner {
	max-width: 1230px;
	padding: 0 30px;
	margin: auto;
}

@media only screen and (min-width:834px) {
	.sp {
		display:none !important;
	}
}
@media only screen and (min-width:374px) {
	.sp_s {
		display:none !important;
	}
}
@media only screen and (max-width:767px) {
	body {
		font-size: 1.3rem;
	}
	.pc {
		display:none !important;
	}
	.inner {
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}
}
/**/
@media print {
	.inner {
		width:1000px;
	}
	.sp {
		display: none;
	}
}

/**
 * input
 */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="submit"],
textarea,
select {
	box-sizing: border-box;
	margin: 0;
	padding: 4px 8px;
	background: #fff;
	vertical-align: middle;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
	font-size: 1.5rem;
	color: #000;

	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
	width: 100%;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="submit"] {
	border: none;
	cursor: pointer;
}
input[type="submit"]:hover {
	border-color: #7fa7cc;
	background-color: #7fa7cc;
}
select {
	width: auto;
	padding-right: 60px;
	background: #1f1f1f url("../img/icon_select.png") no-repeat right center / auto 100%;
	transition: background 0.8s;
	cursor: pointer;
}
select:hover {
	background-image: url("../img/icon_select_on.png");
	transition: background 0.3s;
}
select::-ms-expand {
	display:none;
}
textarea {
	min-height: 200px;
}
@media only screen and (max-width:767px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	textarea,
	select {
		display: block;
		font-size: 1.4rem;
	}
	textarea {
		min-height: 150px;
	}
}


/**
 * micro clearfix
 */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }

.clear {
	clear: both;
}


/**
 * weluka rewrite
 */
h2.page-title {
	display: none;
}

h2.ttl {
	margin: 3em 0 1em 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}


/**
 * header
 */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #fff;
}
header .read {
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
}
@media only screen and (max-width:767px) {
header .read {
	text-align: center;
    font-size: 9px;
}
}
header .head {
	background: #2a3089;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
header .inner {
	position: relative;
}
header h2 {
	float: left;
	width: 280px;
	margin: 0;
	padding: 15px 0;
}
header nav {
	float: left;
	margin-left: 30px;
}
header nav,
header nav ul,
header nav li {
	vertical-align: top;
	height: 96px;
}
header nav li {
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
header nav > ul > li {
	position: relative;
}
header nav li a,
header nav li span {
	position: relative;
	display: table !important;
	height: 100%;
	width: 100%;
	padding: 0 15px;
	color: #fff;
	line-height: 18px;
}
header nav li a:hover,
header nav li span:hover {
	color: #fff;
}
header nav li a b,
header nav li span b {
	display: table-cell;
	vertical-align: middle;
}
header nav .pull {
	position: relative;
	z-index: 10000;
}
header nav .pull ul,
header nav .pull li {
	min-width: 100%;
	height: auto;
}
header nav .pull li a {
	word-break: normal;
}
header nav .pull > ul {
	position: absolute;
	top: 100%;
	left: 0;
}
header nav .pull ul ul {
	position: absolute;
	min-height: 100%;
	top: 0;
	left: 100%;
}
header nav .pull li a {
	display: block;
	padding: 8px 20px;
}
#search {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	margin: auto;
}
#search input {
	width: 240px;
	margin: auto;
	padding: 8px 45px 8px 10px;
	background-color: #0f0f4e;
	border:none;
	color: #fff;
}
#search .fa-search {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	line-height: 1;
	font-size: 2.8rem;
	color: #fff;
	cursor: pointer;
}
@media only screen and (min-width:931px) {
	header nav li a:hover {
		background-color: #0f0f4e;
	}
	header nav .pull ul {
		display: none;
	}
	header nav .pull:hover {
		background-color: #0f0f4e;
	}
	header nav .pull ul {
		padding: 15px 0;
		background-color: rgba(35,25,22,0.9);
	}
	header nav .pull .children {
		background-color: rgba(57,48,46,0.9);
	}
	header nav .pull .children .children {
		background-color: rgba(79,71,69,0.9);
	}
	header nav .pull:hover > ul,
	header nav .pull li:hover > .children {
		display: block !important;
	}
	header nav .pull li:hover > a {
		background-color: rgba(10,7,6,0.4);
		color: #fff;
	}
	#search .fa-search:hover {
		translate: scale(1.05);
	}
	#btn_menu {
		display: none;
	}
}
@media only screen and (max-width:930px) {
	header h2 {
		width: 200px;
	}
	header nav {
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		float: none;
		margin: 0;
		overflow: auto;
		z-index: 10000;
	}
	header nav,
	header nav ul,
	header nav li {
		display: block;
		height: auto;
	}
	header nav li {
		position: relative;
		border-top: solid 1px rgba(0,0,0,1);
	}
	header nav li a,
	header nav li span {
		display: block !important;
		padding: 0;
	}
	header nav li a b,
	header nav li span b {
		display: block;
		padding: 15px 20px;
		background-color: rgba(39,39,95,0.97);
	}
	header nav .pull i,
	header nav .cat-item i {
		display: block;
		width: 48px;
		height: 48px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: rgba(0,0,0,0.3);
	}
	header nav .pull i::before,
	header nav .pull i::after,
	header nav .cat-item i::before,
	header nav .cat-item i::after {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #fff;
		content: '';
	}
	header nav .pull i::before,
	header nav .cat-item i::before {
		width: 16px;
		height: 1px;
	}
	header nav .pull i::after,
	header nav .cat-item i::after {
		width: 1px;
		height: 16px;
	}
	header nav .open > i::after {
		display: none;
	}

	header nav .pull {
		position: relative;
		z-index: 10000;
	}
	header nav .pull ul,
	header nav .pull li {
		min-width: 100%;
		height: auto;
	}
	header nav .pull li a {
		word-break: normal;
		padding: 15px 20px;
	}
	header nav .pull ul {
		display: none;
	}
	header nav .pull ul a {
		background-color: rgba(35,25,22,0.97);
	}
	header nav .pull .children a {
		background-color: rgba(57,48,46,0.97);
	}
	header nav .pull .children .children a {
		background-color: rgba(79,71,69,0.97);
	}
	header nav .pull > ul {
		position: relative;
		top: 0;
	}
	header nav .pull ul ul {
		position: relative;
		top: 0;
		left: 0;
	}

	#search {
		position: relative;
		top: 0;
		right: 0;
		transform: none;
		margin: auto;
		padding:15px 20px;
		background-color: rgba(39,39,95,0.97);
		border-top: solid 1px rgba(0,0,0,1);
	}
	#search input {
		box-sizing: border-box;
		width: 100%;
	}
	#search .fa-search {
		right: 30px;
	}

	#btn_menu {
		display: block;
		width: 30px;
		height: 24px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		cursor: pointer;
	}
	#btn_menu > div {
		position: absolute;
		width: 30px;
		height: 2px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #fff;
		content: '';
	}
	#btn_menu > div:nth-child(1) {
		top: 0;
	}
	#btn_menu > div:nth-child(2) {
		top: 11px;
	}
	#btn_menu > div:nth-child(3) {
		top: 22px;
	}
}

/**
 * main
 */
main {
	margin-bottom: 100px;
}

main .btn_more {
	display: block;
	margin-top: 30px;
	background-color: #2a3089;
	border-radius: 8px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}

main .btn_more:hover{
    display: block;
    margin-top: 30px;
    background-color: #0f0f4e;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer;
}

/* #mv */
#mv .inner {
	padding-top: 30px;
}
@media only screen and (max-width:767px) {
	#mv .inner {
		padding: 0;
	}
}

/* products_list */
.breadcrumbs {
	margin: 3em 0;
	font-size: 0.8em;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li a::after {
	display: inline-block;
	position: relative;
	top: -0.2em;
	margin: 0 5px 0 7px;
	width: 5px;
	height: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
	content: '';
}

/* products_list */
.products_list ul {
	display: flex;
	flex-wrap: wrap;
}
.products_list li {
	box-sizing: border-box;
	width: 25%;
}
.products_list li a {
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 100%;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-left: none;
}
.products_list li.new a::before {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #2a3089;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	font-size: 1rem;
	color: #fff;
	content: 'NEW';
}
.products_list li a:hover {

}
.products_list h4 {
	font-size: 1.2rem;
	font-weight: bold;
}
.products_list h3 {
	margin: 0.5em 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.products_list h5 {
	font-size: 1.2rem;
}
.products_list p {
	line-height: 1.4;
	font-size: 1.2rem;
}
.products_list p span {
	font-size: 1.5rem;
	font-weight: bold;
}
.products_list figure {
	margin: 0.5em 0;
	text-align: center;
}
.products_list figure img {
	width: auto;
	height: 150px !important;
} 
@media only screen and (min-width:768px) {
	.products_list li:nth-child(4n+1) a {
		border-left: 1px solid #e0e0e0;
	}
	.products_list li:nth-child(n+5) a {
		border-top: none;
	}
}
@media only screen and (max-width:767px) {
	.products_list li {
		width: 50%;
	}
	.products_list li:nth-child(2n+1) a {
		border-left: 1px solid #e0e0e0;
	}
	.products_list li:nth-child(n+3) a {
		border-top: none;
	}
	.products_list figure img {
		width: auto;
		height: 100px !important;
	} 
}


/**
 * .info_list
 */
.info_list li {
	margin-top: 20px;
	list-style: none;
}
.info_list li a {
	display: flex;
	line-height: 1.4;
	font-size: 1.4rem;
}
.info_list li a > * {
	display: block;
}
.info_list li time {
	white-space: nowrap;
	margin-right: 12px;
}
.info_list li h3 {
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.info_list li a {
		display: block;
		}
	.info_list li time {
		display: block;
		margin-right: 0;
	}
}

/**
 * .single
 */
.single.inner {
	margin-top: 100px;
}
@media only screen and (max-width:767px) {
	.single.inner {
		margin-top: 60px;
	}
}

/**
 * .single_products
 */
.single_products .wish {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 10px;
}
.single_products #head .imgs {
	float: left;
	width: 45%;
}
.single_products #head .imgs figure img {
	width: 100%;
}
.single_products #head .imgs li {
	list-style: none;
}
.single_products #head .imgs .carousel {
	margin-top: 10px;
}
.single_products #head .imgs .carousel img.act {
	box-sizing: border-box;
	border: solid 3px #2a3089;
}
.single_products #head .txt {
	float: right;
	width: 48%;
}
.single_products #head h2 {
	font-size: 1.4rem;
	font-weight: bold;
}
.single_products #head h1 {
	font-size: 2.6rem;
	font-weight: bold;
}
.single_products #head h3 {
	font-size: 0.9em;
}
.single_products #head .price {
	margin-top: 1em;
	font-size: 0.8em;
}
.single_products #head .price span {
	font-size: 1.5em;
	font-weight: bold;
}
.single_products #head .price + p {
	margin-top: 1em;
}
.single_products #head .year {
	font-size: 0.8em;
}
.single_products #head .tabs {
	margin-top: 2em;
}
.single_products #head .tab {
	display: flex;
}
.single_products #head .tab li {
	flex-basis: 100%;
	border-right: solid 1px #fff;
	background-color: #f5f5f5;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}
.single_products #head .tab li:hover,
.single_products #head .tab li.act {
	background-color: #444;
	color: #fff;
}
.single_products #head .tab_contents {
	margin-top: 1em;
	font-size: 0.8em;
}
@media only screen and (max-width:767px) {
	.single_products #head .imgs {
		float: none;
		width: 100%;
	}
	.single_products #head .txt {
		clear: both;
		float: none;
		width: 100%;
		padding-top: 1em;
	}

}

.single_products #body {
	margin-top: 4em;
}
.single_products #body .tab {
	position: relative;
	margin-bottom: -1px;
	z-index: 1;
}
.single_products #body .tab li {
	float: left;
	margin-right: 2px;
	padding: 6px 20px;
	background-color: #fff;
	cursor: pointer;
}
.single_products #body .tab li:hover {
	background-color: #f5f5f5;
}
.single_products #body .tab li.act {
	border: solid 1px #ddd;
	border-bottom-color: #fff;
	background-color: #fff !important;
}
.single_products #body .tab_contents {
	padding: 20px;
	border: solid 1px #ddd;
	font-size: 0.8em;
}
.single_products #body table {
	width: 100%;
}
.single_products #body th,
.single_products #body td {
	padding: 8px;
}
.single_products #body th {
	font-weight: bold;
	width: 25%;
}
.single_products #body tr:nth-child(odd) {
	background-color: #f5f5f5;
}
.single_products #link {
	padding: 5px;
}
.single_products #link li + li {
	margin-top: 1em;
}
.single_products #link h3 {
	margin-bottom: 0.3em;
	font-weight: bold;
}
.single_products #link a {
	text-decoration: underline;
}
.single_products #link a:hover {
	text-decoration: none;
}

.single_products #body .tab_contents + p {
	margin-top: 2em;
}

/**
 * .bx-wrapper
 */
.bx-wrapper {
	max-width: 100% !important;
	width: 100%;
	margin: 0;
	box-shadow: none;
	border: none;
}
.bx-controls .bx-prev,
.bx-controls .bx-next {
	background: rgba(15,15,78,0.8);
	border-radius: 100px;
}
.bx-controls .bx-prev {
	left: -15px;
}
.bx-controls .bx-next {
	right: -15px;
}
.bx-controls .bx-prev::before,
.bx-controls .bx-next::before {
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	content: '';
}
.bx-controls .bx-prev::before {
	transform: rotate(-135deg);
}
.bx-controls .bx-next::before {
	transform: rotate(45deg);
}