@charset "utf-8";

/*--------------------------------
* common
 --------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
	margin: 0;
}

#contents {
	font-family:'Noto Serif JP', serif;
	color: #000;
	font-size: 1.6rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
	padding-top: 0;
}

#contents * {
	box-sizing: border-box;
}

#contents img {
	width: 100%;
	height: auto;
}

.pc-visible {display: block;}
.sp-visible {display: none;}
.posa{position:absolute;}
.posr{position: relative;}
.ib {display: inline-block;}
.txt-white {color: #fff;}
.ar {text-align: right;}
.ac {text-align: center;}
.aj {text-align: justify;}
.ib {display: inline-block;}

.container {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover-w {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
	z-index: 5;
}

.cap-cover-b {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

h3 .en {
	font-family: 'Cinzel', serif;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}

h3 .ja {
	color: #000;
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
}

.h3-lead {
	line-height: 2.2;
	text-align: center;
	margin-top: 40px;
}




/*--------------------------------
* design common
 --------------------------------*/

.about-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

.about-nav.second ul {
	margin-top: 80px;
	margin-bottom: 100px;
}

.about-nav li {
	position: relative;
	width: 25%;
}

.about-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D5D5D5;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	border-bottom: 2px solid #D5D5D5;
	width: 100%;
	padding: 20px 0;
	transition: 0.2s;
}

.about-nav li a:hover {
	color: #000!important;
	border-bottom: 2px solid #000;
}

.about-nav li.current a {
	color: #000;
	border-bottom: 2px solid #000;
}

.txt-set .txt-head {
	color: #969696;
	font-size: 3.0rem;
	line-height: 1.6;
}

.txt-set .txt-lead {
	text-align: justify;
	margin-top: 20px;
}

.txt-s-set .txt-head {
	font-size: 2.0rem;
	line-height: 1.6;
}

.txt-s-set .txt-lead {
	font-size: 1.4rem;
	text-align: justify;
	margin-top: 20px;
}






/*--------------------------------
* design
 --------------------------------*/

h3 {
	margin-top: 100px;
}

.design_01-wrap {
	position: relative;
	margin-top: 120px;
}

.line-area1 {
	position: relative;
}

.line-area1 .line {
	position: absolute;
	top: 0;
	left: 9.68%;
	width: 1px;
	height: 100%;
	background: #D5D5D5;
	z-index: -5;
}

.txt_01-wrap {
	max-width: 900px;
	margin-left: 16.67%;
	padding-top: 100px;
}

.design_02-wrap {
	display: grid;
	grid-template-columns: 50% 41.67%;
	grid-template-rows: auto auto;
	margin-top: 100px;
}

.design_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	width: calc((100vw - 1200px)/2 + (1200px * 0.5) - 7px );
	margin-left: calc((1200px - 100vw)/2 + 7px);
}

.design_02-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	margin-left: 10%;
}

.design_02-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-left: 20%;
	margin-top: 190px;
}

@media only screen and (max-width: 1240px) {
.design_02-wrap li:nth-child(1) {
	width: 100%;
	margin-left: 0;
}
}

.design_03 .txt-head {
	margin-top: 20px;
}

.txt_02-wrap {
	max-width: 900px;
	margin-left: 16.67%;
	margin-top: 100px;
}

.design_04-wrap {
	display: grid;
	grid-template-columns: 41.67% 41.67%;
	grid-template-rows: auto;
	justify-content: flex-end;
	margin-top: 80px;
}

.design_04-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	margin-right: 20%;
}

.design_04-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.design_04 .photo {
	position: relative;
}

.design_04 .txt-s-set {
	margin-top: 20px;
}

.design_04 .txt-lead {
	letter-spacing: 0.07em;
}

.design_05 .photo {
	position: relative;
	width: calc((100vw - 1200px)/2 + (1200px * 0.4167) - 7px );
}

.design_05 .txt-s-set {
	width: 80%;
	margin-top: 20px;
}

.design_06-wrap {
	display: grid;
	grid-template-columns: 41.67% 41.67%;
	grid-template-rows: auto;
	justify-content: flex-end;
	margin-top: 120px;
}

.design_06-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	margin-right: 9%;
}

.design_06-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	width: calc((100vw - 1200px)/2 + (1200px * 0.4167) - 7px );
}

.design_07-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin-left: 16.67%;
	margin-top: 60px;
}

.design_07-wrap li {
	width: 30%;
	margin-top: 60px;
}

.design_07-wrap .txt {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 10px;
}

.cap.end {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}













