@charset "utf-8";
/*
Theme Name: sankakuya_skelton
Theme URL: https://sankakux4.org
Description: original theme
Author:yuya matsuo
Version: 1.0.0
*/

/* reset */

html{
	scroll-behavior:smooth;
}

body{
	margin:0;
	width:100%;
	overflow-x:hidden;
	overflow-y: scroll;
        scrollbar-width: none;
        text-rendering:optimizeSpeed;
        -webkit-text-size-adjust: 100%;
        overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

*{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

*::before,
*::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-size:1rem;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:1.8;
}

p{
	margin:0;
	padding:0;
}

ul,
ol{
	list-style:none;
	padding:0;
	margin:0;
}

li{
	list-style-position: inside;
}

figure,
blockquote,
dl,
dt,
dd{
	margin:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th{
	font-weight:400;
	text-align:left;
}

a:not([class]){
	text-decoration-skip-ink:auto;
}

::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font-family: inherit;
	outline: none;
	margin:0;
}

select,
select option{
	color:#fff !important;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
	-moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
	-webkit-appearance: none;
}

@media(prefers-reduced-motion:reduce){
	*{
		animation-duration:.01ms !important;
		animation-iteration-count:1 !important;
		transition-duration:.01ms !important;
		scroll-behavior:auto !important;
	}
}

img{
	display:block;
	vertical-align:bottom;
	max-width:100%;
}

.wpcf7-spinner{
	display:none !important;
}

/* common */

html{
	font-size:16px;
}

body{
	background:#111;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	color:#fff;
	font-weight:400;
	line-height:2;
	margin:0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

a{
	display:block;
	color:#fff;
	transition: .5s;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}

a:hover{
	color:#fff;
	text-decoration:none;
	opacity:0.8;
}

/* layout */

main{
	display:block;
	margin:160px auto 60px;
}

.home main{
	margin:116px auto 0;
}

.single-products main{
	margin:160px auto 0;
}

.container{
	width:1200px;
	margin:0 auto;
}

.container-min{
	width:800px;
	margin:0 auto;
}

.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}

/* parts */

.serif{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
}

.sans{
	font-family: 'Noto Sans JP', sans-serif;
}

.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.img-fluid{
	width:100%;
	height:auto;
}

.img-trim{
	position: relative;
	overflow: hidden;
	aspect-ratio:1 / 1;
}

.img-trim img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-trim.img-trim16x9{
	aspect-ratio:16 / 9;
}

.img-trim.img-trim5x3{
	aspect-ratio:5 / 3;
}

.img-trim.img-trim3x2{
	aspect-ratio:3 / 2;
}

.img-trim.img-trim4x3{
	aspect-ratio:4 / 3;
}

.img-trim.img-trim4x5{
	aspect-ratio:4 / 5;
}

img{
	border-radius:8px;
}

.youtube,
.googlemap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe,
.googlemap iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.heading01{
	font-size:2.25rem;
	letter-spacing:0.05em;
	font-weight:500;
	margin-bottom:1em;
}

.heading01.text-center{
	text-indent:0.05em;
}

.btn01{
	display:inline-block;
	position:relative;
}

.btn01::before{
	content: "";
	position: absolute;
	top: calc(100% + 0.25em);
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleX(1);
	transform-origin: right;
	transition: transform .4s ease;
}

.btn01:hover{
	opacity:1;
	color: rgba(140, 122, 62, 0.8);
}

.btn01:hover::before{
	transform: scaleX(0);
	transform-origin: right;
}

.btn01::before {
	transition: transform .4s ease, transform-origin 0s;
}

.btn02{
	display:inline-block;
	font-size:0.9rem;
	padding:0.75em 3em;
	background:rgba(140, 122, 62, 0.6);
	color:#fff;
	border-radius:4px;
}

.caption{
	font-size: 0.8rem;
	opacity: 0.4;
	margin-top: 0.5em;
}

.editor_contents p{
	font-size:0.9rem;
	margin-bottom:1em;
}

.editor_contents p:last-child{
	margin-bottom:0;
}

.editor_contents p strong{
	font-weight:700;
	color:rgba(140, 122, 62, 0.8);
}

.editor_contents p a{
	display:inline-block;
	text-decoration:underline;
}

/* header */

.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	padding:24px 48px;
}

