@charset "utf-8";
/* CSS Document */
/*****************************************************

	リンク設定：全体

*****************************************************/
a:hover {
  transition: all .3s;
  /*opacity: .8;*/
}
/*****************************************************

	全体

*****************************************************/
body {
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  word-wrap: break-word;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/*****************************************************

	margin

*****************************************************/
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt50 {
  margin-bottom: 50px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
/*****************************************************

	clearfix

*****************************************************/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.red {
  color: #900;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*****************************************************

  全ページ　共通

*****************************************************/
. : 1;
transform : translate(0, 0);
}
.space {
  margin-top: 100px;
}
a {
  transition: .3s;
}
a:hover {
  transition: .3s;
}
#warp {
	margin-top: -25px;
}
/*****************************************************

	ページトップスクロール

*****************************************************/
#page_top {
  width: 120px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #F66;
  opacity: 0.6;
  border-radius: 5px;
  transition: .3s;
  z-index: 1;
}
#page_top a {
  display: block;
  text-decoration: none;
}
#page_top:hover {
  background-color: #FF9900;
  transition: .3s;
}
/*****************************************************

	slider

*****************************************************/
/* コンテナー 
.container {
  max-width: 900px;
  margin: 0 auto;
}*/
/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
	z-index: 5;
	
}
/* スライド */
.infinite-slider .swiper-slide {
  height: 1300px !important; /* 高さを指定 */
  width: auto !important;
	z-index: 3;
	position: relative;
}
/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 55%;

}
.top_mein{
	padding-top: 10%;
	
	background-position: center　top;
	
	background-size: 100%;
}


.logo{
	position: absolute;
	z-index: 8;
	 top: 150px;
	 width: 100%;
	 text-align: center;
}
.logo img{
	width: 680px;
	
}

.swiper{
	position: relative;
	

}
.swiper .img1{
	position: absolute;
	z-index: 8;
	 bottom: 0%;
	left: -30px;
	 width: 17%;
	 
}

.swiper .img2{
	position: absolute;
	z-index: 8;
	 bottom: -0px;
	right: -40px;
	 width: 17%;
	 
}





.top{
	position: absolute;
	z-index: 8;
	 top: 0%;
	 width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0;
	
}

.top img{
	width: 580px;
	margin: 0px auto;
}

/*****************************************************

	header

*****************************************************/





#menuToggle {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #111;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: tomato;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 7px;
  position: relative;
  background: #111;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 700px;
  margin: -100px 0 0 -200px;
  padding: 50px;
  padding-top: 125px;
  background: #D3D3D3;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 50% 0%;
  transform: translate(400%, 100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
  padding: 4px 0;
  font-size: 21px;
}
#menu p {
  padding-left: 20px;
  font-size: 22px;
}
#menu .Navpro {
  padding-left: 30px;
  font-size: 19px;
  background-color: #fff;
  margin: 5px 0 9px 30px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #111;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 2px 8px 2px 10px;
  transition: .6s;
}
#menu .sub {
  padding-left: 30px;
  font-size: 17px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}
/*****************************************************

  footer

*****************************************************/
ft: 1px solid #fff;
}
footer .inner ul li a {
  color: #111;
}
footer .inner ul li:first-child {
  border-left: none;
}
footer .copy {
  text-align: center;
  width: 100%;
  background-image: url("../img/bg.jpg");
  box-shadow: 0px 0px 0px 0px rgba(81, 22, 22, 1);
  padding: 10px 0;
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
  padding: 5px 0;
}
/*****************************************************

  全ページ共有

*****************************************************/

.flex {
  flex-wrap: wrap;
  display: flex;
}
.flex2 {
  flex-wrap: wrap;
  display: flex;
}
.btn a {
  background-color: #F39800;
  color: #fff;
  font-size: 18px;
  border: 2px solid #F39800;
  border-radius: 30px;
  padding: 7px 50px;
  transition: .6s;
  background-clip: padding-box;
}
.btn a:hover {
  background-color: #fff;
  color: #F39800;
  border: 2px solid #F39800;
  transition: .6s;
  background-clip: padding-box;
}


