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


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

	リンク設定：全体

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

	全体

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

body {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	word-wrap: break-word;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight:700;
	letter-spacing: 2px;
	font-weight: 100;
}
/*****************************************************

	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;
}
/*****************************************************

  全ページ　共通

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


.fadein {
	opacity: 1;
	transform: translateX(0);
}
.red {
	color: #C30D23;
}
.blue {
	color: #036EB8;
}
.titol {
	text-align: center;
	margin: 30px;
}
.titol h3 {
	font-size: 35px;
	font-weight: 100;
	color: #40220F;
}
.fadein {
	opacity : 0;
	transform : translate(0, 200px);
	transition : all 2500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.marker {
  padding: 0 10px 8px;
  background-color: #F9F000;
	background: linear-gradient(to bottom, #fff 60%, #fff 60%, #F9F000 40%,  #F9F000 100%);
  background-size: 0 50%;/*幅をゼロにしておく*/
  background-position: 0 60%;
  background-repeat: no-repeat;
  transition: 5s;
  display: inherit;
}
 
/*アニメーション後*/
.marker.active {
  background-size: 100% 50%;/*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}


.space {
	margin-top: 100px;
}
/*****************************************************

	NAV

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

nav {
	background-color: rgba(255,255,255,0.87);
	width: 160px;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 3;
	padding: 20px 25px 7px;
}
nav .sns {
	margin-bottom: 60px;
	margin-left: 60px;
}
nav .sns li {
	width: 37px;
	margin-bottom: 10px;
	text-align: right;
}
nav .gnav li {
	text-align: right;
}
nav .gnav li {

	margin-bottom: 19px;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
}
.Item {
	text-decoration: none;
}
.Item-Text {
	position: relative;
	z-index: 1;
}
.Item-Text:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;/*テキストからの距離*/
	width: 0%;/*初期状態では下線非表示*/
	height: 2px;/*下線の高さ*/
	background: #000;/*下線の色*/
	z-index: -1;
	transition: all 0.4s;/*アニメーション速度*/
}
.Item:hover .Item-Text:after {
	width: 100%;/*hover時に表示*/
}
/**/

.sublogo {
	width: 300px;
	margin: 70px auto;
}
/*****************************************************

  footer

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

footer {
	width: 100%;
	padding: 210px 0 20px;
	margin-top: -50px;
}
.foot {
	width: 100%;
}
footer .inner {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;
}
footer .inner .logo {
	width: 640px;
	margin: 0 auto 20px;
}
footer .inner .sns {
	display: flex;
	justify-content: space-between;
	width: 150px;
	margin: 0 auto 35px;
}
footer .inner .sns li {
	width: 40px;
}
footer .inner .nav {
	display: flex;
	justify-content: space-between;
	width: 520px;
	margin: 0 auto 0px;
	font-size: 16px;
}
footer .inner .nav li {
}
.copy {
	width: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 100px 0;
	font-size: 15px;
	letter-spacing: 2px;
}
/*****************************************************

  ページ共通

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

.page-title {
	width: 100%;
	text-align: center;
	margin: 100px 0 40px;
}
.page-title h2 {
	font-size: 34px;
	font-weight: 100;
	margin-bottom: 20px;
}
.page-title p {
	font-size: 18px;
}

header {
	position: relative;
	z-index: 2;
}


.gotop{
	position: fixed;
	right: 0;
	width: 300px;
	top:0;
}


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

  トップページ	

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

.top_main {
	position: relative;
	width: 1200px;
	margin: -100px auto 0;
	z-index: 2;
	padding: 0;
	z-index: 1;
}
.logo {
	
	/*transform: translate(-50%, -50%);*/
	text-align: center;
	width: 500px;
	margin: 100px auto 0;
}
.top_main video{
	/*position: absolute;
	top:200px;
	left: -300px;*/
	width: 1200px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	opacity: 1;
}

.top_main img{
	position: absolute;
	
	width: 920px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	opacity: 1;
}

.box {  
  /* .boxが「my-fade-in」で状態変化するように指定 */
  animation-name:     my-fade-in;
  animation-duration: 5s;
}

@keyframes my-fade-in {
  0% {
    opacity: 0;
  }
  30% {
        opacity: 0.8; /*最後に消える*/
    }
  100% {
    opacity: 1;
  }
}

.fadeout { 
    animation: fadeOut 11s; /*keyframesで命名したものを使う。2秒間で消える*/
    animation-fill-mode: both; /*0%の時と100%の時の状態を保つ*/
}

@keyframes fadeOut {
    0% {
        opacity: 1; /*初めに存在する*/
    }
	80% {
        opacity: 0.8; /*最後に消える*/
    }
    100% {
        opacity: 0; /*最後に消える*/
    }
}

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

/*フェードイン　ノウスクロール*/
.fadein3 {
  opacity: 1;
  animation-name: fadein3;
  animation-duration: 1.5s;
  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);
  }
}


.fadeinLeft {
  padding: 0;
  animation: fadeIn 1s ease 0.5s 1 normal backwards;
}
 
@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeinR {
  padding: 0;
  animation: fadeIn 1s ease 0.5s 1 normal backwards;
}
 
@keyframes fadeinR {
  from {
    opacity: 0.5;
    transform: translateX(+200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	margin: 0 auto;
	
    height: 1000px;
    overflow: hidden;
    z-index: -3;
	
}

.background-video video {
    width: 1450px;
	margin: 50px auto;
    height: auto;
}


/*********パララックス*************/


section {
  position: relative;
  width: 100%;
  height: auto;
}
section .sectionInner {
  position: absolute;
  top: 1000px;
  left: 0;
  width: 100%;
  height: 100%;
	padding-top: 150px;
  clip: rect(auto, auto, auto, auto); /* これで背景を切り抜く */
}
section .imageBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 200px;
	padding-top: 100px;
  background-size: cover;
  background-position: center;
}
section #imageBg01 {
  background-image: url("../img/tab_bg.jpg");
	
}
section #imageBg02 {
  background-image: url("../img/tab_bg.jpg");
}
section #imageBg03 {
  background-image: url("../img/tab_bg.jpg");
}


