@charset "utf-8";

/*====================================================================================

		basic layout

====================================================================================*/

body {
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 2.0;
}

body * {
	box-sizing: border-box;
}

.sans-serif {
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	vertical-align: top;
}

a {
	color: #000;
	border: none;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	filter: brightness(140%);
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, a:hover {
		opacity: 0.8;
	}
}


em {
	font-style: normal;
	font-weight: bold;
}

p.page_top {
	margin: 0 0 50px;
	text-align: center;
}

p.page_top img {
	width: 67px;
}

.pc_none {
	display: none;
}

.sp_none {
	display: inline;
}

img.sp {
	display: none;
}

ul#sp_float_btn {
	display: none;
}


@media screen and (max-width: 768px){
	body {
		font-size: 16px;
	}
	
	.sp_none {
		display: none;
	}
	
	.pc_none {
		display: inline;
	}
	
	img {
		max-width: 100%;
		width: auto;
	}
	
	img.pc {
		display: none;
	}
	
	img.sp {
		display: inline;
	}
	
	p.page_top {
		margin: 0 0 30px;
	}
	
	ul#sp_float_btn {
		width: 100%;
		height: 75px;
		padding: 10px 20px;
		background-color: rgba(0,172,238, 0.75);
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 0;
		z-index: 100;
	}
	
	ul#sp_float_btn li:nth-child(2) {
		margin: 0 2% 0 4%;
	}
	
	ul#sp_float_btn li:nth-child(2) a {
		cursor: default;
	}
}



/*------------------ clearfix layout ---------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*
*:after {
	content: "";
	display:block;
	clear:both;
}
*/





/*===============================================================

		header layout

===============================================================*/

header {
	/*height: 100vh;*/
	position: relative;
}

header ul#header_float_btn {
	width: 100%;
	height: 75px;
	background-color: rgba(0,172,238, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 10001;
}

header ul#header_float_btn li:nth-child(2) {
	margin: 0 28px 0 33px;
}

header ul#header_float_btn li:nth-child(2) a {
	cursor: default;
}


header .header_main {
	/*height: calc(100% - 120px);*/
	height: 800px;
	padding: 0 20px 0;
	background: url("../img/main_img.jpg") center bottom / cover no-repeat;
}

header .header_main .inner {
	width: 100%;
	min-width: 1000px;
	max-width: 1240px;
	margin: 0 auto;
}

header .header_main h1 {
	position: absolute;
	/*bottom: 0;*/
	top: 0;
	z-index: 2;
}
/*
header .header_main h1 img {
	height: 100vh;
}
*/
header .scroll {
	height: 120px;
	background: url("../img/header_bg.jpg") center top / cover no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .scroll p {
	width: 60px;
	position: relative;
	z-index: 3;
}

header .scroll p img {
	width: 100%;
}


@media screen and (min-width: 1501px){
	
}


@media screen and (max-width: 768px){
	header {
		height: auto;
		background: none;
	}
	
	header ul#header_float_btn {
		display: none;
	}
	
	header .header_main {
		height: auto;
		padding: 20px 20px 0;
		background: url("../img/sp/main_img.jpg") center top / 100% auto no-repeat;
	}
	
	header .header_main .inner {
		width: auto;
		min-width: inherit;
		max-width: inherit;
		margin: 0 auto;
	}
	
	header .header_main h1 {
		position: relative;
		bottom: auto;
	}
	
	header .header_main h1 img {
		width: 70%;
		height: auto;
		position: relative;
	}
	
	header .scroll {
		height: 100px;
		margin: -21% 0 0;
		background: url("../img/sp/header_bg.jpg") center top / cover no-repeat;
	}
}



/*====================================================================================

		#contents layout

====================================================================================*/

#contents {

}

#contents section .inner {
	width: 100%;
	min-width: 1000px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#contents section .inner h2 {
	line-height: 1.0;
}


@media screen and (max-width: 768px){
	#contents section .inner {
		width: auto;
		min-width: inherit;
		max-width: inherit;
		margin: 0 20px;
		padding: 0;
	}
}



/*===============================================================

		#contents .what layout

===============================================================*/

#contents .what {
	padding: 120px 0;
	background: url("../img/bg_01.jpg") center center / cover no-repeat;
}