.header .inner{
	background:rgba(255,255,255,0.1);
	backdrop-filter:blur(4px);
	padding:20px 40px;
	border-radius:100vmax;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.header .inner .logo{
	width:108px; /*sub naviと同一の数値*/
}

.single-products .header .inner .logo{
	width:28px;
}

.header .inner .logo img{
	width:28px;
	filter: brightness(0) invert(1);
	border-radius:0;
}

.header .inner .main_navi nav > ul{
	justify-content: center;
}

.header .inner .main_navi nav > ul > li{
	margin:0 0.75rem;
}

.header .inner .main_navi nav > ul > li > a{
	letter-spacing:0.075em;
	font-weight:500;
}

.header .inner .main_navi nav > ul > li a:hover{
	opacity:1;
	color:rgba(140,122,62,0.8);
}

.header .inner .main_navi nav ul li.menu-item-has-children{
	position:relative;
}

.header .inner .main_navi nav ul li.menu-item-has-children .sub-menu{
	position:absolute;
	top:calc(100% + 36px);
	left:-20px;
	min-width:160px;
	background:rgba(255,255,255,0.1);
	backdrop-filter:blur(4px);
	border-radius:16px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	padding:12px 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	pointer-events: none;
}

.header .inner .main_navi nav ul li.menu-item-has-children .sub-menu::before{
	content: "";
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	height:36px;
	background: transparent;
	display: block;
}

.header .inner .main_navi nav ul li.menu-item-has-children:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.header .inner .main_navi nav ul li.menu-item-has-children .sub-menu li a{
	font-size:0.8rem;
	line-height:2.2;
}

.header .inner .sub_navi{
	justify-content: flex-end;
	align-items: center;
}

.header .inner .sub_navi .contact{
	width:2rem;
	height:2rem;
	border-radius:50%;
	justify-content: center;
	align-items: center;
	background:#fff;;
}

.header .inner .sub_navi .contact i{
	color:#111;
}

.header .inner .sub_navi .language{
	margin-left:1.25rem;
}

.header .inner .sub_navi .language a,
.header .inner .sub_navi .language span{
	color:#888;
}

.header .inner .sub_navi .language a.current{
	color:#fff;
}

/* footer */

.footer .main_menu{
	padding:60px 1%;
	justify-content: center;
	gap:28px 2%;
}

.footer .main_menu a{
	width:23%;
	border-radius:12px;
	overflow:hidden;
	position:relative;
}

.footer .main_menu a::before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
}

.footer .main_menu a::after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	transition:.5s;
}

.footer .main_menu a p{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	z-index:3;
	letter-spacing:0.1em;
	text-indent:0.1em;
	font-weight:600;
}

.footer .main_menu a:hover{
	opacity:1;
}

.footer .main_menu a:hover::after{
	bottom:-100%;
}

.footer .sitemap{
	background:rgba(255,255,255,0.1);
	padding:48px 0;
}

.footer .sitemap nav ul{
	justify-content: center;
	gap:60px;
}

.footer .sitemap nav ul .parent{
	max-width:calc((100% - 180) / 4);
}

.footer .sitemap nav ul .parent > a{
	display:none;
}

.footer .copyright{
	padding:24px 0 16px;
}

.footer .copyright h5{
	width:56px;
	margin:0 auto;
}

.footer .copyright h6{
	font-size:0.8rem;
	color:#888;
}

.fix_info{
	position:fixed;
	bottom:24px;
	right:48px;
	z-index:1000;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(4px);
	border-radius:8px;
	padding:20px 28px;
}

.fix_info .editor_contents p{
	font-size:0.8rem;
}

.fix_info .editor_contents p a{
	display:inline-block;
	text-decoration:underline;
}

/* home */

.fv{
	padding:48px 0;
	margin-bottom:60px;
	position:relative;
}

.fv .content_wrap{
	justify-content: center;
	align-items: center;
}

.fv .content_wrap .img{
	width:38%;
	margin:0 2%;
}

.fv .content_wrap .img img{
	max-height:calc(100vw / 1920 * 728);
}

