@charset "UTF-8";

.staff {
	background: #000;
	padding: 0.5rem 0 2rem 0;
	font-family: メイリオ, sans-serif;
}

.staff h3 {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 1.4em;
	padding: 1rem 0;
}

.staff ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.staff ul li {
	padding: 0;
	margin: 0 5px;
	list-style: none;
	position: relative;
	overflow: hidden;
}


.staff ul li figure {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 240px;
	position: relative;
}

.staff ul li figure img {
	width: auto;
	height: 100% !important;
}

.staff ul li h3 {
	padding: 0.5rem 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-size: 1.2em;
	line-height: 1.2em;
}

.staff ul li h3 small {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
}

.slick-track{
    max-height: 200px;
}

.wp-block-table {
	padding-bottom: 4rem;
}

.wp-block-table table td {
	padding: 1rem;
	text-align: left;
}


/* =================================================================
	 base
================================================================= */

.wp-block-separator {
	width: 6em;
    height: 3px;
	margin: 3rem auto;
	border: none !important;
	background: #000;
}

.saiyou {
    border: 3px double #943131;
    max-width: 1000px;
    margin: 3em auto;
	padding: 1em;
	text-align: left;
}

.saiyou h2,
.saiyou h3 {
	color: #943131;
}

.saiyou .wp-block-separator {
	max-width: 5em;
	border: none;
	height: 2px;
	background: #943131;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

body {
	padding: 0;
	margin: 0;
	line-height: 160%;
}

ul {
	padding: 0;
	margin: 1em 0;
	list-style: none;
}

br.spbr {
	display: none;
}

.wp-block-group,
.wp-block-columns {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 4%;
}

.wp-block-embed {
	max-width: 1000px;
	margin: 0 auto !important;
	display: block;
}

.wp-block-embed__wrapper {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

main {
	display: block;
	width: 100%;
	min-height: 100vh;
	position: relative;
	background: #fff;
	color: #444;
	font-family: sans-serif;
}

main#single {
	min-height: calc(100vh - 320px + 5em) !important;
	padding: 3em 0;
}

main#single time {
	background: #f5f5f5;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 5% 0;
}

main#commitment,
main#menu {
	background: url(../images/bg_1.jpg) no-repeat 100%;
	background-size: 70%;
	min-height: calc(100vh - 320px + 5em) !important;
	padding: 3em 0;
}

main#premium {
	padding: 3em 0;
}

main#commitment {
	padding-bottom: 10vw;
}

main#recruit {
	font-family: "メイリオ" !important;
	line-height: 180%;
}

#center {
	text-align: center;
	padding: 0;
}

footer {
	background: #000;
	padding: 2em;
	text-align: center;
	color: #fff;
}

footer .copyright {
	font-size: 0.9em;
	font-weight: 200;
	color: rgba(255,255,255,0.7);
}

.maxwidth {
	max-width: 1000px;
	margin: 0 auto;
}

h2 {
	line-height: 1.8rem;
}

h2.stitle {
	font-size: 3.2em;
	letter-spacing: 0.1em;
	position: relative;
	padding: 0 0 0.5em;
	margin: 1em 0;
	font-weight: 900;
}

h2.stitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 3em;
	height:3px;
	background: #333;
	left: 50%;
	transform: translate(-50%, 0);
}

