@charset "utf-8";
/* =========================================================
	Sct-Main
========================================================= */


/* =========================================================
	Sct-About
========================================================= */
.sct-about {
	padding: 26px 0 90px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-about {
		padding: 100px 0 100px;
	}
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.sct-about {
		padding: 150px 0 80px;
	}
}

.sct-about > .container {
	position: relative;
}

/* Title Option（balloon）
----------------------------------------------------*/
.sct-about > .container h2 {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-about > .container h2 {
		position: absolute;
		text-align: left;
		left: 11%;
		top: -50px;
		z-index: 20;
	}
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.sct-about > .container h2 {
		left: 14%;
		top: -100px;
	}
}
.sct-about .ttl-balloon {
	width: 60%;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-about .ttl-balloon {
		width: 90%;
	}
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.sct-about .ttl-balloon {
		width: 100%;
	}
}
/* Icon Sample
----------------------------------------------------*/
.ico-sample {
	width: 80%;
	margin: 12px auto 1rem;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.ico-sample {
		width: 100%;
		margin-top: 0;
	}
}
/* Box Bus
----------------------------------------------------*/
.box-bus {
	padding-top: 5%;
	width: 100%;
	margin: 0 auto;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.box-bus {
		padding-top: 10%;
	}
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.box-bus {
		padding-top: 3%;
		max-width: 100%;
		text-align: center;
		width: 90%;
	}
}
/* Box Detail(About)
----------------------------------------------------*/
.box-detail {
	width: 90%;
	margin: 0 auto;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.box-detail{
		width: 100%;
	}
}
	.box-detail h3 {
		font-size: 18px;
		font-weight: bold;
	}
	/* 768px以上 */
	@media only screen and (min-width: 768px) {
		.box-detail h3 {
			font-size: 20px;
		}
	}
	/* ※ 注釈 */
	.box-detail .mark-note {
		font-size: 12px;
		margin-left: 0.9rem;
	}
	/* 768px以上 */
	@media only screen and (min-width: 768px) {
		.box-detail .mark-note {
			font-size: 14px;
		}
	}

/* =========================================================
	Sct-Howto
========================================================= */
.sct-howto {
	background: #ECECEC;
	padding: 110px 0 80px;
}

/* Title How To？（balloon）
----------------------------------------------------*/
.sct-howto > .container h2 {
	text-align: center;
	margin: -172px auto 0;
	width: 90%;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-howto > .container h2 {
		margin-top: -190px;
	}
}

/* Box Detail(Howto)
----------------------------------------------------*/
.sct-howto .box-detail {
	width: 90%;
	margin: 20px auto 60px;
	text-align: left;
	font-size: 16px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-howto .box-detail {
		width: 80%;
		margin-bottom: 100px;
		text-align: center;
		font-size: 18px;
	}
}
.sct-howto .box-detail p {
	font-size: 16px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-howto .box-detail p {
		font-size: 18px;
	}
}
/* Flow No.
----------------------------------------------------*/
.steps {
	position: relative;
	padding-left: 10px;
}
@media only screen and (min-width: 768px) {
	.stepsv {
		padding-left: 0;
	}
}
	.steps > div:before {
		position: absolute;
		content: url(/static/img/feature/option/01.png);
		left: 10px;
		top: -30px;
		z-index: 10;
	}
	.steps > div:nth-child(2):before {
		content: url(/static/img/feature/option/02.png);
	}
	.steps > div:nth-child(3):before {
		content: url(/static/img/feature/option/03.png);
	}

.steps > div {
	width: 90%;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.steps > div {
		width: 100%;
	}
}
	.steps > div + div {
		margin-top: 70px;
	}
	@media only screen and (min-width: 768px) {
		.steps > div + div {
			margin-top: 0;
		}
	}

/* Fukidashi
----------------------------------------------------*/
.sct-howto .fukidashi-b {
	padding: 0;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.sct-howto .fukidashi-b {
		margin-bottom: 60px;
	}
}
	.sct-howto figure {
		margin: 0;
		padding: 0;
		border-radius: 7px;
		overflow: hidden;
	}


/* =========================================================
	Sct-OnSale
========================================================= */
.sct-onsale {
	padding: 70px 0 50px;
	background: url(/static/img/feature/option/bg-icons.png) repeat repeat left top;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-onsale {
		padding-top: 60px;
	}
}

/* Title On Sale（balloon）
----------------------------------------------------*/
.sct-onsale > .container h2 {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
	width: 90%;
	left: -2%;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-onsale > .container h2 {
		margin-top: 0;
		margin-bottom: 50px;
		left: 0;
	}
}

/* Cards (PickUp Option)
----------------------------------------------------*/
.sct-onsale .row > div {
	margin-bottom: 20px;
}
.sct-onsale h3 {
	text-align: center;
	margin-bottom: 40px;
}

