@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #1A57A6;
	--color-primary-shade: #A4D7E5;
	--color-primary-tint: #26456f;
	--color-secondary: #1A57A6;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-size: min(calc(2rem + (1vw - 1.92rem) * 0.1294), 2rem);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1600px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #1A57A6;
	--header-color-primary-shade: #A4D7E5;
	--header-color-primary-tint: #26456f;
	/*------▼フッター設定▼------*/
	--footer-background: linear-gradient(to right, #A4D7E5, #D6F2EE);
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
@media print, screen and (min-width: 769px){ /* PCのみ */
	body {
		font-size: min(calc(3rem + (1vw - 1.92rem) * 0.1294), 3rem);
	}
}
.post {
	background: none;
}

.post p {
	line-height: 1.8;
}

.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}

@media print,
screen and (min-width: 1024px) {
	.sticky-header #header>.inner {
		background: var(--header-background);
	}
}

@media print,
screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}

	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}

	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs {
	font-size: 85%;
}

.fm {
	font-size: 115%;
}

.fm2 {
	font-size: 130%;
}

.red {
	color: #FC0000;
}

.b {
	font-weight: bold;
}

.pick {
	color: var(--color-primary);
}

p.txt_ind {
	text-indent: -1em;
	margin-left: 1em;
}

p.nm {
	padding-bottom: 0;
}

/**/
.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

.rit {
	text-align: right;
}

.pad_anchor {
	margin-top: -115px;
	padding-top: 115px;
}

/* 非表示用 */
@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.dsp_smt {
		display: none;
	}

	.cen_pc {
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	.dsp_hp {
		display: none;
	}
}

/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#wrapper {
		width: 90%;
	}
	#header-upper {
		height: auto;
		flex-direction: row-reverse;
	}

	#header-upper .translator {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		column-gap: 10px;
	}

	#header-upper .translator #flags {
		width: auto;
		height: 18px;
	}
	#header-upper .translator #flags.size24 a {
		display: block;
	}

	#header-upper .translator #google_language_translator {
		height: 33px;
	}
	#header {
		height: 120px;
	}
	#header .logo {
		padding-left: var(--px50);
	}
	#header a.head_btn {
		font-size: var(--rem24);
	}
	#header a.head_btn::before {
		font-size: var(--rem24);
	}

	/**/
	nav#mainNav ul li a b {
		font-size: var(--rem28);
		font-weight: 500;
	}
	:lang(en) nav#mainNav ul li a b {
		font-size: var(--rem20);
	}
	:lang(en) nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}

	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li a:active,
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}

	nav#mainNav ul li li a {
		text-align: center;
	}
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
	nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
	#header .logo {
		width: 25%;
	}

	#header .logo a img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header a.head_btn {
		font-size: var(--rem20);
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#mainNav ul li a b {
		font-size: var(--rem24);
	}
}

@media only screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 60px;
	}

	body.mobile #breadcrumb {
		margin-top: 0;
	}
	#content, #content.wide {
		width: 90%;
	}
}

/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px100);
}

#copyright {
	background: none;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#footer .footer__logo:not(:last-child),
	#footer .box_lft {
		text-align: left;
	}
}

/**/
#footer .footnav ul>li,
#footer .footnav ul>li a {
	padding: 0;
	margin: 0;
}

#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
	display: none;
}

#footer .footnav ul>li a {
	position: relative;
	padding-left: 10px;
}

#footer .footnav ul>li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	background: var(--color-font);
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
}

#footer .footnav ul:not(.sub-menu) {
	column-gap: 50px;
}

#footer .footnav ul.sub-menu {
	display: block;
}

#footer .footnav ul.sub-menu li {
	margin-top: 10px;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#footer .footnav {
		margin-top: 30px;
	}

	#footer .footnav ul:not(.sub-menu) {
		column-gap: 20px;
	}
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide {
	position: relative;
}

.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}

.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_w2_sp.rev {
	flex-direction: row-reverse;
}

.box_w2_sp.vtop {
	align-items: flex-start;
}

.box_w2_sp.vcen {
	align-items: center;
}

.box_w2_sp.vbtm {
	align-items: flex-end;
}

.box_pad {
	padding: 20px;
	box-sizing: border-box;
}