header {
	position: fixed;
	z-index: 1000;
	padding: 0 2%;
	width: 100%;
	height: 4em;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

header.fixed {
    background: rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

header .maxwidth {
	position: relative;
}

header .maxwidth::after {
	content: '';
	display: block;
	overflow: hidden;
	zoom: 1;
	clear: both;
}

header h1 {
	padding: 0;
	margin: 0;
	max-width: 0;
	height: 2em;
	position: relative;
	transition: 0.5s all ease;
}

header h1 img {
    oapcity: 0;
	transition: 0.5s all ease;
	position: absolute;
	bottom: 50%;
}

header.w_auto h1 img {
    oapcity: 1;
    bottom: 0;
}

header nav {
	display: block;
	bottom: 0;
	top: 1em;
	font-size: 0.85em;
	
	position: absolute;
	left: 0;
	transition: 0.5s all ease;
}

header.w_auto h1 {
	max-width: 150px;
	display: none;
}

header.w_auto nav {
	left: 160px;
	left: 0;
}

header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
	line-height: 1rem;
	display: flex;
	align-items: center;
}

header nav ul li {
    padding: 0 0.5rem;
    margin: 0;
	text-align: center;
	position: relative;
}

header nav ul li::before {
	content: '';
	width: 1px;
	height: 2.2rem;
	display: block;
	background:rgba(255,255,255,0.4);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

header nav ul li:nth-of-type(1)::before {
	display: none;
}
	
header nav ul li a {
    color: #000;
	font-weight: 600;
    text-decoration: none;
    font-family: 'Sawarabi Mincho', sans-serif;
	font-family: メイリオ, sans-serif !important;
    position: relative;
    text-shadow: 0 0 5px #000,0 0 10px #000;
}

header nav ul li a br {
	display:;
}

header .sns {
	position: absolute;
	top: 0.5em;
	right: 0;	
}

header .sns ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

header .sns ul li {
    padding: 0;
    margin: 0 2px;
    list-style: none;
    width: 50px;
    display: inline-block;
}

header nav a {
	color: #fff !important;
}

/* ===================================================================
	#main_img
=================================================================== */

#main_img {
	background: #000;
	background-size: 70%;
	position: relative;
	height: 500px;
	overflow: hidden;
}

#main_img::before {
    content: '';
    width: 60%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

#main_img.page_s.premium {
    background: #795548gba;
}

#main_img.page_s.premium::before {
    content: '';
    width: 60%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(left,  #795548gba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  #795548 0%,#795548 80%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  #79554895548 80%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

#main_img .maxwidth {
	position: relative;
	display: block;
	height: 100%;
	z-index: 100;
}

#main_img h1 {
	padding: 0;
	margin: 3% 0 0;
	position: absolute;
	left: -5%;
	top: 50%;
	width: 50%;
	transform: translate(0, -50%);
	line-height: 150%;
}

#main_img.page_s {
	height: 320px;
}

#main_img.page_s h1 {
	vertical-align: bottom;
	position: relative;
}

#main_img.page_s h1 small {
	display: block;
	max-width: 150px;
	float: left;
	vertical-align: bottom;
	position: relative;
}

#main_img.page_s h1 span {
	color: rgba(255,255,255,0.5);
	margin-left: 5%;
	margin-top: 0.3em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1em;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-family: 'Yuji Syuku', serif;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#main_img .slide_out {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	padding: 0;
	margin: 0 0 0 auto;
	width: 65%;
    max-width: 760px;
}

#main_img ul.slide {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#main_img ul.slide li {
    text-align: right;
}

#main_img figure {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	padding: 0;
	margin: 0 0 0 auto;
	width: 65%;
    max-width: 760px;
}

main .title {
	font-size: 2em;
	letter-spacing: -0.1em;
	line-height: 150%;
	color: #000;
    font-family: 'Yuji Syuku', serif;
    position: relative;
    padding: 0 0 1em;
    margin: 1em 0;
}

main .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 3em;
    height: 3px;
    background: #000;
}

main .title h1 {
	padding: 0;
	margin: 0;
}

#content section .news {
	margin: 0;
	padding: 0;
    background: #f7f5ea;
    width: 100%;
    display: block;
}

#content section .news div {
	max-width: 1000px;
	margin: 0 auto;
}

#content section .news h2 {
    padding: 1em;
    margin: 0 2% 0 0;
    font-size: 1em;
    font-weight: 900;
    display: inline-block;
    background: #fff;
}

#content section .news ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

#content section .news ul a {
    color: #000;
    text-decoration: none;
}

#content section .news ul a::after {
    content: '\025b6';
    margin: 0 0.5em;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 10em;
    display: inline-block;
}

#content section .qr {
	background: url(../images/bg_2.jpg) no-repeat center center #000;
	background-size: cover;
    display: block;
}

#content section .qr ul {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	max-width: 540px;
	list-style: none;
	box-sizing: border-box;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#content section .qr ul li {
	padding: 5%;
	margin: 0;
	text-align: center;
}

#content section .qr ul li img {
    width: 140px;
}

#content section .qr ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
}

#content section .top {
	text-align: center;
	padding: 0 5%;
}

.top_group_01 {
	max-width: 1000px;
	margin: 5em auto;
}

main#shop {
	width: 100%;
	background: #f2f2f2;
	padding: 3em 0 3em;
	text-align: center;
}

main .add {
	width: 100%;
	background: #f2f2f2;
	padding: 3em 0 3em;
	text-align: center;
}

main#shop .wp-block-group,
main .add .wp-block-group {
	display: block;
	padding: 2em 0;
}

