﻿@charset "UTF-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

html,body{
	width: 100%;
}

body {
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
	display: block;
}

body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	vertical-align: middle;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border-style: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:focus {
	overflow: hidden;
	outline: none;
}

/*----- .clearfix -----*/

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

h2,
h3,
.crgm {
	font-family: 'Cormorant Garamond', serif;
}

#sectionMv {
	background: url("../img/bg_01.jpg") no-repeat center center / cover;
}

#sectionCat1 {
	background: url("../img/bg_03.jpg") no-repeat center center / cover;
}

#sectionCat2 {
	background: url("../img/bg_04.jpg") no-repeat center center / cover;
}

#sectionCat3 {
	background: url("../img/bg_05.jpg") no-repeat center center / cover;
}

#sectionMv,
#sectionCat1,
#sectionCat3 {
	color: #fff;
}

#sectionAbout,
#sectionCat2,
#sectionContact {
	color: #000;
}

/*--------------------------------------------------------------------------*/

@media screen and (min-width: 1025px), print and (min-width: 0px) {

	a {
		transition-property: opacity;
		transition-duration: 0.5s;
	}

	a:hover {
		opacity: 0.5;
	}

	header {
		right: 2.2%;
		top: 30px;
		z-index: 9999;
		position: fixed;
	}

	header #hamburger,
	header #btClose {
		display: none;
	}

	header #gMenu .gNav li {
		margin-bottom: 13px;
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1.2;
		text-align: right;
		letter-spacing: 0.05em;
	}

	header #gMenu .gNav li:last-of-type {
		margin-bottom: 0;
	}

	header #gMenu .gNav li a {
		padding: 2px 4px;
		background: rgba(0,0,0,0.2);
		color: #fff;
		text-decoration: none;
		vertical-align: top;
		display: inline-block;
	}

	#sectionMv {
		height: 100vh;
	}

	#sectionMv .sectionIn {
		height: 100%;
		position: relative;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	#sectionMv h1 {
		width: 400px;
	}

	#sectionMv p {
		padding-bottom: 22px;
		width: 100%;
		background: url("../img/arr_scl.svg") no-repeat center bottom / 18px auto;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		left: 0;
		bottom: 30px;
		position: absolute;
	}

	h2 {
		margin-bottom: 43px;
		font-size: 7.0rem;
		font-weight: 400;
		line-height: 1.14;
		letter-spacing: 0.05em;
	}

	h2 span {
		color: #C73E00;
		font-size: 10.0rem;
		font-weight: 400;
		line-height: 1.14;
		letter-spacing: 0.05em;
	}

	#sectionAbout h2,
	#sectionCat1 h2 {
		text-align: left;
	}

	#sectionContact h2 {
		text-align: center;
	}

	h3 {
		margin-bottom: 52px;
		font-size: 5.0rem;
		font-weight: 300;
		line-height: 1.0;
		text-align: left;
	}

	h3 div {
		padding-bottom: 18px;
		position: relative;
	}

	#sectionCat3 h3 div {
		padding-bottom: 25px;
	}

	h3 div::after {
		content: "";
		width: 38px;
		height: 5px;
		background-color: #C73E00;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 0;
		bottom: 0;
		position: absolute;
	}

	p {
		font-size: 2.2rem;
		font-weight: 300;
		line-height: 1.64;
		text-align: left;
	}

	p.ptb {
		padding-top: 33px;
		padding-bottom: 68px;
	}

	#sectionAbout .sectionIn,
	#sectionCat1 .sectionIn,
	#sectionCat2 .sectionIn,
	#sectionCat3 .sectionIn,
	#sectionContact .sectionIn {
		height: 100%;
		display: flex;
		align-items: center;
	}

	#sectionAbout .sectionIn {
		flex-direction: row-reverse;
	}

	#sectionCat1 .sectionIn {
	}

	#sectionCat2 .sectionIn {
		flex-direction: row-reverse;
	}

	#sectionCat3 .sectionIn {
	}

	#sectionContact .sectionIn {
		width: 100%;
	}

	.sectionImg {
		width: 40%;
	}

	.sectionTxt {
		flex: 1;
	}

	#sectionAbout .sectionImg ul {
		padding-top: 158.55%;
		width: 100%;
		position: relative;
	}

	#sectionAbout .sectionImg ul li {
		position: absolute;
		opacity: 0.6;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(1) {
		width: 43.8%;
		left: 0;
		top: 0;
		z-index: 3;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(2) {
		width: 59.27%;
		left: 37.63%;
		top: 10.32%;
		z-index: 2;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(3) {
		width: 57.45%;
		left: 0;
		top: 43.46%;
		z-index: 4;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(4) {
		width: 76.36%;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	#sectionAbout .sectionTxt {
		padding: 160px 11.2% 160px 8.3%;
	}

	#sectionCat1 .sectionTxt {
		padding: 100px 8.3% 100px 6%;
	}

	#sectionCat2 .sectionTxt {
		padding: 100px 11.2% 100px 8.3%;
	}

	#sectionCat3 .sectionTxt {
		padding: 100px 8.3% 100px 6%;
	}

	#sectionContact .sectionTxt {
		padding: 69px 0 36px;
		width: 100%;
		flex: auto;
	}

	#sectionContact .sectionTxt p {
		font-size: 2.0rem;
		font-weight: 300;
		line-height: 3.6rem;
		text-align: center;
	}

	#sectionContact .sectionTxt .cmp {
		font-size: 3.0rem;
	}

	#sectionContact .sectionTxt .mb {
		margin-bottom: 3.6rem;
	}

	#sectionContact .sectionTxt .copy {
		margin-top: 116px;
		font-size: 1.6rem;
	}

	#sectionContact .sectionTxt a {
		color: #000;
		text-decoration: none;
	}

	.flgP {
		display: block !important;
	}

	.flgS {
		display: none !important;
	}

}

