@charset "utf-8";

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0px;padding: 0px;}
html {font-size: 62.5%; } /* 10px */
/*html {font-size: calc(100vw / 32); }*/
html {overflow:auto; height:100%;}
body{
	color: #323232;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	overflow: hidden;
}
fieldset,img {
	border: 0;
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
ol li {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 25px;
	margin-bottom:5px;
}

caption,th {
	text-align: left;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a{
	color: #333333;
	text-decoration: none;
}

img {
	max-width:100%;
	height:auto;
	padding: 0;
	margin: 0;
}
*:focus {
	outline: none;
}
button, input, select, textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
input[type=text],select {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
* {
	/*-webkit-appearance: none;*/
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.ma_b5 {margin-bottom: 5px;}
.ma_b10 {margin-bottom: 10px;}
.ma_b15 {margin-bottom: 15px;}
.ma_b20 {margin-bottom: 20px;}
.ma_b21 {margin-bottom: 21px;}
.ma_b25 {margin-bottom: 25px;}
.ma_b30 {margin-bottom: 30px;}
.ma_r10 {margin-right: 10px;}
.pdt0 {padding-top:0 !important;}
table, tr, th, td {
	border-collapse: collapse;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	word-wrap:break-word;
}
.pc {display:block!important;}
.sp {display:none !important;}



@media only screen and (max-width: 768px){
body{
	color: #000;
	font-size: 1.3rem;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	line-height:160% !important;
	
}
.pc {display:none !important;}
.sp {display:block!important;}
input {
	font-size: 16px;
	/* transform: scale(0.9); */
}

}


.yu-mincho {
font-family: "Times New Roman", Times,"游明朝体", "Yu Mincho", YuMincho, "HG明朝B",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','HG明朝E','ＭＳ Ｐ明朝', serif;
}
.hind {
	font-family: 'Hind', sans-serif;
}
.oswa {
	font-family: 'Oswald', sans-serif;
}
.robo {
	font-family: 'Roboto', sans-serif;
}


.alpha {
	display:block;
	text-decoration:none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.alpha:hover{
	opacity: 0.6;
}


.wrap {
	position: relative;
	z-index: 0;
}
.innWrap {
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px;
}
@media only screen and (max-width: 768px){
.wrap {
}
.innWrap {
	margin: 0px 5%;
	padding: 0 0;
}

}


/****************************************

HEADER

*****************************************/
#header {display:none;}/*デフォルト打ち消し*/

header{
	z-index: 999;
	width: 100%;
	position: relative;
}
.triggerBtn {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

.menu-trigger {
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	background: #00a2d0;
	display: none;
}
.menu-trigger.active:after {
	position:absolute;
	content: " ";
	display: inline-block;
	width: 13px;
	height: 21px;
	background: url(../images/common/mega_biblio_arrow.jpg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 25px;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  transition: all .5s .2s;
}
.menu-trigger.active span {}
.menu-trigger span:nth-of-type(1) {
  top: 28px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 47px;
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-10px) rotate(45deg);
}

@media only screen and (max-width: 1000px){
.triggerBtn {
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
.menu-trigger {
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	background: #00a2d0;
}
.menu-trigger span {
  width: 40px;
}
.menu-trigger span {left: 25px;}
.menu-trigger span:nth-of-type(1) {top: 33px;}
.menu-trigger span:nth-of-type(2) {top: 52px;}
.header .hd_innar .cart {
	right: 90px !important;
}
.mega-nav {
    display: block;
}

}

@media only screen and (max-width: 768px){
header{
	margin: 0;
	height: 50px;
	position: fixed;
	background: #fff;
}
.search-btn {
	width: 100%;
	right: 3%;
	top: 25%;
}
.menu-trigger.active:after {
	display: none;
}
.menu-trigger span {left: 13px;width: 25px;}
.menu-trigger span:nth-of-type(1) {
  top: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 12px;
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 30px;
}
.menu-trigger.active span:nth-of-type(2) {
  top: 36px;
  transform: translateY(-12px) rotate(45deg);
}

.triggerBtn {display: block;width: 50px;height: 50px;right: 0;}
.mega-nav {display: block;padding: 0 !important;}
}



/* ----------------------------------------
 *  ページトップ
 * ---------------------------------------- */
#pagetop {
	position: absolute;
	top: -23px;
	right: 5%;
	width: 45px;
}
#pagetop a {
	background: #bbbbbb url(../images/common/pagetop_arrow.png) no-repeat center center;
	background-size: 25px 15px;
	text-decoration: none;
	width: 45px;
	height: 45px;
	text-align: center;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.3;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#pagetop a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 768px){
#pagetop {width: 35px;top: -17px;z-index: 9997;}
#pagetop img {
}#pagetop a {width: 35px;height: 35px;background-size: 18px 11px;}

}







/*========================================
ヘッダー
========================================*/
.header {border-bottom: solid 2px #787878;}

.header .hd_innar {
	position: relative;
	height: 90px;
	margin: 0 0 0 1.6vw;
}

.header .hd_innar .logo {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 100%;
	max-width: 200px;
}
.header .hd_innar .logo a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
.header .hd_innar .logo a:hover {
	opacity: 0.6;
}
.header .hd_innar .catch {
	position: absolute;
	top: 50%;
	left: 220px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 38%;
}
.header .hd_innar .catch .sttl {
	font-size: 10px;
	padding: 0.1em 0.5em;
	border: 1px solid #000;
	display: inline-block;
	margin: 0px 0px 3px;
}
.header .hd_innar .catch p {
	font-size: 12px;
}

.header .hd_innar .nav {
	position: absolute;
	top: 50%;
	right: 110px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width: 440px;
	width: 100%;
}
.header .hd_innar .nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.header .hd_innar .nav .nav1 {margin: 0 0 8px;}
.header .hd_innar .nav .nav1 li {line-height:28px;}

.header .hd_innar .nav ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
.header .hd_innar .nav ul li a:hover {
	opacity: 0.6;
}
.header .hd_innar .nav .nav1 li a {
	position: relative;
	padding: 0 20px;
}
.header .hd_innar .nav .nav1 li a:before{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#333;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.header .hd_innar .nav .nav1 li:nth-child(3) a:after{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#333;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.header .hd_innar .nav ul li.sns {padding: 0 10px 0 0;}
.header .hd_innar .nav ul li.sns:nth-child(4) { margin: 0 0 0 20px;}
.header .hd_innar .nav ul li.sns:last-child {padding: 0;}
.header .hd_innar .nav ul li.sns a {padding: 0;}
.header .hd_innar .nav .nav1 li.sns a:before{display:none;}
.header .hd_innar .nav ul li.sns img {width:28px;height: auto;}

.header .hd_innar .nav .nav2 li a {
	font-size:12px;
	color: #787878;
	padding: 0 10px;
}
.header .hd_innar .nav .nav2 li:last-child a {
	padding: 0 0 0 10px;
}
.header .hd_innar .cart {
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	background: #000;
}
.header .hd_innar .cart a {
	display: block;
	position: relative;
	height: 100%;
}
.header .hd_innar .cart a:before{
	content: " ";
	display: inline-block;
	width: 50px;
	height: 40px;
	background: url(../images/common/hd_cart_img.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform : translate(-50%,0);
	transform : translate(-50%,0);
	text-align: center;
}
.header .hd_innar .cart a:after{
	background : none;
	display:block;
	content: "カート";
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform : translate(-50%,0);
	transform : translate(-50%,0);
	text-align: center;
}


@media only screen and (max-width: 1200px){
.header .hd_innar .catch {width: 25%;}
}
@media only screen and (max-width: 1000px){
.header .hd_innar .nav {
	display:none;
}
.header .hd_innar .catch {width: 40%;}

}

@media only screen and (max-width: 768px){
.header .hd_innar {
	margin: 0px auto;
	max-width: 970px;
	position: relative;
	height: 50px;
}

.header .hd_innar .logo {
	left: 2%;
	width: 100px;
}
.header .hd_innar .catch {width: 120px;left: 120px;}
.header .hd_innar .nav {display: none;}

.header .hd_innar .nav li a {
	font-weight: 500;
	font-size: 12px;
}
.header .hd_innar .nav li:nth-of-type(1) a , .header .hd_innar .nav li:nth-of-type(2) a {
}
.header .hd_innar .nav li:nth-of-type(3) a {
}
.header .hd_innar .nav li:nth-of-type(1) a:before {
	width: 6px;
	height: 9px;
}
.header .hd_innar .nav li:nth-of-type(3) a:after {
	width: 8px;
	height: 7px;
}
.header .hd_innar .cart {
	width: 50px;
	height: 50px;
	right: 50px !important;
	z-index: 9999;
	background: #000;
}
.header .hd_innar .cart a {
	display: block;
	position: relative;
	height: 100%;
}
.header .hd_innar .cart a:before{
	width: 30px;
	height: 23px;
	top: 27%;
}
.header .hd_innar .cart a:after{
	display: none;
}
}




/*========================================
メガメニュー
========================================*/
.mega-nav {display:none;}

@media only screen and (max-width: 1000px){
.mega-nav {
	display: none;
	background: #787878;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.mega-nav .innar {
	max-width: 930px;
	margin: 0 auto;
	padding: 25px 0 45px;
	position: relative;
}
.mega-nav .innar .btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 0 30px;
}
.mega-nav .innar .btn li {
	width: 48%;
	text-align: center;
}
.mega-nav .innar .btn li a {
	display: block;
	color: #fff;
	background: #00a2d0;
	padding: 0.8em 0.5em;
}
.mega-nav .innar .mypage-btn {
	text-align: center;
}
.mega-nav .innar .mypage-btn a {
	display: block;
	color: #fff;
}
.mega-nav .innar .prd_search_form {
	margin: 0 0 30px;
}
.mega-nav .innar .search-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mega-nav .innar .prd_search_keyword {
	max-width: 100%;
	width: 100%;
	border: none;
	font-size: 15px;
	height: 40px;
	padding: 0 0.2em;
}
.mega-nav .innar .prd_search_btn{
	width: 40px;
	height: 40px;
	background: #fff url(../images/common/icon_grass.png) no-repeat center center;
	background-size: 22px 20px;
	border: none;
	text-indent: -9999px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
.mega-nav .innar .prd_search_btn:hover{
	opacity: 0.6;
}
.mega-nav .innar .all-btn {
	margin: 0 0 10px;
}
.mega-nav .innar .all-btn a {
	display: block;
	color: #fff;
	background: #00a2d0;
	padding: 0.6em 0.5em;
}
.mega-nav .innar .sec-cate {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 0 30px;
}
.mega-nav .innar .sec-cate ul {
	width: 100%;
	margin: 0;
}
.mega-nav .innar .sec-cate ul:last-child {
	margin: 0;
}
.mega-nav .innar .sec-cate ul .ttl {
	color: #fff;
	background: #000;
	padding: 0.5em 1em;
	margin: 0 0 10px;
}
.mega-nav .innar .sec-cate ul li ul li {
	width: 24%;
	margin: 0 1% 0 0;
}
.mega-nav .innar .sec-cate ul li a {
	color: #FFF;
	padding: 0 0 0.5em 0.5em;
	display: block;
	font-size: 14px;
}
.mega-nav .innar .sec-cate ul li a:before {
	background : none;
	content: ">";
	margin: 0 5px 0 0;
	font-size: 13px;
	color: #FFF;
}
.mega-nav .innar .sns {
	max-width: 300px;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mega-nav .innar .sns li {
	width: 60px;
}
.mega-nav .innar .nav1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mega-nav .innar .nav1 li {
	width: 33%;
	text-align:center;
	margin: 0 0 10px;
}

.mega-nav .innar .nav1 li a {
	position: relative;
	color: #fff;
	display: block;
}
.mega-nav .innar .nav1 li a:before{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.mega-nav .innar .nav1 li:nth-child(3) a:after , .mega-nav .innar .nav1 li:nth-child(6) a:after{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

}


@media only screen and (max-width: 768px){
.mega-nav {
	display: none;
	background: #787878;
	position: fixed;
	width: 100%;
	z-index: 10000;
	top: 50px;
}
.mega-nav .innar {
	margin: 0 5%;
	padding: 15px 0 10px;
}
.mega-nav .innar .btn {
	margin: 0 0 15px;
}
.mega-nav .innar .btn li {
	width: 45%;
	text-align: center;
}
.mega-nav .innar .btn li a {
	padding: 0.7em 0.5em;
}
.mega-nav .innar .mypage-btn {margin: 0 0 15px;}
.mega-nav .innar .mypage-btn a {
}
.mega-nav .innar .prd_search_form {
	margin: 0 0 15px;
}
.mega-nav .innar .search-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mega-nav .innar .prd_search_keyword {
	max-width: 100%;
	width: 100%;
	border: none;
	font-size: 15px;
	height: 40px;
	padding: 0 0.2em;
}
.mega-nav .innar .prd_search_btn{
	width: 40px;
	height: 40px;
	background: #fff url(../images/common/icon_grass.png) no-repeat center center;
	background-size: 22px 20px;
	border: none;
	text-indent: -9999px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
.mega-nav .innar .prd_search_btn:hover{
	opacity: 0.6;
}
.mega-nav .innar .all-btn {
	margin: 0 0 5px;
}
.mega-nav .innar .all-btn a {
}
.mega-nav .innar .sec-cate {
	margin: 0 0 20px;
	flex-wrap: wrap;
}
.mega-nav .innar .sec-cate ul {
	width: 100%;
	margin: 0 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mega-nav .innar .sec-cate ul li {
	width: 48%;
}
.mega-nav .innar #box_group ul li {
	width: 100%;
	margin: 0 0 1px;
}
.mega-nav .innar #box_group ul li a {
	background: rgba(0,50,120,1) !important;
	padding: 0.3em 0.5em;
}
.mega-nav .innar #box_group ul li a:hover {
	background: rgba(0,50,120,0.7) !important;
}

.mega-nav .innar .sec-cate ul:last-child {
	margin: 0;
}
.mega-nav .innar .sec-cate ul .ttl {
	padding: 0.4em 1em;
}
.mega-nav .innar .sec-cate ul li ul li {
	width: 100%;
}

.mega-nav .innar .sec-cate ul li a {
	padding: 0 0 0.4em;
}
.mega-nav .innar .sec-cate ul li a:before {
	font-size: 12px;
}
.mega-nav .innar .sns {
	max-width: 100%;
	margin: 0 0 30px;
	display: block;
	text-align: center;
	letter-spacing: -0.4em;
}
.mega-nav .innar .sns li {
	max-width: 44px;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 5px;
}
.mega-nav .innar .nav1 {
	display: block;
}
.mega-nav .innar .nav1 li {
	width: auto;
	margin: 0;
	border-bottom: solid 1px #fff;
}
.mega-nav .innar .nav1 li:last-child {
	border-bottom: none
	;
}
.mega-nav .innar .nav1 li a {
	padding: 0.5em;
}
.mega-nav .innar .nav1 li a:before{
	display: none;
}
.mega-nav .innar .nav1 li:nth-child(3) a:after , .mega-nav .innar .nav1 li:nth-child(6) a:after{
	display: none;
}

}






/* ===============================================
フッター
=============================================== */
#footer {
	background: #000000;
	position: relative;
}
#footer .innWrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 1.6vw;
	padding: 30px 0;
	max-width:100%;
}
#footer .sp-innWrap {
	display:none;
}
#footer .innWrap .info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 530px;
	width: 100%;
}
#footer .innWrap .info .logo {
	width: 145px;
}
#footer .innWrap .info .address {
	color: #fff;
	font-size: 13px;
	margin: 0px 0px 0px 3%;
}
#footer .innWrap .nav {
	width: 450px;
}
#footer .innWrap ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
#footer .innWrap ul li a:hover {
	opacity: 0.6;
}

#footer .innWrap .nav1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#footer .innWrap .nav1 {margin: 0 0 8px;}
#footer .innWrap .nav1 li {line-height:28px;}

#footer .innWrap .nav1 li a {
	position: relative;
	padding: 0 20px;
	color:#FFF;
}
#footer .innWrap .nav1 li a:before{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#footer .innWrap .nav1 li:nth-child(3) a:after{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#footer .innWrap .nav1 li.sns {padding: 0 10px 0 0;}
#footer .innWrap .nav1 li.sns:nth-child(4) { margin: 0 0 0 20px;}
#footer .innWrap .nav1 li.sns:last-child {padding: 0;}
#footer .innWrap .nav1 li.sns a {padding: 0;}
#footer .innWrap .nav1 li.sns a:before{display:none;}
#footer .innWrap .nav1 li.sns img {width:28px;height: auto;}

