@charset "utf-8";
:root {
	--c_rd: #DF434C;
	--c_bl: #374689;
	--c_ye: #FFF93C;
	--c_or: #F39800;
	--c_gr: #1E8D93;
    --c_gr2: #64BE00;
	--c_gy: #F2F2F2;
	--c_be: #F6F4EE;
    --c_pk: #C66F8F;
    --c_br: #856A42;
    --c_pl: #82488B;
	--c_wh: #fff;
	--c_bk: #000;
}
.clr-rd {color: var(--c_rd)!important;}
.clr-bl {color: var(--c_bl)!important;}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gr2 {color: var(--c_gr2)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-pk {color: var(--c_pk)!important;}
.clr-br {color: var(--c_br)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-pl {color: var(--c_pl)!important;}
.bg-rd {background-color: var(--c_rd)!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gr2 {background-color: var(--c_gr2)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-pk {background-color: var(--c_pk)!important;}
.bg-br {background-color: var(--c_br)!important;}
.bg-pl {background-color: var(--c_pl)!important;}

* {
min-height:0;
min-width : 0;
}

html{
   /* visibility: hidden;*/
   	font-size: 10px;
	transition: .2s;
   
}


html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



 body {
  font-family: 'Noto Sans JP', serif;
    font-weight: 400;
    font-style: normal;

    
   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;
	
	background: #000;
	color: #fff;

}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}



h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 600;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#fff;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{

}
 .wrap{
   overflow: hidden;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{

overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:130rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:90rem;
	margin: 0 auto;
}
.main800{
    max-width: 80rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }



.fo-lexend{
font-family: "Lexend", sans-serif;

}




.wow {
    visibility: hidden;
}







/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0rem;
    left: 0;
    z-index: 1000;
    transition: .5s;
	
	/*background: #fff;*/
	
 
}
/*
.home .headerwrap{
background:none;
	
}*/
.headerwrap.change-color {
 
}

.headerwrap a {

}
.headerwrap.change-color a {

}

 .header{
     height: 8rem;
     padding:0 5rem;
	
 }
  .header .logo{
     
 } 

 





.menubtn{
   font-size: 8rem;
   font-weight: 100;
 }






/**loading**/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.spinner {
  max-width: 40rem;
  width: 100%;
  height: 30rem;
  margin: 0 auto;
 background:url("../img/logo_load.svg") no-repeat center center;
 background-size: contain;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
 
 .loaded {
  opacity: 0;
  visibility: hidden;
}
 





/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;

    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
        background:  rgba(0, 0, 0, 0.70);
backdrop-filter: blur(20px);
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
    
    
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
    


.spnaviwrap{
	max-width: 60rem;
	margin: 0 5rem 0 auto;
}

.spnavi{
    margin: 0 0 3rem;
}
.smenu a{
	
}


.spclose {
	text-align: right;
	line-height: 1;
}
.spclose a{
     font-size: 8rem;
   font-weight: 100;
   line-height: 1;
}
.smenu .logobox{
	flex-basis: 35%;
}

.smenu .logobox h4 img {
  max-height: 2rem;
}
.smenu .logobox ._logo h2 {
  font-size: 8rem;
}
.smenu .logobox ._logo h3 {
  font-size: 4rem;
  margin-top: .5rem;
}

.smenu .fnavi{
	flex-basis: 45%;
}





.bg-grad01{
background: linear-gradient(to right, #a8e6cf, #8e24aa);
}
.bg-grad02{
background: linear-gradient(to right,#8e24aa , #a8e6cf);
}
.fcl-grad01 {
  background: linear-gradient(122deg, #BFC 9.71%, #900091 146.06%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}



/*フッター
-------------------------------------------------*/
/*お問い合わせ***/
.footcontactwrap{
	background: url("../img/bg_contact.jpg") no-repeat center center;
	background-size: cover;
}
.footcontact{
	background: #000;
	  border: 1.2rem solid; /* 枠線の太さを指定 */
  border-image: linear-gradient(to bottom right, #9be7c4, #6f2b8f) 1;
  border-image-slice: 1;
  padding: 5rem;
}
.title01 h2{
	font-size: 8rem;
	font-weight: 300;
	line-height: 1.2;
}
.title01 h3{
	display: inline-flex;
	font-size: 2rem;
}
.title01 h3:before{
	display: block;
	content: "";
	width: 2rem;
	height: 2px;
	background: linear-gradient(to right, #a8e6cf, #8e24aa);
	margin: 1.5rem 1rem 0 0;
	flex-shrink: 0;	
}
.btn01{
	display: inline-flex;
	align-items: center;
	
}
.btn01:after{
	background: url("../img/arrow02_wh.svg") no-repeat center center;
	background-size: contain;
	width: 8rem;
	height: 5.1rem;
	display: block;
	content: "";
	margin: 0 0 0 1rem;
}


.footcontact ._title{
	flex-basis: 40%;
}
.footcontact ._cont{
	flex-basis: 60%;
}
.footcontact ._cont p{
	text-align: left;
	line-height: 2;
}




/*footer***/
.logobox{
	text-align: left;
	flex-basis: 30%;
}
.logobox h4 img{
	max-height: 4rem;
}
.logobox ._logo h2{
	font-size: 14rem;
	font-weight: 300;
	line-height: 1;
	
}
.logobox ._logo h3{
	font-size: 6rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin-top: .5rem;
}

.footright {
	flex-basis: 45%;
}
.fnavi ul{
	flex-basis: 50%;
}
.fnavi li{
	text-align: left;
	font-size: 1.2rem;
	margin: 0 0 3rem;
	margin: 0 0 3rem;
	padding: 0 0 0 4rem;
	background:url("../img/arrow01_wh.svg") no-repeat left 1rem;
	background-size: 3rem;
	}
.fnavi li big{
	font-size: 2.2rem;
	display: block;
}
.copyright{
	font-size: 1.2rem;
	text-align: left;

text-align: center;
	padding: 3rem 0 0;
}




/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  position: relative;
  overflow:hidden;
  height: 80rem;
  height: 100vh;
  width: 100%;
  
  
   border: 2rem solid; /* 枠線の太さを指定 */
  border-image: linear-gradient(to bottom right, #9be7c4, #6f2b8f) 1;
  border-image-slice: 1;
}

.mvslider {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .mvslider p{
  display: flex;
   align-items: center;
    justify-content: center;
    height: 80rem;
	height: 100vh;
  }
  .mvslider .slick-slide .onlysp{
      display: none;
  }
  
.mvslider img {
  width: 100%;
  height: 100%;
 /* max-width: 100%;
  min-height: 820px;
  min-width: 1920px;*/
  object-fit: cover;
  align-self: center;
}
.mvcatch{
    position: absolute;
     z-index: 100;
	 text-align: left;
	 top: 25%;
	 left: 5rem;
}
.mvcatch h2 span{
	font-size: 3.4rem;
	display: inline-block;
	padding: 1rem;
	margin: 0 0 1rem;
	animation: textLeft 1.2s .5s backwards cubic-bezier(.77,0,.175,1);
}
.mvcatch h2 span._02{
animation: textLeft 1.2s .5s backwards cubic-bezier(.77,0,.175,1);
}

.mvcatch p{
	font-size: 1.4rem;
	animation: textLeft 1.2s .5s backwards cubic-bezier(.77,0,.175,1);
}

@keyframes textLeft{
  0%,30%{
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100%{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.mvcatch h2{
    
}
.mvlogo{
	position: absolute;
	bottom: 5rem;
	z-index: 100;
	text-align: left;
	 left: 50%;
  transform: translateX(-50%);


	
}
.mvlogo h1{
font-size: min(11vw, 20rem);
font-weight: 300;
line-height: 1;
  white-space: nowrap;
  animation: textLeft 1.2s 0s backwards cubic-bezier(.77,0,.175,1);

}
.mvlogo h2{
animation: textLeft 1.2s 0s backwards cubic-bezier(.77,0,.175,1);
}

.custom-navigation {
  display: flex;
  
  align-items: center;
  gap: 2rem;
  margin-top: 0px;
  
}

.custom-navigation .dots-wrapper{
	height: 3px;
}

.custom-navigation .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  position: relative;
  bottom: auto;

  
}

.custom-navigation .slick-dots li {
  position: relative; 
  width: 10rem;
  height: 1px;
  margin: 0;
  padding: 0;
  cursor: pointer;
   font-size: 1px;
}


.custom-navigation .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  text-indent: -9999px;
   font-size: 1px;
    margin: 0;
  padding: 0; 
}
.custom-navigation .slick-dots li button:after{
	display: block;
	content: "";
	width: 100%;
  height:3px;
  /*background:  #ccc;*/
} 
.custom-navigation .slick-dots li.slick-active button:after {
  background:   #fff;
}




/***about**/
.bg01wrap{
	background: url("../img/bg01.png") repeat-x top center;
}
.topabout ._cont{
	text-align: left;
	flex-basis: 45%;
}
.topabout ._img{
	flex-basis: 45%;
	position: relative;
  height: 58rem;
}
.topabout ._img figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 105rem;
}


.topabout .logobox ._logo h2 {
  font-size: 18rem;
}
.topabout .logobox ._logo h3 {
  font-size: 8rem;
  }
.logobox ._what  {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}
.logobox ._about{
display: inline-flex;
  font-size: 2rem;
}


.logobox ._about::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2px;
  background: linear-gradient(to right, #a8e6cf, #8e24aa);
  margin: 1.5rem 1rem 0 0;
  flex-shrink: 0;
}
.topabout ._txt{
	line-height: 2;
}


/***lineup**/
.toplineuptitle ._cont{
	text-align: left;
	line-height: 2;
}
.toplineupimg {
	margin-top: -8vw;
}
.toplineupimg img{
	width: 100%;
}

.toplineupwrap {

}
.toplineupwrap{
	background: url("../img/top/bg_lineup.jpg") no-repeat center center;
	background-size: cover;
	padding: 4rem 0 5rem;
	position: relative;
	
}
.toplineup{
border-radius: 12px;
background: rgba(122, 122, 122, 0.50);
backdrop-filter: blur(10px);
max-width: 95%;
padding: 5rem;

}
.toplineup a{
	display: block;
	min-height:32rem;
	
	cursor: default;
}
.toplineup a:hover,
.toplineup a:hover img{
		opacity:1;
	filter: alpha(opacity=100);

}
.toplineup ._title{
	text-align: left;
	margin: 0 0 2rem;
}
.toplineup ._title h3{
	font-size: 2.8rem;
	font-weight: 300;
}
.toplineup ._title h4{
	font-size: 1.8rem;
}
.toplineup ._img{
	display: flex;
	align-items: center;
	justify-content: center;
	height:20rem;
}
.lineuptag li{
	background: #000;
	border-radius: 5px;
	padding: 0 1rem;
	margin: 1px;
}
.toplineupbtn {
	position: absolute;
	bottom:3rem;
	right: 5rem;
}

.toplineuplist   .prev,
.toplineuplist   .next {
  display: inline-block;
  height: 3rem;
  width: 1.5rem;
  cursor: pointer;
  z-index: 90;
}


.toplineuplist  .prev {
  background: url("../img/btn_prev_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: 2%;
  display: block;
}

.toplineuplist  .next {
  background: url("../img/btn_next_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  right: 2%;
  display: block;
}


/**tech**/
.toptech ._cont{
	text-align: left;
	flex-basis: 45%;
}
.techtitle01{
	display: inline-block;
}


.techtitle01 span{
	display: inline-block;
	font-size: 3rem;
	margin: 0 0 1rem;
	padding: 0 2rem;
	animation: textLeft 1.2s 1s backwards cubic-bezier(.77,0,.175,1);
}
.techtitle01 span._02{
animation: textLeft 1.2s 2s backwards cubic-bezier(.77,0,.175,1);
}


.toptech ._img{
	flex-basis: 45%;
	position: relative;
  height: 42rem;
}
.toptech ._img figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 65rem;
}


.toptechpointwrap{
	background: url("../img/top/bg_tech.png") no-repeat center center;
	background-size: cover;
}

.toptechpoint ._box{
border-radius: 12px;
background: rgba(92, 92, 92, 0.40);
backdrop-filter: blur(10px);
flex-basis: 30%;
padding: 6rem 3rem;
}
.toptechpoint h3{
	font-size: 4rem;
	font-weight: 400;
}
.toptechpoint h4{
	font-size: 2rem;
	padding: 0 0 2rem;
	position: relative;
}
.toptechpoint ._title{
	margin: 0 0 2rem;
}
.toptechpoint ._title:after{
	display: block;
	background: #fff;
	height: 2px;
	width: 3rem;
	content: "";
	margin: auto;
}



.toptechlink ._cont{
	flex-basis: 55%;
}
.toptechlink ._cont a{
	display: block;
	border-bottom: 1px solid #fff;
	padding: 2rem;

}
.toptechlink ._cont ._title big{
	font-size: 3rem;
	margin: 0 1rem 0 0;
	font-weight: 400;
}
.toptechlink ._cont ._txt{
	text-align: left;
	background: url("../img/arrow01_wh.svg") no-repeat right center;
  background-size: 3rem;
  padding-right: 4rem;
}
.toptechlink  ._img{
	flex-basis: 40%;
	position: relative;
  height: 34rem;
}
.toptechlink  ._img figure {
  position: absolute;
  right: 0;
  top: 0;
  width:51rem;
}



.topcompany ._cont{
	text-align: left;
	flex-basis: 40%;
}
.topcompany ._cont ._txt{
	line-height: 2;
}
.topcompany ._img{
	flex-basis: 45%;
	padding: 4rem;
	border: 1rem solid;
	border-image: linear-gradient(to bottom right, #9be7c4, #6f2b8f) 1;
    border-image-slice: 1;
}


.topseries ._cont{
	flex-basis: 45%;
}
.topseries ._cont a{
	padding: 2.2rem;
	border-bottom: 1px solid #fff;
	font-size: 1.2rem;
	position: relative;
	transition: all 0.5s ease-in-out;	
}
.topseries ._cont a big{
	font-size: 2rem;
	margin: 0 2rem 0 0;
}
.topseries ._cont a:after{
	position: absolute;
	background: url("../img/arrow01_wh.svg") no-repeat center center;
  background-size:contain;
  width:4rem;
  height: 1rem;
  display: block;
  content: "";
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}


.topseries ._cont ._on a{
	background: linear-gradient(to right, #8e24aa, #a8e6cf);
	
}
.topseries ._cont ._on a:hover{
	opacity:1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
}



.topseries  ._img{
	flex-basis: 55%;
	position: relative;
  height: 46rem;
}
.topseries ._img figure {
  position: absolute;
  right: 0;
  top: 0;
  width:70rem;
}
.topseriesimg figure { 
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.topseriesimg figure._active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}




/*contents
------------------------------------------------*/















.slick-slider {
    touch-action: pan-y;
}




/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}











}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
    .mainbody{
        max-width: 95%;
    }
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {
 
}


.wrap,
.home .wrap{
    
}
.wrap{
	
}





.mainbody,
.mainbody2,
.mainbody3,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}


.spinner {
  max-width: 70%;
}



/*ヘッダー
------------------------------------------------*/
.headerwrap {

}
 .header{
     height: 6rem;
     padding:0rem 2rem;
     margin: 0;

    
 }

.header .logo img{


}








.menubtn{
      

}



/**spnavi****/
.spnaviwrap{
	max-width: 60rem;
	margin: 0 3rem 0;
}

.spnavi{
    margin: 0 0 3rem;
	display: block;
}
.smenu a{
	
}


.spclose {
}
.spclose a{
     font-size: 5rem;

}
.smenu .logobox{
	max-width: 50%;
	display: block;
	margin: 0 auto 3rem;
}



.smenu  .fnavi li{
	
	font-size: 1.2rem;
	margin: 0 0 2rem;
	}
.fnavi li big{
	font-size: 1.8rem;
}




/*フッター
-------------------------------------------------*/
/*お問い合わせ***/

.footcontact{
	background: #000;
	  border-width: 1rem; 
  padding: 2rem;
  display: block;
}


.title01 h2{
	font-size: 4rem;
}
.title01 h3{
	font-size: 1.4rem;
}
.title01 h3:before{
	content: "";
	width: 1rem;
	height: 2px;
	margin: 1rem 1rem 0 0;
}
.btn01{
	display: inline-flex;
	align-items: center;
}
.btn01:after{
	width: 4rem;
	height: 2.5rem;
	margin: 0 0 0 1rem;
}


.footcontact ._title{
	margin: 0 0 2rem;
}

.footcontact ._cont{

}





/*footer***/
.footer {
	display: block;
}
.footer .logobox{
	width: 50%;
	margin: 0 auto 3rem;
	display: block;
}
.logobox h4 img{
	max-height: 2rem;
}

.footright {
	display: none;
}

.copyright{
	font-size: 1rem;
	text-align: center;
}



/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  height: 55rem; 
   border-width: 1rem;

}

.mvslider {
}
  .mvslider p{
    height: 55rem;
  }

.mvslider img {

}
  .mvslider .slick-slide .onlypc{
      display: none;
  }
  .mvslider .slick-slide .onlysp{
      display: block;
  }


.mvcatch{
	 top: 10%;
	 left: 2rem;
}
.mvcatch h2 span{
	font-size: 2.2rem;
    padding: .5rem;
    margin: 0 0 .5rem;
	
}
.mvcatch h2 span._02{

}

.mvcatch p{
	font-size: 1rem;

}
.mvcatch h2{
    
}
.mvlogo{
	bottom: 3rem;
	 left: 50%;
  transform: translateX(-50%);


	
}
.mvlogo h1{
font-size: min(10vw, 20rem);


}
.mvlogo h2 img{
	max-height: 2rem;
}

.custom-navigation {

}

.custom-navigation .dots-wrapper{
	height: 3px;
}


.custom-navigation .slick-dots li {
  width: 3rem;

}



/***about**/
.bg01wrap{
	background-size: 200%;
}
.topabout{
	display: block;
}
.topabout ._cont{
	margin: 0 0 3rem;
}
.topabout ._img{
  height: auto;
}
.topabout ._img figure {
  position: relative;
  left: auto;
  top:auto;
  width: 100%;
}


.topabout .logobox ._logoimg{
	max-width: 80%;
}

.logobox ._what  {
  font-size: 2rem;
}
.logobox ._about{
	font-size: 1.4rem;
}


.logobox ._about::before {
	content: "";
	width: 1rem;
	height: 2px;
	margin: 1rem 1rem 0 0;
}




/***lineup**/
.toplineuptitle{
	display: block;
}
.toplineuptitle ._title{
	margin: 0 0 2rem;
}

.toplineupimg {
	margin: -8vw -2rem 0;
}


.toplineupwrap{
	padding: 2rem 0 5rem;
	
}
.toplineup{
max-width: 90%;
padding: 2rem;

}
.toplineup a{
	display: block;
	min-height:auto;
}
.toplineup ._title{
	margin: 0 0 1rem;
	text-align: center;
}
.toplineup ._title h3{
	font-size: 2.3rem;
}
.toplineup ._title h4{
	font-size: 1.4rem;
}
.toplineup ._img{
	height:15rem;
}
.lineuptag li{

}
.toplineupbtn {
	position: relative;
	bottom:auto;
	right: auto;
	margin: 2rem 0 0;
}




/**tech**/
.toptech {
	display: block;
}
.toptech ._cont{
	margin: 0 0 2rem;
}

.techtitle01 span{
	font-size:2.2rem;
	margin: 0 0 1rem;
	
}


.toptech ._img{
  height: auto;
}
.toptech ._img figure {
  position: relative;
  left: auto;
  top:auto;
  width: 100%;
}


.toptechpointwrap{
	
}
.toptechpoint {
	display: block;
}
.toptechpoint ._box{
padding: 2rem;
margin: 0 0 2rem;
}
.toptechpoint h3{
	font-size: 2.5rem;
}
.toptechpoint h4{
	font-size: 1.6rem;
	padding: 0 0 1rem;
	position: relative;
}
.toptechpoint ._title{
	margin: 0 0 1rem;
}

.toptechlink {
	display: block;
}

.toptechlink ._cont{

}
.toptechlink ._cont a{
	padding:2rem 0 ;

}

.toptechlink ._cont ._title big{
	font-size: 2.5rem;
	margin: 0 1rem 0 0;
}
.toptechlink ._cont ._txt{
  background-size: 2rem;
}
.toptechlink  ._img{
	  height: auto;
}
.toptechlink  ._img figure {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}


.topcompany{
	display: block;
}

.topcompany ._cont{
	margin: 0 0 3rem;
}

.topcompany ._img{
	padding: 2rem 25%;
}
.topseries {
	display: block;
}

.topseries ._cont{
	
}
.topseries ._cont a{
	padding: 1rem;
	font-size: 1.2rem;
	position: relative;
	display: block;
	text-align: left;
}
.topseries ._cont a big{
	font-size: 2rem;
	display: block;
	margin: 0 1rem 0 0;
}
.topseries ._cont a:after{
	position: absolute;
	background: url("../img/arrow01_wh.svg") no-repeat center center;
  background-size:contain;
  width:2rem;
  height: 1rem;
  display: block;
  content: "";
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}




.topseries  ._img{
  height: 59vw;
}
.topseries ._img figure {

  width: 100%;
}













/*contents
------------------------------------------------*/
















.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}









}



/*****リンク非表示**********************/
.btn01,
.menubtn,
.footcontactwrap,
.footright,
.topseries,
.toptechlink {
	display: none;
}





/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