#contents .what .inner .box {
	width: 575px;
}

#contents .what .inner .box h2 {
	margin: 0 0 40px;
}

/*
@media screen and (min-width: 1501px){
	#contents .what {
		padding: 150px 0;
	}
}
*/

@media screen and (max-width: 768px){
	#contents .what {
		padding: 40px 0 70%;
		background: url("../img/sp/bg_01.jpg") center bottom / 100% auto no-repeat;
	}
	
	#contents .what .inner .box {
		width: auto;
	}
	
	#contents .what .inner .box h2 {
		margin: 0 0 30px;
	}
}



/*===============================================================

		#contents .distress layout

===============================================================*/

#contents .distress {
	padding: 100px 0;
	background: url("../img/bg_02.jpg") center top / cover no-repeat;
}

#contents .distress .inner h2 {
	width: 494px;
	margin: 0 auto 70px;
}

#contents .distress .inner h2 img {
	width: 100%;
}

#contents .distress .inner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .distress .inner ul li {
	width: calc(50% - 25px);
	margin: 0 0 30px;
	padding: 0 0 0 45px;
	background: url("../img/icon_check.png") left center / 38px auto no-repeat;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}


@media screen and (max-width: 768px){
	#contents .distress {
		padding: 60px 0 40px;
		background: url("../img/bg_02.jpg") left 40% top / cover no-repeat;
	}
	
	#contents .distress .inner h2 {
		width: auto;
		margin: 0 10px 30px;
	}
	
	#contents .distress .inner ul li {
		width: auto;
		margin: 0 0 10px;
		padding: 10px 0 10px 45px;
		background: url("../img/icon_check.png") left top 3px / 38px auto no-repeat;
		color: #fff;
		font-size: 4.5vw;
		font-weight: 600;
		line-height: 1.5;
	}
}



/*===============================================================

		#contents .feature layout

===============================================================*/

#contents .feature {
	padding: 150px 0;
	background: url("../img/bg_03.jpg") center top / cover no-repeat;
	position: relative;
}

#contents .feature::before {
	content: "";
	width: 52px;
	height: 76px;
	background: url("../img/icon_arrow_01.png") center top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 26px);
	top: -32px;
}

#contents .feature::after {
	content: "";
	width: 406px;
	height: 301px;
	background: url("../img/img_05.png") center top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% + 94px);
	bottom: -43px;
}

#contents .feature .inner {
	max-width: 1200px;
	margin: 50px auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#contents .feature .inner::before {
	content: "";
	width: 100%;
	height: 50px;
	background: url("../img/bg_05.png") right top / 48px auto no-repeat,
				url("../img/bg_04.png") left top / 48px auto no-repeat;
	position: absolute;
	left: 0;
	top: -50px;
}

#contents .feature .inner::after {
	content: "";
	width: 100%;
	height: 50px;
	background: url("../img/bg_07.png") right top / 48px auto no-repeat,
				url("../img/bg_06.png") left top / 48px auto no-repeat;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#contents .feature .inner .inner_box {
	margin: 0 48px;
	padding: 50px 130px 15px;
	position: relative;
}

#contents .feature .inner .inner_box::before {
	content: "";
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: -50px;
}

#contents .feature .inner .inner_box::after{
	content: "";
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#contents .feature .inner .inner_box h2 {
	margin: 0 0 60px;
	text-align: center;
}

#contents .feature .inner .inner_box dl div {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#contents .feature .inner .inner_box dl div dt {
	width: 204px;
	margin: 0 30px 0 0;
	flex-shrink: 0;
}

#contents .feature .inner .inner_box dl div dt img {
	width: 100%;
}


@media screen and (max-width: 1200px){
	#contents .feature .inner {
		width: calc(100% - 40px);
	}
	
	#contents .feature .inner .inner_box {
		padding: 50px 9% 15px;
	}
}

