@charset "utf-8";

@font-face {
	font-family: 'icon2';
	src: url('../fonts/trade/icon.woff?=2024') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
 }
.page [class^="icon-trade-"], .page [class*=" icon-trade-"] {
	font-family: 'icon2' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.page .icon-trade-arrow-down:before {
	content: "\e900";
}
.page .icon-trade-arrow-next:before {
	content: "\e901";
}
.page .icon-trade-arrow-prev:before {
	content: "\e902";
}
.page .icon-trade-arrow-up:before {
	content: "\e903";
}
.page .icon-trade-pdf:before {
	content: "\e904";
}
.page .icon-trade-phone:before {
	content: "\e905";
}

/*============================================================
	PAGE
*/
.page {
	padding: 0 0 120px 0;
	font-size: 14px;
}
.page h1,
.page h2,
.page h3,
.page h4 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.page a {
	text-decoration: none;
	color: inherit;
}
.page .wp-block {
	position: static;
	margin: 0;
}
.content-trade {
	margin: 0 auto !important;
	padding: 0 50px !important;
	max-width: 1100px !important;
	box-sizing: border-box;
}
.content-trade .wrapper {
	display: none;
}
.content-trade .wrapper.current {
	display: block;
}
/**/
@media (max-width: 781px) {
	.page {
		padding: 0 0 50px 0;
	}
	.content-trade {
		padding: 0 20px !important;
	}
}

/*============================================================
	MAIN
*/
.main {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0 0 0;
	text-align: center;
}
.main h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.1;
	letter-spacing: 1px;
}
.main h3 {
	margin: 10px 0 10px 0;
	padding: 10px 0 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
.main h4 {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
}
@media (max-width: 781px) {
	.main {
		padding: 30px 20px 0 20px;
	}
	.main h2 {
		font-size: 26px;
		letter-spacing: 0;
	}
	.main h3 {
		margin: 5px 0 10px 0;
		padding: 12px 0 8px 0;
		font-size: 18px;
		letter-spacing: 0;
	}
	.main h4 {
		font-size: 15px;
		line-height: 1.5;
	}
}

/*============================================================
	MENU
*/
.menu {
	margin: 0 0 60px 0;
	padding: 40px 0 0 0;
}
.menu .list {
	display: flex;
	gap: 0;
	padding: 0 0 0 1px;
	list-style-type: none;
}
.menu .item {
	flex-basis: 25%;
	font-size: 16px;
}
.menu .item a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 -1px;
	height: 60px;
	border: 1px solid #000;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	color: inherit;
}
.menu .item a span {
	display: block;
}
.menu .item a:hover {
	background-color: #000;
	color: #fff;
}
.menu .item.current a {
	background-color: #000;
	font-weight: 700;
	color: #fff;
	cursor: default;
}
@media (max-width: 781px) {
	.menu {
		margin: 0 0 40px 0;
		padding: 20px 0 0 0;
	}
	.menu .item {
		flex-basis: 33.333%;
		font-size: 11px;
	}
	.menu .item.current {
		display: none;
	}
	.menu .item a {
		height: 40px;
	}
}

