@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for HTML
//////////////////////////////////////////////////////////*/


* { 
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height: 155%;
}

a img:hover {
	opacity: 0.7;
}


/* -----------------------------
	RESPONSIVE
---------------------------- */
.sp-none {
	display: inline; 
}
@media screen and (max-width: 1060px) {
	.sp-none {
		display: none; 
	}
}
.pc-none {
	display: none; 
}
@media screen and (max-width: 1060px) {
	.pc-none {
		display: inline; 
	}
}

.switch {
	visibility: hidden; 
}


/* -----------------------------
	LAYOUT
---------------------------- */
.feature,
#scene,
#howto,
#products {
	width: 100%;
	padding: 70px 0 120px 0;
	box-sizing: border-box;
}

.feature .inner,
#scene .inner,
#howto .inner,
#products .inner {
	width: 1000px;
	margin: 0 auto;
}

.feature .inner .sec-ttl h1,
#scene .inner .sec-ttl h1,
#howto .inner .sec-ttl h1,
#products .inner .sec-ttl h1 {
	text-align: center;
	font-size: 30px;
	line-height: 130%;
}

.feature .inner .sec-ttl h1 em,
#scene .inner .sec-ttl h1 em,
#howto .inner .sec-ttl h1 em,
#products .inner .sec-ttl h1 em {
	font-family: 'Josefin Slab', serif;
	font-size: 30px;
	letter-spacing: 0.04em;
}


@media screen and (max-width: 1060px) {
	.feature,
	#scene,
	#howto,
	#products {
		padding: 70px 20px;
	}
	.feature .inner,
	#scene .inner,
	#howto .inner,
	#products .inner {
		width: 100%;
	}
}


/* -----------------------------
	MV
---------------------------- */
#mv {
	height: 570px;
	background: url('../images/mv_bg.jpg') no-repeat;
	background-size: cover;
}

#mv .inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
}

#mv .inner #header h1 {
	float: left;
}

#mv .inner #header .lang {
	float: right;
	padding-top: 10px;
}

#mv .inner #header .lang ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#mv .inner #header .lang ul li,
#mv .inner #header .lang ul li a {
	padding: 0 2px;
	font-family: 'Josefin Slab', serif;	
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#mv .inner #header .lang ul li p {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 80%;
}

#mv .inner .mv-pct {
	padding-top: 75px;
}

@media screen and (max-width: 1060px) {
	#mv {
		height: auto;
		background-position: left -150px center;
	}
	#mv .inner {
		width: 100%;
		padding: 20px 20px 0 20px;
		box-sizing: border-box;
	}
	#mv .inner #header h1 {
		width: 85px;
		height: auto;
	}
	#mv .inner #header h1 img {
		width: 100%;
		height: auto;
	}
	#mv .inner #header .lang {
		padding-top: 0;
	}
	#mv .inner .mv-pct { padding: 35px 0; }
	#mv .inner .mv-pct img {
		width: 100%;
		height: auto;
	}
}


/* -----------------------------
	NAVI
---------------------------- */
#navi {
	width: 100%;
	padding: 22px 0 15px 0;
	background-color: #f0f1f4;
}

#navi .inner {
	width: 1000px;
	margin: 0 auto;
}

#navi .inner ul {
	text-align: center;
	letter-spacing: -.4em;
}

#navi .inner ul li.navi-list {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	background: url('../images/navi_arrow.png') no-repeat center bottom;
}

#navi .inner ul li.navi-list a {
	display: block;
	padding: 0 0 15px 0;
	color: #189ee7;
	text-decoration: none;
}

#navi .inner ul li.spacer {
	display: inline-block;
	padding: 0 30px; 
}

@media screen and (max-width: 1060px) {
	#navi { padding: 0; }
	#navi .inner { width: 100%; }
	#navi .inner ul {
		text-align: left;
		box-sizing: border-box;
	}
	#navi .inner ul li.navi-list {
		display: block;
		width: 100%;
		background: url('../images/navi_arrow.png') no-repeat right 10px center;
	}
	#navi .inner ul li.navi-list a { 
		padding: 13px;
		border-bottom: 1px solid #abd3f5;
	}
	#navi .inner ul li.spacer { display: none; }
}