.box_w2 .column2_50:not(.cen) {
	text-align: left;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.bg_fix::before {
		background-attachment: fixed !important;
	}

	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box_w2.rev {
		flex-direction: row-reverse;
	}

	.box_w2.vtop {
		align-items: flex-start;
	}

	.box_w2.vcen {
		align-items: center;
	}

	.box_w2.vbtm {
		align-items: flex-end;
	}

	.box_w2.hcen {
		justify-content: center;
		column-gap: 2%;
	}

	.box_w2.htop {
		justify-content: flex-start;
		column-gap: 2%;
	}

	.box_pad {
		padding: 30px;
	}

	.box_w2 .column3_33 {
		width: 32%;
	}

	.box_w2 .column2_50 {
		width: 48.5%;
	}

	.box_w2 .column2_60 {
		width: 57%;
	}

	.box_w2 .column2_70 {
		width: 67%;
	}

	.box_w2 .column2_80 {
		width: 77%;
	}

	.box_w2 .w45 {
		width: 45%;
	}

	.box_w2 .w50 {
		width: 50%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	.box_pad {
		padding: 50px;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll {
		overflow: auto;
		margin-bottom: 15px;
		white-space: nowrap;
	}

	.tbl_scroll table {
		margin-bottom: 0;
	}

	.tbl_scroll::-webkit-scrollbar {
		height: 5px;
	}

	.tbl_scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.tbl_scroll::-webkit-scrollbar-thumb {
		ackground: #BCBCBC;
	}

	.box_w2 .w45+.w50 {
		margin-top: 20px;
	}
}

/**/
.box_w2 .column3_33 img,
.box_w2 .column2_30 img,
.box_w2 .column2_40 img,
.box_w2 .column2_50 img {
	max-width: 100%;
}

/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px 60px;
	line-height: 1.4;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}

/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}

.txt_link:hover {
	text-decoration: none;
}

/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.w600,
.w800,
.w900,
.w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}

.w800 {
	width: 800px;
}

.w900 {
	width: 900px;
}

.w1000 {
	width: 1000px;
}

/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}

.home .post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 80px;
	height: 3px;
	margin: 15px auto 0;
	background: var(--color-primary);
	content: "";
}

.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem80);
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1.1;
}

.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem24);
}

.home .post h1.lft,
#contact_box h1 {
	margin-left: 0;
	text-align: left;
}

.home .post h1.lft::after {
	display: none;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.home .post h1 b,
	#contact_box h1 b,
	#front-sectionPost h1 span span:first-child {
		font-size: var(--rem120);
	}
	.home .post h1 b+span,
	#contact_box h1 b+span,
	#front-sectionPost h1 span span:last-child {
		font-size: var(--rem30);
	}
}

/**/
#top_concept::before {
	background: url(/wp-content/uploads/bg-top_concept.jpg.webp) no-repeat center center / cover;
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	#top_concept h1 {
		margin-bottom: 0 !important;
	}

	#top_concept .txt {
		width: calc(100% - 600px);
	}
}

/**/
#top_products::before {
	background: url(/wp-content/uploads/bg-top_products.jpg.webp) no-repeat center center / cover;
}

#top_products ul {
	justify-content: center;
}

#top_products li {
	margin-bottom: 30px;
}

#top_products li a {
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#top_products li a .txt {
	line-height: 1.5;
}
#top_products li a .photo {
	overflow: hidden;
	margin-bottom: 10px;
}

#top_products li a:hover .photo img {
	transform: scale(1.1);
	/* 拡大 */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_products ul {
		width: 90%;
		margin: auto;
	}
}
@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_products ul {
		column-gap: 2%;
	}

	#top_products li {
		width: 32%;
		margin-bottom: 50px;
	}

	#top_products li a {
		font-size: 115%;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_products ul {
		column-gap: 4%;
	}

	#top_products li {
		width: 48%;
	}
}

/**/
#top_about::before {
	background: linear-gradient(to right, #A4D7E5, #D6F2EE);
}

#top_about li a {
	display: block;
}

#top_about li a .txt span {
	position: relative;
	display: block;
	padding: 8px 0;
	border-bottom: 2px solid var(--color-primary);
	color: var(--color-primary);
	font-size: var(--rem30w);
	font-weight: bold;
}

