@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.ibm {
	font-family: 'IBM Plex Sans', sans-serif;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	display: none;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
.main-box {
	display: block;
}
#main {
	margin-bottom: 80px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1026px) {
	.sp {
		display: none !important;
	}
	.pad {
		display: none !important;
	}
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	body {
		font-size: 12px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.sp {
		display: none !important;
	}
	.pad {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.main-box {
		padding: 0 15px;
		margin: 120px auto 0;
		max-width: 966px;
	}
	#main {
		float: right;
		padding-top: 240px;
		width: 62.2%;
	}
}
@media all and (max-width: 813px) {
	body {
		min-width: inherit;
		font-size: 11px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pad {
		display: none !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 120px 0 158px;
	max-width: 800px;
	margin: 0 auto;
}
#gHeader h1 {
	margin-bottom: 40px;
}
#gNavi {
	width: 373px;
	position: relative;
	z-index: 101;
}
#gNavi > ul > li {
	width: 27%;
	margin: 0 9.5% 0 0;
	font-weight: 400;
	letter-spacing: 0.088em;
}
.menu-inner {
	display: none;
	position: absolute;
	padding: 50px 0 100px;
	left: 0;
	top: 177px;
	width: 100%;
	background: #fff;
	z-index: 100;
	box-sizing: border-box;
}
.menu-inner .menu-box {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.menu-inner .menu-close {
	position: absolute;
	right: 0;
	top: -35px;
}
.menu-inner .ul-box {
	height: 390px;
	overflow-y: scroll;
}
.menu-inner .menu-list {
	font-weight: 400;
}
.menu-inner .menu-list li {
	padding-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.088em;
}
.menu-inner .menu-list li:last-child {
	padding-bottom: 0;
}
.menu-inner .menu-list li a:hover {
	opacity: 0.7;
}
#gNavi > ul > li:nth-child(3n) {
	margin-right: 0;
}
#gNavi > ul > li.hide {
	opacity: 0;
	visibility: hidden;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	#gHeader {
		margin: 0;
		position: absolute;
		left: 0;
		top: 250px;
		padding: 0 0 0 60px;
		box-sizing: border-box;
		max-width: inherit;
		z-index: 500;
	}
	#gHeader h1 {
		margin-bottom: 50px;
	}
	#gNavi {
		width: 100%;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi > ul > li {
		width: 100%;
		margin: 0 0 15px;
	}
	.menu-inner {
		top: 348px;
		padding: 39px 0 100px;
		z-index: 501;
	}
	.menu-inner .menu-close {
		top: -55px;
	}
	.menu-inner .menu-box {
		margin-right: 63px;
		width: 55.5%;
		float: right;
	}
	.menu-inner .ul-box {
		height: 780px;
	}
	.menu-inner .menu-list li {
		font-size: 14px;
		padding-bottom: 19px;
	}
	.menu-inner .menu-list li:last-child {
		padding-bottom: 0;
	}
}
@media all and (max-width: 813px) {
	#gHeader {
		padding: 130px 26px 50px;
		max-width: inherit;
	}
	#gHeader h1 {
		margin-bottom: 32px;
	}
	#gNavi {
		width: 100%;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi > ul > li {
		width: 100%;
		font-size: 10.6px;
		margin: 0 0 11px 0;
	}
	.menu-inner {
		top: 220px;
		padding-top: 7px;
		padding-bottom: 20px;
		z-index: 102;
	}
	.menu-inner .menu-box {
		width: auto;
		margin: 0 26px;
	}
	.menu-inner .ul-box {
		height: 490px;
	}
	.menu-inner .menu-list li {
		font-size: 9.5px;
		padding-bottom: 13px;
	}
	.menu-inner .menu-list li:last-child {
		padding-bottom: 0;
	}
	.menu-inner .menu-close {
		top: -35px;
	}
	.menu-inner .menu-close img {
		width: 11px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: fixed;
	left: 13px;
	bottom: 13px;
	z-index: 1010;
}
#gFooter .title {
	margin-bottom: -1px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.088em;
}
#gFooter .title img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 6px;
}
#gFooter .title a:hover {
	opacity: 0.7;
}
#gFooter address {
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.088em;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	#gFooter .title .pc {
		display: inline-block !important;
	}
}
@media all and (max-width: 813px) {
	#gFooter {
		position: fixed;
		left: 3px;
		bottom: 3px;
	}
	#gFooter .title {
		margin-bottom: 0;
		font-size: 6.6px;
	}
	#gFooter .title img {
		margin-left: 3px;
	}
	#gFooter .title a:hover {
		text-decoration: none;
	}
	#gFooter address {
		font-size: 6.6px;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 800px;
	margin: 0 auto;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.content {
		max-width: inherit;
	}
}
@media all and (max-width: 813px) {
	.content {
		max-width: inherit;
		padding: 0 27px;
	}
}
.jspVerticalBar {
	width: 1px;
}
.jspTrack {
	background-color: #B5B0AA;
}
.jspDrag {
	background-color: #040404;
}
video,
iframe {
	width: 100%;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index .info-box {
	margin-bottom: 322px;
}
.index .info-box:last-child {
	margin-bottom: 0;
}
.index .info-box .txt-span {
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.025em;
}
.index .info-box .txt-span .time {
	margin-top: -4px;
	display: block;
}
.index .info-box .pho {
	text-align: center;
}
.index .info-box .pho iframe,
.index .info-box .pho video {
	max-width: 100%;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.index .info-box {
		margin-bottom: 280px;
		min-height: 400px;
	}
}
@media all and (max-width: 813px) {
	.index {
		padding-top: 64px;
	}
	.index .info-box {
		margin-bottom: 170px;
		min-height: 200px;
	}
	.index .info-box:last-child {
		margin-bottom: 0;
	}
	.index .info-box .txt-span {
		font-size: 7px;
	}
	.index .info-box .txt-span .time {
		margin-top: -3px;
	}
}
.info-box .pho {
	min-height: 300px;
}
.info-box .pho video {
	max-width: 100%;
}
.com-video-box .info-box:nth-child(n+6) {
	display: none;
}
.clickBtn {
	opacity: 0;
	visibility: hidden;
}
@media all and (max-width: 813px) {
	.info-box .pho {
		min-height: 220px;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about .h2-ttl {
	margin-bottom: 32px;
	font-weight: 500;
	letter-spacing: 0.088em;
}
.about .inner-box {
	margin-bottom: 86px;
}
.about .inner-box01 {
	margin-bottom: 0;
}
.about .txt-inner {
	width: 47.7%;
	word-break: break-all;
}
.about .txt-inner01 {
	width: 44.5%;
}
.about .txt-inner .h3-ttl {
	margin-bottom: 10px;
	font-weight: 400;
}
.about .txt-inner p {
	line-height: 2;
}
.about .txt-inner01 {
	letter-spacing: 0.088em;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.about .h2-ttl {
		margin-bottom: 29px;
	}
	.about .inner-box {
		margin-bottom: 108px;
		display: block;
	}
	.about .inner-box01 {
		margin-bottom: 0;
	}
	.about .txt-inner {
		width: 100%;
	}
	.about .txt-inner01 {
		margin-bottom: 30px;
		width: 100%;
	}
	.about .txt-inner .h3-ttl {
		margin-bottom: 8px;
	}
	.about .txt-inner p {
		line-height: 1.8;
	}
}
@media all and (max-width: 813px) {
	.about .h2-ttl {
		margin-bottom: 19px;
	}
	.about .inner-box {
		margin-bottom: 108px;
		display: block;
	}
	.about .inner-box01 {
		margin-bottom: 0;
	}
	.about .txt-inner {
		width: 100%;
	}
	.about .txt-inner01 {
		margin-bottom: 18px;
		width: 100%;
	}
	.about .txt-inner .h3-ttl {
		margin-bottom: 6px;
	}
	.about .txt-inner p {
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .top-txt {
	margin-bottom: 65px;
	line-height: 1.9;
	letter-spacing: 0.015em;
}
.contact .link-list li {
	margin-bottom: 32px;
}
.contact .link-list li:last-child {
	margin-bottom: 0;
}
.contact .link-list li a {
	padding: 0 65px 0 0;
	display: inline-block;
	background: url("img/common/icon01.png") no-repeat right top 5px;
	background-size: 19px auto; 
}
.contact .link-list li a:hover {
	opacity: 0.7;
}
.contact .com-form .form-list {
	padding-top: 2px;
	margin-bottom: 33px;
}
.contact .com-form .form-list div {
	padding-bottom: 3px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #B5B0AA;
}
.contact .com-form .form-list > li:last-child {
	margin-bottom: 0;
}
.contact .com-form .form-list li .ttl {
	margin-top: 5px;
	font-weight: 400;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: 0.088em;
	width: 50px;
}
.contact .com-form .custom-wpcf7c-confirmed .form-list li .ttl {
	margin-top: 0;
}
.contact .com-form .form-list li .input-txt {
	width: calc(100% - 50px);
}
.contact .com-form .form-list li input[type="text"],
.contact .com-form .form-list li input[type="tel"],
.contact .com-form .form-list li input[type="email"],
.contact .com-form .form-list li textarea {
	width: 100%;
	height: 25px;
	font-size: 12px;
	padding: 6px 3px 1px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact .com-form .form-list .form-style {
	border-bottom: none;
	margin-bottom: 0;
}
.contact .com-form .form-list .message-style {
	display: block;
	border-bottom: none;
}
.contact .com-form .form-list .message-style .ttl {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.contact .com-form .form-list > li .info-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.contact .com-form .form-list > li .info-list > li {
	width: 47.5%;
}
.contact .com-form .form-list li textarea {
	resize: vertical;
	height: 130px;
	border: 1px solid #B5B0AA;
}
.contact .com-form .submit li {
	display: inline;
	margin-right: 6px;
	width: 150px;
}
.contact .com-form .submit li input {
	cursor: pointer;
	width: 150px;
	height: 40px;
	font-size: 12px;
	background: #E1DED9;
	border: 1px solid #B5B0AA;
	border-radius: 0;
	-webkit-appearance: none;
}
.contact .com-form .submit .reset input {
	background: #fff;
}
.contact .com-form .submit li input:hover {
	opacity: 0.7;
}
.contact .com-form #thanks p {
	margin-bottom: 40px;
}
.contact .com-form #thanks .comLink a:hover {
	text-decoration: underline;
}
.contact .top-link {
	margin-bottom: 83px;
}
.contact .top-link a {
	display: block;
	background: url("img/common/icon02.png") no-repeat right top 5px;
	background-size: 19px auto;
}
.contact .top-link a:hover {
	opacity: 0.7;
}
.contact .top-txt01 {
	margin-bottom: 115px;
}
.contact .top-txt02 {
	margin-bottom: 165px;
}
.wpcf7 form.invalid .wpcf7-response-output {
	display: none !important;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.contact .top-txt {
		margin-bottom: 129px;
		line-height: 1.6;
	}
	.contact .link-list li {
		margin-bottom: 30px;
	}
	.contact .link-list li:last-child {
		margin-bottom: 0;
	}
	.contact .com-form .form-list div {
		padding-bottom: 3px;
		margin-bottom: 30px;
	}
	.contact .com-form .form-list > li .info-list {
		display: block;
	}
	.contact .com-form .form-list > li .info-list li {
		width: 100%;
	}
	.contact .com-form .form-list li textarea {
		height: 300px;
	}
	.contact .com-form .submit li input:hover {
		opacity: 1;
	}
	.contact .com-form #thanks .comLink a:hover {
		text-decoration: none;
	}
	.contact .top-link {
		margin-bottom: 72px;
	}
	.contact .top-link a {
		background-size: 15px auto;
	}
	.contact .top-txt01 {
		margin-bottom: 180px;
	}
	.contact .top-txt02 {
		margin-bottom: 230px;
	}
}
@media all and (max-width: 813px) {
	.contact .top-txt {
		margin-bottom: 43px;
		line-height: 1.65;
	}
	.contact .link-list li {
		margin-bottom: 20px;
	}
	.contact .link-list li:last-child {
		margin-bottom: 0;
	}
	.contact .link-list li a {
		padding: 0 46px 0 0;
		background: url("img/common/icon01.png") no-repeat right top 4px;
		background-size: 10px auto; 
	}
	.contact .com-form .form-list {
		margin-bottom: 30px;
	}
	.contact .com-form .form-list .form-style {
		margin-bottom: 18px;
	}
	.contact .com-form .form-list div {
		padding-bottom: 1px;
		margin-bottom: 12px;
	}
	.contact .com-form .form-list li input[type="text"],
	.contact .com-form .form-list li input[type="tel"],
	.contact .com-form .form-list li input[type="email"],
	.contact .com-form .form-list li textarea {
		font-size: 11px;
	}
	.contact .com-form .form-list > li .info-list {
		display: block;
		margin-bottom: 7px;
	}
	.contact .com-form .form-list > li .info-list li {
		width: 100%;
	}
	.contact .com-form .form-list .message-style .ttl {
		margin-bottom: 3px;
	}
	.contact .com-form .form-list li textarea {
		height: 400px;
	}
	.contact .com-form .submit li {
		display: block;
		margin: 0 0 6px;
		width: 100%;
	}
	.contact .com-form .submit li:last-child {
		margin-bottom: 0;
	}
	.contact .com-form .submit li input {
		width: 100%;
		font-size: 9px;
	}
	.contact .com-form .submit li input:hover {
		opacity: 1;
	}
	.contact .com-form #thanks p {
		margin-bottom: 20px;
	}
	.contact .com-form #thanks .comLink a:hover {
		text-decoration: none;
	}
	.contact .top-link {
		margin-bottom: 65px;
	}
	.contact .top-link a {
		background-size: 10px auto;
	}
	.contact .top-txt01 {
		margin-bottom: 78px;
	}
	.contact .top-txt02 {
		margin-bottom: 110px;
	}
}
/*------------------------------------------------------------
	stockist
------------------------------------------------------------*/
.stockist .news-list {
	letter-spacing: 0.015em;
}
.stockist .news-list dt {
	margin-bottom: 16px;
}
.stockist .news-list dd {
	margin-bottom: 60px !important;
}
.stockist .news-list:last-child dd {
	margin-bottom: 0 !important;
}
.stockist .news-list:nth-child(n+6) {
	display: none;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.stockist .news-list dd {
		margin-bottom: 100px !important;
	}
	.stockist .news-list:last-child dd {
		margin-bottom: 0;
	}
}
@media all and (max-width: 813px) {
	.stockist .news-list dt {
		margin-bottom: 9px;
	}
	.stockist .news-list dd {
		margin-bottom: 100px !important;
	}
	.stockist .news-list:last-child dd {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	information
------------------------------------------------------------*/
.information .info-box {
	margin-bottom: 197px;
}
.information .info-box:last-child {
	margin-bottom: 0;
}
.information .info-box .h2-ttl,.index .info-box .h2-ttl {
	margin-bottom: 16px;
	font-weight: normal;
}
.information .info-box p,.information .info-box dd,.index .info-box dd {
	margin-bottom: 14px;
	line-height: 1.7;
}
.information .info-box p .date {
	display: block;
}
.information .info-box:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.information .info-box {
		margin-bottom: 195px;
	}
	.information .info-box:last-child {
		margin-bottom: 0;
	}
	.information .info-box .h2-ttl,.index .info-box .h2-ttl {
		margin-bottom: 14px;
	}
	.information .info-box p,.information .info-box dd,.index .info-box dd {
		margin-bottom: 12px;
		line-height: 1.5;
	}
	.information .info-box:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 813px) {
	.information .info-box {
		margin-bottom: 97px;
	}
	.information .info-box:last-child {
		margin-bottom: 0;
	}
	.information .info-box .h2-ttl,.index .info-box .h2-ttl {
		margin-bottom: 9px;
	}
	.information .info-box p,.information .info-box dd,.index .info-box dd {
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.information .info-box:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	collection
------------------------------------------------------------*/
.collection .info-box {
	margin-bottom: 300px;
}
.collection .info-box:last-child {
	margin-bottom: 0;
}
.collection .info-box .txt-dl {
	margin-bottom: 8px;
	letter-spacing: 0.088em;
	line-height: 1.75;
	font-weight: 400;
}
.collection .info-box .txt-dl dt {
	float: left;
}
.collection .info-box .txt-dl dd {
	padding-left: 6.2em;
}
.collection .info-box .txt-dl01 {
	margin-bottom: 45px;
}
.collection .info-box .txt-dl01 dd {
	padding-left: 9.2em;
}
@media all and (min-width: 814px) and (max-width: 1025px) {
	.collection .info-box .txt-dl {
		margin-bottom: 7px;
		line-height: 1.5;
	}
	.collection .info-box .txt-dl dt {
		float: left;
	}
	.collection .info-box .txt-dl01 {
		margin-bottom: 45px;
	}
}
@media all and (max-width: 813px) {
	.collection .info-box {
		margin-bottom: 201px;
	}
	.collection .info-box .txt-dl {
		margin-bottom: 5px;
		line-height: 1.5;
	}
	.collection .info-box .txt-dl dt {
		float: left;
	}
	.collection .info-box .txt-dl01 {
		margin-bottom: 28px;
	}
}
.info-box .txt-span {
	display: block;
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.025em;}
.info-box .txt-span .time {
	margin-top: -4px;
	display: block;
}

.info-box .pho {
	text-align: center;
}
.info-box .pho iframe,
.info-box .pho video {
	max-width: 100%;
}
.info-box .pho .youTube {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.info-box .pho .youTube:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 10;
}
.info-box .pho .youTube iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 250%;
}
.ucBox {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ucBox p {
	font-size: 12px;
}