/* -----------------------------
	FEATURE
---------------------------- */
.feature {
	background: url('../images/feature-bg.jpg') repeat;
}
.feature .inner {}
.feature .inner .sec-ttl h1 {}
.feature .inner .sec-ttl h1 em { color: #189ee7; }
.feature .inner .sec-ttl p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

.feature .inner .sec-conts,
.feature .inner .sec-aroma {
	margin-top: 80px;
}

.feature .inner .sec-conts .sec-pct  { width: 480px; }
.feature .inner .sec-conts .sec-desc { width: 470px; }
.feature .inner .sec-conts .fl-l { float: left; }
.feature .inner .sec-conts .fl-r { float: right; }

.feature .inner .sec-conts h2 {
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	background: url('../images/feature_h2_bg.gif') no-repeat left bottom;
}

.feature .inner .sec-conts h2 em,
.feature .inner .sec-aroma .sec-ttl h2 em {
	font-family: 'Josefin Slab', serif;
	padding-right: 15px;
	font-size: 40px;
	color: #189ee7;
}

.feature .inner .sec-conts .sec-desc p {
	margin: 20px 0;
	font-size: 14px;
}

@media screen and (max-width: 1060px) {
	.feature .inner .sec-conts .sec-pct,
	.feature .inner .sec-conts .sec-desc { width: 100%; }
	.feature .inner .sec-conts .fl-l,
	.feature .inner .sec-conts .fl-r { float: none; }
	.feature .inner .sec-conts .sec-pct img { width: 100%; height: auto; }
}


/* AROMA */
.feature .inner .sec-aroma .sec-ttl {
	text-align: center;
}

.feature .inner .sec-aroma .sec-ttl h2 {
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	background: url('../images/feature_h2_bg.gif') no-repeat center bottom;
}

.feature .inner .sec-aroma .sec-ttl p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

.feature .inner .sec-aroma ul {
	margin: 50px 0 0;
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
}

.feature .inner .sec-aroma ul li {
	width: 184px;
	text-align: center;
}

.feature .inner .sec-aroma ul li h3 {
	margin: 15px 0 5px 0;
	color: #9b7f5b;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.feature .inner .sec-aroma ul li p {
	font-size: 14px;
	text-align: left;
}

@media screen and (max-width: 1060px) {
	.feature .inner .sec-aroma .sec-ttl {
		text-align: left;
	}
	.feature .inner .sec-aroma .sec-ttl h2 {
		background: url('../images/feature_h2_bg.gif') no-repeat left bottom;
	}
	.feature .inner .sec-aroma .sec-ttl p {
		text-align: left;
	}
	.feature .inner .sec-aroma ul li {
		width: 100%;
		padding: 0 30px;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
}

/* EFFECT */
.sec-effect { width: 100%; }

.sec-effect ul {
	width: 700px;
	margin: 40px auto;
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
}

.sec-effect h3 {
	text-align: center;
	font-weight: bold;
}

.sec-effect p {
	text-align: center;
	margin: 15px 0;
}

.font-small { font-size: 75%; }

@media screen and (max-width: 1060px) {
	.sec-effect ul { width: 100%; }
	.sec-effect ul li { width: 49%; margin-bottom: 10px; }
	.sec-effect ul li img { width: 100%; height: auto; }
	.sec-effect h3,
	.sec-effect p { text-align: left; }
	.sec-effect p img { width: 100%; height: auto; }
}



/* -----------------------------
	SCENE
---------------------------- */
#scene {
	background: url('../images/scene-bg.jpg') repeat;
}
#scene .inner {}
#scene .inner .sec-ttl h1 {}
#scene .inner .sec-ttl h1 em { color: #7c6234; }

#scene .inner .sec-conts {
	margin-top: 80px;
}

#scene .inner .sec-conts ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#scene .inner .sec-conts ul li {
	position: relative;
	width: 480px;
	margin-bottom: 80px;
}

#scene .inner .sec-conts ul li .flag {
	position: absolute;
	top: -5px;
	left: -5px;
}

#scene .inner .sec-conts ul li h3 {
	margin: 20px 0 5px 0;
	color: #6aa6d4;
	font-size: 20px;
	font-weight: bold;
}

#scene .inner .sec-conts ul li p {
	font-size: 14px;
}

@media screen and (max-width: 1060px) {
	#scene .inner .sec-conts {
		margin-top: 50px;
	}
	#scene .inner .sec-conts ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	#scene .inner .sec-conts ul li img {
		width: 100%;
		height: auto;
	}
}


/* -----------------------------
	HOWTO
---------------------------- */
#howto {}
#howto .inner {}
#howto .inner .sec-ttl h1 {}
#howto .inner .sec-ttl h1 em { color: #0ad3c2; }

#howto .inner .sec-conts {
	margin-top: 60px;
}

