@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/*
	font-family: 'Playfair Display', serif;
	font-family: 'EB Garamond', serif;
	font-family: 'Shippori Mincho', serif;
*/
  

/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.7;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif !important;
	color:#ffffff;
	background:#595757;
	letter-spacing: .05em;
	/*-webkit-text-transform: uppercase;
       -moz-text-transform: uppercase;
         -o-text-transform: uppercase;
        -ms-text-transform: uppercase;
            text-transform: uppercase;*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

@media screen and (max-width: 1300px) {
html {
	font-size:0.769vw;
	font-size:0.95vw;
}
}
@media screen and (max-width: 768px) {
html {
	font-size:1.302vw;
	font-size:3.0vw;
}
html.nav-active {
	overflow:hidden;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.5;
}
}

* {
	font-style: normal;
	font-weight: 100;
	-webkit-appearance: none;
       -moz-appearance: none;
         -o-appearance: none;
        -ms-appearance: none;
            appearance: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");
	font-family: 'EB Garamond', serif !important;
}


a {color: #ffffff; text-decoration: none;}
a:hover {color: #ffffff; text-decoration:underline;}
a:hover:before , a:hover:after { display:inline-block; text-decoration:none !important; }

a:hover img ,
footer .footer_in .f_contents section dl a:hover {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
header h2 a:hover img ,
.f_info01 .box .box_l p a:hover img ,
.return a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
img {
	width: 100%;
	height: auto;
}
/*共通*/
.sp {
	display: none;
}
img.sp {
	display: none !important;
}
@media screen and (max-width:992px) {/*タブレット*/
}
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
img.pc {
	display: none !important;
}
.sp {
	display: block;
}
img.sp {
	display: block !important;
}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
https://fontawesome.com/v4.7.0/icons/
:before {
	content: "\f14a";
	font-family: FontAwesome;
}
*/