#footer .innWrap .nav2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 0 5px;
}
#footer .innWrap .nav2 li {
	margin: 0 20px 0 0;
}
#footer .innWrap .nav2 li:last-child {
	margin: 0;
}
#footer .innWrap .nav2 li a {
	font-size:12px;
	color:#FFF;
}
#footer .innWrap .nav3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 0 0 5px;
}
#footer .innWrap .nav3 li a {
	font-size:12px;
	color:#FFF;
}
#footer .innWrap .nav4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#footer .innWrap .nav4 li a {
	font-size:12px;
	color:#FFF;
}


#footer .copyright {
	background: #787878;
	padding: 0.8em 0.5em;
	font-size: 14px;
	text-align: center;
	color: #fff;
}




@media only screen and (max-width: 1100px){
#footer {}
#footer .innWrap {
	display: none;
}
#footer .sp-innWrap {
	display: block;
	padding: 60px 0 30px;
	color: #fff;
	margin: 0px 5%;
}
#footer .sp-innWrap .logo {
	width: 48%;
	margin: 0px auto 40px;
	text-align: center;
}
#footer .sp-innWrap .read {
	text-align: center;
	margin: 0px 0px 70px;
}
#footer .sp-innWrap .sns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	max-width: 360px;
	margin: 0 auto 80px;
}
#footer .sp-innWrap .sns li {
	width: 90px;
	text-align: center;
}
#footer .sp-innWrap .sns li a {
	display: block;
}
#footer .sp-innWrap .nav1 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 0 100px;
}
#footer .sp-innWrap .nav1 li {
	text-align: center;
	width: 33%;
}
#footer .sp-innWrap .nav1 li a {
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
}
#footer .sp-innWrap .nav1 li a:before{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#footer .sp-innWrap .nav1 li:nth-child(3) a:after{
	content:" ";
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#footer .sp-innWrap .address {
	text-align: center;
	margin: 0px 0px 50px;
}
#footer .sp-innWrap .address .sttl {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 3px;
}
#footer .sp-innWrap .nav2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: solid 1px #fff;
}
#footer .sp-innWrap .nav2 li {
	width: 50%;
}
#footer .sp-innWrap .nav2 li a {
	color: #fff;
	display: block;
	padding: 0.5em;
	border-bottom: solid 1px #fff;
	text-align: center;
}
#footer .sp-innWrap .nav2 li:nth-child(odd) a {
	border-right: solid 1px #fff;
}
}
@media only screen and (max-width: 768px){
#footer .sp-innWrap {
	padding: 30px 0 0;
	margin: 0 3%;
}
#footer .sp-innWrap .logo {
	width: 32%;
	margin: 0px auto 20px;
}
#footer .sp-innWrap .read {
	margin: 0px 0px 35px;
}
#footer .sp-innWrap .sns {
	max-width: 160px;
	margin: 0 auto 40px;
}
#footer .sp-innWrap .sns li {
	width: 40px;
}
#footer .sp-innWrap .sns li a {
}
#footer .sp-innWrap .nav1 {
	margin: 0 0 40px;
}
#footer .sp-innWrap .nav1 li {
}
#footer .sp-innWrap .nav1 li a {
}
#footer .sp-innWrap .nav1 li a:before{
	height: 10px;
}
#footer .sp-innWrap .nav1 li:nth-child(3) a:after{
	height: 10px;
}#footer .sp-innWrap .address {
	margin: 0px 0px 25px;
}
#footer .sp-innWrap .address .sttl {
	font-size: 14px;
}
#footer .sp-innWrap .nav2 {
	display: block;
}
#footer .sp-innWrap .nav2 li {
	width: auto;
}
#footer .sp-innWrap .nav2 li a {
	padding: 0.7em 0.5em;
	border-bottom: solid 1px #fff;
	text-align: center;
}
#footer .sp-innWrap .nav2 li:nth-child(odd) a {
	border-right: none;
}
#footer .sp-innWrap .nav2 li:last-child a {
	border-bottom: none;
}

