@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css');

:root {
	--body-back: #ffffff;
	/* ヘッダーナビ */

	/* new series */
	--product-newseries: #c08539;
	--product-newcolor: #DA3A30;

	/*　共通機能 */
	--tape-title: #7cb1a1;
	--function-back: #d6d1d1;

	/* フォントカラー */
	--basic-color: #1a1311;

	/* logo aspect ratio */
	--logo-re-w: 345;
	--logo-re-h: 59;
	--logo-bwnp-w: 90;
	--logo-bwnp-h: 23;
	--logo-rw-w: 36;
	--logo-rw-h: 5;
	--logo-rwn-w: 324;
	--logo-rwn-h: 85;
	--logo-lh-w: 44;
	--logo-lh-h: 13;
	--logo-jf-w: 120;
	--logo-jf-h: 53;
	--logo-jfc-w: 40;
	--logo-jfc-h: 23;
	--logo-sm-w: 269;
	--logo-sm-h: 52;
	--nav-bnr-ex-w: 349;
	--nav-bnr-ex-h: 30;




}


html {
	font-size: 62.5%;
}

body {
	font-family: "fot-matisse-pron", "sans-serif";
	font-style: normal;
	font-weight: 500;
	font-size: 62.5%;
	background-color: var(--body-back);
	color: var(--basic-color);
	font-size: 1.6rem;
	line-height: 2em;
	line-break: strict;
	word-break: break-all;
}

img {
	width: 100%;
}



/*#infomation section {
	padding: 10px 0;
}*/

#infomation section div.row {
	margin: 10px 0 20px;
}

#infomation section p {
	line-height: 1.5em;
}

.info_date p {
	text-align: right;
}

.sns {

	font-weight: bold;
	text-align: center;
}


/* navigation */
.navbar {
	padding: 10px;
	line-height: 2;
}



.navbar-toggler {
	margin-right: 10px;
	padding: 5px;

}

.navbar-toggler-icon {
	font-size: 18px;
}

.menu_button {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10px;
	margin: 0 10px;
	font-weight: bold;

}

.offcanvas {
	background: var(--hedder-back);
}


li.nav-item {
	border-bottom: 1px dashed var(--basic-color);
	padding: 5px 10px;

}

a.active {
	pointer-events: none;
}


li.nav-item a {
	color: var(--basic-color);
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;

}

li.nav-item a::before {
	display: block;
	font-family: 'Bootstrap-icons';
	content: '\F138';
	position: absolute;
	font-size: 30px;
	top: calc(50% - 15px);
	line-height: 1;
	right: 10px;
}

li.nav-item a.active::after {
	content: '';
}

li.nav-item a dl {
	height: 80px;
	margin-bottom: 0;
}

li.nav-item a dl dt {
	height: 50px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1;
}

li.nav-item a img {
	width: 100%;
	height: 50px;
	padding: 10px 0;
}

li.nav-item a img.nav-re {
	width: calc((var(--logo-re-h) / 50px) * var(--logo-re-w))px;
	padding: 11px 0;
}

li.nav-item a img.nav-bwnp {
	width: calc((var(--logo-bwnp-h) / 50px) * var(--logo-bwnp-w))px;
	padding: 5px 0;
}

li.nav-item a img.nav-bw {
	width: calc((var(--logo-bw-h) / 50px) * var(--logo-bw-w))px;
	padding: 14px 0;
}

li.nav-item a img.nav-bwn {
	width: calc((var(--logo-bwn-h) / 50px) * var(--logo-bwn-w))px;
	padding: 4px 0;

}

li.nav-item a img.nav-lh {
	width: calc((var(--logo-lh-h) / 50px) * var(--logo-lh-w))px;
	padding: 12px 0;

}

li.nav-item a img.nav-jf {
	width: calc((var(--logo-jf-h) / 50px) * var(--logo-jf-w))px;
	padding: 5px 0;
}

li.nav-item a img.nav-jfc {
	width: calc((var(--logo-jfc-h) / 50px) * var(--logo-jfc-w))px;
	padding: 0;
}

li.nav-item a img.nav-sm {
	width: calc((var(--logo-sm-h) / 50px) * var(--logo-sm-w))px;
}

li.nav-item a img.nav-ex {
	width: calc((var(--nav-bnr-ex-h) / 50px) * var(--nav-bnr-ex-w))px;
	padding: 0;
}

li.nav-item a dd {
	line-height: 1;
	height: 30px;
	font-size: 12px;
	padding: 8px 0;
	margin-bottom: 0;
}





@media screen and (max-width: 992px) {
	div.qnq_logo {
		margin: 0 auto;
	}
}



/* bootstrap sm以下 */
@media screen and (max-width: 575px) {

	.info_date p {
		text-align: left;
		text-decoration: 1px underline dotted #1a1311;
		padding-bottom: 1.0rem;
	}

	.info_descript p {
		padding-left: 1em;

	}

}

/*footer {
	padding-top: 100px;
}*/

#company section {
	margin-top: 5dvw;
	margin-bottom: 5dvw;
}

.divider {
	border-bottom: 1px dashed #bbbbbb;
	margin: 30px 0;
}

article h2 {
	margin: 0 10px 30px;
}

.new-color {
	color: #0a233e;
	text-shadow: 1px 1px #7f7f7f;
}

a.banner img {
	display: block;
	position: relative;
}

a.banner img :active {
	position: absolute;
	top: 1px;
	left: 1px;
}


/*.banner {
	margin-bottom: 50px;
}*/

.banner p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2em;
}


#infomation h2,
#lineup h2 {
	text-align: center;
	font-size: 4.2rem;
}

.copy p {
	text-align: center;
	margin-bottom: 3.0rem;
}

.insta img {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-ms-border-radius: 5%;
	-o-border-radius: 5%;
}

.insta img:hover {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transition: 0.5s all;
	opacity: 0.7;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.fadeIn {
	opacity: 0;
	transition: 2s;
}

.fadeIn.is-show {
	opacity: 1;
}
