@charset "utf-8";

/************* 共通 *************/


body {
	color: #fff;
	line-height: 160%;
	position: relative;
	background: #000;
	font-size: 13px;
}


/************* ヘッダー *************/


header {
	position: fixed;
	z-index: 10;
	top: 0;
	background: transparent;
	width: 100%;
}

header .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 1100px;
	margin: 0 auto;
}

header h1 {
	width: 320px;
	margin: 30px 0 0;
}

.hnav {
	display: flex;
	justify-content: right;
	margin: 55px 0 0 auto;
}

.hnav ul {
	display: flex;
	margin: 5px 20px 0;
}

.hnav ul li {
	margin: 0 20px 0 0;
}

.hnav ul li:last-child {
	margin-right: 10px;
}

.hnav ul li a {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	color: white;
}

.hnav .igicon {
	width: 25px;
}

.hnavb {
	display: none;
}



/************* フッター *************/

footer {
	padding: 200px 0 60px 0;
}

footer figure {
	width: 300px;
	margin: 0 auto;
}

.copyright {
	text-align: center;
	font-size: 90%;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	margin: 80px 0 0;
}

/************* トップページ *************/

.index_crwrap {
	height: 100vh;
	position: relative;
}

.index_news {
	position: absolute;
	bottom: 40px;
	padding: 0 5%;
	width: 1100px;
}

.index_news h2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	margin: 0 0 12px;
}

.index_news dl {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	line-height: 115%;
}

.index_news dl dt {
	width: 80px;
	margin: 0 0 5px;
}

.index_news dl dd {
	width: 420px;
	margin: 0 0 5px;
}

.index_news dl dd a {
	text-decoration: underline;
}


.index_carousel {
	opacity: 0;
	transition: opacity 1s ease;
}
.index_carousel.slick-initialized {
	opacity: 1;
}

.index_carousel li {
	height: 100vh;
	position: relative;
}

.index_carousel li:nth-child(1) {
	background: url(../images/index_mv3.webp) no-repeat center;
	background-size: cover;
}
.index_carousel li:nth-child(2) {
	background: url(../images/index_mv1.webp) no-repeat center;
	background-size: cover;
}
.index_carousel li:nth-child(3) {
	background: url(../images/index_mv2.webp) no-repeat center;
	background-size: cover;
}

.index_carousel li a.label {
	display: block;
	width: 400px;
	height: 200px;
	position: absolute;
	right: 60px;
	top: 100px;
	z-index: 12;
}

.index_about {
	padding: 160px 0 0;
}

.index_about h2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 280%;
	letter-spacing: 0.17em;
	text-align: center;
	margin: 0 0 20px;
}

.index_about .txt1 {
	font-size: 160%;
	text-align: center;
	margin: 0 0 120px;
}

.index_about .wrap1 {
	display: flex;
	justify-content: center;
	margin: 0 0 180px;
}

.index_about .wrap1 figure {
	width: 397px;
}

.index_about .wrap1 .txtbox {
	margin: 70px 0 0 60px;
}

.index_about .wrap1 .txtbox h3 {
	font-weight: normal;
	font-size: 210%;
	margin: 0 0 40px;
	line-height: 135%;
	font-family: "nobel", sans-serif;
}

.index_about .wrap1 .txtbox p {
	font-size: 150%;
	line-height: 150%;
	font-family: "nobel", sans-serif;
}


.index_about .wrap2 {
	display: flex;
	flex-direction: row-reverse;
	align-items: right;
}

.index_about .wrap2 figure {
	width: 600px;
}

.index_about .wrap2 .txtbox {
	margin: 180px 100px 0 0;
	width: 450px;
}

.index_about .wrap2 .txtbox h3 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-weight: normal;
	font-size: 220%;
	margin: 0 0 80px;
	letter-spacing: 0.17em;
}

.index_about .wrap2 .txtbox h4 {
	font-weight: normal;
	font-size: 180%;
	margin: 0 0 50px;
}

.index_about .wrap2 .txtbox p {
	font-size: 110%;
	line-height: 180%;
}

.index_history {
	width: 1000px;
	margin: 0 auto 240px;
	padding: 180px 0 0;
}

.index_history h2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-weight: normal;
	font-size: 220%;
	margin: 0 0 80px;
	letter-spacing: 0.17em;
}