#top_about li a .txt span::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	box-sizing: border-box;
	border-radius: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	line-height: 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}

#top_about li a .photo {
	overflow: hidden;
}

#top_about li a:hover .photo img {
	transform: scale(1.1);
	/* 拡大 */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#top_about .link li a {
	position: relative;
}

#top_about .link li a .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px;
	z-index: 2;
}

#top_about .link li a .txt span {
	border-color: #fff;
	color: #fff;
}

#top_about .link li a .txt span::after {
	background: none;
	border: 2px solid #fff;
}

#top_about .bana li a {
	background: #fff;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}

#top_about .bana li a .photo {
	width: 40%;
}

#top_about .bana li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}

#top_about .bana li a .txt {
	width: 60%;
	padding: 20px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}

#top_about .bana li a .txt span {
	width: 100%;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_about .link li {
		width: 32%;
	}

	#top_about .bana li {
		width: 48.5%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	#top_about .link li a .txt {
		padding: 40px;
	}
	#top_about li a .txt span {
		font-size: var(--rem40);
	}

	#top_about .bana li a .txt {
		padding: 30px;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_about ul li+li {
		margin-top: 20px;
	}

	#top_about .link li a .photo {
		height: 180px;
	}

	#top_about .link li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}

/**/
#contact_box::before {
	background: url(/wp-content/uploads/bg-contact_box.jpg.webp) no-repeat center center / cover;
}

#contact_box {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
}

.home #contact_box {
	max-width: 100%;
}

#contact_box h1 {
	color: #fff;
}

#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	color: var(--color-primary);
	font-size: 110%;
	font-weight: 500;
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#contact_box .btn a i {
	margin-right: 8px;
}

#contact_box .btn .tel a b {
	font-size: 150%;
}

#contact_box .btn a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}

/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}

#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #F5F5F5;
	content: "";
	z-index: -1;
}

/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
	color: var(--color-primary);
	line-height: 1.4;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	header#h1Header h1.title {
		font-size: var(--rem40w);
	}
}
/**/
.post h2.h3::after,
.post h2.noline::after {
	display: none;
}

.post h2.h3 {
	padding: 0 0 .4em;
	border-bottom: 2px solid var(--color-primary);
	font-size: var(--rem30w);
	text-align: left;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post h2,
	.post h2.h3 {
		font-size: var(--rem40w);
	}
}

/**/
.post h3 {
	padding-left: 0;
}

.post h3.h4,
.post h3.noline {
	padding: 0;
	border: none;
}

.post h3.h4 {
	position: relative;
	padding-left: 30px;
	font-size: var(--rem20w);
}

.post h3.h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 15px;
	height: 2px;
	background: var(--color-primary);
	transform: translateY(-50%);
	content: "";
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post h3 {
		font-size: var(--rem30w);
	}
}

/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}

/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
	background: none;
	border: none;
}

#history_tbl tr:nth-child(odd) {
	background: #f5f5f5;
}

#history_tbl th {
	width: 15%;
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#history_tbl th {
		padding-bottom: 0;
	}
}

/**/
.post table.recruit_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}

/**/
.post ul.list_link li {
	margin-bottom: 15px;
}