#howto .inner .sec-conts ul {
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
}

#howto .inner .sec-conts ul li {
	position: relative;
	width: 238px;
}

#howto .inner .sec-conts ul li .flag {
	position: absolute;
	top: 0;
	left: 50%;
    transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
}

#howto .inner .sec-conts ul li h3 {
	margin: 10px 0 5px 0;
	font-size: 15px;
	color: #a47a58;
	font-weight: bold;
}

#howto .inner .sec-conts ul li p {
	font-size: 14px;
}

@media screen and (max-width: 1060px) {
	#howto .inner .sec-conts ul li {
		width: 100%;
		margin-bottom: 50px;
	}
	#howto .inner .sec-conts ul li img {
		width: 100%;
		height: auto;
	}
}


/* -----------------------------
	PRODUCTS
---------------------------- */
#products {
	background: url('../images/products-bg.jpg') repeat;
}
#products .inner {}
#products .inner .sec-ttl h1 {}
#products .inner .sec-ttl h1 em { color: #246092; }
#products .inner .sec-ttl p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}


/* LIST */
#products .inner .sec-list {
	margin: 70px 0;
}

#products .inner .sec-list h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

#products .inner .sec-list ul.pdct-oil {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#products .inner .sec-list ul.pdct-oil li {
	width: 184px;
}

#products .inner .sec-list ul.pdct-oil li p {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#products .inner .sec-list ul.pdct-oil li p a { color: #246092; }

#products .inner .sec-list .sec-list-mask     { float: left; width: 318px; }
#products .inner .sec-list .sec-list-diffuser { float: right; width: 659px; }

#products .inner .sec-list .sec-list-diffuser ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#products .inner .sec-list .sec-list-mask li p,
#products .inner .sec-list .sec-list-diffuser li p {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#products .inner .sec-list .sec-list-mask ul li p a,
#products .inner .sec-list .sec-list-diffuser ul li p a { color: #246092; }


@media screen and (max-width: 1060px) {
	#products .inner .sec-list { margin: 50px 0 0; }
	#products .inner .sec-list ul.pdct-oil li {
		width: 47%;
		margin-bottom: 30px;
	}
	#products .inner .sec-list ul.pdct-oil li img {
		width: 100%;
		height: auto;
	}
	#products .inner .sec-list .sec-list-mask,
	#products .inner .sec-list .sec-list-diffuser {
		float: none;
		width: 100%;
	}
	#products .inner .sec-list .sec-list-mask { margin-bottom: 30px; }
	#products .inner .sec-list .sec-list-mask img,
	#products .inner .sec-list .sec-list-diffuser img {
		width: 100%;
		height: auto;
	}
	#products .inner .sec-list .sec-list-diffuser ul li {
		margin-bottom: 30px;
	}
}



#products .inner .sec-pdct { margin: 130px 0; }
#products .inner .sec-pdct .sec-pct { width: 450px; }
#products .inner .sec-pdct .sec-desc { width: 500px; }
#products .inner .sec-pdct .fl-l { float: left; }
#products .inner .sec-pdct .fl-r { float: right; }


#products .inner .sec-pdct .sec-desc ul.sec-detail {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

#products .inner .sec-pdct .sec-desc ul.sec-detail li { margin-bottom: 5px; }
#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-ttl  { width: 95px; }
#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc { width: 385px; }

#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-ttl .cat-name {
	width: 95px;
	padding: 3px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #91c8e5;
	border-radius: 2px;
}

#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc h1 {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 130%;
}

#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc h2 {
	color: #212586;
	font-size: 18px;
	font-weight: bold;
}

#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc h2 em {
	font-family: 'Josefin Slab', serif;
	color: #212586;
	font-size: 35px;
}

#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc dl { font-size: 14px; }
#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc dt { float: left; }
#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc dd { margin-left: 100px; }


#products .inner .sec-pdct .sec-btn { margin-top: 20px; }
#products .inner .sec-pdct .sec-btn ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#products .inner .sec-pdct .sec-btn ul li {
	width: 160px;
}

@media screen and (max-width: 1060px) {
	#products .inner .sec-pdct .sec-pct,
	#products .inner .sec-pdct .sec-desc { width: 100%; }
	#products .inner .sec-pdct .fl-l,
	#products .inner .sec-pdct .fl-r { float: none; }
	#products .inner .sec-pdct .sec-pct img {
		width: 100%;
		height: auto;
	}
	#products .inner .sec-pdct .sec-desc { margin-top: 30px; }
	#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc h1 { margin-bottom: 0; }
	#products .inner .sec-pdct .sec-desc ul.sec-detail li.cat-desc h2 { margin-top: 10px; }
	
	
	#products .inner .sec-pdct .sec-btn ul li { width: 100%; margin: 2px 0; }
	#products .inner .sec-pdct .sec-btn ul li img { width: 100%; height: auto; }

}

