@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800&display=swap');

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', 'Nunito Sans',  sans-serif;
  font-size: 14px;
  color: #419137;

}


a{
  color: #419137;
  text-decoration: none;
  display: block;
}

.con01{
	width: 100%;
	text-align: center;
}

.con02{
	width: 1280px;
	margin: 0 auto;
	padding: 80px;
	text-align: left;
}
.mt20{
	margin-top: 20px;
}
.mt50{
	margin-top: 50px;
}

.mt100{
	margin-top: 100px;
}

.mb100{
	margin-bottom: 100ppx;
}
.mb50{
	margin-bottom: 50ppx;
}
.mb30{
	margin-bottom: 30ppx;
}


.pt0{
	padding-top: 0;
}
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100ppx;
}

.fw-bold{
	font-weight: 700;
}
.fw-medi{
	font-weight: 500;
}
.linehight-2{
	line-height: 2em;
}

.red{
	color: #ff3250!important;
}

.black{
	color: #000;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}


hr{
	border: 0.5px solid #cde1c8;
}

.topheader{
	position: absolute;
	z-index: 10;
}

.fade{
	position: fixed;
	top: 0;
	height: 100px;
	background-color: rgba(255,255,255,0.7);
}

.fade>.headcon {
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 50px 80px 0;
}



.toprogo-mini{
	height: 80px;
}

header{
	width: 100%;
}


.toprogo{
	width: 160px;
	display: inline-block;
}




header>div{
  height: 60px;
  /*line-height: 60px;*/
	text-align: left;
}
.headcon{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 54px;
}

.top{
	background-image:url(../img/top_main2.jpg);
	background-size:cover;
	width: 100%;
	padding-top: 75%;
	position: relative;
	top: 0;
}

h1{
	font-weight: 300;
	font-size: 70px;
	background-color: white;
	opacity: 0.8;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 1000px;
	margin-left: -1000px;
	padding-right: 50px;
}

.h1s{
	position: absolute;
	top: 50%;
}


.about, footer{
	background-color: #419137;
}

.about>div>div>h2, .about>div>div>h3, .about>div>div>a {
	color: #fff;
}

h2{
	font-size: 62px;
}

h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 50px;
}


.text01{
	display: inline-block;
	width: 730px;
	margin-right: 100px;
}
.ill{
	display: inline-block;
	width: 252px;
}

.jump{
	display: inline-block;
	width: 100%;
	height: 100px;
	margin-top: 90px;
	text-align: center;
	background-image: url(../img/buttonback.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 672px;
	font-size: 18px;
	padding-top: 35px;
}
.jump02{
	height: 80px;
	margin-top: 0;
	background-image: url(../img/movieplay.svg);
	background-size: 350px;
	padding-top: 25px;
}
.td01{
	padding-right: 24px;
}
.news-con tr td{
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
.movie{
	background-color: #F5F8F8;
}
.mov-01{
	width: 30%;
}

.mov-01 a img{
	width: 100%;
}

.con04{
	display: flex;
	justify-content: space-between;
}


footer{
	text-align: center;
}
.linkccsc{
	width: 138px;
}
.linkgifu-u{
	width: 172px;
}
.linkprefgifu{
	width: 239px;
}

.links{
	width: 100%;
	height: 185px;
}
.links>.con02{
	display: flex;
	justify-content:center;
	align-items: center;
}

.links div a {
	display: inline-block;
	margin: 0 20px;
}

.links .con02{
	padding: 50px;
}


footer>.con2{
	padding-top: 65px;
} 

.footerrogo{
	display: inline-block;
	width: 140px;
	float: left;
	margin:0 25px 0 0;
}

.footer02{
	display:flex;
	flex-direction: 
}

.footertext{
	display: inline-block;
}

.footertext p{
	display: inline;
	color: #fff;
	line-height: 1.7em;
}

.footer01{
	font-size: 18px;
	line-height: 1.8em;
}
.footer03{
	font-size: 12px;
	line-height: 1.8em;
}
/****************************************************ハンバーガーメニュー用*******/
ul li{
  list-style: none;
  color: #419137;
  margin: 0 30px 0 0;
}
.menu li a{
	font-size: 18px;
}
.menu{
  display: flex;
  justify-content: space-around;
  max-width: 980px;
  margin:0 auto;
}
/****************************************************ハンバーガーメニュー用*******/

/****************************************************トップタイトル用*******/
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-50px);/* X軸方向に50px */
  }
  50% {
    opacity: 0;/* 透明 */
    transform: translateX(-50px);/* X軸方向に50px */
  }
  100% {
    opacity: 0.8;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
h1 {
  animation-duration: 4s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
}
/****************************************************トップタイトル用*******/


/****************************************************アンダーライン用*******/
.ander {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ander::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #419137;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ander-up::after {
  bottom: 2px;
}

.ander-w::after {
  background: #fff;
}

.ander:hover::after {
  transform: scale(1, 1);
}
/****************************************************アンダーライン用*******/



/****************************************************パララックス用*******/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s; 
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0); 
}
/****************************************************パララックス用*******/






