@charset "UTF-8";
/* //言語切り替え表示のデフォルトスタイル */
/* a[data-stt-changelang] {
 margin:0 7px;
} */
/* //アクティブなテキストのスタイル */
a[data-stt-active] {
	text-decoration:none;
	font-weight:bold;
	background: var(--gold);
	color: #fff;
}
#footerWrapper a[data-stt-active] {
	background: none;
	color: var(--light-gray);
}
/*
	Web Fonts
-----------------------------------------------------------------------------------------------*/
@font-face{
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif JP";
	src: url("../fonts/NotoSerifJP-Black.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


@font-face{
	font-family: "Oswald";
	src: url("../fonts/Oswald-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Oswald";
	src: url("../fonts/Oswald-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Oswald";
	src: url("../fonts/Oswald-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Oswald";
	src: url("../fonts/Oswald-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Oswald";
	src: url("../fonts/Oswald-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Oswald";
	src: url("../fonts/Oswald-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* 繁体中文 NotoSansSC */
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Sans CS";
	src: url("../fonts/NotoSansSC-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/* 繁体中文 NotoSerifSC */
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Noto Serif CS";
	src: url("../fonts/NotoSerifSC-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/*
	Reset CSS
-----------------------------------------------------------------------------------------------*/
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)){
	all: unset;
	display: revert;
}
*,*::before,*::after{
	box-sizing: border-box;
}
a, button{
	cursor: revert;
}
a {
    text-decoration: none;
    transition: all 0.4s;
}
ol, ul, menu{
	list-style: none;
}
img{
	vertical-align: top;
	width: 100%;
}
.tit{
	letter-spacing: 0.4rem;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea{
	-webkit-user-select: auto;
	user-select: auto;
}
textarea{
	white-space: revert;
}
meter{
	-webkit-appearance: revert;
	appearance: revert;
}
::placeholder{
	color: unset;
}
:where([hidden]){
	display: none;
}
:where([contenteditable]:not([contenteditable="false"])){
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	line-break: after-white-space;
	-webkit-user-select: auto;
	user-select: auto;
}
:where([draggable="true"]){
	-webkit-user-drag: element;
}

/*
	Setting CSS
-----------------------------------------------------------------------------------------------*/
html{
	font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.1rem;
	font-feature-settings: 'palt';
	overflow-wrap: break-word;
}
/* (繁体中文)
============================== */
html[lang="zh-TW"] body{
	font-family: "Noto Sans SC", sans-serif;
}
p{
	line-height: 2.0;
	letter-spacing: 0.2rem;
}
h1,h2,h3,h4,h5{
	letter-spacing: 0.6rem;
}
a{
	text-decoration: none;
	transition: all 0.4s;
}
/* a:link{
}

a:visited{
} */
a:hover{
	text-decoration: none;
}
@media (any-hover: hover){
	a:hover {
		text-decoration: none;
		opacity: 0.5;
	}	
}

@media print, screen and (min-width:813px){
	/* iPad背景切れ対策 */
	body{
		min-width:1200px;
	}
	/* tel pcのみ無効 */
	a[href^="tel:"]{
		pointer-events: none;
	}
}

/* 表示切替 */
.switch{
	visibility: hidden;
}
.sp{
	display: none;
}

/* button初期化 */
button{
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
}
@media (any-hover: hover){
	button:hover{
		cursor: pointer;
	}
}


/*
	base
-----------------------------------------------------------------------------------------------*/
/* 変数 */
:root{
	/* color */
	--gold: #a79236;
	--gold-90: #b09d4a;
	--gold-80: #bbab7b;
	--gold-70: #c1b372;
	--gold-60: #cabe86;
	--gold-50: #d3c89a;
	--gold-40: #ddd5bd;
	--gold-30: #e5dec3;
	--gold-20: #ede9d7;
	--gold-10: #f6f4eb;
	--gold-5: #fbfaf5;
	--gray:	#464646;
	--middle-gray:	#b5b5b5;
	--light-gray: #c8c8c8;
	--orange: #e19632;
	--blue: #003264;
	--green: #43651F;
	--light-green: #1F5565;
	--red: #FF0000;

	/* gradation */
	--gradation-gold: linear-gradient(30deg, var(--gold-80) 60%, var(--gold-30) 100%);

	/* width */
	--width-base: 1200px;
	--width-1000: 1000px;
	--width-900: 900px;
	--width-840: 840px;

	/* height */
	--height-header: 100px;

	/* font-family */
	--noto-sans: "Noto Sans JP", sans-serif;
    --noto-serif: "Noto Serif JP", serif;
	--oswald: "Oswald", sans-serif;
	

	/* border-radius */
	--light: 300;
    --regular: 400;
    --medium: 500;
    --bold: 600;
    --black: 900;

	/* 背景 */
	--background-noise: url(../images/bg_noise.png) repeat center center / 300px auto;
}
/* (繁体中文)
============================== */
html[lang="zh-TW"] {
	/* font-family */
	--noto-sans: "Noto Sans CS", sans-serif;
    --noto-serif: "Noto Serif CS", serif;
}
/* wrapper
============================== */
#wrapper{
	background: url(../images/bg_paper01.png) repeat center center / auto;
	overflow: hidden;
    position: relative;
}
#wrapper.equipmentsWrapperBg {
    background: url(../images/bg_paper01.png) repeat center top / auto;
    overflow: hidden;
    position: relative;
}
#wrapper.WhitePaper{
	background: var(--gold-10);
}

/* ctsWrapper
============================== */
.yukinomoto#ctsWrapper{
	padding-top: 100px;
	padding-bottom: 0;
}
#ctsWrapper{
	padding-bottom: 160px;
}
#ctsWrapper.noMarginBtm{
	padding-bottom: 0;
}
/* ctsArea
============================== */
.ctsArea{
	width: var(--width-base);
	margin: 0 auto;
	padding-inline: 30px;
	position: relative;
}
.ctsAreaIn{
	width: var(--width-base);
	margin: 0 auto;
	padding-inline: 30px;
	padding-block: 160px;
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 50px;
}
.ctsAreaFull{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-block: 160px;
}
/* width1000 */
.width1000{
	width: var(--width-1000);
}
/* width900 */
.width900{
	width: var(--width-900);
}

/* toggle */
.productSubNav_toggle{
	display: none;
}

/* header
============================== */
#headerWrapper {
    width: 100%;
    position: fixed;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    top: 0;
	left: 0;
    z-index: 1000;
	font-family: var(--noto-serif);
	min-width: var(--width-base);
	height: var(--height-header);
	background: transparent;
	transition: background-color .2s ease,  box-shadow .2s ease, padding .2s ease;
}
#headerWrapper.is-active {
	background: rgba(255,255,255,.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 5px 20px rgba(0,0,0,.08);
  }
.headerInner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.headerArea{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
	width: 100%;
    height: 100%;
    padding-inline: 30px;
}
.headerLogo{
	width: 180px;
	min-width: 180px;
}
.headerList{
	display: flex;
    align-items: center;
	white-space: nowrap;
	gap: 30px;
}
html[lang="en"] .headerList{
	gap: 25px;
}
.headerItem{
	font-size: clamp(1.2rem, 1vw, 1.4rem);
	position: relative;
}
html[lang="en"] .headerItem{
	font-size: clamp(1.1rem, 1vw, 1.3rem);
}
.headerLang{
	padding-left: 30px;
	border-left: 1px solid #000;
}
.headerBtn{
	flex-shrink:0;
	display: flex;
	height: 100%;
}
[id^="headerBtn"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
	background: #000;
}
#headerBtnContact{
	background: var(--gold);
}
.headerBtn [ class^="btnTxt"] {
    color: #fff;
	font-size: 1.3rem;
}
.headerBox{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.headerPh {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}
.headerItemHasChild{
	position: relative;
 }
.headerItemHasChild::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: translateY(-50%) rotate(45deg);
	right: -10px;
	top: 50%;
	margin-top: 1px;
}
.headerSubpage > a{
	color: #fff;
	transition: .4s ease;
}
.headerSubpage::after {
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transition: .4s ease;
}
.headerItem > a {
	display: block;
	text-decoration: none;
 }
.headerSubMenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}
.headerLanguage{
	padding-left: 25px;
	border-left: 1px solid #000;
}
.headerSubpageLanguage{
	border-left: 1px solid #fff;
	transition: .4s ease;
}
.headerLink {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
}
.headerItemInner:not(:last-child) .headerLink{
	border-bottom: 1px solid #ddd;
}
/* iPadなどクリック時 */
/* .headerItemHasChild.is-open .headerSubMenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
} */
#headerNav .headerItemHasChild.is-open > .headerSubMenu {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
  }
 @media (hover: hover) and (pointer: fine) {
	.is-active .headerItem > a:hover,
	.headerItem > a:hover {
		opacity: 1;
		color: var(--gold);
	 }
	.headerItemHasChild:hover .headerSubMenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.headerLink:hover {
		background: var(--gold);
		color: #fff;
		opacity: 1;
	} 
}
 .is-active .headerSubpageLanguage{
	border-left: 1px solid #000;
}
.is-active .headerSubpage > a {
    color: #000;
}
.headerLogoBase{
	display: none;
	transition: .4s ease;
}
.is-active .headerLogoBase{
	display: block;
}
.headerLogoWhite{
	display: block;
	transition: .4s ease;
}
.is-active .headerLogoWhite{
	display: none;
}
.is-active .headerSubpage::after {
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
 /* ノイズ
============================== */
.bgNoise{
	position: relative;
}
.bgNoise::before{
	content: "";
	width: 100%;
	height: 100%;
	background: var(--background-noise);
	position: absolute;
	inset: 0;
	z-index: 0;
}
/*
	下層kv
-----------------------------------------------------------------------------------------------*/
#cmnPageTitWrapper {
    margin-bottom: 20px;
    position: relative;
}
#cmnPageTitWrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    inset: 0;
    opacity: 0.7;
    z-index: 0;
}
.cmnPageTitArea {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    gap: 20px;
    width: var(--width-base);
    min-height: 340px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}
