@charset "UTF-8";
/*-----------------------------------------------------
全体共通
-------------------------------------------------------*/
body {
	color: #888888;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a {
	text-decoration: none;
	color: #373737;
	display: block;
}
.part_pc {}
.part_sp {}
.clearfix {
	zoom: 1;
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1, h2, h3 {
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: normal;
}
img {
	width: 100%;
	height: auto;
}
.add_pos {
	opacity: 0;
	transition: 1s;
	transform: translateY(35px);
}
.pos_on {
	opacity: 1;
	transform: translateY(0px);
}

/* 767px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		font-size: 14px;
		color: #222;
	}
	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.part_pc {
		display: none !Important;
	}
	/*-----------------------------------------------------
header
-------------------------------------------------------*/
	header {
		padding: 15px 0 10px;
		background-color: rgba(255, 255, 255, 0.9);
		width: 100%;
		z-index: 10;
	}
	header h1 {
		width: 100px;
		margin: 0 auto;
	}
	.video-bg {
		margin: 0 auto 30px;
		width: 100%;
		min-height: 50vh;
		height: 50vh;
		position: relative;
		overflow: hidden;
		animation: mainani 2s 0s forwards ease;
	}
	.video-bg iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 80%;
		margin: 0 auto;
		display: table;
		width: 177.78vh;
		min-height: 50vh;
		height: 50vh;
	}
	.video-bg::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 3;
		opacity: 0;
	}
	.nav {
		display: flex;
		justify-content: space-between;
		margin: 0 20px 40px;
		line-height: 1.4;
	}
	.nav li {
		width: calc((100% - 30px)/3);
	}
	.nav li a {
		background-color: #b49f83;
		color: #fff;
		font-size: 12px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		text-align: center;
		padding: 10px 0;
		height: 100%;
		box-sizing: border-box;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	article {
		margin: 0 20px 60px;
	}
	article h2 {
		text-align: center;
		color: #000000;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin: 0 auto 30px;
		white-space: nowrap;
	}
	article h2 span {
		display: block;
		margin-top: 10px;
		font-size: 24px;
	}
	article .lead_gold {
		color: #b49f83;
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.02em;
		text-indent: 0.02em;
		margin: 0 auto 20px;
		line-height: 1.6;
	}
	article .lead {
		text-align: center;
		letter-spacing: 0.02em;
		text-indent: 0.02em;
		margin: 0 auto 40px;
	}
	/**/
	article .splide {
		margin: 0px 20px;
	}
	article .splide__slide {
		width: 100%;
	}
	article .box_slide {
		padding: 20px 10px 20px 20px;
		height: 100%;
		box-sizing: border-box;
		color: #231815;
	}
	article .bg_2, article .bg_3 {
		color: #fff !important;
	}
	article .bg_1 {
		background: url("../img/bg1_sp.png") center 50% no-repeat;
		background-size: cover;
	}
	article .bg_2 {
		background: url("../img/bg2_sp.png") center 50% no-repeat;
		background-size: cover;
	}
	article .bg_3 {
		background: url("../img/bg3_sp.png") center 50% no-repeat;
		background-size: cover;
	}
	article .bg_4 {
		background: url("../img/bg4_sp.png") center 50% no-repeat;
		background-size: cover;
	}
	article .box_slide .box_txt {}
	article .box_slide .h_slide {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 10px;
		letter-spacing: 0.05em;
	}
	article .box_slide .h_slide div:nth-of-type(1) {}
	article .box_slide .h_slide div:nth-of-type(2) {
		font-size: 14px;
	}
	article .box_slide .txt_slide {
		font-size: 12px;
	}
	article .box_slide .img_slide {
		padding-top: 30px;
	}
	article .box_slide .img_slide div {
		width: 90px;
		margin: 0 auto;
	}
	article .box_slide .img_slide span {
		text-align: center;
		display: block;
		font-size: 12px;
		margin-top: 10px;
	}
	/**/
	article .splide__arrows {}
	article .splide__arrows .splide__arrow {
		height: 60px;
		width: 40px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		border: none;
		padding: none;
		background-color: transparent;
		transition: .5s;
	}
	article .splide__arrows .splide__arrow svg {
		display: none;
	}
	/**/
	article .img1 {
		margin: 0 -20px 60px;
	}
	article .wrap_process {}
	article .wrap_process .h3_process {
		color: #000000;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	article .wrap_process .h3_process span {
		color: #b49f83;
		display: block;
	}
	article .block_process .box {
		margin-bottom: 50px;
	}
	article .block_process .box:last-of-type {
		margin-bottom: 0;
	}
	article .block_process .box div:nth-of-type(1) {
		margin-bottom: 20px;
	}
	article h4 {
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		color: #b49f83;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	/**/
	article .ul_list {
		margin: 0 auto 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 20px;
	}
	article .ul_list li {
		text-align: center;
		width: calc((100% - 20px)/2);
	}
	article .ul_list li .listimg {
		background-color: #f1ecdd;
		padding: 20px 0;
	}
	article .ul_list li div {
		margin-top: 10px;
		color: #000;
		line-height: 1.4;
	}
	article .btn_shop {
		width: 60%;
		margin: 0 auto;
	}
	article .btn_shop a {
		background-color: #b49f83;
		color: #fff;
		transition: .5s;
		font-size: 16px;
		letter-spacing: 0.02em;
		text-indent: 0.02em;
		text-align: center;
		padding: 15px 0;
	}
	/* オンラインショップ */
	.box_shop {
		background-color: #ffF;
		width: 94%;
		padding: 30px 20px 20px;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
	.box_shop .h_shop {
		text-align: center;
		margin: 0 auto 20px;
		font-size: 18px;
		color: #000;
	}
	.box_shop .ul_shop {
		margin-bottom: 20px;
	}
	.box_shop .ul_shop li {
		margin-bottom: 20px;
		border: solid 1px #000;
		font-size: 0;
	}
	.box_shop .note_shop {
		font-size: 10px;
		color: #000;
	}
	.btn_close {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.btn_close a {
		display: block;
		width: 30px;
		height: 30px;
		background-color: #000;
		border-radius: 50%;
	}
	.btn_close a::after, .btn_close a::before {
		content: "";
		display: block;
		width: 60%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 20%;
		top: 50%;
		margin-top: -1px;
	}
	.btn_close a::after {
		transform: rotate(45deg);
	}
	.btn_close a::before {
		transform: rotate(-45deg);
	}
	/*-----------------------------------------------------
footer
-------------------------------------------------------*/
	footer {
		padding: 0 0 20px;
		text-align: center;
	}
	footer ul {
		text-align: center;
		margin: 0 auto 30px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
	}
	footer ul li {
		display: inline-block;
	}
	footer ul li a {
		font-size: 12px;
		color: #000000;
	}
	footer ul li:nth-of-type(2) {
		border-left: 1px #000 solid;
		border-right: 1px #000 solid;
		padding: 0 10px;
		margin: 0 10px;
	}
	footer .copyright {
		font-size: 10px;
		color: #000000;
	}
}


/* 768px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	.part_sp {
		display: none !Important;
	}
	a {
		transition: .5s;
	}
	a:hover {
		opacity: 0.5;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.lp_top {
		position: relative;
	}
	/*-----------------------------------------------------
header
-------------------------------------------------------*/
	header {
		padding: 20px 0 15px;
		background-color: rgba(255, 255, 255, 0.9);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	header h1 {
		width: 150px;
		margin: 0 auto;
	}
	.video-bg {
		margin: 0 auto 90px;
		width: 100%;
		position: relative;
		padding-top: 56.25%;
		animation: mainani 2s 0s forwards ease;
	}
	.video-bg iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.video-bg::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 3;
		opacity: 0;
	}
	.nav {
		display: flex;
		justify-content: space-between;
		width: 1000px;
		margin: 0 auto 90px;
	}
	.nav li {
		width: calc((100% - 160px)/3);
	}
	.nav li a {
		background-color: #b49f83;
		color: #fff;
		transition: .5s;
		font-size: 18px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		text-align: center;
		padding: 15px 0;
	}
	.nav li a:hover {}
	article {
		margin: 0 auto 120px;
	}
	article h2 {
		text-align: center;
		color: #000000;
		font-size: 50px;
		font-weight: 600;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin: 0 auto 40px;
	}
	article h2 span {
		display: block;
		margin-top: 10px;
		font-size: 32px;
	}
	article .lead_gold {
		color: #b49f83;
		font-size: 25px;
		text-align: center;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin: 0 auto 30px;
	}
	article .lead {
		text-align: center;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		margin: 0 auto 60px;
	}
	/**/
	article .splide__slide {
		width: 800px;
	}
	article .box_slide {
		padding: 40px 20px 20px 40px;
		height: 100%;
		box-sizing: border-box;
		color: #231815;
		display: flex; /*
		margin: 0 20px;*/
	}
	article .bg_2, article .bg_3 {
		color: #fff !important;
	}
	article .bg_1 {
		background: url("../img/bg1.jpg") right top no-repeat;
		background-size: cover;
	}
	article .bg_2 {
		background: url("../img/bg2.jpg") right top no-repeat;
		background-size: cover;
	}
	article .bg_3 {
		background: url("../img/bg3.jpg") right top no-repeat;
		background-size: cover;
	}
	article .bg_4 {
		background: url("../img/bg4.jpg") right top no-repeat;
		background-size: cover;
	}
	article .box_slide .box_txt {
		width: 70%;
	}
	article .box_slide .h_slide {
		font-size: 35px;
		margin-bottom: 10px;
		letter-spacing: 0.05em;
		font-weight: 600;
	}
	article .box_slide .h_slide div:nth-of-type(1) {}
	article .box_slide .h_slide div:nth-of-type(2) {
		font-size: 50%;
	}
	article .box_slide .txt_slide {
		font-size: 14px;
	}
	article .box_slide .img_slide {
		width: 30%;
	}
	article .box_slide .img_slide div {
		width: 92px;
		width: 120px;
		margin: 0 auto;
	}
	article .box_slide .img_slide span {
		text-align: center;
		display: block;
		font-size: 12px;
		margin-top: 10px;
	}
	/**/
	article .splide__arrows {}
	article .splide__arrows .splide__arrow {
		height: 60px;
		width: 40px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		border: none;
		padding: none;
		background-color: transparent;
		transition: .5s;
	}
	article .splide__arrows .splide__arrow:hover {
		opacity: 0.5;
	}
	article .splide__arrows .splide__arrow svg {
		display: none;
	}
	article .splide__arrows .splide__arrow::before, article .splide__arrows .splide__arrow::after {
		content: '';
		width: 30px;
		height: 1px;
		background-color: #888888;
		display: block;
		transform-origin: right center;
	}
	article .splide__arrows .splide__arrow--prev {
		left: calc(((100% - 800px)/2) - 40px);
	}
	article .splide__arrows .splide__arrow--prev::before {
		transform: translateX(-25px) rotate(230deg);
	}
	article .splide__arrows .splide__arrow--prev::after {
		transform: translateX(-25px) rotate(-230deg);
	}
	article .splide__arrows .splide__arrow--next {
		right: calc(((100% - 800px)/2) - 40px);
	}
	article .splide__arrows .splide__arrow--next::before {
		transform: translateX(-6px) rotate(50deg);
	}
	article .splide__arrows .splide__arrow--next::after {
		transform: translateX(-6px) rotate(-50deg);
	}
	/**/
	article .img1 {
		width: 1000px;
		margin: 0 auto 80px;
	}
	article .wrap_process {
		width: 1000px;
		margin: 0 auto;
	}
	article .wrap_process .h3_process {
		color: #000000;
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 40px;
	}
	article .wrap_process .h3_process span {
		color: #b49f83;
		display: block;
	}
	article .block_process .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	article .block_process .box:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	article .block_process .box div {
		width: 475px;
	}
	article h4 {
		font-size: 40px;
		font-weight: 600;
		color: #b49f83;
		margin-bottom: 10px;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	/**/
	article .ul_list {
		width: 1000px;
		margin: 0 auto 90px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 90px 50px;
	}
	article .ul_list li {
		width: 300px;
		margin-bottom: 50px !important;
		text-align: center;
	}
	article .ul_list li .listimg {
		background-color: #f1ecdd;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	article .ul_list li div {
		font-size: 18px;
		margin-top: 10px;
		color: #000;
	}
	article .btn_shop {
		width: 380px;
		margin: 0 auto;
	}
	article .btn_shop a {
		background-color: #b49f83;
		color: #fff;
		transition: .5s;
		font-size: 30px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		text-align: center;
		padding: 15px 0;
	}
	/* オンラインショップ */
	.box_shop {
		background-color: #ffF;
		width: 90%;
		max-width: 500px;
		padding: 50px;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
	}
	.box_shop .h_shop {
		text-align: center;
		margin: 0 auto 20px;
		font-size: 24px;
		color: #000;
	}
	.box_shop .ul_shop {
		margin-bottom: 20px;
	}
	.box_shop .ul_shop li {
		margin-bottom: 20px;
		border: solid 1px #000;
		font-size: 0;
	}
	.box_shop .note_shop {
		font-size: 11px;
		color: #000;
	}
	.btn_close {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.btn_close a {
		display: block;
		width: 40px;
		height: 40px;
		background-color: #000;
		border-radius: 50%;
	}
	.btn_close a::after, .btn_close a::before {
		content: "";
		display: block;
		width: 60%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		left: 20%;
		top: 50%;
		margin-top: -1px;
	}
	.btn_close a::after {
		transform: rotate(45deg);
	}
	.btn_close a::before {
		transform: rotate(-45deg);
	}
	/*-----------------------------------------------------
footer
-------------------------------------------------------*/
	footer {
		padding: 0 0 50px;
		text-align: center;
	}
	footer ul {
		text-align: center;
		margin: 0 auto 50px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
	}
	footer ul li {
		display: inline-block;
	}
	footer ul li a {
		font-size: 14px;
		color: #000000;
	}
	footer ul li:nth-of-type(2) {
		border-left: 1px #000 solid;
		border-right: 1px #000 solid;
		padding: 0 10px;
		margin: 0 10px;
	}
	footer .copyright {
		font-size: 11px;
		color: #000000;
	}
}
/*-----------------------------------------------------
PC・SP共通
-------------------------------------------------------*/
/* モーダル */
.mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@keyframes mainani {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}