@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*---------------------------------------------
	FontSize Initialization
---------------------------------------------*/
html {
	font: 62.5%/1.231 "Noto Sans Japanese", sans-serif;
}
body {
	font-size: 1.4rem; /*10px*/
	font-family: "Noto Sans Japanese", sans-serif;
	letter-spacing: -0.001em; /* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%; /* 文字サイズの自動調整機能のキャンセル */
}
select, input, button, textarea, table, .dib >*, .pcdib >* {
	font: 1.4rem "Noto Sans Japanese", sans-serif;/* 10px */
}
pre, code, kbd, samp, tt {
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1;
}

/*IEフォント指定*/
@media screen\0 {
  select,
  input,
  button,
  textarea,
  table {
    font: 1.4rem 'Segoe UI','メイリオ', Meiryo, sans-serif;
  }
  pre,
  code,
  kbd,
  samp,
  tt,
  body {
    font-family: 'Segoe UI','メイリオ', Meiryo, sans-serif;
  }
}

.red { color: #f00; }
a.red { color: #a1272e; }
a.red:hover { color: #f00; }
.btn, .tabmenu li { font-size: 1.6rem; }
.font1,.font2 {  color: #a1272e; }
.font1 { font-size: 2.6rem; }
.font2 { font-size: 1.8rem; }
.img-li4 li { margin-left: 1%; }
.img-li4 img { width: 100%; }
@media screen and (min-width:768px), print {
	.pcml015 { margin-left: 15px!important; }
	.img-li4 li { width: 24.2%; }
	.img-li4 > li:nth-of-type(1) { margin-left: 0; }
}
@media screen and (max-width:768px) {
	.img-li4 li { width: 49%; }
	.img-li4 > li:nth-of-type(odd) { margin-left: 0; }
}

/*---------------------------------------------
	Color hover & Transition setting
---------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
/*	opacity: .5;*/
	color: #A1262E;
	text-decoration: none;
}

@media screen and (min-width:768px), print {
a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
a img,#gnv > li > div,input[type='image'] {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
input[type='image']:hover,
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a[hover="none"]:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
}

/*---------------------------------------------
	Layout Setting
---------------------------------------------*/
html, body {
	margin: 0;
}
body {
}
@media screen and (min-width:769px), print {
	.inner {
		width: 100%;
    margin: 0 auto;
    max-width: 1200px;
	}
	.pcpl030 { padding-left: 30px; }
}

.bg { background: url('../img/bg.png');}

/*---------------------------------------------
	Title Tag
---------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
#itemList h1,
#contents h2 { margin: 30px 0; padding-bottom: 10px; font-size: 2.8rem; border-bottom: 1px solid #999; text-align: center; }


/*---------------------------------------------
	Common
---------------------------------------------*/
.boxbd { border: 1px solid #ccc; padding: 30px; }
.dib { font-size: 0; }
.dib >* { 
	display: inline-block;
	vertical-align: top; 
	font-size: 1.6rem;
}

@media screen and (max-width:768px) {
.pc {
	display: none;
}
	.spdib { font-size: 0; }
	.spdib >* { 
		display: inline-block;
		vertical-align: top; 
	}
}

@media screen and (min-width:769px), print {
.sp {
	display: none !important;
}
	.pcf1 { float: left; }
	.pcf2 { float: right; }
	.pcdib { font-size: 0; }
	.pcdib >* { 
		display: inline-block;
		vertical-align: top; 
	}
	.dtc { display: table; }
	.dtc >* { display: table-cell; vertical-align: top; }
	
	.img-frame img { padding: 5px; border: 1px solid #ccc; }
	.col-2 >* { width: 49%; }
	.col-2 >*:nth-child(even) { margin-left: 2%; }
	.col-2 >*.pcf1 { margin: 0 2% 0 0; }
	.col-2.rev::after { content:" "; display:block; clear:both; }
	.col-2.rev >*:nth-child(1) { float: right; }
	.col-2.rev >*:nth-child(2) { float: left; margin: 0 2% 0 0; }
	.col-3 >* { width: 32%; margin-left: 2%; }
	.col-3 >*:nth-child(3n+1) { margin-left: 0!important; }
	.col-4 >* { width: 24%; margin-left: 1.3%; }
	.col-4 >*:nth-child(4n+1) { margin-left: 0!important; }
	
	.col-2 > .col-2 >* { width: 47%; }
}
*, *: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;
}


/*---------------------------------------------
		Background Animation
---------------------------------------------*/
@media screen and (min-width:768px), print {
	#insta-area .figure,
	.scale >* {
		overflow: hidden;
	}
	#insta-area .figure img,
	.scale img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	#insta-area .figure img:hover,
	.scale img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/*---------------------------------------------
	Table
---------------------------------------------*/
.table,.table2,table.bdr { margin-bottom: 60px; }
/* 左右のborderなし */
.table {
	width: 99.8%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
.table thead th, .table thead td, .table tbody th, .table tbody td {
	padding: 15px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 160%;
}
.table thead th {
	background: #999;
	color: #000;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.table thead td {
	background: #f7f7f7;
	color: #000;
	text-align: center;
}
.table tbody th {
	background: #f7f7f7;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
}
.table tbody td {
	background: #fff;
	color: #000;
}

/* 左右のborderあり */
.table2 {
	width: 99.8%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table2 thead th, .table2 thead td, .table2 tbody th, .table2 tbody td {
	padding: 15px 15px;
	border: 1px solid #ccc;
	line-height: 160%;
}
.table2 thead th {
	background: #999;
	color: #000;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.table2 thead td {
	background: #fff;
	color: #000;
	text-align: center;
}
.table2 tbody th {
	background: #F5F5F5;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
}
.table2 tbody td {
	background: #fff;
	color: #333;
}

.table.thwrap th { white-space: normal; text-align: left; }

/* 角丸 */
table.bdr {
	width: 99.8%;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
}
table.bdr th, table.bdr td {
	border-bottom: 1px solid #ccc;
	padding: 15px 15px;
	color: #333;
}
table.bdr th {
	border-right: 1px solid #ccc;
	background: #F5F5F5;
	font-weight: normal;
	white-space: nowrap;
}
table.bdr thead th {
	background: #999;
}
table.bdr thead td {
	text-align: center;
}
table.bdr tr:first-child th {
 	border-radius: 5px 0 0 0;
}
table.bdr tr:first-child td {
	border-radius: 0 5px 0 0;
}
table.bdr tbody tr:last-child th {
 	border-bottom: none;
 	border-radius: 0 0 0 5px;
}
table.bdr tbody tr:last-child td {
 	border-bottom: none;
 	border-radius: 0 0 5px 0;
}

/*色違い*/
.table.v2 thead th, .table2.v2 thead th, table.bdr.v2 thead th {
	background: #A1262F;
	color: #fff;
}
.table.v2 thead td, .table2.v2 thead td, table.bdr.v2 thead td {
	background: #e5a8b1;
	color: #fff;
}

.table .required:after {
	display: inline-block;
	content: "必須";
	color: #fff;
	font-weight: normal;
	background: #ff0000;
	padding: 0 8px;
	float: right;
	border-radius: 8px;
	font-size: 1.0rem;
}

@media screen and (max-width:768px) {
	/* sp block */
	table.sptable thead.sptable th, 
	table.sptable thead td, 
	table.sptable tbody th, 
	table.sptable tbody td { display: block; }
	table.sptable thead th,
	table.sptable tbody th { white-space: pre-wrap; }
	table.sptable tbody th { border-top: none !important;border-bottom: none !important; }
	table.sptable.bdr tbody th { border-right: none !important; }
	table.sptable tbody td { border-top: none !important; }
	table.sptable { border-bottom: none !important; }

	/* sp scroll */
	.overflow { width: 100%; overflow-x: auto; }
	.overflow > div { width: 100px; }
	.overflow .table th,
	.overflow .table td { white-space: nowrap; }
	.overflow > div::-webkit-scrollbar{ height: 5px; }
	.overflow > div::-webkit-scrollbar-track{ background: #F1F1F1; border-radius: 10px; }
	.overflow > div::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 10px; }
}
/*---------------------------------------------
	List
---------------------------------------------*/
ul.list,ol.ol,ol.ol2,ul.kome,ul.ul { padding-left: 20px; }
ol.ol,ol.ol2,ul.kome,ul.ul,dl.dl { margin-bottom: 60px; }
ol.ol li,ol.ol2 li,ul.kome li,ul.ul li,dl.dl li { margin-bottom: 10px; }
ol.ol li {
	margin-left: 25px;
	list-style: decimal;
}
ol.ol2 li {
	position: relative;
	margin-left: 30px;
	counter-increment: cnt;
}
ol.ol2 li:before {
	position: absolute;
	margin-left: -30px;
	content: "(" counter(cnt) ")";
}
.kome1,
ul.kome > li {
	margin-left: 25px;
	position: relative;
}
.kome1::before,
ul.kome > li:before {
	content: "\203B";
	margin-left: -25px;
	position: absolute;
}
ul.ul > li {
	margin-left: 25px;
	position: relative;
}
ul.ul > li:before {
	content: "\f111";
	margin-left: -25px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 1px;
	font-family: 'fontawesome';
	font-size: 1.0rem;
	color: #A1262E;
}
ul.ul.v2 > li:before {
	color: #ccc;
}
#cata ul.ul > li:before {
  margin-top: 5px;
}

ul.list li { list-style-type: none; margin-bottom: 10px; }
ul.list li::before,
dl.dot dd::before {
	content: '\30FB';
	margin-left: -15px;
}
dl.dl {
	padding: 20px;
}
dl.dl.bd {
	border: 1px solid #d9d9d9;
}
dl.dl dt {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 12px;
	border-left: 6px solid #A1262E;
	font-size: 2.0rem;
}
dl.dl.v2 dt {
	border-left: none;
	position: relative;
}
dl.dl.v2 dt::before {
	position: absolute;
	top: 0;
	margin: 5px 0 0 -22px;
	color: #A1262E;
	content: '\f10c';
	font-family: 'fontawesome';
}
dl.dl.v3 dt {
	font-size: 1.6rem;
	border-left: none;
	color: #A1262E;
}

dl.dl dd.kome1 { margin-left: 40px; }
dl.dl dd { padding-bottom: 30px; margin-bottom: 30px; line-height: 180%; }
dl.dl.bdb dd { border-bottom: 1px solid #d9d9d9; }
dl.dl dd:last-of-type { padding-bottom: 0; border-bottom: none; }
dl.dl dd:last-of-type,
dl.dl dd p { padding-bottom: 0!important; margin-bottom:0!important; }
dl.dl.dot dd { margin-bottom: 10px; padding-bottom: 0px; }
dl.dl.dot dt { margin-top: 30px; }
dl.dl.dot { padding-bottom: 30px; }
/*---------------------------------------------
	Img Thumb
---------------------------------------------*/
.thumbs {
	border: 2px solid #fff;
	box-shadow: 0 0 6px #666;
}
/*---------------------------------------------
	Button
---------------------------------------------*/
.btn {
	display: inline-block;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	position: relative;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	cursor: pointer;
}
.wpcf7-confirm, .wpcf7-submit, .wpcf7-back {
	display: inline-block;
	padding: 10px 50px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	position: relative;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #000;
	color: #fff;
	min-width: 80px;
}
.wpcf7-confirm, .wpcf7-submit {background: #457703;}
input[type="image"],a.btn, input.btn, .wpcf7-confirm, .wpcf7-submit {cursor: pointer;}
.btn:before, .wpcf7-confirm:before, .wpcf7-submit:before {display: inline;content: "";}
a.btn:hover, input.btn:hover, input.wpcf7-confirm:hover, input.wpcf7-submit:hover {opacity: 1;}
/*
.btn.disabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
*/
.btn.lg {

}
.btn.sm {
	width: auto;
	min-width: 200px;
}
.btn1 {
	text-align: left;
	padding: 20px 25px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
}
.btn1:before {
	content: '\f105';
	font-family: 'fontawesome';
	margin-right: 20px;
}
.btn1:hover {
	background: #4c4c4c;
	color: #fff;
}
.btn1.v2 {
	background: #006452;
}
.btn1.v2:hover {
	background: #228c7b;
}
.btn1.v3 {
	background: #0a2e68;
}
.btn1.v3:hover {
	background: #2e5593;
}

.btn2 {
	padding: 10px 25px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.btn2:before {
	content: '\f105';
	font-family: 'fontawesome';
	margin-right: 20px;
}
.btn2:hover {
	background: #4c4c4c;
	border: 1px solid #4c4c4c;
	color: #fff;
}
.btn3 {
	position: relative;
	padding: 25px 0 25px 30px;
	min-width: 260px;
	background: #A0272E;
	border-radius: 5px;
}
.btn3::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -15px 0 0 30px;
	display: inline-block;
	content: '';
	width: 31px;
	height: 31px;
	background: url('../img/icon_insta.png');
}
.btn3:hover {
	color: #fff;
	opacity: .6!important;
}
.btn4 {
	padding: 10px 20px;
	background: #A0272E;
	border: 1px solid #A0272E;
	border-radius: 5px;
}
.btn4:hover {
	background: #fff;
	color: #A0272E;
}
.btn:hover {
	opacity: 1;
}
.btn.disabled {
	cursor: not-allowed;
	pointer-events: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #808080;
	background: #ccc;
}

.btn.opa:hover {
	border: 1px solid #333;
	color: #333;
	background: #fff;
	opacity: .5;
}

/*---------------------------------------------
	Radius
---------------------------------------------*/
.rd8 {
	border-radius: 8px;
}
/*---------------------------------------------
	Tab
---------------------------------------------*/
@media screen and (min-width:768px){
	.tabmenu {
		margin-bottom: 30px;
		font-size: 0;
	}
	.tabmenu li { display: inline-block; width: 49%; margin-left: 1%; }
}
@media screen and (max-width:768px){
	.tabmenu li {
		width: 100%;
	}
}
.tabmenu { padding-left: 0; }
.tabmenu a {
	display: inline-block;
	width: 100%;
	padding: 10px 10px;
/*	text-align: center;*/
	color: #A0272E;
	line-height: 160%;
	border: 1px solid #A0272E;
	background: #fff;
}
.tabmenu a.active {
	color: #fff;
	background: #A0272E;
}
.tabmenu a:hover {
	color: #fff;
	background: #A0272E;
	opacity: 1;
}

.tabmenu li { line-height: 0; margin-bottom: 1%; }
.tabmenu > li:nth-of-type(odd) { margin-left: 0; }
/*.tabmenu > li:nth-of-type(2) { padding-left: 5px; }*/

/*---------------------------------------------
	Form Element
---------------------------------------------*/
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
/*	font-size: 21px;*/
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
#sc_list td label {
	font-weight: normal !important;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */

	line-height: normal;
}
input[type="file"] {
	display: block;
}
select[multiple], select[size] {
	height: auto;
}
select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 height: auto;
}
.form-control:-moz-placeholder {color: #999999;}
.form-control::-moz-placeholder {color: #999999;}
.form-control:-ms-input-placeholder {color: #999999;}
.form-control::-webkit-input-placeholder {color: #999999;}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
/*	font-size: 14px;*/
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.form-control {height: auto;}
.form-group {margin-bottom: 15px;}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
}
.radio label, .checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {float: left;margin-left: -20px;}
.radio + .radio, .checkbox + .checkbox {margin-top: -5px;}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {margin-top: 0;margin-left: 10px;}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
/*	font-size: 12px;*/
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {height: 30px;line-height: 30px;}
textarea.input-sm {height: auto;}
.input-lg {
	height: 45px;
	padding: 10px 16px;
/*	font-size: 18px;*/
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {height: 45px;line-height: 45px;}
textarea.input-lg {height: auto;}
.has-warning .help-block, .has-warning .control-label {color: #c09853;}
.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3;
}
.has-error .help-block, .has-error .control-label {color: #b94a48;}
.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede;
}
.has-success .help-block, .has-success .control-label {color: #468847;}
.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8;
}
.form-control-static {margin-bottom: 0;padding-top: 7px;}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media screen and (min-width:768px), print {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {display: inline-block;}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	/* 1 */

	display: table;/* 2 */
}
.form-horizontal .form-group:after {
	clear: both;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	/* 1 */

	display: table;/* 2 */
}
.form-horizontal .form-group:after {
	clear: both;
}

@media screen and (min-width:768px), print {
	.form-horizontal .control-label {
		text-align: right;
	}
}

@media screen and (max-width:768px) {
	.form-horizontal .form-group {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/*---------------------------------------------
	Global Navigationi
---------------------------------------------*/
@media screen and (min-width:768px), print {
	#gnv { margin-bottom: 5px; }
	#gnv > li { width: 12%; height: 40px; border-right: 1px solid #999; line-height: 40px; }
	#gnv > li:nth-of-type(1) { border-left: 1px solid #999; }
	#gnv > li > a { margin-top: -5px; vertical-align: middle; text-align: center; display: inline-block; width: 100%; height: 100%; }
	#gnv > li > a p { line-height: 100%; margin-top: 6px; }
	#gnv > li > a span { margin-left: -70px; }
/*	#gnv > li:hover > a { background: #A1262F; color: #fff; }*/
  #gnv > li.megaOn > a { background: #A1262F; color: #fff; }
	
	#gnv > li > div::before { display: block; content: ''; height: 3px; width: 100%; background: #A1262F; }
	#gnv > li > div { 
		position: absolute; 
		left: 0; 
		padding-top: 10px;
		width: 100%; 
		background: #fff; 
		visibility: hidden; 
		opacity: 0;
		z-index: 0; 
		display: block!important;
		box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.2);
	}
	#gnv > li > div > div::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		border: 5px solid transparent;
		border-bottom: 5px solid #A1262F; 
	}
	#gnv > li:nth-of-type(2) > div > div::before { margin-left: -380px; }
	#gnv > li:nth-of-type(3) > div > div::before { margin-left: -230px; }
	#gnv > li:nth-of-type(4) > div > div::before { margin-left: -80px; }
	#gnv > li:nth-of-type(5) > div > div::before { margin-left: 70px; }
	#gnv > li:nth-of-type(6) > div > div::before { margin-left: 220px; }
	#gnv > li:nth-of-type(7) > div > div::before { margin-left: 370px; }
	#gnv > li:nth-of-type(8) > div > div::before { margin-left: 520px; }
	#gnv > li > div > div { padding: 30px 0; }
	#gnv > li > div > div > ul { font-size: 0; height: 240px; }
	#gnv > li > div > div > ul > li > a { padding-left: 80px!important; }
	#gnv > li > div > div > ul > li > a::before { margin-left: 30px; }
	#gnv .box4 > ul { width: 25%; border-right: 1px solid #ccc; }
	#gnv .box4 > ul:nth-of-type(1) { border-left: 1px solid #ccc; }
	#gnv .box3 { padding: 0; }
	#gnv .box3 > div:nth-of-type(1) { width: 70%; padding: 30px 0; }
	#gnv .box3 > div:nth-of-type(2) { width: 30%; height: 300px; background-position: center right; background-repeat: no-repeat; }
	#gnv .box3 > div > ul { width: 33%; height: 240px; border-left: 1px solid #ccc; font-size: 0; }
	#gnv .box3 > div > ul a { position: relative; display: inline-block; width: 100%; height: 100%; padding: 14px 0 14px 50px; font-size: 1.4rem; }
	#gnv .box2 { padding: 0; }
	#gnv .box2 > div { width: 50%; padding: 30px 0; }
	#gnv .box2 > div > ul { width: 50%; height: 240px; border-left: 1px solid #ccc; font-size: 0; }
	#gnv .box2 > div > ul a { position: relative; display: inline-block; width: 100%; height: 100%; padding: 14px 0 14px 50px; font-size: 1.4rem; }
	#gnv .box2 > div:nth-of-type(2) { height: 300px; background-position: center right; background-repeat: no-repeat; }
	#gnv .box2 > div.gnvbg1 { background-image: url('../img/gnvbg1.png'); }
	#gnv .box2 > div.gnvbg2 { background-image: url('../img/gnvbg2.png'); }
	#gnv .box3 > div.gnvbg3 { background-image: url('../img/gnvbg3.png'); }
	#gnv .box2 > div.gnvbg4 { background-image: url('../img/gnvbg4.png'); }
	#gnv .box2 > div.gnvbg5 { background-image: url('../img/gnvbg5.png'); }
	#gnv .box2 > div.gnvbg6 { background-image: url('../img/gnvbg6.png'); }
/*			#gnv > li:hover > div { visibility: visible; opacity: 1; z-index: 13; }*/
  #gnv > li.megaOn > div { visibility: visible; opacity: 1; z-index: 13; }
	#gnv .box3 > div > ul a:hover,
	#gnv .box2 > div > ul a:hover,
	#gnv .icon-area a:hover { background: #A1262E; color: #fff; }
	#gnv .arrow a::before { position: absolute; top: 50%; margin: -7px 0 0 -20px; content: '\f105'; font-family: 'fontawesome'; }
}


.gnavWrap {
  background-color: #E8E5E0;
	position: relative;
}
.gnavWrap.is-fixed {
	position: fixed;/* 念のため上書き */
}
.gnavWrap .gnav {
  display: flex;
  justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.gnavWrap .gnav .gnavItem {
  width: 100%;
	padding: 15px 0;
}
.gnavWrap .gnav .gnavItem .gnavItemTtl a,
.gnavWrap .gnav .gnavItem .gnavItemTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
	border-right: 1px solid #999;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
.gnavWrap .gnav .gnavItem .gnavItemTtl {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gnavWrap .gnav .gnavItem .gnavItemTtl::after {
  position: absolute;
  transform: translateY(30px);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #292D61 transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gnavWrap .gnav .gnavItem:first-child .gnavItemTtl {
  border-left: 1px solid #999;
}
.gnavWrap .gnav .gnavItem .gnavMegaWrap {
  width: 100%;
  position: absolute;
	top: 64px;
  left: 0;
  background-color: #fff;
  border-top: 4px solid #292D61;
  border-bottom: 4px solid #292D61;
  z-index: 15;
  visibility: hidden;
  opacity: 0;
	pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gnavWrap .gnav .gnavItem:hover .gnavMegaWrap { 
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gnavWrap .gnav .gnavItem .gnavMegaWrap .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* .gnavWrap .gnav .gnavItem.megaShow .gnavMegaWrap {
  visibility: visible;
  opacity: 1;
} */
.gnavWrap .gnav .gnavItem.megaShow .gnavItemTtl {
  background-color: #292D61;
  color: #fff;
}
.gnavWrap .gnav .gnavItem.megaShow .gnavItemTtl::after {
  visibility: visible;
  opacity: 1;
}

.gnavWrap .gnav .gnavItem:nth-of-type(2) .gnavMegaWrap .gnavMega {
  display: flex;
  justify-content: space-between;
}
.gnavWrap .gnav .gnavItem:nth-of-type(2) .gnavMegaWrap .gnavMega .gnavMegaItem {
  padding: 0 20px;
  width: 100%;
  border-right: 1px solid #ccc;
}
.gnavWrap .gnav .gnavItem:nth-of-type(2) .gnavMegaWrap .gnavMega .gnavMegaItem:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.gnavWrap .gnav .gnavItem:nth-of-type(2) .gnavMegaWrap .gnavMega .gnavMegaItem dt a {
  padding-left: 10px;
  display: inline-flex;
  position: relative;
  color: #292D61;
  font-weight: bold;
}
.gnavWrap .gnav .gnavItem:nth-of-type(2) .gnavMegaWrap .gnavMega .gnavMegaItem dt a::before {
  position: absolute;
  left: 0;
  content: '\f105';
  font-family: 'fontawesome';
}

.gnavWrap .gnav .gnavItem:nth-of-type(2) .gnavMegaWrap .gnavMega .gnavMegaItem dd {
  padding-top: 10px;
  padding-left: 10px;
}

.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .inner {
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
}
.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .gnavMega {
  padding: 0 25px;
  width: 600px;
}
.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .gnavMega .gnavMegaItem:nth-of-type(n+2) {
  margin-top: 20px;
}
.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .gnavMega .gnavMegaItem dt a {
  padding-left: 10px;
  display: inline-flex;
  position: relative;
}
.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .gnavMega .gnavMegaItem dt a::before {
  position: absolute;
  left: 0;
  content: '\f105';
  font-family: 'fontawesome';
  color: #292D61;
  font-weight: bold;
}
.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .gnavMega .gnavMegaItem dd {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 1.2rem;
}

.gnavWrap .gnav .gnavItem:nth-of-type(n+3) .gnavMegaWrap .gnavMega {
  margin-right: auto;
  border-left: 1px solid #ccc;
  height: 324px;
  column-count: 2;
}
/*
.gnavWrap .gnav .gnavItem:nth-of-type(2n+3) .gnavMegaWrap .gnavMega {
  margin-right: auto;
  border-left: 1px solid #ccc;
}
.gnavWrap .gnav .gnavItem:nth-of-type(2n+4) .gnavMegaWrap .gnavMega {
  margin-left: auto;
  border-right: 1px solid #ccc;
}
*/
.gnavWrap .gnav .gnavItem:nth-of-type(3) .gnavMegaWrap .inner {
  background-image: url('/assets/img/common/gnavi-mokuteki.jpg');
}
.gnavWrap .gnav .gnavItem:nth-of-type(4) .gnavMegaWrap .inner {
  background-image: url('/assets/img/common/gnavi-brand.jpg');
}
.gnavWrap .gnav .gnavItem:nth-of-type(5) .gnavMegaWrap .inner {
  background-image: url('/assets/img/common/gnavi-kakaku.jpg');
}
.gnavWrap .gnav .gnavItem:nth-of-type(6) .gnavMegaWrap .inner {
  background-image: url('/assets/img/common/gnavi-hurosiki.jpg');
}
.gnavWrap .gnav .gnavItem:nth-of-type(7) .gnavMegaWrap .inner {
  background-image: url('/assets/img/common/gnavi-shipping.jpg');
}
.gnavWrap .gnav .gnavItem:nth-of-type(8) .gnavMegaWrap .inner {
  background-image: url('/assets/img/common/gnavi-about.jpg');
}
@media screen and (max-width:768px) {
  .gnavWrap {
    display: none;
  }
}

@media all and (min-width:768px) {
  .sptel,
  .sptel a {
    color: #000;
    text-decoration: none;
  }
}


/*---------------------------------------------
	Header
---------------------------------------------*/
header > div:nth-of-type(1) { padding: 25px 0; }
header > div:nth-of-type(1) > div:nth-of-type(1) > a:nth-of-type(1) { padding-right: 15px; margin-right: 15px; border-right: 1px solid #999; }

header #tel { margin-top: -10px; }
header #tel > p:nth-of-type(1) { position: relative; margin: 6px 20px 0 0; font-size: 1.2rem; color: #999; }
header #tel > p:nth-of-type(1)::after { position: absolute; top: 50%; margin: -8px 0 0 5px; content: '\f0da'; font-family: 'fontawesome'; font-size: 1.8rem; }
header #tel > p:nth-of-type(2) { font-size: 2.2rem; }
header #tel > p:nth-of-type(2)::before { margin-right: 5px; content: ''; display: inline-block; width: 25px; height: 20px; background: url('../img/icon_tel.png');}

header #pnv { margin-top: 10px; text-align: right; }
header #pnv > a { font-size: 1.2rem; }
header #pnv > a:nth-of-type(n+2) { margin-left: 30px; }
header #pnv > a::before { content: ''; display: inline-block; margin-right: 5px; vertical-align: top; }
header #pnv > a:nth-of-type(1)::before { width: 12px; height: 17px; background: url('../img/icon_guide.png'); }
header #pnv > a:nth-of-type(2)::before { width: 14px; height: 16px; background: url('../img/icon_mypage.png'); }
header #pnv > a:nth-of-type(3)::before { width: 21px; height: 17px; background: url('../img/icon_cart.png'); }

#search { padding: 10px; background: #333333; }
#search #searchbox > p { display: none; }
#search #searchbox input[type='text'] { height: 45px; border-radius: 5px; padding: 0 10px; }
#search #searchbox .searchSubmit { float: right; }
@media screen and (min-width:768px), print {
	header > div:nth-of-type(1) > div:nth-of-type(1) > a:nth-of-type(2) { padding-top: 5px; }
	#search #searchbox input[type='text'] { width: 87%; }
}
#google_translate_element.pc { margin: 0 30px 0 0; }
#google_translate_element .goog-te-gadget-simple { padding: 5px; background: #A1262E; border: 1px solid #A1262E; border-radius: 3px; }
#google_translate_element .goog-te-menu-value span { color: #fff; }
#google_translate_element .goog-te-gadget-simple:hover { background: #fff; }
#google_translate_element .goog-te-gadget-simple:hover .goog-te-menu-value span { color: #A1262E; }
/*---------------------------------------------
	Footer
---------------------------------------------*/
footer { background: #F0F0E9; }
footer h4 { margin-bottom: 20px; font-size: 1.6rem; color: #A1262E; }
footer h3 { padding: 5px 0 5px 30px!important; }
footer > div:first-of-type { padding: 50px 0; }
footer > div > div li { margin-bottom: 10px; font-size: 1.2rem; }
footer > div > div:nth-of-type(8) p { padding: 10px 0; font-size: 1.2rem; }
#foot-pnav { padding: 15px 0; background: #333333; }
#foot-pnav a { color: #fff; }
#foot-pnav a:hover { color: #D42223; } 
@media screen and (min-width:768px), print {
	footer > div > div:nth-of-type(-n+4),
	footer > div > div:nth-of-type(6) { width: 230px; }
	footer > div > div:nth-of-type(1) { width: 300px; }
	footer > div > div:nth-of-type(n+6) { margin-top: 50px; }
	footer > div > div:nth-of-type(5) { width: 210px; }
	footer > div > div:nth-of-type(6) { width: 230px; }
	footer > div > div:nth-of-type(7) { width: 200px; }
	footer > div > div:nth-of-type(8) { width: 200px; }
	footer > div > div:nth-of-type(9) { max-width: 520px; }
	footer > div > div { padding-left: 40px; border-left: 1px solid #ccc; }
	footer > div > div:nth-of-type(5n+1) { border-left: none; padding-left: 0; }
	footer > div > div:nth-of-type(-n+5) { min-height: 350px; }
	footer > div > div:nth-of-type(n+6) { min-height: 212px; }
	#foot-pnav { text-align: right; }
	#foot-pnav a { margin-left: 30px; }
}

.ftTop.ftTopMod02 {
  padding-bottom: 30px;
	max-width: 1200px;
	width: 100%;
	flex-wrap: wrap;
}
.ftTopMod02 .footerDl dt a {
  color: #292D61;
  font-weight: bold;
}

@media screen and (max-width:767px){
  .ftTopMod02 .footerDl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ftTopMod02 .footerDl dt {
    margin-bottom: 10px;
    width: 100%;
  }
  .ftTopMod02 .footerDl dt a {
    padding: 5px;
    border: 1px solid #292D61;
  }
  .ftTopMod02 .footerDl:nth-of-type(n+2) dt{
/*    padding-top: 10px;*/
  }
  .ftTopMod02 .footerDl dd {
    margin-bottom: 10px;
    width: 49%;
  }
  .ftTopMod02 .footerDl dd a {
    padding: 5px;
    border: 1px solid #ccc;
  }
}
@media all and (min-width:768px) {
  .ftTopMod02 .ftBox01 h4 {
    margin-bottom: 22px;
  }
  .ftTopMod02 .ftBox01 .footerDlWrap {
    column-count: 2;
  }
  .ftTopMod02 .ftBox01 .footerDl dt {
    padding-top: 1px;
  }
  .ftTopMod02 .footerDl dt {
    margin-bottom: 10px;
  }
  .ftTopMod02 .footerDl dt a {
    padding-left: 12px;
    position: relative
  }
  .ftTopMod02 .footerDl dt a::before {
    position: absolute;
    top: 0;
    left: 0;
/*    margin-top: 3px;*/
    content: '\f105';
    font-family: 'fontawesome';
  }
  .ftTopMod02 .footerDl dd {
    margin-bottom: 10px;
    margin-left: 12px;
  }
/* フッター　無理くり調整 */
  .ftTopMod02 .footerDl:last-of-type dd:last-of-type {
    margin-bottom: 160px;
  }
}

/*---------------------------------------------
	breadclumb
---------------------------------------------*/
/*
#bread-crumb li:after { content: "\f105"; font-family: 'fontawesome'; padding: 0 20px; }
#bread-crumb li:last-of-type:after { content: ""; display: none; }
@media screen and (min-width:768px), print {
	#bread-crumb { padding: 10px 0 0 0; width: 1200px; margin: 0 auto; }
	#bread-crumb ol { font-size: 0; padding-left: 0; }
	#bread-crumb ol > li { display: inline-block; 
		font-size: 1.2rem;
	}
	#bread-crumb a { font-size: 1.4rem; }
	#bread-crumb li:after { content: "\f105"; font-family: 'fontawesome'; padding: 0 20px; }
	#bread-crumb li:last-of-type:after { content: ""; }
	#bread-crumb a:hover { color: #006452; }
}
@media screen and (max-width:768px) {
	#bread-crumb { padding-bottom: 60px; }
	#bread-crumb li { padding: 10px; background: #f7f7f7; border-bottom: 1px solid #ccc; }
}

#bread-crumb > nav:nth-of-type(n+3) {
	display: none;
}
*/

#bread-crumb-listTop,
#bread-crumb-listTop ol,
.bread-crumb-listCate ol {
  width: auto;
}
#bread-crumb-listTop ol li,
.bread-crumb-listCate ol li {
  padding: 0;
  background: none;
}

#bread-crumb {
  margin-bottom: 0;
	padding-top: 20px;
}
#bread-crumb-listTop {
  white-space: nowrap;
}
#bread-crumb ol > li {
  font-size: 1.2rem;
}
.bread-crumb-listCate {
  margin-bottom: 0;
}
#bread-crumb-listTop ol li::before,
.bread-crumb-listCate ol li::before {
  padding: 0 10px;
  content: '\f105';
  font-family: 'fontawesome';
}
#bread-crumb > nav:nth-of-type(n+3) {
	display: none;
}

@media screen and (min-width: 768px) {
	#bread-crumb {
		display: flex;
	}
}
@media screen and (max-width: 767px) {
	#bread-crumb {
		padding-top: 30px;
	}
}


/*---------------------------------------------
	Color pallet
---------------------------------------------*/
#pallet-area > div:nth-of-type(n+2) { margin-left: 30px; }
#pallet-area > div:nth-of-type(5) { margin-left: 60px; }
#pallet-area > div:nth-of-type(4) > div > div:nth-of-type(2) { margin: 7px 0 0 10px; font-size: 2.0rem; }
#pallet-area > div:nth-of-type(5) > div:nth-of-type(1) { margin-right: 10px; font-size: 2.0rem; }
.pallet { text-align: center; color: #fff; font-size: 2.0rem; }
.pallet.v2,.pallet.v3,.pallet.v5,.pallet.v7 { padding-top: 15px; width: 120px; height: 60px; }
.pallet.v4,.pallet.v6 { width: 120px; height: 120px; }
.pallet.v8,.pallet.v9,.pallet.v10,.pallet.v11 { width: 80px; height: 45px; }
.pallet.v1,.pallet.v4,.pallet.v6 { padding-top: 50px; }
.pallet.v1 { width: 240px; height: 120px; background: #006452; }
.pallet.v2 { background: #228c7b; }
.pallet.v3 { background: #5ead9f; }
.pallet.v4 { background: #000000; }
.pallet.v5 { background: #4d4d4d; }
.pallet.v6 { background: #0a2e68; }
.pallet.v7 { background: #2e5593; }
.pallet.v8 { background: #808080; }
.pallet.v9 { background: #cccccc; }
.pallet.v10 { background: #e5e5e5; }
.pallet.v11 { background: #f7f7f7; }
.pallet.v12 { width: 260px; height: 17px; border-bottom: 1px solid #cccccc; }


/*---------------------------------------------
	Sidemenu
---------------------------------------------*/
#sub-column .free-banner { font-size: 0; margin-bottom: 10px; }
#sub-column .free-banner img { width: 245px; }
#side-btn a { width: 100%; font-size: 1.4rem; }
#sub-column h2 { margin-bottom: 10px; font-size: 1.8rem; text-align: left; }
footer h3,
#sub-column h3 { position: relative; padding: 10px 0 10px 30px; background: #333333; color: #fff; }
footer h3::before,
#sub-column h3::before { position: absolute; left: 0; top: 50%; margin: -13px 0 0 5px; content: '\30FB'; font-size: 2rem; }
footer h3::before { margin-top: -16px; }
#sub-column ul { margin-top: 20px; }
#sub-column li { margin-bottom: 20px; }
#sub-column .group li,
.sps-itemCategoryMain li,
#sub-column .arrow > li { position: relative; margin-left: 25px; }
#sub-column .group h2 { position: relative; padding: 10px 0 10px 30px; margin: 0; background: #333333; color: #fff; font-size: 1.4rem; border-bottom: none; }
#sub-column .group h2::before { position: absolute; left: 0; top: 50%; margin: -13px 0 0 5px; content: '\30FB'; font-size: 2rem; }
#sub-column .group li::before,
.sps-itemCategoryMain li::before,
#sub-column .arrow > li::before { position: absolute; left: 0; top: 50%; margin: -9px 0 0 -20px; content: '\f105'; font-family: 'fontawesome'; }

.sps-itemCategorySub { visibility: hidden; opacity: 0; position: absolute; margin-left: 20px; white-space: nowrap; }
.sps-itemCategorySub a::before { margin-right: 10px; content: '\f105'; font-family: 'fontawesome'; }
/*.category > section > nav:hover > .sps-itemCategorySub { opacity: 1; visibility: visible; position: static; }*/

/*#side-cat li { white-space: nowrap; }*/

.icon-area li { margin-bottom: 0!important; }
.icon-area a { position: relative; display: inline-block; padding: 14px 0 14px 50px; width: 100%; height: 100%; font-size: 1.4rem; }
.icon-area a::before { position: absolute; left: 0; top: 50%; margin: -25px 0 0 0; display: inline-block; content: ''; width: 40px; height: 40px; background-repeat: no-repeat!important; }

.itemicon1 a::before { background: url('../img/side_icon1.png') center center; }
.itemicon2 a::before { background: url('../img/side_icon2.png') center center; }
.itemicon3 a::before { background: url('../img/side_icon3.png') center center; }
.itemicon4 a::before { background: url('../img/side_icon4.png') center center; }
.itemicon5 a::before { background: url('../img/side_icon5.png') center center; }
.itemicon6 a::before { background: url('../img/side_icon6.png') center center; }
.itemicon7 a::before { background: url('../img/side_icon7.png') center center; }
.itemicon8 a::before { background: url('../img/side_icon8.png') center center; }
.itemicon9 a::before { background: url('../img/side_icon9.png') center center; }
.itemicon10 a::before { background: url('../img/side_icon10.png') center center; }
.itemicon11 a::before { background: url('../img/side_icon11.png') center center; }
.itemicon12 a::before { background: url('../img/side_icon12.png') center center; }
.itemicon13 a::before { background: url('../img/side_icon13.png') center center; }
.itemicon14 a::before { background: url('../img/side_icon14.png') center center; }
.itemicon15 a::before { background: url('../img/side_icon15.png') center center; }
.itemicon16 a::before { background: url('../img/side_icon16.png') center center; }
.itemicon17 a::before { background: url('../img/side_icon17.png') center center; }
.itemicon18 a::before { background: url('../img/side_icon18.png') center center; }

@media screen and (min-width:768px), print {
	#gnv .itemicon1 a,
	#gnv .itemicon16 a { padding: 4px 0 4px 50px; }
	#gnv .itemicon8 a,
	#gnv .itemicon10 a { padding: 14px 0 14px 50px; }
}

/*
.cal_wrapper { margin-top: 30px; overflow: auto; }
#subc_calendar h2,
#subc_calendar .cap,
#subc_calendar .prev,
#subc_calendar .next { display: none; }
#subc_calendar .month { padding-bottom: 5px; font-size: 1.8rem; font-weight: normal; border-bottom: 1px solid #ccc; }
#subc_calendar td { padding: 5px; }
#subc_calendar { text-align: center; }
#subc_calendar .headline > td:first-of-type,
#subc_calendar .Sun { color: #EC2E32; }
#subc_calendar .headline > td:last-of-type,
#subc_calendar .Sat { color: #133CD4; }
#subc_calendar .Today { background: #ede2a3; }
#subc_calendar .ico_cap01 { color: #ede2a3 !important; }
#subc_calendar .cap .cap_txt { text-align: left; margin-bottom: 10px; font-size: 1.4rem; }
#subc_calendar .cap-info { text-align: left; line-height: 130%; font-size: 1.4rem; }
#subc_calendar .cap-info .text_indent { display: block; text-indent: -14px; padding-left: 14px; }
*/

#fb-area { margin-top: 30px; }

/*---------------------------------------------
	Contents
---------------------------------------------*/
#main-column > section.obj-hidden:first-of-type { position: absolute; visibility: hidden; opacity: 0; }
.header_area > h1 { margin: 0 0 60px; padding: 20px 0; text-align: center; font-size: 3.2rem; border-top: 1px solid #A1262E; border-bottom: 1px solid #A1262E; color: #A1262E; }
.header_area > .backnumber li { margin-top: 10px; }
.header_area > .backnumber li::before { content: '\f105'; font-family: 'fontawesome'; margin-right: 10px; }
.header_area > .backnumber a { color: #A1262E; }
.header_area p { line-height: 160%; }
.header_area .two img { width: 100%; border: 1px solid #ccc; }
.header_area .two > li { display: inline-block; width: 48%; margin: 0 0 30px 2%; vertical-align: top; }
.header_area .two > li:nth-of-type(odd) { margin-left: 0; }
.header_area .two .style6 { margin: 5px 0; font-size: 1.8rem; }
.header_area .two a { color: #A1262E; }
.header_area .two .red-price { margin-bottom: 20px; }
#contents > article >* { font-size: 1.6rem; }
@media screen and (min-width:768px), print {
	#contents > article { font-size: 0; width: 1200px; margin: 0 auto; }
	#contents > article >* { 
		display: inline-block;
		vertical-align: top; 
	}
	#contents > article { padding: 50px 0; }
	#sub-column { width: 245px; margin-right: 50px; }
	#main-column { width: 900px; }
/*	#main-column > section { padding-bottom: 30px; }*/
	#sub-column .group,
	#sub-column .freeArea2,
	#sub-column #side-cat a,
	#sub-column h3 { font-size: 1.4rem; }
}

/* page top */
#to-cart,
#page-top{
	position:fixed;
	right:0;
	bottom:0;
	z-index: 12;
/*
	opacity: 0;
	visibility: hidden;
*/
}
#to-cart a,
#page-top a{
	padding:0 20px;
	text-align:center;
	height:51px;
	width: 55px;
	line-height:51px;
	font-size:2.0rem;
	color:#fff;
	background:#A1262E;
	border: 1px solid #A1262E;
	display:block;
}
#to-cart a:hover,
#page-top a:hover{
	background:#333;
	text-decoration:none;
	border: 1px solid #333;
	color: #fff;
}
#to-cart { bottom: 36px; }
#to-cart a { margin-bottom: 15px; }
/*
#to-cart.show,
#page-top.show {
	opacity: 1;
	visibility: visible;
}
*/

#page-top,
.sps-itemCategorySub,input[type='button'],
.goog-te-gadget-simple,
.goog-te-menu-value span {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#load {
    background: #fff url(../img/load.gif) center center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

/*print*/
@media print {
	#page-top { display: none; }
	body { width: 1300px; zoom:0.83; margin-top: 0!important; }
	#fixed { position: static; }
	.side-fix { position: static!important; margin-top: 0!important; }
	.print-break { page-break-before: always; }
}

/* font min */
/*
.fonmin,
.font1,.font2,
#contents h2,
footer h4,
#foot-pnav a,
#side-btn a,
#sub-column h3,
#sub-column .group h2,
.header_area > h1,
#design a,
.column-set,
.column-set a,
.price,
.sub-content h1,
.sub-content h2,
.sub-content h3, 
.sub-content h4,
.sub-content h5,
.sub-content h6,
#pi_cart h1,
#itemDetail-cont #pi_cart .spec,
#itemDetail-wrap .description h1,
#Journal > h1,
#JournalList h1 { font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

.selling_price,
.price { font-family: serif; }
*/

/*
@media print and (-ms-high-contrast:none){
	body { zoom:0.82; }  IE 
}
*/

#instafeed {
    text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#instafeed img {
    max-width: 100%;
}

#instafeed .instaThumb {
    margin: 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .3s ease-in-out;
  cursor: pointer;
}

#instafeed .instaThumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s ease-in-out;
  opacity: 0;
}

#instafeed .instaThumb:hover {
  transform: scale(1.3);
}

#instafeed .instaThumb:hover::before {
  opacity: 1;
}

#instafeed .instaItem {
  overflow: hidden;
  margin-bottom: .2%;
  width: calc(99%/5);
}

#instafeed .instaItem .instaModal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

#instafeed .instaItem .instaModal .modalInner {
  position: relative;
  max-width: 800px;
  width: 100%;
}

#instafeed .instaItem .instaModal .modalInner .instaClose {
  margin: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

#instafeed .instaItem .instaModal .modalInner .instaPhoto {
  flex-grow: 1;
  max-width: 500px;
  width: 100%;
}

#instafeed .instaItem .instaModal .modalInner .instaPhoto .slick-prev {
  left: 25px;
  z-index: 1;
}

#instafeed .instaItem .instaModal .modalInner .instaPhoto .slick-next {
  right: 25px;
  z-index: 1;
}

#instafeed .instaItem .instaModal .modalInner .textArea {
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
}

#instafeed .instaItem .instaModal .modalInner .textArea .textWrap .caption {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 160%;
}

#instafeed .instaItem .instaModal .modalInner .textArea .textWrap .instaLink a {
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

#instafeed .instaItem .instaModal .modalInner .textArea .textWrap .instaLink a::before {
  margin-right: 5px;
  content: '\f16d';
  font-family: 'fontawesome';
}

#instafeed .instaItem .instaModal .modalInner .textArea .textWrap .instaLink a:hover {
  opacity: .5;
}

#instafeed .instaItem .instaModal.open {
  visibility: visible;
  opacity: 1;
}
#instafeed.instaTop {
    padding: 30px 0;
}
#instafeed.instaTop .instaItem {
    margin-bottom: .5%;
    width: calc(99%/3);
}
@media screen and (max-width: 767px) {
  #instafeed .instaItem .instaModal {
    padding: 10px;
  }
  #instafeed .instaItem .instaModal .modalInner {
          max-height: 100%;
    overflow-y: auto;
  }
  #instafeed .instaItem .instaModal .modalInner::-webkit-scrollbar {
    display: none;
  }
  #instafeed .instaItem .instaModal .modalInner .instaClose {
    color: #fff;
  }
}

@media all and (min-width: 768px) {
  #instafeed .instaItem .instaModal .modalInner {
    display: flex;
  }
  #instafeed .instaItem .instaModal .modalInner .textArea {
    width: 300px;
  }
}

#shopGuide_wrap .guide01 {
  margin-bottom: 60px;
}
#shopGuide_wrap .guide01 h2 {
  text-align: left;
}

