@charset "UTF-8";
/* CSS Document */
/* btn
========================= */
.btn {
	display: inline-block;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	min-width: 300px;
	height: 60px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

.btn .btn-arrow{
	position: absolute;
	top: 50%;
}

.btn .btn-arrow::before,
.btn .btn-arrow::after,
.btn-drw .btn-arrow::before,
.btn-drw .btn-arrow::after {
	content:"";
	display: block;
	right: 0;
	transition: all ease 0.25s;
}
.btn .btn-arrow::before,
.btn-drw .btn-arrow::before {
	height: 2px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0 1px 1px 0;
	transition: all ease 0.25s;
}

.btn .btn-arrow::after,
.btn-drw .btn-arrow::after {
    position: relative;
    transform-origin: right top;
    width: 1.3rem;
    height: 1.3rem;
    top: 50%;
    margin-top: -1.2rem;
    transform: rotate(-45deg);
	transition: all ease 0.25s;
}

/* 矢印 size */
.btn .btn-arrow.arrow-l,
.btn-drw .btn-arrow.arrow-l{
	right: -20px;
	width: 65px;
	transition: all ease 0.25s;
}
.btn .btn-arrow.arrow-l::before,
.btn-drw .btn-arrow.arrow-l::before {
	width: 65px;
	transition: all ease 0.25s;
}
.btn .btn-arrow.arrow-l::after,
.btn-drw .btn-arrow.arrow-l::after {
    right: -42px;	
}

.btn .btn-arrow.arrow-m {
	right: 5px;
	width: 32px;
	transition: all ease 0.25s;
}
.btn .btn-arrow.arrow-m::before {
	width: 32px;	
}
.btn .btn-arrow.arrow-m::after {
    right: -9px;	
}

.btn .btn-arrow.arrow-s {
	width: 25px;
	right: 20px;
	transition: all ease 0.25s;
}

.btn .btn-arrow.arrow-s::before {
	content: none;
}

.btn .btn-arrow.arrow-s::after {
	width: 11px;
    height: 11px;
    margin-top: -0.85rem;
}

.btn .btn-arrow.arrow-s::after {
	border-bottom: 2px solid #fff;
}

/* 矢印 color */
.btn .btn-arrow.ar-wh::before {
	background: #fff;	
}
.btn .btn-arrow.ar-wh::after {
	border-right: 2px solid #fff;
}

.btn .btn-arrow.ar-bk::before {
	background: #000;	
}
.btn .btn-arrow.ar-bk::after {
	border-right: 2px solid #000;
}

.btn .btn-arrow.ar-yllw::before {
    background: #c8b800;
}

.btn .btn-arrow.ar-yllw::after {
    border-right: 2px solid #c8b800;
}

/* btn-wblue */
.btn-wblue {
	background-color: #007ebf;
}
.btn-wblue .f-bold {
	color: #fff;
	line-height: 60px;
	padding-left: 25px;
	position: relative;
}

/* btn-bk */
.btn-bk {
	background-color: #000;
}
.btn-bk .f-bold {
	color: #fff;
	line-height: 60px;
	padding-left: 25px;
	position: relative;
}
.btn-bk .f-bold.i-cart,
.btn-bk .f-bold.i-voice {
	padding-left: 65px;
}
.btn-bk .f-bold.i-cart::before,
.btn-bk .f-bold.i-voice::before {
	font-family: 'fonticon' !important;
	font-style: normal;
    font-weight: normal;
	position: absolute;
	left: 23px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2.6rem;
}

.btn-bk .f-bold.i-cart::before {
	content: "\e902";	
}
.btn-bk .f-bold.i-voice::before {
	content: "\e912";		
}

/* btn-yellow */
.btn-yellow {
	background-color: #dbc459;
}

.btn-yellow .f-bold {
	background-color: color;
	line-height: 60px;
	padding-left: 10px;
	position: relative;
}

.btn-yellow .mn-incart {
	font-size: 3.0rem;
	margin-left: 20px;
	position: relative;
	top: 7px;
}

.btn-yellow .mn-incart .path1:before {
	color: rgb(255 ,255, 255);
}


/* btn-small */
.btn.btn-small {
	min-width: 170px;
	width: 170px;
	margin: 0 auto;
}
.btn.btn-recruit{
	padding-right: 55px;	
}

/* btn-toform */
.btn-toform {
	background-color: #0a003f;
	min-width: 360px;
	height: 75px;
}
.btn-toform span {
	position: relative;
    display: inline-block;
    line-height: 75px;
    color: #fff;
    font-weight: bold;
    left: 75px;
	width: calc(100% - 76px);
	text-align: center;
}
.btn-toform span::before {
	content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    left: 0;
    top: 0;
    display: inline-block;
	position: absolute;
}

.btn-toform i {
	position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 3.0rem;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
	float: left;
}

.btn-onlybox {
	text-align: center;
}

@media (min-width: 640px){
	.btn.btn-wblue::before,
	.btn.btn-bk::before,
	.btn.btn-toform::before {
		position: absolute;
		display: block;
		content:"";
		width: 100%;
		height: 100%;
		transform: scale(0,1.0); 
		transform-origin: left;
		transition: all ease 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.btn.btn-wblue:hover::before,
	.btn.btn-bk:hover::before,
	.btn.btn-toform:hover::before {
		transform: scale(1.0,1.0);
		opacity: 1;
		visibility: visible;
	}
	
	.btn.btn-wblue:hover::before {
		background: rgba(0,0,0,0.15);
	}
	.btn.btn-bk:hover::before {
		background: rgba(255,255,255,0.2);
	}
	.btn.btn-toform:hover::before {
		background: rgba(255,255,255,0.15);
	}

	.btn:hover .btn-arrow.arrow-l, 
	.btn-drw:hover .btn-arrow.arrow-l {
		width: 35px;
		transition: all ease 0.25s;
	} 
	.btn:hover .btn-arrow.arrow-l::before,
	.btn-drw:hover .btn-arrow.arrow-l::before {
		width: 35px;
	}
	.btn:hover .btn-arrow.arrow-l::after, 
	.btn-drw:hover .btn-arrow.arrow-l::after {
		right: -12px;
	}
	.btn .btn-arrow.arrow-down,
	.btn .btn-arrow.arrow-down::before {
		transition: all ease 0.28s;
	}
	.btn:hover .btn-arrow.arrow-down {
		top: 62%;
	}
	
	.btn:hover .btn-arrow.arrow-down::before {
		height: 20px;
	    top: -4px;
	}
	
	.btn:hover .btn-arrow.arrow-s {
		right: 10px;
	}
	
	.btn:hover .btn-arrow.arrow-m {
	    width: 24px;
	}
	.btn:hover .btn-arrow.arrow-m::before {
		width: 24px;
	}
	.btn:hover .btn-arrow.arrow-m::after {
	    right: -1px;	
	}
	
	
	
	.list-rbtn li .btn::before {
		position: absolute;
		display: block;
		content:"";
		width: 80%;
		height: 5px;
		bottom: 0;
		left: 0;
		transition: all ease 0.25s;
		transform: translateY(101%);
		opacity: 0;
		visibility: hidden;
		background: #000;
	}
	
	.list-rbtn li .btn:hover::before { 
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 480px){
	/* 矢印 size */
	.btn .btn-arrow.arrow-l {
		right: 15px;
    	width: 30px;	
	}
	.btn .btn-arrow.arrow-l::before {
		width: 25px;	
	}
	.btn .btn-arrow.arrow-l::after {
		right: -0.3rem;
	    margin-top: -1.15rem;
	}

	.btn,
	.btn-toform {
		min-width: 100%;
		height: 60px;
	}
	.btn-toform i {
		font-size: 2.6rem;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.btn-toform span {
		left: 60px;
    	width: calc(100% - 61px);
		line-height: 60px;
	}
	.btn-drw .btn-arrow.arrow-l::before,
	.btn-drw .btn-arrow.arrow-l {
	    width: 40px;
	}
	.btn-drw .btn-arrow.arrow-l::after {
    	right: -18px;
	}
}


/* btnbox */
.btnbox {
	text-align: center;
}

.btnbox.btns .btn {
	margin-right: 20px;
	margin-left: 20px;
}

@media (max-width: 480px){
	.btnbox.btns .btn {
		margin-right: 0;
		margin-left: 0;
	}
}

/* icons ================= */
.i-plus {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: #000;
	display: inline-block;
}

.i-plus span {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;	
}
.i-plus span::before,
.i-plus span::after {
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	background: #fff;
	transform: translate(-50%,-50%);
}
.i-plus span::before {
	width: 14px;
	height: 2px;
}

.i-plus span::after {
	width: 2px;
	height: 14px;
}


/* list-product ================= */
.listbox-product {
	width: 780px;
	padding-top: 5px;
}
.list-product li {
	width: 260px;
	height: 260px;
	border: 5px solid #dddddd;
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin-left: -5px;
	margin-top: -5px;
}

.list-product li img {
	margin-top: 20px;
	width: 160px;
}

.list-product li .sttl-prdct {
	color: #000;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	text-align: center;
}

.list-product li .sttl-prdct span {
	font-size: 1.0vw;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}

.list-rbtn li .btn {
    min-width: auto;
	position: relative;
    line-height: 135px;
    height: 135px;
	margin-bottom: 0;
}

@media (max-width: 1280px) {
	.list-product li {
		width: calc(20% + 5px);
		height: auto;
    	padding-bottom: 10px;
	}
	.list-product li .sttl-prdct {
		font-size: 1.7rem;
	}
	.list-product li img {
		width: 75%;
	}
	.list-product li .sttl-prdct span {
		font-size: 1.1vw;
	}
	.list-product li .t-ex {
		display: block;
	}
}

@media (max-width: 1024px) {
	.list-product li {
		width: calc(33.33333333333% + 5px);
	}
	.list-product li img {
		width: 160px;
	}
	.list-product li .sttl-prdct span {
		font-size: 1.5vw;
	}
}

@media (max-width: 768px) {
	.list-product li img {
		width: 80%;
	}
	.list-product li .sttl-prdct {
		font-size: 1.6rem;
	}	
}

@media (max-width: 560px) {
	.list-product {
		margin-right: 5px;
		margin-left: 5px;
	}
	.list-product li {
		width: calc(50% + 5px);
	}
}

@media (max-width: 480px) {
	.list-product li {
		padding-bottom: 15px;
	}
	.list-product li .f-sz15 {
		font-size: 1.4rem;
	}
	.list-product li .sttl-prdct span {
		display: block;
		font-size: 1.4rem;
	}
	.list-product li img {
		margin-top: 10px;
	}
}


/* news ========================= */
.date { 
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
	font-weight:bold; 
	color: #000;
}
.sbox-news a {
	display: table;
	table-layout: auto;
	width: 100%;
	padding: 13px 20px;
	box-sizing: border-box;
	position: relative;
}
#home #sec-news .sbox-news a {
	padding: 20px;
}

.sbox-news a .date,
.sbox-news a .bg-cat,
.sbox-news a .txt {
	display: table-cell;
	vertical-align: middle;
}
.sbox-news a .date {
	width: 100px;
	letter-spacing: 0.01em;
}
.sbox-news a .bg-cat {
	width: 160px;
	text-align: center;
}
.sbox-news a .bg-cat span {
	background: #136bc5;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック",sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 2px 10px;
	text-align: center;
}


@media (min-width: 641px){
	.sbox-news a::before {
		content:"";
		position: absolute;
		display: block;
		width: 0;
		height: 1px;
		bottom: -1px;
		background: #080058;
		transition: all ease 0.28s;
	}
	
	.sbox-news a:hover::before {
		width: 100%;
	}
}

@media (max-width: 1199px){
	.sbox-news a {
		display: block;
		padding: 20px;
	}
	.sbox-news a .date,
	.sbox-news a .bg-cat {
		display: inline-block;
	}
	
	.sbox-news a .bg-cat {
		width: auto;
	}

	.sbox-news a .txt {
		display: block;
		margin-top: 5px;
	}
}
@media (max-width: 480px){
	.sbox-news a,
	#home #sec-news .sbox-news a {
		padding: 10px 0;
	}
	.sbox-news a .bg-cat {
		width: auto;
	}
}

/* sec-drawing point
========================= */
.s-dbpoint {
	background: #fff;
	padding-top: 8px;
}
.s-dbpoint .t-point {
	font-size: 3.5rem;
	position: relative;
	text-align: center;
	display: block;
	color: #c8a500;
	font-weight: 400;
}

.s-dbpoint .t-point::before {
	content:"POINT";
	color: #c8a500;
	font-size: 1.6rem;
	position: relative;
	top: -6px;
	padding-right: 3px;
}

/* sec-bandrawing 
========================= */
#sec-bandrawing {
	position: relative;
	padding-left: 3%;
	overflow: hidden;
}
#sec-bandrawing::before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/banbg-drawing.jpg) no-repeat center 50%;
	background-size: cover;
	z-index: -1;
}

