*{
	box-sizing:border-box
}

html{
	font-family: 'heisei-maru-gothic-std', 'sans-serif', 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN';
}

body{
	overflow-x: hidden;
	height: 100%;
	font-size: 18px;
	line-height: 22px;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: url(../../assets/img/all_bg.png) repeat;
  position: relative;
  overflow: hidden;
}

.wrapper__inner{
	width: 100%;
}

@media screen and (max-width:768px){
	.wrapper{
		background: url(../../assets/img/sp/all_bg__sp.png) repeat;
	}
}

header{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 68px;
	background-color: #fff;
	background-size: contain;
}

.header-logo{
	padding-top: 10px;
	margin-left: 25px;
}

.header-logo__sp{
	display: none;
}

.header-jagged{
	background: url(../../assets/img/header_bottom.png) repeat-x;
	background-size: 20px 10px;
	height: 10px;
	position: relative;
	top: 1px;
	z-index: 980;
}

.mainvisual{
	background-color: #A9CB06;
	position: relative;
	line-height: 0;
}

.mainvisual-inner{
	background: url(../../assets/img/all_bg.png) repeat center;
	background-size: 25% auto;
	padding-top: 15px;
}

.mainvisual img{
	width: 100%;
	height: auto;
}

.mainvisual__sp{
	display: none !important;
}

.stage {
	position: relative;
	max-width:1000px;
	margin: 0 auto;
	height: 100%;
	max-height: 517px;
	opacity: 0;
	-webkit-transition: all 0.5s 0s ease-in;
			transition: all 0.5s 0s ease-in;
}
.stage.slick-initialized {
	opacity: 1;
}
.pic {
	/*position: absolute;*/
}
.pic img {
	width: 100%;
	height: auto;
	/*
	opacity:0;
	-moz-animation: imgTrans 10s ease-in infinite;
	-webkit-animation: imgTrans 10s ease-in infinite;
	animation: imgTrans 10s ease-in infinite;
	*/
}
/*
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 4s;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
#photo3 img {
	-moz-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
*/
@-webkit-keyframes imgTrans {
	0% { opacity:0; }
	20% { opacity:1; }
	50% { opacity:1; }
	80% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes imgTrans {
	0% { opacity:0; }
	20% { opacity:1; }
	50% { opacity:1; }
	80% { opacity:1; }
	100% { opacity:0; }
}
@keyframes imgTrans {
	0% { opacity:0; }
	20% { opacity:1; }
	50% { opacity:1; }
	80% { opacity:1; }
	100% { opacity:0; }
}



@media screen and (max-width:768px){
	header{
		height: 53px;
	}
	.header-logo{
		margin-left: 15px;
	}
	.header-logo__sp{
		display: block;
	}
	.header-logo__sp img{
		margin-right: 5px;
	}
	.header-logo__pc{
		display: none;
	}
	.mainvisual-inner{
		padding-top: 30px;
		background: url(../../assets/img/sp/all_bg__sp.png) repeat center;
		background-size: 46%;
	}
	.stage {
		max-height: 84.267vw;
	}
	.header-jagged{
		background-size: 14px 7px;
		top: -1px;
	}
	.mainvisual__sp{
		display: block !important;
	}
	.mainvisual__pc{
		display: none !important;
	}
}

/*
	nav
*/

.gnav ul{
	display: flex;
	flex-wrap: wrap;
}

.gnav ul li {
	background-color: #FFEE00;
	width: 25%;
	box-sizing: border-box;
  background-color: #FFEE00;
	
}

.gnav ul .nav_end a{
	border-right: none;
}

.gnav ul li a{
	display: inline-block;
	padding: 26px 0 20px;
	background-color: #FFFF00;
	width: 100%;
	height: auto;
	border-right: dotted 6px #EE8000;
}

nav ul li:hover, nav ul li a:hover{
	background-color: #F19500;
}

.gnav ul li a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:768px){
	.gnav ul li {
		width: 50%;
	}
	.gnav ul li a{
		padding: 12px 0 6px;
		border-right: dotted 4px #EE8000;
		stroke-linecap: round;
	}
	.gnav ul li:nth-child(n + 3) {
  	border-top: dotted 4px #EE8000;
	}
	.gnav ul li:nth-child(2) a{
  	border-right: none;
	}
	.gnav ul li{
  	padding-bottom: 0;
	}
}