@media screen and (max-width: 768px){
	#contents .feature {
		padding: 60px 0;
	}
	
	#contents .feature::before {
		width: 40px;
		height: 59px;
		left: calc(50% - 20px);
		top: -29px;
	}
	
	#contents .feature::after {
		width: 200px;
		height: 148px;
		left: auto;
		right: 40px;
		bottom: -30px;
	}
	
	#contents .feature .inner {
		max-width: inherit;
		margin: 25px auto;
		padding: 0;
		background-color: #fff;
		position: relative;
	}
	
	#contents .feature .inner::before {
		height: 24px;
		background: url("../img/bg_05.png") right top / 23px auto no-repeat,
					url("../img/bg_04.png") left top / 23px auto no-repeat;
		top: -24px;
	}
	
	#contents .feature .inner::after {
		height: 24px;
		background: url("../img/bg_07.png") right top / 23px auto no-repeat,
					url("../img/bg_06.png") left top / 23px auto no-repeat;
		bottom: -24px;
	}
	
	#contents .feature .inner .inner_box {
		margin: 0 23px;
		padding: 30px 0 15px;
	}
	
	#contents .feature .inner .inner_box::before {
		height: 24px;
		top: -24px;
	}
	
	#contents .feature .inner .inner_box::after{
		height: 24px;
		bottom: -24px;
	}
	
	#contents .feature .inner .inner_box h2 {
		margin: 0 10% 30px;
	}
	
	#contents .feature .inner .inner_box dl div {
		margin: 0 0 30px;
		display: block;
	}
	
	#contents .feature .inner .inner_box dl div dt {
		width: 40%;
		margin: 0 auto 10px;
	}
	
	#contents .feature .inner .inner_box dl div dt img {
		width: 100%;
	}

}



/*===============================================================

		#contents .contact layout

===============================================================*/

#contents .contact {
	padding: 100px 0 150px;
	background: url("../img/contact_bg.jpg") left calc(50% + 335px) top / auto no-repeat;
}

#contents .contact .inner .box {
	width: 722px;
}

#contents .contact .inner p.logo {
	margin: 30px 0 15px;
	padding: 0 0 20px;
	border-bottom: solid 1px #002144;
	text-align: center;
}

#contents .contact .inner p.logo img {
	width: 350px;
}

#contents .contact .inner .tel {
	margin: 30px 0 23px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#contents .contact .inner .tel p:first-of-type {
	margin: 0 16px 0 0;
}

#contents .contact .inner p.btn {
	text-align: center;
}


@media screen and (max-width: 768px){
	#contents .contact {
		padding: 40px 0 60px;
		background: url("../img/sp/contact_bg.jpg") right top / 45% auto no-repeat;
	}
	
	#contents .contact .inner .box {
		width: auto;
	}
	
	#contents .contact .inner h2 {
		width: 55%;
	}
	
	#contents .contact .inner p.logo img {
		width: 80%;
	}
	
	#contents .contact .inner .tel {
		margin: 30px 0 20px;
		display: block;
		text-align: center;
	}
	
	#contents .contact .inner .tel p:first-of-type {
		width: 70%;
		margin: 0 auto 10px;
	}
	
	#contents .contact .inner .tel p:last-of-type {
		width: 72%;
		margin: 0 auto;
	}
	
	#contents .contact .inner p.btn {
		width: 90%;
		margin: 0 auto;
	}
}



/*===============================================================

		#contents .product layout

===============================================================*/

#contents .product .item:nth-of-type(2) {
	margin: -43px 0 0;
}

#contents .product .item:nth-of-type(3) {
	margin: -49px 0 0;
}

#contents .product .item h2 {
	background: url("../img/bg_08.jpg") center bottom / 100% auto no-repeat;
	border-bottom: solid 5px #e8d000;
	border-image: linear-gradient(to right, #ffec3c 0%,#e8d000 50%,#ffec3c 100%);
	border-image-slice: 1;
	text-align: center;
}

#contents .product .item .detail {
	padding: 100px 0 150px;
	background: url("../img/bg_09.jpg") center top / 100% auto no-repeat;
}

#contents .product .item .detail .inner {
	display: flex;
	justify-content: space-between;
}

#contents .product .item .detail .inner p.img {
	width: 45%;
	max-width: 500px;
}

#contents .product .item .detail.reverse .inner p.img {
	order: 1;
}

#contents .product .item .detail .inner p.img img {
	width: 100%;
}

#contents .product .item .detail .inner .txt {
	width: 50%;
	max-width: 630px;
}

