@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 400;
	color:#EFEFEF;
	background: #111;
	font-size: clamp(16px,2vw,18px);
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color:#EFEFEF;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}

main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: 80px 0 ;
	position: relative;
	z-index: 0;
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}


/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width: 768px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/
.bglight{
	background: #222;
}
.bg_ill {   
	position: absolute;
	content: "";
	width: 100%;
	aspect-ratio: 4 / 3;
	background: url("../img/bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	border-image-width: 100%;
	z-index:-1;
	top: 0;
	left: 0;	
}
.contents{
	position: relative;
	z-index: 2;
	}
	
.line_img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
}
.bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-image: url(../img/img_bg.png);
   background-size: cover;
   background-position: center;
   z-index: -1;
}
.bglight{
	background: #2f2f2f;
}



/*==見出し=============================================*/
.eyes{
	font-family: 'EyesomeScript';
}
.ttl_xl{
	font-size: 2.4rem;
	line-height: 2;
}
.ttl_xl span{
	font-size: 1.3rem;
	padding-left: 1.5rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.dttl{
	font-size: 1.7rem;
	padding: 5px 0 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

/*==btn=============================================*/

.mainbtn a,
.cbtn a{
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #c4c4c2;
	padding: 12px 0;
	width: 270px;
	transition: all 0.3s ease-in-out;
	background: #222;
	margin: 20px 40px;
}
.mainbtn a::before, .mainbtn a::after ,
.cbtn a::before, .cbtn a::after {
	content: '';
	position: absolute;
	border: solid #c4c4c2;
	width: 13px;
	height: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mainbtn a::before ,
.cbtn a::before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.mainbtn a::after ,
.cbtn a::after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.mainbtn a:hover ,
.cbtn a:hover {
	color: #111;
	background: #c4c4c2;
	border-color: transparent;
}
.mainbtn a:hover::before, .mainbtn a:hover::after ,
.cbtn a:hover::before, .cbtn a:hover::after {
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border-color: #c4c4c2;
}
.mainbtn.t_center a{
	margin:20px auto;
}

@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 230px;
		padding: 8px;
	}
}
.tbtn {
	margin-top: 47px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 35px;
	}
}