/*
	.happyturn_mv
*/
.happyturn_mv img{
	vertical-align: top;
	width: 100%;
	height: auto;
}

/*
	.rough
*/

.rough{
	background-color: #A9CB06;
}

.rough .rough-inner{
	width: 100%;
	max-width: 1000px;
	background: url(../../assets/img/all_bg.png) repeat center;
	background-size: 25% auto;
	padding: 35px 0 5px;
}

.rough__lineup .lineup__list{
  width: 90%;
  margin: 0 auto;
}

.rough .list__item {
  padding: 10px 5px;
  position: relative;
  text-align: center;
}

.rough .rough__lineup .meal-img{
	position: absolute;
	width: 95px !important;
}

.meal-img01{
  top: 120px;
  left: -82px;
}

.meal-img02{
	bottom: 30px;
	right: -85px;
}

.new-img01{
	top: -15px;
    right: -15px;
}

.rough .rough__lineup img{
	width: 100%;
	height: auto;
	max-width: 255px;
}

.rough .lineup__list__two img{
	max-width: 280px;
}

.rough__lineup__sp{
	display: none;
}

.rough__whats{
	text-align: center;
	padding: 30px 0 20px;
	margin-top: -40px;
}

.rough__whats__sp{
	display: none;
}

.rough__how-to{
	text-align: center;
	padding: 20px 0 40px;
	padding-left: 50px;
}

.rough__how-to__sp{
	display: none;
}

@media screen and (max-width:960px){
	.rough .rough-inner{
		width: 100%;
		max-width: none;
	}
	.rough__whats img, .rough__how-to img{
		width: 100%;
		height: auto;
		padding: 0 10px;
	}
}

@media screen and (max-width:768px){
	.rough .rough-inner{
		padding: 15px 0 5px;
		background: url(../../assets/img/sp/all_bg__sp.png) repeat
		 center;
		background-size: 46%;
	}
	.rough .rough-inner h2 img {
		max-width: 100%;
	}
	.rough__lineup .lineup__list{
		width: 92%;
		padding-top: 7px;
		flex-wrap: wrap;
		justify-content: flex-start;
		/*
		background-image: url(../../assets/img/sp/bg_items_illst_sp.png);
		background-size: 30vw;
		background-position: right 70%;
		background-repeat: no-repeat;
		*/
	}
	.rough .list__item {
	  width : 33.33333% ;
	  width : -webkit-calc(100% / 3) ;
	  width : calc(100% / 3) ;
	}
	.rough .rough__lineup .meal-img{
		width: 60% !important;
	}
	.rough__lineup .lineup__list .list__item img{
		padding: 0;
	}
	.rough__lineup .lineup__list__two{
		padding: 0 0 30px;
	}
	.rough__lineup .lineup__list__two .list__item{
		width: 37%;
		padding: 0;
	}
	.rough .rough__lineup .lineup__list__two .list__item .meal-img02{
		width: 42% !important;
	}
	.meal-img01{
		top: -27%;
    left: 10%;
	}
	.rough__whats{
		padding: 10px 0;
	}
	.rough__whats__sp{
		display: block;
	}
	.rough__whats__pc{
		display: none;
	}
	.rough__lineup__sp{
		display: block;
	}
	.rough__lineup__pc{
		display: none;
	}
	.rough__how-to{
		padding-left: 0;
	}
	.rough__how-to .rough__how-to__sp{
		display: block;
		padding: 0;
	}
	.rough__how-to__pc{
		display: none;
	}
}

@media screen and (max-width:500px){
	.rough .rough__lineup .meal-img{
		top: -40px;
    	left: 10px;
	}
	.rough .rough__lineup .meal-img.new-img01 {
		top: -10px;
		left: auto;
	}
	.rough__lineup .lineup__list__two{
		width: 100%;
	}
	.rough .rough__lineup .lineup__list__two .list__item .meal-img02{
		width: 38% !important;
		top: 33%;
    	left: 96%;
	}
}

/*
	.feature
*/

.feature__title{
	text-align: center;
	padding: 18px 0;
	background-color: #185926;
}

