@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu00, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
 font-size: 98%;
}
body {
	/* プロジェクトによって変動 */
	color: #333333;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "游ゴシック";
	width: 100%;
	margin: 0 auto;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	/* safari hover対策 */
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/*------------------
       common
--------------------*/
a{
 	margin:0;
 	padding:0;
	vertical-align:baseline;
	text-decoration:none;
}
a:hover {
	text-decoration:none;

}
a:hover .no {
	text-decoration:none;
}
a:hover .but {
	text-decoration:none;
		opacity:0.7;

}
a:hover img{
	opacity:0.8;
}
a:hover img .no{
	opacity:1.0;
}


/*********↓　共通 **********/
header{
	position:fixed;
	width:100%;
	height:80px;
	top:0;
	background:#ffffff;
	z-index:999;
}
.top_header{
	position:fixed;
	width:100%;
	height:40px;
	top:0;
	background:#ffffff;
	z-index:999;
}
#wrap, #footer_wrap {
	/* width: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 200px;
	box-sizing: border-box; */

	display: flex;
  flex-direction: column;
  min-height: 55vh;
}
h1{
	width:100%;
	height:35px;
	margin:0px auto;
	padding-top:8px;
	padding-left:18%;
	text-align:left;
	color:#000000;
	font-size:85%;
	font-weight:normal;
}
h1.index{
	display:none;
}
/* h3{
	width:1100px;
	margin:0px auto;
	padding:5px 20px;
	font-size:115%;
	border-left:8px #f60 solid;
	border-bottom:3px #f60 solid;
	text-align:left;
} */
h3 {
	width:1100px;
	margin:0 auto;
	padding:5px 20px;
	font-size:115%;
	position: absolute;
	border-left:none;
	border-bottom:none;
	background: linear-gradient(to right, #97c7ec, #fdfefe);
	text-align:left;
}
h3 .g2tam_h3{
	width:1100px;
	margin:0 auto;
	padding:5px 20px;
	font-size:115%;
	position: absolute;
	border-left:none;
	border-bottom:none;
	background: rgb(85, 161, 217);
	text-align:left;
}

h4{
	width:1100px;
	/* margin:0px auto; */
	padding:15px 0;
	font-size:170%;
	color:#ffffff;
	/* background-color:#F90; */
	background-color: rgb(0, 154, 163);

	text-align:center;
}
h5{
	margin:0;
	font-size:110%;
}
/*faqタイトルに使用*/
h5.faq01{
	margin:0;
	font-size:130%;
	/* background-color:rgba(239, 217, 16, 0.7); */
	background-color: #0054a1;
	color:#fff;
	border-radius: 20px;
	padding:10px 15px;
	width:500px;
	height:auto;
	text-align: center;
	/* border-bottom:3px solid #FC0; */

}
h5.faq02{
	margin:0;
	font-size:130%;
	/* background-color:rgba(0, 178, 89, 0.7); */
	background-color: #07913a;
	color:#fff;
	border-radius: 20px;
	padding:10px 15px;
	width:500px;
	height:auto;
	text-align: center;
	/* border-bottom:3px solid #096; */
}

/*商品タイトルに使用*/
h5.category{
	display:block;
	width:90%;
	margin:0px auto 30px;
	font-size:140%;
	text-align:center;
	padding:10px;
	background:#F60;
	color:#ffffff;
}

/*商品名に使用*/
h6{
	width:100%;
	padding: 0.5em 1em;
    margin: 25px 0 3px;
    background: white;
    border-top: solid 8px #09C;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	font-size:130%;
}

footer{
	position: relative;
  	left: 0;
	margin-top: auto;
	width:100%;
	height:200px;
	background: url(../images/common/footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
}

.top_footer{
	position: absolute;
	bottom:0;
	width:100%;
	height:200px;
	background: url(../images/common/top_footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
}
.footer_wrapper {
	display: flex;
	justify-content: space-between;
}

.footer_left {
	margin-top: 1.5%;
	margin-left: 6%;
}

footer .factory_name {
	font-size: 20px;
	font-weight: bold;
}

footer .factory_telNo {
	font-size:16px;
	font-weight: bold;
}

footer .company_name{
	display: flex;
	flex-direction: row;
}

footer .company_name p {
	font-size: 16px;
	text-align: center;
	margin-left: 2%;
}

.footer_middle{
	display: flex;
	flex-direction: column;
	margin-left: 30%;
}

.footer_middle ul {
  align-items: center;
	margin-top: 12%;
}

.footer_middle li {
	list-style-type: square;
	font-size: 14px;
}

.footer_middle a {
	color:#fff;
}

.footer_right {
	display: flex;
	flex-direction: column;
	margin-left:auto;
	margin-right: 5%;
}

.footer_right_items{
	padding: 5% 0;
}

.footer_right_items img {
	zoom: 0.3;
}

.footer_right_items p {
	font-size: 35px;
	font-weight: bold;
}

/*********↑　共通ここまで **********/

header #inner{
/*fixedで上部固定*/
  position: fixed;
  height:80px;
  width:100%;
  z-index:999;/*最前面へ*/
  justify-content: space-between;
  align-items: center;
  margin:0 auto;
  padding:0;
  background-color:#ffffff;	
  border-bottom: solid 1px #aaa;
  text-align:center;
}
header #inner_top{
/*fixedで上部固定*/
  position: fixed;
  height:50px;
  width:100%;
  z-index:999;/*最前面へ*/
  justify-content: space-between;
  align-items: center;
  margin:0 auto;
  padding:0;
  background-color:#ffffff;	
  border-bottom: solid 1px #aaa;
  text-align:center;
}

/*header{
/*fixedで上部固定
  position: fixed;
  height: 70px;
  width:100%;
    z-index: 999;/*最前面へ*/
  /*以下はレイアウトのためのCSS
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#333;
  color:#fff;
  text-align: center;
  padding: 20px;
}*/

/*　上に上がる動き　*/

#move_menu.UpMove{
  animation: UpAnime 0.0s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#move_menu.DownMove{
  animation: DownAnime 0.5s forwards;
  
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-50px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#kocjapan{
	width:100%;
	float:left;
	text-align:left;
	height:80px;
	margin:0px auto;
	z-index:99999;
}
#kocjapan img{
	padding-left:18%;
	height: 45px !important;
	width: auto !important;
}
/*公式サイトへリンク*/
.kocjapan_offical{
	position:absolute;
	display:block;
	top:10px;
	right:0;
	width:300px;
	height:60px;
}
/*トップページだけのナビ高さ*/
nav.indexnavi{
	width:1250px;
	height:50px;
	float:right;
	background:#ffffff;
	text-align:center;
}
#kocjapansp{
	display:none;
}
/*ナビゲーションボタン*/
nav{
	width:100%;
	background-color:#ffffff;
	float:left;
	margin-left:11%;
	text-align:left;
	border-bottom: solid 1px #aaa;
	padding-bottom:8px;
	z-index:-99999;
}
/*トップページナビ 文字の位置*/
#topnavi{
	margin:0px auto 0;
	padding:5px 0;
	width:100%;
	height:50px;
}
#topnavi ul{
	align-items: center;
	float:left;
}
#topnavi li{
	display:inline-block;
	height:30px;
}
/*左端ボタン*/
#topnavi li:nth-child(1){
	display:inline-block;
	border-left:none;
	height:30px;
	margin:13px 0;
}
#topnavi li a{
	display: block;
	height:30px;
	position: relative;
	font-size: 16px;
	color:#036;
	padding:0px 5px;
	text-align:center;
}
#topnavi li a:hover{
	display: block;
	height:30px;
	color:#FC9;
	text-decoration:none;
	padding:0px 5px;
}