#footer .copyright {
	padding: 0.5em;
	font-size: 12px;
}

}



/* ===============================================
サイドナビ
=============================================== */
#sidenavi {
	max-width: 260px;
	width: 100%;
	height: 100%;
	background: #787878;
	border-right: solid 2px #787878;
	position: relative;
	overflow: hidden;
}
#sidenavi .inn {
	max-width: 260px;
	width: 100%;
}
.search-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.prd_search_keyword {
	width: 100%;
	border: none;
	font-size: 15px;
	height: 40px;
	padding: 0 0.2em;
	border-radius: 0;
}
.prd_search_btn{
	width: 40px;
	height: 40px;
	background: #fff url(../images/common/icon_grass.png) no-repeat center center;
	background-size: 22px 20px;
	border: none;
	text-indent: -9999px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
.prd_search_btn:hover{
	opacity: 0.6;
}




#sidenavi .inn ul .ttl {
	color: #FFF;
	background: rgba(0,0,0,1);
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em 0.6em 0.4em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}
#sidenavi .inn ul .ttl:hover {
	background: rgba(0,0,0,0.8);
	opacity: 0.8;
}
#sidenavi .inn .btn {
	background: rgba(255,255,255,1);
}
#sidenavi .inn .btn a {
	color: #FFF;
	background: rgba(0,162,208,1);
	display: block;
	padding: 0.5em 0.6em;
	font-weight: bold;
	font-size: 15px;
	opacity: 1;
}
#sidenavi .inn .btn a:hover {
	background: rgba(0,162,208,0.8);
	opacity: 1;
}
#sidenavi .inn ul li a , #sidenavi .inn #box_group ul li a {
	color: #FFF;
	padding: 0.6em 1em 0.5em 2em;
	display: block;
	font-size: 14px;
}
#sidenavi .inn ul li ul li a , #sidenavi .inn #box_group ul li a {
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	opacity: 1;
}