/*header*/
h1 {
	display:none;
}
header {
	position: absolute;
	top:30px;
	right:0;
	left:0;
	z-index:100;
	width:30px;
	margin:auto;
}
header #menu {
	position: fixed;
	top:20px;
	left:25px;
	z-index:100000;
	font-size:1.8rem;
	background-blend-mode: difference;
	mix-blend-mode: difference;
	text-align:center;
	cursor: pointer;
	color: #a7a4a4;
}
header #menu span {
	font-style: italic;
}
header #menu em {
	display:none;
}
header #menu.active span {
	display:none;
}
header #menu.active em {
	display:block;
	width:26px;
}
.nav-active header #sub-menu {
	display:none;
}
nav {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100%;
	height:100vh;
	padding:7.500vw 0;
	/*background:rgba(0,0,0,0.9);*/
	background:url(../img/common/bg02.svg) repeat center center;
	background-size:cover;
	text-align:center;
}
.nav-active #menu + nav {
	display:block !important;
}
.sub-nav-active #sub-menu + .sub-nav {
	display:block !important;
}
nav #cat_bg ,
nav #product_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	/*transition: opacity 1s ease 0s;*/
}
nav .fadeout{
	opacity: 0;
}
nav .fadein{
	opacity: 1;
}
nav .ov-y {
	height:calc(100vh - 7.500vw * 2);
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
}
/* スクロールバー本体 */
nav .ov-y::-webkit-scrollbar{
width: 10px;
background: #cccccc;
}
/* 横方向のスクロールバー本体 */
nav .ov-y::-webkit-scrollbar:horizontal{
width: 10px;
background: #cccccc;
}
/* スクロールバーの動く部分 */
nav .ov-y::-webkit-scrollbar-thumb{
background: #999;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
nav .ov-y::-webkit-scrollbar-thumb:horizontal{
background: #999;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
nav .ov-y::-webkit-scrollbar-track-piece:start{
background: #cccccc;
}
/* スクロールバーの動く部分の後ろ */
nav .ov-y::-webkit-scrollbar-track-piece:end{
background: #cccccc;
}
/* スクロールバー角 */
nav .ov-y::-webkit-scrollbar-corner{
background: transparent;
}
nav .ov-y .cat_box {
	position:relative;
	padding:0 5.833vw;
	height:100%;
}
nav .ov-y .cat_box .box_in {
	/*margin:0 5.833vw;*/
	/*position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	width:calc(100% - (5.833vw * 2));
	text-align:center;
}
nav .ov-y .cat_box .box_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
nav .ov-y .cat_box .box_in .box_l {
	/*float:left;
	width:50%;*/
	/*display:inline-block;
	height:100%;
	margin-right:5vw;*/
	/*margin-bottom: 3vw;*/
}
nav .ov-y .cat_box .box_in .box_c {
	/*float:left;
	width:25%;*/
	/*display:inline-block;
	height:100%;
	margin-right:5vw;*/
	/*margin-bottom: 3vw;*/
}
nav .ov-y .cat_box .box_in .box_r {
	/*float:left;
	width:25%;*/
	/*display:inline-block;
	height:100%;*/
}
nav .ov-y .cat_box .box_in section {
	position:relative;
	margin-bottom:3vh;
}
nav .ov-y .cat_box .box_in section:last-child {
	/*margin-bottom:0;*/
}
nav .ov-y .cat_box .box_in section.active {
	z-index:10;
}
nav .ov-y .cat_box .box_in section:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
nav .ov-y .cat_box .box_in section h2 {
	position:relative;
	line-height:1.1;
	white-space:nowrap;
	/*font-family: 'Playfair Display', serif;*/
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Shippori Mincho', serif !important;
	/*font-size:1.8rem;*/
	/*font-size:2.2rem;*/
	font-size:2.4rem;
	/*font-style:italic;*/
	/*color:#FFF;*/
	color:rgba(255,255,255,.7);
	margin-bottom:2vh;
}
nav .ov-y .cat_box .box_in section h2 span {
	display:block;
	white-space:nowrap;
	/*font-family: 'Playfair Display', serif;*/
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Shippori Mincho', serif !important;
	/*font-size:1.8rem;*/
	/*font-size:2.2rem;*/
	font-size:2.4rem;
	/*font-style:italic;*/
}
nav .ov-y .cat_box .box_in section ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
nav .ov-y .cat_box .box_in section ul {
	display: flex;
	flex-wrap: wrap;
	/*margin-bottom:-2vh;*/
}
nav .ov-y .cat_box .box_in section ul li {
	line-height:1.1;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	/*font-size:3.5rem;*/
	/*font-size:4.0rem;*/
	font-size:4.2rem;
	font-style:italic;
	/*transition: 0.5s;*/
	margin-bottom:2vh;
	width: 25%;
	/*padding-right:5vw;*/
	padding-right:2vw;
	white-space:nowrap;
}
nav .ov-y .cat_box .box_in section ul li:last-child {
	/*margin-bottom:0;*/
	padding-right:0;
}
nav .ov-y .cat_box .box_in section ul li a {
	position:relative;
	display:inline-block;
	font-style:italic;
	color:#FFF;
	/*color:rgba(255,255,255,.7);*/
	text-decoration:none;
}
nav .ov-y .cat_box .box_in section ul li a:hover:after {
	position:absolute;
	bottom:-.05em;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,.7);
	display:block;
	content:'';
}
nav .ov-y .cat_box .box_in .box_l section ul li {
	/*float:left;
	width:50%;*/
	/*padding-right:10vw;*/
	/*padding-right:5vw;*/
}
/*nav .ov-y .cat_box .box_in .box_l section ul li:nth-child(2n) {
	padding-right:0;
}
nav .ov-y .cat_box .box_in .box_l section ul li:nth-child(2n+1) {
	clear:both;
}
nav .ov-y .cat_box .box_in .box_l section ul li:nth-last-child(-n+2) {
	margin-bottom:0;
}*/


header #sub-menu {
	position: fixed;
	top:20px;
	right:25px;
	z-index:100000;
	font-size:1.8rem;
	background-blend-mode: difference;
	mix-blend-mode: difference;
	text-align:center;
	cursor: pointer;
	color: #a7a4a4;
}
header #sub-menu span {
	font-style: italic;
}
header #sub-menu em {
	display:none;
}
header #sub-menu.sub-active span {
	display:none;
}
header #sub-menu.sub-active em {
	display:block;
	width:26px;
}
.sub-nav-active header #menu {
	display:none;
}
.sub-nav {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	width:100%;
	height:100vh;
	padding:7.500vw 0;
	/*background:rgba(0,0,0,0.9);*/
	background:url(../img/common/bg02.svg) repeat center center;
	background-size:cover;
	text-align:center;
}
.sub-nav .ov-y {
	height:calc(100vh - 7.500vw * 2);
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
}
/* スクロールバー本体 */
.sub-nav .ov-y::-webkit-scrollbar{
width: 10px;
background: #cccccc;
}
/* 横方向のスクロールバー本体 */
.sub-nav .ov-y::-webkit-scrollbar:horizontal{
width: 10px;
background: #cccccc;
}
/* スクロールバーの動く部分 */
.sub-nav .ov-y::-webkit-scrollbar-thumb{
background: #999;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.sub-nav .ov-y::-webkit-scrollbar-thumb:horizontal{
background: #999;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.sub-nav .ov-y::-webkit-scrollbar-track-piece:start{
background: #cccccc;
}
/* スクロールバーの動く部分の後ろ */
.sub-nav .ov-y::-webkit-scrollbar-track-piece:end{
background: #cccccc;
}
/* スクロールバー角 */
.sub-nav .ov-y::-webkit-scrollbar-corner{
background: transparent;
}
.sub-nav .ov-y .cat_box {
	position:relative;
	padding:0 15vw;
	height:100%;
}
.sub-nav .ov-y .cat_box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.sub-nav .ov-y .cat_box ul {
	float:left;
	margin-right:10vw;
}
.sub-nav .ov-y .cat_box ul:last-child {
	margin-right:0;
}
.sub-nav .ov-y .cat_box ul:first-child li {
	line-height:1.1;
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Shippori Mincho', serif !important;
	font-size:5.0rem;
	/*font-style:italic;*/
	margin-bottom:3.750vh;
	white-space:nowrap;
}
.sub-nav .ov-y .cat_box ul:first-child li:last-child {
	margin-bottom:0;
}
.sub-nav .ov-y .cat_box ul:first-child li a {
	position:relative;
	display:inline-block;
	/*font-style:italic;*/
	color:rgba(255,255,255,1);
	text-decoration:none;
}
.sub-nav .ov-y .cat_box ul:first-child li a:hover:after {
	position:absolute;
	bottom:-.05em;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,.7);
	display:block;
	content:'';
}
.sub-nav .ov-y .cat_box ul:last-child li {
	line-height:1.1;
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Shippori Mincho', serif !important;
	font-size:2.1rem;
	/*font-style:italic;*/
	margin-bottom:3.750vh;
	white-space:nowrap;
}
.sub-nav .ov-y .cat_box ul:last-child li:last-child {
	margin-bottom:0;
}
.sub-nav .ov-y .cat_box ul:last-child li a {
	position:relative;
	display:inline-block;
	/*font-style:italic;*/
	/*color:rgba(255,255,255,.7);*/
	color: #a8a6a5;
	text-decoration:none;
}
.sub-nav .ov-y .cat_box ul:last-child li a:hover:after {
	position:absolute;
	bottom:-.05em;
	left:0;
	width:100%;
	height:1px;
	/*background:rgba(255,255,255,.7);*/
	background:#a8a6a5;
	display:block;
	content:'';
}
.sub-nav .ov-y .cat_box ul:last-child li.lang em {
	display:inline-block;
	font-style:italic;
	color: #ffffff;
	margin: 0 .5em;
}
.sub-nav .ov-y .cat_box ul:last-child li.lang a.current {
	color: #ffffff;
}