.post ul.list_link li .linkBtn {
	display: block !important;
	padding: 15px 30px !important;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.post ul.list_link {
		row-gap: 10px;
	}

	.post ul.list_link li {
		width: 48%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	.post ul.list_link {
		justify-content: center;
		column-gap: 3.5%;
	}

	.post ul.list_link li {
		width: 31%;
	}
}

/*--------------------------------------------------
	製品の利用業界
--------------------------------------------------*/
.page-industry #content {
	padding-bottom: 0 !important;
}
/**/
.industry_gallery .gallery .gallery-item .gallery-icon,
.industry_gallery .gallery .gallery-item .gallery-icon a {
	overflow: hidden;
	aspect-ratio: 3 / 2;
}
.industry_gallery .gallery .gallery-item .gallery-icon a {
	display: block;
}
.industry_gallery .gallery .gallery-item .gallery-icon img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.industry_gallery .gallery {
		justify-content: flex-start !important;
		column-gap: 2% !important;
		row-gap: var(--px30) !important;
	}
	.industry_gallery .gallery .gallery-item {
		width: 32% !important;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.industry_gallery .gallery {
		justify-content: space-between !important;
		row-gap: var(--px30) !important;
	}
	.industry_gallery .gallery .gallery-item {
		width: 48% !important;
		margin: 0 !important;
	}
}
/*--------------------------------------------------
	これまでの実績
--------------------------------------------------*/
.works_note dt {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 105%;
}
/**/
dl.works_txt dt {
	padding-right: 0.5em;
	font-weight: normal;
}
dl.works_txt dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	dl.works_txt {
		/* フレックス */
		display: flex;
		align-items: flex-start;
	}
	dl.works_txt dt {
		white-space: nowrap;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	dl.works_txt dd {
		padding-left: 1em;
	}
}
/**/
.works_gallery .gallery {
	justify-content: flex-start !important;
	column-gap: 3% !important;
	row-gap: var(--px50) !important;
}
.works_gallery .gallery .gallery-item {
	width: 48.5% !important;
	margin: 0 !important;
}
.works_gallery .gallery .gallery-item dt {
	aspect-ratio: 3 / 2;
}
.works_gallery .gallery .gallery-item dt img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.works_gallery .gallery {
		row-gap: var(--px30) !important;
	}
}
/*--------------------------------------------------
	製品紹介
--------------------------------------------------*/
#products_link li {
	margin-bottom: 15px;
}

#products_link li .linkBtn {
	display: block;
	height: 100%;
	min-height: calc(2.8em + 30px);
	padding: 15px 30px;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#products_link {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 10px;
	}

	#products_link li {
		width: 23.5%;
	}
}

@media only screen and (max-width: 820px) and (min-width: 641px) {
	#products_link {
		column-gap: 3%;
	}

	#products_link li {
		width: 48.5%;
	}
}

/**/
#products_list li {
	position: relative;
	margin-bottom: 40px;
}
#products_list li > a {
	display: block;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
#products_list li > a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#products_list li .photo {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	aspect-ratio: 4 / 3;
}
#products_list li .photo a {
	overflow: hidden;
	display: block;
	aspect-ratio: 4 / 3;
}
#products_list li .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}

#products_list li .txt {
	padding-bottom: 2em;
}

#products_list li .ttl {
	margin-bottom: 8px;
	font-size: 115%;
	font-weight: 500;
}

#products_list li .ico {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

#products_list li .ico span,
#products_list li .ico a {
	display: block;
	padding: 2px 8px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
	transition: all 0.3s ease-in-out;
}

#products_list li .ico a:hover {
	background: var(--color-primary-tint);
}

#products_list li .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

#products_list li .btn span,
#products_list li .btn a {
	display: block;
	color: var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
	font-size: 90%;
	transition: all 0.3s ease-in-out;
}

#products_list li .btn a:hover {
	color: var(--color-primary-tint);
	border-bottom-color: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px) { /* PC用 */
	#products_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#products_list li {
		width: 31%;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 1600px) and (min-width: 641px){
	#products_list li .ttl {
		font-size: 1.8vw;
	}
	#products_list li {
		font-size: 1.8vw;
	}
}
/**/
#products_detail h2 {
	font-size: var(--rem36);
	letter-spacing: 0;
}
#products_detail h2 span {
	display: inline-block;
	margin-right: 15px;
	padding: 3px 8px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem14);
	letter-spacing: 0;
}

#products_detail table th {
	vertical-align: middle;
}
#products_detail .photo h3 {
	margin-bottom: var(--px30);
	padding: 0;
	border-bottom: none;
}
#products_detail .photo h3 span {
	display: inline-block;
	padding: 0 0 0.5em;
	border-bottom: 2px solid var(--color-primary);
}
#products_detail .point {
	padding: 20px;
	background: #f5f5f5;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#products_detail .point dt {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 105%;
}

#products_detail .point dd {
	padding: 0;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#products_detail .point {
		padding: 30px;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#products_detail h2 span {
		font-size: var(--rem18);
	}
}
@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#products_detail h2 span {
		margin-bottom: 6px;
	}
}