.feature_01{
	background-color: #A9CB06;
}

.feature-inner{
	background: url(../../assets/img/all_bg.png) repeat center;
	background-size: 25% auto;
	padding-bottom: 50px;
	position: relative;
}

.feature-inner_bg{
	background-color: rgba(255,255,255,0.7);
	padding-bottom: 60px;
	width: 100%;
	max-width: 1000px;
}

.feature__frame{
	position: relative;
}

.feature-inner_bg__pc{
	width: 100%;
	height: auto;
}

.feature-inner_bg .feature-inner_bg__sp{
	display: none;
}

.feature__list{
	padding-left: 43px;
	position: absolute;
	top: 48%;
	left: 60px;
	display: flex;
	width: 80%;
	max-width: 677px;
	justify-content: flex-start;
	align-items: flex-end;
}

.feature_03 .feature__list{
	top: 42%;
}

.feature_04 .feature__list{
	top: 42%;
}

.feature_06 .feature__list{
	top: 49%;
}

.feature_07 .feature__list{
	top: 45%;
}

.feature_08 .feature__list{
	top: 47%;
}

.feature_09 .feature__list{
	top: 47%;
}

.feature_12 .feature__list{
	top: 47%;
}

.feature_12 .feature__list{
	top: 47%;
}

.feature__list .feature__list__item{
	text-align: center;
}

.feature__list .feature__list__item:nth-child(1){
	width: 52%;
}

.feature__list .feature__list__item img{
	width: 80%;
	height: auto;
}

.feature__list .feature__list__item:nth-child(2){
	width: 59%;
}

.feature__list .feature__list__item p{
	letter-spacing: -1px;
}

.feature__list .feature__list__item p span{
	font-size:  20px;
}

.feature__area__sp{
	display: none;
}

.feature__how-to-eat{
	text-align: center; 
	margin-top: -5px;
	padding: 0 20px;
}

.feature_03 .feature__how-to-eat{
	margin-top: -80px;
}

.feature_04 .feature__how-to-eat {
  margin-top: -120px;
}

.feature_06 .feature__how-to-eat {
  margin-top: -16px;
}

.feature_07 .feature__how-to-eat {
  margin-top: -60px;
}

.feature_08 .feature__how-to-eat {
  margin-top: -40px;
}

.feature_09 .feature__how-to-eat {
  margin-top: -35px;
}

.feature_12 .feature__how-to-eat {
  margin-top: -35px;
}

.feature_13 .feature__how-to-eat {
  margin-top: -35px;
}

.feature_14 .feature__how-to-eat {
	margin-top: -35px;
}

.feature_16 .feature__how-to-eat {
	margin-top: -35px;
}

.feature_17 .feature__how-to-eat {
	margin-top: -35px;
}

.feature_19 .feature__how-to-eat {
	margin-top: -35px;
}

.feature__how-to-eat img{
	width: 100%;
	height: auto;
	max-width: 856px;
}

.feature__how-to-eat__sp{
	display: none;
}

.feature_02{
	background-color: #cc6600;
}

.feature__list .feature__list__item{
	width: 43%;
	padding-left: 15px;
}


.feature__area{
	position: absolute;
	right: 80px;
	top: 610px;
}

.feature_03{
	background-color: #EC837E;
}

.feature-inner_bg{
	position: relative;
}

.feature_03 .feature_03-inner_bg{
	position: relative;
}

.feature_03 .feature-inner_bg, .feature_04 .feature-inner_bg{
	padding-bottom: 40px;
}

.feature_04{
	background-color: #FDD700;
}

.feature_05{
	background-color: #9A7DB3;
}

.feature_06{
	background-color: #5DB1BA;
}

.feature_07{
	background-color: #B30000;
}

.feature_08{
	background-color: #FFCC00;
}

.feature_09{
	background-color: #cc3366;
}

.feature_12{
	background-color: #962430;
}

.feature_13{
	background-color: #dc647a;
}

.feature_14{
	background-color: #66CCFF;
}

.feature_16{
	background-color: #922A31;
}

.feature_17{
	background-color: #E6D296;
}

