@charset "utf-8";

/*********************
	pc/sp切替
*********************/
@media only screen and (max-width:767px) {
	.pc_view{
		display:none !important;
	}
}
@media only screen and (min-width:768px) {
	.sp_view{
		display:none !important;
	}
}

/*********************
	reset
*********************/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,span,
ul,li,ol,dl,dt,dd,
pre,code,
form,fieldset,legend,input,textarea,
blockquote,th,td,
address,caption,cite,code,dfn,em,strong,var {
	margin: 0;
	padding: 0;
	line-height:normal;
}

h1,h2,h3,h4,h5,h6,
address,caption,cite,code,dfn,em,strong,dt,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

br {
	letter-spacing: 0;
}

a {
	color:#231815;
	text-decoration:none;
	outline: none;
}
a img{
	border-style:none;
}
img{
	border-style:none;
}
a:hover img{
	opacity:0.7;
	transition:.3s;
}

body{
	min-width:320px;
}

/*********************
	font
*********************/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:160%;
	color:#231815;
	-webkit-text-size-adjust:100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
body.en {
	font-family:"Roboto", Tahoma, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:80px;
	color:#231815;
	-webkit-text-size-adjust:100%;
}
body.tw{
	font-family:"Microsoft Yahei", "PingHei", sans-serif;
	font-size: 14px;
	line-height:80px;
	color:#231815;
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

h3{
	width:100%;
	font-size:180%;
	font-weight:bold;
	text-align:center;
}
@media only screen and (max-width:767px) {
	body {
		font-size: 12px;
		line-height:140%;
		padding-top: 50px;
	}
}
/*******************************
	clearfix,float,img_dummy
*******************************/

.clfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

.fl_l{
	float:left;
}
.fl_r{
	float:right;
}

.img_dummy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.word input{
	color:#231815 !important;
	font-weight:normal !important;
}
.word input:placeholder-shown{
	color:#cbcbcb !important;
	font-weight:bold !important;
}
.word input::-webkit-input-placeholder{	/* Google Chrome, Safari, Opera 15+, Android, iOS */
	color:#cbcbcb !important;
	font-weight:bold !important;
}
.word input:-ms-input-placeholder{			/* IE 10+ */
	color:#cbcbcb !important;
	font-weight:bold !important;
}
.word input:-moz-placeholder{				/* Firefox 18- */
	color:#cbcbcb !important;
	font-weight:bold !important;
}
.word input::-moz-placeholder{				/* Firefox 19+ *//
	color:#cbcbcb !important;
	font-weight:bold !important;
}
@media only screen and (max-width:767px) {
	.word input:placeholder-shown{
		color:#cbcbcb !important;
		font-weight:bold !important;
	}
	.word input::-webkit-input-placeholder{	/* Google Chrome, Safari, Opera 15+, Android, iOS */
		color:#cbcbcb !important;
		font-weight:bold !important;
		font-size:90% !important;
	}
	.word input:-ms-input-placeholder{			/* IE 10+ */
		color:#cbcbcb !important;
		font-weight:bold !important;
		font-size:90% !important;
	}
	.word input:-moz-placeholder{				/* Firefox 18- */
		color:#cbcbcb !important;
		font-weight:bold !important;
		font-size:90% !important;
	}
	.word input::-moz-placeholder{				/* Firefox 19+ *//
		color:#cbcbcb !important;
		font-weight:bold !important;
		font-size:90% !important;
	}
}
/*********************
	img
*********************/

* img {
	width:100%;
}


/*********************
	オーバーレイ
*********************/
body{
	position:relative;
}
.overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:4;
	display:none;
}

/*********************
	header
*********************/
header{
	width:100%;
	margin:0 auto;
}
.header_wrap{
	width:100%;
	height:90px;
	margin:0 auto;
	background:#fff;
}
.header_wrap h1{
	width:280px;
	float:left;
	margin-left:30px;
}
.header_wrap ul{
	float:right;

	margin-right:50px;
	padding-top:30px;
}
.header_wrap li{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 20px;
	text-align:center;
	vertical-align:middle;
}
.header_wrap li a{
	display:block;
	font-weight:bold;
}

