/**
 * common css
 */

/* ----
	fonts
---- */
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Thin.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: bold;
}
.roboto{
	font-family: 'Roboto',sans-serif;
}

@font-face {
  font-family: 'TitilliumText';
  src: url('../../fonts/TitilliumText/TitilliumText25L004.woff') format('woff');
  font-weight: 250;/* 250wt */
}
@font-face {
  font-family: 'TitilliumText';
  src: url('../../fonts/TitilliumText/TitilliumText25L002.woff') format('woff');
  font-weight: 600;/* 600wt */
}
@font-face {
  font-family: 'TitilliumText';
  src: url('../../fonts/TitilliumText/TitilliumText25L003.woff') format('woff');
  font-weight: normal;/* 400wt */
}
@font-face {
  font-family: 'TitilliumText';
  src: url('../../fonts/TitilliumText/TitilliumText25L001.woff') format('woff');
  font-weight: bold;/* 999wt */
}
.titillium{
	font-family: 'TitilliumText',sans-serif;
}

/* ----
	basic
---- */
html,body{
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",Arial,Helvetica,sans-serif;
	line-height: 160%;
	background: #898989;
	-webkit-text-size-adjust:100%;
}
#container{
	min-width: 1150px;
	padding: 0 20px;
	padding-top: 70px;
	background: #f4f1ee;
}
li{
	list-style: none;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
.inner_box{
	width: 1150px;
	margin: 0 auto;
}
.right_box{
	text-align: right;
  font-size: 12px;
}
#wrapper{
	overflow: hidden;
	padding-bottom: 80px;
}
#contents{
	float: right;
	width: 925px;
}

/* ----
	option
---- */

::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}

/* ----
	side
---- */
.side{
	position: relative;
	float: left;
	width: 150px;
}
.side .logo{
	text-align: center;
  padding: 50px 0 65px;
}
.side .logo_en{
	text-align: center;
  padding-bottom: 50px;
}
.side .copyright{
	display: none;
}
.side .global_navi{
	padding-bottom: 40px;
}
.side .global_navi li a{
	display: block;
	height: 31px;
  box-sizing: border-box;
	text-align: center;
  padding: 5px 0 4px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
}
.side .global_navi li a .ja{
  display: none;
}
.side .global_navi li a:hover,
.side .global_navi li a.current{
	background: #e3e0dd;
  text-decoration: none;
}
.side .global_navi li a:hover .ja{
  display: inline;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}
.side .global_navi li a:hover .en{
  display: none;
}
.side .global_navi li a img{
	display: inline-block;
  vertical-align: middle;
}
.side .side_banner a{
	display: block;
	margin-bottom: 10px;
}
.side .side_banner a img{
	display: block;
}

/* ----
	footer
---- */
.top footer{
	display: none;
}
footer .roboto{
	font-weight: 200;
	letter-spacing: 0.1em;
}
footer{
	position: relative;
	color: white;
}
footer .copyright{
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 10px;
	color: white;
}
.copyrightText{
  font-size: 10px;
}
.footer_navi{
	padding: 40px 0 60px;
	text-align: center;
}
.footer_navi ul{
	display: inline-block;
	min-width: 150px;
	padding: 0 20px;
	text-align: left;
	vertical-align: top;
}
.footer_navi ul li{
	padding-bottom: 10px;
	color: white;
}
.footer_navi ul li a{
	color: white;
}

footer .change_view {
	text-align: center;
	padding: 10px 0 20px;
}
footer .change_view a{
	width: 40%;
	color: white;
	border: 1px solid #CCC;
	display: inline-block;
	padding: 5px 0;
	margin: 0 5px;
	text-decoration: none;
}
footer .change_view.now_pc {
	height: 180px;
}
footer .change_view.now_pc a{
	width: 10%;
	padding: 20px 40px;
}
footer .change_view.now_pc .changePc,
footer .change_view.now_sp .changeSp{
	background: white;
	color: #898989;
	border-color: white;
}



/* ----
	parts
---- */