#sec-bandrawing .c-left .ban-txt {
	width: auto;
    display: table;
	text-align: center;
}

#sec-bandrawing .c-left {
	position: relative;
}

#sec-bandrawing .c-left::after {
	content:"";
	position: absolute;
	left: 660px;
    top: 50px;
    display: block;
    width: 50%;
    height: 200%;
	background: url(../img/common/img_drawingbag.png) no-repeat left 50%;
	background-size: 100% auto;
	z-index: -1;
	transform-origin: left top;
    transform: rotate(-15deg);
}

#sec-bandrawing .c-left .ban-txt .box-table {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#sec-bandrawing .c-left .ban-txt .box-table::before,
#sec-bandrawing .c-left .ban-txt .box-table::after {
	content:"";
	position: absolute;
	top: 15%;
	display: block;
	height: 70%;
	width: 1px;
	background: rgba(0,0,0,0.3);
}

#sec-bandrawing .c-left .ban-txt .box-table::before {
	left: -25px;
	transform: rotate(-35deg);
}

#sec-bandrawing .c-left .ban-txt .box-table::after {
	right: -25px;
	transform: rotate(35deg);
}

#sec-bandrawing .c-left .ban-txt .box-table .f-noto {
	color: #000;
}


#sec-bandrawing .c-left .ban-txt .box-table .f-noto .f-rbc {
	position: relative;
	top: 2px;
	padding-left: 3px;
	letter-spacing: 0;
}

