@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk01 {
	background-color: #eee;
}

.bk02 {
	background-color: #000;
	color: #fff;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 800px;
    text-align: center;
	padding: 2% 0;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
}

.st_wrap h1 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
	font-size: 30px;
	text-align: center;
	margin: 3% auto 2%;
	line-height: 1.6em;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 22px;
	text-align: center;
	margin: 2% auto 3%;
	line-height: 1.8em;
    padding: 0;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin: 2% auto 1%;
	line-height: 1.5em;
    padding: 0;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
	margin: 5% auto 3%;
}

#fix_wrapper h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 3% auto 5%;
	padding: 1% 0;
	background-color: #585858;
	color: #fff;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #fff;
}

.st_wrap p {
	padding:10px 0;
	margin:5px 10px;
    text-align: left;
    font-size: 15px;    
    line-height: 1.8em;
}

.logo {
	width: 60%;
	max-width: 400px;
	margin: 10% auto;
}

.Main {
	width: 100%;
	margin: 5% auto 3%;
}
.mgt{
	margin-top: 2%;
}

.Main img {
	width: 100%;
}
.sp {
	display:none;
}

.date {
	text-align:center;
	font-size: 20px;
	font-weight: 600;
	margin: 2% auto 8%;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	line-height: 1.8em;
	margin: 3% auto;
	color: #000000;
}

.txt {
	font-weight:normal;
	text-align:left;
	font-size: 13px;
	padding:0 ;
	line-height: 1.8em;
	margin: 5% 2% 8%;
	color: #000000;
}


.name_item {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin: 1% 0 0;
	text-align: center;
}

.Sml {
	font-size: 80%;
	padding-left:  15px;
}

.Strong {
	font-weight: 600;
	font-size: 140%;
	line-height: 1.8em;
}


.Red {
	color: #FF0004;
}

.st_wrap section {
	max-width: 1200px;
	margin: 0 auto 1%;
	padding-bottom: 1%;
}


.item_box{
	width: 100%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.item_box img{border: 1px solid #B7B7B7;}

.item1{
	width: 100%;
	margin: 0 0 5%;
	box-sizing: border-box;
}

.item2{
	width: 48%;
	margin: 0 0 5%;
	box-sizing: border-box;
}

.snsbox {
	width: 60%;
	max-width: 250px;
	margin: 4% auto;
	display: flex;
	justify-content: center;
}

.snsbox .snsicon {
	width: 20%;
	margin: 5%;
}

.Icon {
    margin: 2% auto 1%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0em;
}

.Icon img {
    width: 100%;
    max-width: 80px;
}

.Logo  { width: 15%; max-width: 200px; margin: 10% auto 5%;}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 15px;
    margin: 2% auto 10%;
    padding: 10px;
	font-weight: 600;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.triangle-button{
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



/*scroll*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.scroll_down {
  position: relative;
  width: 100%;
  height: 30vh;
  margin-bottom: 8%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
  }

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 10px;
  padding: 10px 10px 110px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 0.5em;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  /*overflow: hidden;*/
  margin: auto;
}

.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #000;
}

.scroll_down a:hover {
  opacity: .5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



@media only screen and (max-width: 750px) {
	
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	.st_wrap {
		width: 90%;
		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: 16px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 16px;
		margin: 8% auto 4%;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 8% auto 3%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.item2 .Lead {
		text-align: left;
	}
	
	.txt {
		font-size: 12px;
	}
	
	.Strong {
		line-height: 1.6em;
		font-size: 120%;
	}
	
	.name_item {
		font-size: 12px;
	}
	
    .btn-1 {
        font-size: 13px;
        margin: 4% auto 8%;
    }
	
	.scroll_down a {
		width: 11px;
		font-size: 11px;
	}
	
}