@media screen and (max-width: 1300px) {
header {
	position: absolute;
	top:2.308vw;
	right:0;
	left:0;
	width:2.308vw;
}
header #menu {
	position: fixed;
	top:1.538vw;
	left:1.923vw;
}
nav {
	padding:7.500vw 0;
}
nav .ov-y .cat_box {
	padding:0 3vw;
}
nav .ov-y .cat_box .box_in .box_l {
	margin-right:5vw;
}
nav .ov-y .cat_box .box_in .box_c {
	margin-right:5vw;
}
nav .ov-y .cat_box .box_in .box_r {
	height:100%;
}
nav .ov-y .cat_box .box_in section {
	margin-bottom:5vh;
}
nav .ov-y .cat_box .box_in section h2 {
	font-size:1.8rem;
	margin-bottom:3.750vh;
}
nav .ov-y .cat_box .box_in section h2 span {
	font-size:1.8rem;
}
nav .ov-y .cat_box .box_in section ul li {
	font-size:3.0rem;
	margin-bottom:3.750vh;
}
nav .ov-y .cat_box .box_in .box_l section ul li {
	padding-right:10vw;
}
header #sub-menu {
	position: fixed;
	top:1.538vw;
	right:1.923vw;
}
.sub-nav .ov-y .cat_box ul:first-child li {
	font-size:3.0rem;
}
.sub-nav .ov-y .cat_box ul:last-child li {
	font-size:1.8rem;
}
}
@media screen and (max-width: 768px) {
header {
	position: absolute;
	top:30px;
	right:0;
	left:0;
	z-index:100;
	/*width:30px;*/
	width:20px;
	margin:auto;
}
header #menu {
	position: fixed;
	top:20px;
	/*right:25px;*/
	left:15px;
}
nav {
	position:fixed;
	top:0;
	left:0;
	padding:4vw 0;
	background:url(../img/common/bg02.svg) repeat center center;
	background-size:cover;
	width:100vw;
	height:100vh;
}
nav #cat_bg ,
nav #product_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: none !important;
}
nav .ov-y {
	height:calc(100vh - 7.500vw * 2);
}
nav .ov-y .cat_box {
	padding:0 4vw;
	padding-top:50px;
	height:100%;
}
nav .ov-y .cat_box .box_in {
	position: relative;
	top: inherit;
	-webkit-transform: translateY(0); /* Safari用 */
	transform: translateY(0);
	width:calc(100% - (4vw * 2));
}
nav .ov-y .cat_box .box_in .box_l {
	display:block;
	height:auto;
	max-height:inherit;
	margin-right:0;
}
nav .ov-y .cat_box .box_in .box_c {
	display:block;
	height:auto;
	max-height:inherit;
	margin-right:0;
}
nav .ov-y .cat_box .box_in .box_r {
	display:block;
	height:auto;
	max-height:inherit;
}
nav .ov-y .cat_box .box_in section {
	margin-bottom:5vh;
	height:auto;
	max-height:inherit;
}
nav .ov-y .cat_box .box_in section h2 {
	/*font-family: 'EB Garamond', serif;*/
	font-size:2.2rem;
	margin-bottom:3.750vh;
}
nav .ov-y .cat_box .box_in section h2 span {
	display:block;
	white-space: normal;
	font-size:2.2rem;
}
nav .ov-y .cat_box .box_in section ul {
	display: none;
	margin-left:5vw;
	margin-bottom:5vh;
	padding:5vw 0 5vw 4vw;
	border-left: solid 1px rgba(255,255,255,.7);
}
nav .ov-y .cat_box .box_in section ul li {
	line-height:1.1;
	/*font-size:2.0rem;*/
	font-size:2.2rem;
	margin-bottom:2vh;
	white-space: normal;
	width: 100%;
}
nav .ov-y .cat_box .box_in .box_l section ul li {
	float:none;
	width:100%;
	padding-right:0;
}
nav .ov-y .cat_box .box_in .box_l section ul li:nth-child(2n) {
	padding-right:0;
}
nav .ov-y .cat_box .box_in .box_l section ul li:nth-child(2n+1) {
	clear:both;
}
nav .ov-y .cat_box .box_in .box_l section ul li:nth-last-child(-n+2) {
	margin-bottom:2vh;
}
nav .ov-y .cat_box .box_in .box_l section ul li:last-child {
	margin-bottom:0;
}
header #sub-menu {
	position: fixed;
	top:20px;
	/*right:25px;*/
	right:15px;
}
.sub-nav {
	position:fixed;
	top:0;
	left:0;
	padding:4vw 0;
	background:url(../img/common/bg02.svg) repeat center center;
	background-size:cover;
	width:100vw;
	height:100vh;
}
.sub-nav .ov-y {
	height:calc(100vh - 7.500vw * 2);
}
.sub-nav .ov-y .cat_box {
	padding:0 4vw;
	padding-top:50px;
	height:100%;
}
.sub-nav .ov-y .cat_box ul {
	float:none;
	/*margin-left:5vw;*/
	margin-left:0;
	padding:5vw 0 5vw 4vw;
	padding-right: 0;
	/*border-left: solid 1px rgba(255,255,255,.7);*/
}
.sub-nav .ov-y .cat_box ul:last-child {
	padding-top:3vw;
}
.sub-nav .ov-y .cat_box ul:first-child li {
	/*font-size:4.0rem;*/
	font-size:3.2rem;
}
.sub-nav .ov-y .cat_box ul:last-child li {
	font-size:1.7rem;
}
}