.index_history .wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px;
}

.index_history .wrap figure {
	width: 255px;
	margin: 0 25px 0 0;
}

.index_history .wrap figure img {
	width: 100%;
}

.index_history .wrap .txtbox {
	width: 720px;
}

.index_history .wrap .txtbox h3 {
	font-weight: normal;
	font-size: 180%;
	margin: 0 0 40px;
}

.index_history .wrap .txtbox p {
	font-size: 110%;
	line-height: 180%;
}

.index_lineup {
	
}

.index_lineup h2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-weight: normal;
	font-size: 220%;
	margin: 0 auto 80px;
	letter-spacing: 0.17em;
	width: 1000px;
}

.index_lineup ul {
	display: flex;
	margin: 0 auto 150px;
	width: 1000px;
}

.index_lineup ul li {
	border-right: 1px solid white;
	margin: 0 35px 0 0 ;
	padding: 12px 35px 12px 0;
}

.index_lineup ul li:last-child {
	border-right: none;
}

.index_lineup ul li a {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 160%;
	letter-spacing: 0.17em;
	color: white;
}

.index_lineup .imgbox {
	width: 100%;
	height: 900px;
	background: url(../images/index_p8.webp) no-repeat center;
	background-size: cover;
}

.index_company {
	display: flex;
	background: url(../images/company_p1.webp) no-repeat left top;
	background-size: auto 100%;
}

.index_company figure {
	display: none;
}

.index_company .wrap {
	margin: 260px 120px 120px 52%;
}

.index_company .wrap nav {
	margin: 0 0 40px 0;
}

.index_company .wrap nav ul li {
	margin: 0 0 40px 0;
}

.index_company .wrap nav ul li a {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 160%;
	letter-spacing: 0.17em;
	color: white;
}

.index_company .wrap dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
	line-height: 200%;
}

.index_company .wrap dl dt {
	width: 18%;
	margin: 0 0 15px;
}

.index_company .wrap dl dd {
	width: 82%;
	margin: 0 0 15px;
}

.index_company .wrap .pp {
	margin: 0 0 25px;
	font-size: 110%;
}

.index_company .wrap .txt1 {
	margin: 0 0 150px;
	font-size: 110%;
}

.index_company .wrap .ig {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 150%;
	letter-spacing: 0.17em;
}

.index_company .wrap .ig span {
	display: inline-block;
	margin: 0 0 0 35px;
	width: 35px;
	line-height: 160%;
}




/************* ラインナップ *************/

.lineup {
	padding: 250px 0 0;
}

.lineup nav ul {
	display: flex;
	margin: 0 auto;
	width: 900px;
}

.lineup nav ul li {
	border-right: 1px solid white;
	margin: 0 35px 0 0 ;
	padding: 12px 35px 12px 0;
}

.lineup nav ul li:last-child {
	border-right: none;
}

.lineup nav ul li a {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 160%;
	letter-spacing: 0.17em;
	color: white;
}

.lineup_black {
	padding: 120px 0 0;
	width: 900px;
	margin: 0 auto;
}

.lineup_black h2 {
	margin: 0 0 100px;
	vertical-align: bottom;
}

.lineup_black h2 .t1 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 240%;
	letter-spacing: 0.05em;
	margin: 0 20px 0 0;
}
.lineup_black h2 .t2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 300%;
	letter-spacing: 0;
	margin: 0 20px 0 0;
}
.lineup_black h2 .t3 {
	display: block;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 330%;
	letter-spacing: 0.14em;
	margin: 20px 0 0;
}

.lineup_black .txt1 {
	margin: 0 0 40px;
	font-size: 120%;
	line-height: 180%;
}

.lineup_black dl {
	margin: 0 0 60px;
	font-size: 120%;
	line-height: 180%;
}

.lineup_black dl dt {
	margin: 0 0 5px;
}

.lineup_black dl dd {
	margin: 0 0 30px;
	display: flex;
}

.lineup_black dl dd .p1 {
	margin: 0 0 0 0;
	width: 60px;
	font-size: 110%;
}

.lineup_black dl dd .p2 {
	margin: 0 0 0 0;
	width: 60px;
	font-size: 110%;
}

.lineup_black dl dd .gauge {
	margin: 13px 14px 0 0;
	width: 120px;
	border-top: 1px solid white;
	position: relative;
}