#contents .product .item .detail .inner .txt dl dt {
	margin: 0 0 20px;
	color: #001F44;
	font-size: 40px;
}

#contents .product .item .detail .inner .txt dl dd {
	color: #1F1F1F;
}

#contents .product .item .detail .inner .txt .price {
	margin: 60px 0 0;
	text-align: right;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
}


#contents .product .item .detail .inner .txt .price li:first-child {
	margin: 0 0 10px;
}

#contents .product .item .detail .inner .txt .price img {
	height: 41px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
}


@media screen and (min-width: 1501px){
	#contents .product .item h2 {
		background: url("../img/bg_08.jpg") center bottom / 100% 300px no-repeat;
	}
}


@media screen and (max-width: 1200px){
	#contents .product .item h2 {
		padding: 0 20px;
	}
	
	#contents .product .item h2 img {
		width: 100%;
	}
}


@media screen and (max-width: 768px){
	#contents .product .item:nth-of-type(2) {
		margin: 0;
	}
	
	#contents .product .item:nth-of-type(3) {
		margin: 0;
	}
	
	#contents .product .item h2 {
		padding: 0;
		background: url("../img/sp/bg_08.jpg") center bottom / 100% auto no-repeat;
	}
	
	#contents .product .item .detail {
		padding: 40px 0 60px;
		background: url("../img/sp/bg_09.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .product .item .detail .inner {
		display: block;
	}
	
	#contents .product .item .detail .inner p.img {
		width: 70%;
		margin: 0 auto 30px;
		max-width: inherit;
	}
	
	#contents .product .item .detail .inner .txt {
		width: auto;
		max-width: inherit;
	}
	
	#contents .product .item .detail .inner .txt dl dt {
		margin: 0 0 15px;
		text-align: center;
		font-size: 5vw;
		font-weight: 700;
		line-height: 1.4;
	}
	
	#contents .product .item .detail .inner .txt .price {
		margin: 20px 0 0;
		text-align: center;
		font-size: 4.5vw;
		font-weight: 700;
		letter-spacing: -1px;
	}
	
	#contents .product .item .detail .inner .txt .price li:first-child {
		margin: 0 0 10px;
	}
	
	#contents .product .item .detail .inner .txt .price img {
		height: 40px;
		margin: 2px auto 0;
		display: block;
	}
}



/*===============================================================

		#contents .itero layout

===============================================================*/

#contents .itero {
	padding: 100px 0;
	background: linear-gradient(to bottom, #78c0e7 0%,#69cee5 100%);
	color: #fff;
}

#contents .itero .inner h2 {
	margin: 0 0 70px;
	text-align: center;
}

#contents .itero .inner .box {
	background: url("../img/img_12.png") right top / 348px auto no-repeat;
}

#contents .itero .inner .box .txt {
	width: 67%;
	max-width: 782px;
}

#contents .itero .inner .box .txt h3 {
	margin: 50px 0 0;
	color: #F9E000;
	font-size: 35px;
	font-weight: 500;
}

#contents .itero .inner .box .txt dl dt {
	margin: 40px 0 10px;
	padding: 0 0 0 45px;
	background: url("../img/icon_check.png") left center / 38px auto no-repeat;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}


@media screen and (max-width: 768px){
	#contents .itero {
		padding: 60px 0;
	}
	
	#contents .itero .inner h2 {
		margin: 0 10% 40px;
		text-align: center;
	}
	
	#contents .itero .inner .box {
		background: url("../img/img_12.png") right top / 30% auto no-repeat;
	}
	
	#contents .itero .inner .box .txt {
		width: auto;
		max-width: inherit;
	}
	
	#contents .itero .inner .box .txt p {
		width: 67%;
	}
	
	#contents .itero .inner .box .txt h3 {
		margin: 50px 0 0;
		color: #F9E000;
		font-size: 5vw;
		font-weight: 500;
	}
	
	#contents .itero .inner .box .txt dl dt {
		margin: 20px 0 10px;
		padding: 10px 0 10px 45px;
		background: url("../img/icon_check.png") left top 3px / 38px auto no-repeat;
		color: #fff;
		font-size: 4vw;
		font-weight: 600;
		line-height: 1.5;
	}
}



/*===============================================================

		#contents .flow layout

===============================================================*/