.under #container{
	padding-top: 0;
}
/* under header */
.under_header{
	position: fixed;
	z-index: 9999;
	background: #f4f1ee;
	overflow: hidden;
	padding-top: 30px;
	/* padding-bottom: 5px; */
	min-width: 1150px;
}
.under_header h1{
	float: left;
	margin-right: 72px;
}
.under_header h1 a{
	width: 150px;
	display: block;
	text-align: center;
	padding-top: 10px;
}

/* under menu */
.under_navi{
	float: left;
	width: 925px;
	overflow: hidden;
}
.under_navi ul,
.under_navi .sns_box{
	float: left;
}
.under_navi .sns_box a{
	display: inline-block;
	margin-right: 10px;
}
.search_box input{
  outline: 0;
}
.under_navi .search_box{
	margin-top: 5px;
	float: right;
}
.under_navi ul{
	overflow: hidden;
  padding-right: 10px;
}
.under_navi ul li{
	float: left;
	margin-right: 23px;
	padding-top: 8px;
}
.under_navi ul li a{
	display: inline-block;
	padding: 2px 2px 5px;
  letter-spacing: 1px;
  font-weight: normal;
}
.under_navi ul li a:hover,
.under_navi ul li a.current{
	/* border-bottom: 1px solid #B41D23; */
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.under #contents{
	padding-top: 50px;
}
.under .side{
	padding-top: 0;
}
/* under title */
.under #contents h2{
	border-bottom: 1px solid #999;
	padding-bottom: 25px;
}
.under #contents h2 img{
	vertical-align: baseline;
	padding-right: 30px;
}
.under #contents h2 span{
	font-size: 16px;
	font-weight: normal;
}
.under #contents h2 span.titillium{
	font-size: 26px;
	font-weight: normal;
  letter-spacing: 2px;
  padding-right: 32px;
}
.under #contents .listlabel:before{
	content: '・';
}
.under #contents .listlabel{
	color: #828288;
	font-size: 20px;
	padding-bottom: 20px;
}

.newLabel{
  color: white;
  background-color: #d71d19;
  font-size: 10px;
  padding: 3px 5px;
  border-radius: 3px;
}


/* sns box */
.sns_box a{
	color: #000;
	display: inline-block;
	padding: 5px 8px;
}
.sns_box .fa-facebook,
.sns_box .fa-twitter{
	font-size: 26px;
}
.sns_box{
	text-align: center;
}