/*タイトル*/
.title {
	position:relative;
	text-align:center;
	margin-bottom:110px;
}
.title:after {
	position:absolute;
	right:0;
	left:0;
	bottom:-55px;
	width:60px;
	height:1px;
	margin:0 auto;
	background:#FFF;
	display:block;
	content:'';
}
.title span {
	display: inline-block;
	line-height:1.1;
	white-space:nowrap;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	font-size:3.5rem;
	/*font-weight:700;*/
	/*font-style:italic;*/
}
.title02 {
	position:relative;
	text-align:center;
	margin-bottom:50px;
}
.title02 span {
	display: inline-block;
	line-height:1.1;
	white-space:nowrap;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	font-size:3.5rem;
	/*font-weight:700;*/
	/*font-style:italic;*/
	color:#FFF;
}
@media screen and (max-width: 1300px) {
.title {
	margin-bottom:8.462vw;
}
.title:after {
	position:absolute;
	right:0;
	left:0;
	bottom:-4.231vw;
	width:4.615vw;
}
.title span {
	font-size:3.5rem;
}
.title02 {
	margin-bottom:3.846vw;
}
.title02 span {
	font-size:3.5rem;
}
}
@media screen and (max-width: 768px) {
.title {
	margin-bottom:10.417vw;
}
.title:after {
	position:absolute;
	right:0;
	left:0;
	bottom:-5.208vw;
	width:10vw;
}
.title span {
	white-space: normal;
	font-size:2.2rem;
}
.title02 {
	margin-bottom:10.417vw;
}
.title02 span {
	white-space: normal;
	font-size:2.2rem;
}
}