/* 添加目安 */
#products .inner .sec-pdct ul.cat-desc-list { width: 100%; letter-spacing: -.4em; }
#products .inner .sec-pdct ul.cat-desc-list li { display: inline-block; letter-spacing: normal; }
#products .inner .sec-pdct ul.cat-desc-list li:nth-child(1n) { width: 60px; }
#products .inner .sec-pdct ul.cat-desc-list li:nth-child(2n) { width: 220px; }


@media screen and (max-width: 1060px) {
	#products .inner .sec-pdct ul.cat-desc-list li:nth-child(1n) { width: 30%; }
	#products .inner .sec-pdct ul.cat-desc-list li:nth-child(2n) { width: 65%; }
}


/* SHOP */
#shop {
	margin-bottom: 30px;
	padding: 50px;
	color: #fff;
	background-color: #75a7c5;
}

#shop h1 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

#shop .block { margin: 30px 0; }
#shop .block .sec-left  { float: left; width: 120px; }
#shop .block .sec-right { float: right; width: 750px; }
#shop .block .sec-left > h3 {
	padding: 5px 0;
	color: #75a7c5;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
	background-color: #fff;
}

#shop .block .sec-right > ul {
	margin-bottom: 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#shop .block .sec-right > ul li:nth-child(1) { width: 200px; }
#shop .block .sec-right > ul li:nth-child(2) { width: 540px; }

@media screen and (max-width: 1060px) {
	#shop { padding: 50px 20px 10px 20px; }
	#shop .block { margin: 20px 0; }
	#shop .block .sec-left,
	#shop .block .sec-right { float: none; width: 100%; }
	#shop .block .sec-right > ul { margin: 15px 0; }
	#shop .block .sec-right > ul li:nth-child(1),
	#shop .block .sec-right > ul li:nth-child(2) { width: 100%; }
}


/* BANNER */
@media screen and (max-width: 1060px) {
	.bnr img { width: 100%; height: auto; }
}



/* NOTICE */
#products .inner .notice {
	width: 100%;
	margin: 50px 0;
	padding: 35px;
	border: 1px solid #91c8e5;
	box-sizing: border-box;
}

#products .inner .notice>ul {
	display: flex;
	flex-flow:  row wrap;
	justify-content: space-between;
	align-items: center;
	color: #74aac7;
}

#products .inner .notice>ul>li:nth-child(1) { width: 16%; }
#products .inner .notice>ul>li:nth-child(2) { width: 80%; }

#products .inner .notice>ul>li:nth-child(1) {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#products .inner .notice>ul>li:nth-child(2) {
	border-left: 1px solid #91c8e5;
}

#products .inner .notice ul li ul.notice-child {
	padding-left: 40px;
	margin: 0 0 0 20px;
	list-style-type: circle;
	list-style-position: outside;
}

@media screen and (max-width: 1060px) {
	#products .inner .notice { padding: 25px 15px; }
	#products .inner .notice>ul>li:nth-child(1),
	#products .inner .notice>ul>li:nth-child(2) { width: 100%; }
	#products .inner .notice>ul>li:nth-child(1) { font-size: 17px; margin-bottom: 15px; }
	#products .inner .notice>ul>li:nth-child(2) { border-left: none;}
	#products .inner .notice ul li ul.notice-child { padding-left: 0px; }
}

p.comingsoon {
	padding: 10px 0;
	font-size: 26px;
	color: #f76394;
}



/* -----------------------------
	FOOTER
---------------------------- */
#footer {
	width: 100%;
	padding: 60px 0;
	background: url('../images/footer-bg.gif') repeat;
	box-sizing: border-box;
}

#footer .inner {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

#footer .inner h1 {
	text-align: center;
}

#footer .inner h2 {
	margin: 30px 0 5px 0;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

/*#footer .inner ul {
	margin: 30px 0 5px 0;
	text-align: center;
}

#footer .inner ul li {
	display: inline;
	color: #fff;
}

#footer .inner ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#footer .inner ul li a:hover {
	color: #08153c;
}*/

#footer .inner p {
	text-align: center;
	/*color: #fff;*/
}