/*共通ナビ*/
#gnavi{
	margin:0px auto 0;
	padding:4px 0 5px;
	width:88%;
	height:50px;
}
#gnavi ul{
	align-items: center;
	float:left;
}
#gnavi li{
	display:inline-block;
	border-left:1px #eee solid;
	height:30px;
}
/*左端ボタン*/
#gnavi li:nth-child(1){
	display:inline-block;
	border-left:none;
	height:30px;
	margin:13px 0;
}
/*右端ボタン
#gnavi li:nth-child(6){
	display:inline-block;
	border-right:1px #eee solid;
	height:30px;
	margin:13px 0;
}
*/
#gnavi li a{
	display: block;
	height:30px;
	position: relative;
	font-size: 16px;
	color:#036;
	padding:0px 5px;
	text-align:center;
}
#gnavi li a:hover{
	display: block;
	height:30px;
	color:#FC9;
	text-decoration:none;
	padding:0px 5px;
}
/*最前面ロゴ*/
#logo{
	position:fixed;
	top:0;
	left:-20px;
	width:10%;
	display:inline-block;
	margin:0;
	z-index:9999;
}
#logo img{
	width:190%;
	margin:-13px auto 0px;
	padding:0px;
}
#logo a{
	display:inline-block;
}
#logo a:hover img{
	opacity:1.0;
}
#side{
	position:fixed;
	top:45%;
	left:0px;
	width:5vw;
}
#side img{
	width:90%;
	margin:0px auto 0px;
	padding:0px;
	opacity:0.6;
}

