@charset "utf-8";
/* CSS Document */
html{
	font-size: 100%;
	scroll-behavior: smooth;
}
/*========= ナビゲーションのためのCSS ===============*/
header{
	padding: 20px 0 20px 40px;
	position: fixed;
	z-index: 99;
background-color: #fff;
width: 100%;
}
.h1 {
  height: 40px;
}
.g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    left: -120%;
	width:300px;
    height: 100vh;/*ナビの高さ*/
	background:#121212;
    /*動き*/
	transition: all 0.5s;
}

.g-nav.panelactive span{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	left: 0;
	top: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(0,0,0,0.80);
    /*動き*/
	transition: all 0s;
}
/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive{
    left: 0;
}


/*ナビゲーションの縦スクロール*/
.g-nav.panelactive .g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;

}

/*ナビゲーション*/
  /*#g-nav ul {
  ナビゲーション天地中央揃え
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	display: block;
}
*/
/*リストのレイアウト設定*/
.g-nav-list{
	display: flex;
	padding: 80px 50px 0 20px;
}
.sec-nav{
	padding-top: 323px;
margin-left: 16px;
}

.g-nav li{
	list-style: none;
    text-align: center; 
	z-index: 999;
position: relative;
}

.g-nav li a{
	color: #fff;
	text-decoration: none;
	padding-left:10px;
	display: block;
	letter-spacing: 0;
	font-weight: normal;
	text-align: left;
	font-size: 0.9rem;
}
.sec-nav li{
	margin-bottom: 12px;
}
.g-nav-list ul{
width: 250px;
margin-top: -20px;
margin-left: 5px;
}
.g-nav-list ul li{
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.g-nav-list li a{
	text-transform: uppercase;
	padding: 21.5px 0;
}


.g-nav-list ul li:nth-of-type(2){
		border-bottom: none;
	border-top: none;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 14px;
	right: 8px;
	cursor: pointer;
    width: 80px;
    height:50px;
}
	
/*×に変化*/	

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
	left: 13px;
   height: 2.5px;
    border-radius: 2px;
	background-color: #000;
  	width: 30px;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:25px;
	height: 1.5px;
}

.openbtn span:nth-of-type(3) {
	top:35px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-225deg);
    width: 30%;
	background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(225deg);
    width: 30%;
	background-color: #fff;
}

.main_img{
  position: relative;
  width: 100%;
	object-fit:cover; 
	  padding-top: 80px;

}
video {
  width: 100%;
}
.h2{
	font-size: 2.25rem;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-top: 104px;
	margin-bottom: 33.5px;
}

/*==================================================
スライダーのためのcss
===================================*/
.swiper-container {
      width: 100%;
overflow: hidden;
    }
    .swiper-slide {
      text-align: center;
      font-size: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
		margin-right: 60px;
    }
.swiper-wrapper img {
    max-width:100%;
    height:auto;
}

/*feature*/
.wrapper{
	width: 1208px;
	margin: 0 auto;
	box-sizing: border-box;
}
.featureh2 {
  margin-top: -1px;
	margin-bottom: 34px;
}
.feature{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}

.feature img{
	width: 385.5px;
	height: 257px;
transform: translate(-1px,-1px);
}