#footer .inner small {
	font-family: 'Josefin Slab', serif;
	font-size: 16px;
	letter-spacing: 0.04em;
}


@media screen and (max-width: 1060px) {
	#footer {
		padding: 60px 20px;		
	}
	#footer .inner {
		width: 100%;
	}
	#footer .inner ul li {
		display: block;
		width: 100%;
	}
}


/* -----------------------------
	PAGETOP
---------------------------- */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}

@media screen and (max-width: 1060px) {
	#pagetop {
		right: 10px;
		bottom: 10px;
	}
}


/* 追加 */
/* -----------------------------
	Emergency
---------------------------- */
#emergency .inner {
	width: 937px;
	margin: 0 auto 40px;
}

@media screen and (max-width: 1060px) {
	#emergency .inner { width: 100%; }
	#emergency .inner img {
		width: 100%;
		height: auto;
	}
}


/* -----------------------------
	FEATURE 04
---------------------------- */
#feature-04 {
	width: 100%;
	padding: 40px 0;
	background-color: #3ba9dd;
}

#feature-04 .sec-ttl {
	color: #fff;
	text-align: center;
}

#feature-04 .sec-ttl h2 {
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;

	background: url('../images/feature_h2_bg_wh.gif') no-repeat center bottom;
}

#feature-04 .sec-ttl em {
	font-family: 'Josefin Slab', serif;
	padding-right: 15px;
	font-size: 40px;
}

#feature-04 .sec-ttl p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

#feature-04 .sec-body {
	width: 1000px;
	margin: 50px auto 0 auto;
	color: #fff;
}

#feature-04 .sec-body ul {
	position: relative;
	min-height: 459px;
	background: url('../images/feature_04_pc.jpg') no-repeat;
}

#feature-04 .sec-body ul li {
	font-size: 15px;
}

#feature-04 .sec-body ul li:nth-child(1) { position: absolute; top: 0; left: 70px; width: 235px; }
#feature-04 .sec-body ul li:nth-child(2) { position: absolute; top: 0; left: 430px; width: 230px; }
#feature-04 .sec-body ul li:nth-child(3) { position: absolute; top: 0; left: 780px; }


@media screen and (max-width: 1060px) {
	#feature-04 {}
	#feature-04 .sec-ttl { width: 100%; padding: 0 20px; box-sizing: border-box; }
	#feature-04 .sec-body { width: 100%; }
	#feature-04 .sec-body ul { background: none; }
	#feature-04 .sec-body ul li { display: block; font-size: 16px; }
	#feature-04 .sec-body ul li:nth-child(1),
	#feature-04 .sec-body ul li:nth-child(2),
	#feature-04 .sec-body ul li:nth-child(3) { position: relative; width: 100%; left: 0; box-sizing: border-box; border-bottom: 5px solid #fff; padding: 0 20px 0 75px; }
	
	
	#feature-04 .sec-body ul li:nth-child(1) { min-height: 250px; background: url('../images/feature_04_01_sp.jpg') left 15px bottom no-repeat; background-size: 60%; margin-bottom: 40px; }
	#feature-04 .sec-body ul li:nth-child(2) { min-height: 250px; background: url('../images/feature_04_02_sp.jpg') left 15px bottom no-repeat; background-size: 60%; margin-bottom: 40px; }
	#feature-04 .sec-body ul li:nth-child(3) { min-height: 250px; background: url('../images/feature_04_03_sp.jpg') left 15px bottom no-repeat; background-size: 60%; }
}


/* -----------------------------
	追加 動画
---------------------------- */

/* Youtub Movie */

.feature .inner .sec-mov ul {
	width:100%;
	margin: 40px auto 0;
	color: #fff;
	//border: solid 1px red;
}
.feature .inner .sec-mov ul li {
	width: 560px;
	margin: 5rem auto;
	//border: solid 1px blue;
}
.feature .inner .sec-mov h2 {
	margin-bottom:2rem;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 150%;
	background: url('../images/feature_h2_bg.gif') no-repeat left bottom;
}
.feature .inner .sec-mov h2 em {
	font-family: 'Josefin Slab', serif;
	padding-right: 15px;
	font-size: 40px;
	color: #189ee7;
}
@media screen and (max-width: 1060px) {
	.feature .inner .sec-mov {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
.feature .inner .sec-mov ul li {
	width: 100%;
	margin: 5rem auto;
	//border: solid 1px black;
}
	.feature .inner .sec-mov ul li h2 {
		text-align: left;
}
}