.t-currentdate {
	font-size: 1.4rem;
}

@media (max-width: 1280px) {
	#sec-bandrawing {
		padding-left: 10%;
	}
	#sec-bandrawing .c-left::after {
		left: 390px;
		top: 0;
		width: calc( 95% - 420px);
		transform: translateY(-15%) rotate(-15deg);
	}
	
	#sec-bandrawing .c-left .ban-txt .box-table h3 span:first-child {
		display: block;
	}
	
	#sec-bandrawing .c-left .ban-txt .btnbox .btn {
		display: block;
	}
}

@media (max-width: 991px) {
	#sec-bandrawing {
		padding-left: 0;
		padding-bottom: 220px;
	}
	#sec-bandrawing .c-left::after {
		left: 15%;
		top: 100%;
		width: 70%;
		height: 100%;
	    transform: translateY(5%) rotate(0);
		background-position: left top;
	}
	#sec-bandrawing .c-left .ban-txt {
		margin: 0 auto;
	}
	#sec-bandrawing .c-left .ban-txt .box-table h3 span:first-child {
		display: inline-block;
	}
	
	#sec-bandrawing .c-left .ban-txt p .sp-only-ll {
		display: none !important;
	}
	#sec-bandrawing .c-left .ban-txt .btnbox .btn {
		display: inline-block;
	}
}

