@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}

img {
	width:100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#top_header {
	width: 100%;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#top_header:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}
	
.wrapper a:link { text-decoration:none; }

.wrapper p a {
    color: #000;
}

.sns_wrap a {
    color: #000;
}

.t_logo {
    width: 50%;
    max-width: 350px;
    margin: 10% auto 6%;
}


/*
* styles
*/

.wrapper {
    margin: 100vh auto 0;
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000000;
	overflow: hidden;
	position: relative;
    z-index: 1;
	background-color: #fff;
}

.wrap_content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 0;
	text-align: center;
    position: relative;
}

.wrapper h1 {
	font-size: 28px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	margin: 5% auto;
    color: #000;
}

.wrapper h2 {
    font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 25px;
    line-height: 1.5em;
	letter-spacing: 0.085em;	
	margin: 2% auto;
	text-align: center;
	color: #FFF;
}

.wrapper h3 {
    font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 24px;
    line-height: 1.5em;
	margin: 10% 5% 2%;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: solid 4px #000;
}

.wrapper h4 {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 24px;
    line-height: 1.5em;
	margin: 4% auto 6%;
	text-align: center;
}

.wrapper h4 span {
	padding: 5px 15px;
	background-color: #fdff6d;
}

.wrapper p{
	font-family: futura-pt, sans-serif;
	font-size: 13px;
    font-weight: 400;
	line-height: 2.0em;
	margin: 0;
}


.Main {
    width: 100%;
    margin: 0 auto 25%;
	padding: 0;
	position: relative;
}

.Main_txt {
	width: 20px;
	position: absolute;
	top: 5%;
	left: 3%;
}

.co01 {
	color: #fff;
}

.box {
    width: 100%;
    margin: 8% auto;
    display: flex;
    flex-wrap: wrap;
}

.box1 {
    width: 100%;
    max-width: 700px;
    margin: 200px auto;
    position: relative;
}

.box2 {
    width: 70%;
    max-width: 700px;
    margin: 200px auto;
    position: relative;
}

.box3 {
    width: 100%;
    max-width: 700px;
    margin: 200px auto;
    position: relative;
	display: flex;
	align-items: flex-end;
	text-align: left;
}


.imgH {
    width: 49%;
    margin: 0 auto;
    position: relative;
}


.imgS {
    width: 50%;
    margin: 0 auto -4%;
}

.w_60 {
	width: 54%;
	float: left;
	margin-right: 3%;
}

.other {
    width: 40%;
    margin: 200px auto;
}


.linkbox {
	width: 100%;
	margin: 20px 0;
}

.linkbox p {
	text-align: left;
	line-height: 2.2em;
}

.linkbox p a {
    color: #000;
}

.pt40 {
	padding-top: 40%;
}

.progress {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 3 / 2;
	margin: 5% auto;
	padding: 5% 0;
	text-align: center;
	position: relative;
	background-image: url("../images/progress.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.sub {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 28px;
	margin: 15% auto 3%;
}

.Lead {
	font-size:13px; 
	font-weight: 100;
	line-height:2.2em;
	margin: 3% auto;
	text-align: center;
}



.FL {
    float: left;
}

.FR {
    float: right;
}
 

.swbox_100 {
	width: 100%;
    margin: 8% auto 0;
	overflow: hidden;
}

.sns_content {
    width: 60%;
    max-width: 400px;
    height: auto;
    margin: 15% auto 10%;
}

.sns_inner {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
}

.sns_inner button {
    border: none;
    background-color: #FFFFFF;
}

.sns_inner button img{
    width: 48px;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	margin: 0 auto 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

/* Button 1 */
.btn-1 {
	font-size: 15px;
	padding: 13px;
	color: #C6B7AC;
}


/* Button 2 */
.btn-2 {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	width: 400px;
	margin: 10% auto 20%;
	border: solid 1px #000;
	color: #000;
}

a .btn-2 {
    color: #fff;
}

.clear {
	clear: both;
}


.pc {
	display: block;
}
.sp {
	display:none;
}


.st_footer {
	margin: 8% auto 10%;
	text-align: center;
	font-size: 12px;
}

.logo {
	width: 50%;
	max-width: 400px;
	margin: 6% auto;
}

.sns_wrap {
	width: 50%;
	margin: 5% auto 10%;
	display: flex; 
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.sns_wrap .box-a {
	flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
}


.point_video {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.point_video iframe {
    width: 100%;
}

.point_video_s {
	display: block;
	width: 70%;
	margin: 0 auto;
	position: relative;
}

.point_video_s iframe {
    width: 100%;
}

.video-area{
    top: 0;
    right:0;
    left:0;
    bottom:0;
}


/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

@media only screen and (max-width:750px){

	.wrapper {
		width: 100%;		
	}	

	.wrap_content {
		width: 100%;
        padding: 0 0 50px;
	}
	
	.Main {
        margin: 0 auto 45%;
	}
	
	.Main_txt {
		width: 15px;
		left: 4%;
	}
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.wrapper h1 {
		font-size: 20px;
	}
	
	.wrapper h2 {
		font-size: 15px;
		margin: 2% auto 6%;
	}
	
	.wrapper h3 {
		font-size: 20px;
		margin: 10% 10% 3%;
		border-bottom:  solid 3px #000;
	}
	
	.wrapper h4 {
		font-size: 20px;
		margin: 8% auto 10%;
	}
	
	.wrapper h4 span {
		padding: 2px 10px;
	}
    
	.sub {
		font-size: 20px;
		margin: 13% auto 3%;
	}
	
	.wrapper p {
        font-size: 12px;
		line-height: 1.5em;
	}
	
	.Lead {
		font-size: 11px;
		margin: 5% auto;
	}
    
    .box {
		width: 95%;
        display: flex;
        margin: 100px auto;
    }

    
    .box1 {
        width: 100%;
        margin: 100px auto 0;
    }
	    
    .box2 {
        width: 80%;
        margin: 100px auto 0;
    }
	
    
    .box3 {
        width: 100%;
        margin: 100px auto 0;
    }	
	
	.other {
		width: 60%;
	}
    
    
    .imgH {
        width: 80%;
        margin: 30px auto 0;
    }
	
	.imgS {
		margin: 0 auto -80px;
	}

	
	.swbox_100 {
		width: 90%;
        margin: 100px auto 0;
	}
	
	.linkbox {
		width: 100%;
		margin: 15px auto;
	}
	
	.linkbox p {
		font-size: 13px;
		line-height: 2.0em;
	}
	
	.link_90 {
		width: 90%;
	}
	
	.link_80 {
		width: 80%;
	}
	
	/* Button 1 */
	.btn-1 {
		font-size: 13px;
        padding: 10px;
		margin: 1% auto 8%;
		position: relative;
	}
	
	/* Button 2 */
	.btn-2 {
		font-size: 12px;
        width: 60%;
        padding: 10px;
		position: relative;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
	
	.sns_wrap {
		width: 80%;
		padding: 10%;
		font-size: 13px;
	}
		
	.sns_wrap .box-a, .sns_wrap .box-b {
		height: 50px;
		line-height: 50px;
	}
 	
	.st_footer {
		font-size: 10px;
	}
	
}