#contents .flow {
	padding: 100px 0 120px;
	background: url("../img/bg_10.jpg") center top / cover no-repeat #D3EEFA;
}

#contents .flow .inner h2 {
	margin: 0 0 110px;
	text-align: center;
}

#contents .flow .inner h2 img {
	width: 252px;
}

#contents .flow .inner ol li:not(:last-child) {
	margin: 0 0 180px;
	position: relative;
}

#contents .flow .inner ol li:not(:last-child)::before {
	content: "";
	width: 40px;
	height: 22px;
	background: url("../img/icon_arrow_02.png") center top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -102px;
}

#contents .flow .inner ol li .box {
	margin: 50px auto;
	padding: 0;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	position: relative;
}

#contents .flow .inner ol li .box::before {
	content: "";
	width: 100%;
	height: 50px;
	background: url("../img/bg_12.png") right top / 48px auto no-repeat,
				url("../img/bg_11.png") left top / 48px auto no-repeat;
	position: absolute;
	left: 0;
	top: -50px;
}

#contents .flow .inner ol li .box::after {
	content: "";
	width: 100%;
	height: 50px;
	background: url("../img/bg_14.png") right top / 48px auto no-repeat,
				url("../img/bg_13.png") left top / 48px auto no-repeat;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#contents .flow .inner ol li .box .box_inner {
	margin: 0 48px;
	padding: 10px 13px;
	display: flex;
	position: relative;
}

#contents .flow .inner ol li .box .box_inner::before {
	content: "";
	width: 100%;
	height: 50px;
	border-top: solid 1px #fff;
	position: absolute;
	left: 0;
	top: -50px;
}

#contents .flow .inner ol li .box .box_inner::after{
	content: "";
	width: 100%;
	height: 50px;
	border-bottom: solid 1px #fff;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#contents .flow .inner ol li .box .box_inner p {
	width: 235px;
	margin: 4px 30px 0 0;
	flex-shrink: 0;
}

#contents .flow .inner ol li .box .box_inner p img {
	width: 100%;
}

#contents .flow .inner ol li .box .box_inner dl dt {
	margin: 0 0 15px;
}

#contents .flow .inner ol li .box .box_inner dl dt img {
	height: 54px;
}

#contents .flow .inner ol li .box .box_inner dl dd {
	color: #202020;
}


@media screen and (max-width: 768px){
	#contents .flow {
		padding: 60px 0;
		background: url("../img/sp/bg_10.jpg") center top / auto 100% no-repeat #D3EEFA;
	}
	
	#contents .flow .inner h2 {
		margin: 0 0 60px;
		text-align: center;
	}
	
	#contents .flow .inner h2 img {
		width: 50%;
	}
	
	#contents .flow .inner ol li:not(:last-child) {
		margin: 0 0 100px;
		position: relative;
	}
	
	#contents .flow .inner ol li:not(:last-child)::before {
		width: 30px;
		height: 17px;
		left: calc(50% - 15px);
		bottom: -61px;
	}
	
	#contents .flow .inner ol li .box {
		margin: 25px auto;
	}
	
	#contents .flow .inner ol li .box::before {
		height: 24px;
		background: url("../img/bg_12.png") right top / 23px auto no-repeat,
					url("../img/bg_11.png") left top / 23px auto no-repeat;
		top: -24px;
	}
	
	#contents .flow .inner ol li .box::after {
		height: 24px;
		background: url("../img/bg_14.png") right top / 23px auto no-repeat,
					url("../img/bg_13.png") left top / 23px auto no-repeat;
		bottom: -24px;
	}
	
	#contents .flow .inner ol li .box .box_inner {
		margin: 0 23px;
		padding: 10px 0;
		display: block;
	}
	
	#contents .flow .inner ol li .box .box_inner::before {
		height: 24px;
		top: -24px;
	}
	
	#contents .flow .inner ol li .box .box_inner::after{
		height: 24px;
		bottom: -24px;
	}
	
	#contents .flow .inner ol li .box .box_inner p {
		width: 50%;
		margin: 0 auto 30px;
	}
	
	#contents .flow .inner ol li .box .box_inner dl dt {
		margin: 0 0 10px;
		text-align: center;
	}
	
	#contents .flow .inner ol li .box .box_inner dl dt img {
		height: 40px;
	}
}