#sidenavi .inn #box_group ul li a {
	background: rgba(0,50,120,1) !important;
}
#sidenavi .inn ul li ul li a:hover {
	background: rgba(255,255,255,0.1);
	opacity: 0.8;
}
#sidenavi .inn #box_group ul li a:hover {
	background: rgba(0,50,120,0.7) !important;
}
#sidenavi .inn ul li ul li a:before , #sidenavi .inn #box_group ul li a:before {
	background : none;
	content: ">";
	margin: 0 5px 0 0;
	font-size: 13px;
	color: #FFF;
}
@media only screen and (max-width: 768px){
#sidenavi {
	max-width: 100%;
	border-right: none;
	position: static;
}
#sidenavi .inn {
	max-width: 100%;
	width: auto;
}
.search-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.prd_search_keyword {
	max-width: 100%;
	border: none;
	font-size: 15px;
	height: 35px;
	padding: 0 0.2em;
}
.prd_search_btn{
	width: 35px;
	height: 35px;
	background-size: 18px 16px;
}
.prd_search_btn:hover{
	opacity: 0.6;
}




#sidenavi .inn ul .ttl {
	font-size: 15px;
	padding: 0.5em 0.5em 0.6em;
}
#sidenavi .inn .btn a {
	padding: 0.4em 0.5em;
	font-size: 14px;
}
#sidenavi .inn ul li a {
	padding: 0.5em 0.5em 0.4em 1em;
	display: block;
	font-size: 14px;
}
#sidenavi .inn ul li ul li a:before {
	font-size: 12px;
}

}