/**/
#photo_main {
	overflow: hidden;
	margin-bottom: 15px;
}
#photo_main img {
	width: 100%;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc((100% / 5) - (10px * 4 / 5));
}
#photo_thumb li a {
	display: block;
	aspect-ratio: 3 / 2;
}
#photo_thumb li a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#products_detail .photo_box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: var(--px40);
	}
	#photo_main {
		width: 100%;
		order: 3;
	}
	#products_detail .ttl {
		width: 45%;
		order: 1;
	}
	#photo_thumb {
		width: 50%;
		order: 2;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_thumb {
		gap: 6px;
	}
	#photo_thumb li {
		width: calc((100% / 5) - (6px * 4 / 5));
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li {
	font-size: var(--rem18);
}
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}

.wpcf7-form .must_fn {
	float: none;
}

.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}

/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}

.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}

/*--------------------------------------------------
        Google Language Translator
--------------------------------------------------*/

#flags ul li a {
	padding: 0 !important;
}

.gt_flex {
	display: flex;
	justify-content: flex-end;
	padding: 5px 0;
}

#flags {
	width: 160px !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.gt_flex #flags,
.gt_flex #google_language_translator {
	height: 30px;
}

ul#sortable li {
	height: 18px !important;
	display: block;
}

@media print,
screen and (min-width: 1024px) {
	#glt-translate-trigger {
		display: none;
	}

	#header {
		height: auto !important;
	}

	#header-layout {
		height: 80px;
	}
}

@media print,
screen and (max-width: 1023px) {
	#glt-translate-trigger {
		bottom: 58px;
	}

	.tool-container {
		bottom: 100px !important;
	}

	#glt-translate-trigger {
		display: none;
	}

	.tool-container.tool-top .arrow {
		display: none;
	}

	.tool-container {
		opacity: 1 !important;
		display: block !important;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
		background: #fff !important;
		padding: 10px 5px !important;
		left: inherit !important;
		right: 0 !important;
		bottom: 250px !important;
		border-radius: 8px 0 0 8px;
	}

	.tool-items {
		display: flex !important;
		flex-direction: column !important;
		gap: 2px !important;
	}
}

@media print,
screen and (max-width: 1023px) {
	.tool-container {
		position: fixed;
		bottom: 110px !important;
	}

	#scrollUp {
		bottom: 65px !important;
		right: 3px !important;
	}
}
#products_link li .linkBtn {
    font-size: 1.8rem;
}

.wpcf7-form .nini {
    color: #fff;
    font-weight: bold;
    margin-left: 0.8em;
    font-size: 75%;
    padding: 0.2em 0.6em;
    float: right;
	background: #878787;
}




@media print,
screen and (min-width: 1024px) {
dl.gallery-item dd {
    font-size: 2.2rem;
}
	
footer#footer p {
    font-size: 2.2rem;
}
#footer .footnav ul>li, #footer .footnav ul>li a {
    font-size: 2rem;
}
}

@media print,
screen and (max-width: 1023px) {
dl.gallery-item dd {
    font-size: 1.8rem;
}
	
footer#footer p {
    font-size: 1.6rem;
}
#footer .footnav ul>li, #footer .footnav ul>li a {
    font-size: 1.6rem;
}
	}


#breadcrumb ul li {
    font-size: var(--rem24);
}
@media print, screen and (min-width: 1100px) {
    nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
   font-size: 18px;
    }
}
@media print, screen and (min-width: 1024px) {
    #header .logo img {
        max-width: 320px;
    }
}

#footer .footer__logo img {
    max-width: 400px;
    max-height: var(--px80);
    -o-object-fit: contain;
    object-fit: contain;
}
@media print, screen and (min-width: 1024px) {
    footer#footer p {
        font-size: 2.6rem;
    }
}
#copyright {
    font-size: 20px;
}
#products_detail h2 {
    font-size: var(--rem36);
    letter-spacing: 0;
    font-size: 26px;
}
#products_detail .photo h3 span {
    font-size: 24px;
}


 #photo_main {
        text-align: center;
    }
#products_detail .photo h3 {
    text-align: end;
}
#privacy h3 {
    font-size: 3rem;
}
.post h4 {
    font-size: 3rem;
}

#photo_main img {
    width: auto;
    max-height: 600px;
}
@media print, screen and (min-width: 769px) {
    #photo_main img {
        max-height: 600px;
    }
}
#photo_thumb li {
    /* 100%を6で割り、10pxの間隔を5箇所分（6-1）引く計算 */
    width: calc((100% / 6) - (10px * 5 / 6));
}