.cmnPageTit {
    font-size: 5.0rem;
    font-weight: var(--bold);
    color: #fff;
	font-family: var(--noto-serif);
	margin-top: 50px;
}
/*パーツ一覧用*/
.pagePartsList #cmnPageTitWrapper{
	background: url(../images/ph_products_kv_pc.png) no-repeat center center / cover;
}
.pagePrivacyList #cmnPageTitWrapper,
.pagePrivacy #cmnPageTitWrapper,
.pageOrder #cmnPageTitWrapper,
.pageOrder #cmnPageTitWrapper{
	background: url(../images/ph_order_kv_pc.png) no-repeat center center / cover;
}
.pageEquipmentsList #cmnPageTitWrapper,
.pageEquipments #cmnPageTitWrapper{
	background: url(../images/ph_equipments_kv_pc.png) no-repeat center center / cover;
}
.pageRecruitList #cmnPageTitWrapper,
.pageRecruit #cmnPageTitWrapper{
	background: url(../images/ph_recruit_kv_pc.png) no-repeat center center / cover;
}
.pageQualityList #cmnPageTitWrapper,
.pageQuality #cmnPageTitWrapper{
	background: url(../images/ph_quality_kv_pc.png) no-repeat center center / cover;
}
.pageDevelopmentList #cmnPageTitWrapper,
.pageDevelopment #cmnPageTitWrapper{
	background: url(../images/ph_development_kv_pc.png) no-repeat center center / cover;
}
.pageOemList #cmnPageTitWrapper,
.pageOem #cmnPageTitWrapper{
	background: url(../images/ph_oem_kv_pc.png) no-repeat center center / cover;
}
.pagePhilosophyList #cmnPageTitWrapper,
.pagePhilosophy #cmnPageTitWrapper{
	background: url(../images/ph_philosophy_kv_pc.png) no-repeat center center / cover;
}
.pageErrorList #cmnPageTitWrapper,
.pageError #cmnPageTitWrapper,
.pageNotesList #cmnPageTitWrapper,
.pageNotes #cmnPageTitWrapper,
.pagePolicyList #cmnPageTitWrapper,
.pagePolicy #cmnPageTitWrapper,
.pageCompanyList #cmnPageTitWrapper,
.pageCompany #cmnPageTitWrapper{
	background: url(../images/ph_company_kv_pc.png) no-repeat center center / cover;
}
.pageProductsList #cmnPageTitWrapper,
.pageProducts #cmnPageTitWrapper{
	background: url(../images/ph_products_kv_pc.png) no-repeat center center / cover;
}
.pageColumnList #cmnPageTitWrapper,
.pageColumn #cmnPageTitWrapper{
	background: url(../images/ph_column_kv_pc.png) no-repeat center center / cover;
}
.pageNewsList #cmnPageTitWrapper,
.pageNews #cmnPageTitWrapper{
	background: url(../images/ph_news_kv_pc.png) no-repeat center center / cover;
}
.pageFormList #cmnPageTitWrapper,
.pageForm #cmnPageTitWrapper{
	background: url(../images/ph_contact_kv_pc.png) no-repeat center center / cover;
}
/*
	パンくず
-----------------------------------------------------------------------------------------------*/
#olistPan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: var(--width-base);
    margin: 0 auto 100px;
    padding-inline: 35px;
    font-size: 1.3rem;
    font-weight: 500;
}
#olistPan > li {
    display: flex;
    align-items: center;
    /* white-space: nowrap; */
	font-weight: var(--regular);
}
#olistPan a {
    transition: all 0.4s;
}
#olistPan > li:not(:last-of-type)::after {
    content: "ー";
    margin-inline: 20px;
    color: var(--color-natural-grey-900);
}
/*
	ボタン
-----------------------------------------------------------------------------------------------*/
/* base
============================== */
.btnArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	position: relative;
}
 a[class^="btnBase"],
 button[class^="btnBase"] {
    display: flex;
    align-items: center;
    width: clamp(270px, 100%, 300px);
    min-height: 70px;
    padding-block: 10px;
    padding-inline: 30px 55px;
    font-size: 1.9rem;
    font-weight: 600;
    color: #fff;
	font-family: var(--noto-serif);
	border-radius: 100px;
	position: relative;
	font-weight: var(--bold);
	letter-spacing: 0.2rem;
	cursor: pointer;
}
a[class^="btnBase"].btnlongtxt,
button[class^="btnBase"].btnlongtxt{
	font-size: 1.6rem;
}
/* (繁体中文版)
============================== */
html[lang="zh-TW"] .yukinomoto  a[class^="btnBase"].btnlongtxt,
html[lang="zh-TW"] .yukinomoto  button[class^="btnBase"].btnlongtxt{
	font-size: 1.6rem;
	min-width: 200px;
}
a[class^="btnBase"].btnBaseBlackBack,
button[class^="btnBase"].btnBaseBlackBack{
	justify-content: flex-end;
	padding-inline: 55px 30px;
}
a[class^="btnBase"] span > span,
button[class^="btnBase"] span > span{
	font-size: 1.4rem;
}
/* ボタン（白、黒、枠）
============================== */
a.btnBaseBlack, 
button.btnBaseBlack{
    color: #fff;
}
a.btnBaseWhite, 
button.btnBaseWhite {
	color: #000;
}
.pageCompany a.btnBaseBorderBlack, 
.pageCompany button.btnBaseBorderBlack {
	width: clamp(270px, 100%, 400px);
}
a.btnBaseBorderBlack, 
button.btnBaseBorderBlack {
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
}
a.btnBaseBorderWhite, 
button.btnBaseBorderWhite {
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
}
a[class^="btnBase"]::after,
button[class^="btnBase"]::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	display: inline-block;
	width: 30px;
	height: 1px;
	border-radius: 9999px;
	background-color: #fff;
	transition: all 0.4s;
	z-index: 100;
}
a.btnBaseBlack::after, 
button.btnBaseBlack::after {
    background: #fff;
}
a.btnBaseBlackBack::after, 
button.btnBaseBlackBack::after {
    background: #000;
	right: auto;
	left: 30px;
}
a.btnBaseWhite::after, 
button.btnBaseWhite::after {
    background: #000;
}
a.btnBaseBorderBlack::after, 
button.btnBaseBorderBlack::after {
    background: #000;
}
a.btnBaseBorderWhite::after, 
button.btnBaseBorderWhite::after {
    background: #fff;
}
a[class^="btnBase"]::before,
button[class^="btnBase"]::before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 30px;
	width: 10px;
	height: 1px;
	border-radius: 9999px;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
	transition: all 0.4s;
	z-index: 101;
}
a.btnBaseBlack::before, 
button.btnBaseBlack::before {
    background: #fff;
}
a.btnBaseBlackBack::before, 
button.btnBaseBlackBack::before {
    background: #000;
	right: auto;
	left: 24px;
	transform: rotate(135deg);
}
a.btnBaseWhite::before, 
button.btnBaseWhite::before {
    background: #000;
}
a.btnBaseBorderBlack::before, 
button.btnBaseBorderBlack::before {
    background: #000;
}
a.btnBaseBorderWhite::before, 
button.btnBaseBorderWhite::before {
    background: #fff;
}
a.btnBaseBlack, 
button.btnBaseBlack {
    background: #000;
}
a.btnBaseWhite, 
button.btnBaseWhite {
    background: #fff;
}
a.btnBaseBlackBack, 
button.btnBaseBlackBack {
    border: 1px solid #000;
	color: #000;
}
/* ボタン（枠）コラム詳細、お知らせ詳細
============================== */
.cmnRecommendBtnArea, 
.cmnRecommendBtnAreaFour {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    gap:  20px 30px;
}
a[class^="btnBase"].btnSmall, 
button[class^="btnBase"].btnSmall {
    min-height: 30px;
    padding-inline: 20px 45px;
    font-size: 1.6rem;
	line-height: 1.1;
	padding-block: 5px;
	min-height: 50px;
	color: #000;
	border: 1px solid #000;
	gap: 10px;
}
a[class^="btnBase"].btnSmall::before, 
button[class^="btnBase"].btnSmall::before {
	background: #000;
}
a[class^="btnBase"].btnSmall::after, 
button[class^="btnBase"].btnSmall::after {
	background: #000;
}
.cmnRecommendBtnArea > a {
    width: calc((100% - 60px) / 3);
}
@media (any-hover: hover){
	a[class^="btnBase"]:hover,
	button[class^="btnBase"]:hover{
		background: var(--gold);
		opacity: 1;
		color: #fff;
	}
	a[class^="btnBase"].btnSmall:hover, 
	button[class^="btnBase"].btnSmall:hover{
		background: var(--gold);
		opacity: 1;
		color: #fff;
		border: 1px solid var(--gold);
	}
	a[class^="btnBaseBorder"]:hover,
	button[class^="btnBaseBorder"]:hover,
	a[class^="btnBase"].btnBaseBlackBack:hover, 
	button[class^="btnBase"].btnBaseBlackBack:hover {
		border: 1px solid var(--gold);
	}
	a[class^="btnBase"].btnSmall:hover::after, 
	button[class^="btnBase"].btnSmall:hover::after,
	a[class^="btnBase"]:hover::after,
	button[class^="btnBase"]:hover::after{
		right: 20px;
		background: #fff;
	}
	a[class^="btnBase"].btnSmall:hover::before, 
	button[class^="btnBase"].btnSmall:hover::before,
	a[class^="btnBase"]:hover::before,
	button[class^="btnBase"]:hover::before{
		right: 20px;
		background: #fff;
	}
	a[class^="btnBase"].btnBaseBlackBack:hover::after, 
	button[class^="btnBase"].btnBaseBlackBack:hover::after{
		left: 20px;
		background: #fff;
	}
	a[class^="btnBase"].btnBaseBlackBack:hover::before, 
	button[class^="btnBase"].btnBaseBlackBack:hover::before{
		left: 14px;
		background: #fff;
	}
}
/* ボタン（枠なし）
============================== */
.linkArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
}
a.btnLink, 
button.btnLink {
    color: #000;
	display: flex;
    align-items: center;
    width: clamp(170px, 100%, 200px);
    font-size: 2.0rem;
    font-weight: 600;
	font-family: var(--noto-serif);
	border-radius: 100px;
	position: relative;
	font-weight: var(--bold);
}
/* (英語版)
============================== */
html[lang="en"] a.btnLink, 
html[lang="en"] button.btnLink {
    width: clamp(300px, 100%, 340px);
}
a.btnLink::after, 
button.btnLink::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	display: inline-block;
	width: 30px;
	height: 1px;
	border-radius: 9999px;
	transition: all 0.4s;
	z-index: 100;
	background: #000;
}
a.btnLink::before, 
button.btnLink::before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 30px;
	width: 10px;
	height: 1px;
	border-radius: 9999px;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
	transition: all 0.4s;
	z-index: 101;
	background: #000;
}
@media (any-hover: hover){
	a.btnLink:hover::after, 
	button.btnLink:hover::after {
		right: 20px;
	}
	a.btnLink:hover::before, 
	button.btnLink:hover::before {
		right: 20px;
	}
}
.btnAreaInquiry{
	display: flex;
	justify-content: flex-end;
}
a.btnInquiry{
	background:#000;
	color: #fff;
	display: flex;
    align-items: center;
    width: clamp(160px, 100%, 180px);
    min-height: 40px;
    padding-block: 15px;
    padding-inline: 20px 40px;
    font-size: 1.6rem;
	line-height: 1.2;
    font-weight: 600;
    font-family: var(--noto-serif);
    border-radius: 100px;
    position: relative;
    font-weight: var(--bold);
    letter-spacing: 0.2rem;
    cursor: pointer;
}
/* (英語版)
============================== */
html[lang="en"] a.btnInquiry{
	width: clamp(220px, 100%, 280px);
}
/* (繁体中文版)
============================== */
html[lang="zh-TW"] a.btnInquiry{
	width: clamp(160px, 100%, 200px);
}
a.btnInquiry::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 25px;
    transition: all 0.4s;
}
@media (any-hover: hover){
	a.btnInquiry:hover{
		background: var(--gold);
		opacity: 1;
	}
}
/* ボタン（非活性）
============================== */
a[class^="btnBase"].btnBaseDisabled,
button[class^="btnBase"].btnBaseDisabled{
	pointer-events: none;
	background: var(--light-gray);
}
.btnAreaNoto{
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.2rem;
}
/*
	タイトル
-----------------------------------------------------------------------------------------------*/