/*============================================================
	CONTACT
*/
.contact {
	margin: 0 0 70px 0;
}
.contact .headline {
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 48px;
	line-height: 1.1;
}
.contact .list {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}
.contact .item {
	display: flex;
	flex-basis: 25%;
	padding: 20px;
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
}
.contact .item:last-child {
	border-right: 0;
}
.contact .item .vertical {
	display: flex;
	flex-direction: column;
}
.contact .item .block {
	position: relative;
	flex: 1;
	margin: 0 0 0 -1px;
	box-sizing: border-box;
}
.contact .item .block .thumb {
	position: relative;
}
.contact .item .block .thumb img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.contact .item .block .detail {
	font-size: 12px;
}
.contact .item .block .detail h3 {
	margin: 15px 0 0 0;
	font-size: 18px;
}
.contact .item .block .detail h4 {
	margin: 8px 0 8px 0;
	font-size: 14px;
}
.contact .item .block .detail .tel {
	font-weight: 700;
	font-size: 26px;
}
.contact .item .block .detail p {
	line-height: 1.6;
}
.contact .item .btn {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}
.contact .item .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border: 1px solid #c00;
	background-color: #c00;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.contact .item .btn a span {
	display: block;
}
.contact .item .btn a span br {
	display: none;
}
.contact .item .btn a span i {
	position: relative;
	top: 1px;
	padding-left: 3px;
}
.contact .item .btn a:hover {
	background-color: #fff;
	color: #c00;
}
@media (max-width: 980px) {
	.contact .item {
		padding: 10px;
	}
	.contact .item .btn a span br {
		display: block;
	}
}
@media (max-width: 781px) {
	.contact {
		margin: 0 0 40px 0;
	}
	.contact .headline {
		margin: 0 0 20px 0;
		font-size: 24px;
	}
	.contact .item {
		padding: 15px 0;
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	.contact .item .block {
		padding: 0;
	}
	.contact .item .btn {
		margin: 10px 0 0 0;
	}
	.contact .item .btn a {
		height: 50px;
	}
	.contact .item .btn a span br {
		display: none;
	}
}

/*============================================================
	EXPERIENCE
*/
.experience {
	margin: 0 0 70px 0;
}
.experience .heading {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 30px;
}
.experience .wrap {
	display: flex;
	gap: 30px;
	padding: 20px 0;
}
.experience .wrap .col {
	flex-basis: 50%;
}
.experience .wrap .row {
	position: relative;
	gap: 0;
}
.experience .wrap .item {
	display: flex;
	align-items: center;
	margin: 20px 0;
	padding: 10px 20px;
	min-height: 120px;
	border: 1px solid #ccc;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}
.experience .wrap .col01 .item {
	padding-right: 110px;
}
.experience .wrap .col02 .item {
	padding-left: 110px;
}
.experience .wrap .figure {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 130px;
}
.experience .wrap .col01 .figure {
	right: 0%;
	margin: -190px -30px 0 0;
}
.experience .wrap .col02 .figure {
	left: 0%;
	margin: -190px 0 0 -30px;
}
@media (max-width: 980px) {
	.experience .wrap {
		display: block;
		margin: 0;
	}
}
@media (max-width: 781px) {
	.experience {
		margin: 0 0 20px 0;
	}
	.experience .heading {
		margin: 0 0 10px 0;
		font-size: 18px;
	}
	.experience .wrap {
		padding: 0 0 20px 0;
	}
	.experience .wrap .item {
		margin: 10px 0;
		padding: 10px 15px;
		min-height: 100px;
		font-size: 14px;
		line-height: 1.6;
	}
	.experience .wrap .figure {
		margin: -116px 0 0 0 !important;
		width: 80px;
	}
	.experience .wrap .col01 .item {
		padding-right: 90px;
	}
	.experience .wrap .col02 .item {
		padding-left: 90px;
	}
}

/*============================================================
	SAFE
*/
.safe {

}
.safe .heading {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 30px;
}
.safe .heading span {
	display: inline-block;
}
.safe .list {
	position: relative;
	gap: 0;
}
.safe .list01 {
	border-top: 1px solid #ccc;
}
.safe .list .items {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}
.safe .list .item {
	flex-basis: 25%;
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
}
.safe .list .item:last-child {
	border-right: 0;
}
.safe .list .item .block {
	padding: 30px 20px;
	height: 100%;
}
.safe .list .item .text {
	margin: 20px 0 0 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
}
@media (min-width: 981px) {
	.safe .list .item .list02-list {
		align-items: center !important;
	}
	.safe .list02 .item {
		padding: 30px 20px;
	}
	.safe .list .item .list02-list .text {
		margin: 0;
	}
}
@media (max-width: 781px) {
	.safe .heading {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	.safe .list .item .list02-list {
		gap: 0;
		padding: 15px 0;
	}
	.safe .list .item .block {
		padding: 15px 0;
	}
	.safe .list .item .icon img {
		display: block;
		margin: 0 auto;
		width: 60% !important;
	}
	.safe .list .item .text {
		margin: 10px 0 0 0 !important;
		font-size: 15px;
	}
}

/*============================================================
	KEY
*/
.key {

}
.key .heading {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 48px;
	line-height: 1.1;
}
.key .key-menu {
	gap: 0;
	position: relative;
}
.key .key-menu .item {
	position: relative;
	flex-basis: 33.333%;
	padding: 20px 20px 25px 15px;
	border: 1px solid #ccc;
	border-left: 0;
}
.key .key-menu .item:last-child {
	border-right: 0;
}
.key .key-menu .item .in {
	gap: 15px;
}
.key .key-menu .item .in .num {
	flex-basis: 60px;
	flex-grow: initial;
}
.key .key-menu .item .in .text {
	flex: 1;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.6;
}
.key .key-menu .item .link {
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 14px;
	transition: color 0.3s ease 0s;
}
.key .key-menu .item .link i {
	position: relative;
	top: 1px;
}
.key .key-menu .item .a {
	position: absolute;
	inset: 0;
}
.key .key-menu .item .a a {
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 781px) {
	.key .heading {
		margin: 0 0 20px 0;
		font-size: 30px;
	}
	.key .key-menu .item {
		padding: 10px 10px 15px 10px;
	}
	.key .key-menu .item .in {
		gap: 5px;
	}
	.key .key-menu .item .in .num img {
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	.key .key-menu .item .in .text {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 5.5em;
		text-align: center;
		font-size: 15px;
	}
	.key .key-menu .item .link {
		margin: 0;
	}
}

.key .section {
	margin: 0 auto;
	max-width: 800px;
}
.key .section .subhead {
	padding: 80px 0 0 0;
	text-align: center;
	font-size: 30px;
}
.key .section .subhead span {
	display: inline-block;
	padding-right: 1em;
	color: #c00;
}
.key .section .block {
	display: flex;
	gap: 0;
	padding: 35px 0;
	border-top: 1px solid #ccc;
}
.key .section .block-full {
	padding: 0 0 35px 0;
}
.key .section .block-last {
	margin: 0 0 60px 0;
	border-bottom: 1px solid #ccc;
}
.key .section .block-last:last-child {
	margin: 0;
}
.key .section .subhead + .block {
	border-top: 0;
}
.key .section .icon {
	flex-basis: 140px;
	flex-grow: initial;
}
.key .section .detail {
	flex: 1;
	padding: 0 0 0 10px;
}
.key .section .detail-full {
	padding-bottom: 40px;
}
.key .section .detail .head .icon {
	display: none;
}
.key .section .detail h3 {
	margin: 0 0 5px 0;
	font-size: 24px;
}
.key .section .detail h4 {
	font-size: 16px;
}
.key .section .detail .text {
	margin: 0 0 1.5em 0;
	line-height: 2;
}
.key .section .detail .text:last-child {
	margin: 0;
}
@media (max-width: 781px) {
	.key .section .subhead {
		padding: 20px 0 0 0;
		text-align: center;
		font-size: 20px;
	}
	.key .section .subhead span {
		display: block;
		padding-right: 0;
	}
	.key .section .block {
		display: block;
		padding: 10px 0 20px 0;
		border-top: 1px solid #ccc;
	}
	.key .section .block-full {
		padding: 0 0 30px 0;
	}
	.key .section .block-last {
		margin: 0 0 30px 0;
	}
	.key .section .icon {
		display: none;
	}
	.key .section .detail {
		padding: 0;
	}
	.key .section .detail .head {
		display: flex;
		justify-content: flex-start;
		align-items: center !important;
		gap: 10px;
		margin: 0 0 10px 0;
	}
	.key .section .detail .head .icon {
		display: block;
		margin: 0 0 0 -5px;
		flex-basis: 90px;
	}
	.key .section .detail .title {
		flex: 1;
	}
	.key .section .detail h3 {
		flex: 1;
		margin: 0;
		font-size: 18px;
	}
	.key .section .detail .text {
		margin: 0 0 1.5em 0;
		line-height: 2;
	}
}

/*============================================================
	DOCUMENT
*/
.document .heading {
	text-align: center;
	font-size: 48px;
	line-height: 1.1;
}
.document .list {
	position: relative;
	gap: 0;
	margin: 50px 0 0 0;
	text-align: center;
}
.document .list .item {
	flex-basis: 33.333%;
	padding: 30px;
	border: 1px solid #ccc;
	border-left: 0;
}
.document .list .item:last-child {
	border-right: 0;
}
.document .list .item .image {
	margin: 0 auto;
	max-width: 142px;
}
.document .list .item h3 {
	margin: 20px 0 0 0;
	font-size: 18px;
}
.document .list .item h4 {
	margin: 5px 0 0 0;
	font-size: 14px;
}
.document .list .item .sample {
	margin: 15px 0 0 0;
	font-size: 14px;
}
.document .list .item .sample i {
	position: relative;
	top: 1px;
	padding-left: 2px;
}
.document .list .item .sample a {
	transition: all 0.3s ease 0s;
}
.document .list .item .sample a:hover {
	color: #c00;
}
@media (max-width: 781px) {
	.document .heading {
		font-size: 30px;
	}
	.document .list {
		margin: 20px 0 0 0;
		text-align: center;
	}
	.document .list .item {
		padding: 20px 0;
		border: 0;
		border-top: 1px solid #ccc;
	}
	.document .list .item .image {
		width: 86%;
	}
	.document .list .item h3 {
		margin: 15px 0 0 0;
	}
	.document .list .item h4 {
		margin: 0;
	}
}

/*============================================================
	SHOP
*/
.shop .heading {
	text-align: center;
	font-size: 48px;
	line-height: 1.1;
}
.shop .catch {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 24px;
}
.shop .catch span {
	display: inline-block;
}
.shop .list {
	position: relative;
	gap: 0;
	margin: 70px 0 0 0;
}
.shop .list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.shop .list .item {
	position: relative;
	display: block;
	padding: 30px 20px 40px 20px;
	transition: box-shadow 0.3s ease 0s;
	flex-basis: 50%;
	border: 1px solid #ccc;
	border-left: 0;
	border-top: 0;
}
.shop .list .item:nth-child(2n) {
	border-right: 0;
}
.shop .list .item:hover {
	z-index: 100;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.shop .list .item h3 {
	text-align: center;
	font-size: 30px;
}
.shop .list .item h4 {
	margin: 12px 0 20px 0;
	text-align: center;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.shop .list .item .image {
	margin: 0 0 20px 0;
}
.shop .list .item p {
	line-height: 2;
}
.shop .list .item .link {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
.shop .list .item .link i {
	position: relative;
	top: 1px;
	padding-left: 3px;
}
.shop .list .item .link span {
	transition: all 0.3s ease 0s;
}
.shop .list .item:hover .link span {
	color: #c00;
}
.shop .list .item .a {
	position: absolute;
	inset: 0;
}
.shop .list .item .a a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}
/**/
@media (max-width: 781px) {
	.shop .heading {
		font-size: 30px;
	}
	.shop .catch {
		margin: 15px 0 0 0;
		font-size: 16px;
	}
	.shop .list {
		display: block;
		margin: 30px 0 0 0;
	}
	.shop .list .item {
		padding: 25px 0 30px 0;
		border-right: 0;
	}
	.shop .list .item h3 {
		font-size: 20px;
	}
	.shop .list .item h4 {
		margin: 5px 0 20px 0;
		font-size: 12px;
	}
	.shop .list .item .image {
		margin: 0 0 15px 0;
	}
	.shop .list .item .link {
		margin: 10px 0 0 0;
	}
}
