@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;
}




/*--------------------------------
* creation 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;
}






/*--------------------------------
* creation
 --------------------------------*/

h3 {
	margin-top: 100px;
}

.creation_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;
}

.creation_02-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 100px;
}

.creation_02-wrap li:nth-child(1) {
	width: 58.33%;
}

.creation_02-wrap li:nth-child(2) {
	width: 29.47%;
	margin-left: 4.17%;
}

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

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

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

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

.line-area2 {
	position: relative;
}

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

.creation_04-wrap {
	max-width: 600px;
	margin-top: -370px;
}

@media only screen and (max-width: 1380px){
.creation_04-wrap {	margin-top: -300px;}
}

@media only screen and (max-width: 1260px){
.creation_04-wrap {	margin-top: -200px;}
}

@media only screen and (max-width: 1140px){
.creation_04-wrap {	margin-top: 0;}
}

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

.txt_03-wrap {
	width: 84%;
	margin-right: 10%;
	margin-top: 140px;
}

.creation_05-wrap {
	display: grid;
	grid-template-columns: 37.5% 45.83%;
	grid-template-rows: auto;
	margin-top: 80px;
}

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

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

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

.creation_06-wrap {
	display: grid;
	grid-template-columns: 36.67% 50%;
	grid-template-rows: auto;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: -180px;
}

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

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

@media only screen and (max-width: 1240px){
.creation_06-wrap {	margin-top: 0;}
}

.topics-wrap {
	color: #fff;
	background: #897D76;
	max-width: 880px;
	margin: 0 auto;
	margin-top: 220px;
	padding: 50px;
}

.topics-wrap .line {
	width: 1px;
	height: 145px;
	background: #D5D5D5;
	margin-left: 50%;
	margin-top: -160px;
}

.topics-wrap .txt-set .txt-head {
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.topics-wrap .txt-set .txt-lead {
	text-align: center;
}

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