@media screen and (max-width: 1024px) {

	header {
		width: 100%;
		right: 0;
		top: 0;
		z-index: 9999;
		position: fixed;
	}

	header > div {
		width: 100%;
		position: relative;
	}

	header #hamburger {
		width: 40px;
		height: 40px;
		background: rgba(0,0,0,0.2);
		right: 10px;
		top: 10px;
		position: absolute;
	}

	header #hamburger span {
		width: 100%;
		height: 100%;
		background: url("../img/icon_menu.svg") no-repeat center center / 30px auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
	}

	header #gMenu {
		width: 0;
		height: 0;
		opacity: 0;
		transition-property: opacity,width,height;
		transition-duration: 0.5s,0s,0s;
		transition-delay: 0s,0.5s,0.5s;
		background: rgba(0,0,0,0.9);
		overflow: hidden;
		right: 0;
		top: 0;
		position: absolute;
	}

	header.open #gMenu {
		width: 100%;
		height: 100vh;
		opacity: 1;
		transition-duration: 0.5s,0s,0s;
		transition-delay: 0s,0s,0s;
	}

	header #gMenu nav {
		width: 100%;
		height: 100%;
		position: relative;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	header #gMenu #btClose {
		width: 40px;
		height: 40px;
		right: 10px;
		top: 10px;
		position: absolute;
	}

	header #gMenu #btClose span {
		width: 100%;
		height: 100%;
		background: url("../img/icon_close.svg") no-repeat center center / 23px auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
	}

	header #gMenu .gNav li {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 2.0rem;
		font-weight: normal;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.05em;
	}

	header #gMenu .gNav li a {
		color: #fff;
		text-decoration: underline;
	}

	html,body{
		height: 100%;
	}
	
	#sectionMv {
		height: 100%;
	}
	
	#sectionMv .sectionIn {
		height: 100%;
		position: relative;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	#sectionMv h1 {
		width: 280px;
	}

	#sectionMv p {
		padding-bottom: 22px;
		width: 100%;
		background: url("../img/arr_scl.svg") no-repeat center bottom / 18px auto;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		left: 0;
		bottom: 30px;
		position: absolute;
	}

	h2 {
		margin-bottom: 60px;
		font-size: 4.1rem;
		font-weight: 400;
		line-height: 5.2rem;
		letter-spacing: 0.05em;
		text-align: left;
	}

	h2 span {
		color: #C73E00;
		font-size: 5.8rem;
		font-weight: 400;
		line-height: 5.2rem;
		letter-spacing: 0.05em;
	}

	h3 {
		margin-bottom: 60px;
		font-size: 3.6rem;
		font-weight: 300;
		line-height: 1.0;
		text-align: left;
	}

	h3 div {
		padding-bottom: 30px;
		position: relative;
	}

	#sectionCat3 h3 div {
		padding-bottom: 32px;
	}

	h3 div::after {
		content: "";
		width: 38px;
		height: 5px;
		background-color: #C73E00;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		left: 0;
		bottom: 0;
		position: absolute;
	}

	p {
		font-size: 1.8rem;
		font-weight: 300;
		line-height: 3.0rem;
		text-align: left;
	}

	p.ptb {
		padding-top: 10px;
		padding-bottom: 62px;
	}

	#sectionAbout .sectionIn {
		padding: 80px 0;
	}

	#sectionCat1 .sectionIn {
		padding: 80px 0 1px;
	}

	#sectionCat2 .sectionIn {
		padding: 60px 0 1px;
	}

	#sectionCat3 .sectionIn {
		padding: 60px 0 1px;
	}

	#sectionContact .sectionIn {
		padding: 80px 0 1px;
	}

	.sectionImg {
		margin: 0 auto;
		width: 100%;
		max-width: 375px;
	}

	.sectionTxt {
		padding: 0 10.66% 60px;
	}

	#sectionAbout .sectionImg {
		padding-top: 22px;
		max-width: 540px;
	}

	#sectionAbout .sectionImg ul {
		width: 100%;
		height: 729px;
		position: relative;
	}

	#sectionAbout .sectionImg ul li {
		position: absolute;
		opacity: 0.6;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(1) {
		width: 241px;
		left: 0;
		top: 0;
		z-index: 3;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(2) {
		width: 326px;
		right: 0;
		top: 237px;
		z-index: 2;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(3) {
		width: 316px;
		left: 0;
		bottom: 0;
		z-index: 4;
	}

	#sectionAbout .sectionImg ul li:nth-of-type(4) {
		display: none;
	}

	#sectionContact .sectionTxt {
		padding-bottom: 46px;
	}

	#sectionContact .sectionTxt p {
		font-size: 1.8rem;
		font-weight: 300;
		line-height: 3.0rem;
		text-align: left;
	}

	#sectionContact .sectionTxt .cmp {
		font-size: 2.6rem;
	}

	#sectionContact .sectionTxt .mb {
		margin-bottom: 3.0rem;
	}

	#sectionContact .sectionTxt .copy {
		margin-top: 82px;
		font-size: 1.6rem;
	}

	#sectionContact .sectionTxt a {
		color: #000;
		text-decoration: none;
	}

	.flgP {
		display: none !important;
	}

	.flgS {
		display: block !important;
	}

}

