@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;
}

::selection {
  background-color: #D3D3D3;
}

article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {font-family: "Cormorant Garamond", serif;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000000;
	font-size: max(13px,1.3rem);
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	-webkit-font-smoothing: antialiased; 
	font-feature-settings: "palt";
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.3rem;
		background-color: #fff;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
	transition: all 0.4s;
}
.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .title {
	width: 1.6rem;
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
#gHeader address {
	position: absolute;
	bottom: max(153px,15.3rem);
	left: 1.3rem;
	z-index: 99;
	font-size: max(12px,1.2rem);
	letter-spacing: 0.05em;
}
#gHeader {
	transition: 0.3s;
}
@media all and (min-width: 1000px) {
	#gHeader {
		color: #fff;
		width: 5.1rem;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 110;
		background: rgba(18,18,18, 0.93);
	}
}


.menu {
	position: fixed;
	top: 50%;
	height: 1rem;
	width: 2rem;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	right: 0.6rem;
}
.menu::after {
	width: 200%;
	height: 200%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
}
.menu.on .top {
	transform: translateY(0.4rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-0.4rem) translateX(0) rotate(45deg);
}
.menu span {
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background: #C6C6C6;
	border: none;
}
.menu span:nth-of-type(2) {
	top: 0.4rem;
}
.menu span:nth-of-type(3) {
	top: 0.8rem;
}
@media all and (min-width: 1000px) {
	.menu {
		margin-top: -0.4rem;
		transform: translateX(-50%);
	}
	body:not(.pad) .menu:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.menu {
		position: fixed;
		top: 1.9rem;
		right: 2.2rem;
		left: auto;
	}
	.menu span {
		background-color: #C6C6C6;
	}
}