.header_wrap li.home a{
	color:#cb000c;
}
.header_wrap li a:hover{
	color:#cb000c;
}
.header_wrap li.lang{
	width:108px;
	position:relative;
	text-align:center;
	padding:0;
}
.header_wrap li.lang dl{
	width:100%;
	color:#fff;
	background:#000;
	box-sizing:border-box;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
}
.header_wrap li.lang dl:hover{
	cursor:pointer;
}
.header_wrap li.lang dl a{
	color:#fff;
	display:block;
	width:100%;
}
.header_wrap li.lang dl a:hover{
	color:#e70021;
}
.header_wrap li.lang dt{
	height:30px;
	line-height:30px;
	font-size:12px;
}
.header_wrap li.lang dl dd{
	height:30px;
	line-height:30px;
	font-size:12px;
	display:none;
}
.headerBnr {
	display: none;
}
@media only screen and (min-width:999px) {
	.headerBnr {
		max-width: 400px;
		float:left;
		margin-top:10px;
		width: 35%;
		display: block;
	}
}
@media only screen and (max-width:767px) {
	header{
		position:fixed;
		top:0;
		left:0;
		z-index:10;
	}
	.header_wrap{
		height:50px;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		-ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
	}
	.header_wrap h1{
		width:45%;
		max-width:175px;
		float:left;
		margin-left:0px;
	}
	.header_wrap ul{
		display:table;
		width:53%;
		max-width:180px;
		float:right;
		display:table;
		margin-right:0;
		padding-top:10px;
	}
	.header_wrap li{
		display:table-cell;
		padding:0;
	}
	.header_wrap li.lang{
		width:90px;
	}
	.header_wrap .menu_btn{
		width:70px;
		height:30px;
	}

	.menu_trigger {
		display:block;
		position: relative;
		width:34px;
		height:25px;
		transition:all .3s;
		box-sizing:border-box;
		margin:0 auto;
	}
	.menu_trigger span {
		display:inline-block;
		position:absolute;
		left:0;
		width:100%;
		height:3px;
		background-color:#000;
		border-radius:3px;
		transition:all .3s;
		box-sizing:border-box;
	}
	.menu_trigger span:nth-of-type(1) {
		top:0;
	}
	.menu_trigger span:nth-of-type(2) {
		top:11px;
	}
	.menu_trigger span:nth-of-type(3) {
		bottom:0;
	}

	.menu_btn.open .menu_trigger span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(11px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(11px) rotate(0);
		}
		100% {
		-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			transform: translateY(11px) rotate(45deg);
		}
		50% {
			transform: translateY(11px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	.menu_btn.open .menu_trigger span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.menu_btn.open .menu_trigger span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-11px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-11px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			transform: translateY(-11px) rotate(-45deg);
		}
		50% {
			transform: translateY(-11px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	.menu_btn.active .menu_trigger span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(11px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(11px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(11px) rotate(0);
		}
		100% {
			transform: translateY(11px) rotate(45deg);
		}
	}
	.menu_btn.active .menu_trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_btn.active .menu_trigger span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}
	@-webkit-keyframes active-menu-bar03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-11px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-11px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-11px) rotate(0);
		}
		100% {
			transform: translateY(-11px) rotate(-45deg);
		}
	}

	header .menu_area{
		width:100%;
		position:absolute;
		top:50px;
		left:0;
		background:rgba(255,255,255,0.9);
		display:none;
		z-index:5;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
		-ms-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
	}
	header .menu_area li{
		width:100%;
		border-bottom:1px solid #ccc;

	}
	header .menu_area li.home{
		border-top:1px solid #ccc;
	}
	header .menu_area li a{
		display:block;
		width:100%;
		padding:10px 40px;
		box-sizing:border-box;
		position:relative;
	}
	header .menu_area li a:after{
		display:block;
		content:"";
		width:10px;
		height:10px;
		border-top:1px solid #333;
		border-right:1px solid #333;
		transform:rotate(45deg);
		position:absolute;
		top:0;
		bottom:0;
		right:40px;
		margin:auto 0;
	}
	header .menu_area li a:hover:after{
		border-top:1px solid #cb000c;
		border-right:1px solid #cb000c;
	}
	header .menu_area li.home a{
		color:#cb000c;
	}
	header .menu_area li a:hover{
		color:#cb000c;
	}
}
/*********************
	footer
*********************/
footer{
	width:100%;
	background:#f5f5f5;
	padding:60px 0 20px;
}
.cookie_item {
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 15px;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.cookie_inner {
	width: 1120px;
	margin: 10px auto;
	display: flex;
}
.agree_btn {
	width: 120px;
	padding: 10px;
	border-radius: 10px;
	border: 0;
	background-color: #EF2577;
	color: #fff;
}
.agree_btn:hover {
	cursor: pointer;
	opacity: 0.7;
}
.agree_txt {
	width: 900px;
}
.privacy_link {
	color: #fff;
	text-decoration: underline;
}
.privacy_link:hover {
	text-decoration: none;
	color: #EF2577;
}
@media only screen and (max-width:767px) {
	.cookie_item {
		width: 95%;
		margin: 0 auto;
	}
	.cookie_inner {
		width: 100%;
		display: inline;
	}
	.agree_txt {
		width: 100%;
		margin: 0 auto 10px auto;
		line-height: 150%;
	}
	.agree_btn {
		width: 150px;
		margin: 0 auto;
		display: block
	}
}
.footer_item {
	max-width:930px;
	display: flex;
	flex-wrap: wrap;
	margin:20px auto 50px;
}
footer .gmty{
	max-width:194px;
	/*width:40%;*/
	width: 30%;
	margin:0 5% 20px auto;
}
.snsbnr {
	width: 49%;
}
.snsbnr:first-child {
	margin-right:2%;
}
.snsbnr_txt {
	display: block;
	line-height: 150%;
}
.snsbnr_txt a {
	color:#479aef;
	text-decoration: underline;
	font-size: 13px;
}
.wttc_area {
	width: 65%;
	margin: 0 auto;
}
footer ul{
	width:100%;
	text-align:center;
	margin:0 auto 60px;
	font-size:0;
}
footer ul li{
	display:inline-block;
	padding:0 20px;
	border-left:1px solid #666;
}
footer ul li:first-child{
	border-left:0;
}
footer ul li a{
	color:#666;
	font-size:14px;
}
footer ul li a:hover{
	text-decoration:underline;
	transition:.3s;
}
footer .copy{
	width:100%;
	text-align:center;
	font-size:11px;
	color:#666;
}
.page_top{
	width:60px;
	position:fixed;
	bottom:20px;
	right:20px;
}
@media only screen and (max-width:767px) {
	footer{
		padding:40px 0 20px;
	}
	footer .gmty{
		margin:0 auto 20px;
	}
	.snsbnr {
		width: 80%;
		margin:0 auto;
	}
	.snsbnr:first-child {
		margin-right:auto;
	}
	footer ul{
		margin:0 auto 15px auto;
	}
	footer ul li{
		padding:0 10px;
	}
	footer ul li a{
		font-size:13px;
	}
	footer .clause{
		margin: 0 auto 40px auto;
		text-align: center;
		font-size: 13px;
		color: #666;
	}
	footer .clause a{
		color: #666;
	}
	.page_top{
		width:50px;
		bottom:10px;
		right:10px;
	}
	.wttc_area {
		width: 70%;
		margin-top: 50px;
	}
}
/*********************
	pankuzu
*********************/
.pankuzu{
	width:100%;
	background:#f5f5f5;
	margin:0 auto;
}
.pankuzu.btm_pankuzu{
	margin:100px auto 5px;
}
.pankuzu ul{
	max-width:1120px;
	margin:0 auto;
	padding:10px 0;
}
.pankuzu ul li{
	display:inline-block;
	color:#666;
}
.pankuzu ul li:first-child{
	padding-left:25px;
	background:url("/assets/common/img/ico_pankuzu_home.png");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:0 0;
}

.pankuzu ul li a{
	color:#666;
	text-decoration:underline;
}
.pankuzu ul li a:hover{
	text-decoration:none;
}
/*********************
	error
*********************/
.err_txt {
	color:#ff0000;
}
.err_input {
	background-color:#efcfcf;
	border:1px solid #ea3f26;
	trasition:0.5s;
}

/*********************
	margin
*********************/
.mall10 {
	margin:10px;
}
.mall15 {
	margin:15px;
}
.mall20 {
	margin:20px;
}
.mall30 {
	margin:30px;
}
.mtop10 {
	margin-top:10px;
}
.mtop15 {
	margin-top:15px;
}
.mtop20 {
	margin-top:20px;
}
.mtop30 {
	margin-top:30px;
}
.mleft10 {
	margin-left:10px;
}
.mleft15 {
	margin-left:15px;
}
.mleft20 {
	margin-left:20px;
}
.mleft30 {
	margin-left:30px;
}
.mright10 {
	margin-right:10px;
}
.mright15 {
	margin-right:15px;
}
.mright20 {
	margin-right:20px;
}
.mright30 {
	margin-right:30px;
}
.mbottom10 {
	margin-bottom:10px;
}
.mbottom15 {
	margin-bottom:15px;
}
.mbottom20 {
	margin-bottom:20px;
}
.mbottom30 {
	margin-bottom:30px;
}


/*********************
	padding
*********************/
.pall5 {
	padding:5px !important;
}
.pall10 {
	padding:10px !important;
}
.pall15 {
	padding:15px !important;
}
.pall20 {
	padding:20px !important;
}
.pall30 {
	padding:30px !important;
}
.ptop5 {
	padding-top:5px !important;
}
.ptop10 {
	padding-top:10px !important;
}
.ptop20 {
	padding-top:20px !important;
}
.ptop30 {
	padding-top:30px !important;
}
.pleft5 {
	padding-left:5px !important;
}
.pleft10 {
	padding-left:10px !important;
}
.pleft20 {
	padding-left:20px !important;
}
.pleft30 {
	padding-left:30px !important;
}
.pright5 {
	padding-right:5px !important;
}
.pright10 {
	padding-right:10px !important;
}
.pright20 {
	padding-right:20px !important;
}
.pright30 {
	padding-right:30px !important;
}
.pbottom5 {
	padding-bottom:5px !important;
}
.pbottom10 {
	padding-bottom:10px !important;
}
.pbottom20 {
	padding-bottom:20px !important;
}
.pbottom30 {
	padding-bottom:30px !important;
}

/*********************
	width
*********************/
.width10 {
	width:10px;
}
.width20 {
	width:20px;
}
.width30 {
	width:30px;
}
.width40 {
	width:40px;
}
.width50 {
	width:50px;
}
.width55 {
	width:55px;
}
.width60 {
	width:60px;
}
.width70 {
	width:70px;
}
.width80 {
	width:80px;
}
.width90 {
	width:90px;
}
.width100 {
	width:100px;
}
.width120 {
	width:120px;
}
.width140 {
	width:140px;
}
.width145 {
	width:145px;
}
.width150 {
	width:150px;
}
.width155 {
	width:155px;
}
.width165 {
	width:165px;
}
.width170 {
	width:170px;
}
.width175 {
	width:175px;
}
.width200 {
	width:200px;
}
.width205 {
	width:205px;
}
.width220 {
	width:220px;
}
.width250 {
	width:250px;
}
.width300 {
	width:300px;
}
.width350 {
	width:350px;
}
.width380 {
	width:380px;
}
.width400 {
	width:400px;
}
.width450 {
	width:450px;
}
.width500 {
	width:500px;
}
.width550 {
	width:550px;
}
.width600 {
	width:600px;
}
.width650 {
	width:650px;
}
.width700 {
	width:700px;
}
.width750 {
	width:750px;
}

/*********************
	font-weight
*********************/
.fweight_b{
	font-weight: bold;
}
.fweight_n{
	font-weight: normal;
}

/*********************
	letter-spacing
*********************/
.letter_spacing0 {
	letter-spacing: 0;
}
.letter_spacing3 {
	letter-spacing: 3px;
}

/*********************
	font-color
*********************/
.fcolor_red{
	color: #FF0000;
}
.fcolor_blue{
	color: #0000FF;
}
