@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

.font_sample {
	font-family: "Zen Old Mincho", serif;
	font-family: "Cormorant Garamond", serif;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Zen Old Mincho", "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	/* スマホで文字サイズが大きくなるのを防ぐ */
	font-size: 1.5rem;
	max-width: 1920px;
	margin: 0 auto;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 70%;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

/*IE11*/

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

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	/* clearfix用の疑似要素 */
	display: block;
	/* ブロックレベル要素にする */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: .5rem !important;
}

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 1.4rem !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 1.7rem !important;
	line-height: 1.7;
}

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

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

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

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}

.dg {
	display: grid;
}

@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

.img-responsive {}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 3rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}

@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}
}





/* lower page heading
=========================================================================== */

.bg_sub * {
	box-sizing: border-box;
}

.bg_sub {
	position: relative;
	height: 500px;
	overflow: hidden;
	background-color: #070707;
	color: #fff;
}

.bg_sub .pic_sub {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 260px;
	margin: 0;
}

.bg_sub .pic_sub img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg_sub_contact .pic_sub img {
	object-position: center center;
}

.bg_sub .inner_sub {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 1280px;
	height: 500px;
	margin: 0 auto;
	padding: 80px 0 0 250px;
}

.bg_sub .sub {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #fff;
}

.bg_sub .sub>span:first-child {
	display: block;
	margin-bottom: 10px;
	font-family: "Cormorant Garamond", serif;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.bg_sub .sub_jp {
	display: block;
}

@media (max-width: 1199px) {
	.bg_sub .pic_sub {
		left: 210px;
	}

	.bg_sub_contact .pic_sub img {
		object-position: 28% center;
	}

	.bg_sub .inner_sub {
		width: auto;
		padding: 0 40px 0 280px;
	}
}

@media (max-width: 991px) {
	.bg_sub {
		height: 420px;
	}

	.bg_sub .pic_sub {
		left: 170px;
	}

	.bg_sub_contact .pic_sub img {
		object-position: 18% center;
	}

	.bg_sub .inner_sub {
		height: 420px;
		padding: 0 30px 0 210px;
	}

	.bg_sub .sub {
		font-size: 1.8rem;
	}

	.bg_sub .sub>span:first-child {
		font-size: 6rem;
	}
}

@media (max-width: 767px) {
	.bg_sub {
		height: 250px;
	}

	.bg_sub .pic_sub {
		left: 0;
	}

	.bg_sub_contact .pic_sub img {
		object-position: center center;
	}

	.bg_sub .inner_sub {
		height: 250px;
		padding: 120px 20px 0;
		align-items: flex-start;
		justify-content: center;
		text-align: center;
	}

	.bg_sub .sub {
		font-size: 1.5rem;
	}

	.bg_sub .sub>span:first-child {
		margin-bottom: 5px;
		font-size: 4rem;
	}
}

/* header
=========================================================================== */

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

header {
	width: 100%;
	max-width: 1920px;
	position: fixed;
	top: 0;
	right: 50%;
	left: inherit;
	transform: translateY(0) translateX(50%);
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s;
	padding: 0 0 0 0;
	z-index: 10;
}

h1.logo_h {
	width: 190px;
}

.h_fixed {
	/* background-color: #0d0d0d;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); */
}




/* ドロワー
--------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_btn {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		outline: none !important;
		background-color: transparent;
		transition: background-color .5s;
		-webkit-user-select: none;
		user-select: none;
		border: none;
	}
}

.btn_line {
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #fff;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.is-drawer-open .btn_line {
	background-color: #fff;
}

.btn_line:nth-child(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

.is-drawer-open .btn_line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.is-drawer-open .btn_line:nth-child(2) {
	opacity: 0;
}

.btn_line:nth-child(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

.is-drawer-open .btn_line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 90%;
		height: 100vh;
		background-color: #181818;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		overflow-x: hidden;
		width: 80%;
		height: 100vh;
		background-color: #181818;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		padding: 90px 5px 140px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
		display: flex;
		flex-direction: column-reverse;
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;

		/* -webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px); */
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	.drawer {
		/* margin-top: 15px; */
	}

	.drawer_btn {
		display: none;
	}

	.drawer_bg {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.drawer_inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
}







/* グローバルナビ
  --------------------------------------------------------- */

.gnav_item>a {
	display: block;
	text-decoration: none;
	letter-spacing: .03em;
	font-weight: 500;
	line-height: 1.3;
	transition: background-color .2s, color .2s;
}

@media (max-width: 767px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px dotted #aaa;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #978d8d;
		text-align: left;
		font-size: 1.6rem;
	}

	.gnav_item.active>a {
		color: #fff;
	}

	.gnav_item>a:hover {
		color: #fff;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #fff;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h {
		display: none;
	}
}

p.btn_contact_h a {
	background-color: #fff;
	opacity: 0.8;
}

p.btn_contact_h a:hover {
	opacity: 0.8;
	background-color: #dddddd;
}

@media (min-width: 768px) and (max-width:991px) {
	.gnav_items {
		padding-right: 2vw;
		padding-left: 2vw;
	}

	.gnav_item {
		position: relative;
		border-bottom: 1px solid #ffffff85;
	}

	.gnav_item+.gnav_item {
		margin-top: 0;
	}

	.gnav_item>a {
		padding: .7em 0.5em;
		color: #978d8d;
		text-align: left;
		font-size: 1.8rem;
	}

	.gnav_item.active>a {
		color: #fff;
	}

	.gnav_item>a:hover {
		color: #fff;
		opacity: 1;
	}

	.gnav ul.gnav_item>li a:hover {
		background-color: #fff;
		opacity: 1;
		cursor: pointer;
	}

	p.btn_h {
		display: none;
	}
}

@media (min-width: 992px) {
	.gnav_items {
		position: relative;
		height: 80px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #fff !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 120px;
		position: relative;
		text-align: center;
	}

	.gnav .gnav_items>li.active>a {
		color: #fff !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #fff !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 6px;
		height: 6px;
		border-radius: 5px;
		background-color: #fff;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 80px;
		font-size: 1.6rem;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		margin-left: 50px;
		background-color: rgba(16, 97, 135, 0.65);
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 28px;
		margin-bottom: 3px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #106187;
	}
}

@media (min-width: 1200px) {
	.gnav_items {
		position: relative;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0;
	}

	.gnav_item>a {
		font-size: 1.6rem;
		color: #fff !important;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		padding: 5px 8px 5px;
		min-width: 120px;
		position: relative;
		text-align: center;
	}

	.gnav .gnav_items>li.active>a {
		color: #fff !important;
	}

	.gnav .gnav_items>li>a:hover {
		color: #fff !important;
		opacity: 1;
	}

	.gnav_item>a:after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		width: 30px;
		margin: auto;
		width: 6px;
		height: 6px;
		border-radius: 5px;
		background-color: #fff;
		content: '';
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item>a:hover:after,
	.gnav_item>a:focus:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}

	.gnav_item.active>a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	p.btn_h a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 140px;
		height: 100px;
		font-size: 1.6rem;
		font-weight: 500;
		color: #fff;
		border-left: 1px solid #fff;
		margin-left: 70px;
		background-color: rgba(16, 97, 135, 0.65);
	}

	p.btn_h a:before {
		content: '';
		display: block;
		background: url(../images/icon_h.png) 0 0 /contain no-repeat;
		width: 24px;
		height: 28px;
		margin-bottom: 3px;
	}

	p.btn_h a:hover {
		opacity: 1;
		background-color: #106187;
	}
}

@media (min-width: 992px) {
	header {
		height: 110px;
		padding: 0 0 0 30px;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 100%);
		z-index: 9999;
	}

	header.h_fixed {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 100%);
		backdrop-filter: none;
		box-shadow: none;
	}

	h1.logo_h {
		width: 130px;
		margin: 0;
	}

	h1.logo_h a,
	h1.logo_h img {
		display: block;
		width: 100%;
	}

	header .drawer {
		flex: 1;
	}

	header .drawer_bg {
		height: 110px;
		background: transparent;
	}

	header .drawer_inner {
		width: 100%;
		height: 110px;
		align-items: center;
		justify-content: flex-end;
	}

	header .gnav {
		order: 1;
	}

	header .info_h {
		order: 2;
		display: flex;
		align-items: center;
		height: 110px;
		margin: 0;
	}

	header .tel_h {
		margin: 0 35px 0 20px;
	}

	header .tel_h .tel_link {
		display: flex;
		align-items: baseline;
		gap: 10px;
		font-size: 2.7rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #fff;
	}

	header .tel_h b {
		font-size: 1.6rem;
		font-weight: 400;
		letter-spacing: 0;
	}

	header .btn_contact_h {
		margin: 0;
	}

	header .btn_contact_h a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 180px;
		height: 110px;
		background: #fff;
		font-family: "Cormorant Garamond", serif;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.14em;
		color: #222;
	}

	header .gnav_items {
		height: 110px;
		align-items: center;
		margin: 0;
	}

	header .gnav_item>a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 110px;
		min-width: 0;
		padding: 0 15px;
		font-family: "Cormorant Garamond", serif;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		color: #fff !important;
	}

	header .gnav_item>a:after {
		bottom: 25px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #fff;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header {
		height: 90px;
		padding-left: 30px;
	}

	h1.logo_h {
		width: 120px;
	}

	header .drawer_bg,
	header .drawer_inner,
	header .info_h,
	header .gnav_items,
	header .gnav_item>a,
	header .btn_contact_h a {
		height: 90px;
	}

	header .gnav_item>a {
		padding: 0 8px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	header .tel_h {
		margin: 0 20px 0 20px;
	}

	header .tel_h .tel_link {
		gap: 5px;
		font-size: 2.6rem;
		letter-spacing: 0;
	}

	header .tel_h b {
		font-size: 1.6rem;
	}

	header .btn_contact_h a {
		width: 140px;
		font-size: 1.6rem;
	}

	header .gnav_item>a:after {
		bottom: 20px;
	}
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
	p.tel_h {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		padding-left: 1em;
		color: #fff;
		margin-top: 0.5em;
	}

	p.tel_h span.tel_link {
		color: #fff;
	}

	p.btn_contact_h {
		display: none !important;
	}
}

@media (max-width: 767px) {}

.gnav_item_product {
	position: relative;
}

.gnav_product_menu {
	margin: 0;
	padding: 0;
}

.gnav_product_menu a {
	display: block;
	text-decoration: none;
}

.gnav_product_menu a span {
	display: block;
}

@media (max-width: 991px) {
	.gnav_product_menu {
		padding: 0 0 10px 18px;
	}

	.gnav_product_menu li {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.gnav_product_menu a {
		padding: 9px 6px;
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0.03em;
		color: #d8d8d8;
	}

	.gnav_product_menu a span {
		margin-bottom: 2px;
		font-size: 1.1rem;
		color: #9f9f9f;
	}

	.gnav_product_menu a:hover,
	.gnav_product_menu a:focus {
		color: #fff;
		opacity: 1;
	}
}

@media (min-width: 992px) {
	header .gnav_item_product>a {
		padding-right: 28px;
	}

	header .gnav_item_product>a:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 11px;
		width: 6px;
		height: 6px;
		margin-top: -5px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
	}

	.gnav_product_menu {
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 30;
		width: 280px;
		padding: 12px 0;
		background: rgba(13, 13, 13, 0.94);
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate(-50%, 10px);
		transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	}

	.gnav_product_menu:before {
		content: '';
		position: absolute;
		top: -14px;
		left: 0;
		width: 100%;
		height: 14px;
	}

	.gnav_item_product:hover .gnav_product_menu,
	.gnav_item_product:focus-within .gnav_product_menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate(-50%, 0);
	}

	.gnav_product_menu li+li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.gnav_product_menu a {
		padding: 12px 18px;
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0.04em;
		color: #fff;
		text-align: left;
	}

	.gnav_product_menu a span {
		margin-bottom: 2px;
		font-size: 1.1rem;
		line-height: 1.3;
		color: rgba(255, 255, 255, 0.62);
	}

	.gnav_product_menu a:hover,
	.gnav_product_menu a:focus {
		background: rgba(255, 255, 255, 0.12);
		color: #fff;
		opacity: 1;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .gnav_item_product>a {
		padding-right: 24px;
	}

	header .gnav_item_product>a:before {
		right: 8px;
	}

	.gnav_product_menu {
		width: 250px;
	}
}






/* メインイメージ
=========================================================================== */
.fv {
	position: relative;
	height: min(54.6vw, 970px);
}

.fv_bg img {
	height: min(54.6vw, 970px);
}


.fv_text {
	position: absolute;
	z-index: 5;
	top: min(30.8vw, 592px);
	left: min(7vw, 135px);
	width: auto;
	max-width: none;
	font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.18em;
	color: #fff;
	text-shadow: 0 0 14px #00000055;
	white-space: nowrap;
}

.fv_text>span {
	display: block;
	margin-top: 32px;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.fv_text>.fv_text_line {
	display: block;
	overflow: hidden;
	margin-top: 0;
	padding-bottom: 0.05em;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.fv_text>.fv_text_sub {
	margin-top: 28px;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.fv_text_inner {
	display: inline-block;
	transform: translateY(110%);
	opacity: 0;
	animation: fv_text_up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	will-change: transform, opacity;
}

.fv_text_no_animation .fv_text_inner {
	transform: translateY(0);
	opacity: 1;
	animation: none;
	will-change: auto;
}

.fv_text_line:nth-child(1) .fv_text_inner {
	animation-delay: 0.2s;
}

.fv_text_line:nth-child(2) .fv_text_inner {
	animation-delay: 0.42s;
}

.fv_text_sub .fv_text_inner {
	animation-delay: 0.74s;
}

@keyframes fv_text_up {
	0% {
		transform: translateY(110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.fv_img_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 86vw;
	max-width: 1735px;
	height: min(54.6vw, 970px);
	overflow: hidden;
}

.fv_img {
	position: relative;
	width: 105%;
	height: min(54.6vw, 970px);
	overflow: hidden;
}

.slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 3s ease;
}

.slide.active {
	opacity: 1;
}

.slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateX(0%);
}

.pager_fv {
	position: absolute;
	top: min(23.5vw, 452px);
	left: min(2.1vw, 40px);
	z-index: 6;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0;
}

.pager_fv li {
	margin: 0;
	padding: 0;
}

.pager_fv button {
	display: block;
	width: 5px;
	height: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	opacity: 0.45;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.pager_fv button.active,
.pager_fv button:hover,
.pager_fv button:focus {
	opacity: 1;
}

.btn_scroll_fv {
	position: absolute;
	right: min(4.5vw, 86px);
	bottom: min(7.5vw, 145px);
	z-index: 6;
	margin: 0;
}

.btn_scroll_fv button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 126px;
	height: 126px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
	transition: background-color 0.35s ease, border-color 0.35s ease;
}

.btn_scroll_fv button:hover,
.btn_scroll_fv button:focus {
	border-color: #000;
	background: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn_scroll_fv span {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.btn_scroll_fv span::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

@media (max-width: 1199px) {
	.fv_text {
		top: 31vw;
		left: 6vw;
		font-size: 3.8rem;
		line-height: 1.75;
		letter-spacing: 0.14em;
	}

	.fv_text>span {
		margin-top: 24px;
		font-size: 1.8rem;
	}

	.fv_text>.fv_text_sub {
		margin-top: 24px;
		font-size: 1.8rem;
	}

	.btn_scroll_fv {
		right: 5vw;
		bottom: 8vw;
	}

	.btn_scroll_fv button {
		width: 96px;
		height: 96px;
	}

	.pager_fv {
		top: 25vw;
		left: 4vw;
	}
}

@media (max-width: 991px) {
	.fv_text {
		top: 31vw;
		left: 6vw;
		font-size: 3.2rem;
		line-height: 1.75;
		letter-spacing: 0.14em;
	}

	.btn_scroll_fv button {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 767px) {
	.fv {
		height: auto;
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

	.fv_bg {
		position: absolute;
		inset: 0;
	}

	.fv_bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.fv_img_wrapper {
		right: 0;
		width: 100%;
		height: 100%;
	}

	.fv_img {
		height: 100%;
	}

	.fv_text {
		top: auto;
		right: 5vw;
		bottom: 82px;
		left: 5vw;
		max-width: 90vw;
		font-size: clamp(16px, 5vw, 22px);
		line-height: 1.65;
		letter-spacing: 0.04em;
		white-space: nowrap;
	}

	.fv_text>span {
		margin-top: 12px;
		font-size: clamp(12px, 3.4vw, 14px);
	}

	.fv_text>.fv_text_sub {
		margin-top: 12px;
		font-size: clamp(12px, 3.4vw, 14px);
		line-height: 1.4;
		letter-spacing: 0.06em;
	}

	.btn_scroll_fv {
		right: 6vw;
		bottom: 18px;
	}

	.btn_scroll_fv button {
		width: 62px;
		height: 62px;
	}

	.btn_scroll_fv span {
		width: 14px;
		height: 14px;
	}

	.btn_scroll_fv span::before {
		left: 3px;
		width: 8px;
		height: 8px;
	}

	.pager_fv {
		top: 50%;
		left: 4vw;
		gap: 10px;
		transform: translateY(-50%);
	}

	.pager_fv button {
		width: 4px;
		height: 4px;
	}
}



















/* index contents
=========================================================================== */

body {
	background: #000 url(../images/bg.jpg) center top / cover no-repeat fixed;
}

.inner_body {
	background: transparent;
}

/* top01 */
.bg_top01 {
	position: relative;
	overflow: hidden;
	padding: 110px 0 110px;
	background: transparent;
	color: #fff;
	z-index: 3;
}

.bg_top01 a {
	color: #fff;
}

.ttl_top01 {
	font-family: "Cormorant Garamond", serif;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

.sub_top01 {
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

.bg_top01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: #262626;
	opacity: 0.85;
	z-index: 0;
}

.bg_top01 .container {
	position: relative;
	z-index: 1;
}

.ttl_area_top01 {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.cont_top01 {
	position: static;
	max-width: 1000px;
}

.list_top01 {
	position: relative;
	z-index: 2;
	margin: 0;
	height: 500px;
	padding: 0 100px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: auto;
	scrollbar-color: auto;
}

.bg_top01 .list_top01::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background: transparent;
}

.bg_top01 .list_top01::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0;
}

.bg_top01 .list_top01::-webkit-scrollbar-track {
	background: #ffffff26;
}

.bg_top01 .list_top01::-webkit-scrollbar-track-piece {
	background: #ffffff26;
}

.bg_top01 .list_top01::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: none;
	background: #ffffff99;
}

.bg_top01 .list_top01::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

.list_top01 li {
	display: flex;
	align-items: flex-start;
	padding: 30px 0;
	border-bottom: 1px solid #ffffff33;
}

.date_top01 {
	width: 160px;
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

.text_top01 {
	width: 800px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
}

@media (max-width: 1600px) {
	.bg_top01::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 90%;
		height: 100%;
		background-color: #262626;
		opacity: 0.85;
		z-index: 0;
	}
}

@media (max-width: 1200px) {
	.bg_top01::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 95%;
		height: 100%;
		background-color: #262626;
		opacity: 0.85;
		z-index: 0;
	}
}

@media (max-width: 992px) {
	.bg_top01::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 95%;
		height: 100%;
		background-color: #262626;
		opacity: 0.85;
		z-index: 0;
	}

	.list_top01 {
		position: relative;
		z-index: 2;
		margin: 0;
		height: 500px;
		padding: 0 50px 0 0;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-width: auto;
		scrollbar-color: auto;
	}
}



@media (max-width: 767px) {
	.bg_top01::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #262626;
		opacity: 0.85;
		z-index: 0;
	}

	.list_top01 {
		position: relative;
		z-index: 2;
		margin: 0;
		height: 500px;
		padding: 0 20px 0 0;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-width: auto;
		scrollbar-color: auto;
	}

}


/* top02 */
.bg_top02 {
	position: relative;
	overflow: visible;
	padding: 150px 0 170px;
	background: transparent;
	color: #fff;
	z-index: 2;
}

.bg_top02 a {
	color: #fff;
}

.ttl_top02 {
	font-family: "Cormorant Garamond", serif;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	color: #fff;
}

.sub_top02 {
	margin-top: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #fff;
}

.bg_top02 .container {
	position: relative;
	z-index: 1;
	width: 1340px;
}

@media (max-width: 1400px) {
	.bg_top02 .container {
		position: relative;
		z-index: 1;
		width: inherit;
	}
}

@media (max-width: 1200px) {
	.bg_top02 .container {
		position: relative;
		z-index: 1;
		width: inherit;
	}
}

@media (max-width: 992px) {
	.bg_top02 .container {
		position: relative;
		z-index: 1;
		width: inherit;
	}
}

@media (max-width: 767px) {
	.bg_top02 .container {
		position: relative;
		z-index: 1;
		width: inherit;
	}
}


.ttl_area_top02 {
	position: relative;
	z-index: 2;
	width: 25%;
}

.cont_top02 {
	position: relative;
	z-index: 1;
	width: 70%;
}

.text_top02 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #fff;
}

.btn_top02 {
	position: static;
	display: block;
	margin-top: 55px;
}

.btn_top02 a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.text_btn_top02 {
	display: inline;
	font-size: 1.6rem;
}

.icon_btn_top02 {
	display: inline-block;
	width: 10px;
	height: 9px;
	padding-left: 4em;
	background: url(../images/icon_btn_top.png) right center / 10px 9px no-repeat;
	vertical-align: middle;
	transition: transform 0.35s ease;
}

.btn_top02 a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff66;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.5s ease;
}

.btn_top02 a:hover,
.btn_top02 a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn_top02 a:hover .icon_btn_top02,
.btn_top02 a:focus .icon_btn_top02 {
	transform: translateX(6px);
}

.btn_top02 a:hover::after,
.btn_top02 a:focus::after {
	transform: scaleX(0);
	transform-origin: right center;
}

.circle_top02 {
	position: absolute;
	right: -180px;
	top: -360px;
	z-index: 0;
	display: block;
	width: 620px;
	height: 620px;
	margin: 0;
	overflow: visible;
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0;
	color: #ffffff24;
	transform-origin: 50% 50%;
	animation: circle_text_rotate 48s linear infinite;
	pointer-events: none;
}

.circle_top02 path {
	fill: none;
}

.circle_top02_circle {
	fill: none;
}

.circle_top02_text {
	fill: currentColor;
	font-family: inherit;
	font-size: 6px;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: 0.04em;
}

/* top03 */
.bg_top03 {
	position: relative;
	padding: 0 0 180px;
	background: transparent;
	color: #fff;
}

.bg_top03 a {
	color: #fff;
}

.ttl_top03 {
	font-family: "Cormorant Garamond", serif;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	color: #fff;
}

.sub_top03 {
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

.pic_top03 {
	display: block;
	width: 1000px;
	height: auto;
	margin: 0 0 0 0;
}

.pic_top03 img {
	width: 100%;
	height: 740px;
	max-height: none;
	object-fit: cover;
}

.cont_top03 {
	width: 43%;
	max-width: 500px;
	margin-left: 8%;
	margin-right: 3%;
}

.ttl_area_top03 {
	margin-bottom: 70px;
}

.text_top03 {
	margin-bottom: 35px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
}

.btn_top03 {
	position: static;
	display: block;
	margin-top: 55px;
}

.btn_top03 a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.text_btn_top03 {
	display: inline;
	font-size: 1.6rem;
}

.icon_btn_top03 {
	display: inline-block;
	width: 10px;
	height: 9px;
	padding-left: 4em;
	background: url(../images/icon_btn_top.png) right center / 10px 9px no-repeat;
	vertical-align: middle;
	transition: transform 0.35s ease;
}

.btn_top03 a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff66;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.5s ease;
}

.btn_top03 a:hover,
.btn_top03 a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn_top03 a:hover .icon_btn_top03,
.btn_top03 a:focus .icon_btn_top03 {
	transform: translateX(6px);
}

.btn_top03 a:hover::after,
.btn_top03 a:focus::after {
	transform: scaleX(0);
	transform-origin: right center;
}

/* top04 */
.bg_top04 {
	position: relative;
	padding: 0 0 100px;
	background: transparent;
	color: #fff;
}

.bg_top04 .container {
	width: 1400px;
}

.bg_top04 a {
	color: #fff;
}

.ttl_top04 {
	font-family: "Cormorant Garamond", serif;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	color: #fff;
}

.ttl_top01,
.ttl_top02,
.ttl_top03,
.ttl_top04 {
	text-shadow: none;
}

.ttl_top01 {
	--ttl-top-img-width: 4.72em;
}

.ttl_top02 {
	--ttl-top-img-width: 3.72em;
}

.ttl_top03 {
	--ttl-top-img-width: 3.36em;
}

.ttl_top04 {
	--ttl-top-img-width: 2.86em;
}

.ttl_top_img {
	display: block;
	width: var(--ttl-top-img-width);
	max-width: 100%;
	height: auto;
}

.sub_top04 {
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

.bg_top04 .container {
	position: relative;
}

.bg_top04 .flex_b {
	align-items: flex-start;
}

.cont_top04 {
	position: relative;
	z-index: 1;
	width: 45%;
}

.ttl_area_top04 {
	margin-bottom: 75px;
}

.text_top04 {
	margin-bottom: 55px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
}

.btn_top04 {
	position: static;
	display: block;
	margin-top: 55px;
}

.btn_top04 a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.text_btn_top04 {
	display: inline;
	font-size: 1.6rem;
}

.icon_btn_top04 {
	display: inline-block;
	width: 10px;
	height: 9px;
	padding-left: 4em;
	background: url(../images/icon_btn_top.png) right center / 10px 9px no-repeat;
	vertical-align: middle;
	transition: transform 0.35s ease;
}

.btn_top04 a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff66;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.5s ease;
}

.btn_top04 a:hover,
.btn_top04 a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn_top04 a:hover .icon_btn_top04,
.btn_top04 a:focus .icon_btn_top04 {
	transform: translateX(6px);
}

.btn_top04 a:hover::after,
.btn_top04 a:focus::after {
	transform: scaleX(0);
	transform-origin: right center;
}

.pic_area_top04 {
	position: relative;
	width: 45%;
	min-height: 570px;
}

.pic_top04_1 {
	width: 620px;
}

.pic_top04_1 img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.pic_top04_2 {
	position: absolute;
	left: -85px;
	bottom: 0;
	width: 240px;
	margin: 0;
}

.pic_top04_2 img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

@media (max-width: 1400px) {
	.bg_top04 .container {
		width: auto;
		padding: 0 40px;
	}

	.bg_top04 .flex_b {
		gap: 45px;
	}

	.cont_top04 {
		width: 42%;
		flex: 0 0 42%;
	}

	.pic_area_top04 {
		width: 54%;
		flex: 0 0 54%;
		min-height: clamp(430px, 40vw, 570px);
	}

	.pic_top04_1 {
		width: 100%;
		max-width: 620px;
		margin-left: auto;
	}

	.pic_top04_1 img {
		height: clamp(360px, 34vw, 480px);
	}

	.pic_top04_2 {
		left: 0;
		width: clamp(190px, 18vw, 240px);
	}

	.pic_top04_2 img {
		height: clamp(215px, 20vw, 270px);
	}
}

.circle_contact_f {
	position: absolute;
	left: 70px;
	top: -250px;
	z-index: 0;
	display: block;
	width: 620px;
	height: 620px;
	margin: 0;
	overflow: visible;
	font-family: "Cormorant Garamond", serif;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: 0;
	color: #ffffff24;
	transform-origin: 50% 50%;
	animation: circle_text_rotate 48s linear infinite;
	pointer-events: none;
	z-index: 1;
}


@media (max-width: 992px) {
	.circle_contact_f {
		position: absolute;
		left: -50px;
		top: 50px;
		z-index: 0;
		display: block;
		width: 620px;
		height: 620px;
		margin: 0;
		overflow: visible;
		font-family: "Cormorant Garamond", serif;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 0;
		color: #ffffff24;
		transform-origin: 50% 50%;
		animation: circle_text_rotate 48s linear infinite;
		pointer-events: none;
		z-index: 1;
	}
}


@media (max-width: 767px) {
	.circle_contact_f {
		position: absolute;
		left: 70px;
		top: 50px;
		z-index: 0;
		display: block;
		width: 620px;
		height: 620px;
		margin: 0;
		overflow: visible;
		font-family: "Cormorant Garamond", serif;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 0;
		color: #ffffff24;
		transform-origin: 50% 50%;
		animation: circle_text_rotate 48s linear infinite;
		pointer-events: none;
		z-index: 1;
	}
}


.circle_contact_f path {
	fill: none;
}

.circle_contact_f_circle {
	fill: none;
}

.circle_contact_f_text {
	fill: currentColor;
	font-family: inherit;
	font-size: 5.75px;
	font-weight: 400;
	line-height: inherit;
	letter-spacing: 0;
}

.circle_service01,
.circle_company01,
.circle_recruit01 {
	transform-origin: 50% 50%;
	animation: circle_text_rotate 48s linear infinite;
}

@keyframes circle_text_rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* contact */
.bg_contact_f {
	position: relative;
	padding: 250px 0 50px;
	background: transparent;
	color: #fff;
	z-index: 1;
}

.bg_contact_f a {
	color: #fff;
}

.bg_contact_f .container {
	position: relative;
}

.inner_contact_f {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1470px;
	max-width: none;
	max-height: 520px;
	min-height: 270px;
	margin: 0 0 0 250px;
	padding: 80px 60px 80px 100px;
	overflow-y: auto;
	border-radius: 0;
	background: #262626;
	box-shadow: none;
	scrollbar-width: thin;
	scrollbar-color: #ffffff99 #ffffff1f;
}

.inner_contact_f::-webkit-scrollbar {
	width: 6px;
}

.inner_contact_f::-webkit-scrollbar-track {
	background: #ffffff1f;
}

.inner_contact_f::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ffffff99;
}