/*===============================================================

		#contents .introduction layout

===============================================================*/

#contents .introduction {
	padding: 120px 0;
}

#contents .introduction .inner h2 {
	margin: 0 0 60px;
	text-align: center;
}

#contents .introduction .inner h2 img {
	width: 400px;
}

#contents .introduction .inner .box {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
}

#contents .introduction .inner .box p {
	width: 37.5%;
	max-width: 450px;
	order: 1;
	flex-shrink: 0;
}

#contents .introduction .inner .box p img {
	width: 100%;
}

#contents .introduction .inner .box dl {
	width: 58.3%;
	max-width: 700px;
}

#contents .introduction .inner .box dl dt {
	margin: 0 0 30px;
	color: #002244;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}

#contents .introduction .inner .box dl dd {
	font-weight: 600;
}

#contents .introduction .inner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .introduction .inner ul li {
	width: 48%;
	max-width: 575px;
	margin: 50px 0 0;
}

#contents .introduction .inner ul li img {
	width: 100%;
}

#contents .introduction .inner .box_02 {
	margin: 90px 0 0;
	display: flex;
	justify-content: space-between;
}

#contents .introduction .inner .box_02 dl {
	width: 40%;
	max-width: 495px;
}

#contents .introduction .inner .box_02 dl dt {
	margin: 0 0 20px;
	color: #002244;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}

#contents .introduction .inner .box_02 dl dd {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}

#contents .introduction .inner .box_02 dl dd:nth-of-type(2) img {
	width: 100%;
}

#contents .introduction .inner .box_02 iframe {
	width: 57%;
	max-width: 750px;
	height: 450px;
}


@media screen and (max-width: 768px){
	#contents .introduction {
		padding: 60px 0;
	}
	
	#contents .introduction .inner h2 {
		margin: 0 0 30px;
		text-align: center;
	}
	
	#contents .introduction .inner h2 img {
		width: 75%;
	}
	
	#contents .introduction .inner .box {
		margin: 0 0 30px;
		display: block;
	}
	
	#contents .introduction .inner .box p {
		width: auto;
		max-width: inherit;
		margin: 0 10% 20px;
	}
	
	#contents .introduction .inner .box dl {
		width: auto;
		max-width: inherit;
	}
	
	#contents .introduction .inner .box dl dt {
		margin: 0 0 20px;
		font-size: 5vw;
	}
	
	#contents .introduction .inner ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	#contents .introduction .inner ul li {
		width: auto;
		max-width: inherit;
		margin: 20px 0 0;
	}
	
	#contents .introduction .inner ul li img {
		width: 100%;
	}
	
	#contents .introduction .inner .box_02 {
		margin: 50px 0 0;
		display: block;
	}
	
	#contents .introduction .inner .box_02 dl {
		width: auto;
		max-width: inherit;
	}
	
	#contents .introduction .inner .box_02 dl dt {
		font-size: 5vw;
	}
	
	#contents .introduction .inner .box_02 dl dd {
		font-size: 3.6vw;
	}
	
	#contents .introduction .inner .box_02 dl dd:last-of-type {
		margin: 0 0 30px;
	}
	
	#contents .introduction .inner .box_02 iframe {
		width: 100%;
		max-width: inherit;
		height: 300px;
	}
}



/*===============================================================

		#contents .faq layout

===============================================================*/

#contents .faq {
	padding: 120px 0;
	background: url("../img/bg_15.jpg") center top / cover no-repeat;
}

#contents .faq .inner h2 {
	margin: 0 0 110px;
	text-align: center;
}

#contents .faq .inner h2 img {
	width: 290px;
}

#contents .faq .inner .box {
	margin: 50px auto 180px;
	padding: 0;
	background-color: rgba(0,173,239, 0.4);
	position: relative;
}

#contents .faq .inner .box:last-of-type {
	margin: 50px auto;
}

#contents .faq .inner .box::before {
	content: "";
	width: 100%;
	height: 50px;
	background: url("../img/bg_17.png") right top / 48px auto no-repeat,
				url("../img/bg_16.png") left top / 48px auto no-repeat;
	position: absolute;
	left: 0;
	top: -50px;
}