/* search box */
.search_box{
	position: relative;
	background: #D8D2CE;
}
.search_box p{
	position: absolute;
	left: 50%;
	font-size: 12px;
	color: #8A8A8A;
	margin-top: 3px;
	margin-left: -32px;
}
.search_box .fa-search{
	font-size: 16px;
	transform: scale( -1, 1);
	-o-transform: scale( -1, 1);
	-ms-transform: scale( -1, 1);
	-moz-transform: scale( -1, 1);
	-webkit-transform: scale( -1, 1);
	-webkit-filter: fliph();
	        filter: fliph();
	-ms-filter: fliph();
	padding-right: 5px;
}
.search_box input{
	width: 100%;
	font-size: 14px;
	background: none;
	border: none;
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* search box */
.searchResultBox{
  background-color: white;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchResultBox span,
.searchResultBox p{
  padding: 10px 15px;
}
.searchResultBox span{
  background-color: #ccc;
}

/* btn */
/*
.btnArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
*/
.btnArea p{
  margin: 0 5px;
}
.btnArea p a{
  display: inline-block;
	color: white;
	font-size: 12px;
	padding: 5px 30px;
	background-color: #8A8A8A;
}
.btnArea p a:hover{
  text-decoration: none;
  opacity: .8;
}
.btnOrder a{
  display: inline-block;
	color: white;
	font-size: 14px;
	padding: 7px 20px;
  background-color: #ac272b;
  margin-top: 50px;
}
.btnOrder a:hover{
  text-decoration: none;
  opacity: .8;
}
/* imgフィルター */
img.clearfilter{
	position: absolute;
	top: 0;
	left: 0;
}

/* margin */
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}
.mb80{
	margin-bottom: 80px;
}

.op img{
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.op:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sp{
  display: none;
}

@media screen and (max-width:480px){

  .sp{
    display: block;
  }

	img{
		max-width: 100%;
	}
	#container{
		/*
		min-width: 1150px;
		padding: 0 20px;
		padding-top: 30px;
		background: #f4f1ee;
		*/
		padding-top: 70px;
		min-width: 0;
	}
	#wrapper{
		/*
		overflow: hidden;
		padding-bottom: 80px;
		*/
		padding-bottom: 40px;
	}
	.inner_box{
		width: auto;
	}

	header{
		/*
		position: relative;
		float: left;
		width: 150px;
		*/
		position: fixed;
		top: 0;
		left: 0;
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 20px 0 5px;
		height: 65px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		background: #f4f1ee;
		z-index: 999;
	}
	header h1{
		/* padding: 47px 0 175px; */
		text-align: left;
		padding: 5px 0 0 20px;
		float: left;
		width: 70%;
	}
	header h1 img{
		height: auto;
	}
	header .btn_global_navi{
		font-size: 36px;
		float: right;
		margin-right: 20px;
	}
	header .logo_en{
		/*
		text-align: center;
		*/
	}
	header .global_navi,
	header .sns_box,
	header .search_box,
	header .copyright{
		display: none;
	}
	header .global_navi{
		/* padding-bottom: 40px; */
		padding-bottom: 0;
	}
	header .global_navi li a{
		/*
		display: block;
		height: 31px;
		text-align: center;
		*/
		display: inline-block;
		height: auto;
		text-align: left;
	}
	header .global_navi li a:hover{
		background: #e3e0dd;
	}
	header .global_navi li a img{
		display: inline-block;
	}
	.global_navi{
		display: none;
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 65px;
		width: 100%;
	}
	.global_navi ul{
		background: #f4f1ee;
		margin: 0 20px;
	}
	.global_navi li{

	}
	.global_navi li.gn_bottom{
		border-bottom: 1px solid #999;
	}
	.global_navi li a{
		display: block;
		padding: 15px 20px;
		background: #f4f1ee;
		border-top: 1px solid #999;
	}

	#contents{
		float: none;
		width: auto;
	}
	.under #container{
		padding-top: 70px;
	}
	.under #contents{
		/*
		padding-top: 130px;
		*/
		padding-top: 0;
	}
	.under .side{
		/*
		padding-top: 80px;
		*/
		padding-top: 0;
	}
	.under_navi{
		display: none;
	}
	.under h2{
		/*
		border-bottom: 1px solid #999;
		padding-bottom: 25px;
		*/
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.under h2 img{
		/*
		vertical-align: baseline;
		padding-right: 30px;
		*/
		height: 16px;
		padding-right: 10px;
	}
	.under h2 span{
		/*
		font-size: 16px;
		font-weight: normal;
		*/
		font-size: 13px;
	}
	.under #contents .listlabel{
		/*
		color: #828288;
		font-size: 20px;
		padding-bottom: 20px;
		*/
		font-size: 17px;
	}

	.top footer{
		display: block;
	}
	footer{
		/*
		position: relative;
		*/
		padding-bottom: 30px;
	}
	footer .copyright{
		/*
		position: absolute;
		left: 0;
		bottom: 20px;
		*/
		position: static;
		left: auto;
		bottom: auto;
		text-align: center;
	}

	.footer_navi{
		/*
		padding: 40px 0 60px;
		text-align: center;
		*/
		padding: 20px;
	}
	.footer_navi ul{
		/*
		min-width: 150px;
		padding: 0 20px;
		*/
		display: block;
		min-width: 0;
		padding: 0;
		text-align: left;
		vertical-align: top;
		border-right: 1px solid #AAA;
		border-bottom: 1px solid #AAA;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		overflow: hidden;
	}
	.footer_navi ul li{
		/*
		padding-bottom: 10px;
		*/
		width: 50%;
		padding-bottom: 0;
		float: left;
		border-left: 1px solid #AAA;
		border-top: 1px solid #AAA;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.footer_navi ul li a{
		display: block;
		text-align: center;
		width: 100%;
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.footer_navi ul.footer_sns{
		display: none;
	}
	footer .sns_box{
		padding-bottom: 10px;
	}
	footer .sns_box a{
		color: white;
	}
  .copyrightText{
    padding: 0 20px;
  }
}
