@charset "UTF-8";

@import url(/css/sanitize.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
html {
	font-size: 62.5%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #c8a564;
}
.contact_left a:hover {
	color: #c8a564;
}
.mt30 {
	margin-top: 30px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.tR {
	text-align: right;
}
.txt_min {
	font-size: 0.75em;
    line-height: 1.75em;
    display: block;
	margin-top: 5%;
}

@keyframes fadein-bottom {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (min-width: 1140px) { 
body {
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	font-size: 1.3rem;
	letter-spacing: 0.3em;
	color: #282828;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	line-height: 3rem;
	overflow-x: hidden;
}
/*ページトップへボタン*/
#page-top{
	position: fixed;
    bottom: 40px;
    right: 0;
    width: 40px;
}
#page-top img {
	width: 8px;
}
/*下からフェードイン*/
.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
/*　ハンバーガーボタン　*/
#nav-toggle {
	position: fixed;
	top: 40px;
	right: 40px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 40px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #282828;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}
.open #nav-toggle span {
	background: #282828;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}

#container {
	z-index: 900;
}
#gloval-nav {
	background: white;
	color: #282828;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	letter-spacing: 0.25em;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	line-height: 1.125em;
}
#gloval-nav a {
	display: block;
	text-decoration: none;
	padding: 20px 0;

}
#gloval-nav a:hover {
	color: #c8a564;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
	transition-delay: 1.05s;
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}
/*　ロゴ　*/
.logo img {
	position: absolute;
	width: 200px;
    z-index: 1000;
    top: 40px;
    left: 80px;
}
/*　メインビジュアル　*/
.mv {
	position: relative;
	padding-top: 160px;
}
.mv img {
	width: 84%;
}
.mv_txt{
	position: absolute;
    right: 2.5%;
    margin-top: -42.5%;
    font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
    font-size: 9vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(250, 70, 0, 0.9);
}
.mv_txt02{
	position: absolute;
    right: 0%;
    margin-top: -17.5%;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: lighter;
    font-size: 10vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(25, 70, 80, 0.9);
}
.mv_txt03{
	position: absolute;
    right: 2.5%;
    margin-top: -42.5%;
    font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
    font-size: 9vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(215, 150, 35, 0.9);
}
/*　コンテンツ共通　*/
.main_content{
	width: 990px;
    margin: 400px auto 0 auto;
}
.top_main_content .copy {
	text-align: center;
    margin-top: 80px;
    font-size: 16px;
}
.top_main_content{
	width: 1140px;
	margin: 0 auto;
}
.article_main_content {
	width: 840px;
	margin: 400px auto 0 auto;
}
.content_box {
	margin-top: 150px;
}
.content_box h2{
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
    font-size: 20px;
}
.content_box h3{
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
    font-size: 16px;
}
.content_box h4{
	font-family: 'Libre Caslon Text', 'Noto Serif JP', serif;
    font-size: 14px;
	position: relative;
    display: inline-block;
    padding: 0 65px 0 0;
}
.content_box h4:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #282828;
	right: 0;
}
.ttl_boder {
	border-bottom: 1px #282828 solid;
    width: 60px;
	margin-bottom: 80px;
}
.btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #282828;
}
/*　About　*/
.about_txt {
	text-align: center;
}
/*　Works　*/
.works_left {
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
}
.works_left_box01 {
	width: 36%;
}
.works_left_box02 {
	width: 64%;
}
.works_left_box02 img{
	width: 100%;
}
.works_right {
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
}
.works_right_box01 {
	width: 64%;
}
.works_right_box02 {
	width: 36%;
	padding-left: 80px;
}
.works_right_box01 img{
	width: 100%;
}
.works_container {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.works_box {
	margin-bottom: 68px;
}
.works_box img {
	width:285px;
}
.works_box h5 {
	width: 285px;
    font-size: 14px;
    margin: 20px 0;
}
.article_wrap img {
	width: 100%;	
}
/*　Contact　*/
.contact {
	display: flex;
    justify-content: flex-start;
    margin-top: 150px;
	height: 10em;
}
.contact_left {
	width: 50%;
	background-color: #282828;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.contact_left a {
	color: white;
}	
.contact_left {
	background-image: url(../images/contact_works.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact_right {
	width: 50%;
	background-color: white;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
form {
	font-family: 'Libre Caslon Text', serif;
font-weight: lighter;
	font-size: 14px;
	width: 100%;
}
.contact_border {
	border-right: none;
    border-left: none;
    border-top: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #282828;
	outline: none;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #282828;
	margin-top: 25px;
	width: 100%;
	box-sizing: border-box;
}
textarea {
	background-color: #f8f8f8;
	border: 1px #282828 solid;
	margin-top: 25px;
	outline: none;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	padding: 20px;
	color: #282828;
	width: 100%;
	box-sizing: border-box;
}
.contact_btn {
	border: none;
    font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
    font-size: 12px;
    color: #282828;
    background-color: #f8f8f8;
    padding: 0;
	outline: none;
	letter-spacing: 0.125em;
}
.contact_btn:hover {
	color: #c8a564;
}
/*　Footer　*/
footer {
	width: 1140px;
	margin: 150px auto 40px auto;
}
footer p{
	font-size: 12px;
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
	text-align: right;
	padding-top: 20px;
	border-top: 1px solid #282828;
}
.flow_cnt {
	text-align: center;
	margin-bottom: 50px;
}
.flow_cnt h3 {
	border: 1px #282828 solid;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #282828;
	width: 320px;
	font-size: 14px;
	padding: 25px;
    margin: 0 auto 25px auto;
}
.allow_flow img {
	margin-top: 25px;
	width: 12px;
}
.member_cnt {
	margin-top: 30px;
}
.member_box {
	display: flex;
    justify-content: space-between;
}
.member_img {
	margin-right: 30px;
    margin-bottom: 40px;
    width: 350px;
}
.member_img img{
	width: 100%;
}
.member_profile{
	width: 100%;
}
.member_profile h5{
	font-size: 15px;
    letter-spacing: 0.2em;
	margin-bottom: 5px;
	margin-top: 20px;
}
.member_profile h6{
	font-size: 14px;
    letter-spacing: 0.2em;
	margin: 0 0 5px 0;
}
.member_profile p{
	font-size: 13.5px;
    line-height: 2em;
    text-align: justify;
    letter-spacing: 0.175em;
}
.store_img_box {
	display: flex;
    justify-content: center;
}
.store_img {
	width: 100%;
    margin-top: 30px;
}
.store_img img {
	width: 95%;
}
.tab {
	display: none;
}
.sp {
	display: none;
}
}

@media screen and (max-width: 1139px) and (min-width: 481px) { 
body {
	font-family: 'Noto Serif JP', serif;
font-weight: lighter;
	font-size: 1.3rem;
	letter-spacing: 0.3em;
	color: #282828;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	line-height: 3rem;
	overflow-x: hidden;
}
/*ページトップへボタン*/
#page-top{
	display: none !important;
}
/*下からフェードイン*/
.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
/*　ハンバーガーボタン　*/
#nav-toggle {
	position: fixed;
	top: 40px;
	right: 40px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 40px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #282828;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}
.open #nav-toggle span {
	background: #282828;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}

#container {
	z-index: 900;
}
#gloval-nav {
	background: white;
	color: #282828;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	letter-spacing: 0.25em;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
	display: block;
	text-decoration: none;
	padding: 20px 0;

}
#gloval-nav a:hover {
	color: #c8a564;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
	transition-delay: 1.05s;
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}
/*　ロゴ　*/
.logo img {
	position: absolute;
	width: 20vw;
    z-index: 1000;
	top: 7.5vw;
    left: 7.5vw;
}
/*　メインビジュアル　*/
.mv {
	position: relative;
	padding-top: 20%;
}
.mv img {
	width: 84%;
}
.mv_txt{
	position: absolute;
    right: 5%;
    margin-top: -41.25%;
    font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
    font-size: 9vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(250, 70, 0, 0.9);
}
.mv_txt02{
	position: absolute;
    right: 0%;
    margin-top: -20%;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: lighter;
    font-size: 11.25vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(25, 70, 80, 0.9);
}
.mv_txt03{
	position: absolute;
    right: 5%;
    margin-top: -41.25%;
    font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
    font-size: 9vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(215, 150, 35, 0.9);
}
/*　コンテンツ共通　*/
.main_content{
	width: 100%;
	margin: 40vw auto 0 auto;
}
.top_main_content .copy {
	text-align: center;
    margin-top: 12.5%;
    font-size: 14px;
}
.top_main_content{
	width: 100%;
	margin: 0 auto;
}
.article_main_content {
	width: 840px;
	margin: 40vw auto 0 auto;
}
.content_box {
	margin: 10% auto 0 auto;
    width: 90%;
}
.content_box h2{
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
    font-size: 20px;
}
.content_box h3{
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
    font-size: 16px;
}
.content_box h4{
	font-family: 'Libre Caslon Text', 'Noto Serif JP', serif;
    font-size: 14px;
	position: relative;
    display: inline-block;
    padding: 0 65px 0 0;
}
.content_box h4:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #282828;
	right: 0;
}
.ttl_boder {
	border-bottom: 1px #282828 solid;
    width: 60px;
	margin-bottom: 80px;
}
.btn {
	font-family: 'Montserrat', sans-serif;
font-weight: lighter;
    color: #282828;
}
/*　About　*/
.about_txt {
	text-align: left;
}
.about_txt .btn {
	text-align: center;
}
/*　Works　*/
.works_left {
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
}
.works_left_box01 {
	width: 36%;
}
.works_left_box02 {
	width: 64%;
}
.works_left_box02 img{
	width: 100%;
}
.works_right {
	display: flex;
	flex-diretion: row;
	justify-content: flex-start;
	margin-right: 5%;
}
.works_right_box01 {
	width: 64%;
}
.works_right_box02 {
	width: 36%;
	padding-left: 10%;
}
.works_right_box01 img{
	width: 100%;
}
.works_container {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.works_box {
	margin-bottom: 68px;
}
.works_box img {
	width:285px;
}
.works_box h5 {
	width: 285px;
    font-size: 14px;
    margin: 20px 0;
}
.article_wrap img {
	width: 100%;	
}
/*　Contact　*/
.contact {
	display: flex;
    justify-content: flex-start;
    margin-top: 10%;
	height: 10em;
}
.contact_left {
	width: 50%;
	background-color: #282828;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.contact_left a {
	color: white;
}
.contact_left {
	background-image: url(../images/contact_works.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact_right {
	width: 50%;
	background-color: white;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
form {
	font-family: 'Libre Caslon Text', serif;
font-weight: lighter;
	font-size: 14px;
	width: 100%;
}
.contact_border {
	border-right: none;
    border-left: none;
    border-top: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #282828;
	outline: none;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #282828;
	margin-top: 25px;
	width: 100%;
	box-sizing: border-box;
}
textarea {
	background-color: #f8f8f8;
	border: 1px #282828 solid;
	margin-top: 25px;
	outline: none;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	padding: 20px;
	color: #282828;
	width: 100%;
	box-sizing: border-box;
}
.contact_btn {
	border: none;
    font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
    font-size: 12px;
    color: #282828;
    background-color: #f8f8f8;
    padding: 0;
	outline: none;
	letter-spacing: 0.125em;
}
.contact_btn:hover {
	color: #c8a564;
}
/*　Footer　*/
footer {
	width: 90%;
	margin: 5% auto 2.5% auto;
}
footer p{
	font-size: 12px;
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
	text-align: right;
	padding-top: 20px;
	border-top: 1px solid #282828;
}
.flow_cnt {
	text-align: center;
	margin-bottom: 10%;
}
.flow_cnt h3 {
	border: 1px #282828 solid;
    font-family: 'Noto Serif JP';
    font-weight: lighter;
    letter-spacing: 0.3em;
    color: #282828;
    width: 320px;
    font-size: 1.3rem;
    padding: 5%;
    margin: 0 auto 5% auto;
}
.allow_flow img {
	margin-top: 5%;
	width: 12px;
}
.member_cnt {
	margin-top: 30px;
}
.member_box {
	display: flex;
    justify-content: space-between;
    margin-right: 50px;
}
.member_img {
	margin-right: 30px;
    margin-bottom: 40px;
    width: 50%;
}
.member_img img{
	width: 100%;
}
.member_profile{
	width: 100%;
}
.member_profile h5{
	font-size: 15px;
    letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.member_profile h6{
	font-size: 14px;
    letter-spacing: 0.2em;
	margin: 0;
}
.member_profile p{
	font-size: 13px;
    line-height: 2em;
    text-align: justify;
}
.store_img_box {
	display: flex;
    justify-content: center;
}
.store_img {
	width: 100%;
    margin-top: 30px;
}
.store_img img {
	width: 95%;
}
.sp {
	display: none;	
}
.pc {
	display: none;	
}
}

@media screen and (max-width: 480px) { 
body {
	font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
	font-size: 1.375rem;
	letter-spacing: 0.125em;
	color: #282828;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	line-height: 3rem;
	overflow-x: hidden;
	text-align: justify;
}
/*ページトップへボタン*/
#page-top{
	display: none !important;
}
/*下からフェードイン*/
.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
/*　ハンバーガーボタン　*/
#nav-toggle {
	position: fixed;
	top: 7.5vw;
	right: 5vw;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 40px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #282828;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
	top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
	top: 23px;
}
.open #nav-toggle span {
	background: #282828;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}

#container {
	z-index: 900;
}
#gloval-nav {
	background: white;
	color: #282828;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.25em;
	letter-spacing: 0.25em;
	line-height: 1em;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
	display: block;
	text-decoration: none;
	padding: 20px 0;

}
#gloval-nav a:hover {
	color: #c8a564;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
	transition-delay: 1.05s;
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}
/*　ロゴ　*/
.logo img {
	position: absolute;
    width: 27.5vw;
    z-index: 1000;
    top: 7.5vw;
    left: 5vw;
}
/*　メインビジュアル　*/
.mv {
	position: relative;
	padding-top: 25%;
}
.mv img {
	width: 90%;
}
.mv_txt{
	position: absolute;
    right: 2%;
    margin-top: -90%;
    font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
    font-size: 16vw;
    line-height: 1.375em;
    letter-spacing: 0.1em;
    color: rgba(250, 70, 0, 0.9);
}
.mv_txt02{
	position: absolute;
    right: 0%;
    margin-top: -60%;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: lighter;
    font-size: 20vw;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    color: rgba(25, 70, 80, 0.9);
}
.mv_txt03{
	position: absolute;
    right: 2%;
    margin-top: -90%;
    font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
    font-size: 14vw;
    line-height: 1.375em;
    letter-spacing: 0.1em;
    color: rgba(215, 150, 35, 0.9);
}
/*　コンテンツ共通　*/
.main_content{
	width: 100%;
 	margin: 50% auto 0 auto;
}
.top_main_content .copy {
	text-align: center;
    margin-top: 15%;
}
.top_main_content{
	width: 100%;
	margin: 0 auto;
}
.article_main_content {
	width: 100%;
	margin: 50% auto 0 auto;
}
.content_box {
	margin: 15% auto 0 auto;
    width: 90%;
}
.content_box h2{
	font-family: 'Libre Caslon Text', serif;
font-weight: lighter;
    font-size: 20px;
}
.content_box h3{
	font-family: 'Libre Caslon Text','Noto Serif JP', serif;
	font-weight: lighter;
    font-size: 16px;
}
.content_box h4{
	font-family: 'Libre Caslon Text', 'Noto Serif JP', serif;
    font-size: 18px;
	position: relative;
    display: inline-block;
    padding: 0 65px 0 0;
}
.content_box h4:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #282828;
    right: 0;
}
.ttl_boder {
	border-bottom: 1px #282828 solid;
    width: 60px;
	margin-bottom: 10%;
}
.btn {
	font-family: 'Montserrat', sans-serif;
font-weight: lighter;
    color: #282828;
    margin: 7.5% auto 10% 0;
}
/*　About　*/
.about_txt {
	text-align: center;
	line-height: 2.25em;
}
/*　Works　*/
.works_left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.works_left_box01 {
	width: 50%;
}
.works_left_box02 {
	width: 100%;
}
.works_left_box02 img{
	width: 100%;
}
.works_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
}
.works_right_box01 {
	width: 100%;
	order: 2;
}
.works_right_box02 {
	width: 50%;
	order: 1;
}
.works_right_box01 img{
	width: 100%;
}
.works_container {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: -50px;
}
.works_box {
	margin-bottom: 7.5%;
}
.works_box img {
	width:100%;
}
.works_box h5 {
	width: 100%;
    font-size: 14px;
    margin: 5% 0;
}
.article_wrap img {
	width: 100%;	
}
/*　Contact　*/
.contact {
	display: flex;
    justify-content: flex-start;
    margin-top: 10%;
	height: 7.5em;
}
.contact_left {
	width: 50%;
	background-color: #282828;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.contact_left a {
	color: white;
}
.contact_left {
	background-image: url(../images/contact_works.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact_right {
	width: 50%;
	background-color: white;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
form {
	font-family: 'Libre Caslon Text', serif;
font-weight: lighter;
	font-size: 14px;
	width: 100%;
}
.contact_border {
	border-right: none;
    border-left: none;
    border-top: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #282828;
	outline: none;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	color: #282828;
	margin-top: 25px;
	width: 100%;
	box-sizing: border-box;
}
textarea {
	background-color: #f8f8f8;
	border: 1px #282828 solid;
	margin-top: 25px;
	outline: none;
	font-family: 'Noto Serif JP';
	font-weight: lighter;
	letter-spacing: 0.3em;
	padding: 20px;
	color: #282828;
	width: 100%;
	box-sizing: border-box;
}
.contact_btn {
	border: none;
    font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
    font-size: 15px;
    color: #282828;
    background-color: #f8f8f8;
    padding: 0;
	outline: none;
	letter-spacing: 0.125em;
}
.contact_btn:hover {
	color: #c8a564;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
/*　Footer　*/
footer {
	width: 90%;
	margin: 15% auto 2.5% auto;
}
footer p{
	font-size: 12px;
	font-family: 'Libre Caslon Text', serif;
	font-weight: lighter;
	text-align: right;
	padding-top: 20px;
	border-top: 1px solid #282828;
}
.flow_cnt {
	text-align: center;
	margin-bottom: 10%;
}
.flow_cnt h3 {
	border: 1px #282828 solid;
    font-family: 'Noto Serif JP';
    font-weight: lighter;
    letter-spacing: 0.3em;
    color: #282828;
    font-size: 1.5rem;
    padding: 5%;
    margin: 0 auto 5% auto;
}
.allow_flow img {
	margin-top: 5%;
	width: 12px;
}
.member_cnt {
	margin-top: 7.5%;
}
.member_box {
	margin-bottom: 12.5%;
}
.member_img {
	margin-bottom: 10%;
    width: 100%;
}
.member_img img{
	width: 100%;
}
.member_profile h5{
	font-size: 17px;
    letter-spacing: 0.25em;
	margin-bottom: 3.5%;
}
.member_profile h6{
	font-size: 16px;
    letter-spacing: 0.25em;
	margin: 0;
}
.member_profile p{
    text-align: justify;
}
.store_img_box {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.store_img {
	width: 100%;
    margin-top: 10%;
}
.store_img img {
	width: 100%;
}
.mt80 {
	margin-top: 0;	
}
.mt100 {
	margin-top: 25px;	
}
.pc {
	display: none;
}
 .tab {
	display: none;
}
.sp_ls {
	letter-spacing: 0.275em;
}
}
.works_slider { 
	position: relative;
    overflow: hidden;
    width: 100%;
	padding-top: 5%;
}
.slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100% !important;
  background-color: white;
}
.slider .image{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 15s 0s infinite;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@keyframes anime {
	0% {
	  visibility: visible;
	  opacity: 0;
	}
	15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.swiper-button-prev, .swiper-button-next {
    color: white !important;
	outline:none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2.5em !important;
	outline:none;
}
.swiper-slide img {
	width: 100%;
}
.swiper-container {
    width: 100%;
	margin-bottom: 2.5%;
}
.thumbnail .swiper-slide-active {
	opacity: 0.5;
}
.slider-caption {
	font-family: 'Libre Caslon Text', serif;
    font-weight: lighter;
	padding: 10px 20px;
    margin: 0;
    line-height: 1.5em;
	background-color: rgba(215, 150, 35, 0.75);
    color: #ffffff;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.txt_orange {
	color: #c8a564 !important;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 15px);
    transition: all 1500ms;
}
.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.gallery_box img {
	width: 100%;
}