#contents .faq .inner .box::after {
	content: "";
	width: 100%;
	height: 50px;
	background: url("../img/bg_19.png") right top / 48px auto no-repeat,
				url("../img/bg_18.png") left top / 48px auto no-repeat;
	position: absolute;
	left: 0;
	bottom: -50px;
}

#contents .faq .inner .box dl {
	margin: 0 48px;
	padding: 15px 13px;
	position: relative;
	color: #fff;
}

#contents .faq .inner .box dl::before {
	content: "";
	width: 100%;
	height: 50px;
	background-color: rgba(0,173,239, 0.4);
	position: absolute;
	left: 0;
	top: -50px;
}

#contents .faq .inner .box dl::after{
	content: "";
	width: 100%;
	height: 50px;
	background-color: rgba(0,173,239, 0.4);
	position: absolute;
	left: 0;
	bottom: -50px;
}

#contents .faq .inner .box dl dt {
	margin: 0 0 30px;
	padding: 0 0 30px 80px;
	background: url("../img/icon_q.png") left top / 50px auto no-repeat;
	border-bottom: solid 1px #fff;
	font-size: 30px;
	line-height: 1.5;
}

#contents .faq .inner .box dl dd {
	padding: 0 0 0 80px;
	background: url("../img/icon_a.png") left top 12px / 55px auto no-repeat;
}


@media screen and (max-width: 768px){
	#contents .faq {
		padding: 60px 0;
		background: url("../img/sp/bg_15.jpg") center top / cover no-repeat;
	}
	
	#contents .faq .inner h2 {
		margin: 0 0 60px;
		text-align: center;
	}
	
	#contents .faq .inner h2 img {
		width: 50%;
	}
	
	#contents .faq .inner .box {
		margin: 25px auto 70px;
	}
	
	#contents .faq .inner .box:last-of-type {
		margin: 25px auto;
	}
	
	#contents .faq .inner .box::before {
		height: 24px;
		background: url("../img/bg_17.png") right top / 23px auto no-repeat,
					url("../img/bg_16.png") left top / 23px auto no-repeat;
		top: -24px;
	}
	
	#contents .faq .inner .box::after {
		height: 24px;
		background: url("../img/bg_19.png") right top / 23px auto no-repeat,
					url("../img/bg_18.png") left top / 23px auto no-repeat;
		bottom: -24px;
	}
	
	#contents .faq .inner .box dl {
		margin: 0 23px;
		padding: 10px 0;
	}
	
	#contents .faq .inner .box dl::before {
		height: 24px;
		top: -24px;
	}
	
	#contents .faq .inner .box dl::after{
		height: 24px;
		bottom: -24px;
	}
	
	#contents .faq .inner .box dl dt {
		margin: 0 0 20px;
		padding: 0 0 20px 45px;
		background: url("../img/icon_q.png") left top / 30px auto no-repeat;
		border-bottom: solid 1px #fff;
		font-size: 5vw;
		line-height: 1.5;
	}
	
	#contents .faq .inner .box dl dd {
		padding: 0 0 0 45px;
		background: url("../img/icon_a.png") left top / 35px auto no-repeat;
	}
}





/*====================================================================================

		footer layout

====================================================================================*/

footer {
	height: 75px;
	background: url("../img/header_bg.jpg") center top / cover no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer p.copy {
	color: #fff;
	font-size: 14px;
}


@media screen and (max-width: 768px){
	footer {
		margin: 0 0 75px;
		background: url("../img/sp/header_bg.jpg") center top / cover no-repeat;
	}
	
	footer p.copy {
		font-size: 3vw;
	}
}










/* インスタ追加 */
#instagram{
    padding: 3em 0;
    background: #f2f2f2;
}
#instagram .inner{
    width: 100%;
    max-width: 1280px;
    margin-rgiht: auto;
    margin-left: auto;
    text-align: center;
}
.forpc{display: block;}
.forsp{display: none;}
@media screen and (max-width: 540px){
#instagram .inner{width: 90%;}
.forsp{display: inherit;}
.forpc{display: none;}
#instagram .sbi_item{width: 33.333% !important;}
}






/*20210916追加*/
#contents .product .item .detail .inner .txt .price {
    display: none;
}

