@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}

img {
	width:100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}


.wrapper a:link { text-decoration:none; }

.wrapper p a {
    color: #000;
}

.sns_wrap a {
    color: #000;
}

.Main {
    width: 100%;
    margin: 0 auto 5%;
}


.t_logo {
    width: 50%;
    max-width: 350px;
    margin: 10% auto 6%;
}


/*
* styles
*/

.wrapper {
    margin: 0 auto 0;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000000;
	overflow: hidden;
}

.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: 15px;
    font-weight: 400;
	line-height: 2.0em;
	margin: 0;
}

.box {
    width: 100%;
    margin: 200px auto;
    display: flex;
    flex-wrap: wrap;
}

.box1 {
    width: 100%;
    max-width: 600px;
    margin: 200px auto;
    position: relative;
}


.imgL {
    width: 55%;
    margin: 0 auto;
    position: relative;
}

.imgS {
    width: 30%;
    margin: 100px auto 0;
    position: relative;
}

.imgM, .imgH {
    width: 46%;
    margin: 0 auto 100px;
    position: relative;
}

.other {
    width: 40%;
    margin: 200px auto;
}


.txtarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,0%,0.30);
    z-index: 10;
}

.linkbox {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;    
}

.linkbox p {
    color: #fff;
}

.linkbox p a {
    color: #fff;
}



.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 8%;
}



.pls {
    width: 30px;
    position: absolute;
    bottom: 2%;
    right: 3%;
}

.pls:hover {
    /*transform: rotate(180deg);*/
    transition: .3s;
}

.FL {
    float: left;
}

.FR {
    float: right;
}
 


.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 3px #000000;
	background-color: #000000;
	color: #FFFFFF;
}

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;
}

.sns_wrap {
	width: 50%;
	margin: 8% auto;
	display: flex; 
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.sns_wrap .box-a {
	flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	width: 50%;
	height: 100px;
	line-height: 100px;
}

.sns_wrap .box-a::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #333; /*--縦線の色--*/
}

.sns_wrap .box-b {
	flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	width: 50%;
	height: 100px;
	line-height: 100px;
}
.point_video {
	display: block;
    width: 90%;
    max-width: 800px;
	margin: 10% auto 5%;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width:750px){

	.wrapper {
		width: 100%;		
        margin: 0 auto;
	}	

	.wrap_content {
		width: 100%;
        padding: 0 0 50px;
	}
	
	.Main {
        margin: 0 auto 10px;
	}
	
	.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: 20% auto 3%;
	}
	
	.wrapper p {
        font-size: 14px;
	}
	
	.Lead {
		font-size: 11px;
		margin: 5% auto 15%;
	}
    
    .box {
        display: flex;
        margin: 20px auto;
    }
    
    .box1 {
        width: 100%;
        margin: 20px auto 0;
    }
    
    .imgL {
        width: 100%;
        order: 1;
    }
    
    .imgS {
        width: 60%;
        order: 2;
        margin: 30px auto 100px;
    }
    
    .imgH {
        width: 80%;
        margin: 30px auto 0;
    }
    
    .imgM {
        margin: 0 auto 50px;
    }
    
    .w_90 {
        width: 90%;
    }
    
    .other {
        width: 60%;
        margin: 100px auto;
    }
    
    .pls {
        width: 20px;
        right: 4%;
        bottom: 3%;
    }   
	/* 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;
	}
	
	.point_video {
		display: block;
		width: 90%;
		margin: 30% auto;
	}	
}