@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
body#top #mainContents {
	max-width: 100%;
}

/* .top-main 
------------------------------------*/
.top-main {
	position: relative;
	overflow: hidden;
	background: #000000;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.top-main h1 {
	position: absolute;
	top: 50px;
	left: 60px;
}

.top-main .gnav {
	position: absolute;
	top: 55px;
	right: 40px;
}

.top-main .gnav a {
	color: #FFFFFF;
}

.top-main .gnav li:after {
	display: none;
}

.top-main .copy {
	display: block;
	position: absolute;
	bottom: 95px;
	right: 95px;
}

.top-main .scroll {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	padding-top: 60px;
	text-align: center;
}

.top-main .scroll img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
}

.top-main .scroll span {
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.1em;
}

#maximage {
	position: absolute !important;
	top: inherit;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
}

#maximage .mc-image {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

/* .sec-trousers
------------------------------------*/
.sec-trousers {
	width: 100%;
	margin: 0 auto 115px;
	padding-top: 10px;
}

.sec-trousers .img-set {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 105px;
}

.sec-trousers .trousers1 {
	width: 41.3%;
	height: auto;
}

.sec-trousers .trousers2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 31.8%;
	height: auto;
}

.sec-trousers .trousers3 {
	position: absolute;
	top: 35.4%;
	right: 36.1%;
	width: 12.2%;
	height: auto;
}

.sec-trousers .trousers4 {
	position: absolute;
	bottom: 0;
	right: 24.1%;
	width: 30.1%;
	height: auto;
}

.sec-trousers .flag {
	position: absolute;
	top: 4%;
	left: 45.4%;
	width: 17.3%;
	height: auto;
}

.sec-trousers .copy {
	position: absolute;
	bottom: 4.8%;
	right: 0.5%;
	width: 19.2%;
	height: auto;
}

.sec-trousers .txt-set {
	margin-bottom: 75px;
	text-align: center;
}

.sec-trousers .txt-set h2 {
	margin-bottom: 38px;
}

.sec-trousers .txt-set p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.16em;
}

.sec-trousers .btn-set {
	width: 970px;
}

.sec-trousers .btn-set .btn-link-white {
	width: 470px;
}

/* .sec-trousers - media query
-----------------------------------*/
@media (max-width: 1280px) {
	.sec-trousers .copy { right: 30px; }
	.sec-trousers .trousers4 { right: 24.8%; }
}

/* .news-top
------------------------------------*/
.news-top {
	overflow: hidden;
	width: 980px;
	margin: 150px auto 0;
}

.news-top h2 {
	font-size: 22px;
	margin: 0 0 25px 35px;
	letter-spacing: 0.02em;
}

.news-list {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* .sec-commit
------------------------------------*/
.sec-commit {
	box-sizing: border-box;
	background: #000000;
	width: 100%;
	margin-bottom: 100px;
	color: #FFFFFF;
}

.sec-commit .inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}

.sec-commit figure {
	width: 1160px;
	margin: 0 auto;
}

.sec-commit figure img {
	width: 100%;
	height: auto;
}

.sec-commit h2 {
	position: absolute;
	top: 75px;
	left: 65px;
}

.sec-commit .title-line span {
	display: inline;
	padding-bottom: 5px;
}

.sec-commit .title-line span img {
	display: inline-block;
}

.sec-commit .title-line span:after {
	bottom: 0;
	background: #FFFFFF;
}