/*f_contact*/
.f_contact {
	position:relative;
	/*padding:130px 0;*/
	height:100vh;
	padding:4.5833vh 0;
	color:#FFF;
	/*background:#595757;*/
	background:#1c242d;
}
.f_contact .box_middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
/*.f_contact h2 {
	margin:0 auto 40px;
	width:36px;
	mix-blend-mode: difference;
}*/
.f_contact h2 {
	position:relative;
	width:338px;
	margin:0 auto 10px;
	margin-bottom: 50px;
}
/*.f_contact h4 {
	position:relative;
	font-size:1.6rem;
	text-align:center;
	line-height:1.1;
	margin:0 0 110px;	
}
.f_contact h4:before {
	position:absolute;
	bottom:-60px;
	right:0;
	left:0;
	margin:0 auto;
	display:block;
	background:#FFF;
	width:60px;
	height:1px;
	content:'';
}*/
.f_contact p.add {
	position:relative;
	font-size:1.6rem;
	text-align:center;
	line-height:1.1;
	margin:0 0 50px;	
}
.f_contact .form {
	/*width:990px;*/
	width:1200px;
	margin:0 auto 40px;
	color:#FFF;
}
.f_contact .form:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.f_contact .form .form_l {
	float:left;
	width:555px;
}
.f_contact .form .form_r {
	float:right;
	width:550px;
}
.f_contact .form .form_l dl {
	display:table;
	width:100%;
	/*margin:0 0 35px;*/
	/*margin:0 0 30px;*/
	margin:0 0 5vh;
}
.f_contact .form .form_l dl:last-child {
	margin:0;
}
.f_contact .form .form_l dl dt {
	display:table-cell;
	font-size:1.6rem;
	/*font-style:italic;*/
	line-height:1.1;
	vertical-align:top;
	padding-top:.7em;
}
.f_contact .form .form_l dl:last-child dt {
	padding-top:0;
}
.f_contact .form .form_l dl dd {
	display:table-cell;
	width:435px;
	vertical-align:bottom;
}
.f_contact .form .form_l dl dd .com01 {
	font-size:1.6rem;
	/*font-style:italic;*/
	line-height:1.1;
}
.f_contact .form .form_l dl dd .com01 .com01_em {
	font-style: normal;
}
.f_contact .form .form_r dl {
	/*margin:0 0 20px;*/
	margin:0 0 5vh;
}
.f_contact .form .form_r dl dt {
	font-size:1.6rem;
	/*font-style:italic;*/
	/*margin:0 0 10px;*/
	margin:0 0 3vh;
}
button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}
.f_contact .form input[type="text"] ,
.f_contact .form input[type="tel"] ,
.f_contact .form input[type="email"] ,
.f_contact .form input[type="date"] ,
.f_contact .form input[type="number"] ,
.f_contact .form textarea {
	width:100%;
	padding:0.2em 0.5em;
	font-family: inherit;
	font-size:1.6rem;
	/*background:#595757;*/
	background:#1c242d;
	border:none;
	color:#FFF;
	border-bottom: solid 1px #ffffff;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.f_contact .form input[type="text"]:focus ,
.f_contact .form input[type="tel"]:focus ,
.f_contact .form input[type="email"]:focus ,
.f_contact .form input[type="number"]:focus ,
.f_contact .form input[type="date"]:focus ,
.f_contact .form textarea:focus {
	outline: 0;
	background:#838282;
	border-bottom: solid 1px #ffffff;
}
.f_contact .form textarea {
	/*height:200px;*/
	height:28vh;
	border: solid 1px #ffffff;
}
.f_contact .form textarea:focus {
	outline: 0;
	background:#838282;
	border: solid 1px #ffffff;
}
.f_contact .form input.input01 {
	width:100%;
}
.f_contact .form dd input[type='checkbox'] {
	display:none;
}
.f_contact .form dd label span {
	position:relative;
	display:inline-block;
	padding-left: 20px;
	margin-right: 20px;
	font-size:1.6rem;
	/*font-style:italic;*/
	line-height:1.1;
}
.f_contact .form dd label span::before{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ffffff;
}
.f_contact .form dd input[type='checkbox']:checked + span {
	color: #ffffff;
}
.f_contact .form dd input[type='checkbox']:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	/*top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;*/
	top: 2px;
	left: 4px;
	width:9px;
	height:9px;
	border-radius:50%;
	background:rgba(255,255,255,.7);
}
.form dl dd .com01 {
	display:inline-block;
	padding-top:.7em;
	padding-right:.5em;
}
.form dl dd div {
	padding-top:1.1em;
	display:inline-block;
}
.form dl dd .select_box01 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:12em;
	line-height:1.1;
	/*background:#595757;*/
	background:#1c242d;
	border:none;
	border-bottom: solid 1px #ffffff;
	color:#FFF;
	margin:0;
	padding:0;
}
.form dl dd .select_box01 select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	background:transparent;
	/*background:#595757;*/
	background:#1c242d;
	border:0;
	outline:none;
	font-size:1.6rem;
	line-height:1.1;
	text-align:center;
	color:#FFF;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	font-style:italic;
}
.form dl dd .select_box01 select option {
	/*background:#595757;*/
	background:#1c242d;
	color:#FFF;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	font-style:italic;
}
/*.form dl dd .select_box01.entypo-down-dir:before {
	font-family:'entypo',sans-serif;
	position:absolute;
	z-index:2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:0;
	font-size:2.2rem;
	line-height:1;
	color:#FFF;
	display: block;
	text-align:center;
	width:50px;
}
.form dl dd .select_box01.entypo-down-dir:after {
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	display: block;
	background:#000000;
	width:50px;
	height:100%;
}*/
.f_contact .btn p {
	/*text-align:center;*/
	text-align:right;
}
.f_contact .btn p input {
	background:url(../img/common/submit.svg) no-repeat center center;
	background-size:cover;
	width:107px;
	height:49px;
	height:49px;
	border:none;
	/*font-family: 'EB Garamond', serif;*/
	/*font-family: inherit !important;*/
	/*font-style:italic;*/
	font-size:1.4rem;
	line-height:45px;
	text-align:center;
	color:#FFF;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.f_contact .btn p input:hover ,
.f_contact .btn p input:focus {
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.f_contact .mw_wp_form .error {
	font-size: 1.6rem;
	color: #838282;
}
.f_contact .mw_wp_form.mw_wp_form_complete p {
	font-size: 2.8rem;
}
@media screen and (max-width: 1300px) {
.f_contact {
	padding:10vw 0;
}
.f_contact h2 {
	width:26vw;
	/*margin-bottom:0.769vw;*/
	margin-bottom: 3.846vw;
}
.f_contact p.add {
	font-size:1.6rem;
	margin:0 0 3.846vw;	
}
.f_contact .form {
	width:92.308vw;
	margin-bottom:3.077vw;
}
.f_contact .form .form_l {
	width:42.692vw;
}
.f_contact .form .form_r {
	width:42.308vw;
}
.f_contact .form .form_l dl {
	margin:0 0 2.308vw;
}
.f_contact .form .form_l dl dt {
	font-size:1.6rem;
}
.f_contact .form .form_l dl dd {
	width:33.462vw;
}
.f_contact .form .form_l dl dd .com01 {
	font-size:1.6rem;
}
.f_contact .form .form_r dl {
	margin:0 0 1.538vw;
}
.f_contact .form .form_r dl dt {
	font-size:1.6rem;
	margin:0 0 0.769vw;
}
.f_contact .form input[type="text"] ,
.f_contact .form input[type="tel"] ,
.f_contact .form input[type="email"] ,
.f_contact .form input[type="date"] ,
.f_contact .form input[type="number"] ,
.f_contact .form textarea {
	padding:0.2em 0.5em;
	font-size:1.6rem;
}
.f_contact .form textarea {
	height:15.385vw;
}
.f_contact .form dd label span {
	padding-left: 1.538vw;
	margin-right: 1.538vw;
	font-size:1.6rem;
}
.f_contact .form dd label span::before{
	content: "";
	display: block;
	position: absolute;
	top: -0.154vw;
	left: 0;
	width: 1.154vw;
	height: 1.154vw;
}
.f_contact .form dd input[type='checkbox']:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: -0.385vw;
	left: 0.385vw;
	width: 0.538vw;
	height: 1.077vw;
}
.form dl dd .com01 {
	padding-top:.7em;
	padding-right:.5em;
}
.form dl dd div {
	padding-top:1.1em;
}
.form dl dd .select_box01 {
	width:12em;
}
.form dl dd .select_box01 select {
	font-size:1.6rem;
}
.f_contact .btn p input {
	background:url(../img/common/submit.svg) no-repeat center center;
	background-size:cover;
	width:8.077vw;
	height:3.769vw;
	font-size:1.2rem;
	line-height:3.3vw;
}
}
@media screen and (max-width: 768px) {
.f_contact {
	height:auto;
	background:#1c242d;
	/*padding:13.021vw 0;*/
	padding:18vw 0;
}
.f_contact .box_middle {
	position: relative;
	top: inherit;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.f_contact h2 {
	width:60vw;
	/*margin-bottom:2.604vw;*/
	margin-bottom: 5.208vw;
}
.f_contact p.add {
	font-size:1.6rem;
	line-height:1.5;
	margin:0 4% 5.208vw;	
}
.f_contact .form {
	/*width:92%;*/
	width:86%;
	margin-bottom:5.208vw;
}
.f_contact .form .form_l {
	float:none;
	width:100%;
	margin-bottom:5.208vw;
}
.f_contact .form .form_r {
	float:none;
	width:100%;
}
.f_contact .form .form_l dl {
	/*display:block;*/
	/*margin-bottom:5.208vw;*/
	margin-bottom:3.5vw;
}
.f_contact .form .form_l dl dt {
	/*display:block;*/
	font-size:1.6rem;
	/*margin:0 0 2.604vw;*/
}
.f_contact .form .form_l dl dd {
	/*width:100%;*/
	width:76%;
}
.f_contact .form .form_l dl.form_tbl01 dd {
	width:60%;
}
.f_contact .form .form_l dl dd .com01 {
	/*font-size:1.6rem;*/
	font-size:1.3rem;
}
.f_contact .form .form_l dl.form_tbl02 dd label span {
	font-size: 1.4rem !important;
	margin-right: 0 !important;
}
.f_contact .form .form_r dl {
	margin-bottom:5.208vw;
}
.f_contact .form .form_r dl dt {
	font-size:1.6rem;
	margin:0 0 2.604vw;
}
.f_contact .form input[type="text"] ,
.f_contact .form input[type="tel"] ,
.f_contact .form input[type="email"] ,
.f_contact .form input[type="date"] ,
.f_contact .form input[type="number"] ,
.f_contact .form textarea {
	width:100%;
	padding:0.2em 0.5em;
	font-size:1.6rem;
	background:#1c242d;
	border-bottom: solid 1px rgba(255,255,255,.7);
}
.f_contact .form textarea {
	height:52.083vw;
	border-bottom: solid 1px rgba(255,255,255,.7);
}
.f_contact .form input[type="text"]:focus ,
.f_contact .form input[type="tel"]:focus ,
.f_contact .form input[type="email"]:focus ,
.f_contact .form input[type="number"]:focus ,
.f_contact .form input[type="date"]:focus ,
.f_contact .form textarea:focus {
	border-bottom: solid 1px rgba(255,255,255,.7);
}
.f_contact .form textarea:focus {
	border-bottom: solid 1px rgba(255,255,255,.7);
}

.f_contact .form dd input[type='checkbox'] {
	display:none;
}
.f_contact .form dd label span {
	position:relative;
	display:inline-block;
	padding-left: 20px;
	margin-right: 20px;
	font-size:1.6rem;
	font-style:italic;
	line-height:1.1;
}
.f_contact .form dd label span::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #ffffff;
}
.f_contact .form dd input[type='checkbox']:checked + span {
	color: #ffffff;
}
.f_contact .form dd input[type='checkbox']:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 3px;
	width: 8px;
	height: 8px;
}
.form dl dd .com01 {
	display:block;
	padding-top:.7em;
	padding-right:0;
}
.form dl dd div {
	padding-top:1.1em;
	display:block;
}
.form dl dd .select_box01 {
	display:block;
	width:100%;
}
.form dl dd .select_box01 select {
	font-size:1.6rem;
	background:#1c242d;
}
.f_contact .btn p {
	text-align:center;
}
.f_contact .btn p input {
	background:url(../img/common/submit.svg) no-repeat center center;
	background-size:cover;
	width:calc(13.672vw * 2);
	height:calc(6.38vw * 2);
	font-size:1.2rem;
	line-height:6.38vw;
}
}