@media (max-width: 650px) {
	#sec-bandrawing .c-left .ban-txt .box-table h3 span:first-child {
		display: block;
	}
	#sec-bandrawing .c-left .ban-txt p .sp-only-ll {
		display:  block !important;
	}
	#sec-bandrawing .c-left::after {
		left: 5%;
		width: 90%;
	}
}

@media (max-width: 480px) {
	#sec-bandrawing {
		padding-bottom: 160px;
	}
	#sec-bandrawing .c-left .ban-txt {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width: 360px) {
	#sec-bandrawing .c-left .ban-txt .box-table h3 span.f-sz30 {
		letter-spacing: 0.01rem;
		font-size: 2.0rem;
	}
	
	#sec-bandrawing .c-left .ban-txt p.f-sz24 {
		font-size: 1.8rem;
	}
}

/* sec-recruit parts
========================= */
#sec-recruit,
#sec-recruit .container-full .row {
	position: relative;
}
#sec-recruit .container-full .row::before {
	background-color: #136bc5;
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
#sec-recruit .container-full .row .c-left,
#sec-recruit .container-full .row .c-right {
	position: relative;
	z-index: 1;
}
#sec-recruit .container-full .row .c-left::before {
	content:"Recruit";
	position: absolute;
	display: inline-block;
	top: 20px;
	left: -20px;
	font-size: 12.5vw;	
	font-family: 'Crimson Text', serif;
    line-height: 0.8;
    letter-spacing: -0.025em;
	z-index: -1;
	color: rgba(0,0,0,0.15);
}

