@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 2% 0 5%;
	margin: 0 auto 2%;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	color: #000000;	
    text-align: center;
    background-color: #a9d1f0;
	overflow: hidden;
}

.st_wrap img {
    width: 100%;
    border: none;
	vertical-align: bottom;
}

.st_wrap h1 {
	font-family: futura-pt, sans-serif;
	font-size: 65px;
    font-weight: 700;
	line-height: 1.0em;
	text-align: center;
	color: #fff;
	margin: 2% auto 1%;
}

.st_wrap h1 span {
    font-size: 20px;
    font-weight: 500;
}

.st_wrap h2 {
	font-family: futura-pt, sans-serif;
	font-size: 90px;
	margin: 0;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 0.030em;
	color: #f0dea9;
	text-align: right;
  text-shadow:
    1px 1px 1px #fff,
    -1px 1px 1px #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
  -webkit-text-stroke: 1px #fff;
}

.st_wrap h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 3% auto 1%;
}

.st_wrap p {
	font-weight: 500;
	text-align: left;
	font-size: 15px;
	margin: 2% auto 3%;
	line-height:1.7em;
	color: #000;
}

.content_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 3% auto;
	position: relative;
}

#Main {
	width: 50%;
    max-width: 400px;
	margin: 3% auto;
	padding: 2%;
	border: solid 15px #fff;
	background-color: #a9d1f0;
}

#Main img {
    width: 100%;
}

.sp {
	display:none;
}

.Lead {
	font-weight: 400;
	text-align:center;
	font-size: 20px;
	margin: 2% auto 3%;
	line-height: 1.8em;
	color: #fff;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	margin: 8% auto;
    display: flex;
    justify-content: center;
}

.thumb {
	width:50%;
	margin: 0 2.5%;
}

.thumb img {
	border: solid 10px #fff;
	box-sizing: border-box;
}

.thumb_L {
	width:120%;
	aspect-ratio: 7/9;
	margin: 8% 2.5% 0;
}

.thumb_L img {
	border: solid 10px #fff;
	box-sizing: border-box;
}

.thumb_M {
	width:100%;
	aspect-ratio: 7/9;
	margin: 0 2.5% 0;
}

.thumb_M img {
	border: solid 10px #fff;
	box-sizing: border-box;
}


.txt_box {
    width: 41%;
    margin: 0;
    padding: 1% 2%;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
    border-radius: 5px;
}


.txt_thumb {
	width:50%;
	margin: 0 2.5%;
}


.whtbox {
	width: 90%;
	margin: 2% auto;
	padding: 3% 5%;
	text-align: left;
	border: solid 2px #000;
	box-sizing: border-box;
	background-color: hsla(0,0%,100%,0.60);
}

.item {
	font-size: 15px;
	text-align: left;
	line-height: 2em;
	margin: 3% 0;
}

.img_s {
	width: 80%;
	margin: 10% auto 0;
}

.img_s2 {
	width: 70%;
	margin: 10% 0 0;
	float: right;
}

strong {
	font-size: 115%;
	font-weight: bold;
}
.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.sns_box {
	width: 60%;
	margin: 8% auto 5%;
	text-align: center;
}

.Sml {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
}

.icon {
	width: 20%;
	max-width: 70px;
	margin: 2% auto;
}


.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 1.4em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    width: 30%;
	padding: 5px;
    margin: 0 0 0 5%;
	font-size: 13px;
	background-color: #000;
	color: #fff;
	float: right;
}

a.Btn-1 {
    color: #fff;
    text-decoration: none;
}

.Btn-2 {
    width: 40%;
	margin: 3% auto 5%;
    font-size: 16px;
	padding: 2%;
    text-align: center;
	background-color: #000;
	color: #FFFFFF;
}
a.Btn-2 {
    color: #fff;
    text-decoration: none;
}


@media only screen and (max-width: 750px) {
    
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	#Main {
		border: solid 6px #fff;
	}
	


	.st_wrap h1 {
		font-size: 35px;
        line-height: 1.1em;
        margin: 3% auto 2%;
	}	
    
    .st_wrap h1 span {
        font-size: 14px;
    }
	
	.st_wrap h2 {
		font-size: 40px;
		margin: -13% 0 0;
	}
	
	.st_wrap p {
		font-size: 12px;
	}
	
	.st_wrap p br {
		display: none;
	}

    .Lead {
		font-size: 14px;
		margin: 2% auto;
        line-height: 1.6em;
	}
    
	.whtbox {
		width: 100%;
		margin: 6% auto 4%;
		border: solid 1px #000;
	}
	
    .thum_box {
        width: 98%;
        /*flex-direction: column;*/
    }
    
	.thumb img, .thumb_L img, .thumb_M img{
    	border: solid 5px #fff;
	}
	
	.txt_box {
		width: 48%;
		padding: 1%;
	}
	
	.item {
		font-size: 12px;
	}
	
	.Sml {
		font-size: 12px;
		line-height: 2em;
	}
	
    .Btn-1 {
        width: 30%;
        font-size: 10px;
		padding: 2px 0;
    }
    
    .Btn-2 {
        width: 80%;
        font-size: 13px;
        padding: 3% 0;
		margin: 6% auto;
    }


}


.img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    z-index: 1;
}

.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 10s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.img1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.img1:nth-of-type(4) {
  -webkit-animation-delay: 30s;
  animation-delay: 15s;
}

/* ふわっとアニメーション */
@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