.sec-commit h3 {
	position: absolute;
	top: 160px;
	left: 65px;
	font-size: 27px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.sec-commit .txt-set {
	position: absolute;
	width: 240px;
}

.sec-commit .left { left: 65px; }
.sec-commit .right { right: 70px; }

.sec-commit .txt1 { top: 419px; }
.sec-commit .txt2 { top: 674px; }
.sec-commit .txt3 { top: 959px; }
.sec-commit .txt4 { top: 199px; }
.sec-commit .txt5 { top: 494px; }
.sec-commit .txt6 { top: 844px; }

.sec-commit .txt-set h4 {
	position: relative;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.sec-commit .txt-set h4:before {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	background: #999999;
	height: 1px;
}

.sec-commit .txt-set h4:after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	background: #999999;
	border-radius: 50%;
	width: 7px;
	height: 7px;
}

.sec-commit .txt1 h4:before { left: 190px; width: 325px; }
.sec-commit .txt2 h4:before { left: 155px; width: 225px; }
.sec-commit .txt3 h4:before { left: 165px; width: 150px; }
.sec-commit .txt4 h4:before { left: -400px; width: 375px; }
.sec-commit .txt5 h4:before { left: -195px; width: 170px; }
.sec-commit .txt6 h4:before { left: -170px; width: 145px; }

.sec-commit .txt1 h4:after { left: 510px; }
.sec-commit .txt2 h4:after { left: 375px; }
.sec-commit .txt3 h4:after { left: 315px; }
.sec-commit .txt4 h4:after { left: -405px; }
.sec-commit .txt5 h4:after { left: -195px; }
.sec-commit .txt6 h4:after { left: -172px; }

.sec-commit .txt-set p {
	color: #C2C2C2;
	font-size: 18px;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.sec-commit .txt-set.txt4 p {
	letter-spacing: 0.02em;
}

/* .sec-commit - media query
-----------------------------------*/
@media (max-width: 1339px) {
	.sec-commit .inner { width: 1100px; }
	.sec-commit figure { width: 960px; }
	.sec-commit h2 { left: 40px; }
	.sec-commit h3 { left: 40px; font-size: 24px; }
	.sec-commit .txt-set h4 { font-size: 20px; letter-spacing: 0.1em; }
	.sec-commit .txt-set { width: 215px; }
	.sec-commit .left { left: 40px; }
	.sec-commit .right { right: 40px; }
	
	.sec-commit .txt1 { top: 365px; }
	.sec-commit .txt2 { top: 575px; }
	.sec-commit .txt3 { top: 825px; }
	.sec-commit .txt4 { top: 165px; }
	.sec-commit .txt5 { top: 400px; }
	.sec-commit .txt6 { top: 715px; }
	
	.sec-commit .txt1 h4:before { left: 170px; width: 280px; }
	.sec-commit .txt2 h4:before { left: 140px; width: 185px; }
	.sec-commit .txt3 h4:before { left: 150px; width: 115px; }
	.sec-commit .txt4 h4:before { left: -335px; width: 310px; }
	.sec-commit .txt5 h4:before { left: -150px; width: 125px; }
	.sec-commit .txt6 h4:before { left: -130px; width: 105px; }
	
	.sec-commit .txt1 h4:after { left: 445px; }
	.sec-commit .txt2 h4:after { left: 320px; }
	.sec-commit .txt3 h4:after { left: 260px; }
	.sec-commit .txt4 h4:after { left: -335px; }
	.sec-commit .txt5 h4:after { left: -155px; }
	.sec-commit .txt6 h4:after { left: -131px; }
	
	.sec-commit .txt-set p { font-size: 15px; letter-spacing: 0.1em; }
	.sec-commit .txt3 p { width: 160px; }
}

@media all and (-ms-high-contrast:none){
	.sec-commit .txt-set h4:before { top: 12px; }
	.sec-commit .txt-set h4:after { top: 9px; }
}

/* .sec-contents
------------------------------------*/
.sec-contents {
	box-sizing: border-box;
	width: 100%;
	max-width: 1232px;
	margin: 0 auto 90px;
	padding: 0 50px;
}

/* .sec-blog
------------------------------------*/
.sec-blog {
	box-sizing: border-box;
	width: 100%;
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 50px;
}

.sec-blog .title {
	margin-bottom: 30px;
}

.sec-blog .title h2 {
	float: left;
	font-size: 32px;
	letter-spacing: 0.04em;
}

.sec-blog .title a {
	position: relative;
	display: inline-block;
	float: left;
	margin: 8px 0 0 30px;
	font-size: 19px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.sec-blog .title a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	background: #000000;
	width: 100%;
	height: 1px;
}

.blog-list {
	overflow: hidden;
}

.blog-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	float: left;
	width: 48.5%;
	margin-top: 45px;
}

.blog-list li {
	display: none;
}

.blog-list li:nth-of-type(1),
.blog-list li:nth-of-type(2),
.blog-list li:nth-of-type(3),
.blog-list li:nth-of-type(4) {
	display: -webkit-box;
	display: flex;
}

.blog-list li:nth-child(even) {
	float: right;
}

.blog-list li:nth-of-type(1),
.blog-list li:nth-of-type(2) {
	margin-top: 0;
}

.blog-list li figure {
	display: block;
	width: 160px;
}

.blog-list li figure img {
	width: 160px;
	height: auto;
}

.blog-list li .txt-set {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 0 10px 0 30px;
}

.blog-list li time {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.blog-list li h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.blog-list li h3 a {
	display: block;
	letter-spacing: 0.06em;
}

.blog-list li h3 a:hover {
	text-decoration: underline;
}

.blog-list li p {
	color: #4E4C49;
	font-size: 13px;
	text-align: justify;
	line-height: 1.65;
	letter-spacing: 0.06em;
}

@media all and (-ms-high-contrast:none){
	.blog-list li time { margin-bottom: 10px; }
}

.sec-blog .btn-set {
	margin-top: 75px;
}

.sec-blog .btn-set .btn-link-white a {
	padding-top: 26px;
	padding-bottom: 22px;
}

/* .blog-list - media query
-----------------------------------*/
@media (max-width: 1140px) {
	.blog-list li .txt-set { padding-top: 6px; }
}