#sec-recruit .container-full .row .c-left {
	padding-left: 6.5%;
	padding-right: 4%;
}

.rbtns {
	background-color: #ffed25;
	display: inline-block;
	width: auto;
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	z-index: +1;
	bottom: -55px;
	right: 0;
}
.list-rbtn {
	display: table;
	width: auto;
	table-layout: auto;
	height: 135px;
}

.list-rbtn li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 30px;
}

.list-rbtn li a {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
}

#sec-recruit .container-full .row .c-right img {
	max-width: 100%;
	position: absolute;
    bottom: 45px;
	right: 0;
}

@media (min-width: 1300px){
	.rbtns {
		min-width: 810px;
	}
}

@media (max-width: 1280px) {
	#sec-recruit .c-left .txt-recruit .f-noto {
		text-align: left;
	}
}
@media (max-width: 1199px) {
	#sec-recruit .container-full .row .c-left::before {
		font-size: 15vw;
	}
	#sec-recruit .container-full .row .c-right img {
		bottom: 0;
		top: 0;
	}
	#sec-recruit .container-full .row .c-left {
		padding-left: 5%;
	}
	.rbtns {
		bottom: -48px;
	}
}

@media (max-width: 1024px) {
	#sec-recruit .container-full .row .c-right {
		text-align: left;
	}	
	#sec-recruit .container-full .row .c-right img {
		position: relative;
	}

}

@media (max-width: 991px) {
	#sec-recruit .container-full .row .c-right {
		text-align: center;
	}
	#sec-recruit .container-full .row .c-right img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#sec-recruit .container-full .row .c-left::before {
		font-size: 26vw;
	}
	.list-rbtn {
		height: 90px;
	    overflow: hidden;
	}
	.rbtns,
	.list-rbtn {
		width: 100%;
		
	}
	.rbtns {
		display: block;
	    padding: 0 5%;
	}
}

@media (max-width: 700px) {
	.list-rbtn li {
		padding: 0 2%;
	}
	.list-rbtn li a {
		font-size: 1.7rem;
	}
	.list-rbtn li .btn {
		line-height: 70px;
    	height: 90px;
	}
	.btn.btn-recruit {
		padding-right: 0;
		text-align: center;
	}
	.btn.btn-recruit .btn-arrow.arrow-m {
		position: relative;
		left: 50%;
		right: 0;
		bottom: 0;
		margin-left: -16px;
		display: block;
		top: -7px;
	}
}

@media (max-width: 480px) {
	.list-rbtn li a {
		font-size: 1.55rem;
	}
	.rbtns,
	.list-rbtn li {
		padding: 0 0.5%;
	}
}

/* bans-quarity
========================= */
.bans-quarity {
	display: table;
	width: 100%;
	position: relative;
}

