@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}
.pc {display:block;}
.sp {display:none;}
.Red {color: #FF0004;}
.clear {clear:both;}
a{color: #000; text-decoration: none;}
.bold{font-size: 120%; font-weight: bold;}
.red{color: #CC0D10; font-weight: bold;}


#lf_wrap {
	clear: both;
	width:100%;
	/*max-width: 1000px;*/
	padding: 0;
	margin:0 auto 1%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	/*background-color: #EFEFEF;*/
}

.main {width: 100%; margin:0 auto 10%; max-width: 1000px;}

.Lead_pc {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align:center;
	font-size:1.6rem;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}

h2{width: 57%; margin: 0 auto 5%; font-size: 25px; letter-spacing: 1px; text-align: center;}
.head-border {
    position: relative;
    /*display: inline-block;*/
    padding: 0 55px;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 155px;
    height: 1.5px;
    background-color: #666;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}

.bg_PK{background-color: #FFD1D8;}
.bg_BE{background-color: #FFE4CC;}

/*item-----------------------*/
.index_box{ width: 55%; margin: 0 auto 2%; display:flex; flex-wrap:wrap; justify-content: space-between; position: relative;}
.index1{width: 46%; margin: 0;}

.sub_ttl{width: 60%; margin: 0 auto 3%;}
.sub_ttl2{width: 70%; margin: 0 auto 3%;}

.staff_wrapper{width: 100%; margin: 0 auto; padding: 10% 0 5%;}
.staff_wrap{width: 80%; margin: 0 auto 15%;}

.staff_box{ width: 80%; margin: 0 auto 4%; display:flex; flex-wrap:wrap; justify-content: space-between; }
.staff1{width: 30%; margin: 0;}

.sns_box{ width: 40%; margin: 5% auto ; display:flex; flex-wrap:wrap; justify-content: space-between; }
.sns1{width: 48%; margin: 0;}

.item_box{ width: 100%; margin: 7% auto 15%; display:flex; flex-wrap:wrap; justify-content: space-between;}
.item1{width: 23%; margin: 0;}

.coode_box{ width: 100%; margin: 0 auto 10%; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;}
.coode1{width: 65%; margin: 0;}
.coode2{width: 33%; margin: 0;}
/* スライダ―のCSS */
.slider { width: 100%;    display: flex;  gap: 10px;  overflow-x: auto;}
.slide {width: 350px;}
.slide img { width: 320px; max-width: none;}


.cmt{
	width: 100%;
	margin: 4% auto 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.9em;
	font-weight: 400;
}
.cmt2{
	width: 100%;
	margin: 4% auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.staff_d{width: 100%; margin: 3% auto 0; font-size: 14px; line-height: 1.6em; font-weight: normal;}

.credit {width: 100%; margin:1% auto 2%;}

.item_n{
	width: 100%;
	margin: 5% auto 0;
	font-size: 15px;
	text-align: center;
	line-height: 1.6em;
	font-weight: bold;
}

.sml{font-size: 70%;}
.sml2{font-size: 1.4rem;}

.item_p{
	width: 100%;
	margin: 1% 0 0;
	font-size: 13px;
	text-align: center;
}

.tax{font-size: 70%;}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	margin: 2% auto 8%;
	text-transform: uppercase;
	margin-top: auto;
}


/* Button 1 */
.btn-1 {
	width: 100%;
    color: #fff;
    text-align: center;
    margin: 3% auto 5%;
    display: block;
    padding: 12px 0px;
    font-size: 1.5rem;
	font-weight: 700;
    background-color: #000;
}

.btn:hover {
	color: #000;
	background-color: #aaa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/*.point_video {display: block; width: 50%; margin: 0 auto 2%;}
.point_video iframe {width: 100%;}*/
.img_box {
	position: relative;
	/*width: 100%;
	max-width: 390px;
	height: 33vw;*/
	width: 300px;
	height: 380px;
	margin: 0 auto 2%;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 6s infinite;
}

.image:nth-of-type(1) {	animation-delay: 0s;}
.image:nth-of-type(2) {	animation-delay: 2s;}
.image:nth-of-type(3) {	animation-delay: 4s;}

@keyframes change-img-anim {
	0% {opacity: 0;}
	0.01% {opacity: 1;}
	32.99% {opacity: 1;}
	33% {opacity: 0;}
}


.move-img{	margin: 0 auto;}
.move-wrap{	display: flex;	align-items: center;	overflow: hidden;	margin: 2% 0;	column-gap: 10px;}
	
.slideshow{
	display: flex;
	column-gap: 10px;
    animation: loop-slide 60s infinite linear 1s both;
}

.content{ width: 230px;}
.content img{ border-radius: 0px;}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}	


@media only screen and (max-width: 750px) {
	#lf_wrap {width: 100%; padding: 0 0 2%;}
	.main {width: 100%; margin:0 auto 15%;}
	.sp {display:block;}
	.pc{display: none;}
	
	.Lead_pc {display: none;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:0 auto;
		line-height:1.7em;
	}
	
	h2{width: 95%; margin: 0 auto 5%; font-size: 20px; letter-spacing: 1px; text-align: center;}
	.head-border:before,.head-border:after {width: 70px; height: 1px;}
/*item-----------------------*/
	.index_box{ width: 95%; margin: 0 auto 15%; display:flex; flex-wrap:wrap; justify-content: space-between; position: relative;}
	.index1{width: 48%; margin: 0;}
	
	.sub_ttl{width: 90%; margin: 0 auto 3%;}
	.sub_ttl2{width: 80%; margin: 0 auto 3%;}

	.staff_wrapper{width: 100%; margin: 0 auto; padding: 15% 0 5%;}
	.staff_wrap{width: 100%; margin: 0 auto 15%;}
	
	.staff_box{ width: 100%; margin: 0 auto 4%; display:flex; flex-wrap:wrap; justify-content: space-between; position: relative;}
	.staff1{width: 30%; margin: 0;}

	.sns_box{ width: 80%; margin: 6% auto 10% ; display:flex; flex-wrap:wrap; justify-content: space-between; position: relative;}
	.sns1{width: 48%; margin: 0;}

	.item_box{ width: 90%; margin: 7% auto 8%; display:flex; flex-wrap:wrap; justify-content: space-between;}
	.item1{width: 48%; margin: 0 0 5%;}

	.coode_box{ width: 90%; margin: 0 auto 10%; display:block;}
	.coode1{width: 100%; margin: 0 auto 12%;}
	.coode2{width: 100%; margin: 0 auto;}
	/* スライダ―のCSS */
	.slider { width: 100%;    display: flex;  gap: 10px;  overflow-x: auto;}
	.slide {width: 350px;}
	.slide img { width: 320px;}
	
	.item_n{font-size: 13px;}
	/*.sml{font-size: 12px;}*/
	.sml2{font-size: 11px;}
	.item_p{font-size: 11px;}
	.cmt{width: 97%; margin: 3% auto 0; font-size: 14px;/* text-align: left;*/}
	.cmt2{width: 97%; margin: 3% auto 0; font-size: 17px; line-height: 1.5em;/* text-align: left;*/}
	.staff_d{width: 100%; margin: 3% auto 0; font-size: 12px; }
/* Button 1 */
	.btn-1 {
		width: 95%;
		margin: 4% auto 5%;
		padding: 8px 0px;
		font-size: 12px;
		letter-spacing: 3px;
	}
	
	.img_box {
		width: 100%;
		max-width: 320px;
		height: 60vw;
		margin: 0 auto 2%;
	}
	
	.slideshow{column-gap: 10px;}
	.content{ width: 130px;}

	
	/*.point_video {display: block; width: 80%; margin: 0 auto 2%;}*/


}
