@charset "UTF-8";


img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #FFF;
    text-decoration-line: none;
}
a:hover { 
    color: tomato;
}

ol,ul {
  list-style-type: none;
}

body {
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
	background-color: #E60012;

}

::selection {
    background: tomato;
}



/*ヘッダー
-------------------------------------*/



/*フルスクリーンメニュー
-------------------------------------*/
/*gnav*/
  
/*メイン画像
-------------------------------------*/

.mainimg {
	position:relative;
}

/*メインコンテンツ
-------------------------------------*/
.contents{
	max-width: 1250px;
	margin: 0 auto;
	padding-bottom: 100px;
		position:relative;
		background-position: center center;
		background-repeat: no-repeat;
}

.inner_contents{
	margin: 200px 0 -200px 0;
	padding-right: 50px;
	padding-left: 50px;
}

article{
	margin: 0 0 200px 0;
}


.mainimg {
	background-image: url(../img/30777007_l.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.logo {
	width:550px;
	position:absolute;
	top:20px;
	left:10px;
	}
.scopy{
	position:absolute;
	top:50px;
	right:30px;
    color: #ffffff;
    font-size: 0.8rem;
	letter-spacing: 0.1rem;
	font-family: "Noto Sans JP", serif;
	line-height:1.5;
	}
	
.maincopy {
	text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
	letter-spacing: 0.1rem;
	font-family: "Noto Sans JP", serif;
	line-height:1.5;
	}
.eigocopy {
	text-align: center;
    color: #ffffff;
    font-size: 0.8rem;
	letter-spacing: 0.1rem;
	font-family: "Noto Sans JP", serif;
		line-height:1.8;
		margin-top:20px;
	}
	
.scrool{
	position:absolute;
		bottom:5px;
		width:41px;
	}
	
	
.tate_logo{
	width: 40px;
	position:absolute;
	top:20px;
	right:20px;
	}

/*文字関連
-------------------------------------*/

	h2 {
	text-align: left;
    color: #FFF;
    font-size: 4rem;
	padding: 1.7rem;
	margin-bottom:50px;
    letter-spacing: 0.1rem;
	font-family: 'Roboto', sans-serif;
	border-width:1px;
    border-style:solid;
}

	h3 {
	text-align: left;
    color: #FFF;
    font-size: 2rem;
	padding-top: 4rem;
	padding-bottom: 1rem;
    letter-spacing: 0.1rem;
	font-family: 'Roboto', sans-serif;
	border-bottom:solid 1px;
	
	
}
	.about_p{
	text-align: left;
	line-height: 2.5;
	font-size: 1.2rem;
	margin-bottom:20px;
	letter-spacing: 0.1rem;
	color: #FFF;
	font-family: "Noto Sans JP", serif;
	
	}
	.about_p2{
	text-align: left;
	line-height: 2.2;
	font-size: 1.2rem;
	margin-bottom:20px;
		padding-top:20px;
	letter-spacing: 0.1rem;
	color: #FFF;
	font-family: "Noto Sans JP", serif;
	}

/*テーブル
-------------------------------------*/
table{
	width:100%;
}
.td1{
	width:15%;
}
.td2{
	width:85%;
}


/*フッター
-------------------------------------*/
footer {
}

/*コピーライト
-------------------------------------*/
.copyright{
    	text-align: center;
    	padding: 1rem 0;
    	font-size: 1rem;
    	letter-spacing: 0.1rem;
    	position: relative;	
	background: #E60012;
	font-family: 'Roboto', sans-serif;
}
.copyright a {
    	color: #FFF;
    	text-decoration: none;
    	display: inline;
}
	
/* 幅800px以下の表示
-------------------------------------*/
@media screen and (max-width: 800px){
	
.inner_contents{
		margin: 100px 0 -50px 0;
	}
	
article{
	margin: 100px 0 0 0;
}

.mainimg {
height: 100svh;
		}
.contents {
background-size: 80%;
}

.inner_contents{
		}
.logo {
		width: 300px;
		position:absolute;
		top:15px;
		left:0;
		}
.scopy{
	position:absolute;
	top:30px;
	right:20px;
    font-size: 0.6rem;
	}
.maincopy {
			font-size: 1.3rem;
		}
.eigocopy {
		font-size: 0.6rem;
		margin-top:5px;
	}
	
	h2 {
	padding: 1.3rem;
	margin-bottom:30px;
    font-size: 2rem;
    letter-spacing: 0.2rem;

}

	h3 {
    font-size: 1.4rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
    letter-spacing: 0.2rem;
}
	
	.about_p{
	line-height: 2;
	font-size: 1.1rem;
	}
	.about_p2{
	font-size: 1rem;
	line-height: 2;
	}
table{
	width:100%;
}
.td1{
	width:20%;
}
.td2{
	width:80%;
}
		
.scrool{
	position:absolute;
		bottom:5px;
		width:25px;
	}
.copyright{
    	font-size: 0.8rem;
}
	}
	
	/* 幅414px以下の表示
-------------------------------------*/
@media screen and (max-width: 414px){
.inner_contents{
	padding-right: 25px;
	padding-left: 25px;
}
.logo {
	width: 220px;
	position:absolute;
	top:30px;
	right: 0;
	left: 0;
	margin: 0 auto;
		}
.scopy{
	width: 100%;
	text-align:center;	
	position:absolute;
	top:110px;
	right: 0;
	left: 0;
    font-size: 0.4rem;
	}
.maincopy {
			font-size: 1.2rem;
		}
.eigocopy {
		font-size: 0.5rem;
		margin-top:10px;
	}
h2 {
    font-size: 1.6rem;
	padding: 0.7rem;
	margin-bottom:30px;
    letter-spacing: 0.1rem;

}

	h3 {
    font-size: 1.2rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
    letter-spacing: 0.1rem;
}
	
	.about_p{
	line-height: 2;
		font-size: 0.9rem;
	}
	.about_p2{
	font-size: 0.9rem;
	line-height: 1.8;
	}
table{
	width:100%;
}
.td1{
	width:25%;
}
.td2{
	width:75%;
}

.copyright{
    	font-size: 0.8rem;
}
}


.scroll_down{
  position:absolute;
  bottom:10px;
  left: 50%;
}

.scroll_down a{
  position: absolute;
  left: 5px;
	bottom: 49px;
  color: #FFF;
  font-size: 8px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom:10px;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background:#E60012;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:10px;
  left:0;
  width:1px;
  height: 80px;
  background:#E60012;
	}
	
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
	
/*----------------------------
SP改行
----------------------------*/
.sp_br {
  display: none; //414px以上では改行タグを無効に。
}
@media screen and (max-width: 414px) {
  .sp_br {
    display: block; //414px未満で改行タグを有効に。
  }
}