.bans-quarity .ban-quarity {
	width: 33.3333333333%;
	height: 315px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.bans-quarity .ban-quarity a {
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	
}

.bans-quarity .ban-quarity::before {
	position: absolute;
	display: block;
	content:"";
	width: 100%;
	height: 100%;
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.bans-quarity .ban-quarity.ban01::before {
	background-image: url(../img/common/ban-quality01.jpg);
}

.bans-quarity .ban-quarity.ban02::before {
	background-image: url(../img/common/ban-quality02.jpg);
}

.bans-quarity .ban-quarity.ban03::before {
	background-image: url(../img/common/ban-quality03.jpg);
}
.bans-quarity .ban-quarity .txt-ban {
	position: relative;
	padding-left: 7%;
}


.bans-quarity .txt-ban .scount {
	font-size: 1.5rem;
	color: rgba(0,0,0,0.5);
	font-weight: 600;
	line-height: 1.2;
    position: relative;
    top: -10px;
}

.bans-quarity .ban-quarity.divCount .scount:after {
	font-size: 4.0rem;
    margin-left: 5px;
    position: relative;
    top: 8px;
	font-weight: 400;
}
@media (min-width: 641px){
	.bans-quarity .ban-quarity .txt-ban::before {
		position: absolute;
		display: block;
		content:"";
		width: 0;
		height: 130%;
		left: 0;
		top: 50%;
		transition: all ease 0.28s;
		transform: translateY(-45%);
		
		z-index: -1;
	}
	.bans-quarity .ban-quarity.ban01 .txt-ban::before {
		background: rgba(217,228,54,0.4);
	}
	.bans-quarity .ban-quarity.ban02 .txt-ban::before {
		background: rgba(56,170,229,0.4);
	}
	.bans-quarity .ban-quarity.ban03 .txt-ban::before {
		background: rgba(90,217,110,0.4);
	}
	.bans-quarity .ban-quarity a:hover .txt-ban::before {
		width: 100%;
	}
}
@media (max-width: 700px){
	.bans-quarity {
		display: block;
	}
	.bans-quarity .ban-quarity {
		display: block;
		width: 100%;
		height: 200px;
	}
	.bans-quarity .txt-ban .scount {
		position: relative;
    	top: -15px;
		line-height: 1.0;
	}
	
}

@media (max-width: 480px){
	.bans-quarity .ban-quarity {
		height: 150px;
	}
}

/* f-nav
========================= */
.sec-fnav .wrap {
	width: 100%;
}
.sec-fnav .wrap .fnav-main {
	padding-left: 2%;
}
.sfnav {
	display: inline-table;
	padding-right: 2%;
    padding-left: 2%;
}
.sfnav.bg-yellow {
	padding-left: 3%;	
}
.sfnav dt {
	margin-bottom: 15px;
}
.sfnav dt .f-rbc {
	font-weight: 700;
}
.sfnav dt .block {
	font-size: 1.4rem;
}

.fnav-list .ss-fnav a {
	padding: 7px 0;
	display: block;
	font-size: 1.5rem;
	transition: all ease 0.28s;
	white-space: nowrap;
	position: relative;
}

.fnav-list .ss-fnav a::after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	display: block;
	background: #136bc5;
	transform-origin: left;
	transition: all ease 0.28s;
}
.bg-yellow .fnav-list .ss-fnav a::after {
	background-color: #c8b800;
}

.fnav-list .ss-fnav a:hover::after {
	width: 100%;
}

@media (min-width: 1500px){
	.sec-fnav {
		position: relative;
		z-index: 1;
	}
	.sec-fnav::before {
		content:"";
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		width: 20%;
		height: 100%;
		background-color: #fffcd4;
		z-index: -1;
	}
	.sec-fnav .wrap .fnav-main {
		padding-left: 0;
	}
}

@media (max-width: 1024px){
	.sec-fnav .wrap .fnav-main {
		padding-left: 0;
	}	
}
@media (max-width: 991px){

	.sec-fnav .wrap .fnav-main.row {
		padding-left: 0;
		padding-right: 0;
	}
	.sfnav {
		box-sizing: border-box;
		width: 33.3333333%;
		padding-left: 3%;
	}
	
	.sfnav.pt60 {
		padding-top: 40px;
	}
	.sfnav.pb60 {
		padding-bottom: 30px;
	}
}

@media (max-width: 768px){
	.sec-fnav {
		display: none;
	}
}

/* sec-contact
========================= */
#sec-contact .underline {
	color: #000;
}