main#shop h3,
main .add h3 {
    font-size: 2em;
    line-height: 150%;
}

main#shop p,
main .add p {
    font-size: 1.2em;
    line-height: 150%;
}

main#shop ul,
main .add ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	display: inline-block;
}

main#shop ul li,
main .add ul li {
    padding: 0 0 0 1em;
    margin: 1em 0;
    border-left: 3px solid #333;
}

main#shop ul li small,
main .add ul li small {
    display: block;
}

main#shop .shop_map,
main .add .shop_map {
	background: #fff;
	font-size: 2em;
	line-height: 150%;
}

main#shop address,
main .add address {
    font-style: normal;
    font-size: 1.6em;
    line-height: 160%;
    padding: 2em 0;
}

main#shop iframe,
main .add iframe {
	width: 100%;
	height: 50vw;
}

.menu {
	padding: 0 5%;
}

.menu .wp-block-media-text {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0;
	position: relative;
}

.menu .wp-block-media-text:nth-of-type(odd) .wp-block-media-text__content {
	text-align: left;
	padding: 0 0 0 8%;
}

.menu .wp-block-media-text:nth-of-type(even) .wp-block-media-text__content {
	text-align: left;
    padding: 0 8% 0 0;
}

.menu .wp-block-media-text__content h2 {
	font-size: 2.4em;
	line-height: 150%;
	padding: 0 0 0.5em;
	margin: 0;
	color: #795548;
	font-family: 'Yuji Syuku', serif;
}

.menu .wp-block-media-text .wp-block-media-text__content h2::after {
	content: '';
	width: 60%;
	height: 3px;
	margin-top: 0.2em;
	display: block;
	background: -moz-linear-gradient(left,  rgba(121,85,72,1) 0%, rgba(121,85,72,1) 50%, rgba(121,85,72,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(121,85,72,1) 0%,rgba(121,85,72,1) 50%,rgba(121,85,72,0) 100%);
	background: linear-gradient(to right,  rgba(121,85,72,1) 0%,rgba(121,85,72,1) 50%,rgba(121,85,72,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#795548', endColorstr='#00795548',GradientType=1 );
	position: absolute;
}

.menu .wp-block-media-text:nth-of-type(even) .wp-block-media-text__content h2::after {
	left: 0;
}

.menu .wp-block-media-text:nth-of-type(odd) .wp-block-media-text__content h2::after {
	right: 0;
}

.menu .wp-block-media-text__media {
	position: relative;
	z-index: 10;
}

#interview {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

#interview .title {
	display: flex;
	justify-content: space-between;
	
/*	background: url(../images/bg_2.png);
	border: 3px solid #cbecff; */
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2rem;
	font-family: メイリオ, sans-serif;
	background: url(../images/bg_staff.jpg);
	background-size: cover;
	border: 2px solid #607D8B;
	box-shadow: 0 0 10px #607D8B;
}

#interview .title::after {
	display: none;
}

#interview .title figure {
	max-width: 250px;
	padding: 0;
	margin: 0;
	flex: 1;
}

#interview .title figure img {
	width: 100% !important;
	height: auto;
	border: 1px solid #fff;
	box-shadow: 2px 2px 5px;
}

#interview .title .fukidashi {
	background: #ff7f36;
	padding: 1rem 2rem;
	box-sizing: border-box;
	width: 100%;
	display: block;
	border-radius: 2rem;
	color: #fff;
	font-family: メイリオ;
	font-weight: 900;
	font-size: 2rem;
	line-height: 2.6rem;
	vertical-align: middle;
	letter-spacing: 0;
	position: relative;
	margin-left: -1rem;
	margin-bottom: 1rem;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 #b22222;
}

#interview .title .fukidashi::before {
	content: '\025c0';
	color: #ff7f36;
	position: absolute;
	left: -1rem;
	top: 1rem;
	text-shadow: none;
}

#interview .title-text h1 {
	padding: 0.5rem 0;
}

#interview .title-text h1 span {
	display: block;
	font-size: 2.5rem;
	line-height:  3rem;
	letter-spacing: 0.3rem;
	margin: 1rem 0 0;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
}

#interview .title-text h1 small {
	display: inline-block;
	background: #fff;
	color: #607d8b;
	font-size: 0.8rem;
	line-height: 1rem;
	letter-spacing: 0.3rem;
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	box-shadow: 1px 1px 0 #000;
}

#interview .title-text {
	align-items: stretch;
	text-align: left;
	position: relative;
	padding: 0 0 0 1.5rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0;
	flex: 1;
}