/*footer*/
footer {
	position:relative;
	background:#1a242e;
	/*padding:100px 0 0;*/
	padding:130px 0 0;
	text-align:center;
}
footer h2 {
	position: relative;
	width:154px;
	margin:0 auto;
}
footer .copy {
	display:block;
	/*width:940px;*/
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	padding-top: 80px;
	/*border-top: solid 1px #cccccc;*/
	/*font-size:1.4rem;*/
	font-size:1.2rem;
	font-style:italic;
	color:rgba(255,255,255,.7);
}
@media screen and (max-width: 1300px) {
footer {
	padding:10vw 0 0;
}
footer h2 {
	width:12vw;
}
footer .copy {
	width:92.308vw;
	padding:2.308vw 0;
	padding-top: 5vw;
	font-size:1.2rem;
}
}
@media screen and (max-width: 768px) {
footer {
	position:relative;
	padding:13.021vw 0 0;
}
footer h2 {
	/*width:25vw;*/
	/*width:40vw;*/
	width:32vw;
	margin:0 auto;
	margin-bottom:5vw;
	margin-bottom:0;
}
footer .copy {
	width:92%;
	margin:0 auto;
	/*padding:5.208vw 0;*/
	/*padding:30vw 0 5.208vw 0;*/
	padding:10vw 0 5.208vw 0;
	/*font-size:1.2rem;*/
	font-size:1.1rem;
	font-style:normal;
}
}