.underline {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fffc00));
    background-image: -webkit-linear-gradient(transparent 70%, #fffc00 70%);
    background-image: linear-gradient(transparent 70%, #fffc00 70%);
	padding-bottom: 3px;
}
.f-telfax {
	display: table;
	table-layout: auto;
	margin: 0 auto;
}


.f-telfax .f-tel,
.f-telfax .f-fax,
.f-telfax .f-form {
	display: table-cell;
    vertical-align: middle;
}
.f-telfax .f-form {
	width: 360px;
}

@media (min-width: 1350px){
	.f-telfax {
		width: 95%;
		max-width: 1300px;
	}
}

@media (max-width: 1349px){
	.f-telfax {
		width: 98%;
	}
	.sp-tel .f-rbc, .f-fax .f-rbc {
		font-size: 2.9rem;	
	}
	.f-telfax .f-form {
		width: 310px;
	}
	.f-telfax .f-form .btn-toform {
	    min-width: 310px;
	}
	.f-telfax .box-tel1 .f-rbc::after, .f-telfax .box-tel2 .f-rbc::after {
	    font-size: 1.4rem;
	}
}

@media (max-width: 1199px){
	.f-telfax {
		width: 95%;
	}
	.f-telfax .f-tel {
		width: 38.5%;
	}
	.f-telfax .f-tel .box-tel2 {
		padding-left: 0;
		padding-top: 10px;
	}
	
	.f-telfax .f-fax .mn-fax,
	.f-telfax .f-tel .mn-tel {
		top: 50%;
    	transform: translateY(-50%);
	}

}

@media (max-width: 1024px){
	.f-telfax {
		display: table;
    	width: 70%;
	}
	.f-telfax .f-tel, .f-telfax .f-fax, .f-telfax .f-form {
		display: inline-block;
	}
	.f-telfax .f-tel {
		width: 100%;
	    margin-bottom: 25px;
	}
	.f-telfax .f-tel .box-tel1 {
		padding-right: 20px;
	}
	.f-telfax .f-fax {
		width: 45%;
	}
}

@media (max-width: 850px){
	.f-telfax {
    	width: 85%;
	}	
}
@media (max-width: 768px){
	.f-telfax {
    	width: 90%;
	}
	.f-telfax .f-fax {
		width: 47%;
		margin-top: 30px;
	}
	.f-telfax .f-tel {
		margin-bottom: 0;
	}
	.f-telfax .f-tel .box-tel2 {
		margin-bottom: 25px;
	}
	.f-telfax .f-form {
		margin-top: 30px;
	}
	.f-telfax .f-tel .box-tel1 {
		padding-right: 10px;
	}
	
}
@media (max-width: 640px){
	.f-telfax .f-fax {
		width: 100%;
	}
	.f-telfax .f-tel .mn-tel {
		top: 0;
    	transform: translateY(0);
	}
}

@media (max-width: 610px){
	.f-telfax .f-fax {
		margin-top: 0;
	}
}

@media (max-width: 480px){
	.f-telfax .f-form {
		width: 100%;
	}
	.f-telfax .f-form .btn-toform {
	    min-width: 100%;
	}
	.f-tel .mn-tel,
	.f-fax .mn-fax {
		width: 60px;
    	height: 60px;
		font-size: 2.2rem;
		line-height: 60px;
	}
	.sp-tel .f-rbc, .f-fax .f-rbc {
		font-size: 2.5rem;
	}
	.f-tel, .f-fax {
		padding-left: 70px;
	}
}




/* footer
========================= */
.inner-footer {
	background-color: #f2f2f2;
}

.f-cname {
	color: #000;
}
.f-logoarea {
	text-align: right;
}
.f-logo {
	max-width: 210px;
}
.f-logo img {
	width: 100%;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 1.1rem;
	color: #444;
	text-align: right;
}

@media (max-width: 768px){
	.f-info,
	.f-logoarea {
		text-align: center;
	}
	.f-logo {
		max-width: 180px;
	}
	.f-logoarea {
		padding-top: 20px;
	}
	.copy { text-align: center;}	
}
@media (max-width: 480px){
	
	.f-logo {
		max-width: 150px;
	}
}

/* toTop */
#toTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 1500;
    display: none;
	transition: all 0.3s ease;
}

#toTop:hover {
	background: rgba(0,0,0,0.7);
}

.arrowtop {
	position: absolute;
    top: 27px;
    bottom: 0;
    left: 24px;
    display: block;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}



@media screen and (max-width: 480px) {
	#toTop {
		width: 55px;
		height: 55px;
	}
	.arrowtop {
		top: 25px;
	    left: 23px;
	    width: 11px;
    	height: 11px;
	}
}

@keyframes toTop-animation {
	from{
		opacity: 0;
		transform: translateY(101%);
		-webkit-transform: translateY(101%);
	}
	to{
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes toTop-animation {
    from {
        opacity: 0;
		-webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
    to {
        opacity: 1;
		-webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