.pc{display:block;}
.sp{display:none;}


/*ノートPC*/
@media screen and (max-width: 1366px){
header #inner{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	height:45px;
	background-color:#ffffff;
	text-align:center;
}
#kocjapan{
	width:100%;
	float:left;
	text-align:left;
	height:65px;
	margin:0px auto;
	z-index:999;
}
#kocjapan img{
	padding-left:17%;
		height: 45px !important;
}
nav.indexnavi{
	width:1050px;
	float:right;
	background:#ffffff;
	text-align:center;
	border:none;
}
nav{
	width:100%;
	float:left;
	margin-left:10%;
	text-align:left;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	padding-bottom:5px;
}

/*トップページナビ*/
#topnavi{
	margin:0px auto 0;
	padding:5px 0 5px;
	width:100%;
	height:50px;
}
#topnavi ul{
	align-items: center;
	float:left;
}
#topnavi li{
	display:inline-block;
	height:30px;
}
/*左端ボタン*/
#topnavi li:nth-child(1){
	display:inline-block;
	border-left:none;
	height:30px;
	margin:13px 0;
}
#topnavi li a{
	display: block;
	height:30px;
	position: relative;
	font-size: 14px;
	color:#036;
	padding:0px 5px;
	text-align:center;
}
#topnavi li a:hover{
	display: block;
	height:30px;
	color:#FC9;
	text-decoration:none;
	padding:0px 5px;
}

/*共通ナビ*/
#gnavi{
	margin:0px auto 0;
	padding:0px 0 10px;
	width:88%;
	height:45px;
}
#gnavi ul{
	align-items: center;
	float:left;
}
#gnavi li{
	display:inline-block;
	border-left:1px #eee solid;
	height:30px;
}
/*左端ボタン*/
#gnavi li:nth-child(1){
	display:inline-block;
	border-left:none;
	height:30px;
	margin:13px 0;
}
/*右端ボタン
#gnavi li:nth-child(6){
	display:inline-block;
	margin:13px 0;
}
*/
#gnavi li a{
	display: block;
	height:30px;
	position: relative;
	font-size: 14px;
	color:#036;
	height:30px;
	padding:0px 5px;
	text-align:center;
}
#gnavi li a:hover{
	display: block;
	height:30px;
	color:#FC9;
	text-decoration:none;
	padding:0px 5px;
}
#logo{
	position:fixed;
	top:0;
	left:-20px;
	display:inline-block;
	margin:0 auto;
}
#logo img{
	width:240px;
	margin:0px auto 0px;
	padding:0px;
}
#logo a{
	display:inline-block;
}
#logo a:hover img{
	opacity:1.0;
}
#side{
	position:fixed;
	top:50%;
	left:0px;
}
#side img{
	width:55px;
	margin:0px auto 0px;
	padding:0px;
	opacity:0.6;
}
#wrap, #footer_wrap {
	/* width: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 200px;
	box-sizing: border-box; */

	display: flex;
  flex-direction: column;
  min-height: 80vh;
}