.feature_18{
	background-color: #FFEF00;
}
.feature_18 .feature-inner_bg {
	background: none;
	padding-bottom: 20px;
}
.feature_18 .feature-inner {
	background: none;
}
.feature_18 .feature-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%,0);
	width: 95%;
	max-width: 950px;
	height: 28px;
	background: url(../../assets/img/line_pc.png) center center no-repeat;
	background-size: contain;
}
.feature_18 .feature-inner:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%,0);
	width: 95%;
	max-width: 950px;
	height: 28px;
	background: url(../../assets/img/line_pc.png) center center no-repeat;
	background-size: contain;
}
.feature_18 .feature__list {
	top: 51%;
}

.feature_19{
	background-color: #ffd300;
}
.feature_21 {
	background-color: #dc950f;
}
.feature_22 {
	background-color: #F8E469;
}
.feature_23{
	background-color: #FFEF00;
}
.feature_23 .feature-inner {
	background: none;
}
.feature_23 .feature-inner:before {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%,0);
	width: 95%;
	max-width: 950px;
	height: 28px;
	background: url(../../assets/img/line_pc.png) center center no-repeat;
	background-size: contain;
	z-index: 1;
}
.feature_23 .feature-inner:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%,0);
	width: 95%;
	max-width: 950px;
	height: 28px;
	background: url(../../assets/img/line_pc.png) center center no-repeat;
	background-size: contain;
}
.feature_23 .feature-inner_bg {
	background: none;
}
.feature_23 .feature__area {
    top: 670px;
}
.feature_23 .feature__list {
	top: 50%;
}

/*
	feature_24
*/
.feature_24{
	background-color: #ffcc00;
}
.feature_24 .feature__area {
    top: 630px;
}
.feature_24 .feature__list {
	top: 45%;
}
.feature_24 .feature__how-to-eat {
	margin-top: -75px;
}
/*
	feature_25
*/
.feature_25{
	background-color: #f0a000;
}
.feature_25 .feature__area {
    top: 630px;
}
.feature_25 .feature__list {
	top: 45%;
}
.feature_25 .feature__how-to-eat {
	margin-top: -75px;
}