/* 下線中央（白、黒、ミックス）
============================== */
[class^="cmnTitCenter"],
[class^="cmnTitBtmLineCenter"]{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.onlyTitBtmLineCenter{
	margin-bottom: 60px;
}
.cmnTitBtmLineCenterBlack{
	color: #000;
}
.cmnTitBtmLineCenterWhite{
	color: #fff;
}
.cmnTitBtmLineCenterMix{
	color: #fff;
}
[class^="cmnTitCenter"] .tit,
[class^="cmnTitBtmLineCenter"] .tit{
	font-family: var(--noto-serif);
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    font-size: 4.5rem;
    font-weight: 600;
    text-align: center;
	line-height: 1.8;
}
html[lang="en"] .pagePhilosophy [class^="cmnTitCenter"] .tit{
    font-size: 3rem;
}
.cmnTitCenterS > .tit{
	font-size: 3.0rem;
}
[class^="cmnTitBtmLineCenter"] .tit::after {
	content: "";
    width: 60px;
    height: 2px;
}
.cmnTitBtmLineCenterBlack .tit::after {
    background: #000;
}
.cmnTitBtmLineCenterWhite .tit::after {
    background: #fff;
}
.cmnTitBtmLineCenterMix .tit::after {
    background: #fff;
}
[class^="cmnTitCenter"] .txt,
[class^="cmnTitBtmLineCenter"] .txt {
	text-align: center;
	font-weight: var(--regular);
    font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 0.4rem;
}
/* (英語版)
============================== */
html[lang="en"] [class^="cmnTitCenter"] .txt,
html[lang="en"] [class^="cmnTitBtmLineCenter"] .txt {
	letter-spacing: 0.2rem;
}
/* (繁体中文)
============================== */
html[lang="zh-TW"] [class^="cmnTitCenter"] .txt,
html[lang="zh-TW"] [class^="cmnTitBtmLineCenter"] .txt {
	font-weight: var(--regular);
}
.cmnTitBtmLineCenterBlack .txt{
    color: #000;
}
.cmnTitBtmLineCenterWhite .txt{
    color: #fff;
}
.cmnTitBtmLineCenterMix .txt{
    color: #000;
}
/* 下線左寄せ（白、黒、ミックス）
============================== */
[class^="cmnTitBtmLineLeft"]{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 40px;
}
.cmnTitBtmLineLeftBlack{
	color: #000;
}
.cmnTitBtmLineLeftWhite{
	color: #fff;
}
[class^="cmnTitBtmLineLeft"] .tit{
	font-family: var(--noto-serif);
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    font-size: 4.5rem;
    font-weight: 600;
    text-align: left;
	line-height: 1.8;
}
[class^="cmnTitBtmLineLeft"] .tit::after {
    content: "";
    width: 60px;
    height: 2px;
	background: #000;
}
.cmnTitBtmLineLeftBlack .tit::after {
	background: #000;
}
.cmnTitBtmLineLeftWhite .tit::after {
	background: #fff;
}
[class^="cmnTitBtmLineLeft"] .txt{
    text-align: left;
	font-weight: var(--regular);
    font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 0.4rem;
}
 /* (英語版)
 ============================== */
html[lang="en"] [class^="cmnTitBtmLineLeft"] .txt{
	letter-spacing: 0.2rem;
}
 /* (繁体中文版)
 ============================== */
html[lang="zh-TW"] [class^="cmnTitBtmLineLeft"] .txt{
		font-weight: var(--regular);
	}
.cmnTitBtmLineLeftBlack .txt{
    color: #000;
}
.cmnTitBtmLineLeftWhite .txt{
    color: #fff;
}
.cmnListBorderColumn > li:not(:last-child){
	border-right: 1px solid #000;
}
.cmnListBorderColumn > li > a{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	height: 100%;
}
.cmnListBorderColumn .img{
	height: 60px;
}
.cmnListBorderColumn img{
	width: auto;
	height: 100%;
}
.cmnListBorderColumn .tit{
	font-size: 2.4rem;
	font-weight: var(--medium);
	color: var(--gray);
	font-family: var(--noto-serif);
	text-align: center;
}
/* 矢印単体
============================== */
.linkArrow{
	position: relative;
}
.linkArrow::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 1px;
	border-radius: 9999px;
	background-color: #000;
	transition: all 0.4s;
}
.linkArrow::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 1px;
	border-radius: 9999px;
	background-color: #000;
	transform: rotate(45deg);
	transform-origin: calc(100% - 1px) 50%;
	transition: all 0.4s;
}
/*
	404
-----------------------------------------------------------------------------------------------*/
.pageError .ArticleCtsArea > p {
	font-size: 2.6rem;
    text-align: center;
    margin-block: 160px;
	font-family: var(--noto-serif);
}
 /*
	お問い合わせ・ご注文
-----------------------------------------------------------------------------------------------*/
#contactWrapper{
	background: var(--gradation-gold);
}
#contactWrapper .ctsArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding-block: 100px;
}
#contactWrapper .cmnTitBtmLineCenter{
	margin-bottom: 30px;
}
 /*
	footer
-----------------------------------------------------------------------------------------------*/
#footerWrapper{
	background: #000;
	position: relative;
}
#footerWrapper .ctsArea {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-block: 160px;
}
.footerBox{
	width: 100%;
    display: flex;
    justify-content: space-between;
	color: var(--light-gray);
}
.footerDetail{
	max-width: 280px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.footerPrivacyList{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-right: auto;
}
.footerPrivacyLink{
	font-size: 1.2rem;
	padding-left: 15px;
	position: relative;
	display: flex;
}
.footerPrivacyLink::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--light-gray);
    border-right: 2px solid var(--light-gray);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -5px;
}
.footerList{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.footerLinkBox {
    display: flex;
	flex-direction: column;
	gap: 30px;
}
.footerLogo{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footerDetail .tit{
	font-size: 1.6rem;
}
.footerList{
	max-width: 600px;
}
/* (英語版)
============================== */
html[lang="en"] .footerList{
	max-width: 700px;
}
.footerLinkArea{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
}
.footerLinkDetailArea{
	display:grid;
    grid-template-columns:repeat(3,1fr);
	gap: 50px;
}
/* (英語版)
============================== */
html[lang="en"] .footerLinkDetailArea{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
}
 /* (繁体中文版)
============================== */
html[lang="zh-TW"] .footerLinkDetailArea{
	gap: 30px;
}
[class^="footerItem"]{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
[class^="footerItem"] .tit{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--light-gray);
}
.footerItemOnly .tit{
	border-bottom: none;
}
[class^="footerItem"] .tit a{
	padding-left: 25px;
	white-space: nowrap;
	position: relative;
	display: block;
}
[class^="footerItem"] .tit a::before{
	content:"";
    display:inline-block;
    width:15px;
    height:1px;
    background:#fff;
    margin-right:18px;
    vertical-align:middle;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.footerList > li .tit a{
	font-size: 1.4rem;
	font-weight: var(--bold);
	position:relative;
}
.footerList > li .tit a::before{
	content:"";
    display:inline-block;
    width:8px;
    height:1px;
    background:#fff;
    vertical-align:middle;
}
[class^="footerListDetail"] li a{
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
	display: block;
}
[class^="footerListDetail"] li a::before {
	content: "";
	left: 3px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--light-gray);
	border-right: 2px solid var(--light-gray);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: -5px;
  }
.footerListDetailTwoColumn{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px 20px;
}
html[lang="en"] .footerListDetailTwoColumn{
    grid-template-columns:repeat(1,1fr);
}
.footerListDetailOneColumn{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footerLanguageArea{
	display: flex;
	justify-content: flex-end;
}
.footerListLanguage{
	display: flex;
	gap: 25px;
}
.footerListLanguage li{
	position: relative;
}
.footerListLanguage li:not(:last-child):after{
	content: "/";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
.footerCopyright{
	font-size: 1.2rem;
	margin: 0 auto;
}
/* modal
============================== */
.modalWrapper{
	display: none;
	width: 90%;
	max-width: 1000px;
	margin: 0;
    position: fixed;
    z-index: 1100;
}
.modalArea{
	max-height: calc(100svh - 20px);
	padding: 60px;
	background-color: #fff;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modalArea::-webkit-scrollbar{
	display: none;
}
.modalArea iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.modalOpen{
	position: relative;
	overflow: hidden;
}
.modalOpen > img{
	transition: all 0.4s;
}
.modalOpen::before {
    content: "";
    background: url(../images/ico_zoom_01.svg) no-repeat center center / 17px var(--blue);
    bottom: 0;
    content: '';
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 2;
}
/* オープンボタン */
.modalOpen:hover{
	cursor: pointer;
}
/* クローズボタン */
.modalClose {
	width: 55px;
	aspect-ratio: 1/1;
	background-color: var(--gold);
	border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
	cursor: pointer;
}
@media (any-hover: hover){
	.modalOpen:hover{
		opacity: 1;
}
	.modalOpen:hover > img{
			transform: scale(1.1);
	}
	.modalClose:hover{
		opacity: 1;
		background-color: var(--gold-30);
	}
	.modalClose:hover::before,
	.modalClose:hover::after{
		background-color: var(--gold);
	}
}
.modalClose::before,
.modalClose::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.4s;
}
.modalClose::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* 背景 */
.modalBg {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	opacity: 0.8;
	cursor: pointer;
}
@media screen and (max-width:812px){
	body{
		-webkit-text-size-adjust: 100%;
	}
	img{
		width:100%;
	}
	.tit{
		letter-spacing: 0.2rem;
	}
	p{
		line-height: 1.6;
	}	
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}


	/*
		base
	-----------------------------------------------------------------------------------------------*/
	/* 変数 */
	:root{
		/* width */
		--width-base: 100%;
		--width-900: 100%;
		--width-800: 100%;

		/* height */
		--height-header: 60px;

		/* 背景 */
		--background-noise: url("../images/bg_noise.png") repeat center center / 300px auto;
	}

	/* wrapper
	============================== */
	#wrapper{
		padding-top: 60px;
	}
	/* ctsWrapper
	============================== */
	.yukinomoto#ctsWrapper{
		padding-top: 0;
	}
	#ctsWrapper{
		padding-top: 0;
		padding-bottom: 60px;
	}
	/* ctsArea
	============================== */
	.ctsArea{
		max-width: 500px;
		padding-inline: 20px;
		gap: 30px;
	}
	.ctsAreaIn{
		max-width: 500px;
		padding-inline: 20px;
		padding-block: 60px;
		gap: 30px;
	}
		/* width1000 */
	.width1000{
		width:100%;
	}
	/* width900 */
	.width900{
		width:100%;
	}
		/* ヘッダーメニュー
	============================== */
	#headerWrapper {
		height: var(--height-header);
		background: #fff;
	}
	.headerArea {
		padding-left: 20px;
		padding-right: 0;
	}
	.headerLogo {
		max-width: 140px;
		width: 100%;
		min-width: 80px;
	}
	#headerNav{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 30px 30px 60px 30px;
		position: fixed;
		inset: 0;
		top: 60px;
		z-index: -1;
		overflow-y: scroll;
		opacity: 0;
		pointer-events: none;
		transition: all 0.4s;
		background-color: var(--gold-5);
	}
	#headerNav::before{
		content: "";
		width: 100%;
		height: 100%;
		opacity: 0.8;
		position: absolute;
		inset: 0;
		z-index: -1;
        background: var(--background-noise);
	}
	.headerBtn [ class^="btnTxt"] {
		display: none;
	}
	.headerBox {
		gap: 5px;
	}
	[id^="headerBtn"] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 100%;
		background: #000;
	}
	.headerPh {
		width: 25px;
	}
	/* 展開時 */
	#headerNav.jsOpen{
		opacity: 1;
		pointer-events: all;
	}
	.headerList {
		flex-direction: column;
		gap: 25px;
		width: 100%;
		max-width: 350px;
	}
	.headerSubMenu {
		position: static;
		min-width: 100%;
		margin-top: 0;
		background: none;
		border: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.headerItemHasChild::after {
		content: none;
	}
	.headerLink {
		border-bottom: none;
		font-size: 1.2rem;
		padding: 10px 15px;
		position: relative;
	}
	.headerItem {
    	width: 100%;
	}
	.headerItem > a {
    	font-size: 1.4rem;
		background: #000;
		color: #fff;
		padding: 10px 20px;
		position: relative;
	}
	.headerItem > a::before,
	.headerItemInner > a::before {
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: 20px;
		width: 10px;
		height: 1px;
		border-radius: 9999px;
		background-color: #fff;
		transform: rotate(45deg);
		transform-origin: calc(100% - 2px) 50%;
		transition: all 0.4s;
		z-index: 101;
	}
	.headerItemInner > a::before{
		background-color: var(--light-gray);
		width: 6px;
		height: 1px;
	}
	.headerItem > a::after,
	.headerItemInner > a::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		display: inline-block;
		width: 25px;
		height: 1px;
		border-radius: 9999px;
		background-color: #fff;
		transition: all 0.4s;
		z-index: 100;
	}
	.headerItemInner > a::after{
		width: 20px;
		background-color: #ddd;
	}
	.headerItemHasChild {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.headerLanguage {
		border: 1px solid #ddd;
		padding: 10px 20px;
	}
	.headerLanguage > a{
		display: none;
	}
	.is-active .headerSubpage > a {
		color: #fff;
	}
	.headerLogoBase{
		display: block;
	}
	.headerLogoWhite{
		display: none;
	}
	.is-active .headerSubpageLanguage{
		border-left: 1px solid #ddd;;
	}
		/* メニューボタン
	============================== */
	.btnMenu{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
		width: var(--height-header);
		aspect-ratio: 1/1;
	}
	.btnMenu span,
	.btnMenu::before,
	.btnMenu::after{
		display: block;
		width: 20px;
		height: 1px;
		background-color: #000;
		transition: all 0.4s;
	}
	.btnMenu::before,
	.btnMenu::after{
		content: " ";
	}
	@media (any-hover: hover){
		.btnMenu:hover{
			cursor: pointer;
		}
	}
	/* 展開時 */
	.btnMenu.jsOpen{
		gap: 0;
	}
	.btnMenu.jsOpen span{
		display: none;
	}
	.btnMenu.jsOpen::before,
	.btnMenu.jsOpen::after{
		position: absolute;
		top: 50%;
		background-color: #000;
	}
	.btnMenu.jsOpen::before{
		rotate: 45deg;
		background-color: #000;
	}
	.btnMenu.jsOpen::after{
		rotate: -45deg;
		background-color: #000;
	}

	/*
		下層kv
	-----------------------------------------------------------------------------------------------*/
	.cmnPageTitArea {
		gap: 10px;
        min-height: 200px;
        padding: 20px;
		text-align: center;
	}
	.cmnPageTit {
        font-size: 2.4rem;
		margin-top: 10px;
		}
		/*パーツ一覧用*/
	.pagePartsList #cmnPageTitWrapper{
		background: url(../images/ph_products_kv_pc.png) no-repeat center center / cover;
	}
	.pagePrivacyList #cmnPageTitWrapper,
	.pagePrivacy #cmnPageTitWrapper,
	.pageOrderList #cmnPageTitWrapper,
	.pageOrder #cmnPageTitWrapper{
		background: url(../images/ph_order_kv_sp.png) no-repeat center center / cover;
	}
	.pageEquipmentsList #cmnPageTitWrapper,
	.pageEquipments #cmnPageTitWrapper{
		background: url(../images/ph_equipments_kv_sp.png) no-repeat center center / cover;
	}
	.pageRecruitList #cmnPageTitWrapper,
	.pageRecruit #cmnPageTitWrapper{
		background: url(../images/ph_recruit_kv_sp.png) no-repeat center center / cover;
	}
	.pageQualityList #cmnPageTitWrapper,
	.pageQuality #cmnPageTitWrapper{
		background: url(../images/ph_quality_kv_sp.png) no-repeat center center / cover;
	}
	.pageDevelopmentList #cmnPageTitWrapper,
	.pageDevelopment #cmnPageTitWrapper{
		background: url(../images/ph_development_kv_sp.png) no-repeat center center / cover;
	}
	.pageOemList #cmnPageTitWrapper,
	.pageOem #cmnPageTitWrapper{
		background: url(../images/ph_oem_kv_sp.png) no-repeat center center / cover;
	}
	.pagePhilosophyList #cmnPageTitWrapper,
	.pagePhilosophy #cmnPageTitWrapper{
		background: url(../images/ph_philosophy_kv_sp.png) no-repeat center center / cover;
	}
	.pageErrorList #cmnPageTitWrapper,
	.pageError #cmnPageTitWrapper,
	.pageNotesList #cmnPageTitWrapper,
	.pageNotes #cmnPageTitWrapper,
	.pagePolicyList #cmnPageTitWrapper,
	.pagePolicy #cmnPageTitWrapper,
	.pageCompanyList #cmnPageTitWrapper,
	.pageCompany #cmnPageTitWrapper{
		background: url(../images/ph_company_kv_sp.png) no-repeat center center / cover;
	}
	.pageProductsList #cmnPageTitWrapper,
	.pageProducts #cmnPageTitWrapper{
		background: url(../images/ph_products_kv_sp.png) no-repeat center center / cover;
	}
	.pageColumnList #cmnPageTitWrapper,
	.pageColumn #cmnPageTitWrapper{
		background: url(../images/ph_column_kv_sp.png) no-repeat center center / cover;
	}
	.pageNewsList #cmnPageTitWrapper,
	.pageNews #cmnPageTitWrapper{
		background: url(../images/ph_news_kv_sp.png) no-repeat center center / cover;
	}
	.pageFormList #cmnPageTitWrapper,
	.pageForm #cmnPageTitWrapper{
		background: url(../images/ph_contact_kv_sp.png) no-repeat center center / cover;
	}
	/*
		パンくず
	-----------------------------------------------------------------------------------------------*/
	#olistPan {
		gap: 5px 0;
        margin: 0 auto 50px;
        padding-inline: 20px;
        font-size: 1.2rem;
	}
	/*
		ボタン
	-----------------------------------------------------------------------------------------------*/
	/* base
	============================== */
	a[class^="btnBase"],
	button[class^="btnBase"] {
		display: flex;
		align-items: center;
		width: clamp(200px, 100%, 230px);
		min-height: 50px;
		padding-block: 10px;
		padding-inline: 30px 55px;
		font-size: 1.4rem;
	}
	a[class^="btnBase"].btnlongtxt,
	button[class^="btnBase"].btnlongtxt{
		font-size: 1.3rem;
	}
	a[class^="btnBase"] span > span,
	button[class^="btnBase"] span > span{
		font-size: 1.1rem;
	}
	.onlyTitBtmLineCenter{
    	margin-bottom: 30px;
	}
	/* ボタン（白、黒、枠）
	============================== */
	a[class^="btnBase"]::after,
	button[class^="btnBase"]::after {
		right: 20px;
		width: 25px;
	}
	a[class^="btnBase"]::before,
	button[class^="btnBase"]::before {
		right: 20px;
		width: 8px;
	}
		/* ボタン（枠）コラム詳細、お知らせ詳細
	============================== */
	.cmnRecommendBtnArea, 
	.cmnRecommendBtnAreaFour {
		flex-direction: column;
        align-items: center;
	}
	a[class^="btnBase"].btnSmall, 
	button[class^="btnBase"].btnSmall {
		padding-inline: 16px 38px;
		min-height: 35px;
        font-size: 1.2rem;
		width: clamp(250px, 100%, 300px);
	}
	a[class^="btnBase"].btnSmall::before, 
	button[class^="btnBase"].btnSmall::before {
		background: #000;
	}
	a[class^="btnBase"].btnSmall::after, 
	button[class^="btnBase"].btnSmall::after {
		background: #000;
	}
	.cmnRecommendBtnArea > a {
		width: calc((100% - 20px) / 3);
	}
	/* ボタン（枠なし）
	============================== */
	.linkArea {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 15px;
		width: 100%;
	}
	a.btnLink, 
	button.btnLink {
		width: clamp(100px, 100%, 150px);
		font-size: 1.4rem;
	}
	/* (英語版)
	============================== */
	html[lang="en"] a.btnLink, 
	html[lang="en"] button.btnLink {
		width: clamp(200px, 100%, 260px);
	}
	a.btnLink::after, 
	button.btnLink::after {
		right: 20px;
		width: 25px;
	}
	a.btnLink::before, 
	button.btnLink::before {
		right: 20px;
		width: 8px;
	}

	a.btnInquiry{
		display: flex;
        align-items: center;
        width: clamp(100px, 100%, 140px);
        min-height: 30px;
        padding-block: 10px;
        padding-inline: 20px 30px;
        font-size: 1.3rem;
	}
	/* (英語版)
	============================== */
	html[lang="en"] a.btnInquiry {
		width: clamp(160px, 100%, 220px);
	}
	/* (繁体中文版)
	============================== */
	html[lang="zh-TW"] a.btnInquiry{
		width: clamp(120px, 100%, 160px);
	}
	a.btnInquiry::after {
		width: 5px;
        height: 5px;
		right: 15px;
	}
		/* (英語版)
	============================== */
	html[lang="en"] .btnAreaNoto {
		bottom: -35px;
		line-height: 1.2;
		text-align: center;
	}
	/*
		タイトル
	-----------------------------------------------------------------------------------------------*/

	/* 下線中央（白、黒、ミックス）
	============================== */
	[class^="cmnTitCenter"],
	[class^="cmnTitBtmLineCenter"]{
		gap: 30px;
	}
	[class^="cmnTitCenter"] .tit,
	[class^="cmnTitBtmLineCenter"] .tit{
		gap: 30px;
		font-size: 2.4rem;
	}
	html[lang="en"] .pagePhilosophy [class^="cmnTitCenter"] .tit {
		font-size: 1.8rem;
	}
	[class^="cmnTitBtmLineCenter"] .tit::after {
		width: 30px;
	}
	[class^="cmnTitCenter"] .txt,
	[class^="cmnTitBtmLineCenter"] .txt {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	/* 下線左寄せ（白、黒、ミックス）
	============================== */
	[class^="cmnTitBtmLineLeft"]{
		gap: 30px;
	}
	[class^="cmnTitBtmLineLeft"] .tit{
		gap: 30px;
		font-size: 2.4rem;
	}
	[class^="cmnTitBtmLineLeft"] .tit::after {
		width: 30px;
	}
	[class^="cmnTitBtmLineLeft"] .txt{
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.8;
	}
		/* 3カラムリスト(ボーダー区切り)
	============================== */
	.cmnListBorderColumn > li > a{
		gap: 10px;
	}
	.cmnListBorderColumn .img{
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 70px;
	}
	.cmnListBorderColumn .tit{
		font-size: 1.6rem;
		text-align: left;
	}
	/* 矢印単体
	============================== */
	.linkArrow::after{
		width: 25px;
	}
	.linkArrow::before{
		width: 5px;
	}
	/*
		404
	-----------------------------------------------------------------------------------------------*/
	.pageError .ArticleCtsArea > p {
		font-size: 1.8rem;
		margin-block: 120px;
		line-height: 2.0;

	}
	/*
		お問い合わせ・ご注文
	-----------------------------------------------------------------------------------------------*/
	#contactWrapper .ctsArea {
		gap: 30px;
        padding-block: 60px;
	}
	/*
		footer
	-----------------------------------------------------------------------------------------------*/
	#footerWrapper .ctsArea {
        gap: 30px;
        padding-block: 60px;
    }
	.footerBox{
		flex-direction: column;
		gap: 30px;
	}
	.footerDetail{
		max-width: 100%;
		gap: 30px;
	}
	.footerList{
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.footerPrivacyList{
		width: clamp(200px, 100%, 230px);
		margin-right: 0;
	}
	.footerPrivacyItem{
		display: flex;
		justify-content: center;
	}
	.footerPrivacyLink{
		font-size: 1.1rem;
		padding-left: 10px;
		align-items: center;
	}
	.footerPrivacyLink::before {
		width: 6px;
        height: 6px;
	}
	.footerLinkBox {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.footerLogoLink{
		max-width: 200px;
	}
	.footerLogo{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footerLogo .txt{
		text-align: center;
	}
	.footerDetail .tit{
		font-size: 1.6rem;
	}
	.footerList{
		max-width: 600px;
	}
	.footerLinkArea{
		gap: 10px 30px;
	}
	.footerLinkDetailArea{
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	[class^="footerItem"]{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.footerItemOnly .tit{
		border-bottom: none;
	}
	[class^="footerItem"] .tit a{
		font-size: 1.2rem;
		padding-left: 20px;
	}
	[class^="footerItem"] .tit a::before{
		width:10px;
	}
	.footerList > li .tit a{
		font-size: 1.2rem;
	}
	.footerList > li .tit a::before{
		width:5px;
	}
	[class^="footerListDetail"] li a{
		font-size: 1.1rem;
		padding-left: 10px;
	}
	[class^="footerListDetail"] li a::before {
		width: 6px;
		height: 6px;
	}
	.footerListDetailTwoColumn{
		display: flex;
		flex-wrap: wrap;
		gap:10px 20px;
	}
	.footerListDetailOneColumn{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap:10px 20px;
	}
	.footerLanguageArea{
		font-size: 1.2rem;
	}
	.footerListLanguage{
		display: flex;
		gap: 20px;
	}
	.footerListLanguage li{
		position: relative;
	}
	.footerListLanguage li:not(:last-child):after{
		content: "/";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -12px;
	}
	.footerCopyright{
		font-size: 0.9rem;
		margin: 0 auto;
		text-align: center;
	}
		/* modal
	============================== */
	.modalArea {
        padding: 20px;
    }
	.modalWrapper {
        max-width: 500px;
    }
	/* オープンボタン */
	.cmnImg .modalOpen::before {
		width: 20px;
		height: 20px;
		right: 10px;
		bottom: 10px;
	}
	/* クローズボタン */
	.modalClose {
		width: 40px;
		top: -15px;
		right: -15px;
	}
	.modalClose::before,
	.modalClose::after{
		height: 15px;
	}
}