/*wrap*/
.wrap {
	width:100%;
	padding:100px 0;
}
.wrap:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
@media screen and (max-width: 1300px) {
.wrap {
	padding:7.692vw 0;
}
}
@media screen and (max-width: 768px) {
.wrap {
	width:100%;
	padding:13.021vw 0;
}
}


/*タイトル*/
.ttl01 {
	position:relative;
	font-size:3.6rem;
	font-style:italic;
	line-height:1.1;
	text-align:center;
	margin:0 0 25px;
}
.ttl02 {
	position:relative;
	font-size:3.6rem;
	font-style:italic;
	line-height:1.1;
	text-align:center;
	margin:0 0 100px;
}
.ttl02:before {
	position:absolute;
	bottom:-50px;
	right:0;
	left:0;
	margin:0 auto;
	display:block;
	background:#FFF;
	width:60px;
	height:1px;
	content:'';
}
.ttl03 {
	position:relative;
	font-size:3.6rem;
	font-style:italic;
	line-height:1.1;
	text-align:left;
	width:850px;
	margin:0 auto 100px;
}
.ttl03:before {
	position:absolute;
	bottom:-50px;
	left:0;
	margin:0 auto;
	display:block;
	background:#FFF;
	width:60px;
	height:1px;
	content:'';
}
.ttl04 {
	position:relative;
	font-size:3.6rem;
	font-style:italic;
	line-height:1.1;
	text-align:center;
	margin:0 0 50px;
}
.sttl01 {
	position:relative;
	font-size:2.5rem;
	line-height:1.1;
	text-align:center;
	color:#b3b3b3;
	margin:0 0 130px;
}
.sttl01:before {
	position:absolute;
	bottom:-80px;
	right:0;
	left:0;
	margin:0 auto;
	display:block;
	background:#FFF;
	width:60px;
	height:1px;
	content:'';
}
@media screen and (max-width: 1300px) {
.ttl01 {
	font-size:3.6rem;
	margin:0 0 1.923vw;
}
.ttl02 {
	font-size:3.6rem;
	margin:0 0 7.692vw;
}
.ttl02:before {
	position:absolute;
	bottom:-3.846vw;
	right:0;
	left:0;
	width:4.615vw;
}
.ttl03 {
	font-size:3.6rem;
	width:65.385vw;
	margin-bottom: 7.692vw;
}
.ttl03:before {
	position:absolute;
	bottom:-3.846vw;
	left:0;
	width:4.615vw;
}
.ttl04 {
	font-size:3.6rem;
	margin:0 0 3.846vw;
}
.sttl01 {
	font-size:2.5rem;
	margin:0 0 10vw;
}
.sttl01:before {
	position:absolute;
	bottom:-6.154vw;
	right:0;
	left:0;
	width:4.615vw;
}
}
@media screen and (max-width: 768px) {
.ttl01 {
	font-size:2.4rem;
	line-height:1.1;
	margin:0 0 5.208vw;
}
.ttl02 {
	font-size:2.4rem;
	margin:0 0 13.021vw;
}
.ttl02:before {
	position:absolute;
	bottom:-6.51vw;
	right:0;
	left:0;
	width:7.813vw;
}
.ttl03 {
	font-size:2.4rem;
	width:100%;
	margin:0 0 13.021vw;
}
.ttl03:before {
	position:absolute;
	bottom:-6.51vw;
	left:0;
	width:7.813vw;
}
.ttl04 {
	font-size:2.4rem;
	line-height:1.1;
	margin:0 0 6.51vw;
}
.sttl01 {
	font-size:2.0rem;
	margin:0 0 13.021vw;
}
.sttl01:before {
	position:absolute;
	bottom:-5.208vw;
	right:0;
	left:0;
	width:7.813vw;
}
}