.inner_contact_f::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

.inner_contact_f::before,
.inner_contact_f::after {
	content: none;
}

.ttl_area_contact_f {
	position: relative;
	z-index: 1;
	width: 52%;
}

.cont_contact_f {
	position: relative;
	z-index: 1;
	width: 43%;
}

.ttl_contact_f {
	margin-bottom: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	--ttl-contact-f-img-width: 3.12em;
}

.ttl_contact_f_img {
	display: block;
	width: var(--ttl-contact-f-img-width);
	max-width: 100%;
	height: auto;
}

.sub_contact_f {
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

.heading_reveal {
	overflow: hidden;
}

.heading_reveal>.heading_reveal_inner {
	display: block;
	transform: translate3d(0, 100%, 0);
	transition: transform 1s;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	will-change: transform;
}

.heading_reveal>.heading_reveal_inner.scroll-in {
	transform: translate3d(0, 0, 0);
}

@supports (clip-path: inset(0)) {
	.heading_reveal {
		overflow: visible;
		clip-path: inset(0 0 -0.18em 0);
	}

	.heading_reveal>.heading_reveal_inner {
		transform: translate3d(0, calc(100% + 0.18em), 0);
	}

	.heading_reveal>.heading_reveal_inner.scroll-in {
		transform: translate3d(0, 0, 0);
	}
}

h3.contact .contact_en,
h3.contact .contact_en .heading_reveal_inner {
	color: inherit;
}

h3.contact .contact_jp,
h3.contact .contact_jp .heading_reveal_inner {
	font-size: inherit;
	color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	.heading_reveal>.heading_reveal_inner {
		transform: translate3d(0, 0, 0);
		transition: none;
	}
}

.text_contact_f {
	margin-top: 45px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}

.tel_contact_f {
	position: static;
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
}

.tel_contact_f::before {
	content: none;
}

.tel_contact_f span:first-child {
	font-size: 2rem;
	letter-spacing: 0;
}

.tel_contact_f .tel_link {
	font-size: 4rem;
	color: #fff;
	white-space: nowrap;
}

.time_contact_f {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #fff;
}

.btn_contact_f {
	position: static;
	display: block;
	margin-top: 45px;
}

.btn_contact_f a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.text_btn_contact_f {
	display: inline;
	font-size: 2rem;
}

.icon_btn_contact_f {
	display: inline-block;
	width: 12px;
	height: 11px;
	padding-left: 4em;
	background: url(../images/icon_btn_contact_f.png) right center / 12px 11px no-repeat;
	vertical-align: middle;
	transition: transform 0.35s ease;
}

.btn_contact_f a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff66;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.5s ease;
}

.btn_contact_f a:hover,
.btn_contact_f a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn_contact_f a:hover .icon_btn_contact_f,
.btn_contact_f a:focus .icon_btn_contact_f {
	transform: translateX(6px);
}

.btn_contact_f a:hover::after,
.btn_contact_f a:focus::after {
	transform: scaleX(0);
	transform-origin: right center;
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.inner_contact_f {
		padding-right: 70px;
		padding-left: 70px;
	}

	.ttl_area_contact_f {
		width: 48%;
	}

	.cont_contact_f {
		width: 48%;
	}

	.tel_contact_f {
		gap: 8px;
		letter-spacing: 0.06em;
	}
}

@media (max-width: 1199px) {
	.ttl_top01 {
		font-size: 5.6rem;
	}

	.ttl_top02 {
		font-size: 5.6rem;
	}

	.ttl_top03 {
		font-size: 5.6rem;
	}

	.ttl_top04 {
		font-size: 5.6rem;
	}

	.ttl_contact_f {
		font-size: 5.6rem;
	}

	.cont_top01::after {
		right: -40px;
	}

	.pic_top03 {
		width: 620px;
		margin-left: -180px;
	}

	.pic_top03 img {
		height: 560px;
	}

	.pic_top04_1 {
		width: 100%;
		max-width: 560px;
		margin-left: auto;
	}

	.inner_contact_f {
		width: auto;
		margin: 0;
	}
}