@media screen and (max-width:960px){
	.feature__list{
		width: 67%;
		max-width: none;
		left: 50px;
	}
	.feature__list .feature__list__item:nth-child(1) {
    width: 57%;
	}
	.feature__list .feature__list__item img {
    width: 71%;
    height: auto;
	}
	.feature__list__item__text{
		font-size: 87%;
	}
	.feature__area{
		text-align: center;
		right: 30px;
		margin-top: -20px;
		top: 44%;
	}
	.feature__area__sp{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
	/*.feature_01 .feature__area__sp, .feature_02 .feature__area__sp{
		max-width: 592px;
	}*/
	.feature__area__pc{
		display: none;
	}
	.feature .feature__area img{
		width: 40%;
		margin-right: 3px;
	}
	.feature__how-to-eat{
		margin-top: -10px;
	}
	.feature_04 .feature__how-to-eat {
    margin-top: -90px;
	}
	.feature_06 .feature__how-to-eat {
    margin-top: -5px;
	}
	.feature_14 .feature__how-to-eat {
		margin-top: 20%;
	}
}

@media screen and (max-width:768px){
	.feature-inner{
		background: url(../../assets/img/sp/all_bg__sp.png) repeat center;
		background-size: 46%;
	}
	.feature__title{
		padding: 10px 0;
	}
	.feature__title img{
		width: 45%;
		height: auto;
	}
	.feature-inner_bg .feature-inner_bg__sp{
		display: block;
		width: 100%;
		height: auto;
	}
	.feature-inner_bg .feature-inner_bg__pc{
		display: none; 
	}
	/*.feature_01 .feature__list, .feature_02 .feature__list{
		left: 0;
		padding-left: 40px;
	}*/
	#feature .feature__area{
		top: 41.3%;
		right: 0;
	}
	.feature .feature__area img {
    width: 45%;
    margin-right: 3px;
	}
	#feature .feature_02 .feature__area{
		top: 37.5%;
		right: 0;
	}	
	#feature .feature_04 .feature__area{
		top: 42.5%;
		right: 0;
	}	#feature .feature_06 .feature__area{
		top: 42.5%;
		right: 0;
	}	#feature .feature_09 .feature__area{
		top: 38.4%;
		right: 0;
	}	#feature .feature_12 .feature__area{
		top: 38.4%;
		right: 0;
	}	#feature .feature_13 .feature__area{
		top: 38.4%;
		right: 0;
	}	#feature .feature__list{
		top: 71%;
		left: 0;
		width: 100%;
		padding: 0 10px 0 0;
	}
	#feature .feature_02 .feature__list{
		top: 69%;
	}
	#feature .feature_04 .feature__list{
		top: 66%;
	}
	#feature .feature_06 .feature__list{
		top: 70%;
	}
	
	#feature .feature_07 .feature__list{
		top: 69%;
	}
	
	.feature_08 .feature__area {
    top: 39% !important;
	}

	.feature_04 .feature__list{
		top: 73%;
		width: 100%;
		padding: 0 10px 0 0;
	}
	.feature_03 .feature__list, .feature_04 .feature__list, .feature_06 .feature__list{
		left: 0;
		padding-left: 40px;
	}
	.feature__how-to-eat{
    margin-top: 20%;
	}
	.feature_04 .feature__how-to-eat{
		margin-top: 8%;
	}
	.feature_02 .feature__how-to-eat{
    	margin-top: 17%;
	}
	.feature_06 .feature__how-to-eat{
		margin-top: 14%;
	}
	.feature_07 .feature__how-to-eat {
    	margin-top: 56px;
	}
	.feature_08 .feature__how-to-eat {
    	margin-top: 18%;
	}
	.feature_09 .feature__how-to-eat {
    	margin-top: 18%;
	}
	.feature_12 .feature__how-to-eat {
    	margin-top: 18%;
	}
	.feature_13 .feature__how-to-eat {
    	margin-top: 18%;
	}
	.feature_02-inner_bg .feature__list{
		top: 71%;
	}
	.feature__list .feature__list__item:nth-child(1){
		width: 63%;
	}
	.feature__list .feature__list__item{
		padding-left: 0;
	}
	.feature__list .feature__list__item .feature__list__item__text{
		font-size: 3.46667vw;
    	line-height: 1.1;
	}
	.feature__list .feature__list__item .feature__list__item__text span{
		font-size: 4vw;
	}
	.feature_16 .feature__how-to-eat {
		margin-top: 20%;
	}
	.feature_17 .feature__how-to-eat {
		margin-top: 20%;
	}
	.feature_18 .feature__how-to-eat {
		margin-top: 20%;
	}
	.feature_19 .feature__how-to-eat {
		margin-top: 20%;
	}
	.feature_23 .feature-inner:before {
		top: 0.5%;
	}
	#feature .feature_23 .feature__list {
		top: 69%;
	}
	#feature .feature_23 .feature__area{
		top: 39.3%;
		right: 0;
	}
	.feature_24 .feature__how-to-eat {
		margin-top: 20%;
	}
	.feature_25 .feature__how-to-eat {
		margin-top: 20%;
	}
	.feature__how-to-eat__sp{
		display: block;
	}
	.feature__how-to-eat__pc{
		display: none;
	}
	
}


.lineup{
	background-color: #F9D8C6;
}

.lineup-inner{
	background: url(../../assets/img/all_bg.png) repeat center;
	background-size: 25% auto;
	padding-bottom: 85px;
	padding-top: 20px;
}

.lineup__title{
	text-align: center;
	padding: 18px 0;
	background-color: #00591C;
}

