@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
	background-color: #FFFFFF;
}

.st_wrap img {
	width: 100%;
}

.st_wrap h1 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin: 3% auto 5%;
	color: #d68282;
}

.st_wrap h2 span {
    padding: 2px 10px;
	border: solid 2px #d68282;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 6% auto 2%;
    padding: 0;
	color: #5c4e4e;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #f2b5aa;
	color: #fff;
}

.bk_gry {
	background-color: #eeeeec;
	padding: 5% 0;	
	text-align: left;
}

.bk_gry2 {
	background-color: #f3f3f1;
	padding: 5% 0;	
	text-align: center;
}

.bk_pink {
	background-color: #d68282;
	padding: 5% 0;	
}

.st_wrap p {
	padding:10px 0;
	margin:5px 10px;
    font-size: 15px;    
    line-height: 1.8em;
}

.logo {
	width: 60%;
	max-width: 400px;
	margin: 10% auto;
}

.Main {
	width: 90%;
	margin: 10% auto 3%;
	position:relative;
	text-align: left;
}

.mgt{
	margin-top: 2%;
}

.Main img {
	width: 100%;
}
.sp {
	display:none;
}

.blc_pink {
	margin: 0 auto;
	padding: 3% 0;
	background-color: #d68282;
	color: #fff;
}

.date {
	text-align:center;
	font-size: 20px;
	font-weight: 600;
	margin: 2% auto 8%;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 16px;
	padding:0 ;
	margin: 5% auto 8%;
	line-height: 2em;
}

.txt1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 2.0em;
}


.txt2{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6em;
	margin: 5% auto 3%;
}

.w_70 {
	width: 75%;
	margin: 5% auto;
}

.info_w_70 {
	width: auto;
	max-width: 76%;
	margin: 2% auto;
	text-align: center;
}

.br30 img{
	border-radius: 30px;
}

.name_item {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: center;
}


.topic_box {
	width: 80%;
	margin: 2% auto 5%;
	text-align: left;
	color: #fff;
}



.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Red {
	color: #FF0004;
}



.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.thumb_box {
	width: 90%;
	margin: 5% auto 10%;
  display: flex;
}

.thumb {
	width: 50%;
	text-align: center;
}

.thumb p {
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}

.brand {
	font-family: "Roboto", serif;
	font-size: 18px;
	letter-spacing: 0.065em;
	font-weight: 600;
	margin: 5% auto 2%;
}
	
	.mt10 {
		margin-top: 17%;
	}


.info_box {
	width: 75%;
	margin: 3% auto;
	padding: 4%;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
	border-radius: 30px;
	text-align: left;
}

.info_box p {
	line-height: 1.5em;
}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 40%;
	font-family: "Roboto", sans-serif;
    font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.065em;
    margin: 5% auto;
    padding: 8px;
	text-align: center;
    color: #fff;
    background-color: #cc8080;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 17px;
    margin: 4% auto 10%;
    padding: 15px;
	text-align: center;
    color: #fff;
	border: solid 2px #cc8080;
	background-color: #cc8080;
	border-radius: 50px;
	transition: .3s;
}

.btn-2:hover {
    color: #ff8282;
	background-color: #fff;
}

a.btn-2 {
    text-decoration: none;
}

.bbs{
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  height: 40px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: 1;
}
.bbs ul {
  animation: flowing 40s linear infinite;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 20px;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}


/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .8em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-image: linear-gradient(left, transparent 50%, #efcdcc 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .8em;
    transition: all .5s ease;
}


@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 97%;
		margin: 0 auto 1%;
	}

    .st_wrap p {
        font-size: 14px;
        margin: 0;
    }
    
	.st_wrap h1 {
		font-size: 20px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 14px;
		line-height: 1.6em;
		margin: 5% auto 8%;
    }
    
    .st_wrap h3 {
        font-size: 16px;
		margin: 8% auto 4%;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.txt2 {
		font-size: 15px;
	}
	
	.date {
		font-size: 14px;
	}
	
	.info_box {
		width: 80%;
	}
	
	.info_w_70 {
		max-width: 80%;
	}
	
	.name_item {
		font-size: 12px;
	}
	
	.info_box p {
		font-size: 13px;
	}
	
	.brand {
		font-size: 14px;
	}
	
	.thumb p {
		font-size: 12px;
	}
	
    .btn-1 {
        font-size: 13px;
        margin: 6% auto 8%;
    }
	
	
    .btn-2 {
        font-size: 13px;
		padding: 10px;
        margin: 8% auto 15%;
    }
		
	
}