#interview .title-text time {
	display: block;
	margin-bottom: 1rem;
	float:;
}

#interview .title-text .kinmu {
	left: 0;
	border: 2px solid #fff;
	display: inline-block;
	background:#fff;
	color: #607D8B;
	font-size: 0.8rem;
	float: right;
}

#interview .title-text .kinmu span {
	padding: 0.2rem 1rem;
}

#interview .title-text .kinmu p {
	display: inline-block;
	padding: 0.2rem 1rem;
	margin: 0;
	background: #607D8B;
	color: #fff;
}

#interview .entry {
	text-align: left;
	padding: 2rem 0;
	font-family: メイリオ, sans-serif;
}

#interview .entry strong {
	color: #607D8B;
	font-size: 1.2em;
	line-height: 1.8em;
	display: block;
	border-left: 5px solid #607D8B;
	padding: 0 0 0 1rem;
	margin-top: 2rem;
	overflow: hidden;
}

#interview .entry figure {
	margin: 1rem auto 1rem auto;
	max-width: 40%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	border: 7px solid #fff;
	box-sizing: border-box;
}

#interview .entry figure.alignleft {
	transform: rotate(-5deg);
	margin: 1rem 2.5rem 1rem 0;
}

#interview .entry figure.alignright {
	transform: rotate(5deg);
	margin: 1rem 0 1rem 2.5rem;
}

#interview .entry_comment {
	border: 2px solid #607D8B;
	font-family: メイリオ, sans-serif;
	margin: 2rem 0 5rem;
}

#interview .entry_comment h3 {
	background: #607D8B;
	padding: 0.5rem 1rem;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.1rem;
	text-align: left;
}

#interview .entry_comment .entry_comment_in {
	padding: 1.5rem;
	text-align: left;
}

#archive_interview {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	font-family: メイリオ, sans-serif;
}

#archive_interview #center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3% 3%;
	padding: 3rem 0;
}


#archive_interview #center a {
	flex: 1;
	min-width: 48%;
	margin-bottom: 3%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px #c6d4db;
	display: flex;
	padding: 1.5rem;
	color: #000;
	text-decoration: none;
}

#archive_interview #center a figure {
	width: 100%;
	max-width: 40%;
	min-width: 40%;
	height: 0;
	padding: 0;
	padding-bottom: 40%;
	margin: 0 1rem 0 0;
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
	background: #eee;
}

#archive_interview #center a figure img {
	position: absolute;
	width: auto;
	max-height: 100%;
	height: auto;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#archive_interview #center a .interview_man {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
	flex-direction: column;
	width: 100%;
}

#archive_interview #center a .interview_man h3 {
	padding: 0;
	margin: 0;
	width: 100%;
}

#archive_interview #center a .interview_man h3 span {
	display: block;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

#archive_interview #center a .interview_man h3 small {
	display: block;
	font-weight: 400;
	font-size: 0.8rem;
}

#archive_interview #center a .interview_man .comment {
	padding: 0.5rem 0;
	margin: 0 0 2rem;
	color: #607D8B;
	width: 100%;
}

#archive_interview #center a .interview_man b {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
	color: #607D8B;
}

#archive_interview #center a .interview_man b::after {
	content: '\025b6';
	color: #fff;
	background: #607D8B;
	width: 1rem;
	height: 1rem;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1rem;
	display: inline-block;
	margin-left: 0.5rem;
	border-radius: 10rem;
}

#archive_interview #center a:hover {
	box-shadow: inset 0 0 1em #ffdb87;
}

#archive_interview #center a:hover .interview_man h3 {
	color: #9e352e;
}

#archive_interview #center a:hover .interview_man b {
	color: #000;
}

#archive_interview #center a:hover .interview_man b:after {
	background: #000;
}

#commitment #center {
	text-align: start;
	max-width: 900px;
	margin: 0 auto;
	padding:  0 5%;
}

#commitment #center h1 {
	text-align: center;
}

#commitment #center figure.alignright {
	float: none;
	margin: 0 auto;
}
	
/* ===================================================================
	max-width:1150px
=================================================================== */

@media(max-width:1150px) and (min-width: 1px){

#main_img {
	background: #000;
	background-size: 70%;
	position: relative;
	max-height: 500px;
	height: 43vw;
}

#main_img.page_s {
	height: 28vw;
}

}

/* ===================================================================
	max-width:1050px
=================================================================== */

