@charset "utf-8";

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

body{
	font-family:Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, "lr oSVbN", sans-serif;
}

img{
	vertical-align: bottom;
}

/* PC用
-------------------------------------------------- */
@media screen and (min-width:1200px){

.logo{
	width: 100%;
	min-width: 1200px;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background: #ffffff;
}

.logo img{
	width: 80px;
}

#floatNav{
	width: 100%;
	min-width: 1200px;
	background: #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#floatNav .container{
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 10px 0;
}

#floatNav h1{
	padding: 10px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

#floatNav nav{
	margin-left: auto;
}

.menu_pc ul{
	display: flex;
}

.menu_pc li{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-right: 40px;
}

.menu_pc li a{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px 0;
}

.menu_pc li.buy a{
	background: #cc0000;
	color: #fff;
	padding: 10px 15px;
}

.menu_pc li:last-child{
	margin-right: 0;
}

.hamburger,
.buy_sp,
#navSp{display: none;}

/* ティッカー
-------------------------------------------------- */
#newsTicker{
	width: 100%;
	min-width: 1200px;
	background: #efefef;
	display: none;
}

#newsTicker ul{
	width: 100%;
	min-width: 1200px;
	text-align: center;
}

#newsTicker li{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

#newsTicker li strong{
	font-weight: bold;
}

#newsTicker li small{
	font-size: 10px;
}

/* フッターエリア
-------------------------------------------------- */
.pankuzu{
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}

.pankuzu ul{
	display: flex;
	margin: 10px 0;
}

.pankuzu ul li:after{
	content: "＞";
	font-size: 10px;
	line-height: 12px;
	padding: 0 5px;
}

.pankuzu ul li:last-child:after{
	display: none;
}

.pankuzu ul li a{
	font-size: 12px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
}

.copyright{
	width: 100%;
	min-width: 1200px;
	color: #9a9a9a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #000;
	padding: 10px 0;
}

#toTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(255,255,255,0.95);
	color: #050505;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #050505;
	font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	/* border-radius: 7px; */
	z-index: 3;
	font-size: 12px;
	text-decoration: none;
}

#toTop:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #050505;
	border-right: 1px solid #050505;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

.fade_off{
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.fade_on{
	opacity: 1;
}

}



/* SP用
-------------------------------------------------- */
@media screen and (max-width:1199px){

.logo{
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	position: relative;
	z-index: 10;
	background: #ffffff;
}

.logo img{
	width: 80px;
}

#floatNav{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	background: #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #ccc;
}

#floatNav .container{
	width: 100%;
	margin: 0 auto;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
	position: relative;
}

#floatNav h1{
	display: table-cell;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	vertical-align: middle;
}

#floatNav nav{
	margin-left: auto;
}

.menu_pc{
	display: none;
}

.hamburger{
	display: table-cell;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}

.hamburger span{
	display: block;
	background: #efefef;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	line-height: 16px;
	position: relative;
}

.hamburger span:before{
	content: "＋";
	font-size: 16px;
	line-height: 16px;
	transition: .5s;
}

.nav-open .hamburger span:before{
	content: "×";
}

#navSp{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background: #fff;
	border-top: 1px solid #ccc;
}

#navSp ul li{
	background: #fff;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

#navSp ul li a{
	color: #333;
	text-decoration: none;
}

.buy_sp{
	display: table-cell;
	width: 20%;
	box-sizing: border-box;
	vertical-align: middle;
}

.buy_sp a{
	display: block;
	background: #cc0000;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
	box-sizing: border-box;
}

.nav-open .black-bg{
	opacity: .5;
	visibility: visible;
}

/* ティッカー
-------------------------------------------------- */
#newsTicker{
	width: 100%;
	background: #efefef;
	display: none;
}

#newsTicker ul{
	width: 100%;
	text-align: center;
}

#newsTicker li{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

#newsTicker li strong{
	font-weight: bold;
}

#newsTicker li small{
	font-size: 10px;
}

/* フッターエリア
-------------------------------------------------- */
.pankuzu{
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

.pankuzu ul{
	display: flex;
	margin: 10px 0;
}

.pankuzu ul li:after{
	content: "＞";
	font-size: 10px;
	line-height: 12px;
	padding: 0 5px;
}

.pankuzu ul li:last-child:after{
	display: none;
}

.pankuzu ul li a{
	font-size: 12px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
}

.copyright{
	width: 100%;
	color: #9a9a9a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #000;
	padding: 10px 0;
}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: rgba(255,255,255,0.95);
	color: #050505;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #050505;
	font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	/* border-radius: 7px; */
	z-index: 3;
	font-size: 12px;
	text-decoration: none;
}

#toTop:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #050505;
	border-right: 1px solid #050505;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

.fade_off{
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.fade_on{
	opacity: 1;
}

.pankuzu ul{
	flex-wrap: wrap;
}

}