@charset "UTF-8";

html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #2b383f;
	letter-spacing: 0.5px;
	line-height: 1.6;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul,
dl,
ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
}

body #contents {
	line-height: 1.6;
}

.cf {
	zoom: 1;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

div {
	box-sizing: border-box;
}

figure>img {
	width: 100%;
}

a {
	color: transparent;
	text-decoration: none;
	font: inherit;
	cursor: pointer;
}

a:focus,
*:focus {
	outline: none;
}

ul {
	font: inherit;
}

.fit {
	width: 100%;
	height: auto;
}

.links:hover {
	opacity: .7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

#ghcontainer *, #ghcontainer-sp-menu *, #footer-sp *, #footer * {
	letter-spacing: 0px !important;
	vertical-align: baseline !important;
}

/*  layput */
.l-header-inner {
	margin: 0 auto;
	width: 980px;
	padding: 20px 0;
}

@media screen and (max-width: 736px) {
	.l-header-inner {
		width: 100%;
		padding: 20px 0;
	}
}

.l-section-inner {
	margin: 0 auto;
	padding: 70px 0 20px;
	width: 980px;
	box-sizing: border-box;
	position: relative;
}

#sec5 .l-section-inner {
	padding: 70px 0 70px;
}

#sec7 .l-section-inner {
	padding: 70px 0 70px;
}

@media screen and (max-width: 736px) {
	.l-section-inner {
		padding: 12.5% 4.6875% 3.125%;
		width: 100%;
	}

	#sec5 .l-section-inner {
		padding: 12.5% 4.6875% 12.5%;
	}

	#sec7 .l-section-inner {
		padding: 12.5% 4.6875% 12.5%;
	}
}

.l-module-padding-large {
	padding: 30px;
	display: block;
}

@media screen and (max-width: 736px) {
	.l-module-padding-large {
		padding: 15px;
	}
}

.l-module-padding-medium {
	padding: 20px;
}

@media screen and (max-width: 736px) {
	.l-module-padding-medium {
		padding: 15px;
	}
}

.l-module-margin {
	margin: 40px 0;
}

@media screen and (max-width: 736px) {
	.l-module-margin {
		margin: 9.375% 0;
	}
}

.l-module-margin-30 {
	margin: 30px 0;
}

@media screen and (max-width: 736px) {
	.l-module-margin-30 {
		margin: 15px 0;
	}
}

.l-hoverable-opacity:hover {
	opacity: .7;
}

.l-hoverable--shadow {}

.l-hoverable--shadow:hover {
	opacity: .7;
}

@media screen and (max-width: 736px) {
	.l-hoverable--shadow:hover {}
}

.l-hoverable--underline {
	transition: .3s;
}

.l-hoverable--underline:hover {
	text-decoration: underline;
}

.l-flex-box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	;
}