/*フェードイン　アップスピード１*/
.fadein {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*フェードイン　アップスピード２*/
.fadein2 {
	opacity : 0;
	transform : translate(0px, 200px);
	transition : all 3000ms;
}
.fadein2.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*フェードイン　ダウン*/
.fadeinD {
  opacity: 1;
  animation-name: fadeinD;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeinD {
  0% {
     opacity: 0;
     transform: translateY(-30px);
  }
  100% {
     opacity: 1;
     transform: translateY(0px);
  }
}


/*フェードイン　ノウスクロール*/
.fadein3 {
  opacity: 1;
  animation-name: fadein3;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	opacity: 0;
     transform: translateY(-80px);
}

@keyframes fadein3 {
  0% {
     opacity: 1;
     transform: translateY(100px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

.fadein4 {
  opacity: 1;
  animation-name: fadein4;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	opacity: 0;
     transform: translateY(0px);
}

@keyframes fadein4 {
  0% {
     opacity: 0;
     transform: translateY(0px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}


.infinite-slider2 .swiper-slide {
    height: 360px !important;
    width: auto !important;
    z-index: 3;
    position: relative;
}

.infinite-slider2 .swiper-slide2 img{
    
    width: 30% !important;
    
}


/*****************************************************

  トップページ	

*****************************************************/
.head{
		position:  absolute;
	    top:0;
		width: 100%;
		background-image: url("../img/head_bg.png");
		display: flex;
		z-index: 10;
	}
	
	.head ul{
		padding:  10px 0 5px;
		width: 460px;
		margin: 0 auto;
		display: flex;
	}
	
	.head ul li{
		width: 210px;
		margin-left: 15px;
	}
	
.top_mein{
	position: relative;
	margin-top: 0;
	margin-bottom: 18%;
	height: auto;
	width: 1000px;
	margin: 0 auto;
	height: 850px;
}

.top_mein .logo{
	position: absolute;
	z-index: 10;
	 top: 260px;
	left: 0%;
	right: 0%;
	margin: 0 auto;
	 width: 520px;
}
	
.top_mein .logo img{
	width: 100%;
}
	
.top_mein .bg{
	
	position: absolute;
	top: -25px;
	z-index: 9;
}

.top_mein .video-wrap {
  position: relative;
	width: 1000px;
	margin: 0 auto;
}

.top_mein .video-wrap video{
  position: relative;
	width: 100%;
	margin: -170px auto 0;
	height: auto;
}


.topCont {}
.topCont .titl {
  width: 1000px;
  margin: 40px auto;
  text-align: center;
  font-size: 25px;
  color: #444;
  font-weight: normal;
}

.btm{
	width: 100%;
	background-image: url("../img/top_btm_bg.png");
	background-repeat: no-repeat;
	height: 212px;
	background-position: center top;
}

.cont{
	
	width: 100%;
}

.cont1{
	width: 640px;
	margin: 0 auto;
}


.sect2{
	width: 500px;
	margin: 0 auto;
	height: 230px;
	text-align: center;
}



.sect2 .btn2{
	position: absolute;
	top:0;
	left: 310px;
	width: 300px;
}



.sect3 .hpbtn a {
  background-color: #F39800;
  color: #fff;
  font-size: 24px;
  border: 2px solid #F39800;
  border-radius: 25px;
  padding: 5px 25px;
  transition: .6s;
  background-clip: padding-box;
}
.sect3 .hpbtn a:hover {
  background-color: #fff;
  color: #F39800;
  border: 2px solid #F39800;
  transition: .6s;
  background-clip: padding-box;
}


footer .border {
  width: 100%;
  background-image: url("../img/heard_line.png");
  background-repeat: repeat-x;

  height: 28px;
	margin-top: 0px;
}

.btm30{
		margin-bottom:  80px;
	}

.txt{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}

.sns{
	width: 600px;
	margin: 0 auto 30px;
	
}

.insta{
	width: 300px;
	margin: 0 auto 80px;
	
}

.insta img{
	width: 280px;
	margin-bottom: -10px;
	
	
}

.insta a {
	
	vertical-align: middle;
	text-align: center;
  background-color: #fff;
  color: #fff;
  
  border: 2px solid #F39800;
  border-radius: 25px;
  padding: 50px 25px 20px;
  transition: .6s;
	background-clip: padding-box;
  box-shadow: 5px 5px 0px 0px #F39800;
  
}
.insta a:hover {
  background-color: #fff;
  color: #F39800;
  border: 2px solid #1E783A;
  transition: .6s;
	background-clip: padding-box;
  box-shadow: 5px 5px 0px 0px #1E783A;
  
}


.btmBtn{
	width: 480px;
	margin: 0 auto 100px;
	text-align: center;
}

.copy{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}

@keyframes colorChange {
  from {
    background-color: #FFF;
  }
  to {
    
		background-color: #F9EDD0;
  }
}

/* 色を変えたい要素に適用 */
.cntFrame {
  animation: colorChange 3s infinite alternate;
 color: #171717;
}