.lineup_black dl dd .gauge:after {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: white;
	border-radius: 10px;
	left: 0;
	top: -8px;
}
.lineup_black dl dd .gauge.pc50:after {
	left: 45%;
	top: -8px;
}
.lineup_black dl dd .gauge.pc15:after {
	left: 15%;
	top: -8px;
}

.blk_img {
	width: 100%;
	height: 711px;
	background: url(../images/lineup_p6.webp) no-repeat center;
	background-size: auto 100%;
	margin: 0 0 60px;
}

.lineup_common {
	width: 700px;
	padding: 180px 100px 120px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid white;
}

.lineup_common figure {
	width: 180px;
	margin: 0 80px 0 0;
	float: left;
}

.lineup_common h2 {
	margin: 0 0 40px;
	vertical-align: bottom;
}

.lineup_common h2 .t1 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 240%;
	letter-spacing: 0.05em;
	margin: 0 20px 0 0;
}
.lineup_common h2 .t2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 300%;
	letter-spacing: 0;
	margin: 0 20px 0 0;
}
.lineup_common h2 .t3 {
	display: block;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 330%;
	letter-spacing: 0.14em;
	margin: 20px 0 0;
}

.lineup_common .txt1 {
	margin: 0 0 40px;
	font-size: 120%;
	line-height: 180%;
}

.lineup_common dl {
	margin: 0 0 60px;
	font-size: 120%;
	line-height: 180%;
}

.lineup_common dl dt {
	margin: 0 0 0;
}

.lineup_common dl dd {
	margin: 0 0 30px;
	display: flex;
}

.lineup_common dl dd .p1 {
	margin: 0 0 0 0;
	width: 60px;
	font-size: 110%;
}

.lineup_common dl dd .p2 {
	margin: 0 0 0 0;
	width: 60px;
	font-size: 110%;
}

.lineup_common dl dd .gauge {
	margin: 13px 14px 0 0;
	width: 120px;
	border-top: 1px solid white;
	position: relative;
}

.lineup_common dl dd .gauge:after {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: white;
	border-radius: 10px;
	left: 0;
	top: -8px;
}
.lineup_common dl dd .gauge.pc50:after {
	left: 45%;
	top: -8px;
}
.lineup_common dl dd .gauge.pc15:after {
	left: 15%;
	top: -8px;
}
.lineup_common dl dd .gauge.pc80:after {
	left: 70%;
	top: -8px;
}



/************* コンタクト *************/

.contact {
	padding: 200px 0 0;
	margin: 0 auto;
	width: 900px;
}

.contact h2 {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-weight: normal;
	font-size: 220%;
	margin: 0 auto 60px;
	letter-spacing: 0.17em;
}

.contact_form dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_form dl dt {
	width: 25%;
	font-size: 110%;
	height: 60px;
	position: relative;
	padding: 5px 0 0;
}

.contact_form dl dt span {
	display: inline-block;
	position: absolute;
	right: 20px;
	font-size: 80%;
	background: #c30d23;
	padding: 5px;
}

.contact_form dl dd {
	width: 75%;
	font-size: 110%;
	margin: 0 0 30px;
}

.contact_form dl dd input[type="text"] {
	width: 100%;
	padding: 5px;
	font-size: 110%;
}
.contact_form dl dd input[type="email"] {
	width: 100%;
	padding: 5px;
	font-size: 110%;
}
.contact_form dl dd input[type="tel"] {
	width: 100%;
	padding: 5px;
	font-size: 110%;
}
.contact_form dl dd textarea {
	width: 100%;
	height: 8em;
	padding: 5px;
	font-size: 110%;
}

.contact_form dl dd.check {
	width: 71%;
	background: #222;
	padding: 2%;
}

.contact_form input[type="submit"] {
	width: 200px;
	margin: 0 auto;
	color: white;
	background: #555;
	display: block;
	border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    padding: 20px 0;
    font-size: 120%;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}

.contact_form input[type="submit"]:hover {
    opacity:0.6;
}

.contact .pop {
	width: 100%;
	margin: 30px 0 0;
	color: #666;
	background: #9c9c9c;
}

.contact .pop a {
	color: #333;
	padding: 30px 0;
	display: block;
	font-size: 130%;
}