/*--------------------------------------------------
  text
--------------------------------------------------*/
.text--heading {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
	.text--heading {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.text--heading__discription {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.text--heading__discription {
		font-size: 12px;
	}
}

.text--product-title {
	font-size: 60px;
}

@media screen and (max-width: 736px) {
	.text--product-title {
		font-size: 38px;
	}
}

.text--product-title__description {
	font-size: 28px;
	margin-bottom: 20px;
	display: block;
}

@media screen and (max-width: 736px) {
	.text--product-title__description {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
}

.text--subheading {
	font-size: 22px;
	line-height: 30px;
}

@media screen and (max-width: 736px) {
	.text--subheading {
		font-size: 18px;
	}
}

.text--plane {
	font-size: 16px;
	line-height: 26px;
	color: #2b383f;
}

@media screen and (max-width: 736px) {
	.text--plane {
		font-size: 14px;
		line-height: 1.6;
	}
}

.text-cap {
	font-size: 14px;
}

.text-under-line {
	text-decoration: underline;
}

[class*="text--"]+[class*="text--"] {
	margin-top: 20px;
}

@media screen and (max-width: 736px) {
	[class*="text--"]+[class*="text--"] {
		margin-top: 15px;
	}
}

.text-after-arrow {
	position: relative;
}

.text-after-arrow::after {
	transform: scaleX(.9);
	font-size: 14px;
	position: absolute;
	right: 10px;
	font-family: FontAwesome;
	content: "\f054";
}

.text-before-arrow {
	position: relative;
}

.text-before-arrow::after {
	transform: scaleX(.9);
	font-size: 14px;
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	content: "\f054";
}

.text-before-arrow-back {
	position: relative;
}

.text-before-arrow-back::after {
	transform: scaleX(.9);
	font-size: 14px;
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	content: "\f053";
}

.text-before-plus {
	position: relative;
}

.text-before-plus::after {
	font-size: 14px;
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	content: "\f0fe";
}

.text-before-minus {
	position: relative;
}

.text-before-minus::after {
	font-size: 14px;
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	content: "\f146";
}

.text-before-arrow-box {
	position: relative;
}

.text-before-arrow-box::after {
	font-size: 14px;
	position: absolute;
	left: 10px;
	font-family: FontAwesome;
	content: "\f152";
}

.btn {
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.btn:hover {
	opacity: .7;
}

.btn--long {
	width: 500px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	display: block;
	border-radius: 5px;
}

@media screen and (max-width: 736px) {
	.btn--long {
		width: 100%;
	}
}

.btn i {
	float: right;
	transform: scaleX(1.2);
}

.btn i::before {
	transform: scaleX(1.2);
}

.illust-list {
	list-style: none;
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
	.illust-list {
		margin-top: 15px;
	}
}

.illust-list__item {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	;
	background-color: #fff;
}

.illust-list__item:nth-child(n+1) {
	margin-top: 8px;
}

@media screen and (max-width: 736px) {
	.illust-list__item {
		padding: 15px;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.illust-list__item .text--subheading {
	font-size: 18px;
}

.illust-list__item figure {
	width: 42.76316%;
}

.illust-list__item figure img {
	display: block;
}

@media screen and (max-width: 736px) {
	.illust-list__item figure {
		width: 39.31034%;
	}
}

.illust-list__item .text-wrap {
	width: 57.23684%;
	padding: 15px;
}

@media screen and (max-width: 736px) {
	.illust-list__item .text-wrap {
		padding: 0 10px 10px;
	}
}

.illust-list__item .text-wrap .text--plane {
	margin-top: 10px;
}

.card-list {
	list-style: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 736px) {
	.card-list {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.card-list__item {
	background-color: #fff;
	width: 31.63265%;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	.card-list__item {
		width: 100%;
	}

	.card-list__item:nth-child(n+2) {
		margin-top: 10px;
	}

	.card-list__item a {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		padding: 15px;
	}

	.card-list__item figure {
		width: 39.13793%;
	}

	.card-list__item .text-wrap {
		box-sizing: border-box;
		width: 57.11111%;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 736px) {
	.icon-list__item:nth-child(n+2) {
		border-top: 1px solid #ddd;
	}
}

.icon-list__item a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	;
}

.icon-list__item a figure {
	width: 30%;
}

@media screen and (max-width: 736px) {
	.icon-list__item a figure {
		width: 27.24138%;
	}
}

.icon-list__item a .text-wrap {
	margin-left: 15px;
	width: 60%;
}

@media screen and (max-width: 736px) {
	.icon-list__item a .text-wrap {
		width: 61.72414%;
	}
}

.news-list {
	list-style: none;
}

.news-list__item {
	width: 100%;
	position: relative;
	background-color: #eceff1;
	display: block;
}

.news-list__item a {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.news-list__item::after {
	transform: scaleX(.9);
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	height: 22px;
	margin: auto;
	font-family: FontAwesome;
	content: "\f054";
}

@media screen and (max-width: 736px) {
	.news-list__item::after {
		right: 10px;
	}
}

.news-list__item:nth-child(n+2) {
	margin-top: 3px;
}

.emb-card {
	background-color: #fff;
}

.emb-card a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.emb-card a figure {
	width: 21.97802%;
}

.emb-card a .text-wrap {
	width: 68.31169%;
}

.emb-card a span {
	display: block;
	text-align: right;
	margin-top: 15px;
	text-decoration: underline;
}

.card-regulate {
	width: 30.5102%;
}

@media screen and (max-width: 736px) {
	.card-regulate {
		width: 100%;
		border-top: 1px solid #ddd;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.card-regulate figure {
	text-align: center;
	height: 105px;
}

@media screen and (max-width: 736px) {
	.card-regulate .text--subheading {
		display: inline-block;
		width: 69.06897%;
		vertical-align: top;
		box-sizing: border-box;
	}
}

.card-regulate:nth-child(1) figure img {
	width: 56.85619%;
}

@media screen and (max-width: 736px) {
	.card-regulate:nth-child(1) figure {
		width: 26.875%;
		display: inline-block;
		height: auto;
	}

	.card-regulate:nth-child(1) figure img {
		width: 100%;
	}
}

.card-regulate:nth-child(2) figure img {
	width: 39.46488%;
}

@media screen and (max-width: 736px) {
	.card-regulate:nth-child(2) figure {
		width: 23.86207%;
		display: inline-block;
		height: auto;
	}

	.card-regulate:nth-child(2) figure img {
		width: 100%;
	}
}

.card-regulate:nth-child(3) figure img {
	width: 39.46488%;
}

@media screen and (max-width: 736px) {
	.card-regulate:nth-child(3) figure {
		width: 25.86207%;
		display: inline-block;
		height: auto;
	}

	.card-regulate:nth-child(3) figure img {
		width: 100%;
	}
}

.js-header-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.js-header-wrapper.is-fixed {
	position: fixed;
}

@media screen and (max-width: 736px) {
	.js-header-wrapper.is-fixed {
		-moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
		-ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
		box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
	}
}

.js-header-wrapper.is-fixed .l-outer-header {
	background-color: rgba(255, 255, 255, .9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab-wrapper {
	background-color: rgba(120, 120, 120, .9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab a {
	color: #ffffff;
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab a:hover {
	/*  color: #ff6400;*/
}

/**
     ** ここまで
     **/
@media screen and (max-width: 736px) {
	.js-header-wrapper {
		background-color: #fff;
	}
}

header .l-outer-header {
	background-color: #fff;
}

.logo-wrapper {
	width: 186px;
	margin-left: 20px;
	float: left;
}

.logo-wrapper a img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 736px) {
	.logo-wrapper {
		width: 42.1875%;
		margin-top: 2%;
	}
}

.header-link {
	float: right;
}

.header-link__items {
	display: inline-block;
}

.header-link__items img {
	display: block;
}

.header-link__items:nth-child(n+1) {
	margin-left: 20px;
}

.header-link__items figure {
	box-sizing: border-box;
	width: 30px;
	margin-right: 10px;
	vertical-align: bottom;
	display: inline-block;
}

.header-link__items figure.hammer {
	width: 22px;
}

.header-link__items p {
	display: inline-block;
}

.header-link__items .text--plane {
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.header-link {
		display: none;
	}
}

.sp-nav-button {
	display: none;
}

.sp-nav-button::after {
	font-size: 20px;
	vertical-align: -2px;
	margin-left: 10px;
}

.sp-nav-button.is-clods::after {
	font-family: FontAwesome;
	content: "\f0c9";
}

.sp-nav-button.is-open::after {
	font-family: FontAwesome;
	content: "\f00d";
}

@media screen and (max-width: 736px) {
	.sp-nav-button {
		float: right;
		display: inline-block;
		color: #ff6400;
		border-radius: 4px;
		border: 1px solid #ff6400;
		padding: 5px;
		line-height: 1.3;
		margin-right: 15px;
		font-size: 12px;
		font-weight: bold;
	}
}

.js-pc-header-panel .pc-header-tab-wrapper {
	background-color: #eceff1;
}

.js-pc-header-panel .pc-header-tab {
	width: 980px;
	margin: 0 auto;
	color: #2b383f;
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
}

.js-pc-header-panel .pc-header-tab li {
	position: relative;
}

.js-pc-header-panel .pc-header-tab span {
	display: none;
}

.js-pc-header-panel .pc-header-tab span.is-active {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 3px;
	/*  background-color: #ff6400;*/
}

.js-pc-header-panel .pc-header-tab a {
	position: relative;
	padding: 20px;
	color: #2b383f;
	display: block;
	font-size: 14px;
}

.js-pc-header-panel .pc-header-tab a:hover {
	/*
  background-color: #fff;
  color: #ff6400;
*/
}

.js-pc-header-panel .js-pc-header-tab-cntents-wrapper {
	z-index: 10;
	width: 980px;
	margin: 0 auto;
}

.js-pc-header-panel .js-pc-header-tab-content {
	position: absolute;
	display: none;
	z-index: 9999;
}

.js-pc-header-tab-cntents-wrapper .js-pc-header-tab-content:last-child {
	padding-left: 0 !important;
	right: calc((100vw - 980px) / 2);
}

.js-hover-effect.is-active a {
	background-color: #ffffff;
	color: #ff6400 !important;
}

.js-hover-effect.is-active span {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: #ff6400;
}

.js-pc-header-panel .js-pc-header-tab-content.is-active {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
}

.js-pc-header-panel .js-pc-header-tab-content.is-none {
	display: none;
}

.js-pc-header-panel .js-pc-header-tab-content.lineup {
	width: 980px;
}

.js-pc-header-panel .js-pc-header-tab-content.lineup .pc-header-tab-list,
#know-tab1 ul,
#know-tab2 ul {
	z-index: 10;
	width: 27%;
	background-color: #eceff1;
	-ms-flex-positive: 0;
	-moz-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	-webkit-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	-ms-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
}

.js-pc-header-panel .js-pc-header-tab-content.lineup .js-lineup-tab-wrapper {
	width: 73%;
	z-index: 100;
	box-sizing: border-box;
}

.js-pc-header-panel .pc-header-tab {
	position: relative;
}

.js-pc-header-panel .pc-header-tab-list,
#know-tab1 ul,
#know-tab2 ul {
	list-style: none;
	width: 260px;
	-ms-flex-positive: 0;
	-moz-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	webkit-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	-ms-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
	flex-grow: 0;
	z-index: 10;
	letter-spacing: -1px;
}

.js-know-tabwrapper.is-active {
	display: block;
}

.js-pc-header-panel .pc-header-tab-list li,
#know-tab1 ul li,
#know-tab2 ul li {
	border-top: 1px solid #fff;
}

.js-pc-header-panel .pc-header-tab-list .l-list-padding,
#know-tab1 .l-list-padding,
#know-tab2 .l-list-padding {
	padding: 10px 35px 10px 25px;
}

.js-pc-header-panel .pc-header-tab-list p,
#know-tab1 ul p,
#know-tab2 ul p {
	font-size: 14px;
	color: #2b383f;
}

.js-pc-header-panel .pc-header-tab-list .link-item.indent,
#know-tab1 ul .link-item.indent,
#know-tab2 ul .link-item.indent {
	padding-left: 35px;
	padding-right: 25px;
}

.js-pc-header-panel .pc-header-tab-list .link-item.noindent {
	padding-left: 20px;
}

.js-pc-header-panel .pc-header-tab-list .link-item.noindent::before {
	content: "";
	display: none;
}

.js-pc-header-panel .pc-header-tab-list .link-item.indent::before {
	content: "-";
	position: absolute;
	left: 20px;
}

.js-pc-header-panel .pc-header-tab-list p.link-item,
#know-tab1 ul p.link-item,
#know-tab2 ul p.link-item {
	background-color: #eceff1;
	position: relative;
}

/*.js-pc-header-panel .pc-header-tab-list .link-item:hover,*/
.js-pc-header-panel .pc-header-tab-list .link-item.is-active,
.js-pc-header-panel .js-know-tab.is-active p {
	color: #ff6400;
	background-color: #fff;
}

/*
.js-pc-header-panel .pc-header-tab-list p.link-item::after {
  position: absolute;
  right: 15px;
  top: 25%;
  vertical-align: middle;
  font-size: 20px;
  color: #ff6400;
  font-family: FontAwesome;
  content: "\f105";
}
*/
.js-pc-header-panel .pc-header-tab-list a,
#know-tab1 ul a,
#know-tab2 ul a {
	font-size: 14px;
	color: #2b383f;
	display: block;
}

.js-pc-header-panel .pc-header-tab-list a.link-item {
	background-color: #eceff1;
	position: relative;
}

#know-tab1 ul a.link-item,
#know-tab2 ul a.link-item {
	background-color: #fff;
	position: relative;
}

#know-tab1 ul a.link-item:hover,
#know-tab2 ul a.link-item:hover {
	color: #ff6400;
}

.js-pc-header-panel .pc-header-tab-list a.link-item:hover {
	color: #ff6400;
	background-color: #fff;
}

.js-pc-header-panel .pc-header-tab-list li,
#know-tab1 ul li,
#know-tab2 ul li {
	position: relative;
}

.js-pc-header-panel .pc-header-tab-list a.link-item::after,
.js-know-tab-contents ul li a.link-item::after {
	position: absolute;
	right: 15px;
	vertical-align: middle;
	font-size: 20px;
	color: #ff6400;
	font-family: FontAwesome;
	content: "\f105";
	height: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.js-pc-header-panel .js-lineup-tab-contents {
	background-color: #fff;
	display: none;
	padding: 40px;
	-moz-box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
	-webkit-box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
	-ms-box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
	box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
	min-height: 394px;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;
	flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header h3 span {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header figure.logo1 {
	width: 180px;
	height: auto;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header figure.logo2 {
	width: 120px;
	height: auto;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header figure.logo3 {
	width: 245px;
	height: auto;
}

.js-pc-header-panel .js-lineup-tab-contents ul {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.js-pc-header-panel .js-lineup-tab-contents ul li {
	width: 140px;
	height: auto;
	padding: 0 10px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li p {
	margin-top: 10px;
	font-weight: bold;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure {
	position: relative;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure img {
	width: 120px;
	display: block;
	margin: 0 auto;
}

.js-pc-header-panel .js-lineup-tab-contents ul a {
	display: block;
}

.js-pc-header-panel .js-lineup-tab-contents ul a:hover {
	opacity: .7;
}

.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure {
	text-align: left;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure {
	position: relative;
}

.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure img {
	width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.szbig img {
	width: 77%;
}

.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.szmini img {
	width: 68%;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure.product-new .mark,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.product-new .mark {
	left: 40px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure.product-new .new,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.product-new .new {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 30px;
}

.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure img.new {
	top: 15px;
	width: 25%;
}

.js-pc-header-panel .js-lineup-tab-contents.is-active {
	display: block;
}

.js-pc-header-panel .js-know-tab-contents {
	display: none;
}

.js-pc-header-panel .js-know-tab-contents.is-active {
	display: block !important;
}

.js-pc-header-panel .js-know-tab-contents.is-active a {
	background-color: #ffffff;
	color: #ff6400;
}

.js-pc-header-panel .js-know-tab-contents ul {
	width: 340px;
}

.js-pc-header-panel .js-know-tab-contents ul li {
	border: none;
}

.js-pc-header-panel .js-know-tab-contents ul li .link-item {
	box-sizing: border-box;
	background-color: #fff;
	display: block;
	width: 100%;
	color: #2b383f;
	border-bottom: 1px solid #fff;
}

.navslider {
	-ms-flex-align: end;
	align-items: flex-end;
}

.navslider .swiper-slide {
	margin: 10px;
}

.navslider figcaption {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.navslider figcaption.note {
	margin-top: 5px;
	line-height: 1.0;
}

.navslider figcaption span.small {
	font-size: 11px;
	font-weight: normal;
}

.navslider .slick-track {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.l-product-medium-slider .slick-slide {
	padding: 0 15px;
}

@media screen and (max-width: 736px) {
	.js-sp-header-panel {
		background-color: #eceff1;
		font-weight: bold;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 80px;
		overflow: scroll;
	}

	.js-sp-header-panel .l-list-padding {
		padding: 15px 25px;
		position: relative;
	}

	.js-sp-header-panel li, .js-sp-header-panel p, .js-sp-header-panel a {
		font-size: 14px !important;
	}

	.js-sp-header-panel a {
		display: block;
		color: #2b383f;
	}

	.js-sp-header-panel span {
		font-size: 12px !important;
	}

	.js-sp-header-panel .sp-header-panel li {
		border-top: 1px solid #bbb;
	}

	.js-sp-header-panel .lineup {
		color: #fff;
		background-color: #404a4f;
	}

	.js-sp-header-panel .lineup p {
		color: #fff;
	}

	.js-sp-header-panel .js-outer-title::after {
		position: absolute;
		right: 15px;
		vertical-align: middle;
		font-size: 20px;
		line-height: 20px;
		color: #ff6400;
	}

	.js-sp-header-panel .js-outer-title.is-close::after {
		font-family: FontAwesome;
		content: "\f0fe";
	}

	.js-sp-header-panel .js-outer-title.is-open::after {
		font-family: FontAwesome;
		content: "\f146";
	}

	.js-sp-header-panel .js-inner-title {
		background-color: #404a4f;
		color: #fff !important;
	}

	.js-sp-header-panel .js-inner-title::after {
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 20px;
		font-size: 20px;
		color: #fff;
	}

	.js-sp-header-panel .js-inner-title.is-close::after {
		font-size: 12px !important;
		content: "＋";
	}

	.js-sp-header-panel .js-inner-title.is-open::after {
		font-size: 12px !important;
		content: "−";
	}

	.js-sp-header-panel .link-item {
		position: relative;
	}

	.js-sp-header-panel .link-item::after {
		position: absolute;
		top: calc(50% - 10px);
		right: 15px;
		vertical-align: middle;
		font-size: 20px;
		line-height: 20px;
		color: #ff6400;
		font-family: FontAwesome;
		content: "\f105";
	}

	.js-sp-header-panel .js-header-toggle-panel {
		display: none;
	}

	.no-indent.l-list-padding {
		padding-left: 25px !important;
	}

	/*.js-sp-header-panel .js-header-toggle-panel li:first-child a{*/
	/*padding-left: 25px;*/
	/*}*/
	/*.js-sp-header-panel .js-header-toggle-panel li:first-child::before{*/
	/*content: none;*/
	/*}*/
	.js-sp-header-panel .js-header-toggle-panel .link-item {
		background-color: #fff;
		padding-left: 40px;
	}

	.js-sp-header-panel .js-header-toggle-panel .link-item.no-indent {
		padding-left: 20px;
	}

	.js-sp-header-panel .js-header-toggle-panel .link-item.no-indent::before {
		display: none;
	}

	.js-sp-header-panel .js-header-toggle-panel .link-item::before {
		position: absolute;
		color: #a8abad;
		vertical-align: middle;
		left: 25px;
		font-family: Helvetica;
		content: "-";
	}

	.js-sp-header-panel .sp-header-bottom-link {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		list-style: none;
		-ms-flex-direction: row;
		flex-direction: row;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
	}

	.js-sp-header-panel .sp-header-bottom-link li {
		width: 33%;
		padding-top: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.js-sp-header-panel .sp-header-bottom-link li:nth-child(2) {
		border-left: 1px solid #bbb;
		border-right: 1px solid #bbb;
	}

	.js-sp-header-panel .sp-header-bottom-link li a {
		display: block;
		margin: 0 auto;
	}

	.js-sp-header-panel .sp-header-bottom-link li figure {
		text-align: center;
	}

	.js-sp-header-panel .sp-header-bottom-link li img {
		width: 41px;
		height: auto;
	}

	.js-sp-header-panel .sp-header-bottom-link li:nth-child(3) img {
		width: 29px;
		height: auto;
	}

	.js-sp-header-panel .sp-header-bottom-link li p {
		font-size: 12px !important;
		margin-top: 10px;
	}
}

footer {
	background-color: #22272a;
	color: #fff;
	padding-bottom: 30px;
}

footer.js-footer-wrapper {
	text-align: left;
}
}

footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	footer a:hover {
		text-decoration: none;
	}
}

footer .js-back-to-top {
	position: fixed;
	right: 40px;
	bottom: 6%;
	width: 60px;
	height: 60px;
	z-index: 10;
}

footer .js-back-to-top>img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 736px) {
	footer .js-back-to-top {
		width: 50px;
		height: 50px;
		right: 5%;
	}
}

footer .col2 {
	width: 39.85714%;
}

footer .col2>.l-flex-box {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .col1 {
	width: 24.42857%;
}

footer li {
	font-size: 14px;
}

footer p, footer .text--plane {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a.indent {
	display: inline-flex;
}

@media screen and (max-width: 736px) {
	footer a {
		display: inline-block;
		width: 100%;
	}
}

footer>.l-section-inner>.l-flex-box {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .footer-link-list {
	margin-top: 20px;
	list-style: none;
}

@media screen and (max-width: 736px) {
	footer .footer-link-list {
		margin-top: 0;
	}
}

@media screen and (max-width: 736px) {
	footer .footer-link-list li {
		position: relative;
		padding: 15px;
		background-color: #404a4f;
	}
}

footer .footer-link-list li a:hover {
	text-decoration: underline;
}

footer .footer-link-list li::before {
	color: #a3a8ab;
	vertical-align: 2px;
	margin-right: 5px;
	content: ">";
	display: inline-block;
	transform: scale(0.6, 1);
}

@media screen and (max-width: 736px) {
	footer .footer-link-list li::before {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	footer .footer-link-list li::after {
		position: absolute;
		color: #a3a8ab;
		vertical-align: 2px;
		margin-right: 5px;
		right: 2%;
		content: ">";
		transform: scale(0.6, 1);
	}
}

footer .footer-link-list li+li {
	margin-top: 10px;
}

@media screen and (max-width: 736px) {
	footer .footer-link-list li+li {
		margin-top: 0;
		border-top: 1px solid #283960;
	}
}

footer .footer-link-list+.footer-title-link {
	margin-top: 40px;
}

footer .footer-link-list+.footer-title-link+.footer-title-link {
	margin-top: 40px;
}

footer .footer-title-link {
	padding-bottom: 15px;
	position: relative;
}

footer .footer-title-link.first {
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	footer .footer-title-link.first {
		margin-bottom: 0;
	}
}

footer .footer-title-link::before {
	color: #ff6400;
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: 2px;
	content: "\f152";
}

@media screen and (max-width: 736px) {
	footer .footer-title-link::before {
		margin-right: 0;
		vertical-align: 2px;
		content: "";
	}
}

footer .footer-title-link::after {
	position: absolute;
	color: #ff6400;
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: 2px;
	content: "";
}

@media screen and (max-width: 736px) {
	footer .footer-title-link::after {
		right: 1%;
		vertical-align: 2px;
		content: "\f152";
	}
}

footer .link-list-title {
	margin-top: 30px;
}

footer .borderd {
	padding-bottom: 15px;
	border-bottom: 1px solid #404a4f;
}

@media screen and (max-width: 736px) {
	footer {
		padding-bottom: 0;
	}

	footer .l-section-inner {
		padding: 0;
	}

	footer .l-flex-box {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer .l-flex-box>* {
		width: 100%;
	}

	footer .sp-title {
		padding: 15px;
		margin: 0 !important;
		border-top: 1px solid #404a4f;
	}

	footer .borderd {
		border-bottom: none;
	}

	footer .js-acordion-btn.is-icon-open::after {
		position: absolute;
		color: #ff6400;
		font-family: FontAwesome;
		margin-right: 10px;
		font-size: 12px;
		vertical-align: 2px;
		right: 1%;
		vertical-align: 2px;
		content: "-";
	}

	footer .js-acordion-btn.is-icon-close::after {
		position: absolute;
		color: #ff6400;
		font-family: FontAwesome;
		margin-right: 10px;
		font-size: 12px;
		vertical-align: 2px;
		right: 1%;
		vertical-align: 2px;
		content: "+";
	}
}

.bgc {
	background-color: #eceff1;
}

.is-fixed {
	position: fixed;
}

[class*="pc-none"] {
	display: none;
}

@media screen and (max-width: 736px) {
	[class*="sp-none"] {
		display: none;
	}

	[class*="pc-none"] {
		display: block;
	}

	.js-toggle-panel {
		display: none;
	}

	.js-pc-header-panel {
		display: none;
		width: 980px;
	}
}

.js-sp-header-panel {
	display: none;
	overflow: scroll;
}

.js-pc-header-tab-content.know.is-active {
	display: flex !important;
}

.js-pc-header-tab-content.know ul {
	background-color: #eceff1;
}

.pc-mt40 {
	margin-top: 40px;
}

.js-pc-header-tab-cntents-wrapper .slick-prev,
.js-pc-header-tab-cntents-wrapper .slick-next {
	font-size: 0;
	line-height: 0;
	border-radius: 15px;
	position: absolute;
	top: 110%;
	display: block;
	width: 100px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: #ff6400;
	z-index: 100;
}

.js-pc-header-tab-cntents-wrapper .slick-prev:before {
	position: absolute;
	top: 2px;
	left: 45%;
	content: '<';
}

.js-pc-header-tab-cntents-wrapper .slick-next:before {
	position: absolute;
	top: 2px;
	left: 50%;
	content: '>';
}

.js-pc-header-tab-content .slick-slide img {
	width: 120px;
	height: auto;
	margin: 0 auto;
}

#lineup-tab1 .tab-header {
	margin-bottom: 28px;
}

#lineup-tab5 .tab-header {
	margin-bottom: 45px;
}

.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.eu9igbwrap img {
	width: 60%;
}

.slider__items__product .product-new {
	position: relative;
}

.slick-slide .product-new {
	padding-top: 40px;
}

.product-new .new {
	position: absolute;
	width: 36px;
	height: auto;
	top: -32px;
	left: 0;
}

@media screen and (max-width: 736px) {
	.product-new .new {
		width: 25% !important;
		top: -40px;
	}

	.slider__items {
		margin-top: 20px;
	}
}

.slider__items__product .product-small>img {
	width: 90%;
}

.js-pc-header-panel .js-lineup-tab-contents figure.product-small img {
	width: 115px;
}

.js-pc-header-panel .js-lineup-tab-contents figure.product-large img {
	width: 125px;
}

.js-pc-header-panel .js-lineup-tab-contents figure.product-small2 img {
	width: 104px;
}

.js-pc-header-panel .js-lineup-tab-contents figure.product-large2 img {
	width: 130px;
}

#sec2 .l-flex-box {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 736px) {
	#sec2 .l-flex-box {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#sec2 .l-col, #sec2 .r-col {
	width: 47.95918%;
}

@media screen and (max-width: 736px) {
	#sec2 .l-col, #sec2 .r-col {
		width: 100%;
	}
}

#sec2 .col {
	width: 100%;
}

p.text-attention {
	font-size: 14px;
	color: #c00;
	line-height: 1.4;
	margin-top: 15px;
}

#sec2 .l-col .borderd-box, #sec2 .col .borderd-box {
	color: #ff6400;
	font-weight: bold;
}

#sec2 .l-col ul, #sec2 .col ul {
	margin: 20px 0;
	padding-left: 15px;
}

@media screen and (max-width: 736px) {
	#sec2 .r-col {
		margin-bottom: 9.375%;
	}
}

#sec2 .r-col .text-wrap {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

@media screen and (max-width: 736px) {
	#sec2 .r-col .text-wrap {
		vertical-align: bottom;
	}
}

#sec2 .r-col figure {
	width: 16.66667%;
	display: inline-block;
	margin-left: 5%;
}

#sec2 .r-col .text--subheading {
	color: #c00;
}

#sec2 .borderd-box {
	border-style: solid;
	border-width: 5px;
	border-color: #eceff1;
}

.fz18 {
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.fz18 {
		font-size: 14px;
	}
}

.pt10 {
	padding-top: 10px;
}

.w300 {
	width: 300px !important;
}

.fwn {
	font-weight: normal;
}

.fz16 {
	font-size: 16px;
}

.fz14 {
	font-size: 14px;
	display: block;
}

.fz12 {
	font-size: 12px;
}

.db {
	display: block;
}

@media screen and (max-width: 736px) {
	.fz16 {
		font-size: 13px;
		line-height: 1.4;
	}
}

.w50p {
	width: 50% !important;
	border-right: 0 !important;
}

sup {
	vertical-align: top !important;
	font-size: 12px;
}

.mt10 {
	margin-top: 10px !important;
}

/* 19.02.-- 追加 */
.is-fixed+.headerWrapperHeight {
	margin-top: 129px;
}

.contents_header_inner {
	margin: 0 auto;
	padding: 15px 0 50px 0;
	width: 980px;
}

.contents_header_bread {
	margin-bottom: 70px;
}

.contents_header_bread_item {
	display: inline-block;
	font-size: 14px;
}

.contents_header_bread_item:after {
	content: ">";
}

.contents_header_bread_item:last-child:after {
	content: "";
}

.contents_header_bread_item a {
	margin: 0 5px;
	padding-right: 5px;
	color: #2b383f;
	text-decoration: underline;
}

.contents_header_bread_item a:hover {
	opacity: .7;
}

.contents_header_bar {
	display: flex;
}

.contents_header_bar_ttl {
	padding-right: 50px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}

.contents_header_bar_ttl_option {
	display: block;
	margin-top: 15px;
	color: #ff6400;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
}

.contents_header_bar_txt {
	font-size: 16px;
	line-height: 26px;
}

.contents_header_bar_txt.bar_txt-center {
	line-height: 42px;
}

.detail_btn {
	display: block;
	position: relative;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #ff6400;
	border-radius: 5px;
}

@media screen and (max-width: 736px) {
	.is-fixed+.headerWrapperHeight {
		margin-top: 78px;
	}

	.contents_header_inner {
		padding: 0 0 40px 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.contents_header_bread {
		margin-bottom: 40px;
		padding: 10px 4%;
		font-size: 0;
		background: #eceff1;
	}

	.contents_header_bread_item {
		font-size: 10px;
		line-height: 20px;
	}

	.contents_header_bar {
		display: block;
		padding: 0 4%;
	}

	.contents_header_bar_ttl {
		margin-bottom: 30px;
		padding-right: 0;
		font-size: 24px;
		line-height: 1em;
		text-align: center;
	}

	.contents_header_bar_ttl_option {
		font-size: 12px;
	}

	.contents_header_bar_txt {
		font-size: 12px;
		line-height: 20px;
	}

	.contents_header_bar_txt.bar_txt-center {
		line-height: 20px;
	}
}

.header-link__items {
	position: relative;
	display: block;
	position: relative;
	float: left;
}

.header-link__items .second_item {
	/*display: none;*/
	position: absolute;
	/* opacity: 0;*/
}

z-index: 101;

.header-link__items .open+.second_item {
	top: 30px;
	width: 160px;
	background-color: #fff;
	font-size: 14px;
	opacity: 1;
}

.header-link__items .open+.second_item li {
	border-top: 1px solid #ff6400;
}

.header-link__items .open+.second_item a {
	display: block;
	padding: 10px;
	color: #2b383f;
}

.header-link__items .open+.second_item a:hover {
	background-color: #ff6400;
	color: #fff;
}

.header-link__items .js-second_item_pc {
	cursor: pointer;
}

.header-link__items .js-second_item_pc::after {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 6px 4px 0 4px;
	border-style: solid;
	border-color: #ff6600 transparent transparent transparent;
	content: "";
}

.header-link__items .js-second_item_pc.open::after {
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #ff6600 transparent;
}

.second_item_wrap {
	padding-top: 8px;
	display: none;
	z-index: 101;
	height: 94px;
	position: absolute;
	width: 180px;
	margin-top: -1px !important;
	background-color: #fff;
	font-size: 14px;
	opacity: 1;
}

.second_item_wrap li {
	border-top: 1px solid #ff6400;
}

.second_item_wrap li a {
	color: #2b383f;
	display: block;
	padding: 10px;
	font-weight: 600;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ W6 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.second_item_wrap li a:hover {
	background-color: #ff6400;
	color: #fff;
}