@charset "UTF-8";
/* CSS Document */
* {
	word-break: break-all;
	box-sizing: border-box;
}
body {
    font-family: Noto Sans JP,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.02em;
	background-image: url("../img/common/bg.png");
	background-repeat: repeat;
}
#wrapper {
	overflow: hidden;
	position: relative;
	z-index: -100;
}
a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
	color: #999;
	opacity: 0.7;
}
.inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.ha {
    font-family: "Hannari","Sawarabi Mincho",YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.ro {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.opensans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sw {
    font-family: "Sawarabi Mincho";
    font-weight: 400;
    font-style: normal;
}
.yum {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.yug {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bn {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ns_b {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.cg {
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.me {
	font-family: 'Merienda', cursive;
    font-weight: 400;
    font-style: normal;
}
.more-btn {
	text-align: center;
}
.more-btn a {
	max-width: 400px;
	min-width: 300px;
	margin-bottom: 25px;
	display: inline-block;
	font-size: 15px;
	letter-spacing: .05em;
	padding: 10px 2em;
	color: #FFF;
	background-color: #000;
	border: 2px solid #000;
}
.line-btn a {
	background-color: #36A724;
	border: 2px solid #36A724;
}
/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
}
header.is-animation {
	transition: all.3s;
	background-color: rgba(255,255,255,.85);
	box-shadow: 1px 1px 5px rgb(41 36 49 / 30%);
}
header .h_inner {
	padding: 15px 20px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
header .h_inner.is-animation {
	padding-top: 0;
	height: 80px;
	align-items: center;
	background-position: top center;
	background-color: rgba(68, 97, 139, 0.95);
	transition: 1s;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
header .h_inner .left .logo {
	width: 200px;
}
header .h_inner.is-animation .left .logo {
	width: 100px;
}
header .h_inner .left .logo a {
	display: block;
}
header .h_inner .left .logo a img {
	vertical-align: middle;
}
header .h_inner .left .logo a:hover {
	opacity: 0.7;
}
header .h_inner .right .global-nav .global-nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item {
	padding: 2px 0 0 8px;
	position: relative;
	width: min(7vw,126px);
	text-align: center;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 50px;
	background-color: #111;
	transform: skewX(-16deg);
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:first-of-type:before {
	display: none;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a {
	text-align: center;
	font-size: calc(1.1vw,22px);
	line-height: 1;
	font-weight: 700;
	color: #FFF;
	padding-top: 22px;
	position: relative;
	display: block;
	text-shadow: 0px 1px 2px #999;
}
header.is-animation .h_inner .right .global-nav .global-nav_list .global-nav_item a {
	color: #000;
	transition: all.3s;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Staatliches', 'Bebas Neue', sans-serif;
/*	font-family: 'Bebas Neue', cursive;*/
	font-weight: 400;
	font-size: min(2.7vw,15px);
	color: #FFF;
	line-height: 1;
	transition: all 0.3s;
	width: 100%;
}
header.is-animation .h_inner .right .global-nav .global-nav_list .global-nav_item a:before {
	color: #000;
	transition: all.3s;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:first-of-type a:before {
	content: "NEWS";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(2) a:before {
	content: "EAT & DRINK";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(3) a:before {
	content: "PROFESSIONAL";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(4) a:before {
	content: "ESTATE";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(5) a:before {
	content: "INSURANCE";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(6) a:before {
	content: "SALON";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(7) a:before {
	content: "CORPORATION";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(8) a:before {
	content: "FREELANCE";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(9) a:before {
	content: "OTHER";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item:nth-of-type(10) a:before {
	content: "INFORMATION";
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a:hover {
	color: #999;
}
header .h_inner .right .global-nav .global-nav_list .global-nav_item a:hover:before {
	color: #999;
}
/* footer */
footer {
	position: relative;
	text-align: center;
}
footer .fnavBox {
	padding-top: 35px;
	background-color: #2C2C2C;
}
footer .fnavBox .txt {
	color: #FFF;
	padding: 10px 0 30px;
}
footer .fnavBox .txt span {
	color: #999;
	font-size: .8em;
}
footer .fnav {
	overflow: hidden;
	padding: 20px 0 30px;
}
footer .fnav li {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}
footer .fnav li a {
	font-size: 12px;
	padding: 5px 25px;
}
footer .fnav li a:hover {
	color: #666;
}
footer .fnav li:after {
	content: "｜";
	top: 0;
	right: 0;
	position: absolute;
}
footer .fnav li:last-child:after {
	display: none;
}
footer .copyright {
	text-align: center;
	padding: 10px 0 20px;
}
footer .copyright p {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
footer .pagetop {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
footer .pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
/* header */
	header .h_inner .right .global-nav .global-nav_list .global-nav_item a:before {
		font-size: 18px;
	}	
	header .h_inner .right .global-nav .global-nav_list .global-nav_item {
		width: 110px;
	}
	.toggleArea {
		display: block;
	}
/* hamburgeメニュー */
	.hamburger {
		position: absolute;
		right: 16px;
		top: 22px;
		width: 32px;
		height: 30px;
		cursor: pointer;
		z-index: 9999;
	}
	.hamburger_line {
		position: absolute;
		right: 0;
		height: 2px;
		background-color: #000;
		transition: all .6s;
	}
	.hamburger_line1 {
		top: 6px;
		width: 30px;
	}
	.hamburger_line2 {
		top: 14px;
		width: 24px;
	}
	.hamburger_line3 {
		top: 22px;
		width: 16px;
	}
	.nav-open .global-nav {
		right: 0;
	}
	.nav-open .hamburger_line {
		background-color: #44618b;
	}
	.nav-open .hamburger_line1 {
		transform: rotate(45deg);
		top: 16px;
		width: 32px;
	}
	.nav-open .hamburger_line2 {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 16px;
		width: 32px;
	}
	.global-nav {
		position: fixed;
		right: -320px;
		top: 0;
		width: 300px;
		height: 100vh;
		padding-top: 40px;
		background-color: rgba(255, 255, 255, 0.9);
		transition: all .6s;
		z-index: 9999;
		overflow-y: auto;
	}
	header .h_inner .right .global-nav .global-nav_list {
		display: block;
		padding: 20px 0;
	}
	header .h_inner .right .global-nav .global-nav_list .global-nav_item {
		margin: 0 0;
		position: static;
		width: 100%;
		padding: 8px 0;
	}	
	header .h_inner .right .global-nav .global-nav_list .global-nav_item:before {
		display: none;
	}	
	header .h_inner .right .global-nav .global-nav_list .global-nav_item a {
		padding: 16px 0 16px 40px;
		display: block;
		text-align: left;
		font-size: 15px;
		color: #44618b;
		line-height: 1.4;
	}
	header .h_inner .right .global-nav .global-nav_list .global-nav_item a:before {
		left: 40px;
		transform: translateX(0);
		color: #44618b;
	}
}
@media screen and (max-width: 1000px) {
	/*header*/
	header .h_inner {
		width: 100%;
		padding: 16px 16px 0;
	}
	header .h_inner .left .logo {
		width: 140px;
	}	


}	
@media screen and (max-width: 768px) {
.inner {
    max-width: 100%;
}
footer {
	padding: 30px 0;
}
footer .fnav {
	padding: 0px 4vw 30px;
}
footer .fnav li {
	display: block;
	margin-bottom: 0;
	border-bottom: 1px dotted #666;
}
footer .fnav li a {
	display: block;
	padding: 10px 0;
}
footer .fnav li:after {
	display: none;
}
footer .copyright {
	padding-top: 30px;
}
footer .copyright p {
	font-size: 10px;
	line-height: 1.3;
}
footer .pagetop {
	position: absolute;
	top: 40px;
	right: 10px;
}
footer .pagetop a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
}
@media screen and (max-width: 400px) {
.more-btn a {
    min-width: 250px;
}
}
@media screen and (max-width: 340px) {
/* header */
	header .h_inner .right .global-nav .global-nav_list .global-nav_item {
		padding: 0 0;
	}	
	.global-nav {
		right: -300px;
		width: 280px;
	}
}