.mob{
	display: none;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓モバイル用↓*/

@media screen and (max-width: 1024px){
.mob{
	display: block;
}
.pc{
	display: none!important;
	}
.menu{
  display: block;
}

.mt100{
	margin-top: 50px;
}

.mb100{
	margin-bottom: 50ppx;
}

.pt100{
	padding-top: 50px;
}
.pb100{
	padding-bottom: 50ppx;
}
	
	/****************************************************ハンバーガーメニュー用*******/

/**レスポンシブにした時のナビの見せ方**/
  header nav{
    position: fixed;
	z-index: 20;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: rgba(33,33,33,.9);
    height: 100%;
    padding-top: 60px;
  }

header nav ul li{
  width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 3em;
}

  header nav ul li a{
    color: #ffffff;
    padding-left: 20px;
  }
.menu li a{
	font-size: 14px;
}
  header .btn-gnavi{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition:all 400ms;
  }

  header .btn-gnavi span {
      position: absolute;
      width: 30px;
      height: 4px;
      background: #666;
      border-radius: 10px;
      -webkit-transition: all 400ms;
      transition: all 400ms
  }

  header .btn-gnavi span:nth-child(1){
    top: 0;
  }

  header .btn-gnavi span:nth-child(2){
    top: 10px;
  }

  header .btn-gnavi span:nth-child(3){
    top: 20px;
  }

  header .btn-gnavi.hb-open{
    transform: rotate(180deg);
    -webkit-transform:rotate(180deg);
  }

  header .btn-gnavi.hb-open span{
    background: #fff;
  }

  header .btn-gnavi.hb-open span:nth-child(1){
    width: 24px;
    transform: translate(-7px,17px) rotate(45deg);
    -webkit-transform: translate(-7px,17px) rotate(45deg);
  }

  header .btn-gnavi.hb-open span:nth-child(3){
    width: 24px;
    transform: translate(-7px,-17px) rotate(-45deg);
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
  }
/****************************************************ハンバーガーメニュー用*******/
.con02{
	width: 100%;
	padding: 8%;
}
	
.headcon{
	padding-top: 30px;
}
.toprogo{
	width: 80px;
}

h1{
	font-size: 6vw;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding-left: 500px;
	margin-left: -500px;
	padding-right: 20px;
}

.h1s{
	position: absolute;
	top: 55%;
}


.about, footer{
	background-color: #419137;
}

.about>div>div>h2, .about>div>div>h3, .about>div>div>a {
	color: #fff;
}

h2{
	font-size: 45px;
}

h3{
	font-size: 16px;
	margin-bottom: 30px;
}
.text01{
	display: block;
	width: 100%;
	margin-right: 0;
}

.ill{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ill img{
	width: 50%;
	margin: 30px auto 0;
}
.jump{
	display: block;
	width: 100%;
	text-align: center;
	height: 70px;
	margin:20px auto 0;
	background-size: 100%;
	font-size: 13px;
	padding-top: 25px;
	letter-spacing: -0.05em;
}
.jump02{
	height: 80px;
	margin-top: 0;
	background-size: 90%;
	font-size: 17px;
	padding-top: 25px;
}
.mov-01{
	width: 100%;
	margin-bottom: 30px;
}
.con04{
	display: flex;
	justify-content: center;
	align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
	text-align: center;
	}

.linkccsc{
	width: 30%;
}
.linkgifu-u{
	width: 30%;
}
.linkprefgifu{
	width: 30%!important;
}
.linkprefgifu img{
	width: 100%!important;
}

.links{
	width: 100%;
	height: 15vh;
	margin: 5vh 0;
}
.links>.con02{
	display: flex;
	justify-content:center;
	align-items: center;
}

.links div a {
	display: inline-block;
	margin: 0 10px;
}
.links div{
	padding: -20px;
}
.links .con02{
	padding: 20px;
}

footer>.con02{
	text-align:center;
}	
	
.footerrogo{
	width: 110px;
	float: none;
	margin: 0 auto 20px;
}

.footertext p{
	display: inline-block;
	color: #fff;
	line-height: 1.7em;
}

.footer01{
	font-size: 16px;
	line-height: 1.8em;
}
.footer03{
	font-size: 10px;
	line-height: 1.8em;
}
	
	
	
	
	
}
	
	
	
	
	
	
	