/*detail contents*/
.contents {
	/*font-size: 1.6rem;*/
	font-size: 1.8rem;
}
.contents img {
	width:auto;
	max-width:100%;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #FFFFFF dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125em;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
  quotes: "" "";
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
    font-size: 18px;
    font-size: 1.125em;
  }
  .contents h1 {
    font-size: 30px;
    font-size:calc( 1.875em * 0.9);
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size:calc( 1.625em * 0.9);
  }
  .contents h3 {
    font-size: 22px;
    font-size:calc( 1.375rem * 0.9);
  }
  .contents h4 {
    font-size: 18px;
    font-size:calc( 1.125em * 0.9);
  }
  .contents h5 {
    font-size: 13px;
    font-size:calc( 0.8125em * 0.9);
  }
  .contents h6 {
    font-size: 16px;
    font-size:calc( 1em * 0.9);
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875em;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  display:block;
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	  display:block;
  }
}


.contents h1 {
display:block !important;
padding: 0 0 0 20px;
border-left: solid 7px #FFFFFF;
font-size: 30px;
line-height: 1.4;
}
.contents h2 {
margin:0 0 45px 0;
padding: 0 0 4px;
font-size: 30px;
border-bottom: 4px solid #FFFFFF;
line-height: 1.4;
}
.contents h3 {
	position:relative;
margin:0 0 35px 0;
padding: 0 0 6px;
font-size: 26px;
}
.contents h3::before {
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#FFFFFF;
}
.contents h3::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#FFFFFF;
}
.contents h4{ 
border-bottom: solid 1px #FFFFFF;
padding: 0 0 6px;
margin: 0 0 35px 0;
font-size: 20px;
}
 
.contents h5{ 
margin: 0 0 35px 0;
font-size: 18px;
}
 
.contents h6{ 
margin: 0 0 35px 0;
font-size: 16px;
}
@media screen and (max-width: 640px) {
.contents h1 {
display:block !important;
padding: 0 0 0 20px;
border-left: solid 7px #FFFFFF;
font-size: calc(30px * 0.7);
line-height: 1.4;
}
.contents h2 {
margin:0 0 45px 0;
padding: 0 0 4px;
font-size: calc(30px * 0.7);
border-bottom: 4px solid #FFFFFF;
line-height: 1.4;
}
.contents h3 {
	position:relative;
margin:0 0 35px 0;
padding: 0 0 6px;
font-size: calc(26px * 0.7);
}
.contents h3::before {
	content:'';
	position:absolute;
	bottom:-2px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#FFFFFF;
}
.contents h3::after {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:40px;
	width:100%;
	height:1px;
	background:#FFFFFF;
}
.contents h4{ 
border-bottom: solid 1px #FFFFFF;
padding: 0 0 6px;
margin: 0 0 35px 0;
font-size: calc(20px * 0.8);
}
 
.contents h5{ 
margin: 0 0 35px 0;
font-size: calc(18px * 0.8);
}
 
.contents h6{ 
margin: 0 0 35px 0;
font-size: calc(16px * 0.8);
}
}