.noticeBnr {
  margin: 0;
  text-align: center;
  background-color: #e61212;
}

#sub-column div.cal_wrapper table.cal tr td div.Today {
  background-color: #eee;
}
.pagerlist ul li,
.pagerlist ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
}
#pager-bm .pagerlist ul li.selected {
  color: #fff;
}
.pagerlist {
  float: none !important;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .spTableWrap {
    margin-bottom: 40px;
    overflow-x: scroll;
    position: relative;
  }
  .spTableWrap .table2 {
    margin-bottom: 5px !important;
    width: 900px !important;
  }
  .spTableWrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,.7);
    z-index: 1;
    transition: .3s ease-in-out;
  }
  .spTableWrap::after {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 160px;
    height: 115px;
    background: url('/assets/img/common/scroll_hint.svg') center center / cover no-repeat;
    z-index: 2;
    transition: .3s ease-in-out;
  }
  .spTableWrap.hintHide::before,
  .spTableWrap.hintHide::after {
    visibility: hidden;
    opacity: 0;
  }
}

.tryangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #292D61 transparent transparent transparent;
}


/* 	20210120 */
.gnavMegaItem02 {
	margin-top: 0 !important;
}
.gnavMegaItem02 dt>a {
	padding-left: 10px;
	display: inline-flex;
	position: relative;
	color: #292D61;
	font-weight: bold;
}
.gnavMegaItem02 dd {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.4rem !important;
}

@media screen and (min-width: 768px) {
	.gnavMega02 {
		display: flex;
	}

	.gnavMegaItem02 {
		width: 49%;
	}
}