h3 {
	width:900px;
	margin:0 auto;
	padding:5px 20px;
	font-size:115%;
	position: absolute;
	border-left:none;
	border-bottom:none;
	background: linear-gradient(to right, #97c7ec, #fdfefe);
	text-align:left;
}
h3 .g2tam_h3{
	width:900px;
	margin:0 auto;
	padding:5px 20px;
	font-size:115%;
	position: absolute;
	border-left:none;
	border-bottom:none;
	background: rgb(85, 161, 217);
	text-align:left;
}
/*faqタイトルに使用*/
h5.faq01{
	margin:0;
	font-size:130%;
	/* background-color:rgba(239, 217, 16, 0.7); */
	background-color: #0054a1;
	color:#fff;
	border-radius: 20px;
	padding:10px 15px;
	width:400px;
	height:auto;
	text-align: center;
	/* border-bottom:3px solid #FC0; */

}
h5.faq02{
	margin:0;
	font-size:130%;
	/* background-color:rgba(0, 178, 89, 0.7); */
	background-color: #07913a;
	color:#fff;
	border-radius: 20px;
	padding:10px 15px;
	width:400px;
	height:auto;
	text-align: center;
	/* border-bottom:3px solid #096; */
}
/*商品名に使用*/
h6{
	width:90%;
	padding: 0.5em 1em;
    margin: 25px 0 3px;
    background: white;
    border-top: solid 8px #09C;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	font-size:130%;
}

}
/*タブレット*/
@media only screen and (min-width:769px) and (max-width:1024px){
header{
	position:fixed;
	overflow:hidden;
	width:100%;
	top:0;
	left:0;
	background:#ffffff;
	z-index:9999;
		overflow:hidden;

}

nav.indexnavi{
	width:90%;
	overflow:hidden;
	float:left;
	margin-left:12%;
	background:#ffffff;
	text-align:right;
	border:none;
}
#logo{
	position:fixed;
	top:0;
	left:-15px;
	display:inline-block;
	margin:0 auto;
}
#logo img{
	width:220px;
	margin:0px auto 0px;
	padding:0px;
}
#side{
	position:fixed;
	top:41%;
	left:0px;
}
#side img{
	width:52px;
	margin:40px auto 0px;
	padding:0px;
	opacity:0.6;
}
footer{
	position: relative;
  	left: 0;
	margin-top: auto;
	width:1400px;
	height:200px;
	background: url(../images/common/footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
	overflow:hidden;
}
footer .medi_oem_foot{
	position: relative;
  	left: 0;
	margin-top: auto;
	width:1400px;
	height:200px;
	background: url(../images/common/footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
	overflow:hidden;
}

}
/*スマホ*/
@media screen and (max-width: 768px){
/*********↓　Original共通 **********/
body {
 /* プロジェクトによって変動 */
 min-width: 100%;
 color: #333333;
 line-height: 1.8;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "游ゴシック";
 width: 100%;
 font-smoothing: antialiased;
 font-variant-numeric: tabular-nums;
 /* safari hover対策 */
 -webkit-font-smoothing: antialiased;
 margin: 0 auto;
}
header #inner_top{
/*fixedで上部固定メニューを透明に*/
  margin:0 auto;
  padding:0;
  background-color:transparent;	
  border-bottom: none;
}
/*上部固定メニューを透明に*/
.top_header{
	position:fixed;
	width:100%;
	height:0px;
	top:0;
	background:transparent;
	z-index:99;
}
.top_header #inner_top .indexnavi.tpc{
	display:none;
}

h1{
	display:none;
}
h3, h4 {
	width:100%;
	line-height:200%;
}
h5.faq01, h5.faq02{
	width:100%;
	float:left;
	margin-bottom:20px;
}
/*商品名に使用*/
h6{
	width:100%;
	padding: 0.5em 1em;
    margin: 25px 0 3px;
    background: white;
    border-top: solid 8px #09C;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	font-size:100%;
}


@media screen and (max-width: 320px){
	h3 {
		font-size: 100%;
	}
}
h6 {
	font-size: 100%;
}

/*********室田-スマホ版トップレイアウトのため　height:0px と　padding（上）を0pxに設定、ウィンドウ上部の余白を消すために、margin-top:-5pxを設定*******/
header{ width: 100%; height:0px;margin-top:-5px;padding:0px 0px 5px; top:0;}

/*********室田-スマホ版トップレイアウトのため　height:0pxに設定*******/
header #inner{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	height:0px;
}
#kocjapan{
	display:none;
}
#kocjapansp{
	display:block;
	position:absolute;
	width:60%;
	float:left;
	text-align:left;
	height:80px;
	margin:15px auto;
	z-index:0;
}
#kocjapansp img{
	width:80%;
	padding-left:2%;
}

#logo{
	display:inline-block;
	width:65%;
	margin:0 auto;
	background-color:#ffffff;
}
#logo img{
	margin:18px auto 0;
}
#logo a{
	display:inline-block;
}
nav{
	display:none;
}
#gnavi{
	display:none;
}
footer{
	width:100%;
	height:100%;
	background: #072853;
	  padding-top:30px;
	  bottom:0;

}
footer .medi_oem_foot{
	width:100%;
	height:100%;
	background: #072853;
	  padding-top:30px;
	  bottom:0;
}

.top_footer{
	width:100%;
	height:100%;
	background: #072853;
}

.footer_wrapper {
	display: block;
	width:100%;
}

.footer_left {
	margin-left: 15%;
}

.footer_middle{
	margin-left: 20%;
}

.footer_middle ul {
	margin-top: 10%;
}

.footer_right {
	margin-left: 15%;
}

.footer_right_items{
	padding: 0;
}
.footer_right_items p {
	font-size: 41px;
	font-weight: bold;
}