.fv .content_wrap .txt{
	max-width:38%;
	margin:0 2%;
}

.fv .content_wrap .txt h2{
	font-weight:500;
	font-size:calc(100vw / 1920 * 44);
	letter-spacing:0.05em;
	margin-bottom:1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.fv .content_wrap .txt .detail{
	justify-content: space-between;
}

.fv .content_wrap .txt .detail .title{
	width:calc(100% - (100vw / 1920 * 200) - (100vw / 1920 * 28));
}

.fv .content_wrap .txt .detail .title h3,
.fv .content_wrap .txt .detail .title h1{
	font-size:calc(100vw / 1920 * 36);
	font-weight:600;
	letter-spacing:0.05em;
	margin-bottom:0.3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.fv .content_wrap .txt .detail .title p{
	width: fit-content;
	background:#fff;
	color:#111;
	font-size:calc(100vw / 1920 * 18);
	padding:0.25em 1em;
	border-radius:4px;
	margin-bottom:2em;
}

.fv .content_wrap .txt .detail .title p span{
	position:relative;
	display:inline-block;
	margin-right:1em;
}

.fv .content_wrap .txt .detail .title p span::after{
	position:absolute;
	top:0;
	right:-0.5em;
	content:"/";
}

.fv .content_wrap .txt .detail .title p span:last-child{
	margin-right:0;
}

.fv .content_wrap .txt .detail .title p span:last-child::after{
	content:none;
}

.fv .content_wrap .txt .detail .timer{
	width:calc(100vw / 1920 * 180);
	height:calc(100vw / 1920 * 180);
}

.fv .content_wrap .txt .detail .timer h5{
	font-size:calc(100vw / 1920 * 16);
}

.fv .content_wrap .txt .detail .timer p{
	font-size:calc(100vw / 1920 * 28)
}

.home_contents{
	padding:60px 0;
}

.home_contents.bg_pic01{
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url("./img/bg_pic01.webp");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.home_contents.bg_gray{
	background:rgba(255,255,255,0.1);
}

.hc01 .content_wrap .heading01{
	width:120px;
	margin-bottom:0;
}

.hc01 .content_wrap .archive{
	width:calc(100% - 120px);
	background:rgba(255,255,255,0.1);
	backdrop-filter:blur(8px);
	border:1px solid rgba(255,255,255,0.05);
	border-radius:12px;
	padding:28px 44px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.hc01 .content_wrap .archive article{
	margin-bottom:28px;
}

.hc01 .content_wrap .archive article:last-child{
	margin-bottom:0;
}

.hc01 .content_wrap .archive article p.date{
	color:rgba(140,122,62,0.6);
}

.hc01 .content_wrap .archive article p a{
	display:inline-block;
	text-decoration:underline;
}

.hc02 .content_wrap{
	justify-content: space-between;
	align-items: flex-start;
}

.hc02 .content_wrap .pickup{
	width:44%;
}

.hc02 .content_wrap .pickup .products_article{
	margin-bottom:28px;
}

.hc02 .content_wrap .pickup .products_article:last-child{
	margin-bottom:0;
}

.hc02 .content_wrap .pickup .products_article .img img{
	height:260px;
}

.hc02 .content_wrap .pickup .products_article h4{
	font-size:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.hc02 .content_wrap .pickup .products_article p{
	font-size:0.93rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.hc02 .content_wrap .archive{
	width:54%;
	justify-content: space-between;
}

.hc02 .content_wrap .archive .products_article{
	width:48%;
	padding:40px 40px 28px;
	margin-bottom:28px;
}

.hc02 .content_wrap .archive .products_article .img img{
	height:160px;
}

.hc02 .content_wrap .archive .products_article.btn_box{
	width:100%;
	margin-bottom:0;
	padding:40px;
	color:#888;
}

.hc02 .content_wrap .archive .products_article.btn_box:hover{
	color:#fff;
}

.hc03 .title{
	justify-content: space-between;
	align-items: center;
	margin-bottom:48px;
}

.hc03 .title .heading01{
	margin-bottom:0;
}

.hc03 .hc03_slick .slick-track{
	display: flex;
}

.hc03 .hc03_slick .slick-slide{
	height:auto !important;
	padding:0 1.4vw;
}

.hc04 .hc04_slick .slick-track{
	display: flex;
}

.hc04 .hc04_slick .slick-slide{
	padding:0 1.4vw;
}

.review_card{
	height:100%;
	background:#fff;
	border-radius:12px;
	padding:28px;
}

.review_card .inner{
	justify-content: space-between;
	align-items: center;
}

.review_card .inner .img{
	width:28%;
}

.review_card .txt{
	width:66%;
}

.review_card .txt h4{
	font-size:1.25rem;
	font-weight:700;
	color:rgba(140,122,62,0.8);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.review_card .txt p{
	color:#888;
}

.review_card .txt p span{
	display:inline-block;
	color:#222;
	font-weight:700;
	font-size:1.25rem;
	margin:0 0.25rem;
}

/* products */

.timer{
	width:160px;
	height:160px;
	border-radius:50%;
	border:2px solid rgba(140, 122, 62, 0.8);
	color:rgba(140, 122, 62, 0.8);
	justify-content: center;
	align-items: center;
}

.timer h5{
	
}

.timer p{
	font-size:1.75rem;
	line-height:1.2;
}

.products_article{
	border:1px solid #555;
	border-radius:12px;
	padding:40px;
}

.products_article:hover{
	opacity:1;
	border:1px solid #fff;
}

.products_article .img{
	margin-bottom:28px;
}

.products_article .img img{
	object-fit:contain;
}

.products_article .name{
	letter-spacing:0.05em;
}

.products_article .name.text-center{
	text-indent:0.05em;
}

.products_article p{
	margin:0.5em 0 1em;
}

.products_article ul li{
	font-size:0.8rem;
	color:#888;
	border:1px solid #888;
	padding:0 0.75em;
	border-radius:4px;
	margin-right:1em;
}

.products_pickup{
	margin-bottom:28px;
}

.products_pickup .products_article{
	justify-content: space-between;
	align-items: center;
}

.products_pickup .products_article .img{
	width:34%;
	margin-bottom:0;
}

.products_pickup .products_article .img img{
	height:260px;
}

.products_pickup .products_article .txt{
	width:42%;
}

.products_pickup .products_article .txt .name{
	font-size:1.25rem;
	margin-bottom:0.5em;
}

.products_pickup .products_article .txt h4{
	display: inline-block;
	background: #fff;
	color: #111;
	font-size: 0.8rem;
	padding: 0.25em 1em;
	border-radius: 4px;
	margin-bottom:1rem;
}

.products_pickup .products_article .txt p{
	margin:0;
	margin-bottom:1em;
}

.products_pickup .products_article .timer_wrap{
	width:14%;
}

.products_pickup .products_article .timer_wrap .timer p{
	margin:0;
}

.products_pickup02{
	justify-content: space-between;
	gap:28px;
	margin-bottom:60px;
}

.products_pickup02 .products_article{
	width:calc((100% - 28px) / 2);
}

.products_pickup02 .products_article .img img{
	height:260px;
}

.products_pickup02 .products_article h4{
	font-size:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.products_pickup02 .products_article p{
	font-size:0.93rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.products_cat_name{
	font-size:2rem;
	letter-spacing:0.05em;
	text-indent:0.05em;
	text-transform:capitalize;
	margin-bottom:1.6em;
}

.products_cat_name span{
	display:block;
	font-size:1rem;
	color:rgba(140, 122, 62, 0.6);
}

.products_archive{
	justify-content: space-between;
	gap:28px;
	margin-bottom:60px;
}

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

.products_archive::after {
	content: "";
	display:block;
	width:23%;
}
.products_archive::before {
	content: "";
	display:block;
	width:23%;
	order: 1;
}

.products_archive .products_article{
	width:23%;
	padding:36px 40px;
}

.products_archive .products_article .img img{
	height:150px;
}

.products_archive .products_article .name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.single-products .pc_cta .content_wrap{
	background: rgba(255, 255, 255, 0.1);
	padding: 28px;
	border-radius: 12px;
	    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	justify-content: space-between;
	align-items: center;
	margin-bottom:40px;
}

.single-products .pc_cta .content_wrap .img{
	width:50%;
}

.single-products .pc_cta .content_wrap .txt{
	width:46%;
}

.single-products .pc_cta .content_wrap .txt h4{
	font-size:1.25rem;
	font-weight:700;
	margin:0 0 1rem 0.9rem;
}

.single-products .pc_cta .content_wrap .txt dl,
.single-products .pc09 .content_wrap .box dl{
	font-size:0.9rem;
	border-bottom:1px solid rgba(140, 122, 62, 0.2);
	padding:0 1em 0.5em;
	margin-bottom:0.5em;
}

.single-products .pc_cta .content_wrap .txt dl dt,
.single-products .pc09 .content_wrap .box dl dt{
	width:25%;
	opacity:0.4;
}

.single-products .pc_cta .content_wrap .txt dl dd,
.single-products .pc09 .content_wrap .box dl dd{
	width:75%;
}

.single-products .pc_cta .content_wrap .txt dl dd span,
.single-products .pc09 .content_wrap .box dl dd span{
	font-size:0.7rem;
}

.single-products .pc_cta .content_wrap .txt .btn_wrap,
.single-products .pc_cta .content_wrap .box .btn_wrap{
	margin-top:1rem;
}

.single-products .pc_cta .content_wrap .txt .btn_wrap .btn02,
.single-products .pc_cta .content_wrap .box .btn_wrap .btn02{
	width:100%;
}

.single-products .pc_cta .note{
	font-size:0.9rem;
}

.single-products .pc_cta .note p a{
	display:inline-block;
	text-decoration:underline;
}

.single-products .pc01 .content_wrap{
	justify-content: space-between;
	align-items: flex-start;
}

.single-products .pc01 .content_wrap .txt{
	width:53%;
}

.single-products .pc01 .content_wrap .txt ul li{
	position:relative;
	padding:0 1.25em;
	margin-bottom:1em;
}

.single-products .pc01 .content_wrap .txt ul li:last-child{
	margin-bottom:0;
}

.single-products .pc01 .content_wrap .txt ul li::before{
	position:absolute;
	top:0.8em;
	left:0;
	content:"";
	width:0.5em;
	height:0.5em;
	border-radius:50%;
	background:rgba(140, 122, 62, 0.6);
}

.single-products .pc01 .content_wrap .gallery{
	width:43%;
	gap:20px;
}

.single-products .pc01 .content_wrap .gallery .img{
	width:calc((100% - 20px) / 2);
}

.single-products .pc02 .content_wrap{
	gap:28px;
}

.single-products .pc02 .content_wrap .box{
	width:calc((100% - 56px) / 3);
	border: 1px solid #555;
	border-radius:12px;
	padding:28px;
}

.single-products .pc02 .content_wrap .box h4{
	font-size:1.25rem;
	margin-bottom:0.25em;
}

.single-products .pc02 .content_wrap .box p{
	font-size:0.9rem;
}

.single-products .pc03 .story_content,
.single-products .pc04 .features_contents,
.single-products .pc07 .reviews_contents{
	margin-bottom:40px;
	border-radius:12px;
	padding:28px 40px 40px;
	background:rgba(255,255,255,0.1);
}

.single-products .pc03 .story_content{
	background:#fff;
	color:#222;
}

.single-products .pc03 .story_content:last-child,
.single-products .pc04 .features_contents:last-child,
.single-products .pc07 .reviews_contents:last-child{
	margin-bottom:0;
}

.single-products .pc03 .story_content h4{
	font-size:1.5rem;
	letter-spacing:0.05em;
	margin-bottom:1em;
	position:relative;
	padding-left:4.5rem;
}

.single-products .pc03 .story_content h4 span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	color: rgba(140, 122, 62, 0.2);
	font-size:3rem;
	letter-spacing:0;
}

.single-products .pc04 .features_contents h4{
	font-size:1.25rem;
	letter-spacing:0.05em;
	margin-bottom:1em;
}


.single-products .pc07 .reviews_contents h4{
	font-size:1.25rem;
	letter-spacing:0.05em;
}

.single-products .pc07 .reviews_contents ul{
	margin-bottom:28px;
	font-size:0.9rem;
}

.single-products .pc07 .reviews_contents ul li{
	margin-right: 2rem;
	color: rgba(140, 122, 62, 0.8);
}

.single-products .pc07 .reviews_contents ul li span {
	display: inline-block;
	margin-right: 1em;
}

.single-products .pc03 .story_content .gallery,
.single-products .pc04 .features_contents .gallery,
.single-products .pc07 .reviews_contents .gallery{
	align-content: space-between;
	gap:28px;
}

.single-products .pc03 .story_content .gallery,
.single-products .pc03 .story_content .editor_contents{
	margin-bottom:28px;
}

.single-products .pc03 .story_content .gallery:last-child,
.single-products .pc03 .story_content .editor_contents:last-child{
	margin-bottom:0;
}

.single-products .pc04 .features_contents .gallery,
.single-products .pc07 .reviews_contents .gallery{
	margin-bottom:20px;
}

.single-products .pc03 .story_content .gallery .img,
.single-products .pc04 .features_contents .gallery .img,
.single-products .pc07 .reviews_contents .gallery .img{
	width:calc((100% - 28px) / 2);
}

.more_contents{
	position: relative;
}

.more_contents .more_btn{
	position: absolute;
	bottom:-56px;
	left:50%;
	transform:translateX(-50%);
	display: inline-block;
	border:2px solid rgba(255,255,255,0.8);
	color:rgba(255,255,255,0.8);
	padding:0.5rem 2rem;
	border-radius:100vmax;
	z-index:2;
	transition:.5s;
	cursor: pointer;
}

.more_contents .more_btn:hover{
	background:rgba(255,255,255,0.8);
	color:#222;
}

.more_contents .more_btn::after {
	content: "Read More";
}

.more_contents .more_txt{
	margin-bottom:56px;
	overflow: hidden;
	position: relative;
}

.more_contents .more_txt .editor_contents{
	padding-bottom:28px;
}

.more_contents .more_txt.hide {
	height: 300px;
}

.more_contents .more_btn.show::after {
	content: "Close";
}

.single-products .pc05 .container,
.single-products .pc10 .container{
	overflow: visible;
}

.single-products .pc05 .container > p{
	margin-bottom:28px;
}

.single-products .pc05 .slick_wrap,
.single-products .pc10 .slick_wrap{
	margin-right:calc(50% - 50vw);
}

.single-products .pc05 .pc05_slick .slick-list,
.single-products .pc10 .pc10_slick .slick-list{
	padding:0 10% 0 0;
}

.single-products .pc05 .pc05_slick .slick-slide,
.single-products .pc10 .pc10_slick .slick-slide{
	padding:0 40px 0 0;
}

.single-products .pc05 .pc05_slick .slick-arrow,
.single-products .pc10 .pc10_slick .slick-arrow{
	position:absolute;
	top:-60px;
	font-size:1.5rem;
	line-height:1;
	cursor:pointer;
	transition:.5s;
}

.single-products .pc05 .pc05_slick .slick-arrow:hover,
.single-products .pc10 .pc10_slick .slick-arrow:hover{
	opacity:0.8;
}

.single-products .pc05 .pc05_slick .slick-arrow.prev-arrow,
.single-products .pc10 .pc10_slick .slick-arrow.prev-arrow{
	right:calc(5vw + 1.5rem + 8px);
}

.single-products .pc05 .pc05_slick .slick-arrow.next-arrow,
.single-products .pc10 .pc10_slick .slick-arrow.next-arrow{
	right:5vw;
}

.single-products .pc05 .pc05_slick .slick-slide .box .youtube{
	margin-bottom:1rem;
}

.single-products .pc05 .pc05_slick .slick-slide .box .txt,
.single-products .pc10 .pc10_slick .slick-slide .box .txt{
	padding:0 1rem;
}

.single-products .pc05 .pc05_slick .slick-slide .box .txt p{
	font-size:0.8rem;
	color:rgba(255,255,255,0.4);
}

.single-products .pc10 .pc10_slick .slick-slide .box .img{
	margin-bottom:1rem;
}

.single-products .pc10 .pc10_slick .slick-slide .box p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.single-products .pc06 .content_wrap{
	gap:28px;
}

.single-products .pc06 .content_wrap .box{
	width:calc((100% - 28px) / 2);
	border: 1px solid #555;
	border-radius: 12px;
	padding:28px 40px;
	position:relative;
}

.single-products .pc06 .content_wrap .box h5{
	position:absolute;
	top:28px;
	right:40px;
	color:rgba(140, 122, 62, 0.2);
	font-size:3rem;
	z-index:-1;
}

.single-products .pc06 .content_wrap .box .title{
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
}

.single-products .pc06 .content_wrap .box .title .img{
	width:18%;
}

.single-products .pc06 .content_wrap .box .title .img img{
	background:#fff;
}

.single-products .pc06 .content_wrap .box .title .txt{
	width:78%;
}

.single-products .pc06 .content_wrap .box .title .txt h4{
	font-size:1.25rem;
}

.single-products .pc06 .content_wrap .box p{
	font-size:0.9rem;
}

.single-products .pc08 .faq{
	margin-bottom:28px;
}

.single-products .pc08 .faq:last-child{
	margin-bottom:28px;
}

.single-products .pc08 .faq .question{
	background:#fff;
	border-radius:8px;
	color:#222;
	padding:28px 100px 28px 40px;
	position:relative;
	transition:.5s;
	cursor:pointer;
}

.single-products .pc08 .faq .question::before,
.single-products .pc08 .faq .question::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:60px;
	content:"";
	width:20px;
	height:2px;
	border-radius:100vmax;
	background:#aaa;
}

.single-products .pc08 .faq .question::after{
	transform:translateY(-50%) rotate(90deg);
	transform-origin:center;
	transition:.5s;
}

.single-products .pc08 .faq .question.active{
	border-radius:8px 8px 0 0;
}

.single-products .pc08 .faq .question.active::after{
	transform:translateY(-50%);
}

.single-products .pc08 .faq .question .inner{
	justify-content: space-between;
	align-items: center;
}

.single-products .pc08 .faq .question .inner span{
	font-size:2rem;
	color:rgba(140, 122, 62, 0.4);
	line-height:1;
}

.single-products .pc08 .faq .question .inner h4{
	width:calc(100% - 2rem - 12px);
	font-weight:600;
}

.single-products .pc08 .faq .answer{
	background:#fff;
	border-radius:0 0 8px 8px;
	color:#222;
	padding:0 100px 28px 40px;
	display:none;
}

.single-products .pc08 .faq .answer.active{
	display:block;
}

.single-products .pc08 .faq .answer .inner{
	justify-content: space-between;
}

.single-products .pc08 .faq .answer .inner span{
	font-size:2rem;
	color:rgba(140, 122, 62, 0.8);
	line-height:1;
}

.single-products .pc08 .faq .answer .inner .txt{
	width:calc(100% - 2rem - 12px);
	font-size:0.9rem;
	padding-top:0.25rem;
}

.single-products .pc08 .faq .answer .inner .txt .thumb{
	margin-top:1rem;
}

.single-products .pc08 .faq .answer .inner .txt .thumb .img-fluid{
	width:auto;
}

.single-products .pc09 .content_wrap{
	gap:28px;
}

.single-products .pc09 .content_wrap .box{
	width:calc((100% - 56px) / 3);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding:28px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.single-products .pc09 .content_wrap .box .img{
	margin-bottom:24px;
}

.single-products .pc09 .content_wrap .box h4{
	font-weight:700;
	margin-bottom:1em;
	letter-spacing:0.05em;
	text-indent:0.05em;
}

.single-products .pc09 .content_wrap .box p{
	font-size:0.8rem;
}

.single-products .pc11 .box{
	margin-bottom:40px;
}

.single-products .pc11 .box:last-child{
	margin-bottom:40px;
}

.single-products .pc11 .box h4{
	font-size:1.25rem;
	margin-bottom:1em;
}

.single-products .pc11 .box table{
	width:100%;
	border-collapse: separate;
	border:1px solid #eee;
	border-radius:4px;
	font-size:0.8rem;
	background:#fff;
	color:#222;
}

.single-products .pc11 .box table th,
.single-products .pc11 .box table td{
	border:1px solid #eee;
	padding:1.5em 2em;
}

.single-products .pc11 .box table tr:first-child th{
	border-radius:4px 0 0 0;
}

.single-products .pc11 .box table tr:first-child td{
	border-radius:0 4px 0 0;
}

.single-products .pc11 .box table tr:last-child th{
	border-radius:0 0 0 4px;
}

.single-products .pc11 .box table tr:last-child td{
	border-radius:0 0 4px 0;
}

/* voice */

.voice_archive{
	justify-content: space-between;
	gap:28px;
}

.voice_card{
	height:100%;
	background:#fff;
	color:#111;
	border-radius:12px;
	padding:28px;
}

.voice_archive .voice_card{
	height:auto;
	width:calc((100% - 28px) / 2);
}

.voice_card .title{
	justify-content: space-between;
	align-items: center;
	margin-bottom:1rem;
	padding:0 1rem;
}

.voice_card .title h4{
	font-weight:500;
	transition:.5s;
}

.voice_card .title span{
	color:#222;
	font-size:0.8rem;
	border:1px solid #222;
	padding:0 1em;
	border-radius:4px;
	transition:.5s;
}

.voice_card p{
	color:rgba(140,122,62,0.8);
	
	padding:0 1rem;
	margin-bottom:1em;
}

.hc03 .voice_card p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	min-height:3.6em;
}

.voice_card .inner{
	justify-content: space-between;
	align-items: center;
}

.voice_card .inner .img{
	width:28%;
}

.voice_card dl{
	width:68%;
	font-size:0.9rem;
	color:#888;
}

.voice_card dl dt{
	width:6em;
}

.voice_card dl dd{
	width:calc(100% - 6em);
}

.voice_card:hover{
	opacity:1;
}

.voice_card:hover .title h4{
	color:#888;
}

.voice_card:hover .title span{
	background:#222;
	color:#fff;
}

.voice_contents .voice_title{
	margin-bottom:60px;
}

.voice_contents .voice_title h1{
	font-size:1.5rem;
	letter-spacing:0.1em;
	margin-bottom:0.25em;
}

.voice_contents .voice_title ul li{
	margin-right:2rem;
	color: rgba(255,255,255,0.4);
}

.voice_contents .voice_title ul li span{
	display:inline-block;
	margin-right:1em;
}

.voice_contents .txt p{
	letter-spacing:0.1em;
	margin-bottom:1em;
}

.voice_contents .txt p:last-child{
	margin-bottom:0;
}

.voice_contents .gallery{
	gap:40px;
	margin-top:28px;
}

.voice_contents .gallery .img{
	width:calc((100% - 40px) / 2);
}

/* page */

.page_header{
	margin-bottom:60px;
}

.page_header .heading01{
	margin-bottom:0;
}

.page_lead{
	padding:60px 0;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom:60px;
}

.page_lead p{
	letter-spacing:0.1em;
}

.page_block{
	margin-bottom:60px;
}

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

/* philosophy */

.philosophy_block h2{
	font-size:2rem;
	letter-spacing:0.05em;
	margin-bottom:0.5em;
}

.philosophy_block h2 span{
	position:relative;
}

.philosophy_block h2 span::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:calc(100% + 0.5em);
	content:"";
	width:1.5em;
	height:2px;
	background:#fff;
}

.philosophy_block h3{
	color:rgba(255,255,255,0.6);
	font-size:1.5rem;
	letter-spacing:0.05em;
	margin-bottom:0.5em;
}

.philosophy_block p{
	letter-spacing:0.1em;
	margin-bottom:1em;
}

.philosophy_block p:last-child{
	margin-bottom:0;
}

.philosophy_block .gallery{
	gap:28px;
	margin-top:28px;
}

.philosophy_block .gallery .img{
	width:calc((100% - 28px) / 2);
}

/* display */

.pc-none{
	display:none;
}

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

@media (max-width: 768px){

	/* display */
	
	.sp-none{
		display:none;
	}
	
	.pc-none{
		display:block;
	}

	/* common */

	html{
		font-size:calc(100vw / 750 * 15);
	}
	
	/* layout */

	main{
		margin:0 auto calc(100vw / 750 * 100);
	}
	
	.container,
	.container-min{
		width:90vw;
	}

}