@media (max-width: 991px) {
	.bg_top01 {
		padding: 80px 0;
	}

	.bg_top02 {
		padding: 80px 0;
	}

	.bg_top03 {
		padding: 80px 0;
	}

	.bg_top04 {
		padding: 80px 0;
	}

	.bg_top04 .container {
		width: auto;
		padding: 0 30px;
	}

	.bg_top04 .flex_b {
		display: block;
	}

	.ttl_top01 {
		font-size: 5rem;
	}

	.ttl_top02 {
		font-size: 5rem;
	}

	.ttl_top03 {
		font-size: 5rem;
	}

	.ttl_top04 {
		font-size: 5rem;
	}

	.ttl_contact_f {
		font-size: 5rem;
	}

	.bg_top02 .container {
		display: block;
	}

	.ttl_area_top02 {
		width: 25%;
	}

	.cont_top02 {
		width: 70%;
	}

	.cont_top03 {
		width: 100%;
		margin-left: inherit;
		padding: 0 15px;
		margin-left: 2%;
	}

	.cont_top04 {
		width: 100%;
		padding: 0;
		margin-right: 0;
	}

	.pic_area_top04 {
		width: 100%;
		flex: none;
	}

	.ttl_area_top02 {
		margin-top: 0;
		padding-top: 0;
	}

	.cont_top02 {
		margin-top: 0;
		padding-top: 0;
	}

	.cont_top03 {
		margin-top: 0;
		padding-top: 0;
	}

	.cont_top04 {
		margin-top: 0;
		padding-top: 0;
	}

	.ttl_area_top01 {
		margin-bottom: 45px;
	}

	.ttl_area_top02 {
		margin-bottom: 45px;
	}

	.ttl_area_top03 {
		margin-bottom: 45px;
	}

	.ttl_area_top04 {
		margin-bottom: 45px;
	}

	.cont_top01::after {
		display: none;
	}

	.circle_top02 {
		display: none;
	}

	.circle_top04 {
		display: none;
	}

	.pic_top03 {
		width: 100%;
		margin: 0 0 50px;
	}

	.pic_top03 img {
		height: 460px;
	}

	.pic_area_top04 {
		min-height: 0;
		margin-top: 45px;
	}

	.pic_top04_1 {
		position: static;
		width: 100%;
		margin: 0;
	}

	.pic_top04_2 {
		position: static;
		width: 100%;
		margin: 0;
	}

	.pic_top04_1 {
		margin-bottom: 25px;
	}

	.pic_top04_1 img {
		height: auto;
	}

	.pic_top04_2 img {
		height: auto;
	}

	.bg_contact_f {
		padding: 60px 0 100px;
	}

	.inner_contact_f {
		display: block;
		min-height: 0;
		padding: 55px;
	}

	.ttl_area_contact_f {
		width: 100%;
	}

	.cont_contact_f {
		width: 100%;
	}

	.cont_contact_f {
		margin-top: 45px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bg_top04 .flex_b {
		display: flex;
		align-items: flex-start;
		gap: 30px;
	}

	.cont_top04 {
		width: calc(46% - 15px);
		flex: 0 0 calc(46% - 15px);
		padding: 0;
		margin-right: 0;
	}

	.pic_area_top04 {
		width: calc(54% - 15px);
		flex: 0 0 calc(54% - 15px);
		min-height: clamp(360px, 48vw, 430px);
		margin-top: 0;
	}

	.pic_top04_1 {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.pic_top04_1 img {
		height: clamp(300px, 42vw, 360px);
		object-fit: cover;
	}

	.pic_top04_2 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: clamp(150px, 20vw, 190px);
		margin: 0;
	}

	.pic_top04_2 img {
		height: clamp(170px, 24vw, 215px);
		object-fit: cover;
	}

	.text_top04 {
		font-size: 1.6rem;
		line-height: 1.9;
	}
}

@media (max-width: 767px) {
	.bg_top01 {
		padding: 60px 0;
	}

	.bg_top02 {
		padding: 60px 0;
	}

	.bg_top03 {
		padding: 60px 0;
	}

	.cont_top03 {
		max-width: inherit;
	}

	.bg_top04 {
		padding: 30px 0;
	}

	.bg_top04 .container {
		padding: 0 20px;
	}

	.bg_top04 .flex_b {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}

	.pic_area_top04 {
		position: relative;
		min-height: clamp(260px, 72vw, 420px);
		margin: 0 0 45px;
	}

	.pic_top04_1 {
		position: relative;
		width: 82%;
		max-width: none;
		margin: 0 0 0 auto;
	}

	.pic_top04_1 img {
		height: clamp(210px, 56vw, 340px);
		object-fit: cover;
	}

	.pic_top04_2 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 42%;
		margin: 0;
	}

	.pic_top04_2 img {
		height: clamp(135px, 36vw, 210px);
		object-fit: cover;
	}

	.ttl_top01 {
		font-size: 4rem;
	}

	.ttl_top02 {
		font-size: 4rem;
	}

	.ttl_top03 {
		font-size: 4rem;
	}

	.ttl_top04 {
		font-size: 4rem;
	}

	.ttl_contact_f {
		font-size: 4rem;
	}

	.sub_top01 {
		font-size: 1.4rem;
	}

	.sub_top02 {
		font-size: 1.4rem;
	}

	.sub_top03 {
		font-size: 1.4rem;
	}

	.sub_top04 {
		font-size: 1.4rem;
	}

	.sub_contact_f {
		font-size: 1.4rem;
	}

	.ttl_area_top02 {
		width: 100%;
	}

	.cont_top02 {
		width: 100%;
	}

	.text_top01 {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.text_top02 {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.text_top03 {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.text_top04 {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.text_contact_f {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.time_contact_f {
		font-size: 1.5rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.list_top01 li {
		display: block;
		padding: 20px 0;
	}

	.date_top01 {
		width: auto;
	}

	.text_top01 {
		width: auto;
	}

	.date_top01 {
		margin-bottom: 5px;
	}

	.text_top02 br {
		display: none;
	}

	.text_top03 br {
		display: none;
	}

	.text_top04 br {
		display: none;
	}

	.time_contact_f br {
		display: none;
	}

	.pic_top03 img {
		height: 300px;
	}

	.inner_contact_f {
		padding: 0 15px;
		background-color: inherit;
	}

	.text_contact_f {
		margin-top: 30px;
	}

	.tel_contact_f {
		display: block;
		font-size: 3.2rem;
		letter-spacing: 0.1em;
	}

	.tel_contact_f span:first-child {
		display: inline-block;
		margin-bottom: 5px;
	}

	.tel_contact_f .tel_link {
		font-size: 2.7rem;
	}

	.btn_top02 {
		margin-top: 35px;
	}

	.btn_top03 {
		margin-top: 35px;
	}

	.btn_top04 {
		margin-top: 35px;
	}

	.btn_contact_f {
		margin-top: 35px;
	}

	.btn_top02 a {
		width: auto;
	}

	.btn_top03 a {
		width: auto;
	}

	.btn_top04 a {
		width: auto;
	}

	.text_btn_top02 {
		font-size: 1.5rem;
	}

	.text_btn_top03 {
		font-size: 1.5rem;
	}

	.text_btn_top04 {
		font-size: 1.5rem;
	}

	.btn_contact_f a {
		width: auto;
	}

	.text_btn_contact_f {
		font-size: 1.5rem;
	}
}

















/* フッター
=========================================================================== */

footer {
	position: relative;
	padding: 70px 0 90px;
	color: #fff;
}

footer .container {
	position: relative;
	width: 1470px;
}

footer .flex_b {
	align-items: flex-start;
}

footer .footer_l {
	width: 40%;
}

footer .footer_r {
	width: 36%;
}

footer .sub_logo_f {
	margin-bottom: 20px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #fff;
}

footer .logo_f {
	width: auto;
	margin-bottom: 40px;
}

footer .logo_f a {
	display: inline-block;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fff;
}

footer .address_f {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fff;
}

footer .icon_map_f {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

footer .icon_map_f img {
	display: block;
	width: 14px;
}

footer .fnav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 20px;
	margin: 0;
	padding: 0;
}

footer .fnav li {
	margin: 0;
}

footer .fnav li a {
	display: flex;
	align-items: center;
	height: 44px;
	border-bottom: 1px solid #ffffff40;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}

footer .fnav li a:hover {
	opacity: 0.7;
}

footer .inner_f {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 80px;
}

footer .copyright {
	margin: 0;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	color: #808080;
}

footer .pagetop {
	margin: 0;
}

footer .pagetop a {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
}

footer .pagetop span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 1rem;
	line-height: 1;
}

@media (max-width: 1600px) {
	footer .container {
		width: inherit;
	}
}

@media (max-width: 1200px) {
	footer .container {
		width: inherit;
	}
}

@media (max-width: 991px) {
	footer {
		padding: 80px 0 55px;
	}

	footer .container {
		width: inherit;
	}

	footer .footer_l,
	footer .footer_r {
		width: 100%;
		padding: 0 15px;
	}

	footer .footer_l {
		margin-bottom: 60px;
		min-width: 400px;
	}

	footer .logo_f {
		margin-bottom: 30px;
	}

	footer .logo_f a {
		font-size: 3.6rem;
	}

	footer .fnav {
		column-gap: 25px;
	}

	footer .inner_f {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 0 0 0;
	}

	footer .container {
		width: inherit;
	}

	footer .footer_l {
		margin-bottom: 25px;
		min-width: inherit;
		padding: 0;
	}

	footer .sub_logo_f {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}

	footer .logo_f {
		margin-bottom: 30px;
	}

	footer .logo_f a {
		font-size: 3.2rem;
	}

	footer .address_f {
		display: block;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	footer .icon_map_f {
		margin-left: 10px;
	}

	footer .fnav {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	footer .fnav li a {
		height: 30px;
		font-size: 1.5rem;
	}

	footer .inner_f {
		display: block;
		margin-top: 45px;
	}

	footer .copyright {
		margin-bottom: 30px;
		font-size: 1.1rem;
		text-align: center;
	}

	footer .pagetop a {
		display: inline-flex;
		align-items: center;
		gap: 20px;
		font-family: "Cormorant Garamond", serif;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0;
		color: #fff;
		position: absolute;
		right: 15px;
		bottom: 0;
	}
}

@media (max-width: 767px) {
	p.btn_side a {
		position: fixed;
		top: 40px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}
}

@media (min-width: 768px) {
	p.btn_side a {
		position: fixed;
		top: 80px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 992px) {
	p.btn_side a {
		position: fixed;
		top: 150px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1200px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: 0;
		width: 3.6458%;
		/* height: 190px; */
		z-index: 999;
	}

	/* p.btn_side a img {
		width: 70px;
		height: 190px;
	} */
}

@media (min-width: 1921px) {
	p.btn_side a {
		position: fixed;
		top: 200px;
		right: calc(50% - 960px);
		width: 70px;
		height: 190px;
		z-index: 999;
	}

	p.btn_side a img {
		width: 70px;
		height: 190px;
	}
}

p.btn_side a:hover {
	opacity: 0.85;
}










/* サブページ共通
=========================================================================== */















/* service.html 事業内容
=========================================================================== */
.bg_service01 *,
.bg_service02 *,
.bg_service03 * {
	box-sizing: border-box;
}

.bg_service01,
.bg_service02,
.bg_service03 {
	position: relative;
	overflow: hidden;
	background-color: #070707;
	color: #fff;
}

.bg_service01 {
	padding: 165px 0 130px;
}

.bg_service02 {
	padding: 0 0 130px;
}

.bg_service03 {
	padding: 0 0 190px;
}

.bg_service01 .container,
.bg_service02 .container,
.bg_service03 .container {
	position: relative;
	width: 1400px;
}

.inner_service01,
.inner_service02,
.inner_service03 {
	position: relative;
	align-items: center;
}

.pic_area_service01,
.pic_area_service02,
.pic_area_service03 {
	position: relative;
	width: 640px;
	flex: 0 0 640px;
}

.pic_area_service01::before,
.pic_area_service02::before,
.pic_area_service03::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0.22;
}

p.pic_service01,
p.pic_service02,
p.pic_service03 {
	margin: 0;
}

p.pic_service01 img,
p.pic_service02 img,
p.pic_service03 img {
	display: block;
	width: 100%;
	height: auto;
}

p.en_service01,
p.en_service02,
p.en_service03 {
	position: absolute;
	left: 30px;
	bottom: -50px;
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 7rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	z-index: 2;
}

p.en_service02 {
	left: 45px;
	bottom: -58px;
}

.cont_service01,
.cont_service03 {
	width: 660px;
}

.cont_service02 {
	width: 660px;
}

h3.ttl_service01 {
	margin: 0 0 35px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #fff;
}

p.text_service01,
p.text_service02,
p.text_service03 {
	margin: 0 0 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.4;
	letter-spacing: 0.08em;
	color: #fff;
}

p.text_service01:last-child,
p.text_service02:last-child,
p.text_service03:last-child {
	margin-bottom: 0;
}

p.btn_service01 {
	margin: 55px 0 0;
	text-align: right;
}

p.btn_service01 a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 70px;
	padding: 0 0 14px;
	border-bottom: 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

p.btn_service01 a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ffffff66;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.5s ease;
}

p.btn_service01 a:hover,
p.btn_service01 a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

span.text_btn_service01 {
	font-size: 1.8rem;
}

span.icon_btn_service01 {
	display: inline-block;
	width: 12px;
	height: 11px;
	background: url(../images/icon_btn_contact_f.png) center center / 12px 11px no-repeat;
	vertical-align: middle;
	font-size: 0;
	line-height: 1;
	transition: transform 0.35s ease;
}

p.btn_service01 a:hover span.icon_btn_service01,
p.btn_service01 a:focus span.icon_btn_service01 {
	transform: translateX(6px);
}

p.btn_service01 a:hover::after,
p.btn_service01 a:focus::after {
	transform: scaleX(0);
	transform-origin: right center;
}

span.icon_btn_service01::before {
	content: none;
}

.circle_service01 {
	position: absolute;
	right: -105px;
	top: -170px;
	width: 620px;
	height: 620px;
	overflow: visible;
	color: #ffffff28;
	pointer-events: none;
}

.circle_service01_circle {
	fill: none;
}

.circle_service01_text {
	fill: currentColor;
	font-family: "Cormorant Garamond", serif;
	font-size: 6px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.bg_service03+.bg_contact_f {
	background-color: #070707;
}

@media (min-width: 1200px) and (max-width: 1499px) {

	.bg_service01 .container,
	.bg_service02 .container,
	.bg_service03 .container {
		width: auto;
		padding: 0 40px;
	}

	.pic_area_service01,
	.pic_area_service02,
	.pic_area_service03 {
		width: 48%;
		max-width: 640px;
		flex: 0 1 48%;
	}

	.cont_service01,
	.cont_service02,
	.cont_service03 {
		width: 46%;
		max-width: 660px;
	}

	p.en_service01,
	p.en_service02,
	p.en_service03 {
		font-size: clamp(6rem, 5vw, 7.2rem);
	}
}

@media (max-width: 1199px) {

	.bg_service01 .container,
	.bg_service02 .container,
	.bg_service03 .container {
		width: auto;
		padding: 0 40px;
	}

	.pic_area_service01,
	.pic_area_service02,
	.pic_area_service03 {
		width: 48%;
		flex-basis: 48%;
	}

	.cont_service01,
	.cont_service02,
	.cont_service03 {
		width: 46%;
	}

	p.en_service01,
	p.en_service02,
	p.en_service03 {
		font-size: 6rem;
	}

	.circle_service01 {
		right: -160px;
		width: 520px;
		height: 520px;
	}
}

@media (max-width: 991px) {

	.bg_service01 {
		padding: 105px 0 95px;
	}

	.bg_service02 {
		padding: 0 0 95px;
	}

	.bg_service03 {
		padding: 0 0 120px;
	}

	p.en_service01,
	p.en_service02,
	p.en_service03 {
		bottom: -40px;
		font-size: 5.2rem;
	}

	h3.ttl_service01 {
		margin-bottom: 25px;
		font-size: 2.4rem;
		line-height: 1.7;
	}

	p.text_service01,
	p.text_service02,
	p.text_service03 {
		font-size: 1.6rem;
		line-height: 2;
	}

	p.btn_service01 {
		margin-top: 35px;
	}

	p.btn_service01 a {
		gap: 45px;
	}

	.circle_service01 {
		display: none;
	}
}

@media (max-width: 767px) {

	.bg_service01 .container,
	.bg_service02 .container,
	.bg_service03 .container {
		padding: 0 20px;
	}

	.bg_service01 {
		padding: 70px 0 75px;
	}

	.bg_service02 {
		padding: 0 0 75px;
	}

	.bg_service03 {
		padding: 0 0 80px;
	}

	.inner_service01,
	.inner_service02,
	.inner_service03 {
		align-items: stretch;
	}

	.pic_area_service01,
	.pic_area_service02,
	.pic_area_service03 {
		width: 100%;
		flex-basis: auto;
	}

	.cont_service01,
	.cont_service02,
	.cont_service03 {
		width: 100%;
		margin-top: 55px;
	}

	p.en_service01,
	p.en_service02,
	p.en_service03 {
		left: 18px;
		bottom: -30px;
		font-size: 4.4rem;
	}

	h3.ttl_service01 {
		margin-bottom: 22px;
		font-size: 2rem;
		line-height: 1.7;
	}

	p.text_service01,
	p.text_service02,
	p.text_service03 {
		margin-bottom: 14px;
		font-size: 1.5rem;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}

	p.btn_service01 {
		margin-top: 35px;
		text-align: left;
	}

	p.btn_service01 a {
		gap: 35px;
		font-size: 1.5rem;
	}

	span.text_btn_service01 {
		font-size: 1.5rem;
	}
}
















/* product.html 商品紹介
=========================================================================== */

.product_tab_content {
	position: relative;
	overflow: hidden;
	background-color: #070707;
}

.circle_product_intro {
	position: absolute;
	top: -5px;
	right: calc((100vw - 1140px) / 2 - 235px);
	z-index: 0;
	width: 620px;
	height: 620px;
	overflow: visible;
	color: #ffffff24;
	transform-origin: 50% 50%;
	animation: circle_text_rotate 48s linear infinite;
	pointer-events: none;
}

@media (min-width: 1921px) {
	.circle_product_intro {
		right: 155px;
	}
}

.circle_product_intro_path {
	fill: none;
}

.circle_product_intro_text {
	fill: currentColor;
	font-family: "Cormorant Garamond", serif;
	font-size: 6px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.product_tab_pane {
	position: relative;
	z-index: 1;
	background-color: #070707;
}

.product_tab_pane:not(.active) {
	display: none;
}

.product_tab_pane.fade {
	opacity: 0;
	transition: opacity 0.25s ease;
}

.product_tab_pane.fade.in {
	opacity: 1;
}

.item_product01_nav.active a,
.item_product02_nav.active a,
.item_product03_nav.active a,
.item_product04_nav.active a,
.item_product05_nav.active a,
.item_product01_nav a:hover,
.item_product02_nav a:hover,
.item_product03_nav a:hover,
.item_product04_nav a:hover,
.item_product05_nav a:hover,
.item_product01_nav a:focus,
.item_product02_nav a:focus,
.item_product03_nav a:focus,
.item_product04_nav a:focus,
.item_product05_nav a:focus {
	background-color: #555;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.item_product01_nav a,
.item_product02_nav a,
.item_product03_nav a,
.item_product04_nav a,
.item_product05_nav a {
	text-decoration: none;
}

















/* recruit.html 採用情報
=========================================================================== */
.bg_recruit01 *,
.bg_recruit02 *,
.bg_recruit03 *,
.bg_recruit04 * {
	box-sizing: border-box;
}

.bg_recruit01,
.bg_recruit02,
.bg_recruit03,
.bg_recruit04 {
	position: relative;
	overflow: hidden;
	background-color: #070707;
	color: #fff;
}

.bg_recruit01 {
	padding: 85px 0 120px;
}

.bg_recruit02 {
	padding: 0 0 135px;
}

.bg_recruit03 {
	padding: 0 55px 150px;
}

.bg_recruit04 {
	padding: 0 0 130px;
}

.bg_recruit01 .container,
.bg_recruit02 .container,
.bg_recruit04 .container {
	position: relative;
	width: 1140px;
}

.inner_recruit01 {
	position: relative;
}

.inner_recruit02,
.inner_recruit04 {
	position: relative;
}

h3.ttl_recruit01,
h3.ttl_recruit02,
h3.ttl_recruit04 {
	margin: 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-align: center;
	color: #fff;
}

h3.ttl_recruit01 {
	margin-bottom: 45px;
}

.list_recruit01 {
	position: relative;
	z-index: 1;
	margin: 0;
}

.item_recruit01 {
	display: flex;
	align-items: center;
	min-height: 72px;
	border-bottom: 1px solid #555;
}

.name_recruit01 {
	width: 280px;
	margin: 0;
	padding: 24px 22px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #fff;
}

.text_recruit01 {
	width: 860px;
	margin: 0;
	padding: 24px 22px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #fff;
}

.circle_recruit01 {
	position: absolute;
	right: -265px;
	top: -155px;
	width: 690px;
	height: 690px;
	overflow: visible;
	color: #ffffff20;
	pointer-events: none;
}

.circle_recruit01_path {
	fill: none;
}

.circle_recruit01_text {
	fill: currentColor;
	font-family: "Cormorant Garamond", serif;
	font-size: 6px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

h3.ttl_recruit02 {
	margin-bottom: 35px;
}

.list_recruit02 {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.item_recruit02 {
	position: relative;
	width: 250px;
	min-height: 340px;
	padding: 35px 15px 30px;
	background-color: #c9c9c9;
	color: #333;
	text-align: center;
}

.item_recruit02::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	z-index: 2;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #c9c9c9;
}

.item_recruit02:last-child::after {
	content: none;
}

p.step_recruit02 {
	margin-bottom: 8px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #8d8d8d;
}

h4.name_recruit02 {
	margin-bottom: 22px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #333;
}

p.icon_recruit02 {
	width: 138px;
	margin: 0 auto 24px;
}

p.icon_recruit02 img {
	display: block;
	width: 100%;
	height: auto;
}

p.text_recruit02 {
	margin: 0;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #333;
}

.inner_recruit03 {
	width: 100%;
	overflow: hidden;
}

.list_recruit03 {
	display: flex;
	justify-content: flex-start;
	gap: 65px;
	margin: 0;
	padding: 0;
}

.item_recruit03 {
	width: 400px;
	flex: 0 0 400px;
}

.item_recruit03 img {
	display: block;
	width: 100%;
	height: auto;
}

h3.ttl_recruit04 {
	margin-bottom: 85px;
}

.item_recruit04 {
	align-items: center;
	margin-bottom: 130px;
}

.item_recruit04_reverse {
	margin-bottom: 130px;
	align-items: center;
}

.item_recruit04:last-of-type {
	margin-bottom: 90px;
}

.profile_recruit04 {
	width: 300px;
	text-align: center;
}

p.pic_recruit04 {
	width: 160px;
	margin: 0 auto 20px;
}

p.pic_recruit04 img {
	display: block;
	width: 100%;
	height: auto;
}

p.year_recruit04 {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
	color: #fff;
}

p.name_recruit04 {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.12em;
	color: #fff;
}

.cont_recruit04 {
	width: 800px;
}

.qa_recruit04 {
	margin: 0;
}

.q_recruit04 {
	position: relative;
	margin: 0;
	padding: 0 0 24px 48px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #fff;
}

.q_recruit04::before {
	content: "\f075";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1;
	color: #c8a25a;
}

.a_recruit04 {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 40px 48px;
	border-bottom: 1px solid #555;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.08em;
	color: #fff;
}

.a_recruit04::before {
	content: "\f10d";
	position: absolute;
	left: 0;
	top: 6px;
	font-family: "Font Awesome 5 Free";
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1;
	color: rgba(200, 162, 90, 0.78);
}

.a_recruit04:last-child {
	margin-bottom: 0;
}

p.btn_recruit04 {
	margin: 0;
	text-align: center;
}

p.btn_recruit04 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	min-height: 90px;
	padding: 20px 35px;
	background-color: #c9c9c9;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.18em;
	color: #333;
}

.bg_recruit04+.bg_contact_f {
	background-color: #070707;
}

@media (max-width: 1199px) {

	.bg_recruit01 .container,
	.bg_recruit02 .container,
	.bg_recruit04 .container {
		width: auto;
		padding: 0 40px;
	}

	.name_recruit01 {
		width: 260px;
	}

	.text_recruit01 {
		width: 100%;
	}

	.list_recruit02 {
		gap: 25px;
	}

	.item_recruit02 {
		width: 25%;
	}

	.bg_recruit03 {
		padding-right: 40px;
		padding-left: 40px;
	}

	.list_recruit03 {
		gap: 35px;
	}

	.item_recruit03 {
		width: 350px;
		flex-basis: 350px;
	}

	.cont_recruit04 {
		width: 68%;
	}
}

@media (max-width: 991px) {

	.bg_recruit01 {
		padding: 80px 0 95px;
	}

	.bg_recruit02 {
		padding-bottom: 95px;
	}

	.bg_recruit03 {
		padding-bottom: 100px;
	}

	.bg_recruit04 {
		padding-bottom: 100px;
	}

	h3.ttl_recruit01,
	h3.ttl_recruit02,
	h3.ttl_recruit04 {
		font-size: 2.6rem;
	}

	.list_recruit02 {
		flex-wrap: wrap;
		gap: 30px;
	}

	.item_recruit02 {
		width: 47%;
	}

	.item_recruit02::after {
		content: none;
	}

	.list_recruit03 {
		gap: 30px;
	}

	.item_recruit03 {
		width: 330px;
		flex-basis: 330px;
	}

	h3.ttl_recruit04 {
		margin-bottom: 60px;
	}

	.item_recruit04 {
		display: block;
		margin-bottom: 95px;
	}

	.item_recruit04_reverse {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.profile_recruit04 {
		width: 100%;
		margin-bottom: 25px;
	}

	.cont_recruit04 {
		width: 100%;
	}

	p.btn_recruit04 a {
		width: 500px;
	}
}

@media (max-width: 767px) {

	.bg_recruit01 .container,
	.bg_recruit02 .container,
	.bg_recruit04 .container {
		padding: 0 20px;
	}

	.bg_recruit01 {
		padding: 65px 0 70px;
	}

	.bg_recruit02 {
		padding-bottom: 70px;
	}

	.bg_recruit03 {
		padding: 0 20px 75px;
	}

	.bg_recruit04 {
		padding-bottom: 75px;
	}

	h3.ttl_recruit01,
	h3.ttl_recruit02,
	h3.ttl_recruit04 {
		font-size: 2.2rem;
	}

	h3.ttl_recruit01 {
		margin-bottom: 30px;
	}

	.item_recruit01 {
		display: block;
		min-height: 0;
		padding: 18px 0;
	}

	.name_recruit01,
	.text_recruit01 {
		width: 100%;
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.name_recruit01 {
		margin-bottom: 6px;
	}

	.circle_recruit01 {
		display: none;
	}

	h3.ttl_recruit02 {
		margin-bottom: 28px;
	}

	.list_recruit02 {
		display: block;
	}

	.item_recruit02 {
		width: 100%;
		min-height: 0;
		margin-bottom: 20px;
		padding: 28px 20px 24px;
	}

	.item_recruit02:not(:last-child)::after {
		content: "";
		position: absolute;
		top: auto;
		right: auto;
		bottom: -11px;
		left: 50%;
		z-index: 2;
		width: 0;
		height: 0;
		margin-top: 0;
		border-top: 6px solid #c9c9c9;
		border-right: 5px solid transparent;
		border-bottom: 0;
		border-left: 5px solid transparent;
		transform: translateX(-50%);
	}

	.item_recruit02:last-child {
		margin-bottom: 0;
	}

	h4.name_recruit02 {
		font-size: 2.4rem;
	}

	p.icon_recruit02 {
		width: 110px;
		margin-bottom: 18px;
	}

	p.text_recruit02 {
		font-size: 1.5rem;
	}

	.list_recruit03 {
		display: flex;
		gap: 20px;
	}

	.item_recruit03 {
		width: 280px;
		margin-bottom: 0;
		flex-basis: 280px;
	}

	.item_recruit03:last-child {
		margin-bottom: 0;
	}

	h3.ttl_recruit04 {
		margin-bottom: 45px;
	}

	.item_recruit04 {
		margin-bottom: 40px;
	}

	p.pic_recruit04 {
		width: 110px;
		margin-bottom: 0;
		margin-top: 0;
	}

	p.year_recruit04 {
		font-size: 1.4rem;
	}

	p.name_recruit04 {
		font-size: 1.7rem;
		margin-top: 10px;
	}

	.q_recruit04 {
		padding: 0 0 18px 36px;
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.q_recruit04::before {
		top: 4px;
		font-size: 1.9rem;
	}

	.a_recruit04 {
		margin-bottom: 28px;
		padding: 0 0 28px 36px;
		font-size: 1.5rem;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}

	.a_recruit04::before {
		top: 5px;
		font-size: 1.9rem;
	}

	p.btn_recruit04 a {
		width: 100%;
		min-height: 70px;
		padding: 18px 20px;
		font-size: 1.6rem;
	}
}

















/* company.html 会社概要
=========================================================================== */

.bg_company01 {
	position: relative;
	padding: 150px 0 140px;
	background: transparent;
	color: #fff;
	overflow: hidden;
}

.bg_company01 .container {
	position: relative;
	width: 1280px;
}

.inner_company01 {
	position: relative;
	min-height: 560px;
}

.ttl_area_company {
	display: flex;
	align-items: flex-end;
	gap: 38px;
	margin-bottom: 78px;
}

.ttl_company {
	font-family: "Cormorant Garamond", serif;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

.sub_company {
	margin: 0 0 12px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #fff;
}

.cont_company01 {
	position: relative;
	z-index: 1;
	width: 1060px;
}

.text_company01 {
	margin-bottom: 22px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.25;
	letter-spacing: 0.08em;
	color: #fff;
}

.text_company01:last-child {
	margin-bottom: 0;
}

.name_company01 {
	position: relative;
	z-index: 1;
	width: 320px;
	margin: 78px 0 0 auto;
}

.text_company01_name {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #fff;
	text-align: left;
}

.text_company01_name:last-child {
	margin-bottom: 0;
}

.circle_company01 {
	position: absolute;
	right: -110px;
	top: -40px;
	width: 700px;
	height: 700px;
	overflow: visible;
	color: #ffffff22;
	pointer-events: none;
}

.circle_company01_circle {
	fill: none;
}

.circle_company01_text {
	fill: currentColor;
	font-family: "Cormorant Garamond", serif;
	font-size: 6px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.bg_company02 {
	position: relative;
	padding: 30px 0 0;
	background: transparent;
	color: #fff;
}

.bg_company02 .container {
	width: 1140px;
}

.list_company02 {
	margin: 0;
	padding: 0;
}

.item_company02 {
	display: flex;
	align-items: center;
	padding: 34px 0;
	border-bottom: 1px solid #ffffff66;
}

.name_company02 {
	width: 250px;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #fff;
}

.text_company02 {
	width: calc(100% - 250px);
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #fff;
}

.text_company02 .tel_link {
	color: #fff;
}

.bg_company03 {
	position: relative;
	padding: 165px 0 0;
	background: transparent;
	color: #fff;
}

.bg_company03 .container {
	width: 1140px;
}

.list_company03 {
	margin: 0;
	padding: 0;
}

.item_company03 {
	display: flex;
	align-items: center;
	padding: 34px 0;
	border-bottom: 1px solid #ffffff66;
}

.name_company03 {
	width: 250px;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #fff;
}

.text_company03 {
	width: calc(100% - 250px);
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: #fff;
}

.text_company03 .tel_link {
	color: #fff;
}

.bg_company04 {
	position: relative;
	padding: 175px 0 210px;
	background: transparent;
	color: #fff;
}

.bg_company04 .container {
	width: 1140px;
}

.map_company04 {
	width: 100%;
	height: 560px;
	background: #777;
}

.map_company04 iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.btn_company04 {
	margin: 60px 0 0;
	text-align: center;
}

.btn_company04 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 64px;
	border: 1px solid #ffffff99;
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
}

.btn_company04 a:hover {
	opacity: 0.7;
}

@media (max-width: 1199px) {

	.bg_company01 .container {
		width: auto;
		padding: 0 40px;
	}

	.cont_company01 {
		width: 83%;
	}

	.circle_company01 {
		right: -180px;
		top: 20px;
		width: 600px;
		height: 600px;
	}

	.bg_company02 .container {
		width: auto;
		padding: 0 40px;
	}

	.bg_company03 .container {
		width: auto;
		padding: 0 40px;
	}

	.bg_company04 .container {
		width: auto;
		padding: 0 40px;
	}
}

@media (max-width: 991px) {

	.bg_company01 {
		padding: 100px 0 100px;
	}

	.ttl_area_company {
		display: block;
		margin-bottom: 55px;
	}

	.ttl_company {
		font-size: 6rem;
	}

	.sub_company {
		margin: 18px 0 0;
		font-size: 1.8rem;
	}

	.cont_company01 {
		width: 100%;
	}

	.text_company01 {
		font-size: 1.7rem;
		line-height: 2.1;
	}

	.name_company01 {
		width: 280px;
		margin-top: 60px;
	}

	.text_company01_name {
		font-size: 1.7rem;
	}

	.circle_company01 {
		display: none;
	}

	.bg_company02 {
		padding-top: 100px;
	}

	.item_company02 {
		display: block;
		padding: 28px 0;
	}

	.name_company02 {
		width: auto;
		margin-bottom: 8px;
		font-size: 1.7rem;
	}

	.text_company02 {
		width: auto;
		font-size: 1.7rem;
	}

	.bg_company03 {
		padding-top: 120px;
	}

	.item_company03 {
		display: block;
		padding: 28px 0;
	}

	.name_company03 {
		width: auto;
		margin-bottom: 8px;
		font-size: 1.7rem;
	}

	.text_company03 {
		width: auto;
		font-size: 1.7rem;
	}

	.bg_company04 {
		padding: 120px 0 160px;
	}

	.map_company04 {
		height: 460px;
	}
}

@media (max-width: 767px) {
	.bg_company01 .container {
		padding: 0 20px;
	}

	.bg_company02 .container {
		padding: 0 20px;
	}

	.bg_company03 .container {
		padding: 0 20px;
	}

	.bg_company04 .container {
		padding: 0 20px;
	}

	.bg_company01 {
		padding: 70px 0 70px;
	}

	.ttl_company {
		font-size: 4.6rem;
	}

	.sub_company {
		font-size: 1.5rem;
	}

	.text_company01 {
		font-size: 1.5rem;
		line-height: 2;
	}

	.name_company01 {
		width: 170px;
		margin: 20px 0 0 auto;
	}

	.text_company01_name {
		margin-bottom: 5px;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.bg_company02 {
		padding-top: 20px;
	}

	.name_company02 {
		font-size: 1.5rem;
	}

	.text_company02 {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.bg_company03 {
		padding-top: 90px;
	}

	.name_company03 {
		font-size: 1.5rem;
	}

	.text_company03 {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.bg_company04 {
		padding: 90px 0 120px;
	}

	.map_company04 {
		height: 300px;
	}

	.btn_company04 {
		margin-top: 35px;
	}

	.btn_company04 a {
		width: 200px;
		height: 52px;
		font-size: 1.7rem;
	}
}
















/* contact.html お問い合わせ
=========================================================================== */


@media (max-width: 767px) {
	.bg_contact01 {
		padding: 30px 0 30px;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 20px 0 20px;
	}

	h3.contact {
		text-align: center;
		font-size: 1.8rem;
		color: #fff;
		letter-spacing: 0.05em;
		font-weight: 500;
		margin-bottom: 5px;
		padding-bottom: 15px;
	}

	h3.contact span {
		color: #52dc22;
		font-size: 1.8rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 7px;
	}

	p.tel_contact01 {
		font-size: 3rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 7px;
	}

	p.tel_contact01 span.tel_link {
		color: #fff;
	}

	p.fax_contact01 {
		font-size: 3rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 36px;
		height: 36px;
		margin-right: 7px;
	}

	.bg_contact01 p.hour {
		text-align: center;
		font-size: 1.3rem;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.2em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 768px) {
	.bg_contact01 {
		padding: 40px 0 40px;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 25px 0 30px;
	}

	p.ttl_contact01 {
		text-align: center;
		font-size: 2.4rem;
		font-family: "Zen Maru Gothic", serif;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	p.ttl_contact01:before {
		content: '';
		display: block;
		background: url(../images/ttl_kodawari.png) 0 0 /contain no-repeat;
		width: 37px;
		height: 37px;
		margin: 0 auto 5px;
	}

	p.text_contact01 {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 60px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.2rem;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	h3.contact span {
		color: #52dc22;
		font-size: 2rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 50px;
	}

	p.tel_contact01 {
		font-size: 3.3rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #fff;
	}

	p.fax_contact01 {
		font-size: 3.3rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.2em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 992px) {
	.bg_contact01 {
		padding: 60px 0 50px;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 25px 0 30px;
	}

	p.ttl_contact01 {
		text-align: center;
		font-size: 2.4rem;
		font-family: "Zen Maru Gothic", serif;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	p.ttl_contact01:before {
		content: '';
		display: block;
		background: url(../images/ttl_kodawari.png) 0 0 /contain no-repeat;
		width: 37px;
		height: 37px;
		margin: 0 auto 5px;
	}

	p.text_contact01 {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 60px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.2rem;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	h3.contact span {
		color: #52dc22;
		font-size: 2rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 3.6rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 46px;
		height: 46px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #fff;
	}

	p.fax_contact01 {
		font-size: 3.6rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 46px;
		height: 46px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.bg_contact01 {
		padding: 80px 0 70px;
	}

	.bg_contact01 .container>.flex_c {
		border: 1px solid #fff;
		padding: 25px 0 30px;
	}

	p.ttl_contact01 {
		text-align: center;
		font-size: 2.4rem;
		font-family: "Zen Maru Gothic", serif;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	p.ttl_contact01:before {
		content: '';
		display: block;
		background: url(../images/ttl_kodawari.png) 0 0 /contain no-repeat;
		width: 37px;
		height: 37px;
		margin: 0 auto 5px;
	}

	p.text_contact01 {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 60px;
	}

	h3.contact {
		text-align: center;
		font-size: 2.2rem;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 500;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}

	h3.contact span {
		color: #52dc22;
		font-size: 2rem;
		display: block;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	#contact01 .flex_c .info:first-child {
		margin-right: 80px;
	}

	p.tel_contact01 {
		font-size: 4.5rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.tel_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_1.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	p.tel_contact01 span.tel_link {
		color: #fff;
	}

	p.fax_contact01 {
		font-size: 4.5rem;
		font-weight: 500;
		color: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	p.fax_contact01:before {
		content: '';
		display: block;
		background: url(../images/icon_contact01_2.png) 0 0 /contain no-repeat;
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.bg_contact01 p.hour {
		text-align: center;
	}

	p.text_contact02 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 15px;
		font-weight: 500;
	}

	span.hissu {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		color: #fff;
		background-color: #ff0000;
		padding: 0.2em 0.5em;
		border-radius: 3px;
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	#contact02 {
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media (min-width: 992px) {
	#contact02 {
		margin-top: -120px;
		padding-top: 120px;
	}
}

.form_contact02 {
	max-width: 980px;
	margin: 45px auto 0;
	padding: 55px 60px;
	background-color: #fff;
	color: #231815;
}

.list_contact02_form {
	margin-bottom: 45px;
}

.item_contact02_form {
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.item_contact02_form:first-child {
	border-top: 1px solid #dddddd;
}

.head_contact02_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 250px;
	padding: 26px 25px 26px 0;
	flex: 0 0 250px;
}

.body_contact02_form {
	width: 100%;
	padding: 20px 0 20px 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.label_contact02_form {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #231815;
}

.must_contact02_form,
.any_contact02_form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 22px;
	border-radius: 4px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #fff;
	flex: 0 0 42px;
}

.must_contact02_form {
	background-color: #d80c0c;
}

.any_contact02_form {
	background-color: #777;
}

.form_contact02 input.write,
.form_contact02 select,
.form_contact02 textarea {
	width: 100%;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #231815;
}

.form_contact02 input.write,
.form_contact02 select {
	height: 52px;
	padding: 0 16px;
}

.form_contact02 textarea {
	min-height: 210px;
	padding: 15px 16px;
	resize: vertical;
}

.form_contact02 .field_short_contact02 {
	max-width: 220px;
}

.form_contact02 ::placeholder {
	color: #9b9b9b;
}

.form_contact02 input.write:focus,
.form_contact02 select:focus,
.form_contact02 textarea:focus {
	border-color: #4f8f3a;
	outline: 2px solid #dcebd4;
}

.radio_list_contact02 {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	padding-top: 8px;
}

.radio_contact02 {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #231815;
	cursor: pointer;
}

.radio_contact02 input {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	accent-color: #4f8f3a;
}

.privacy_contact02 {
	margin-top: 45px;
}

.privacy_contact02 h4.privacy {
	margin: 0 0 12px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #231815;
}

.privacy_contact02 .inner_privacy {
	height: 190px;
	padding: 22px 25px;
	overflow: auto;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background-color: #f7f7f7;
	color: #333;
}

.privacy_contact02 p.ttl_privacy {
	margin: 0 0 6px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
	color: #231815;
}

.privacy_contact02 .inner_privacy p.text {
	margin: 0 0 18px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	color: #333;
}

.privacy_contact02 .inner_privacy p.text span.tel_link {
	border-bottom: 1px solid #333;
}

.privacy_contact02 ul.privacy {
	margin: 0 0 18px;
	padding: 0 0 0 22px;
}

.privacy_contact02 ul.privacy li {
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
	list-style-type: decimal;
}

.action_contact02 {
	margin-top: 35px;
	text-align: center;
}

.form_contact02 .agreebox {
	margin: 0 0 25px;
}

.form_contact02 .agreebox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 9px 0 0;
	vertical-align: middle;
	accent-color: #4f8f3a;
}

.form_contact02 .agreebox label {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #231815;
}

.form_contact02 button.comfirm,
.form_contact02 button.back,
.form_contact02 button.send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	padding: 0 35px;
	border: none;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
	cursor: pointer;
}

.form_contact02 button.comfirm,
.form_contact02 button.send {
	background-color: #4f8f3a;
}

.form_contact02 button.back {
	background-color: #777;
}

.form_contact02 button.comfirm:hover,
.form_contact02 button.send:hover {
	background-color: #3f762f;
}

.form_contact02 button.back:hover {
	background-color: #666;
}

.btn_contact02_submit {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 28px auto 0;
}

@media (max-width: 991px) {
	.form_contact02 {
		padding: 45px 35px;
	}

	.head_contact02_form {
		width: 220px;
		flex-basis: 220px;
	}

	.body_contact02_form {
		padding-left: 25px;
	}
}

@media (max-width: 767px) {
	.form_contact02 {
		margin-top: 35px;
		padding: 30px 20px;
	}

	.item_contact02_form {
		display: block;
		padding: 20px 0;
	}

	.head_contact02_form {
		width: 100%;
		padding: 0 0 12px;
	}

	.body_contact02_form {
		padding: 0;
	}

	.label_contact02_form {
		font-size: 1.5rem;
	}

	.form_contact02 input.write,
	.form_contact02 select {
		height: 48px;
		font-size: 1.5rem;
	}

	.form_contact02 textarea {
		min-height: 180px;
		font-size: 1.5rem;
	}

	.form_contact02 .field_short_contact02 {
		max-width: none;
	}

	.radio_list_contact02 {
		display: block;
		padding-top: 0;
	}

	.radio_contact02 {
		display: flex;
		margin-bottom: 10px;
		font-size: 1.5rem;
	}

	.radio_contact02:last-child {
		margin-bottom: 0;
	}

	.privacy_contact02 h4.privacy {
		font-size: 1.5rem;
	}

	.privacy_contact02 .inner_privacy {
		height: 170px;
		padding: 18px;
	}

	.privacy_contact02 .inner_privacy p.text,
	.privacy_contact02 p.ttl_privacy,
	.privacy_contact02 ul.privacy li {
		font-size: 1.3rem;
	}

	.form_contact02 .agreebox label {
		font-size: 1.4rem;
	}

	.form_contact02 button.comfirm,
	.form_contact02 button.back,
	.form_contact02 button.send {
		width: 100%;
		height: 48px;
		font-size: 1.5rem;
	}

	.btn_contact02_submit {
		display: block;
	}

	.btn_contact02_submit button {
		margin-bottom: 12px;
	}

	.btn_contact02_submit button:last-child {
		margin-bottom: 0;
	}
}




/* contact page final layout */
.bg_contact01 *,
#contact02 *,
.bg_contact_f_contact * {
	box-sizing: border-box;
}

#contact01,
#contact02,
.bg_contact_f_contact {
	color: #fff;
}

#contact01 {
	position: relative;
	z-index: 1;
}

#contact02 {
	position: relative;
	z-index: 2;
}

.bg_contact01 {
	position: relative;
	padding: 125px 0 115px;
	overflow: visible;
	background: transparent;
}

.bg_contact01 .container,
#contact02 .container {
	position: relative;
	width: 1140px;
	z-index: 1;
}

.inner_contact01 {
	position: relative;
}

#contact01 h3.contact,
#contact02 h3.contact {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #fff;
}

#contact01 h3.contact>span:first-child,
#contact01 h3.contact>span:first-child>.heading_reveal_inner,
#contact02 h3.contact>span:first-child,
#contact02 h3.contact>span:first-child>.heading_reveal_inner {
	display: block;
	margin-bottom: 5px;
	font-family: "Cormorant Garamond", serif;
	font-size: 7rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #fff;
}

#contact01 h3.contact>.contact_jp,
#contact01 h3.contact>.contact_jp>.heading_reveal_inner,
#contact02 h3.contact>.contact_jp,
#contact02 h3.contact>.contact_jp>.heading_reveal_inner {
	display: block;
	margin-bottom: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #fff;
}

.list_contact01 {
	justify-content: center;
	gap: 110px;
	margin: 0;
}

.item_contact01 {
	width: 430px;
	text-align: center;
}

p.tel_contact01,
p.fax_contact01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.11em;
	color: #fff;
}

p.tel_contact01::before,
p.fax_contact01::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	flex: 0 0 50px;
}

p.tel_contact01::before {
	background-image: url(../images/icon_contact01_1.png);
}

p.fax_contact01::before {
	background-image: url(../images/icon_contact01_2.png);
}

p.tel_contact01 span.tel_link {
	color: #fff;
}

.bg_contact01 p.hour {
	margin: 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #fff;
}

.circle_contact01 {
	position: absolute;
	top: -115px;
	right: -290px;
	width: 610px;
	height: 610px;
	overflow: visible;
	color: rgba(255, 255, 255, 0.2);
	transform-origin: 50% 50%;
	animation: circle_text_rotate 48s linear infinite;
	pointer-events: none;
}

.circle_contact01_circle {
	fill: none;
	stroke: none;
}

.circle_contact01_text {
	fill: currentColor;
	font-family: "Cormorant Garamond", serif;
	font-size: 5.8px;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#contact02 {
	position: relative;
	margin-top: 0;
	padding: 0 0 0;
}

#contact02 .container.mb_cont {
	margin-bottom: 0;
}

#contact02 h3.contact {
	margin-bottom: 40px;
}

p.text_contact02 {
	max-width: 1080px;
	margin: 0 auto 13px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.12em;
	color: #fff;
}

span.hissu {
	display: inline;
	margin-right: 4px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	font-size: inherit;
	line-height: inherit;
	color: #d80c0c;
}

.form_contact02 {
	max-width: 1140px;
	margin: 50px auto 0;
	padding: 0;
	background: transparent;
	color: #fff;
}

.list_contact02_form {
	margin-bottom: 50px;
}

.item_contact02_form {
	display: flex;
	min-height: 105px;
	border-top: 1px solid rgba(255, 255, 255, 0.55);
	border-bottom: 0;
}

.item_contact02_form:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.item_contact02_form:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.head_contact02_form {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 260px;
	padding: 24px 20px 24px 0;
	gap: 9px;
	flex: 0 0 260px;
}

.body_contact02_form {
	width: 100%;
	padding: 22px 0 22px 40px;
}

.label_contact02_form {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #fff;
}

.must_contact02_form,
.any_contact02_form {
	display: inline;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #d80c0c;
	flex: 0 0 auto;
}

.must_contact02_form::before,
.any_contact02_form::before {
	content: "【";
}

.must_contact02_form::after,
.any_contact02_form::after {
	content: "】";
}

.any_contact02_form {
	color: #9c9c9c;
}

.form_contact02 input.write,
.form_contact02 select,
.form_contact02 textarea {
	width: 100%;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #231815;
}

.form_contact02 input.write,
.form_contact02 select {
	height: 58px;
	padding: 0 25px;
}

.form_contact02 select {
	width: 200px;
	padding: 0 18px;
}

.form_contact02 textarea {
	min-height: 270px;
	padding: 25px;
	resize: vertical;
}

.form_contact02 .field_short_contact02 {
	max-width: none;
}

.form_contact02 ::placeholder {
	color: #9b9b9b;
}

.form_contact02 input.write:focus,
.form_contact02 select:focus,
.form_contact02 textarea:focus {
	border-color: transparent;
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 2px;
}

.radio_list_contact02 {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	padding-top: 15px;
}

.radio_contact02 {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #fff;
	cursor: pointer;
}

.radio_contact02 input {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	accent-color: #fff;
}

.privacy_contact02 {
	margin-top: 55px;
}

.privacy_contact02 h4.privacy {
	margin: 0 0 22px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #fff;
}

.privacy_contact02 .inner_privacy {
	height: 340px;
	padding: 28px 30px;
	overflow: auto;
	border: 0;
	border-radius: 0;
	background-color: #f7f7f7;
	color: #333;
}

.privacy_contact02 p.ttl_privacy {
	margin: 0 0 6px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
	color: #231815;
}

.privacy_contact02 .inner_privacy p.text {
	margin: 0 0 18px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	color: #333;
}

.privacy_contact02 .inner_privacy p.text span.tel_link {
	border-bottom: 1px solid #333;
	color: #333;
}

.privacy_contact02 ul.privacy {
	margin: 0 0 18px;
	padding: 0 0 0 22px;
}

.privacy_contact02 ul.privacy li {
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
	list-style-type: decimal;
}

.action_contact02 {
	margin-top: 42px;
	text-align: center;
	color: #fff;
}

.form_contact02 .agreebox {
	margin: 0 0 28px;
	color: #fff;
}

.form_contact02 .agreebox input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	accent-color: #fff;
}

.form_contact02 .agreebox label {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #fff;
}

.form_contact02 button.comfirm,
.form_contact02 button.back,
.form_contact02 button.send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	height: 65px;
	padding: 0 35px;
	border: 0;
	border-radius: 0;
	background-color: #2b2b2b;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
	cursor: pointer;
}

.form_contact02 button.comfirm:hover,
.form_contact02 button.send:hover,
.form_contact02 button.back:hover {
	background-color: #444;
}

.btn_contact02_submit {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 28px auto 0;
}

.bg_contact_f_contact {
	padding-top: 55px;
	padding-bottom: 105px;
}

@media (max-width: 1199px) {

	.bg_contact01 .container,
	#contact02 .container {
		width: calc(100% - 60px);
	}

	.list_contact01 {
		gap: 45px;
	}

	.item_contact01 {
		width: 48%;
	}

	p.tel_contact01,
	p.fax_contact01 {
		font-size: 4rem;
	}
}

@media (max-width: 991px) {

	#contact01 h3.contact>span:first-child,
	#contact01 h3.contact>span:first-child>.heading_reveal_inner,
	#contact02 h3.contact>span:first-child,
	#contact02 h3.contact>span:first-child>.heading_reveal_inner {
		font-size: 6rem;
	}

	.list_contact01 {
		display: block;
	}

	.item_contact01 {
		width: 100%;
	}

	.item_contact01+.item_contact01 {
		margin-top: 45px;
	}

	.circle_contact01 {
		top: -70px;
		right: -240px;
		width: 500px;
		height: 500px;
	}

	.head_contact02_form {
		width: 230px;
		flex-basis: 230px;
	}

	.body_contact02_form {
		padding-left: 25px;
	}
}

@media (max-width: 767px) {
	.bg_contact01 {
		padding: 75px 0 65px;
	}

	.bg_contact01 .container,
	#contact02 .container {
		width: 100%;
	}

	#contact01 h3.contact,
	#contact02 h3.contact {
		margin-bottom: 38px;
		font-size: 1.4rem;
	}

	#contact01 h3.contact>span:first-child,
	#contact01 h3.contact>span:first-child>.heading_reveal_inner,
	#contact02 h3.contact>span:first-child,
	#contact02 h3.contact>span:first-child>.heading_reveal_inner {
		margin-bottom: 5px;
		font-size: 5rem;
	}

	p.tel_contact01,
	p.fax_contact01 {
		font-size: 3rem;
		letter-spacing: 0.06em;
	}

	p.tel_contact01::before,
	p.fax_contact01::before {
		width: 42px;
		height: 42px;
		margin-right: 10px;
		flex-basis: 42px;
	}

	.bg_contact01 p.hour {
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.circle_contact01 {
		top: -30px;
		right: -165px;
		width: 330px;
		height: 330px;
		opacity: 0.75;
	}

	#contact02 {
		padding-bottom: 0;
	}

	#contact02 h3.contact {
		margin-bottom: 42px;
	}

	p.text_contact02 {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}

	.form_contact02 {
		margin-top: 45px;
	}

	.list_contact02_form {
		margin-bottom: 40px;
	}

	.item_contact02_form {
		display: block;
		min-height: 0;
		padding: 20px 0;
	}

	.head_contact02_form {
		width: 100%;
		padding: 0 0 12px;
	}

	.body_contact02_form {
		padding: 0;
	}

	.label_contact02_form {
		font-size: 1.5rem;
	}

	.form_contact02 input.write,
	.form_contact02 select {
		height: 50px;
		padding: 0 16px;
		font-size: 1.5rem;
	}

	.form_contact02 select {
		width: 100%;
	}

	.form_contact02 textarea {
		min-height: 220px;
		padding: 16px;
		font-size: 1.5rem;
	}

	.radio_list_contact02 {
		display: block;
		padding-top: 0;
	}

	.radio_contact02 {
		display: flex;
		margin-bottom: 10px;
		font-size: 1.5rem;
	}

	.radio_contact02:last-child {
		margin-bottom: 0;
	}

	.privacy_contact02 h4.privacy {
		font-size: 1.4rem;
	}

	.privacy_contact02 .inner_privacy {
		height: 240px;
		padding: 18px;
	}

	.privacy_contact02 .inner_privacy p.text,
	.privacy_contact02 p.ttl_privacy,
	.privacy_contact02 ul.privacy li {
		font-size: 1.3rem;
	}

	.form_contact02 .agreebox label {
		font-size: 1.2rem;
	}

	.form_contact02 button.comfirm,
	.form_contact02 button.back,
	.form_contact02 button.send {
		width: 100%;
		height: 56px;
		font-size: 1.6rem;
	}

	.btn_contact02_submit {
		display: block;
	}

	.btn_contact02_submit button {
		margin-bottom: 12px;
	}

	.btn_contact02_submit button:last-child {
		margin-bottom: 0;
	}

	.bg_contact_f_contact {
		padding-top: 20px;
		padding-bottom: 70px;
	}
}

/* product01.html 商品紹介
=========================================================================== */
.bg_product01_intro *,
.bg_product01_recommend *,
.bg_product01_feature *,
.bg_product01_effect *,
.bg_product01_design * {
	box-sizing: border-box;
}

.bg_product01_intro {
	position: relative;
	padding: 110px 0 100px;
	overflow: hidden;
	background-color: #070707;
	color: #fff;
}

.bg_product01_intro .container,
.bg_product01_recommend .container,
.bg_product01_feature .container,
.bg_product01_effect .container,
.bg_product01_design .container {
	width: 1140px;
}

.inner_product01_intro {
	position: relative;
}

.list_product01_nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 0 70px;
	padding: 0;
}

.item_product01_nav {
	width: 360px;
	margin: 0 15px 30px;
}

.item_product01_nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 72px;
	padding: 10px 15px;
	border: 1px solid #454545;
	background-color: #333;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

.item_product01_nav a span {
	display: block;
}

.logo_product01 {
	position: relative;
	z-index: 1;
	width: 360px;
	margin: 0 auto 30px;
}

.logo_product01 img {
	display: block;
	width: 100%;
	height: auto;
}

.pic_product01_main {
	position: relative;
	z-index: 1;
	width: 820px;
	margin: 0 auto;
}

.slider_product01_main {
	width: 100%;
	overflow: hidden;
}

.slider_product01_main .swiper-slide {
	height: auto;
}

.slider_product01_main img {
	display: block;
	width: 100%;
	height: auto;
}

.thumb_area_product01 {
	position: relative;
	margin-top: 35px;
	padding: 0 55px;
}

.slider_product01_thumb {
	overflow: hidden;
}

.btn_product01_thumb {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	border: 1px solid #ffffff66;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.btn_product01_thumb_prev {
	left: 0;
}

.btn_product01_thumb_next {
	right: 0;
}

.btn_product01_thumb::before {
	display: block;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.btn_product01_thumb_prev::before {
	content: "<";
}

.btn_product01_thumb_next::before {
	content: ">";
}

.btn_product01_thumb.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}

.slider_product01_thumb .swiper-wrapper {
	align-items: stretch;
}

.slider_product01_thumb .swiper-slide {
	height: auto;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.35s ease;
}

.item_product01_thumb {
	outline: none;
}

.slider_product01_thumb .swiper-slide.active,
.slider_product01_thumb .swiper-slide:hover,
.slider_product01_thumb .swiper-slide:focus {
	opacity: 1;
}

.slider_product01_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.bg_product01_recommend {
	padding: 50px 0 120px;
	background-color: #070707;
	color: #fff;
}

.inner_product01_recommend {
	align-items: center;
}

.cont_product01_recommend {
	width: 630px;
	min-height: 415px;
	padding: 65px 65px 55px;
	background-color: #f0f0f0;
	color: #333;
}

h3.ttl_product01_recommend {
	margin-bottom: 35px;
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.12em;
	color: #333;
}

.list_product01_recommend {
	margin: 0;
	padding: 0;
}

.item_product01_recommend {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #333;
}

.item_product01_recommend:last-child {
	margin-bottom: 0;
}

.item_product01_recommend::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px 14px 0 0;
	border-radius: 50%;
	background-color: #333;
	flex: 0 0 16px;
}

p.pic_product01_recommend {
	width: 540px;
	margin: 80px 0 0 -20px;
}

.bg_product01_feature {
	padding: 20px 0 100px;
	background-color: #070707;
	color: #fff;
}

.inner_product01_feature {
	position: relative;
}

h3.ttl_product01_feature {
	margin-bottom: 60px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #fff;
}

.list_product01_feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.item_product01_feature {
	width: 48%;
	margin-bottom: 100px;
	color: #fff;
}

.head_product01_feature {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

p.num_product01_feature {
	flex: 0 0 90px;
	width: 90px;
	font-family: "Cormorant Garamond", serif;
	font-size: 5.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

h4.name_product01_feature {
	width: 420px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #fff;
}

p.text_product01_feature {
	width: 100%;
	margin-top: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.05;
	letter-spacing: 0.08em;
	color: #fff;
}

.cont_product01_spec {
	padding: 55px 85px;
	background-color: #f0f0f0;
	color: #333;
}

.list_product01_spec {
	margin: 0;
	padding: 0;
}

.item_product01_spec {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #333;
}

.item_product01_spec:last-child {
	margin-bottom: 0;
}

.item_product01_spec::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	margin: 8px 15px 0 0;
	border-radius: 50%;
	background-color: #333;
	flex: 0 0 17px;
}

.bg_product01_effect {
	padding: 50px 0 85px;
	background-color: #eeeeee !important;
	color: #333;
}

h3.ttl_product01_effect {
	margin-bottom: 50px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-align: center;
	color: #333;
}

.list_product01_effect {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.item_product01_effect {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 300px;
	height: 180px;
	margin: 0 28px 45px;
	background-color: #303030;
	color: #fff;
	text-align: center;
}

p.num_product01_effect {
	margin-bottom: 28px;
	font-family: "Cormorant Garamond", serif;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

p.text_product01_effect {
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #fff;
}

.bg_product01_design {
	padding: 50px 0 90px;
	background-color: #fff !important;
	color: #231815;
}

.inner_product01_design {
	position: relative;
	min-height: 940px;
}

.pic_area_product01_design {
	position: relative;
	height: 670px;
}

p.pic_product01_design01 {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 560px;
	margin: 0;
}

p.pic_product01_design02 {
	position: absolute;
	top: 305px;
	right: 30px;
	width: 580px;
	margin: 0;
}

.cont_product01_design {
	position: relative;
	width: 800px;
	margin: -245px 0 0 70px;
	color: #231815;
}

.logo_product01_design {
	position: relative;
	z-index: 2;
	width: 358px;
	margin: 0 auto 34px;
}

.logo_product01_design img {
	display: block;
	width: 100%;
	height: auto;
}

.made_product01_design {
	display: flex;
	align-items: center;
	width: 360px;
	height: 65px;
	margin-bottom: 12px;
	padding: 0 25px;
	border-radius: 8px;
	background-color: #c3000f;
	color: #fff;
}

p.made_product01_design_jp {
	margin-right: 18px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

p.made_product01_design_en {
	font-family: "Arial", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

.warranty_product01_design {
	margin-bottom: 20px;
}

p.year_product01_design {
	font-size: 4.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #c3000f;
}

p.approval_product01_design {
	margin-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #231815;
}

p.text_product01_design {
	margin-bottom: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #231815;
}

.cover_product01_design {
	display: flex;
	align-items: center;
	width: 820px;
	margin-bottom: 22px;
	border: 1px solid #231815;
	color: #231815;
}

p.label_product01_design {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 510px;
	height: 62px;
	background-color: #211512;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	color: #fff;
}

.list_product01_cover {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 25px;
}

.item_product01_cover {
	display: flex;
	align-items: center;
	margin-right: 35px;
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #231815;
}

.item_product01_cover:last-child {
	margin-right: 0;
}

.circle_product01_cover {
	display: block;
	width: 38px;
	height: 38px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #211512;
}

.item_product01_cover:last-child .circle_product01_cover {
	background-color: #777;
}

p.price_product01_design {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #231815;
}

p.price_product01_design span {
	margin-right: 20px;
}

p.price_product01_design strong {
	font-size: 3.1rem;
	font-weight: 700;
}

@media (max-width: 1199px) {

	.bg_product01_intro .container,
	.bg_product01_recommend .container,
	.bg_product01_feature .container,
	.bg_product01_effect .container,
	.bg_product01_design .container {
		width: auto;
		padding: 0 40px;
	}

	.item_product01_nav {
		width: 31%;
		margin: 0 1% 25px;
	}

	.cont_product01_recommend {
		width: 54%;
	}

	p.pic_product01_recommend {
		width: 48%;
	}

	h4.name_product01_feature {
		width: 360px;
	}

	p.pic_product01_design01 {
		left: 90px;
		width: 520px;
	}

	p.pic_product01_design02 {
		right: 20px;
		width: 540px;
	}

	.cont_product01_design {
		margin-left: 20px;
	}
}

@media (max-width: 991px) {

	.bg_product01_intro {
		padding: 85px 0 90px;
	}

	.item_product01_nav {
		width: 47%;
	}

	.pic_product01_main {
		width: 680px;
	}

	.thumb_area_product01 {
		margin-top: 25px;
		padding: 0 45px;
	}

	.btn_product01_thumb {
		width: 35px;
		height: 35px;
		margin-top: -18px;
	}

	.btn_product01_thumb::before {
		font-size: 1.8rem;
	}

	.bg_product01_recommend {
		padding: 90px 0;
	}

	.cont_product01_recommend {
		width: 56%;
		padding: 50px 40px;
	}

	h3.ttl_product01_recommend {
		font-size: 2.4rem;
	}

	p.pic_product01_recommend {
		width: 47%;
		margin-top: 40px;
	}

	.bg_product01_feature {
		padding: 0 0 120px;
	}

	h3.ttl_product01_feature {
		font-size: 2.6rem;
	}

	.item_product01_feature {
		width: 100%;
		margin-bottom: 70px;
	}

	h4.name_product01_feature {
		width: 550px;
	}

	.cont_product01_spec {
		padding: 45px 50px;
	}

	.bg_product01_effect {
		padding: 0 0 85px;
	}

	.item_product01_effect {
		width: 290px;
		margin: 0 18px 35px;
	}

	.bg_product01_design {
		padding: 20px 0 30px;
	}

	.inner_product01_design {
		min-height: 820px;
	}

	.pic_area_product01_design {
		height: 560px;
	}

	p.pic_product01_design01 {
		top: 60px;
		left: 40px;
		width: 430px;
	}

	p.pic_product01_design02 {
		top: 265px;
		right: 0;
		width: 450px;
	}

	.cont_product01_design {
		width: 100%;
		margin: -185px 0 0;
	}

	.cover_product01_design {
		width: 100%;
	}

	p.label_product01_design {
		width: 58%;
		font-size: 2.2rem;
	}
}

@media (max-width: 767px) {

	.bg_product01_intro .container,
	.bg_product01_recommend .container,
	.bg_product01_feature .container,
	.bg_product01_effect .container,
	.bg_product01_design .container {
		padding: 0 20px;
	}

	.bg_product01_intro {
		padding: 60px 0 70px;
	}

	.list_product01_nav {
		margin-bottom: 45px;
	}

	.item_product01_nav {
		width: 100%;
		margin: 0 0 15px;
	}

	.item_product01_nav a {
		min-height: 62px;
		font-size: 1.5rem;
	}

	.logo_product01 {
		width: 200px;
	}

	.pic_product01_main {
		width: 100%;
	}

	.thumb_area_product01 {
		margin-top: 18px;
		padding: 0 35px;
	}

	.btn_product01_thumb {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.btn_product01_thumb::before {
		font-size: 1.6rem;
	}

	.bg_product01_recommend {
		padding: 70px 0;
	}

	.inner_product01_recommend {
		display: block;
	}

	.cont_product01_recommend {
		width: 100%;
		min-height: 0;
		padding: 35px 25px;
	}

	h3.ttl_product01_recommend {
		margin-bottom: 25px;
		font-size: 1.8rem;
	}

	.item_product01_recommend {
		margin-bottom: 14px;
		font-size: 1.5rem;
	}

	p.pic_product01_recommend {
		width: 88%;
		margin: 25px auto 0;
	}

	.bg_product01_feature {
		padding: 0 0 80px;
	}

	h3.ttl_product01_feature {
		margin-bottom: 40px;
		font-size: 2.3rem;
	}

	.item_product01_feature {
		margin-bottom: 55px;
	}

	.head_product01_feature {
		display: block;
		margin-bottom: 20px;
	}

	p.num_product01_feature {
		width: auto;
		margin-bottom: 10px;
		font-size: 4.8rem;
	}

	h4.name_product01_feature {
		width: auto;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	p.text_product01_feature {
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 1.9;
	}

	.cont_product01_spec {
		padding: 30px 25px;
	}

	.item_product01_spec {
		margin-bottom: 14px;
		font-size: 1.5rem;
	}

	.bg_product01_effect {
		padding: 0 0 55px;
	}

	h3.ttl_product01_effect {
		margin-bottom: 35px;
		font-size: 2.4rem;
	}

	.item_product01_effect {
		width: 100%;
		height: 150px;
		margin: 0 0 20px;
	}

	p.num_product01_effect {
		margin-bottom: 18px;
		font-size: 3.2rem;
	}

	p.text_product01_effect {
		font-size: 1.6rem;
	}

	.bg_product01_design {
		padding: 40px 0 0;
	}

	.inner_product01_design {
		min-height: 0;
	}

	.pic_area_product01_design {
		height: auto;
	}

	p.pic_product01_design01,
	p.pic_product01_design02 {
		position: static;
		width: 100%;
		margin: 0 auto 25px;
	}

	.cont_product01_design {
		width: 100%;
		margin: 0;
	}

	.logo_product01_design {
		width: 280px;
		margin: 0 auto 24px;
	}

	.made_product01_design {
		width: 280px;
		height: 55px;
		padding: 0 18px;
	}

	p.made_product01_design_jp {
		margin-right: 12px;
		font-size: 3.2rem;
	}

	p.made_product01_design_en {
		font-size: 1.3rem;
	}

	p.year_product01_design {
		font-size: 3.4rem;
	}

	p.approval_product01_design {
		font-size: 1.2rem;
	}

	p.text_product01_design {
		font-size: 1.6rem;
	}

	.cover_product01_design {
		display: block;
		width: 100%;
	}

	p.label_product01_design {
		width: 100%;
		height: auto;
		min-height: 55px;
		padding: 10px;
		font-size: 1.8rem;
	}

	.list_product01_cover {
		justify-content: center;
		padding: 15px;
	}

	.item_product01_cover {
		margin-right: 25px;
		font-size: 2.3rem;
	}

	.circle_product01_cover {
		width: 30px;
		height: 30px;
	}

	p.price_product01_design {
		font-size: 1.7rem;
	}

	p.price_product01_design span {
		display: block;
		margin: 0 0 5px;
	}

	p.price_product01_design strong {
		font-size: 2.1rem;
	}
}

/* product02.html 商品紹介
=========================================================================== */
.bg_product02_intro *,
.bg_product02_recommend *,
.bg_product02_feature *,
.bg_product02_effect *,
.bg_product02_design * {
	box-sizing: border-box;
}

.bg_product02_intro {
	position: relative;
	padding: 110px 0 100px;
	overflow: hidden;
	background-color: #070707;
	color: #fff;
}

.bg_product02_intro .container,
.bg_product02_recommend .container,
.bg_product02_feature .container,
.bg_product02_effect .container,
.bg_product02_design .container {
	width: 1140px;
}

.inner_product02_intro {
	position: relative;
}

.list_product02_nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 0 70px;
	padding: 0;
}

.item_product02_nav {
	width: 360px;
	margin: 0 15px 30px;
}

.item_product02_nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 72px;
	padding: 10px 15px;
	border: 1px solid #454545;
	background-color: #333;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

.item_product02_nav a span {
	display: block;
}

.logo_product02 {
	position: relative;
	z-index: 1;
	width: 360px;
	margin: 0 auto 55px;
}

.logo_product02 img {
	display: block;
	width: 100%;
	height: auto;
}

.pic_product02_main {
	position: relative;
	z-index: 1;
	width: 820px;
	margin: 0 auto;
}

.slider_product02_main {
	width: 100%;
	overflow: hidden;
}

.slider_product02_main .swiper-slide {
	height: auto;
}

.slider_product02_main img {
	display: block;
	width: 100%;
	height: auto;
}

.thumb_area_product02 {
	position: relative;
	margin-top: 35px;
	padding: 0 55px;
}

.slider_product02_thumb {
	overflow: hidden;
}

.btn_product02_thumb {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	border: 1px solid #ffffff66;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.btn_product02_thumb_prev {
	left: 0;
}

.btn_product02_thumb_next {
	right: 0;
}

.btn_product02_thumb::before {
	display: block;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.btn_product02_thumb_prev::before {
	content: "<";
}

.btn_product02_thumb_next::before {
	content: ">";
}

.btn_product02_thumb.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}

.slider_product02_thumb .swiper-wrapper {
	align-items: stretch;
}

.slider_product02_thumb .swiper-slide {
	height: auto;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.35s ease;
}

.item_product02_thumb {
	outline: none;
}

.slider_product02_thumb .swiper-slide.active,
.slider_product02_thumb .swiper-slide:hover,
.slider_product02_thumb .swiper-slide:focus {
	opacity: 1;
}

.slider_product02_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.bg_product02_recommend {
	padding: 50px 0 120px;
	background-color: #070707;
	color: #fff;
}

.inner_product02_recommend {
	align-items: center;
}

.cont_product02_recommend {
	width: 630px;
	min-height: 415px;
	padding: 65px 65px 55px;
	background-color: #f0f0f0;
	color: #333;
}

h3.ttl_product02_recommend {
	margin-bottom: 35px;
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.12em;
	color: #333;
}

.list_product02_recommend {
	margin: 0;
	padding: 0;
}

.item_product02_recommend {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #333;
}

.item_product02_recommend:last-child {
	margin-bottom: 0;
}

.item_product02_recommend::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px 14px 0 0;
	border-radius: 50%;
	background-color: #333;
	flex: 0 0 16px;
}

p.pic_product02_recommend {
	width: 540px;
	margin: 80px 0 0 -20px;
}

.bg_product02_feature {
	padding: 20px 0 170px;
	background-color: #070707;
	color: #fff;
}

.inner_product02_feature {
	position: relative;
}

h3.ttl_product02_feature {
	margin-bottom: 60px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #fff;
}

.list_product02_feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.item_product02_feature {
	width: 48%;
	margin-bottom: 100px;
	color: #fff;
}

.head_product02_feature {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

p.num_product02_feature {
	flex: 0 0 90px;
	width: 90px;
	font-family: "Cormorant Garamond", serif;
	font-size: 5.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

h4.name_product02_feature {
	width: 420px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #fff;
}

p.text_product02_feature {
	width: 100%;
	margin-top: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.05;
	letter-spacing: 0.08em;
	color: #fff;
}

.cont_product02_spec {
	padding: 55px 85px;
	background-color: #f0f0f0;
	color: #333;
}

.list_product02_spec {
	margin: 0;
	padding: 0;
}

.item_product02_spec {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #333;
}

.item_product02_spec:last-child {
	margin-bottom: 0;
}

.item_product02_spec::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	margin: 8px 15px 0 0;
	border-radius: 50%;
	background-color: #333;
	flex: 0 0 17px;
}

.bg_product02_effect {
	padding: 0 0 115px;
	background-color: #eeeeee !important;
	color: #333;
}

h3.ttl_product02_effect {
	margin-bottom: 50px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-align: center;
	color: #333;
}

.list_product02_effect {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.item_product02_effect {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 300px;
	height: 180px;
	margin: 0 28px 45px;
	background-color: #303030;
	color: #fff;
	text-align: center;
}

p.num_product02_effect {
	margin-bottom: 28px;
	font-family: "Cormorant Garamond", serif;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

p.text_product02_effect {
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #fff;
}

.bg_product02_design {
	padding: 50px 0 70px;
	background-color: #fff !important;
	color: #231815;
}

.inner_product02_design {
	position: relative;
	min-height: 940px;
}

.pic_area_product02_design {
	position: relative;
	height: 670px;
}

p.pic_product02_design01 {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 560px;
	margin: 0;
}

p.pic_product02_design02 {
	position: absolute;
	top: 305px;
	right: 30px;
	width: 580px;
	margin: 0;
}

.cont_product02_design {
	position: relative;
	width: 820px;
	margin: -245px 0 0 70px;
	color: #231815;
}

.logo_product02_design {
	position: relative;
	z-index: 2;
	width: 358px;
	margin: 0 auto 34px;
}

.logo_product02_design img {
	display: block;
	width: 100%;
	height: auto;
}

p.text_premium {
	text-align: center;
	font-size: 4rem;
	margin-top: 30px;
	margin-bottom: 40px;
}

.made_product02_design {
	display: flex;
	align-items: center;
	width: 360px;
	height: 65px;
	margin-bottom: 12px;
	padding: 0 25px;
	border-radius: 8px;
	background-color: #c3000f;
	color: #fff;
}

p.made_product02_design_jp {
	margin-right: 18px;
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

p.made_product02_design_en {
	font-family: "Arial", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

.warranty_product02_design {
	margin-bottom: 20px;
}

p.year_product02_design {
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #c3000f;
}

p.approval_product02_design {
	margin-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: #231815;
}

p.text_product02_design {
	margin-bottom: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #231815;
}

.cover_product02_design {
	display: flex;
	align-items: center;
	width: 820px;
	margin-bottom: 22px;
	border: 1px solid #231815;
	color: #231815;
}

p.label_product02_design {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 510px;
	height: 62px;
	background-color: #211512;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	color: #fff;
}

.list_product02_cover {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 25px;
}

.item_product02_cover {
	display: flex;
	align-items: center;
	margin-right: 35px;
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #231815;
}

.item_product02_cover:last-child {
	margin-right: 0;
}

.circle_product02_cover {
	display: block;
	width: 38px;
	height: 38px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #211512;
}

.item_product02_cover:last-child .circle_product02_cover {
	background-color: #777;
}

p.price_product02_design {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #231815;
}

p.price_product02_design span {
	margin-right: 20px;
}

p.price_product02_design strong {
	font-size: 2.8rem;
	font-weight: 700;
}

@media (max-width: 1199px) {

	.bg_product02_intro .container,
	.bg_product02_recommend .container,
	.bg_product02_feature .container,
	.bg_product02_effect .container,
	.bg_product02_design .container {
		width: auto;
		padding: 0 40px;
	}

	.item_product02_nav {
		width: 31%;
		margin: 0 1% 25px;
	}

	.cont_product02_recommend {
		width: 54%;
	}

	p.pic_product02_recommend {
		width: 48%;
	}

	h4.name_product02_feature {
		width: 360px;
	}

	p.pic_product02_design01 {
		left: 90px;
		width: 520px;
	}

	p.pic_product02_design02 {
		right: 20px;
		width: 540px;
	}

	.cont_product02_design {
		margin-left: 20px;
	}
}

@media (max-width: 991px) {

	.bg_product02_intro {
		padding: 85px 0 90px;
	}

	.item_product02_nav {
		width: 47%;
	}

	.pic_product02_main {
		width: 680px;
	}

	.thumb_area_product02 {
		margin-top: 25px;
		padding: 0 45px;
	}

	.btn_product02_thumb {
		width: 35px;
		height: 35px;
		margin-top: -18px;
	}

	.btn_product02_thumb::before {
		font-size: 1.8rem;
	}

	.bg_product02_recommend {
		padding: 90px 0;
	}

	.cont_product02_recommend {
		width: 56%;
		padding: 50px 40px;
	}

	h3.ttl_product02_recommend {
		font-size: 2.4rem;
	}

	p.pic_product02_recommend {
		width: 47%;
		margin-top: 40px;
	}

	.bg_product02_feature {
		padding: 0 0 120px;
	}

	h3.ttl_product02_feature {
		font-size: 2.6rem;
	}

	.item_product02_feature {
		width: 100%;
		margin-bottom: 70px;
	}

	h4.name_product02_feature {
		width: 550px;
	}

	.cont_product02_spec {
		padding: 45px 50px;
	}

	.bg_product02_effect {
		padding: 85px 0 85px;
	}

	.item_product02_effect {
		width: 290px;
		margin: 0 18px 35px;
	}

	.bg_product02_design {
		padding: 90px 0 100px;
	}

	.inner_product02_design {
		min-height: 820px;
	}

	.pic_area_product02_design {
		height: 560px;
	}

	p.pic_product02_design01 {
		top: 60px;
		left: 40px;
		width: 430px;
	}

	p.pic_product02_design02 {
		top: 265px;
		right: 0;
		width: 450px;
	}

	.cont_product02_design {
		width: 100%;
		margin: -185px 0 0;
	}

	.cover_product02_design {
		width: 100%;
	}

	p.label_product02_design {
		width: 58%;
		font-size: 2.2rem;
	}

	p.text_premium {
	text-align: center;
	font-size: 3.6rem;
	margin-top: 30px;
	margin-bottom: 40px;
}
}

@media (max-width: 767px) {

	.bg_product02_intro .container,
	.bg_product02_recommend .container,
	.bg_product02_feature .container,
	.bg_product02_effect .container,
	.bg_product02_design .container {
		padding: 0 20px;
	}

	.bg_product02_intro {
		padding: 60px 0 40px;
	}

	.list_product02_nav {
		margin-bottom: 45px;
	}

	.item_product02_nav {
		width: 100%;
		margin: 0 0 15px;
	}

	.item_product02_nav a {
		min-height: 62px;
		font-size: 1.5rem;
	}

	.logo_product02 {
		width: 200px;
		margin-bottom: 30px;
	}

	.pic_product02_main {
		width: 100%;
	}

	.thumb_area_product02 {
		margin-top: 18px;
		padding: 0 35px;
	}

	.btn_product02_thumb {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.btn_product02_thumb::before {
		font-size: 1.6rem;
	}

	.bg_product02_recommend {
		padding: 40px 0;
	}

	.inner_product02_recommend {
		display: block;
	}

	.cont_product02_recommend {
		width: 100%;
		min-height: 0;
		padding: 35px 25px;
	}

	h3.ttl_product02_recommend {
		margin-bottom: 25px;
		font-size: 1.8rem;
	}

	.item_product02_recommend {
		margin-bottom: 14px;
		font-size: 1.5rem;
	}

	p.pic_product02_recommend {
		width: 88%;
		margin: 25px auto 0;
	}

	.bg_product02_feature {
		padding: 0 0 40px;
	}

	h3.ttl_product02_feature {
		margin-bottom: 20px;
		font-size: 2.3rem;
	}

	.item_product02_feature {
		margin-bottom: 40px;
	}

	.head_product02_feature {
		display: block;
		margin-bottom: 20px;
	}

	p.num_product02_feature {
		width: auto;
		margin-bottom: 10px;
		font-size: 4.8rem;
	}

	h4.name_product02_feature {
		width: auto;
		font-size: 1.6rem;
	}

	p.text_product02_feature {
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 1.9;
	}

	.cont_product02_spec {
		padding: 30px 25px;
	}

	.item_product02_spec {
		margin-bottom: 14px;
		font-size: 1.5rem;
	}

	.bg_product02_effect {
		padding: 40px 0 55px;
	}

	h3.ttl_product02_effect {
		margin-bottom: 35px;
		font-size: 2.4rem;
	}

	.item_product02_effect {
		width: 100%;
		height: 150px;
		margin: 0 0 20px;
	}

	p.num_product02_effect {
		margin-bottom: 18px;
		font-size: 3.2rem;
	}

	p.text_product02_effect {
		font-size: 1.6rem;
	}

	.bg_product02_design {
		padding: 40px 0 0;
	}

	.inner_product02_design {
		min-height: 0;
	}

	.pic_area_product02_design {
		height: auto;
	}

	p.pic_product02_design01,
	p.pic_product02_design02 {
		position: static;
		width: 100%;
		margin: 0 auto 15px;
	}

	.cont_product02_design {
		width: 100%;
		margin: 0;
	}

	.logo_product02_design {
		width: 280px;
		margin: 0 auto 24px;
	}

	.made_product02_design {
		width: 280px;
		height: 55px;
		padding: 0 18px;
	}

	p.made_product02_design_jp {
		margin-right: 12px;
		font-size: 3.2rem;
	}

	p.made_product02_design_en {
		font-size: 1.3rem;
	}

	p.year_product02_design {
		font-size: 3.4rem;
	}

	p.approval_product02_design {
		font-size: 1.2rem;
	}

	p.text_product02_design {
		font-size: 1.6rem;
	}

	.cover_product02_design {
		display: block;
		width: 100%;
	}

	p.label_product02_design {
		width: 100%;
		height: auto;
		min-height: 55px;
		padding: 10px;
		font-size: 1.6rem;
	}

	.list_product02_cover {
		justify-content: center;
		padding: 15px;
	}

	.item_product02_cover {
		margin-right: 25px;
		font-size: 2.3rem;
	}

	.circle_product02_cover {
		width: 30px;
		height: 30px;
	}

	p.price_product02_design {
		font-size: 1.7rem;
	}

	p.price_product02_design span {
		display: block;
		margin: 0 0 5px;
	}

	p.price_product02_design strong {
		font-size: 2rem;
	}

		p.text_premium {
	text-align: center;
	font-size: 3rem;
	margin-top: 20px;
	margin-bottom: 30px;
}
}

.bg_product02_use *,
.bg_product02_spec_detail *,
.bg_product02_after * {
	box-sizing: border-box;
}

.bg_product02_use {
	padding: 0 0 120px;
	background-color: #070707;
	color: #fff;
}

.bg_product02_use .container,
.bg_product02_spec_detail .container,
.bg_product02_after .container {
	width: 1140px;
}

.ttl_area_product02_use {
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
}

h3.ttl_product02_use {
	margin-bottom: 28px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #fff;
}

p.sub_product02_use {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #fff;
}

.item_product02_use {
	margin-bottom: 120px;
}

.cont_product02_use {
	margin-bottom: 55px;
	text-align: center;
}

p.name_product02_use {
	margin-bottom: 35px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: #d2ae55;
}

p.text_product02_use {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #fff;
}

.list_product02_use {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin: 0;
	padding: 0;
}

.pic_product02_use {
	width: 498px;
}

.pic_product02_use img {
	width: 100%;
}

.list_product02_parts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px 40px;
	margin: 135px 0 0;
	padding: 0;
}

.pic_product02_parts img {
	width: 100%;
}

.bg_product02_spec_detail {
	padding: 30px 0 50px;
	background-color: #e8e8e8;
	color: #222;
}

h3.ttl_product02_spec_detail {
	margin: 0 0 28px;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #222;
}

.list_area_product02_spec_detail {
	align-items: flex-start;
}

.list_product02_spec_detail {
	width: 48%;
	margin: 0;
	padding: 0;
}

.item_product02_spec_detail {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #222;
}

.item_product02_spec_detail:last-child {
	margin-bottom: 0;
}

.name_product02_spec_detail {
	margin: 0 12px 0 0;
	font-weight: 700;
	white-space: nowrap;
}

.name_product02_spec_detail::before {
	content: "【";
}

.name_product02_spec_detail::after {
	content: "】";
}

.text_product02_spec_detail {
	margin: 0;
	font-weight: 500;
}

.bg_product02_after {
	padding: 115px 0 90px;
	background-color: #070707;
	color: #fff;
}

h3.ttl_product02_after {
	margin-bottom: 70px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	text-align: center;
	color: #fff;
}

.list_product02_after {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 85px 110px;
}

.item_product02_after {
	color: #fff;
}

h4.name_product02_after {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	margin: 0 auto 25px;
	background-color: #333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #fff;
}

.text_list_product02_after {
	margin: 0;
	padding: 0;
}

.text_list_product02_after li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #fff;
}

.text_list_product02_after li:last-child {
	margin-bottom: 0;
}

.text_list_product02_after li::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	margin: 10px 4px 0 0;
	border-radius: 50%;
	background-color: #fff;
	flex: 0 0 13px;
}

@media (max-width: 1199px) {

	.bg_product02_use .container,
	.bg_product02_spec_detail .container,
	.bg_product02_after .container {
		width: auto;
		padding: 0 40px;
	}

	.list_product02_use {
		gap: 40px;
	}

	.pic_product02_use {
		width: 46%;
	}

	.list_product02_parts {
		gap: 28px 30px;
	}

	.list_product02_after {
		gap: 70px 70px;
	}
}

@media (max-width: 991px) {
	.bg_product02_use {
		padding: 90px 0 95px;
	}

	h3.ttl_product02_use {
		font-size: 2.8rem;
	}

	p.sub_product02_use {
		font-size: 2.1rem;
	}

	.item_product02_use {
		margin-bottom: 90px;
	}

	.list_product02_parts {
		grid-template-columns: 1fr 1fr;
		margin-top: 100px;
	}

	.bg_product02_spec_detail {
		padding: 75px 0 80px;
	}

	.list_area_product02_spec_detail {
		display: block;
	}

	.list_product02_spec_detail {
		width: 100%;
	}

	.list_product02_spec_detail:first-child {
		margin-bottom: 14px;
	}

	.bg_product02_after {
		padding: 90px 0 120px;
	}

	.list_product02_after {
		gap: 60px 50px;
	}
}

@media (max-width: 767px) {

	.bg_product02_use .container,
	.bg_product02_spec_detail .container,
	.bg_product02_after .container {
		padding: 0 20px;
	}

	.bg_product02_use {
		padding: 70px 0 75px;
	}

	.ttl_area_product02_use {
		margin-bottom: 45px;
	}

	h3.ttl_product02_use {
		margin-bottom: 18px;
		font-size: 2.4rem;
	}

	p.sub_product02_use {
		font-size: 1.8rem;
	}

	.item_product02_use {
		margin-bottom: 40px;
	}

	.cont_product02_use {
		margin-bottom: 30px;
	}

	p.name_product02_use {
		margin-bottom: 22px;
		font-size: 1.8rem;
		line-height: 1.7;
	}

	p.text_product02_use {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.list_product02_use {
		display: block;
	}

	.pic_product02_use {
		width: 100%;
		margin-bottom: 22px;
	}

	.pic_product02_use:last-child {
		margin-bottom: 0;
	}

	.list_product02_parts {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 70px;
	}

	.bg_product02_spec_detail {
		padding: 30px 0 60px;
	}

	h3.ttl_product02_spec_detail {
		margin-bottom: 22px;
		font-size: 2.2rem;
	}

	.item_product02_spec_detail {
		display: block;
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.name_product02_spec_detail {
		display: inline-block;
		margin: 0 0 2px;
	}

	.bg_product02_after {
		padding: 30px 0 70px;
	}

	h3.ttl_product02_after {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.list_product02_after {
		display: block;
	}

	.item_product02_after {
		margin-bottom: 45px;
	}

	.item_product02_after:last-child {
		margin-bottom: 0;
	}

	h4.name_product02_after {
		width: 100%;
		height: 42px;
		margin-bottom: 22px;
		font-size: 1.4rem;
	}

	.text_list_product02_after li {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.text_list_product02_after li::before {
		width: 11px;
		height: 11px;
		margin-top: 8px;
		flex-basis: 11px;
	}
}

.bg_product01_use *,
.bg_product01_spec_detail *,
.bg_product_voice *,
.bg_product01_after * {
	box-sizing: border-box;
}

.bg_product01_use {
	padding: 0 0 120px;
	background-color: #070707;
	color: #fff;
}

.bg_product01_use .container,
.bg_product01_spec_detail .container,
.bg_product_voice .container,
.bg_product01_after .container {
	width: 1140px;
}

.ttl_area_product01_use {
	margin-bottom: 70px;
	text-align: center;
	color: #fff;
}

h3.ttl_product01_use {
	margin-bottom: 28px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #fff;
}

p.sub_product01_use {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #fff;
}

.item_product01_use {
	margin-bottom: 120px;
}

.cont_product01_use {
	margin-bottom: 30px;
	text-align: center;
}

p.name_product01_use {
	margin-bottom: 35px;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: #d2ae55;
}

p.text_product01_use {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #fff;
}

.list_product01_use {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin: 0;
	padding: 0;
}

.pic_product01_use {
	width: 498px;
}

.pic_product01_use img {
	width: 100%;
}

.list_product01_parts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px 40px;
	margin: 135px 0 0;
	padding: 0;
}

.pic_product01_parts img {
	width: 100%;
}

.bg_product01_spec_detail {
	padding: 85px 0 50px;
	background-color: #e8e8e8;
	color: #222;
}

h3.ttl_product01_spec_detail {
	margin: 0 0 28px;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #222;
}

.list_area_product01_spec_detail {
	align-items: flex-start;
}

.list_product01_spec_detail {
	width: 48%;
	margin: 0;
	padding: 0;
}

.item_product01_spec_detail {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	color: #222;
}

.item_product01_spec_detail:last-child {
	margin-bottom: 0;
}

.name_product01_spec_detail {
	margin: 0 12px 0 0;
	font-weight: 700;
	white-space: nowrap;
}

.name_product01_spec_detail::before {
	content: "【";
}

.name_product01_spec_detail::after {
	content: "】";
}

.text_product01_spec_detail {
	margin: 0;
	font-weight: 500;
}

.bg_product_voice {
	padding: 80px 0 30px;
	background-color: #e8e8e8;
	color: #222;
}

.inner_product_voice {
	position: relative;
}

p.label_product_voice {
	margin: 0 0 8px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.16em;
	text-align: center;
	color: #9d7f3a;
}

h3.ttl_product_voice {
	margin: 0 0 48px;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	color: #222;
}

.list_product_voice {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0;
}

.item_product_voice {
	position: relative;
	min-height: 100%;
	padding: 38px 32px 34px;
	border: 1px solid rgba(157, 127, 58, 0.24);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(250, 249, 245, 0.82)),
		repeating-linear-gradient(135deg, rgba(157, 127, 58, 0.055) 0 1px, transparent 1px 42px);
	box-shadow: 0 22px 58px rgba(54, 49, 42, 0.12);
	overflow: hidden;
}

.item_product_voice::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #2e3030 0%, #9d7f3a 100%);
}

.item_product_voice::after {
	content: "Voice";
	position: absolute;
	right: 22px;
	bottom: 12px;
	font-family: "Cormorant Garamond", serif;
	font-size: 5.4rem;
	font-weight: 400;
	line-height: 1;
	color: rgba(157, 127, 58, 0.08);
	pointer-events: none;
}

.head_product_voice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(157, 127, 58, 0.22);
}

p.num_product_voice {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #9d7f3a;
}

p.profile_product_voice {
	margin: 0;
	padding: 7px 14px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #2f2a25;
	white-space: nowrap;
}

p.text_product_voice {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #2f2a25;
}

.bg_product01_after {
	padding: 115px 0 90px;
	background-color: #070707;
	color: #fff;
}

h3.ttl_product01_after {
	margin-bottom: 70px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	text-align: center;
	color: #fff;
}

.list_product01_after {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 85px 110px;
}

.item_product01_after {
	color: #fff;
}

h4.name_product01_after {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	margin: 0 auto 25px;
	background-color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #fff;
}

.text_list_product01_after {
	margin: 0;
	padding: 0;
}

.text_list_product01_after li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.06em;
	color: #fff;
}

.text_list_product01_after li:last-child {
	margin-bottom: 0;
}

.text_list_product01_after li::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	margin: 10px 4px 0 0;
	border-radius: 50%;
	background-color: #fff;
	flex: 0 0 13px;
}

@media (max-width: 1199px) {

	.bg_product01_use .container,
	.bg_product01_spec_detail .container,
	.bg_product_voice .container,
	.bg_product01_after .container {
		width: auto;
		padding: 0 40px;
	}

	.list_product01_use {
		gap: 40px;
	}

	.pic_product01_use {
		width: 46%;
	}

	.list_product01_parts {
		gap: 28px 30px;
	}

	.list_product01_after {
		gap: 70px 70px;
	}
}

@media (max-width: 991px) {
	.bg_product01_use {
		padding: 0 0 95px;
	}

	h3.ttl_product01_use {
		font-size: 2.8rem;
	}

	p.sub_product01_use {
		font-size: 2.1rem;
	}

	.item_product01_use {
		margin-bottom: 90px;
	}

	.list_product01_parts {
		grid-template-columns: 1fr 1fr;
		margin-top: 100px;
	}

	.bg_product01_spec_detail {
		padding: 75px 0 80px;
	}

	.list_area_product01_spec_detail {
		display: block;
	}

	.list_product01_spec_detail {
		width: 100%;
	}

	.list_product01_spec_detail:first-child {
		margin-bottom: 14px;
	}

	.bg_product_voice {
		padding: 75px 0 85px;
	}

	.list_product_voice {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.item_product_voice {
		padding: 34px 36px 32px;
	}

	.bg_product01_after {
		padding: 90px 0 120px;
	}

	.list_product01_after {
		gap: 60px 30px;
	}
}

@media (max-width: 767px) {

	.bg_product01_use .container,
	.bg_product01_spec_detail .container,
	.bg_product_voice .container,
	.bg_product01_after .container {
		padding: 0 20px;
	}

	.bg_product01_use {
		padding: 0 0 75px;
	}

	.ttl_area_product01_use {
		margin-bottom: 45px;
	}

	h3.ttl_product01_use {
		margin-bottom: 18px;
		font-size: 2.4rem;
	}

	p.sub_product01_use {
		font-size: 1.8rem;
	}

	.item_product01_use {
		margin-bottom: 65px;
	}

	.cont_product01_use {
		margin-bottom: 30px;
	}

	p.name_product01_use {
		margin-bottom: 22px;
		font-size: 1.8rem;
		line-height: 1.7;
	}

	p.text_product01_use {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.list_product01_use {
		display: block;
	}

	.pic_product01_use {
		width: 100%;
		margin-bottom: 22px;
	}

	.pic_product01_use:last-child {
		margin-bottom: 0;
	}

	.list_product01_parts {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 70px;
	}

	.bg_product01_spec_detail {
		padding: 55px 0 60px;
	}

	h3.ttl_product01_spec_detail {
		margin-bottom: 22px;
		font-size: 2.2rem;
	}

	.item_product01_spec_detail {
		display: block;
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.name_product01_spec_detail {
		display: inline-block;
		margin: 0 0 2px;
	}

	.bg_product_voice {
		padding: 20px 0 68px;
	}

	p.label_product_voice {
		font-size: 1.5rem;
	}

	h3.ttl_product_voice {
		margin-bottom: 32px;
		font-size: 2.2rem;
	}

	.item_product_voice {
		padding: 30px 22px 28px;
	}

	.head_product_voice {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 16px;
	}

	p.num_product_voice {
		margin-bottom: 10px;
	}

	p.profile_product_voice {
		display: inline-block;
	}

	p.text_product_voice {
		font-size: 1.4rem;
		line-height: 1.9;
	}

	.bg_product01_after {
		padding: 70px 0 90px;
	}

	h3.ttl_product01_after {
		margin-bottom: 45px;
		font-size: 2rem;
	}

	.list_product01_after {
		display: block;
	}

	.item_product01_after {
		margin-bottom: 45px;
	}

	.item_product01_after:last-child {
		margin-bottom: 0;
	}

	h4.name_product01_after {
		width: 100%;
		height: 42px;
		margin-bottom: 22px;
		font-size: 1.4rem;
	}

	.text_list_product01_after li {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.text_list_product01_after li::before {
		width: 11px;
		height: 11px;
		margin-top: 8px;
		flex-basis: 11px;
	}
}

/* product03.html 商品紹介
=========================================================================== */
.bg_product03_intro *,
.bg_product03_gallery *,
.bg_product03_info * {
	box-sizing: border-box;
}

.bg_product03_intro,
.bg_product03_gallery,
.bg_product03_info {
	position: relative;
	overflow: hidden;
	background-color: #070707;
	color: #fff;
}

.bg_product03_intro {
	padding: 110px 0 45px;
}

.bg_product03_gallery {
	padding: 0 0 80px;
}

.bg_product03_info {
	padding: 0 0 100px;
}

.bg_product03_intro .container,
.bg_product03_gallery .container,
.bg_product03_info .container {
	width: 1140px;
}

.inner_product03_intro {
	position: relative;
}

.list_product03_nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 0 90px;
	padding: 0;
}

.item_product03_nav {
	width: 360px;
	margin: 0 15px 30px;
}

.item_product03_nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 72px;
	padding: 10px 15px;
	border: 1px solid #454545;
	background-color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}

.item_product03_nav.active a {
	background-color: #555;
}

.item_product03_nav a span {
	display: block;
}

p.logo_product03 {
	position: relative;
	z-index: 1;
	width: 400px;
	margin: 0 auto;
}

p.logo_product03 img {
	display: block;
	width: 100%;
	height: auto;
}

.inner_product03_gallery {
	position: relative;
	z-index: 1;
}

.inner_product03_info {
	position: relative;
}

.slider_product03_main {
	width: 100%;
	overflow: hidden;
}

.slider_product03_main .swiper-slide {
	height: auto;
}

.slider_product03_main img {
	display: block;
	width: 100%;
	height: auto;
}

.thumb_area_product03 {
	position: relative;
	margin-top: 35px;
	padding: 0 55px;
}

.slider_product03_thumb {
	overflow: hidden;
}

.btn_product03_thumb {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	border: 1px solid #ffffff66;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.btn_product03_thumb_prev {
	left: 0;
}

.btn_product03_thumb_next {
	right: 0;
}

.btn_product03_thumb::before {
	display: block;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.btn_product03_thumb_prev::before {
	content: "<";
}

.btn_product03_thumb_next::before {
	content: ">";
}

.btn_product03_thumb.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}

.slider_product03_thumb .swiper-wrapper {
	align-items: stretch;
}

.slider_product03_thumb .swiper-slide {
	height: auto;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.35s ease;
}

.item_product03_thumb {
	outline: none;
}

.slider_product03_thumb .swiper-slide.active,
.slider_product03_thumb .swiper-slide:hover,
.slider_product03_thumb .swiper-slide:focus {
	opacity: 1;
}

.slider_product03_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

h3.ttl_product03_info {
	margin: 0 0 45px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.12em;
	color: #fff;
}

.cont_product03_info {
	width: 900px;
}

p.text_product03_info {
	margin: 0 0 22px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.08em;
	color: #fff;
}

p.text_product03_info:last-child {
	margin-bottom: 0;
}

.bg_product03_info+.bg_contact_f {
	background-color: #070707;
}

@media (max-width: 1199px) {

	.bg_product03_intro .container,
	.bg_product03_gallery .container,
	.bg_product03_info .container {
		width: auto;
		padding: 0 40px;
	}

	.item_product03_nav {
		width: 31%;
		margin: 0 1% 25px;
	}

}

@media (max-width: 991px) {

	.bg_product03_intro {
		padding: 90px 0 40px;
	}

	.bg_product03_gallery {
		padding-bottom: 65px;
	}

	.bg_product03_info {
		padding-bottom: 120px;
	}

	.list_product03_nav {
		margin-bottom: 70px;
	}

	.item_product03_nav {
		width: 47%;
	}

	p.logo_product03 {
		width: 340px;
	}

	.thumb_area_product03 {
		margin-top: 25px;
		padding: 0 45px;
	}

	.btn_product03_thumb {
		width: 35px;
		height: 35px;
		margin-top: -18px;
	}

	.btn_product03_thumb::before {
		font-size: 1.8rem;
	}

	h3.ttl_product03_info {
		margin-bottom: 35px;
		font-size: 2.4rem;
	}

	.cont_product03_info {
		width: 100%;
	}

	p.text_product03_info {
		font-size: 1.6rem;
		line-height: 1.9;
	}
}

@media (max-width: 767px) {

	.bg_product03_intro .container,
	.bg_product03_gallery .container,
	.bg_product03_info .container {
		padding: 0 20px;
	}

	.bg_product03_intro {
		padding: 70px 0 35px;
	}

	.bg_product03_gallery {
		padding-bottom: 50px;
	}

	.bg_product03_info {
		padding-bottom: 80px;
	}

	.list_product03_nav {
		display: block;
		margin-bottom: 50px;
	}

	.item_product03_nav {
		width: 100%;
		margin: 0 0 14px;
	}

	.item_product03_nav a {
		min-height: 64px;
		font-size: 1.5rem;
	}

	p.logo_product03 {
		width: 260px;
	}

	.thumb_area_product03 {
		margin-top: 18px;
		padding: 0 35px;
	}

	.btn_product03_thumb {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.btn_product03_thumb::before {
		font-size: 1.6rem;
	}

	h3.ttl_product03_info {
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.7;
	}

	p.text_product03_info {
		margin-bottom: 16px;
		font-size: 1.5rem;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}
}

/* product04.html 商品紹介
=========================================================================== */
.bg_product04_intro *,
.bg_product04_japan *,
.bg_product04_product * {
	box-sizing: border-box;
}

.bg_product04_intro,
.bg_product04_japan,
.bg_product04_product {
	background-color: #070707;
	color: #fff;
}

.bg_product04_intro {
	position: relative;
	padding: 110px 0 70px;
	overflow: hidden;
}

.bg_product04_intro .container_product04,
.bg_product04_japan .container_product04,
.bg_product04_product .container_product04 {
	width: 1140px;
}

.inner_product04_intro {
	position: relative;
}

.list_product04_nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.item_product04_nav {
	width: 360px;
	margin: 0 15px 30px;
}

.item_product04_nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 72px;
	padding: 10px 15px;
	border: 1px solid #454545;
	background-color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}

.item_product04_nav.active a {
	background-color: #555;
}

.item_product04_nav a span {
	display: block;
}

.bg_product04_japan {
	padding: 0 0 105px;
}

.inner_product04_japan {
	position: relative;
	z-index: 1;
}

.label_product04_japan {
	width: 500px;
	margin: 0 auto 40px;
	padding: 35px 20px 30px;
	background-color: #c3000f;
	text-align: center;
	color: #fff;
}

p.jp_product04_japan {
	margin: 0 0 20px;
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.18em;
	text-indent: 0.18em;
	color: #fff;
}

p.warranty_product04_japan {
	margin: 0;
	font-size: 3.3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.16em;
	text-indent: 0.16em;
	color: #fff;
}

.cont_product04_japan {
	width: 520px;
	margin: 0 auto;
	padding: 50px 65px 60px;
	background-color: #fff;
	text-align: center;
	color: #231815;
}

h3.ttl_product04_japan {
	margin: 0 0 38px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #231815;
}

p.text_product04_japan {
	margin: 0;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 2.05;
	letter-spacing: 0.12em;
	text-align: left;
	color: #231815;
}

.bg_product04_product {
	padding: 0 0 110px;
}

.inner_product04_product {
	position: relative;
	z-index: 1;
}

.item_product04_product {
	width: 840px;
	margin: 0 auto 155px;
	background-color: #fff;
	color: #231815;
}

.item_product04_product:last-child {
	margin-bottom: 0;
}

h3.ttl_product04_product {
	margin: 0;
	padding: 32px 55px;
	font-family: "Cormorant Garamond", serif;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.04em;
	color: #00122b;
}

.item_product04_product:first-child h3.ttl_product04_product {
	background-color: #f1dfe1;
}

.item_product04_product:last-child h3.ttl_product04_product {
	background-color: #e6e6e5;
}

.cont_product04_product {
	padding: 45px 65px 65px;
}

p.text_product04_product {
	margin: 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.12em;
	color: #231815;
}

p.pic_product04_product {
	width: 580px;
	max-width: 100%;
	margin: 65px auto 0;
}

p.pic_product04_product img {
	display: block;
	width: 100%;
	height: auto;
}

.bg_product04_product+.bg_contact_f {
	background-color: #070707;
}

@media (max-width: 1199px) {

	.bg_product04_intro .container_product04,
	.bg_product04_japan .container_product04,
	.bg_product04_product .container_product04 {
		width: auto;
		padding: 0 40px;
	}

	.item_product04_nav {
		width: 31%;
		margin: 0 1% 25px;
	}

}

@media (max-width: 991px) {

	.bg_product04_intro {
		padding: 90px 0 55px;
	}

	.item_product04_nav {
		width: 47%;
	}

	.bg_product04_japan {
		padding-bottom: 85px;
	}

	.label_product04_japan {
		width: 420px;
		padding: 30px 20px 28px;
	}

	p.jp_product04_japan {
		font-size: 5.8rem;
	}

	p.warranty_product04_japan {
		font-size: 2.8rem;
	}

	.item_product04_product {
		width: 100%;
		margin-bottom: 110px;
	}

	h3.ttl_product04_product {
		font-size: 4.4rem;
	}

	p.text_product04_product {
		font-size: 1.9rem;
		line-height: 2;
	}
}

@media (max-width: 767px) {

	.bg_product04_intro .container_product04,
	.bg_product04_japan .container_product04,
	.bg_product04_product .container_product04 {
		padding: 0 20px;
	}

	.bg_product04_intro {
		padding: 70px 0 45px;
	}

	.list_product04_nav {
		display: block;
	}

	.item_product04_nav {
		width: 100%;
		margin: 0 0 14px;
	}

	.item_product04_nav a {
		min-height: 64px;
		font-size: 1.5rem;
	}

	.bg_product04_japan {
		padding-bottom: 70px;
	}

	.label_product04_japan {
		width: 100%;
		margin-bottom: 30px;
		padding: 25px 15px 22px;
	}

	p.jp_product04_japan {
		margin-bottom: 14px;
		font-size: 4.6rem;
		letter-spacing: 0.12em;
		text-indent: 0.12em;
	}

	p.warranty_product04_japan {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}

	.cont_product04_japan {
		width: 100%;
		padding: 35px 25px 40px;
	}

	h3.ttl_product04_japan {
		margin-bottom: 25px;
		font-size: 2.4rem;
		letter-spacing: 0.08em;
	}

	p.text_product04_japan {
		font-size: 1.5rem;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}

	.bg_product04_product {
		padding-bottom: 90px;
	}

	.item_product04_product {
		margin-bottom: 70px;
	}

	h3.ttl_product04_product {
		padding: 24px 25px;
		font-size: 3.4rem;
	}

	.cont_product04_product {
		padding: 35px 25px 45px;
	}

	p.text_product04_product {
		font-size: 1.5rem;
		line-height: 1.9;
		letter-spacing: 0.06em;
	}

	p.pic_product04_product {
		margin-top: 40px;
	}
}

/* product05.html 商品紹介
=========================================================================== */
.bg_product05_intro *,
.bg_product05_effect * {
	box-sizing: border-box;
}

.bg_product05_intro,
.bg_product05_effect {
	background-color: #070707;
	color: #fff;
}

.bg_product05_intro {
	position: relative;
	padding: 110px 0 70px;
	overflow: hidden;
}

.bg_product05_intro .container_product05,
.bg_product05_effect .container_product05 {
	width: 1470px;
}

.inner_product05_intro {
	position: relative;
}

.list_product05_nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.item_product05_nav {
	width: 360px;
	margin: 0 15px 30px;
}

.item_product05_nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 72px;
	padding: 10px 15px;
	border: 1px solid #454545;
	background-color: #333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}

.item_product05_nav.active a {
	background-color: #555;
}

.item_product05_nav a span {
	display: block;
}

.bg_product05_effect {
	padding: 15px 0 180px;
}

.inner_product05_effect {
	position: relative;
	z-index: 1;
}

.list_product05_effect {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 105px 60px;
}

.item_product05_effect {
	color: #fff;
}

h3.ttl_product05_effect {
	margin: 0 0 28px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.14em;
	text-align: center;
	color: #fff;
}

p.pic_product05_effect {
	margin: 0;
}

p.pic_product05_effect img {
	display: block;
	width: 100%;
	height: auto;
}

p.btn_product05_top {
	width: 270px;
	margin: 0 auto 0;
}

#product_tab05 p.btn_product05_top {
	margin: 90px auto 0;
}

p.btn_product05_top a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	background-color: #e6e6e6;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.12em;
	color: #231815;
	text-align: center;
}

.bg_product05_effect+.bg_contact_f {
	background-color: #070707;
}

@media (max-width: 1499px) {

	.bg_product05_intro .container_product05,
	.bg_product05_effect .container_product05 {
		width: auto;
		padding: 0 40px;
	}

}

@media (max-width: 1199px) {

	.item_product05_nav {
		width: 31%;
		margin: 0 1% 25px;
	}

	.list_product05_effect {
		gap: 80px 45px;
	}
}

@media (max-width: 991px) {

	.bg_product05_intro {
		padding: 90px 0 60px;
	}

	.item_product05_nav {
		width: 47%;
	}

	.bg_product05_effect {
		padding-bottom: 125px;
	}

	.list_product05_effect {
		gap: 65px 30px;
	}

	h3.ttl_product05_effect {
		margin-bottom: 22px;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}

	p.btn_product05_top {
		margin-top: 75px;
	}
}

@media (max-width: 767px) {

	.bg_product05_intro .container_product05,
	.bg_product05_effect .container_product05 {
		padding: 0 20px;
	}

	.bg_product05_intro {
		padding: 70px 0 45px;
	}

	.list_product05_nav {
		display: block;
	}

	.item_product05_nav {
		width: 100%;
		margin: 0 0 14px;
	}

	.item_product05_nav a {
		min-height: 64px;
		font-size: 1.5rem;
	}

	.bg_product05_effect {
		padding: 0 0 90px;
	}

	.list_product05_effect {
		display: block;
	}

	.item_product05_effect {
		margin-bottom: 55px;
	}

	.item_product05_effect:last-child {
		margin-bottom: 0;
	}

	h3.ttl_product05_effect {
		margin-bottom: 18px;
		font-size: 2rem;
		line-height: 1.6;
		letter-spacing: 0.08em;
	}

	p.btn_product05_top {
		width: 240px;
		margin-top: 60px;
	}

	p.btn_product05_top a {
		min-height: 44px;
		font-size: 1.4rem;
	}
}

@media (min-width: 1200px) {

	.list_product01_nav,
	.list_product02_nav,
	.list_product03_nav,
	.list_product04_nav,
	.list_product05_nav {
		width: 1470px;
		max-width: calc(100vw - 80px);
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.item_product01_nav,
	.item_product02_nav,
	.item_product03_nav,
	.item_product04_nav,
	.item_product05_nav {
		width: calc((100% - 90px) / 3);
		margin: 0 15px 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.circle_product_intro {
		top: -30px;
		right: -140px;
		width: 540px;
		height: 540px;
	}
}

@media (max-width: 991px) {
	.circle_product_intro {
		display: none;
	}
}

@media (min-width: 992px) {

	/* Lower page first section rotating text */
	.circle_service01,
	.circle_company01,
	.circle_recruit01,
	.circle_contact01 {
		top: var(--lower-circle-top);
		right: var(--lower-circle-right);
		width: var(--lower-circle-size, 620px);
		height: var(--lower-circle-size, 620px);
		color: #ffffff24;
	}

	.circle_service01_text,
	.circle_company01_text,
	.circle_recruit01_text,
	.circle_contact01_text {
		font-size: 6px;
		letter-spacing: 0.04em;
	}

	.circle_service01 {
		--lower-circle-top: -170px;
		--lower-circle-right: -105px;
	}

	.circle_recruit01 {
		--lower-circle-top: -90px;
		--lower-circle-right: -235px;
	}

	.circle_company01 {
		--lower-circle-top: -155px;
		--lower-circle-right: -165px;
	}

	.circle_contact01 {
		--lower-circle-top: -130px;
		--lower-circle-right: -235px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.circle_service01,
	.circle_company01,
	.circle_recruit01,
	.circle_contact01 {
		--lower-circle-size: 540px;
	}

	.circle_service01,
	.circle_company01,
	.circle_contact01 {
		--lower-circle-right: -180px;
	}

	.circle_recruit01 {
		--lower-circle-right: -220px;
	}
}


/* service.html / product.html / recruit.html fixed background
=========================================================================== */

.bg_service01,
.bg_service02,
.bg_service03,
.bg_service03+.bg_contact_f,
.bg_recruit01,
.bg_recruit02,
.bg_recruit03,
.bg_recruit04,
.bg_recruit04+.bg_contact_f,
.product_tab_content,
.product_tab_pane,
.product_tab_content+.bg_contact_f,
.product_tab_content .bg_product01_intro,
.product_tab_content .bg_product01_recommend,
.product_tab_content .bg_product01_feature,
.product_tab_content .bg_product01_effect,
.product_tab_content .bg_product01_design,
.product_tab_content .bg_product01_use,
.product_tab_content .bg_product_voice,
.product_tab_content .bg_product01_after,
.product_tab_content .bg_product02_intro,
.product_tab_content .bg_product02_recommend,
.product_tab_content .bg_product02_feature,
.product_tab_content .bg_product02_effect,
.product_tab_content .bg_product02_design,
.product_tab_content .bg_product02_use,
.product_tab_content .bg_product02_after,
.product_tab_content .bg_product03_intro,
.product_tab_content .bg_product03_gallery,
.product_tab_content .bg_product03_info,
.product_tab_content .bg_product04_intro,
.product_tab_content .bg_product04_japan,
.product_tab_content .bg_product04_product,
.product_tab_content .bg_product05_intro,
.product_tab_content .bg_product05_effect {
	background: transparent;
}


body.page_product {
	background: #000 url(../images/bg.jpg) center top / cover no-repeat fixed;
	color: #2f2a25;
}

body.page_product .inner_body {
	background: transparent;
}

body.page_product .product_tab_content {
	isolation: isolate;
	background:
		radial-gradient(circle at 8% 10%, rgba(196, 167, 96, 0.18), transparent 24vw),
		radial-gradient(circle at 82% 4%, rgba(89, 118, 119, 0.13), transparent 26vw),
		linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(238, 241, 239, 0.78) 45%, rgba(250, 248, 241, 0.9) 100%);
	color: #2f2a25;
}

body.page_product .product_tab_content::before,
body.page_product .product_tab_content::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

body.page_product .product_tab_content::before {
	background:
		linear-gradient(118deg, transparent 0%, transparent 18%, rgba(112, 116, 116, 0.13) 18.3%, transparent 18.9%, transparent 100%),
		linear-gradient(143deg, transparent 0%, transparent 43%, rgba(198, 171, 103, 0.14) 43.3%, transparent 44.2%, transparent 100%),
		linear-gradient(28deg, transparent 0%, transparent 65%, rgba(106, 134, 132, 0.09) 65.4%, transparent 66.2%, transparent 100%),
		radial-gradient(ellipse at 72% 30%, rgba(255, 255, 255, 0.9), transparent 26%),
		radial-gradient(ellipse at 20% 70%, rgba(226, 229, 226, 0.78), transparent 34%);
	opacity: 0.72;
}

body.page_product .product_tab_content::after {
	background:
		repeating-linear-gradient(60deg, rgba(155, 128, 69, 0.07) 0 1px, transparent 1px 74px),
		repeating-linear-gradient(120deg, rgba(45, 61, 62, 0.055) 0 1px, transparent 1px 74px);
	background-position: center top;
	opacity: 0.45;
}

body.page_product .product_tab_pane {
	z-index: 2;
	background: transparent;
	color: #2f2a25;
}

body.page_product .circle_product_intro {
	z-index: 1;
	color: rgba(151, 119, 54, 0.18);
}

body.page_product .product_tab_content h3,
body.page_product .product_tab_content h4,
body.page_product .product_tab_content p,
body.page_product .product_tab_content li,
body.page_product .product_tab_content dt,
body.page_product .product_tab_content dd {
	color: #2f2a25;
}

body.page_product .item_product01_nav a,
body.page_product .item_product02_nav a,
body.page_product .item_product03_nav a,
body.page_product .item_product04_nav a,
body.page_product .item_product05_nav a {
	border: 1px solid rgba(157, 127, 58, 0.36);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 42px rgba(54, 49, 42, 0.12);
	color: #2f2a25;
}

body.page_product .item_product01_nav.active a,
body.page_product .item_product02_nav.active a,
body.page_product .item_product03_nav.active a,
body.page_product .item_product04_nav.active a,
body.page_product .item_product05_nav.active a,
body.page_product .item_product01_nav a:hover,
body.page_product .item_product02_nav a:hover,
body.page_product .item_product03_nav a:hover,
body.page_product .item_product04_nav a:hover,
body.page_product .item_product05_nav a:hover,
body.page_product .item_product01_nav a:focus,
body.page_product .item_product02_nav a:focus,
body.page_product .item_product03_nav a:focus,
body.page_product .item_product04_nav a:focus,
body.page_product .item_product05_nav a:focus {
	border-color: rgba(216, 190, 118, 0.75);
	background: linear-gradient(135deg, #2e3030 0%, #64583e 100%);
	color: #fff;
}

body.page_product .item_product01_nav a span,
body.page_product .item_product02_nav a span,
body.page_product .item_product03_nav a span,
body.page_product .item_product04_nav a span,
body.page_product .item_product05_nav a span {
	color: inherit;
}

/* body.page_product .logo_product01,
body.page_product .logo_product02,
body.page_product p.logo_product03 {
	box-sizing: border-box;
	padding: 18px 24px;
	border: 1px solid rgba(157, 127, 58, 0.22);
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 22px 58px rgba(54, 49, 42, 0.12);
} */

body.page_product .pic_product01_main,
body.page_product .pic_product02_main,
body.page_product .inner_product03_gallery {
	box-sizing: border-box;
	padding: 34px;
	border: 1px solid rgba(157, 127, 58, 0.24);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(247, 248, 244, 0.72)),
		repeating-linear-gradient(60deg, rgba(157, 127, 58, 0.055) 0 1px, transparent 1px 42px);
	box-shadow: 0 28px 80px rgba(54, 49, 42, 0.16);
}

body.page_product .btn_product01_thumb,
body.page_product .btn_product02_thumb,
body.page_product .btn_product03_thumb {
	border-color: rgba(157, 127, 58, 0.42);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 24px rgba(54, 49, 42, 0.12);
}

body.page_product .btn_product01_thumb::before,
body.page_product .btn_product02_thumb::before,
body.page_product .btn_product03_thumb::before {
	color: #40392f;
}

/* body.page_product .slider_product01_thumb img,
body.page_product .slider_product02_thumb img,
body.page_product .slider_product03_thumb img {
	border: 1px solid rgba(157, 127, 58, 0.18);
	background: #fff;
} */

body.page_product .cont_product01_recommend,
body.page_product .cont_product02_recommend,
body.page_product .cont_product01_spec,
body.page_product .cont_product02_spec,
body.page_product .cont_product03_info,
body.page_product .cont_product04_japan,
body.page_product .item_product04_product {
	box-sizing: border-box;
	border: 1px solid rgba(157, 127, 58, 0.22);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 24px 64px rgba(54, 49, 42, 0.13);
}

body.page_product .cont_product03_info {
	padding: 42px 52px;
	width: 100%;
}

body.page_product .bg_product01_effect,
body.page_product .bg_product02_effect,
body.page_product .bg_product01_design,
body.page_product .bg_product02_design,
body.page_product .bg_product01_spec_detail,
body.page_product .bg_product_voice,
body.page_product .bg_product02_spec_detail {
	background: transparent !important;
}

body.page_product .bg_product01_effect,
body.page_product .bg_product02_effect {
	background: transparent !important;
}

body.page_product .item_product01_feature,
body.page_product .item_product02_feature,
body.page_product .item_product01_use,
body.page_product .item_product02_use,
body.page_product .item_product01_after,
body.page_product .item_product02_after,
body.page_product .item_product05_effect {
	box-sizing: border-box;
	border: 1px solid rgba(157, 127, 58, 0.18);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 18px 52px rgba(54, 49, 42, 0.1);
}

body.page_product .item_product01_feature,
body.page_product .item_product02_feature {
	padding: 32px;
}

body.page_product .item_product01_use,
body.page_product .item_product02_use,
body.page_product .item_product01_after,
body.page_product .item_product02_after,
body.page_product .item_product05_effect {
	padding: 50px 30px 35px;
}

body.page_product p.num_product01_feature,
body.page_product p.num_product02_feature,
body.page_product p.name_product01_use,
body.page_product p.name_product02_use {
	color: #9d7f3a;
}

body.page_product .item_product01_recommend::before,
body.page_product .item_product02_recommend::before,
body.page_product .item_product01_spec::before,
body.page_product .item_product02_spec::before,
body.page_product .text_list_product01_after li::before,
body.page_product .text_list_product02_after li::before {
	background-color: #9d7f3a;
}

body.page_product .item_product01_effect,
body.page_product .item_product02_effect {
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 320px;
	margin: 0 22px 62px;
	border-radius: 50%;
}

body.page_product .item_product01_effect {
	border: 1px solid rgba(255, 225, 124, 0.95);
	background:
		radial-gradient(ellipse at 26% 16%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 17%, transparent 33%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, transparent 26%, transparent 66%, rgba(255, 244, 182, 0.12) 80%, transparent 100%),
		linear-gradient(108deg, #7d4b05 0%, #b77208 18%, #d99619 33%, #e7bc4f 45%, #bd7a09 57%, #8c5305 70%, #d59a18 86%, #e7bd57 100%);
	box-shadow:
		inset 0 0 0 7px rgba(255, 242, 179, 0.24),
		inset 0 -44px 74px rgba(92, 52, 0, 0.22),
		0 24px 44px rgba(87, 57, 14, 0.22);
}

body.page_product .item_product02_effect {
	border: 1px solid rgba(255, 225, 124, 0.95);
	background:
		radial-gradient(ellipse at 26% 16%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 17%, transparent 33%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, transparent 26%, transparent 66%, rgba(255, 244, 182, 0.12) 80%, transparent 100%),
		linear-gradient(108deg, #7d4b05 0%, #b77208 18%, #d99619 33%, #e7bc4f 45%, #bd7a09 57%, #8c5305 70%, #d59a18 86%, #e7bd57 100%);
	box-shadow:
		inset 0 0 0 7px rgba(255, 242, 179, 0.24),
		inset 0 -44px 74px rgba(92, 52, 0, 0.22),
		0 24px 44px rgba(87, 57, 14, 0.22);
}

body.page_product .item_product01_effect::before,
body.page_product .item_product02_effect::before {
	content: "";
	position: absolute;
	inset: 24px 36px auto;
	height: 34%;
	border-radius: 50%;
	background: radial-gradient(ellipse at 28% 12%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 38%, transparent 68%);
	transform: rotate(-10deg);
	pointer-events: none;
}

body.page_product .item_product02_effect::before {
	background: radial-gradient(ellipse at 28% 12%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 38%, transparent 66%);
}

body.page_product .item_product01_effect p,
body.page_product .item_product02_effect p,
body.page_product h4.name_product01_after,
body.page_product h4.name_product02_after,
body.page_product p.label_product01_design,
body.page_product p.label_product02_design,
body.page_product .label_product04_japan p {
	color: #fff;
}

body.page_product .item_product01_effect p,
body.page_product .item_product02_effect p {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 2px 7px rgba(64, 38, 0, 0.46);
}

body.page_product p.num_product01_effect,
body.page_product p.num_product02_effect {
	margin-bottom: 20px;
	font-size: 5.2rem;
	color: #ffe7a0;
	text-shadow: 0 2px 8px rgba(68, 39, 0, 0.58);
}

body.page_product p.num_product02_effect {
	color: #e6edf2;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.56);
}

body.page_product p.text_product01_effect,
body.page_product p.text_product02_effect {
	font-size: 2.25rem;
	line-height: 1.55;
	letter-spacing: 0.03em;
	color: #fff;
}

body.page_product .item_product02_effect p {
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.56);
}

body.page_product .label_product04_japan {
	box-shadow: 0 18px 42px rgba(124, 8, 20, 0.14);
}

body.page_product .made_product01_design,
body.page_product .made_product02_design {
	display: inline-flex;
	align-items: baseline;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #c3000f;
}

body.page_product .made_product01_design p,
body.page_product .made_product02_design p {
	color: #c3000f;
}

body.page_product p.made_product01_design_jp,
body.page_product p.made_product02_design_jp {
	margin-right: 14px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

body.page_product p.made_product01_design_en,
body.page_product p.made_product02_design_en {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}

body.page_product .warranty_product01_design,
body.page_product .warranty_product02_design {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 6px 18px;
	margin: 0 0 24px;
	color: #333;
}

body.page_product p.year_product01_design,
body.page_product p.year_product02_design {
	margin: 0;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #333;
}

body.page_product p.approval_product01_design,
body.page_product p.approval_product02_design {
	margin: 0 0 0.2em;
	font-size: 1.45rem;
	color: #333;
}

body.page_product .pic_area_product01_design,
body.page_product .pic_area_product02_design {
	height: auto;
}

body.page_product .logo_product01_design {
	width: 500px;
	margin: 0 auto 50px;
}

body.page_product .logo_product02_design {
	width: 500px;
	margin: 0 auto 20px;
}

body.page_product p.text_premium {
	position: relative;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	border: 0;
	background-image: linear-gradient(105deg, #6d3d00 0%, #b17107 18%, #fff1a3 31%, #d39a23 42%, #7a4600 54%, #fff7be 64%, #b47508 74%, #5f3500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: #b98212;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-shadow:
		1px 1px 0 rgba(255, 245, 180, 0.42),
		-1px -1px 0 rgba(79, 45, 0, 0.34),
		2px 3px 0 rgba(112, 73, 9, 0.18),
		0 7px 12px rgba(0, 0, 0, 0.15);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.28px rgba(70, 42, 0, 0.5);
	box-shadow: none;
}

body.page_product p.pic_product01_design_main,
body.page_product p.pic_product02_design_main {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

body.page_product p.pic_product01_design_main img,
body.page_product p.pic_product02_design_main img {
	display: block;
	width: 100%;
	height: auto;
}

body.page_product .cont_product01_design,
body.page_product .cont_product02_design {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	body.page_product .item_product01_effect,
	body.page_product .item_product02_effect {
		width: 292px;
		height: 292px;
		margin: 0 14px 52px;
	}

	body.page_product p.num_product01_effect,
	body.page_product p.num_product02_effect {
		margin-bottom: 18px;
		font-size: 4.8rem;
	}

	body.page_product p.text_product01_effect,
	body.page_product p.text_product02_effect {
		font-size: 2.05rem;
	}

}

@media (max-width: 991px) {
	body.page_product .pic_area_product01_design,
	body.page_product .pic_area_product02_design {
		height: auto;
	}

	body.page_product .logo_product01_design,
	body.page_product .logo_product02_design {
		width: 400px;
		margin-bottom: 30px;
	}

	body.page_product .bg_product01_effect .container,
	body.page_product .bg_product02_effect .container {
		padding: 0 24px;
	}

	body.page_product .item_product01_effect,
	body.page_product .item_product02_effect {
		width: 255px;
		height: 255px;
		margin: 0 12px 42px;
	}

	body.page_product p.num_product01_effect,
	body.page_product p.num_product02_effect {
		margin-bottom: 14px;
		font-size: 4.2rem;
	}

	body.page_product p.text_product01_effect,
	body.page_product p.text_product02_effect {
		font-size: 1.85rem;
		line-height: 1.5;
	}

}

@media (max-width: 767px) {
	body.page_product .made_product01_design,
	body.page_product .made_product02_design {
		margin-bottom: 12px;
	}

	body.page_product p.made_product01_design_jp,
	body.page_product p.made_product02_design_jp {
		margin-right: 10px;
		font-size: 3rem;
	}

	body.page_product p.made_product01_design_en,
	body.page_product p.made_product02_design_en {
		font-size: 1.2rem;
	}

	body.page_product .warranty_product01_design,
	body.page_product .warranty_product02_design {
		display: block;
		margin-bottom: 20px;
	}

	body.page_product p.year_product01_design,
	body.page_product p.year_product02_design {
		margin-bottom: 6px;
		font-size: 3rem;
	}

	body.page_product p.approval_product01_design,
	body.page_product p.approval_product02_design {
		font-size: 1.2rem;
	}

	body.page_product .pic_area_product01_design,
	body.page_product .pic_area_product02_design {
		height: auto;
	}

	body.page_product .logo_product01_design,
	body.page_product .logo_product02_design {
		width: 280px;
		margin-bottom: 24px;
	}

	body.page_product p.text_premium {
		padding: 0;
		line-height: 1.4;
		letter-spacing: 0.04em;
	}

	body.page_product p.pic_product01_design_main,
	body.page_product p.pic_product02_design_main {
		margin: 0 auto 20px;
	}

	body.page_product .item_product01_effect,
	body.page_product .item_product02_effect {
		width: min(245px, 78vw);
		height: min(245px, 78vw);
		margin: 0 auto 28px;
	}

	body.page_product p.num_product01_effect,
	body.page_product p.num_product02_effect {
		margin-bottom: 12px;
		font-size: 3.6rem;
	}

	body.page_product p.text_product01_effect,
	body.page_product p.text_product02_effect {
		font-size: 1.65rem;
		line-height: 1.55;
	}

}

/* body.page_product p.pic_product01_recommend img,
body.page_product p.pic_product02_recommend img,
body.page_product p.pic_product04_product img,
body.page_product p.pic_product05_effect img,
body.page_product .pic_product01_use img,
body.page_product .pic_product02_use img,
body.page_product .pic_product01_parts img,
body.page_product .pic_product02_parts img {
	border: 1px solid rgba(157, 127, 58, 0.18);
	background: #fff;
	box-shadow: 0 20px 54px rgba(54, 49, 42, 0.12);
} */

body.page_product p.btn_product05_top a {
	border: 1px solid rgba(216, 190, 118, 0.62);
	background: linear-gradient(135deg, #2e3030 0%, #64583e 100%);
	box-shadow: 0 16px 38px rgba(54, 49, 42, 0.16);
	color: #fff;
	margin-top: 80px;
}

/* body.page_product .product_tab_content + .bg_contact_f {
	background:
		linear-gradient(180deg, rgba(249, 250, 247, 0.38), rgba(238, 241, 239, 0.76)),
		repeating-linear-gradient(120deg, rgba(157, 127, 58, 0.05) 0 1px, transparent 1px 76px);
} */

@media (max-width: 991px) {

	body.page_product .pic_product01_main,
	body.page_product .pic_product02_main,
	body.page_product .inner_product03_gallery {
		padding: 24px;
	}

	body.page_product .cont_product03_info {
		padding: 34px 38px;
	}
}

@media (max-width: 767px) {
	body.page_product .product_tab_content::after {
		background:
			repeating-linear-gradient(60deg, rgba(155, 128, 69, 0.08) 0 1px, transparent 1px 56px),
			repeating-linear-gradient(120deg, rgba(45, 61, 62, 0.055) 0 1px, transparent 1px 56px);
		opacity: 0.38;
	}

	body.page_product .item_product01_nav a,
	body.page_product .item_product02_nav a,
	body.page_product .item_product03_nav a,
	body.page_product .item_product04_nav a,
	body.page_product .item_product05_nav a {
		background: rgba(255, 255, 255, 0.9);
	}

	body.page_product .pic_product01_main,
	body.page_product .pic_product02_main,
	body.page_product .inner_product03_gallery,
	body.page_product .item_product01_feature,
	body.page_product .item_product02_feature,
	body.page_product .item_product01_use,
	body.page_product .item_product02_use,
	body.page_product .item_product01_after,
	body.page_product .item_product02_after,
	body.page_product .item_product05_effect {
		padding: 30px 18px 18px;
	}

	body.page_product .cont_product03_info {
		padding: 28px 22px;
	}
}

/* Shared product tab navigation */
body.page_product .product_tab_nav_area {
	position: relative;
	z-index: 3;
	padding: 70px 40px 0;
}

body.page_product .product_tab_nav_area * {
	box-sizing: border-box;
}

body.page_product .list_product_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
}

body.page_product .item_product_nav {
	width: calc((100% - 90px) / 2);
	margin: 0 15px 30px;
}

body.page_product .item_product_nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 72px;
	padding: 10px 15px;
	border: 1px solid rgba(157, 127, 58, 0.36);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 42px rgba(54, 49, 42, 0.12);
	color: #2f2a25;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
}

body.page_product .item_product_nav.active a,
body.page_product .item_product_nav a:hover,
body.page_product .item_product_nav a:focus {
	border-color: rgba(216, 190, 118, 0.75);
	background: linear-gradient(135deg, #2e3030 0%, #64583e 100%);
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

body.page_product .item_product_nav a span {
	display: block;
	color: inherit;
}

body.page_product .bg_product01_intro,
body.page_product .bg_product02_intro,
body.page_product .bg_product03_intro {
	padding-top: 0;
}

body.page_product {
	background: #070707;
}

body.page_product .product_tab_content {
	background: #070707 url(../images/bg_product01.jpg) center center / cover no-repeat fixed !important;
}

body.page_product .product_tab_content.is-product02-tab {
	background: #070707 url(../images/bg_product03.jpg) center center / cover no-repeat fixed !important;
}

body.page_product .product_tab_content.is-product04-bg-tab {
	background: #070707 url(../images/bg_product04.jpg) center center / cover no-repeat fixed !important;
}

body.page_product .product_tab_content+.bg_contact_f,
body.page_product footer {
	background: #000 url(../images/bg.jpg) center top / cover no-repeat fixed;
}

body.page_product .product_tab_content::before,
body.page_product .product_tab_content::after {
	display: none;
}

body.page_product .product_tab_content .bg_product01_intro,
body.page_product .product_tab_content .bg_product01_recommend,
body.page_product .product_tab_content .bg_product01_feature,
body.page_product .product_tab_content .bg_product01_effect,
body.page_product .product_tab_content .bg_product01_design,
body.page_product .product_tab_content .bg_product01_use,
body.page_product .product_tab_content .bg_product01_spec_detail,
body.page_product .product_tab_content .bg_product_voice,
body.page_product .product_tab_content .bg_product01_after,
body.page_product .product_tab_content .bg_product02_intro,
body.page_product .product_tab_content .bg_product02_recommend,
body.page_product .product_tab_content .bg_product02_feature,
body.page_product .product_tab_content .bg_product02_effect,
body.page_product .product_tab_content .bg_product02_design,
body.page_product .product_tab_content .bg_product02_use,
body.page_product .product_tab_content .bg_product02_spec_detail,
body.page_product .product_tab_content .bg_product02_after,
body.page_product .product_tab_content .bg_product03_intro,
body.page_product .product_tab_content .bg_product03_gallery,
body.page_product .product_tab_content .bg_product03_info,
body.page_product .product_tab_content .bg_product04_intro,
body.page_product .product_tab_content .bg_product04_japan,
body.page_product .product_tab_content .bg_product04_product,
body.page_product .product_tab_content .bg_product05_intro,
body.page_product .product_tab_content .bg_product05_effect {
	background: transparent !important;
}

body.page_product .product_tab_content .bg_product01_spec_detail,
body.page_product .product_tab_content .bg_product_voice,
body.page_product .product_tab_content .bg_product01_after,
body.page_product .product_tab_content .bg_product02_spec_detail,
body.page_product .product_tab_content .bg_product02_after {
	background: transparent !important;
}

body.page_product #product_tab01 .pic_product01_main {
	border-color: transparent;
	background: transparent !important;
	box-shadow: none;
}

body.page_product .product_tab_content .bg_product01_intro {
	padding-top: 50px;
}

body.page_product .product_tab_content .bg_product01_spec_detail,
body.page_product .product_tab_content .bg_product02_spec_detail {
	background-color: transparent !important;
}

@media (max-width: 1199px) {
	body.page_product .item_product_nav {
		width: 48%;
		margin: 0 1% 25px;
	}
}

@media (max-width: 991px) {
	body.page_product .product_tab_nav_area {
		padding-top: 85px;
	}

	body.page_product .list_product_nav {
		margin-bottom: 60px;
	}

	body.page_product .item_product_nav {
		width: 47%;
	}
}

@media (max-width: 767px) {
	body.page_product .product_tab_nav_area {
		padding: 60px 20px 0;
	}

	body.page_product .list_product_nav {
		display: block;
		margin-bottom: 45px;
	}

	body.page_product .item_product_nav {
		width: 100%;
		margin: 0 0 15px;
	}

	body.page_product .item_product_nav a {
		min-height: 62px;
		background: rgba(255, 255, 255, 0.9);
		font-size: 1.5rem;
	}

	body.page_product .product_tab_content {
	background: #070707 url(../images/bg_product01_sp.jpg) center center / cover no-repeat fixed !important;
}

body.page_product .product_tab_content.is-product02-tab {
	background: #070707 url(../images/bg_product03_sp.jpg) center center / cover no-repeat fixed !important;
}

body.page_product .product_tab_content.is-product04-bg-tab {
	background: #070707 url(../images/bg_product04_sp.jpg) center center / cover no-repeat fixed !important;
}
}
