@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";
}

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

	clearfix

*****************************************************/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/*****************************************************

  全ページ　共通

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

.space {
  margin-top: 100px;
}
a {
  transition: .3s;
}
a:hover {
  transition: .3s;
}

img{
	vertical-align: bottom;
	
}

/******** ▲▲▲Reset▲▲▲*********/


.pc {
	display: block;
}
.sp {
	display: none;
}

/*SP*/@media (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}


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

	slider

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

}

/* スライド */
.infinite-slider2 .swiper-slide {
  height: 500px !important; /* 高さを指定 */
  width: auto !important;
	z-index: 3;
	position: relative;
}
/* スライド内の画像 */
.infinite-slider2 .swiper-slide img {
  width: auto;
  height: 500px;

}


.swiper{
	position: relative;
	width: 800px;
	margin: -50px auto;

}

.txt1{
	position: relative;
	width: 800px;
	margin: 0px auto -40px;
	z-index: 8;

}
.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%;
	 
}

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

  全ページ共有

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

.flex {
  flex-wrap: wrap;
  display: flex;
}
.flex2 {
  flex-wrap: wrap;
  display: flex;
}


/*フェードイン　アップスピード１*/
.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);
  }
}




@keyframes colorChange {
  from {
    background-color: #fff;
  }
  to {
    
		background-color: #FFF8E9;
  }
}

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







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

  footer

*****************************************************/
.footTel{
	width: 800px;
	height: 1200px;
	margin: 50px auto 0;
	background-image: url("../img/foot_tel_bag.png");
	background-repeat: no-repeat;
	position: relative;
}

.footTel .btn{
	width: 680px;
	position: absolute;
	top: 750px;
	left: 80px;
} 

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

	top FV

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

.top_mein{
	width: 900px;
	height: 900px;
	margin: 0 auto;
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	z-index: 1;
}

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

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

.video-wrap {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.video-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.0);
  background-image: radial-gradient(#fff 0.5%, transparent 0.1), radial-gradient(#fff 0%, transparent 0%);
  background-size: 3px 3px;
  background-position: 0 0, 5px 5px;
}


.top_mein .txt1{
	position: absolute;
	z-index: 10;
	 top:0px;
	left: 10px;
	
	margin: 0 auto;
	 width: 420px;
}

.top_mein .txt2{
	position: absolute;
	z-index: 10;
	 top:380px;
	left: 30px;
	
	margin: 0 auto;
	 width: 650px;
}

.top_mein .txt3{
	position: absolute;
	z-index: 10;
	 top:700px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	 width: 760px;
}
	

	
.top_mein .bg{
	
	position: absolute;
	top:-0px;
	z-index: 9;
}





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

  ページ	コンテンツ

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

	


.cont{
	
	width: 800px;
	margin: 0 auto;
	z-index: 1;
}


.offer{
	width: 800px;
	height: 2350px;
	margin: 50px auto 0;
	background-image: url("../img/offer_bg.png");
	background-repeat: no-repeat;
	position: relative;
}

.offer .btn{
	width: 770px;
	position: absolute;
	top: 1460px;
	left: 15px;
}

.offerTel{
	width: 800px;
	height: 890px;
	margin: 0 auto;
	background-image: url("../img/offer_tel_bg.png");
	background-repeat: no-repeat;
	position: relative;
}

.offerTel .btn{
	width: 680px;
	position: absolute;
	top: 380px;
	left: 70px;
}

.offerTel .txt{
	width: 460px;
	position: absolute;
	top: 590px;
	left: 160px;
}

/*******ボタン*********/
.cv_btn {
  
}
.cv_btn img {
  animation: anime1 1.2s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.95,0.95);
  }
  to {
    transform: scale(1,1);
  }
}

/***********　CM　*************/

.btnmove{
	animation-name: ▲▲▲▲;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin: 0 auto;
}

@keyframes ▲▲▲▲ {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}



/** アコーディオンのサイズ */
.ac {
  width: 700px;
	margin: 50px auto;
  max-width: 800px;
}

/* クリックする箇所 */
.ac-title {
  font-size: 15px;
  background-color: #FF8E00;
	border-radius: 12px 12px 12px 12px;
  position: relative;
  padding: 10px;
	margin-top: 15px;
}

/* 矢印 */
.ac-title:after {
   content: "";
   position: absolute;
   right: 25px;
   top: 38%;
   transition: all 0.2s ease-in-out;
   width: 8px;
   height: 8px;
   border-top: 2px solid #000;
   border-right: 2px solid #000;
   transform: rotate(135deg);
 }

/* 開いた時に矢印の向きを変える */
.ac-title.open:after {
  transform: rotate(-45deg);
}

/* クリックする箇所 2 ************/
.ac-title2 {
  font-size: 29px;
	text-align: center;
  background-color: #F9F000;
	border-radius: 12px 12px 12px 12px;
  position: relative;
  padding: 10px;
	margin-top: 15px;
}

/* 矢印 */
.ac-title2:after {
   content: "";
   position: absolute;
   right: 25px;
   top: 35%;
   transition: all 0.2s ease-in-out;
   width: 18px;
   height: 18px;
   border-top: 4px solid #000;
   border-right: 4px solid #000;
   transform: rotate(135deg);
 }

/* 開いた時に矢印の向きを変える */
.ac-title2.open:after {
  transform: rotate(-45deg);
}


/* 隠れているコンテンツ */
.ac-content {
  background-color: #FFFF;
  padding: 15px 10px;
  display: none;
	
}

.open {
display: block;
}