.lineup__list{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.list__item{
	text-align: center;
	padding: 0;
	align-self: stretch;
	max-width: 255px;
}
.lineup__list .list__item{
	padding: 0;
}

.list__item__text{
	font-size: 14px;
	letter-spacing: -1.5px;
	line-height: 1.2em;
}

.list__item__text span{
	font-size: 16px;
}
.list__item__sp{
	display: none;
}

.lineup__list2{
	display: flex;
	/*justify-content: center;*/
	align-items: flex-end;
	padding-bottom: 50px;
	flex-wrap: wrap;
	max-width: 762px;
	margin: 0 auto;
}

/*.lineup__list2 .list__item{
	position: relative;
	width: 33.3%;
	width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
	margin-top: 40px;
}*/

.lineup__list2 .list__item{
	position: relative;
	/*width: 25%;*/
	width : -webkit-calc(100% / 3);
  	width : calc(100% / 3) ;
	margin-top: 40px;
}

.product__btn{
	margin-top: 10px;
	display: inline-block;
	padding: 9px 40px 10px;
	background-color:  #00591C;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
}

.product__btn:hover{
	opacity: .7;
}

.list__item{
	position: relative;
}

.new-icon{
	position: absolute;
	width: 100px !important;
    right: -30px;
    top: 2px;
}

.new-icon img{
	width: 100%;
	height: auto;
}

.new-icon2 {
  position: absolute;
  width: 72px !important;
  right: 0px;
  top: -30px;
}

.new-icon3 {
  position: absolute;
  width: 110px !important;
  right: 0px;
  top: -25px;
}
.new-icon4 {
	position: absolute;
	width: 90px !important;
	right: 0px;
	top: -25px;
}

.renewal-icon {
  position: absolute;
  width: 47.42% !important;
  right: -12px;
  top: -12%;
}

.renewal img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px){
	.lineup-inner{
		padding: 0 16px 60px;
		background: url(../../assets/img/sp/all_bg__sp.png) repeat center;
		background-size: 46%;
	}
	
	.lineup__title {
    padding: 10px 0;
	}
	.lineup__title img {
	    width: 45%;
	    height: auto;
	}
	/*.lineup__list {
    flex-wrap: wrap;
	}*/
	.list__item {
    width: 50%;
    padding: 5px 10px 0;
	}
	.lineup__list2 .list__item {
    width: 50%;
	}
	.lineup__list2 .list__item_02{
		width: 100%;
	}
	.lineup__list2 .list__item_02 img{
		width: 50%;
	}
	.list__item img {
    width: 100%;
    padding: 0 8px;
    height: auto;
	}
	.lineup__list__two .list__item{
		padding: 15px 0;
	}
	.lineup__list__two img{
		padding: 0;
	}
	.list__item__text{
		font-size: 3.4vw;
		margin: 0 -1em;
	}

	.list__item__text span{
		font-size: 3.5vw;
	}
	.list__item .new-icon{
		width: 40%;
	}
	.new-icon {
    right: -3%;
    top: -4%;
    left: inherit;
    width: 36% !important;
	}
	.new-icon2 {
	  width: 18% !important;
	  right: 23%;
	  top: -10px;
	}
	.new-icon4 {
		position: absolute;
		width: 45% !important;
		right: 0px;
		top: -6%;
	}
	.renewal-icon {
    width: 59.42% !important;
    right: -9px;
    top: -12%;
	}
	.product__btn {
		padding: 6px 27px;
		font-size: 3.7333vw;
	}
	#lineup .renewal-icon{
		top: -13%;
	}
	#lineup .renewal-icon {
    width: 49.42% !important;
    right: -9px;
    top: -6%;
	}
	.new-icon3 {
		width: 45% !important;
		top: -3%;
	}
	.list__item__sp{
		display: block;
	}
	.feature_18 .feature-inner_bg {
		padding-bottom: 5px;
	}
	.feature_18 .feature-inner:before {
		max-width: 95vw;
		top: 0.5%;
		height: 7.7333vw;
		background: url(../../assets/img/sp/line_sp.png) center center no-repeat;
		background-size: contain;
	}
	.feature_18 .feature-inner:after {
		max-width: 95vw;
		bottom: 1%;
		left: 50%;
		height: 7.7333vw;
		background: url(../../assets/img/sp/line_sp.png) center center no-repeat;
		background-size: contain;
	}
}

@media screen and (max-width: 450px){
	.new-icon {
		right: -10%;
        top: 2%;
	}
}

/*
	hover 拡大
*/
.scale img {
	-moz-transition: -moz-transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s linear;
	-o-transition: -o-transform 0.1s linear;
	-ms-transition: -ms-transform 0.1s linear;
	transition: transform 0.1s linear;
}
.scale img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pagetop{
	text-align: right;
	width: 90px;
	max-width: 1000px;
	margin: 0 auto;
	position: absolute;
	bottom: 80px;
	right: 30px;
}

.pagetop a:hover{
	opacity: .7;
}