body #sectionMv h1,
.fade .sectionImg img {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0;
}

body.loaded #sectionMv h1,
.fade.fadeOn .sectionImg img {
	opacity: 1;
	transition-duration: 2s;
}

.fade .sectionTxt h2,
.fade .sectionTxt h3,
.fade .sectionTxt h2 div,
.fade .sectionTxt h3 div {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0;
	transition-delay: 0;
}

.fade .sectionTxt h2,
.fade .sectionTxt h3 {
	overflow: hidden;
	transform: translate(-100%, 0);
}

.fade .sectionTxt h2 div,
.fade .sectionTxt h3 div {
	transform: translate(100%, 0);
}

.fade.fadeOn .sectionTxt h2,
.fade.fadeOn .sectionTxt h3,
.fade.fadeOn .sectionTxt h2 div,
.fade.fadeOn .sectionTxt h3 div {
	transform: translate(0, 0);
	transition-duration: 2s;
}

.fade.fadeOn .sectionTxt h2,
.fade.fadeOn .sectionTxt h2 div {
		transition-delay: .2s;
}

.fade.fadeOn .sectionTxt h3,
.fade.fadeOn .sectionTxt h3 div {
		transition-delay: .4s;
}

.fade .sectionTxt p {
	opacity: 0;
	transform: translateY(20px);
	transition-property: transform,opacity;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0;
	transition-delay: 0;
}

.fade.fadeOn .sectionTxt p {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2s;
	transition-delay: .6s;
}

body #sectionMv p {
	opacity: 0;
	transform: translateY(-20px);
	transition-property: transform,opacity;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0;
	transition-delay: 0;
}

body.loaded #sectionMv p {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 2s;
	transition-delay: .4s;
}
