@charset "utf-8";
/* CSS Document */
html,body{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2em;
	font-weight: 200;
	background:#000000;
	color:#fff;
}
.mincho{
	font-family: 'Noto Serif JP', serif;
}
header .container{
	height:132px;
	display: flex;
	align-items: center;
}
.shoplink{
	position: fixed;
	bottom:20px;
	right:20px;
	padding:2px 20px;
	background:#ff0000;
	color:#fff;
	box-shadow: 3px 3px 3px 5px rgba(0,0,0,0.3);
	font-size:16px;
	z-index: 500;
}
.container{
	display: block;
	overflow: hidden;
	width:1200px;
	margin:0 auto;
}
.logo{
	margin:0 0 0 100px;
}
.catch{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	line-height: 2.3em;
}
.spacer40{
	height:40px;
}
special{
	font-family: 'Noto Serif JP', serif;
	font-size:30px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
special:before,
special:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
special:before {
    margin-right: 2rem;
}
 
special:after {
    margin-left: 2rem;
}
.rightimg{
	float:right;
}
h1{
	font-size:40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
h3{
	font-size:30px;
	font-weight:500;
}
.cbox{
	float:left;
	margin:0 1em;
	font-size:16px;
	line-height: 1.6em;
}
.wrapper{
	overflow: hidden;
	height:auto;
}
.rightbox{
	float:left;
	margin:0 0 0 3em;
}
.leftbox{
	width:500px;
	float:left;
}
.leftimg {
	float:left;
}
td{
	border-bottom: 1px solid #666;
	padding: 0 0 0 1em;
}
table{
	border-spacing: 0px;
}
.bar{
	background:#333333;
	width:100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px;
	margin:4em 0;
}

.prdbox {
	height: auto;
	overflow: hidden;
	margin-bottom: 5em;
}

.infobox {
	float:left;
	margin:0 0 0 2em;
	width:800px;
}

.prd {
	float:left;
}

.info {
	font-size:16px;
}

.name {
	font-size:22px;
}

.person_info {
	font-size:14px;
	line-height: 1.5em;
}

.interview {
	margin:0 0 0 4em;
	width:800px;
	float:left;
	height:auto;
	overflow:hidden;
}
.footer{
	background:#333333;
	font-size: 16px;
	text-align: center;
	height:40px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (max-width:1200px){
	.container{
		width:100%;
	}
	header .container{
		width:100%;
		height:132px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.logo{
		margin:0;
	}
	.catch{
		padding:1em;
	}
	.rightimg,.leftimg,.prd{
		float:inherit;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.leftbox,.rightbox{
		width:100%;
		margin: 1em 0;
		padding:0 1em;	
	}
	.infobox {
		width:calc(100% - 2em);
		float:none;
		margin:1em;
	}
	.interview {
		margin:0;
		width:100%;
		padding:1em;
		float:left;
	}
}