/* naviUl */
.naviUl {
	text-align: center;
	font-size: 1.5rem;
}
.naviUl li {
	margin-bottom: 1.2rem;
}
.naviUl li:last-child {
	margin-bottom: 0 !important;
}
.naviUl a {
	color: #fff;
	display: block;
	letter-spacing: 0.01em;
}
.naviUl.left {
	text-align: left;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .naviUl a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 999px) {
	.naviUl {
		font-size: 1.3rem;
	}
	.naviUl li {
		margin-bottom: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .comTitle {
	z-index: 99;
}
@media all and (max-width: 999px) {
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp,
.fadeUp {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity 1s,transform 1s;
}
.fadeInUp.visible,
.fadeUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.bgLazy {
	opacity: 0;
	transition: opacity 1s;
}
.bgLazy.show {
	opacity: 1;
}


.menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #191919;
	z-index: 115;
	transform: translateX(-100%);
	transition: all 0.5s;
	color: #fff;
	overflow-y: auto;
	opacity: 0.95;
}
.menuBox.show {
	transform: translateX(0);
}
.menuBox .comList {
	max-width: 29.6rem;
}
.menuBox .fixTitle {
    color: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
}
.menuBox .fixTitle .enTxt {
    margin-right: 4rem;
}
.menuBox .fixTitle .enTxt img {
    width: auto;
    height: min(79.7rem,calc(100vh - 4rem));
}
.menuBox .fixTitle .nameImg {
    width: 2.9rem;
	order: 3;
}
.menuBox .fixTitle .nameImg img {
	width: 100%;
}
.menuBox .innerBox {
	margin: 0 auto;
	padding: 11.7rem 0 12rem 14rem;
	max-width: 100rem;
	position: relative;
	z-index: 10;
}
.menuBox .flexBox {
	display: flex;
	justify-content: space-between;
}
.menuBox .flexBox > div {
	padding-left: 6.4rem;
	width: 36rem;
	position: relative;
}
.menuBox .flexBox .right {
	padding: 19rem 0 0 0;
	width: 30.8rem;
}
.menuBox .menuTtl {
	position: absolute;
	top: 0;
	left: 0;
}
.menuBox .naviUl {
	margin-left: 0.3rem;
	text-align: left;
	font-size: 2.2rem;
}
.menuBox .naviUl li {
	margin-bottom: 1.9rem;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .naviUl li a:hover {
	opacity: 1;
}
.menuBox .naviUl li.active a {
	opacity: 0.5;
}
.menuBox .imgUl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menuBox .imgUl::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(#191919 0%, rgba(2, 2, 2, 0) 100%);
	opacity: 0.6;
	content: "";
}
.menuBox .imgUl .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.menuBox .imgUl li.on .image {
	opacity: 1;
	visibility: visible;
}
.menuBox .imgUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.27;
}
.menuBox .menuLink a {
	color: #969696;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.menuBox .fixTitle .enTxt a {
	color: #fff;
	display: block;
}
@media all and (min-width: 1000px) {
	.menuBox .innerBox {
		padding: 1.7rem 0 2rem 14rem;
		width: 100%;
	}
	.menuBox .heightBox {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54rem;
	}
	.menuBox .flexBox .right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	body:not(.pad) .menuBox .menuLink a:hover {
		color: #fff;
	}
	.menuBox .comList .image {
		height: min(13rem,19vh);
	}
	.menuBox .comList .image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media all and (max-width: 999px) {
	.menuBox .flexBox {
		display: block;
	}
	.menuBox .flexBox > div {
		width: auto;
		padding-left: 0;
	}
	.menuBox .innerBox {
		padding: 3.8rem 4.7rem 5.6rem;
	}
	.menuBox .fixTitle {
		position: absolute;
		width: auto;
		left: auto;
		right: 1.7rem;
		top: auto;
		bottom: 2.1rem;
		transform: translateY(0);
		display: block;
	}
	.menuBox .fixTitle .enTxt {
		margin: 0 0 0 0.1rem;
	}
	.menuBox .fixTitle .enTxt img {
		width: 1.7rem;
		height: auto;
	}
	.menuBox .comList {
		max-width: 86%;
	}
	.menuBox .menuTtl {
		top: 0;
		left: -4.1rem;
		font-size: 1.2rem;
		color: #7B7B7B;
		letter-spacing: 0.05em;
	}
	.menuBox .flexBox .right {
		padding: 0;
		margin-top: 4.7rem;
		width: auto;
	}
	.menuBox .naviUl {
		font-size: 1.8rem;
		margin-left: 0;
	}
	.menuBox .naviUl li {
		margin-bottom: 1.3rem;
	}
	.menuBox .naviUl a {
		letter-spacing: 0.02em;
	}
	.menuBox .fixTitle .nameImg {
		width: 2rem;
		margin-bottom: 1.8rem;
	}
	.menuBox .menuLink {
		margin-top: 5.4rem;
	}
}


/* comVertical */
.comVertical {
	height: 1rem;
	position: relative;
}
.comVertical .inner {
	width: 1rem;
	height: 1rem;
	transform: rotate(90deg);
	transform-origin: bottom right;
	white-space:nowrap;
	display: block;
}
@media all and (max-width: 999px) {
	.comVertical.spRow {
		height: auto;
	}
	.comVertical.spRow .inner {
		width: auto;
		height: auto;
		transform: rotate(0);
	}
}


/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.5rem 0;
}
.comList li {
	width: calc(50% - 1.8rem);
}
.comList img {
	width: 100%;
}
.comList a {
	color: #fff;
	display: block;
}
.comList small {
	margin-top: 0.1rem;
	display: block;
	font-size: 1.1rem;
}
.comList .image {
	margin-bottom: 0.7rem;
}
.comList .on a {
	opacity: 0.44 !important;
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1000px) {
	body:not(.pad) .comList a:hover {
		opacity: 0.7;
	}
	.comList small {
		font-size: max(11px,1.1rem);
	}
}
@media all and (max-width: 999px) {
	.comList {
		gap: 1.3rem 0;
	}
	.comList li {
		width: calc(50% - 2.9rem);
		font-size: 1.2rem;
	}
	.comList .txt {
		margin-right: -3rem;
	}
	.comList .image {
		margin-bottom: 0.3rem;
	}
	.comList small {
		margin-top: 0;
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	.comList .on a {
		opacity: 0.5 !important;
	}
}


/*------------------------------------------------------------
	jsScrollBox
------------------------------------------------------------*/
.jsScrollBox {
	height: 100vh;
	position: relative;
	overflow: clip;
}
.jsScrollBox .flexBox {
	display: flex;
	height: 100vh;
	align-items: center;
}
.jsScrollBox .flexBox > div {
	flex-shrink: 0;
}
.jsScrollBox .mCSB_draggerContainer {
	background-color: rgba(0, 0, 0, 0.15);
	height: 1rem;
	top: auto;
	border-radius: 1.6rem;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 100%;
	margin: 0;
	border-radius: 0;
}
.mCSB_scrollTools {
	z-index: 100;
}
@media all and (min-width: 1000px) {
	.jsScrollBox::before,
	.jsScrollBox::after {
		width: 17.2rem;
		height: 100%;
		background: linear-gradient(to right,#000 0%, rgba(2, 2, 2, 0) 100%);
		opacity: 0.2;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		z-index: 10;
		pointer-events: none;
	}
	.jsScrollBox::after {
		width: 55.5rem;
		background: linear-gradient(to left,#000 0%, rgba(2, 2, 2, 0) 100%);
		opacity: 1;
		left: auto;
		right: 0;
	}
}
@media all and (max-width: 999px) {
	.jsScrollBox {
		height: auto;
	}
	.jsScrollBox .flexBox {
		width: 100% !important;
		display: block;
		height: auto;
	}
	.jsScrollBox .flexBox > div {
		width: 100% !important;
	}
}


/* headLine01 */
.headLine01 {
	font-size: 3rem;
	font-weight: 300;
}
.headLine01 .inner {
	display: flex;
}
.headLine01 small {
	display: block;
	font-size: 1.5rem;
	margin: 1.7rem 0 0 4.1rem;
}
.jsScrollBox .headLine01 {
	position: fixed;
	top: 3.3rem;
	left: 4.4rem;
	z-index: 20;
}
@media all and (max-width: 999px) {
	.headLine01 {
		line-height: 1.25;
		font-size: 2.9rem;
	}
	.headLine01 .inner {
		display: block;
	}
	.headLine01 small {
		display: block;
		font-size: 1.4rem;
		margin: 1rem 0 0 0;
		letter-spacing: 0.03em;
	}
	.jsScrollBox .headLine01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1.5rem 2rem;
	}
}


/* headLine02 */
@media all and (max-width: 999px) {
	.headLine02 {
		font-size: 1.2rem;
  		letter-spacing: 0.05em;
		color: #7B7B7B;
	}
}



/* comTitle */
.comTitle {
	width: 5rem;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
}
.comTitle .enTxt {
	font-size: 7.8rem;
	line-height: 1;
	position: absolute;
	top: -0.3rem;
	left: 4.2rem;
	font-family: "Noto Serif JP", serif;
}
.comTitle .nameImg {
	position: absolute;
	top: 11.2rem;
	right: -6.7rem;
	width: 2.7rem;
}
.comTitle .nameImg img {
	width: 100%;
}
@media all and (max-width: 999px) {
	.comTitle {
		position: absolute;
		width: 2rem;
		left: auto;
		right: 0;
		height: auto;
		top: auto;
	}
	.comTitle .link {
		width: 4.6rem;
		height: 41rem;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 10;
	}
	.comTitle .enTxt {
		height: 28.9rem;
		font-size: 2.2rem;
		top: auto;
		bottom: 0;
		left: -1.5rem;
		letter-spacing: 0.07em;
	}
	.comTitle .nameImg {
		top: auto;
		right: 1.8rem;
		width: 1.9rem;
		bottom: 30.3rem;
	}
}

/* whiteStyle */
.whiteStyle #gHeader {
	color: #000;
}
.whiteStyle #gHeader .title {
	filter: invert(1);
}
.whiteStyle .menu span {
	background-color: #484848;
}
.whiteStyle .menu.on span {
	background-color: #fff !important;
}
.jsScrollBox {
	color: #fff;
	background-color: #000;
}
.whiteStyle .jsScrollBox {
	color: #000;
	background: linear-gradient(to right,#fff 0%, #fff 100%);
}
.whiteStyle .jsScrollBox .comList a {
	color: #000;
}
@media all and (min-width: 1000px) {
	.whiteStyle .jsScrollBox::before,
	.whiteStyle .jsScrollBox::after {
		background: linear-gradient(to right,#fff 0%, rgba(255, 255, 255, 0) 100%);
		opacity: 0.3;
	}
	.whiteStyle .jsScrollBox::after {
		display: none;
	}
	.whiteStyle #gHeader {
		background: rgba(252,252,252, 0.95);
	}
	.whiteStyle .jsScrollBox .mCSB_dragger_bar {
		background-color: rgba(0, 0, 0, 0.15) !important;
	}
	.whiteStyle .jsScrollBox .mCSB_draggerContainer {
		background-color: #fff;
	}
	.whiteStyle .jsScrollBox .mCSB_dragger_bar:hover {
		opacity: 0.85 !important;
	}
}
@media all and (max-width: 999px) {
	.whiteStyle .comTitle {
		filter: invert(1);
	}
	.whiteStyle .jsScrollBox {
		background: #fff;
	}
}


/* pageBox */
.pageBox {
	margin: 0 auto;
	max-width: 136.6rem;
	padding: 0 5.1rem;
}
@media all and (max-width: 999px) {
	.pageBox {
		max-width: inherit;
		padding: 0;
	}
	.pageBox .enVersion {
		display: none;
	}
}

/* headLine03 */
.headLine03 {
	font-size: 5rem;
	font-weight: 200;
}
@media all and (max-width: 999px) {
	.headLine03 {
		font-size: 3rem;
		line-height: 1.3;
	}
	.headLine03.enFont {
		font-size: 3.5rem;
	}
}

/* headLine04 */
.headLine04 {
	margin-bottom: 8.3rem;
	font-weight: 300;
	font-size: 3.5rem;
	letter-spacing: 0.08em;
}
.headLine04 span {
	display: block;
}
.headLine04 .enVersion {
	font-size: 2.2rem;
	letter-spacing: 0.01em;
}
.headLine04 span + span {
	margin-top: 0.9rem;
}
@media all and (max-width: 999px) {
	.headLine04 {
		margin-bottom: 2.7rem;
		font-size: 2rem;
		line-height: 1.65;
	}
}


/* comBox */
.comBox {
	margin-bottom: 20rem;
	padding-left: 8.7rem;
	position: relative;
}
.comBox .headLine03 {
	position: absolute;
	top: 0.8rem;
  	left: 1rem;
}
.comBox .content {
	transform: translateX(-1.7rem);
}
@media all and (min-width: 1000px) {
	.comBox .headLine03.fix {
		position: fixed;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 50;
		width: 91%;
		max-width: 1365px;
		pointer-events: none;
	}
}
@media all and (max-width: 999px) {
	.comBox {
		margin-bottom: 10rem;
		padding: 0.9rem 0 0 0;
	}
	.comBox .content {
		transform: translateX(0);
	}
	.comBox .headLine03 {
		margin-bottom: 4.6rem;
		padding: 0 1.8rem;
		position: relative;
		top: auto;
		left: auto;
	}
}

/* mainImg */
.mainImg {
	margin-bottom: 6.1rem;
}
.mainImg img {
	width: 100%;
}
@media all and (min-width: 1000px) {
	.mainImg {
		max-width: 114.4rem;
		margin-left: auto;
		margin-right: auto;
	}
	.mainImg img {
		transform: translateX(-1.7rem);
	}
}
@media all and (max-width: 999px) {
	.mainImg {
		margin-bottom: 3.3rem;
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 114.4rem;
}
@media all and (max-width: 999px) {
	.content {
		margin: 0 2rem;
	}
}

/* comTextBox */
.comTextBox {
	margin-bottom: 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comTextBox > div {
	width: calc(50% - 1.7rem);
}
.comTextBox p {
	line-height: 2.3;
	letter-spacing: 0.03em;
}
.comTextBox a {
  background: linear-gradient(transparent 75%, yellow 0%);
  /* 上から70%は透明、残りが黄色でマーカー風 */
}
.comTextBox .title {
	margin-bottom: 2.2rem;
	font-size: 2.3rem;
	font-weight: 400;
}
.comTextBox .size {
	font-size: 2rem;
	margin-bottom: 2.6rem;
}
@media all and (min-width: 1000px) {
	.comTextBox .enVersion p {
		line-height: 1.8;
        letter-spacing: 0.005em;
        font-size: 1.1em;
	}
	.comTextBox .enVersion .title {
		letter-spacing: 0em;
        margin-bottom: 2.5rem;
        font-size: 1.4em;
	}
	.comTextBox .enVersion .size {
		font-size: 1.6rem;
		margin-bottom: 3.5rem;
	}
}
@media all and (max-width: 999px) {
	.comTextBox > div {
		width: auto;
	}
	.comTextBox {
		margin-bottom: 6.6rem;
		display: block;
	}
	.comTextBox .title {
		font-size: 1.8rem;
		margin-bottom: 1.1rem;
	}
	.comTextBox p {
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.comTextBox .size {
		font-size: 1.6rem;
		margin-bottom: 2.4rem;
	}
}

/* comImgBox */
.comImgBox {
	margin-bottom: 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.2rem;
}
.comImgBox > div {
	width: calc(50% - 1.7rem);
}
.comImgBox p {
	line-height: 2.1;
	letter-spacing: 0;
}
.comImgBox .title {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comImgBox .title span {
	display: block;
}
.comImgBox .image + * {
	margin-top: 2.0rem;
}
.comImgBox .image img {
	width: 100%;
}
.comImgBox p + p {
	margin-top: 0.5rem;
}
.comImgBox.row1 {
	display: block;
}
.comImgBox.row1 > div {
	width: auto;
}
@media all and (max-width: 999px) {
	.comImgBox {
		margin-bottom: 7.1rem;
		display: block;
		font-size: 1.1rem;
	}
	.comImgBox > div {
		margin-bottom: 3.4rem;
		width: auto;
	}
	.comImgBox > div:last-child {
		margin-bottom: 0;
	}
	.comImgBox .image + * {
		margin-top: 1.2rem;
	}
	.comImgBox p {
		line-height: 1.6;
	}
	.comImgBox .title {
		display: block;
		margin-bottom: 1.2rem;
	}
}


/* comImgUl */
.comImgUl {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	font-size: 1.2rem;
}
.comImgUl li {
	width: calc((100% - 6rem)/3);
}
.comImgUl .image + * {
	margin-top: 1.4rem;
}
.comImgUl .image img {
	width: 100%;
}
.comImgUl .title span {
	display: block;
}
.comImgUl .title span + span {
	margin-top: 0.6rem;
}
.comImgUl.row1 {
	display: block;
}
.comImgUl.row1 li {
	width: auto;
}
.comImgUl + * {
	margin-top: 9rem;
}
@media all and (max-width: 999px) {
	.comImgUl {
		display: block;
		margin: 0 auto;
		width: 100%;
		font-size: 1.1rem;
	}
	.comImgUl li {
		width: auto;
		margin-bottom: 3.6rem;
	}
	.comImgUl li:last-child {
		margin-bottom: 0;
	}
}

/* headLine05 */
.headLine05 {
	margin-bottom: 2.9rem;
	font-size: 2.4rem;
	line-height: 1.45;
	font-weight: 300;
}
@media all and (max-width: 999px) {
	.headLine05 {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	.headLine05.spSml {
		font-size: 1.8rem;
		margin-bottom: 1.9rem;
	}
}

/* comList02 */
.comList02 {
	margin-bottom: 8.8rem;
	border-top: 0.2rem solid #707070;
	counter-reset: num;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
}
.comList02 li {
	display: flex;
	justify-content: space-between;
	border-bottom: 0.1rem solid #707070;
	position: relative;
	counter-increment: num;
	padding: 2.8rem 0 2.8rem 8rem;
}
.comList02 li::before {
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: counter(num, decimal-leading-zero);
}
.comList02 .subBox:first-child {
	width: calc(50% - 5.7rem);
}
.comList02 .subBox:last-child {
	flex: 1 !important;
}
.comList02 .subBox + .subBox {
	margin-left: 3.4rem;
}
.comList02 .name {
	font-weight: 600;
}
.comList02 .name small {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: 500;
	margin: -0.4rem 0 0 0;
	letter-spacing: 0.02em;
}
.comList02 + .headLine05 {
	margin-top: 16rem;
}
.comList02.noNum li {
	padding: 2.5rem 0 2.5rem 0;
}
.comList02.noNum li::before {
	display: none;
}
.comList02.noNum .subBox:first-child {
	width: calc(50% - 1.7rem);
}
@media all and (min-width: 1000px) {
	.jpVersion {
		font-size: 1.1em;
	}
	.comList02.noNum .jpVersion {
		font-size: 2.0rem;
	}
	.comList02.noNum .jpVersion .name {
		font-size: 1.8rem;
	}

	.comList02 .name small {
		font-size: max(12px,1.2rem);
		line-height: 1.75;
	}

	/* enVersion */
	.comList02 .enVersion {
		padding-top: 0.1rem;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
	}
	.comList02 .enVersion .name {
		font-size: 1.8rem;
		letter-spacing: 0.01em;
	}
	.comList02 .enVersion .name small {
		letter-spacing: 0;
		margin: -0.2rem 0 0 0;
	}
}
@media all and (max-width: 999px) {
	.comList02 li {
		display: block;
		padding: 1.8rem 0 1.8rem 3.1rem;
		letter-spacing: 0;
	}
	.comList02 .subBox {
		width: auto !important;
		flex: auto !important;
	}
	.comList02 {
		margin-bottom: 5rem;
		font-size: 1.4rem;
	}
	.comList02 .name small {
		font-size: 1.2rem;
		margin: -0.4rem 0 0 0rem;
		line-height: 1.8;
	}
	.comList02 .name {
		margin-top: 0.6rem;
		font-size: 1.5rem;
	}
	.comList02 + .headLine05 {
		margin-top: 10.3rem;
	}
	.comList02.noNum .jpVersion {
		font-size: 1.6rem;
	}
	.comList02.noNum li {
		padding: 1.7rem 0 1.7rem 0;
	}
	.comList02 .subBox + .subBox {
		margin-left: 0;
	}
}


/* comBtmBox */
.comBtmBox .innerBox {
	padding-left: 6.4rem;
	position: relative;
}
.comBtmBox .headLine02 {
	color: #B4B4B4;
	position: absolute;
	top: 0;
	left: 0;
}
.comBtmBox .comList {
	max-width: 29.6rem;
}
.comBtmBox a {
	color: #000;
}
@media all and (max-width: 999px) {
	.comBtmBox {
		padding: 3.3rem 4.6rem 10.9rem;
	}
	.comBtmBox .innerBox {
		padding: 0;
	}
	.comBtmBox .headLine02 {
		top: 0;
		left: -3.7rem;
	}
	.comBtmBox .comList li {
		width: calc(50% - 2.1rem);
	}
	.comBtmBox .comList {
		max-width: inherit;
		gap: 2.2rem 0;
	}
	.comBtmBox .naviUl {
		font-size: 2.0rem;
		margin-top: 140px;
	}
	.comBtmBox .naviUl li {
		margin-bottom: 1.1rem;
	}
	.comBtmBox .innerBox + .innerBox {
		margin-top: 11.2rem;
	}
}


.languageUl {
	position: fixed;
	top: 1.5rem;
	right: 7rem;
	display: flex;
	gap: 2.2rem;
	font-size: 1.2rem;
	z-index: 99;
}
.languageUl .en {
	font-family: "Noto Serif JP", serif !important;
}
.languageUl a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.languageUl a::before {
	width: 160%;
	height: 0.1rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000;
	content: "";
	opacity: 0;
}
.languageUl .on a::before {
	opacity: 1;
}
.menuLazy {
	opacity: 0;
	transition: all 1s;
}
.menuLazy.visible {
	opacity: 1;
}