@media(max-width:1050px) and (min-width: 1px){

#main_img h1 {
	padding: 0;
	margin: 3% 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 50%;
	transform: translate(0, -50%);
}

}

/* ===================================================================
	max-width:745px
=================================================================== */

@media(max-width:745px) and (min-width: 1px){

body {
	font-size: 2vw;
	line-height: 160%;
}

header.w_auto h1 {
	max-width: 130px;
}

header.w_auto nav {
	left: 140px;
}

header .sns ul li {
    width: 40px;
}

#main_img.page_s {
	height: 30vw;
}

#main_img.page_s h1 {
	vertical-align: bottom;
	position: relative;
}

#main_img.page_s h1 small {
	display: block;
	max-width: 20vw;
	float: left;
	vertical-align: bottom;
	position: relative;
}

#archive_interview #center a {
	min-width: 100%;
}

}

/* ===================================================================
	max-width:640px
=================================================================== */

@media(max-width:640px) and (min-width: 1px){

header.w_auto h1 {
	max-width: 100px;
}

header.w_auto nav {
	left: 110px;
}

	header nav ul li a br {
	display: block;
}

header nav ul li {
    margin: 0 0.6em;
}

header .sns ul li {
    width: 36px;
}

#content section .qr ul li a p {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#interview .entry {
	padding: 1rem 0;
}

#interview .title {
	display: block;
	padding: 1rem;
}

#interview .title figure {
	max-width: 200px;
	margin: 0 auto;
}

#interview .title .title-text {
	margin: 0 auto;
	padding: 0;
}

#interview .title .fukidashi {
	margin-left: 0;
	font-size: 1.2rem;
	line-height: 1.7rem;
	padding: 0.6rem 1rem;
	border-radius: 1rem;
	margin-bottom: 0;
}

#interview .title .fukidashi::before {
	content: '\025b2';
	color: #ff7f36;
	position: absolute;
	left: calc(50% - 0.7rem);
	top: -1rem;
}

#interview .title-text h1 span {
	padding-top: 0.5rem;
	font-size: 1.8rem;
}

#interview .title-text h1 small {
	padding-top: 0.5rem;
	font-size: 0.7rem;
}

#interview .title-text .kinmu {
	float: none;
	font-size: 0.7rem;
	line-height: 1rem;
}

#interview .title-text .kinmu p {
	font-size: 0.7rem;
}

#interview .entry figure {
	margin: 2rem auto 2rem auto;
	max-width: 90%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	border: 7px solid #fff;
	box-sizing: border-box;
	transform: rotate(-5deg);
	float: none;
}

#interview .entry_comment {
	margin: 1rem 0 3rem;
}

#interview .entry_comment .entry_comment_in {
	padding: 1rem;
}

}

/* ===================================================================
	max-width:600px
=================================================================== */

@media(max-width:600px) and (min-width: 1px){

main {
	font-size: 3vw;
	line-height: 150%;
}

main p {
	font-size: 1.2em;
	line-height: 150%;
	margin-left: 3%;
	margin-right: 3%;
}

.wp-block-media-text .wp-block-media-text__content{
	padding: 0 0 3rem !important;
}

.menu .wp-block-media-text:nth-of-type(even) .wp-block-media-text__content {
	text-align: left;
	padding: 0;
}

.menu .wp-block-media-text:nth-of-type(odd) .wp-block-media-text__content {
	text-align: left;
    padding: 0;
}

.menu .wp-block-media-text .wp-block-media-text__content h2::after {
	content: '';
	width: 100%;
	height: 3px;
}

}

/* ===================================================================
	max-width:520px
=================================================================== */

@media(max-width:900px) and (min-width: 1px){

body {
	font-size: 1em;
	line-height: 160%;
}

header {
	height: 42px;
}

header h1 {
	max-width: 90px;
	margin: 0 auto;
	height: 38px;
}

header h1 img {
	margin-left: -2%;
	opacity: 1;
	bottom: 0;
	height: 36px;
}

header nav {
	left: -100% !important;
	top: 40px;
	position: fixed;
	width: 100%;
	max-width: 340px;
	text-align: left;
	background: rgba(0,0,0,0.8);
	padding: 0;
	display: block;
	clear: both;
	box-shadow: 1px 0 rgba(255,255,255,0.3);
}

header nav.active {
	left: 0 !important;
}

header nav ul {
    text-align: center;
    font-size: 3vw;
    left: 0;
	display: block;
}

header nav ul li {
    margin: 0;
    padding: 0;
    display: block;
	border-left: none;
    border-top: 1px solid rgba(255,255,255,0.3);
}

header nav ul li::before {
	display: none;
}

header nav ul li:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

header nav ul li a {
    display: block;
    padding: 1em;
    font-size: 1rem;
    line-height: 150%;
    position: relative;
}

header nav ul li a::after {
    content: '\025b6';
    position: absolute;
    left: auto !important;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 100;
    font-size: 0.5em;
    line-height: 3em;
    width: 1.5em;
    height: 1.5em;
    display: block;
    border-radius: 10em;
    oapcity: 1 !important;
}

main .title {
	display: none;
}

#single .title {
	display: block;
}