/* ===============================================
パンくず
=============================================== */
.topicpath_nav {
  margin: 2em;
  font-size: 84.615%;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }
@media only screen and (max-width: 768px){
.topicpath_nav {
  margin: 1em;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }
}

.innWrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/*.snv-bg {
	position: absolute;
	background: #787878;
	max-width: 260px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-right: solid 2px #787878;
}*/
#contents {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
}
#contents:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	max-width: 262px;
	width: 100%;
	height: 100%;
	background:#787878;
}
@media only screen and (max-width: 768px){
.innWrapper {
	display: block;
}
#contents {
	display: block;
	padding: 50px 0 0;
}
#contents:before {
	display: none;
}
}


/* ======================*/
.ttl_h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
.ttl_h2 span {
	border-bottom: solid 3px #00a2d0;
	padding: 0 5px 3px;
}
.pro-ttl {
	font-size: 24px;
	font-weight:bold;
	border-bottom: solid 1px #787878;
	padding: 0 0 20px;
	margin: 0 0 15px;
	line-height:1.3;
}
.pro-ttl p {
	margin: 0 0 5px;
	line-height:1.5;
}
.pro-ttl p span {
	color:#787878;
	font-size: 12px;
	padding: 0 5px;
	border:solid 1px #787878;
	font-weight:normal;
}
@media only screen and (max-width: 768px){
.ttl_h2 {
	font-size: 20px;
	margin: 0 0 30px;
}
.ttl_h2 span {
    padding: 0 3px 3px;
}
}
.fixed {
	position: fixed;
	top: 0;
}
@media only screen and (max-width: 768px){
.fixed {
	position: static;
}
}