@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap');
.fullRight-left{
	overflow:hidden;
}
.introduction{
	position:relative;
	padding:min(calc(50 / var(--vw-min) * 100vw),50px) min(calc(30 / var(--vw-min) * 100vw),30px) 44%;
	background:#fff url(../img/introduction/bg.jpg) no-repeat center bottom / 100% auto;
}
@media screen and (max-width:768px){
	.introduction{
		position:relative;
		padding:calc(26 / var(--vw-min) * 100vw) calc(15 / var(--vw-min) * 100vw) 50%;
	}
}
.introduction__title{
	font-size:min(calc(48 / var(--vw-min) * 100vw),48px);
	text-align:center;
	line-height:1;
	font-family:var(--font-figtree);
	color:var(--color-blue);
	margin-bottom:min(calc(45 / var(--vw-min) * 100vw),45px);
	font-weight:500
}
@media screen and (max-width:768px){
	.introduction__title{
		font-size:calc(24 / var(--vw-min) * 100vw);
		margin-bottom:calc(30 / var(--vw-min) * 100vw);
		font-weight:500
	}
}
.introduction__catch{
	text-align:center;
	font-size:min(calc(22 / var(--vw-min) * 100vw),22px);
	line-height:2;
	font-family:"Shippori Mincho B1", serif;
	font-weight:500;
}
@media screen and (max-width:768px){
	.introduction__catch{
		font-size:calc(14 / var(--vw-min) * 100vw);
	}
}
.introduction__texts{
	padding:min(calc(100 / var(--vw-min) * 100vw),100px) 0;
	position:relative;
}
@media screen and (max-width:768px){
	.introduction__texts{
		padding:calc(60 / var(--vw-min) * 100vw) 0;
		position:relative;
	}
}
.introduction__texts:before,
.introduction__texts:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:min(calc(30 / var(--vw-min) * 100vw),30px);
	-webkit-mask:url(../img/common/news_point.png) no-repeat center center / contain;
	mask:url(../img/common/news_point.png) no-repeat center center / contain;
	background:var(--color-blue);
}
@media screen and (max-width:768px){
	.introduction__texts:before,
	.introduction__texts:after{
		height:calc(15 / var(--vw-min) * 100vw);
	}
}
.introduction__texts:before{
	top:min(calc(35 / var(--vw-min) * 100vw),35px);
}
.introduction__texts:after{
	bottom:min(calc(35 / var(--vw-min) * 100vw),35px);
}
@media screen and (max-width:768px){
	.introduction__texts:before{
		top:calc(22 / var(--vw-min) * 100vw);
	}
	.introduction__texts:after{
		bottom:calc(22 / var(--vw-min) * 100vw);
	}
}
.introduction__text{
	margin-bottom:1.75em;
	line-height:2.25;
	text-align:center;
}
.introduction__text:last-child{
	margin-bottom:0;
}
.story{
	position:relative;
	padding-bottom:min(calc(200 / var(--vw-min) * 100vw),200px);
}
@media screen and (max-width:768px){
	.story{
		padding-bottom:calc(100 / var(--vw-min) * 100vw);
	}
}
.story:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:min(calc(80 / var(--vw-min) * 100vw),80px);
	width:min(calc(37 / var(--vw-min) * 100vw),37px);
	height:min(calc(39 / var(--vw-min) * 100vw),39px);
	display:block;
	background:url(../img/common/goods_point.png) no-repeat center center / contain;
	margin-left:max(calc(-18 / var(--vw-min) * 100vw),-18px);
}
@media screen and (max-width:768px){
	.story:after{
		bottom:calc(40 / var(--vw-min) * 100vw);
		width:calc(18 / var(--vw-min) * 100vw);
		height:calc(19 / var(--vw-min) * 100vw);
		margin-left:calc(-9 / var(--vw-min) * 100vw);
	}
}
@keyframes story-imgs{
	0%{
		background-position:0 0;
	}
	100%{
		background-position:min(calc(880 / var(--vw-min) * 100vw),880px) 0;
	}
}
@media screen and (max-width:768px){
	@keyframes story-imgs{
		0%{
			background-position:0 0;
		}
		100%{
			background-position:calc(426.6666 / var(--vw-min) * 100vw) 0;
		}
	}
}
.story__t{
	width:100%;
	height:min(calc(99 / var(--vw-min) * 100vw),99px);
	background:url(../img/introduction/story_t.jpg) repeat 0 0 / auto 100%;
	animation:story-imgs 20s linear infinite;
}
@media screen and (max-width:768px){
	.story__t{
		height:calc(48 / var(--vw-min) * 100vw);
	}
}
.story__b{
	width:100%;
	height:min(calc(99 / var(--vw-min) * 100vw),99px);
	background:url(../img/introduction/story_b.jpg) repeat 0 0 / auto 100%;
	animation:story-imgs 20s linear reverse infinite;
}
@media screen and (max-width:768px){
	.story__b{
		height:calc(48 / var(--vw-min) * 100vw);
	}
}
.story__inner{
	background-color:#000;
	background-image:url(../img/introduction/story_bg-b.png),url(../img/introduction/story_bg-t.jpg);
	background-repeat:no-repeat;
	background-position:center bottom,center top;
	background-size:100% auto;
	padding:min(calc(50 / var(--vw-min) * 100vw),50px) 0;
}
@media screen and (max-width:768px){
	.story__inner{
		padding:calc(40 / var(--vw-min) * 100vw) 0;
	}
}
.story__title{
	font-size:min(calc(48 / var(--vw-min) * 100vw),48px);
	text-align:center;
	line-height:1;
	font-family:var(--font-figtree);
	color:var(--color-lightgreen);
	margin-bottom:min(calc(50 / var(--vw-min) * 100vw),50px);
	font-weight:500
}
@media screen and (max-width:768px){
	.story__title{
		font-size:calc(24 / var(--vw-min) * 100vw);
		margin-bottom:calc(25 / var(--vw-min) * 100vw);
	}
}
.story__catch{
	text-align:center;
	font-size:min(calc(22 / var(--vw-min) * 100vw),22px);
	line-height:2;
	font-family:"Shippori Mincho B1", serif;
	font-weight:500;
	color: #fff;
	padding-bottom:min(calc(60 / var(--vw-min) * 100vw),60px);
}
@media screen and (max-width:768px){
	.story__catch{
		font-size:calc(14 / var(--vw-min) * 100vw);
		padding-bottom:calc(30 / var(--vw-min) * 100vw);
	}
}
.story__texts{
	padding-bottom:min(calc(60 / var(--vw-min) * 100vw),60px);
}
@media screen and (max-width:768px){
	.story__texts{
		padding-bottom:calc(30 / var(--vw-min) * 100vw);
	}
}
.story__text{
	line-height:2.25;
	font-size:min(calc(16 / var(--vw-min) * 100vw),16px);
	text-align:center;
	color:#fff;
	margin-bottom:1.75em;
}
@media screen and (max-width:768px){
	.story__text{
		font-size:calc(12 / var(--vw-min) * 100vw);
	}
}