@charset "utf-8";
html {font-size: 62.5%;}
body {padding:0; margin:0;}	 
#top {margin: 0; padding: 0;}
a{color: #000; text-decoration: none; font-weight: bold;}

#SC_wrapper {
	width:100%;
	padding: 0;
	margin:0 auto;
	background-color: #fffbf9;
}

#SC_wrap {
	clear: both;
	width:100%;
	max-width: 550px;
	padding: 3% 0 5%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*font-family: 'Noto Serif JP', serif;*/
	color: #000;	
	background-color: #fff2ea;
}


#SC_wrap .main { width: 30%; margin:5% auto 7%;}

.cojicoji{width: 30%; margin: 5% auto 8%;}


.Lead_pc {
	width: 98%;
	margin: 0 auto 10%;
	display: block;
	text-align:center;
	font-size:16px;
	font-weight: 400;
	padding:0 ;
	line-height:2em;
}

.Lead_sp {display: none;}


.sp {display:none;}
.clear {clear:both;}
.bold {	font-size: 125%; font-weight: 500;}
.pink{color: #ea5464;}
.sml{font-size: 70%; font-weight: 300;}



#SC_wrap h1{ font-size: 25px; letter-spacing: 1px; text-align: center; margin: 0 auto 2%;}
#SC_wrap h2{ font-size: 28px; text-align: center; margin: 0 auto 2%;}
#SC_wrap h3{ font-size: 18px; text-align: center; margin: 0 auto 2%;}
.txt_L{text-align: left !important;}
.head-border {position: relative; 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;}

hr{margin: 15% auto 3%;}

/*--------ITEM------------*/
.index_box{ width: 95%; margin: 0 auto 15%; display:flex; flex-wrap:wrap; justify-content: space-between;}
.index1{width: 28%; margin: 0;}
.cmt2{font-size: 14px; font-weight: bold; text-align: center;}
.sns_box{ width: 55%; margin: 2% auto 0; display:flex; flex-wrap:wrap; justify-content: space-between;}
.sns1{width: 45%; margin: 0;}


.staff_wrap{ width: 96%; margin: 0 auto 15%;}

.item_box{ width: 98%; margin: 5% auto 15%; display:flex; flex-wrap:wrap; justify-content: space-between;}
.item1{width: 30%; margin: 0; display: flex; flex-direction: column;}

.credit{width: 100%; margin-top: auto;}
.credit2{width: 70%; margin: 5% auto 0;}
.item_n{font-size: 15px; text-align: center; font-weight: 500;}
.item_p{font-size: 13px; text-align: center;}
.tax{font-size: 80%;}


.sub_img{width:90%; margin: 5% auto;}
.sub_img2{width:70%; margin: 5% auto;}
.foot_logo{width:20%; margin: 10% auto;}

#SC_wrap ul{width: 100%; margin: 5% auto 8%; padding: 0; list-style: none;/* display: block;*/  display: flex; justify-content: center; flex-wrap: wrap;}
#SC_wrap li{margin: 0 1% 3%; padding: 1% 6%; font-size: 10px; display: inline-block; background-color:#F5A569; color: #fff; border-radius: 30px;}


.txt_BOX{ width: 90%; margin: 5% auto 0;/* padding: 5% 3% 3%;*/ font-size: 14px; text-align: center; font-weight: normal; border-radius: 30px; line-height: 1.9em; box-sizing: border-box;}

.point_icon {
  position: relative;
  padding: 2rem 2rem;
  text-align: center;
  color: #000;
  border-radius: 0 10px 10px 10px;
  background: #fff;
}

.point_icon:before {
  font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
  position: absolute;
  top: -30px;
  left: 0;
  height: 24px;
  padding: 3px 1em;
  content: '\POINT';
  color: #482C0F;
  border-radius: 10px 10px 0 0;
  background: #F5A569;
}

.point_video {display: block; width: 70%; margin: 0 auto 2%;}
.point_video iframe {width: 100%;}

.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 5.6px;
  background: #ED8528;

  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}


.MR_T5{margin-top: 5%;}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	/*text-transform: uppercase;*/
	
}


/* Button 1 */
.btn-1 {
	width: 70%;
    display: block;
    margin: 4% auto 0;
    padding: 7px 0px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
}
.btn-2 {
	width: 70%;
    display: block;
    margin: 10% auto;
    padding: 12px 0px;
    font-size: 15px;
    color: #000;
    background-color: #ED8528;
	border-radius: 30px;
}

.btn:hover {
	color: #000;
	background-color: #7D7D7D;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*画像切替*/
.img_box {
	position: relative;
	width: 500px;
	max-width: 100%;
	height: 600px;
	margin: 0 auto 2%;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 14s 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;}
.image:nth-of-type(4) {	animation-delay: 6s;}
.image:nth-of-type(5) {	animation-delay: 8s;}
.image:nth-of-type(6) {	animation-delay: 10s;}
.image:nth-of-type(7) {	animation-delay: 12s;}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	7%{ opacity: 1;}
	13.2222%{ opacity: 1;}
	28%{ opacity: 0;}
	100%{ opacity: 0;}
}