.card {
	padding: 20px 20px;
	border-color: #BDBDBD;
	border-radius: 0;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.card {
	}
}
.card a {
	color: #000;
}
/*---- Card Img ----*/
	.card img {
		margin-bottom: 20px;
	}
/*---- Card Title ----*/
	.card-title {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: -0.3px;
		font-weight: bold;
	}
	/* 992px以上 */
	@media only screen and (min-width: 992px) {
		.card-title {
			font-size: 15px;
		}
	}

	.card p {
		text-align: center;
		font-size: 12px;
		letter-spacing: -0.3px;
	}	
		/* 992px以上 */
		@media only screen and (min-width: 992px) {
			.card p {
				font-size: 13px;
			}
		}

/*---- スクロール表示 ----*/
.flex-nowrap.scroll-auto {
	overflow-x: auto;
	padding-top: 18px;
}
.flex-nowrap.scroll-auto + h3 {
	margin-top: 70px;
}
/*---- Card label ----*/
[class^="pref-"] {
	position: absolute;
	display: inline-block;
	line-height: 1.0;
	padding: 0.4rem 1rem 0.2rem;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: 1px solid #2d55d6;
	border-radius: 16px;
	left: 0px;
	top: -18px;
}
.pref-kanto {
	background: #2d55d6;
	border-color: #2d55d6;
}
.pref-kansai {
	background: #e54a3b;
	border-color: #e54a3b;
}
.pref-hokushin {
	background: #30bb7f;
	border-color: #30bb7f;
}
.pref-chubu {
	background: #dcab16;
	border-color: #dcab16;
}

.flex-nowrap.scroll-auto::-webkit-scrollbar {	height: 17px;}/*バーの太さ*/
.flex-nowrap.scroll-auto::-webkit-scrollbar-track {
	background: #fff;
	border: 2px solid #bdbdbd;
	border-radius: 10px;
	/*box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
}/*バー軌道*/
.flex-nowrap.scroll-auto::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}/*バーつまみ部分*/


/* =========================================================
	Section Sct-Nav
========================================================= */
.sct-lnav {
	background: #E4E4E4;
	padding: 15px 0;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.sct-lnav {
	}
}
/* Local Navigation
----------------------------------------------------*/
.lnav {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.lnav {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		max-width: 640px;
		margin: 0 auto;
	}
}
	.lnav a {
		font-size: 16px;
		font-weight: bold;
		color: #292929;
		display: block;
		padding: 15px 0 15px 20%;
	}
.lnav a:link {
	text-decoration: none;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.lnav a {
		font-size: 16px;
		padding: 15px;
	}
}
	.lnav a:after {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 10px;
	}
.lnav li {
	line-height: 0;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.lnav li {
		line-height: 1;
	}
}
.lnav li:hover {
	background: #a5a5a5;
}


/* =========================================================
	Common
========================================================= */
/* Img-Fluid2
----------------------------------------------------*/
.img-fluid2 {
	width: 100%;
	height: auto;
}

/* List
----------------------------------------------------*/
/* ----- Note(※) ----- */
.mark-note {
	margin: 1rem auto 0;
}
	.mark-note li {
		text-indent: -0.9rem;
	}
	.mark-note li:before {
		content: '※';
	}


/* ----- Disc ----- */
.mark-disc > li {
	list-style: disc;
	margin-left: 1.3rem;
	font-size: 14px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.mark-disc > li  {
		font-size: 16px;
	}
}
.mark-disc > li + li {
	margin-top: 0.5rem;
}

/* ふきだし
----------------------------------------------------*/	
[class^="fukidashi-"] {
  position: relative;
	background: #f5f5f5;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: block;
  text-align: center;
  border: 3px solid #292929;
  border-radius: 10px;
  color: #5C26FF;
	line-height: 1.4;
	font-size: 20px;
}
[class^="fukidashi-"] h2 {
	font-size: 20px;
	line-height: 1.5;
}
/* 吹き出しパターン下 */
.fukidashi-b:before {
	content: '';
	position: absolute;
  border: 18px solid transparent;
	border-top: 18px solid #292929;
  bottom: -38px;
	left: 48%;
	left: calc(50% - 9px);
}
.fukidashi-b:after {
	content: '';
	position: absolute;
	border: 18px solid transparent;
  border-top: 18px solid #f5f5f5;
  bottom: -33px;
	left: 48%;/* フォールバック */
	left: -webkit-calc(50% - 9px);
	left: calc(50% - 9px);
}
/* 字間
----------------------------------------------------*/
.ls-03px {
	letter-spacing: -0.3px;
}
.ls-05px {
	letter-spacing: -0.5px;
}
.ls-08px {
	letter-spacing: -0.8px;
}
.ls-1px {
	letter-spacing: -1px;
}
.ls-2px {
	letter-spacing: -2px;
}

/* Txt-Link
----------------------------------------------------*/
.txt-link {
	text-decoration: underline;
	color: #000;
}