#main_img.page_s {
    height: 30vw;
    padding-top: 10vw;
}

#main_img.page_s h1 {
	padding: 0;
}

#main_img.page_s h1 small {
	display: none;
}

#main_img.page_s h1 span {
	color: #fff;
	margin-left: 5%;
	margin-top: 0em;
	padding-right: 0.4em;
	border: none;
	font-size: 6.5vw;
	letter-spacing: 0.03em;
	background: #000;
}

#main_img.page_s h1::after {
    content: '';
    width: 50%;
    height: 2px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    position: absolute;
    top: calc(50% - 1px);
}

#main_img.page_s.premium h1 {
	top: 45%;
}

#main_img.page_s.premium h1 span {
	color: #fff;
	margin-left: 5%;
	margin-top: 0em;
	padding-right: 0;
	padding-top: 0;
	border: none;
	font-size: 6vw;
	letter-spacing: -0.05em;
	background: none;
}

#main_img.page_s.premium h1::after {
    display: none;
}

main#shop h3,
main .add h3 {
    font-size: 5vw;
    line-height: 150%;
}

main#commitment {
	padding: 5% 0;
}

br.pcbr {
	display: none;
}

br.spbr {
	display: block;
}

#content section .news h2 {
	width: 100%;
    margin: 0;
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
	padding: 1em 0;
}

#content section .news ul {
    padding: 1.5em;
    margin: 0;
    list-style: none;
    display: block;
}


#content section .qr ul li {
	padding: 5% 2%;
	margin: 0;
	text-align: center;
}

#content section .qr ul li a img {
    margin: 0 5%;
    max-width: 90%;
}

#content section .qr ul li a p {
	font-size: 2.4vw;
	line-height: 150%;
}

/* =======================================================
	 toggle navi
======================================================= */

i.menu-trigger {
	display: inline-block;
	float: left;
	background: #fff;
	width: 32px;
	height: 32px;
	position: relative;
	z-index: 103;
	border: 1px solid #000;
	display: inline-block;
	opacity: 1;
	margin: auto;
	box-sizing: border-box;
	top: 4px;
	right: 0;
	position: relative;
}

.menu-trigger a {
	transition: all 0.4s ease;
}

.menu-trigger a span {
	position: absolute;
	left: 20%;
	width: calc(60%);
	height: 2px;
	background-color: #000;
	border-radius: 5px;
	transition: all 0.4s ease;
}

.menu-trigger a span:nth-of-type(1) {
	top: calc(20% + 1px);
}

.menu-trigger a span:nth-of-type(2) {
	top: calc(50% - 1px);
}

.menu-trigger a span:nth-of-type(3) {
	bottom: calc(20% + 2px);
}

.menu-trigger.active a {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-trigger.active a span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.menu-trigger.active a span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.menu-trigger.active a span:nth-of-type(3) {
	opacity: 0;
}

.menu-trigger.active a span:nth-of-type(4) {
	opacity: 0;
}

header .sns ul li {
    width: 40px;
}

header .sns ul li {
    width: 32px;
}

#main_img.page_s h1 {
	bottom: 0;
	top: 55%;
}

}

/* ===================================================================
	max-width:480px
=================================================================== */

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

header nav ul li a {
    display: block;
    padding: 1em;
    font-size: 0.8rem;
    line-height: 150%;
    position: relative;
}

#archive_interview #center a {
	min-width: 100%;
	margin-bottom: 5%;
	display: block;
	padding: 1rem;
}

#archive_interview #center a figure {
	margin: 0 auto 1rem;
	max-width: 70%;
    min-width: 70%;
    padding-bottom: 70%;
}

.staff {
	padding: 0.5rem 0 1rem 0;
	font-family: メイリオ, sans-serif;
}

.staff ul li figure {
	height: 160px;
}

}