.img_box6 {
	position: relative;
	width: 100%;
	height: 620px;
	margin: 0 auto 2%;
}

.image6 {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim6 12s infinite;
}

.image6:nth-of-type(1) {	animation-delay: 0s;}
.image6:nth-of-type(2) {	animation-delay: 2s;}
.image6:nth-of-type(3) {	animation-delay: 4s;}
.image6:nth-of-type(4) {	animation-delay: 6s;}
.image6:nth-of-type(5) {	animation-delay: 8s;}
.image6:nth-of-type(6) {	animation-delay: 10s;}

@keyframes change-img-anim6 {
	0%{ opacity: 0;}
	8%{ opacity: 1;}
	17%{ opacity: 1;}
	25%{ opacity: 0;}
	100%{ opacity: 0;}
}



.img_box5 {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0 auto 2%;
}

.image5 {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim5 10s infinite;
}

.image5:nth-of-type(1) {	animation-delay: 0s;}
.image5:nth-of-type(2) {	animation-delay: 2s;}
.image5:nth-of-type(3) {	animation-delay: 4s;}
.image5:nth-of-type(4) {	animation-delay: 6s;}
.image5:nth-of-type(5) {	animation-delay: 8s;}

@keyframes change-img-anim5 {
	0%{ opacity: 0;}
	10%{ opacity: 1;}
	20%{ opacity: 1;}
	30%{ opacity: 0;}
	100%{ opacity: 0;}
}


.img_box2 {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0 auto 2%;
}

.image2 {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim2 4s infinite;
}

.image2:nth-of-type(1) {	animation-delay: 0s;}
.image2:nth-of-type(2) {	animation-delay: 2s;}

@keyframes change-img-anim2 {
	0%{ opacity: 0;}
	25%{ opacity: 1;}
	50%{ opacity: 1;}
	75%{ opacity: 0;}
	100%{ opacity: 0;}
}


/*カルーセル*/
.move-img{
	margin: 0 auto;
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 2% 0;
	column-gap: 8px;
}

.slideshow{
	display: flex;
	column-gap: 1px;
    animation: loop-slide 60s infinite linear 1s both;
}

.content{
	width: 380px;
}

.content img{
	border-radius: 0px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



@media only screen and (max-width: 750px) {
	#SC_wrapper {
		width:100%;
		padding: 0;
		margin: 0 auto -10%;
		/*background-color: #fef8e0;*/
	}
	#SC_wrap {
		width:100%;
		margin:0 auto;
		padding: 5% 0;
	}
	#SC_wrap .main {
		width: 45%;
		margin:0 auto 10%;
	}
	.pc {display:none;}
	.sp {display:block;	}
	
	.att{font-weight: normal; font-size: 13px; }


	.Lead_pc {display: none;}

	.Lead_sp {
		width: 96%;
		display: block;
		text-align:center;
		font-size:15px;
		font-weight: 400;
		margin:0 auto 10%;
		line-height:2em;
	}
	
	.txt_BOX{ width: 95%; margin: 5% auto 0; font-size: 12px; }
	.cojicoji{width: 60%; margin: 5% auto 8%;}
	
	#SC_wrap h1{ font-size: 18px; margin: 0 auto 2%;}
	#SC_wrap h2{ font-size: 25px; margin: 0 auto 2%;}
	#SC_wrap h3{ font-size: 15px; margin: 0 auto 2%;}
	
	.head-border:before,.head-border:after {width: 70px; height: 1px;}
	

/*--------ITEM------------*/	
	.sns_box{ width: 80%; margin: 2% auto 0; display:flex; flex-wrap:wrap; justify-content: space-between;}
	.sns1{width: 45%; margin: 0;}
	
	.credit2{width: 70%; margin: 7% auto 0;}
	.item_n{font-size: 13px; text-align: center;}
	.item_p{font-size: 11px; text-align: center;}
	
	#SC_wrap ul{width: 100%; margin: 5% auto 2%; padding: 0; }
	#SC_wrap li{margin: 0 auto 2%; padding: 1% 6%; font-size: 10px; border-radius: 10px;}

	
	.point_icon:before {
	  font-size: 12px;
		letter-spacing: 2px;
	  top: -30px;
	  left: 0;
	  height: 24px;
	  padding: 3px 1em;
	  content: '\POINT';
	  border-radius: 10px 10px 0 0;
	}

	.btn-1 {
		width: 100%;
		display: block;
		margin: 2% auto 0;
		padding: 5px 0px;
		font-size: 13px;
		color: #fff;
		background-color: #000;
	}
	
	.img_box,.img_box6 {width: 100%; max-width: 100%; height: 110vw; margin: 0 auto 2%;}
	.img_box5,.img_box2 {width: 100%;height:125vw; margin: 0 auto 2%;}
	
	.foot_logo{width:30%; margin: 15% auto 10%;}
}