@media screen and (max-width: 768px){
	.pagetop{
		width: 60px;
		bottom: 130px;
		right: 10px;
	}
	.pagetop img{
		width: 100%;
		height: auto;
	}
}


/*
フッター
*/

@media screen and (min-width: 640px){
  .footer {
    padding-top: 8px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.5;
  }
  .footerlinks .footerlink {
    font-size: 13px;
    height: 1.5em;
  }
  .footerlinks li {
    display: inline-block;
    margin-right: 20px;
  }
  .footerlinks .footerlink a {
    display: block;
    height: 1.5em;
    line-height: 1.5em;
  }
  .footerlinks .footerlink.is_sp {
    display: none;
  }
}

.footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}

.footer-jagged{
	background: url(../../assets/img/footer_top.png) repeat-x;
  background-size: 20px 8px;
  height: 8px;
  margin-top: -16px;
  position: relative;
}

.footer__inner {
  margin: 0 auto;
  position: relative;
  padding: 10px 30px 15px;
}

.footerlinks .footerlink {
  position: relative;
  font-size: 14px;
}

.footerlinks a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 640px){
  .copyright {
    font-size: 11px;
  }
  .logo_toyo {
    bottom: 15px;
    right: 0;
    width: 159px;
    display: block;
  }
}

.logo_toyo {
  position: absolute;
  white-space: nowrap;
}

.logo_toyo a {
  display: block;
  height: 100%;
}

.logo_toyo a:hover {
  background: rgba(255,255,255,0.2);
}

.page-top__sp{
  display: none;
}

.footerlinks a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px){
  .footer {
    font-size: 10px;
    padding-top: 8px;
  }
  .footer__inner {
    text-align: center;
    padding: 10px 20px 50px;
    width: 100%;
  }
  .footerlinks {
    margin-bottom: 10px;
  }
  .footerlinks .footerlink {
	  font-size: 12px;
  }
  .footerlinks li {
    display: inline;
  }
  .footerlinks__share {
    top: -65px;
    left: 50%;
    margin-left: -56.5px;
  }
  .copyright {
    font-size: 7px;
  }
  .logo_toyo {
    bottom: 5px;
    right: 20px;
    width: 131px;
    height: 34px;
    display: block;
  }
  .footerlinks .footerlink.is_pc {
    display: none;
  }
  .footerlinks .footerlink:before {
    content: " | ";
  }
  .page-top__pc{
    display: none;
  }
  .page-top__sp{
    display: block;
    text-align: right;
    margin-top: 40px;
  }
  .footer-jagged{
		background-size: 14px 7px;
		top: 1px;
	}
}

/*
	フェードイン
*/

.fade-in1 {
	font-weight: bold;
	animation-name: fadein;
	animation-duration: 2s;
}
@keyframes fadein {
	from {
	  opacity: 0;
	  transform: translateY(20px);
	}
	to {
    opacity: 1;
    transform: translateY(0);
	}
}


.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition:all 1s;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*
	youtube
*/

.youtube-container{
	padding: 0 15px;
}


.youtube-titile{
	font-size: 17px;
	padding: 0 10px 15px;
}

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding: 0 1% 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.youtube-container img{
  max-width: 100%;
}
@media screen and (min-width: 641px){
  .youtube-container{
    display: flex;
		margin-bottom: 1.5rem;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: flex-start;
  }
  .youtube-item{
    /*flex-basis: 49.5%;*/
    flex-basis: 59.5%;
  }
  .youtube-container__1{
	  margin-bottom: 4.5rem;
  }
}

@media screen and (max-width: 640px){
	.youtube-container__1{
	  margin-bottom: 4.5rem;
  }
}

/*
	Twitter
*/
.btn_area_twitter {
	text-align: center;
	line-height: 0;
	padding: 20px 0 55px;
}
.btn_area_twitter a {
	-webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  			transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_area_twitter a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 750px){
	.btn_area_twitter {
		padding: 0 0 7.333vw;
	}
	.btn_area_twitter img {
		width: 88vw;
	}
}

/*
	Added
*/
.util_pc {
	display: block;
}
.util_sp {
	display: none;
}
@media screen and (max-width: 750px){
	.util_pc {
		display: none;
	}
	.util_sp {
		display: block;
	}
}