.feature figure{
	width: 385.5px;
	height: 446.5px;
	margin-bottom: 27px;
	box-shadow: 0 0 8px 4px #ccc;;
}
.feature .secondrow {
  width: 385.5px;
  height: 446px;
	margin-bottom: 26.5px;
  box-shadow: 0 0 8px 4px #ccc;
}
.feature figcaption{
	margin: 24px 29px 0 30px;
}
.feature .adjustment {
  margin: 23px 29px 0 30px;
}
.feature .adjustment2 {
  margin: 23px 29px 0 30px;
}
.feature .h3{
	font-weight: normal;
	font-size: 0.75rem;
}
.feature p{
	font-weight: bold;
	margin-top: 21px;
	font-size: 0.875rem;
	color: #121212;
	letter-spacing: 0.025rem;
	line-height: 1.5rem;
}
.feature .adjustment  {
  font-weight: bold;
  margin-top: 20.5px;
  font-size: 0.875rem;
  color: #121212;
  letter-spacing: 0.025rem;
  line-height: 1.55rem;
}
.feature .adjustment  .h3{
	letter-spacing: 0;
	margin-top: -1px;
}
.feature .adjustment p {
	font-weight: bold;
	margin-top: 18px;
	font-size: 0.875rem;
	color: #121212;
	letter-spacing: 0.025rem;
	line-height: 1.55rem;
}
.feature .adjustment2 p {
	font-weight: bold;
	margin-top: 22px;
	font-size: 0.875rem;
	color: #121212;
	letter-spacing: 0.025rem;
	line-height: 1.5rem;
}
.adjustment .time{
	font-weight: normal;
font-size: 0.73rem;
margin-left: 253px;
margin-top: 17.5px;
display: block;
text-transform: uppercase;
letter-spacing: 0.01rem;
}
.time {
  font-weight: normal;
  font-size: 0.73rem;
  margin-left: 253px;
  margin-top: 18.5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
footer{
	background-color: #121212;
	width: 100%;
	color: #fff;
	overflow: hidden;
	margin-top: 33px;
	padding-bottom: 10px;
}
footer h2{
	margin-top: 54.5px;
}
.right{
	float: right;
	width: 41%;
	display: flex;
	text-align: left;
	margin-left: 121px;
}
.right p{
	text-transform: capitalize;
	font-size: 0.9rem;
}
.left{
	float: left;
	width: 45%;
	font-size: 0.9rem;
}
.left p{
	text-align: left;
	line-height: 1.6rem;
}
.top{
	margin-bottom: 30px;
}
.middle{
	margin-bottom: 30px;
}
footer p{
	text-align: center;
}
input[required]{
	border: 1px #fff solid;
	background-color: #fff;
	width: 543px;
	height: 45px;
	margin-bottom: 20px;
	margin-top: 1px;
}
textarea{
	border: 1px #fff solid;
	background-color: #fff;
	line-height: 2;		
	width: 543px;
	padding: 5px;
	margin-bottom: 20px;
}
form p{
	text-align: left;
}
input[type="submit"]{
	border: 1px #fff solid;
	color: #fff;
	width: 200px;
	height: 51px;
	margin-top: 5px;
	font-size: 0.9rem;
}
input[type="submit"]:hover{
	background-color: #fff;
	color: #000;
	width: 200px;
	height: 50px;
}

footer .wrapper{
	display: flex;
	text-align: center;
}
footer .container{
	width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 57px;
}
small{
	font-size: 0.75rem;
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*メディアクエリ*/
@media screen and (max-width:767px){
	header {
	padding: 20px 16px;
}
	.logo {
  padding: 0;
  align-items: center;
}
	.openbtn {
  position: fixed;
  z-index: 9999;
  top: 14px;
  right: -16px;
  cursor: pointer;
  width: 80px;
  height: 50px;
}
	.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  width: 30px;
}
	.h1 {
  height: 40px;
}
	.toggle_btn {
  display: block;
  position: fixed;
  top: 25px;
  right: 45px;
  width: 24px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 20;
}
	video {
  height: 100vh;
width: 100%;
object-fit: cover;
}
	.main_img {
  position: relative;
  object-fit: cover;
  padding-top: 80px;
  height: 100vh;
}
	.h2 {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-top: 170px;
  margin-bottom: 33.5px;
}

	.slider li {
  width: 100% !important;
}
	.wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
		padding: 0 16px;
}
	.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
	.featureh2 {
  margin-top: -131px;
  margin-bottom: -11px;
}
	.feature figure {
  width: 100%;
	height: auto;
  margin-bottom: 27px;
  box-shadow: 0 0 8px 4px #ccc;
}
	.feature .secondrow {
  width: 100%;
  margin-bottom: 26.5px;
  box-shadow: 0 0 8px 4px #ccc;
}
	.feature img {
  width: 100%;
height: auto;
  transform: translate(-1px,-1px);
}
	.feature figcaption {
  margin: 9px 16px 16px 16px;
}
	.time {
  font-weight: normal;
  font-size: 0.73rem;
  margin-top: 18.5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  text-align: right;
}
	footer h2 {
  margin-top: 80px;
}
	.left {
  float: none;
  width: 100%;
  font-size: 0.9rem;
		margin-bottom: 30px;
}
	.right {
  float: none;
  width: 100%;
  display: flex;
  text-align: left;
margin-left: 0;
}
	footer .container {
  width: 100%;
  margin: 0 auto;
    margin-bottom: 0px;
  box-sizing: border-box;
}
	
	footer .wrapper {
  display: block;
  text-align: center;
}
input[required] {
  border: 1px #fff solid;
  background-color: #fff;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 1px;
}	
	input[type="submit"]:hover{
	background-color: #fff;
	color: #000;
	width:100%;
	height: 50px;
}
.submit {
  margin-top: -3px;
}
	textarea {
  border: 1px #fff solid;
  background-color: #fff;
  line-height: 2;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
}
	input[type="submit"] {
  border: 1px #fff solid;
  color: #fff;
  width: 100%;
  height: 51px;
  margin-top: 5px;
  font-size: 0.9rem;
}
	form {
  width: 100%;
}
	small {
  font-size: 0.75rem;
  margin-top: 92px;
  display: block;
}

}