section div.cntFrame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0;
  margin-top: 0;
  background: rgba(255,255,255,.8);
  color: #111;
}

section div.cntFrame2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0;
  margin-top: 20px;
  background: rgba(255,255,255,.8);
  color: #111;
}

h1,h2,h3,dt,dd{
	color: #171717;
}

p{
	color: #171717;
}
@keyframes colorChange {
  from {
    background-color: #FFF3D7;
  }
  to {
    background-color: #FFFFFF;
  }
}

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

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


.sect{
	margin: 0 auto;
	width: 650px;
}

.sectBTM{
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect_btm.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 1080px;
}

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

       ppページ	

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

.pp {
	
}
.pp h4 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 100;
}
.pp ul li {
	font-size: 18px;
	margin-bottom: 7px;
}
.pp ul {
	margin-bottom: 20px;
}
.pp p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 100;
}



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

  運営会社

*****************************************************/
.company{
	width: 100%;
	color: #171717;
	text-align: center;
	padding-top: 50px;
}

.company h1{
	color: #171717;
	margin: 0;
	padding: 0% 0 0%;
	font-size: 24px;
}




.company .greeting {
  width: 720px;
  margin: 0px auto;
  
  background-image: url("../img/company_bg_1.png");
  background-repeat: repeat-y;
  background-position: center bottom;
  text-align: center;
  padding: 20px 20px;
}

.company .greeting p {
  font-size: 16px;
  width: 650px;
  margin: 0px auto 50px;
}
.company .greeting .img {
  width: 600px;
  margin: 0 auto;
}
.company dl {
  width: 700px;
  margin: 0 auto 30px;
  position: relative;
  left: 0;
  font-size: 16px;
}
.company dt {
  width: 400px;
  position: absolute;
  left: 0;
  padding-top: 15px;
	text-align: left;
}
.company dd {
	text-align: left;
  width: 400px;
  padding-left: 300px;
  padding-top: 15px;
  border-bottom: solid 3px #222;
}




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

  プライバシーポリシー

*****************************************************/
.pp{
	
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
}


.pp h1{
	color: #171717;
	margin: 0;
	padding: 0% 0 0%;
	font-size: 24px;
}



.ppSect {
  width: 800px;
  margin: 50px auto;
	text-align: left;
}
.ppSect h3 {
  line-height: 160%;
  margin: 10px;
  font-size: 18px;
}
.ppSect p {
  line-height: 160%;
  font-size: 16px;
	color: #171717;
}
/*****************************************************

  特商法に基づく記載

*****************************************************/
.notice {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}

.notice h1{
	width: 100%;
	text-align: center;
	color: #171717;
	font-size: 24px;
}





.notice .sect {
  width: 700px;
  margin: 50px auto;
}
.notice .sect h3 {
  line-height: 160%;
  margin: 10px;
  font-size: 18px;
}
.notice .sect p {
  line-height: 160%;
  font-size: 16px;
}


.contents{
		padding-top: 48%;
	}
	
.contents2{
		padding-top: 0%;
}

.sect1-0{
	position: relative;
	margin: 0 auto;
	width: 640px;
	
}

.sect1-1{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect1_1_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 700px
}

.sect1-1 .img{
	width: 800px;
	position: absolute;
    top: 580px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
}


.sect1-2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect1_2_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 790px;
}

.sect1-2 .img{
	width: 800px;
	position: absolute;
    top: 610px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
}

.sect1-3{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect1_3_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 700px;
}

.sect1-3 .img{
	width: 800px;
	position: absolute;
    top: 520px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
}

.sect1-4{
	margin: 0 auto;
	width: 800px;
}

.sect1-5{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect1_5_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
}

.sect2-1{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect2_1.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 1080px;
}

.sect2-2{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect2_2.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 420px;
}

.sect2-3{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect2_3.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 410px;
}

.sect3{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height:auto;
}


.sect4{
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect4_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	
}



.sect4 .list{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height:auto;
	padding-top: 2550px;
}



.sect4 .list .img1{
	position: absolute;
    top: 20%;
    left: 20%;
}

.sect4 .list .img2{
	position: absolute;
    top: 24%;
    left: 55%;
}

.sect4 .list .img3{
	position: absolute;
    top: 35%;
    left: 15%;
}

.sect4 .list .img4{
	position: absolute;
    top: 38%;
    left: 52%;
}

.sect4 .list .img5{
	position: absolute;
    top: 50%;
    left: 16%;
}

.sect4 .list .img6{
	position: absolute;
    top: 52%;
    left: 52%;
}

.sect4 .list .img7{
	width: 600px;
	position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.offer1{
	position: relative;
	width: 100%;
	background-image: url("../img/offer.png");
	background-position: center top;
	background-repeat: no-repeat;
	height:780px;
	
}

.offer1 a{
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.offer1 a img{
	width: 470px;
	
  
}

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

.offer2 a{
	position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.offer2 a img{
	width: 470px;
}


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

.offer3 a{
	position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.offer3 a img{
	width: 470px;
}

.sect{
	margin: 0 auto;
	width: 650px;
}

.sectBTM{
	margin: 0 auto;
	width: 100%;
	background-image: url("../img/sect_btm.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 1080px;
}