/****メニュー全体****/
#menu{
	/*配置*/
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index:999999999;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	display:block;
	width: 50px;
	height: 50px;
	padding:0px;
	/*配置*/
	overflow: hidden;
	position: absolute;
	z-index:999999999;
	top: -15px;
	right:3%;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,102,0,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100vh;
	position: absolute;
		z-index:999999999;

	top: -13px;
	left: 0;
	pointer-events: auto;
}

#menu img {
	width: 100%;
	height: 100%;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,102,0,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -13px;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	width: 100%;
	/*配置*/
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 0px;
}

#menu ul li{
	/*デザイン*/
	background: #030248;
	padding: 0px;
	color: rgba(255,255,255,1);
	border-bottom: 1px rgba(255,255,255,1) solid;
	/*配置*/
	pointer-events: auto;
	position: relative;
	right: -100%;
	list-style:none;
}
#inner .hamburger-menu.sp .menu-content ul li a{
	display:block;
	width:100%;
	height:10%;
	color: rgba(255,255,255,1);
	font-size:110%;
	padding:5px;
}
#inner .hamburger-menu.sp .menu-content ul li a:hover{
	color: rgba(255,255,255,1);
	text-decoration:none;
}
.kochp{
	float:left;
	width: 13px					!important;
	height: 13px				!important;
	zoom: 1.5;
	margin-left: 30%;
	margin-top: -5px;
}
.link{
	float:left;
	height:20px;
	font-size:100%;
	padding:5px;
	margin-top: -15px;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #8181a4;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}

/*中身*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99;
		padding: 53px 16px 16px;
		background: #030248;
    transition: all 0.5s;/*アニメーション設定*/
    overflow-y: auto;
}

#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}

/*チェックボックスにチェックが入ったら表示*/
input:checked ~ .h-menu_icon .hamburger-icon{
    background: transparent;
}
input:checked ~ .h-menu_icon .hamburger-icon::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:10px;
    z-index:999;
}
input:checked ~ .h-menu_icon .hamburger-icon::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:10px;
    z-index:999;
}
input:checked ~ #h-menu_black {
    display: block;
    opacity: .8;
}
#h-menu_checkbox:checked ~ #h-menu_content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.h-menu_icon .hamburger-icon,
.h-menu_icon .hamburger-icon::before,
.h-menu_icon .hamburger-icon::after,
#h-menu_black,
#h-menu_content{
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-content ul{
    list-style: none;
		width: 70%;
    margin: 0 auto;
    padding: 0;
}
.menu-content ul li{
		border-top: solid 1px white;
		opacity:0.8;
		border-left: none;
		border-right: none;
		text-align: center;
		padding-left: 0%;
		font-size: 115%;
}
.menu-content ul li:first-child{
	border-top: solid 1px white;
}
.menu-content ul li:last-child{
	border-bottom: solid 1px white;
}
.menu-content li a {
    display: block;
    color: white;
	font-size: 115%;
	padding: 10px;
    text-decoration: none;
    transition-duration: 0.2s;
}
.menu-content li a:hover {
    background: #455b6d;
}

.h-menu_topImg {
	display: flex;
	flex-direction: column;
	width: 40%;
	margin: 0 auto;
}

.h-menu_topImg{
	max-width:220px;
	width:100%;
  	height: auto;
}
.h-menu_topImg .sp_logo_img{
	display: none;
	width:160px;
	margin:0 auto;
}
.h-menu_topImg .sp_mask_img{
	display: none;
	width:75px;
	margin:25px auto 5px;
}
.h-menu_topImg .h-menu_link {
	width:190px;
	height:auto;
	margin:25px auto;
}

.top_link {
	width: 85%;
}

.kochp{
	width: 13px					!important;
	height: 13px				!important;
	zoom: 1.6;
	margin: 3% -21% 3% 13%;
}

/****#menu liの数だけずれたタイミングでアニメーション開始****/
#menu li:nth-child(1){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#menu li:nth-child(2){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.05s;
	transition: all 0.3s ease 0.05s;
}

#menu li:nth-child(3){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}

#menu li:nth-child(4){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.15s;
	transition: all 0.3s ease 0.15s;
}

#menu li:nth-child(5){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
#menu li:nth-child(6){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.25s;
}
#menu li:nth-child(7){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.5s;
		/* background: rgba(000,000,000,0.9); */
}
#menu li:nth-child(8){
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.5s;
	background: rgba(000,000,000,0.9);
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target li{
	/*配置*/
	right: 0;
}

#logo {
	display: none;
}

#side{
	display: none;
}
.pc{display:none;}
.sp{display:block;}

#topcontrol {
    bottom: 50% !important;
    right: 10px !important;
    transform: translateY(50%) !important;
}
}