@charset "utf-8";

/* 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,
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:#3e3a39 !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;
	}
}

/* common */

html{
	font-size:16px;
}

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

.cin{
	font-family: "Cinzel", serif;
}

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

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

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

/* layout */

main{
	display:block;
	margin:120px auto 0;
}

main.home{
	margin:0 auto;
}

.container{
	max-width:calc(100vw - 200px);
	width:1166px;
	margin:0 auto;
	padding:0;
}

.container-min{
	max-width:calc(100vw - 200px);
	width:824px;
	margin:0 auto;
	padding:0;
}

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

/* parts */

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

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

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

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

.img-trim{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.img-trim img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-trim.img-trim16x9{
	padding-top: 56.25%;
}

.img-trim.img-trim5x3{
	padding-top: 60%;
}

.img-trim.img-trim3x2{
	padding-top: 66%;
}

.img-trim.img-trim4x3{
	padding-top: 75%;
}

.img-trim.img-trim5x5{
	padding-top: 100%;
}

.img-trim.img-trim4x5{
	padding-top: 125%;
}

.heading01{
	font-size:5rem;
	line-height:1;
	color:#eee;
	margin-bottom:0.5em;
}

.heading01 span{
	display:block;
	font-size:1.5rem;
	letter-spacing:0.2em;
	line-height:1.6;
	color:#222;
	margin:-1.5em 0 0;
	padding-left:1em;
}

.btn{
	display:inline-block;
	border:2px solid #222;
	background:#222;
	color:#fff;
	font-size:0.9rem;
	font-weight:700;
	padding:1.25em 3em;
	border-radius:12px;
	transition:.5s;
}

.btn:hover{
	background:#fff;
	color:#222;
}

/* inview */

.inview img{
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.5s ease;
}

.inview.active img{
	clip-path: inset(0 0 0 0);
}

/* header*/

.header_snkk{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	z-index:1000;
	padding:16px 48px;
	transition:1s;
}

.header_snkk.active{
	background:#fff;
}

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

.header_snkk .inner .logo{
	width:44px;
}

.header_snkk .inner nav{
	justify-content: flex-end;
	align-items: center;
}

.header_snkk .inner nav .main_navi{
	justify-content: flex-end;
}

.header_snkk .inner nav .main_navi li{
	margin-left:1.5em;
}

.header_snkk .inner nav .sub_navi{
	justify-content: flex-end;
	margin-left:48px;
}

.header_snkk .inner nav .sub_navi li{
	margin-left:1rem;
	font-size:1.25rem;
}

.header_snkk .inner nav .sub_navi li:first-child{
	margin-left:0;
}

/* footer */

.footer_snkk{
	background:#222;
	color:#fff;
	padding:16px 48px;
}

.footer_snkk a{
	color:#fff;
}

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

.footer_snkk .inner ul li{
	font-size:0.8rem;
	margin-right:1rem;
}

.footer_snkk .inner h6{
	font-size:0.8rem;
}

/* home */

.fv{
	height:calc(100vw / 1920 * 1080);
	position:relative;
}

.fv .fv_slick{
	width:100%;
	height:100%;
	overflow:hidden;
}

.fv .fv_slick img{
	transform-origin: center;
	transform: scale(1.1);
	transition: 5s ease-out;
}

.fv .fv_slick .slick-active img{
	transform: scale(1.0);
}

.fv p{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	font-size:4rem;
	color:#fff;
	letter-spacing:0.1em;
	text-indent:0.1em;
}

.fv .logo{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:400px;
}

.home_content,
.home .home_content:last-child{
	margin-bottom:100px;
}

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

.hc01 .content_wrap{
	justify-content: space-between;
}

.hc01 .content_wrap .left{
	width:776px;
}

.hc01 .content_wrap .left .img01{
	margin-bottom:40px;
}

.hc01 .content_wrap .left .img02{
	width:492px;
	margin:0 auto;
}

.hc01 .content_wrap .right{
	width:440px;
	margin-left:-90px;
	padding-top:180px;
}

.hc01 .content_wrap .right .img03{
	width:350px;
	margin:0 0 72px auto;
}

.hc01 .content_wrap .right .txt ul{
	padding-left:1.5rem;
}

.hc01 .content_wrap .right .txt ul li{
	margin-right:1rem;
	color:#888;
}

.hc03 .content_wrap .box{
	width:calc(100% / 3);
}

.hc03 .content_wrap .box:hover{
	opacity:1;
}

.hc03 .content_wrap .box .img{
	width:66%;
}

.hc03 .content_wrap .box .txt{
	width:34%;
}

.hc03 .content_wrap .box .txt p{
	transform:rotate(90deg);
	transform-origin:bottom left;
	white-space: nowrap;
	line-height:1;
	font-size:5rem;
	margin-top:-1em;
	color:#aaa;
	transition:.5s;
}

.hc03 .content_wrap .box:hover .txt p{
	color:#222;
}

.hc04{
	padding:100px 0;
	background-image:url(https://file001.shop-pro.jp/PA01519/257/hc04.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#fff;
	position:relative;
}

.hc04::after{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}

.hc04 .container{
	position:relative;
	z-index:3;
}

.hc04 p{
	font-size:2rem;
	margin-bottom:0.5em;
}

.hc04 ul{
	justify-content: center;
}

.hc04 ul li{
	margin:0 1rem;
}

.hc05{
	background:#f6f6f6;
	padding:100px 0;
}

.hc05 h3{
	font-size:1.5rem;
	font-weight:500;
	margin-bottom:1rem;
}

/* page */

.page_content{
	margin-bottom:100px;
}

/* product */

.products_archive{
	justify-content: space-between;
}

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

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

.products_archive .article{
	width:23%;
	margin-bottom:28px;
}

.products_archive .article:hover{
	opacity:1;
}

.products_archive .article .img{
	margin-bottom:0.5rem;
	overflow:hidden;
}

.products_archive .article .img .img-trim{
	transition: .5s;
}

.products_archive .article:hover .img .img-trim{
	transform: scale(1.1);
}

.products_archive .article .txt{
	padding:0 0.5rem;
}

.products_archive .article .txt h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.products_archive .article .txt p span{
	color:#a10000;
}

.page_navi ul{
	justify-content: center;
}

.page_navi ul li{
	margin:0 1rem;
}

.page_navi ul li a{
	justify-content: center;
	align-items: center;
	line-height:1;
	width:3rem;
	height:3rem;
	border-radius:50%;
	border:2px solid #222;
}

.page_navi ul li a:hover{
	background:#222;
	color:#fff;
	opacity:1;
}

.page_navi ul li a i{
	opacity:1;
}

.product_single{
	justify-content: space-between;
}

.product_single .img{
	width:48%;
}

.product_single .img .p_slick_main{
	margin-bottom:8px;
}

.product_single .img .p_slick_thumb .slick-track{
	transform: unset !important;
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.product_single .img .p_slick_thumb .slick-slide{
	display: block !important;
	float: none !important;
	flex: 0 0 25%;
	padding:8px;
}

.product_single .img .p_slick_thumb .slick-track::after {
	content: "";
	flex: auto;
}

.product_single .txt{
	width:48%;
	padding-top:28px;
}

.product_single .txt .product_detail01{
	margin-bottom:16px;
}

.product_single .txt .product_detail01 .reserve{
	width:50%;
	border:1px solid #a10000;
	font-size:0.9rem;
	padding:0.5rem 1rem;
	color:#a10000;
	margin-bottom:0.5rem;
}

.product_single .txt .product_detail01 .reserve h5{
	font-weight:700;
	font-size:0.9rem;
}

.product_single .txt .product_detail01 h2{
	font-weight:700;
	font-size:1.5rem
}

.product_single .txt .product_detail01 h3{
	color:#aaa;
}

.product_single .txt .product_detail01 .price{
	font-size:1.75rem;
	margin-top:0.5em;
}

.product_single .txt .product_detail01 .price span{
	color:#a10000;
}

.product_single .txt .product_detail01 h6{
	color:#aaa;
	font-size:0.9rem;
	margin-bottom:1rem;
}

.product_single .txt .product_detail01 h6 a{
	display:inline-block;
	color:#aaa;
	text-decoration:underline;
	margin-left:1rem;
}

.product_single .txt .product_detail02{
	margin-bottom:24px;
	background:#f6f6f6;
	padding:20px 24px 24px;
}

.product_single .txt .product_detail02 .box{
	margin-bottom:1rem;
}

.product_single .txt .product_detail02 .box p{
	margin-bottom:0.5em;
}

.product_single .txt .product_detail02 .box:last-child{
	margin:0.5rem 0 0;
}

.product_single .txt .product_detail03 h4{
	font-size:1.75rem;
	color:#aaa;
}

.product_single .txt .product_detail03 p{
	font-size:0.9rem;
}

/* form */

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	border:1px solid #f6f6f6;
	padding:1rem !important;
	width:100%;
	background:#fff;
	font-size:1rem;
	line-height:1.8;
	color:#222 !important;
	transition:.5s;
	border-radius:4px;
	height:auto;
}

select{
	padding:1.2rem 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	outline:none;
	outline-offset:0;
	border:1px solid #aaa;
}

input[type="submit"]{
	font-size:1rem;
	transition: 0.5s;
}

input[type="submit"]:focus{
	outline:none;
	outline-offset:0;
}

/* info */

.info_content h2{
	font-weight:700;
	font-size:1.25rem;
	margin-bottom:1.5rem;
}

.info_content .content_wrap{
	justify-content: space-between;
}

.info_content .content_wrap .box{
	width:48%;
}

.info_content .content_wrap .box ul li{
	margin-right:2rem;
}

.info_content .content_wrap .box ul li:last-child{
	margin-right:0;
}

.info_content dl dt{
	font-weight:700;
	width:24%;
	padding:0 1rem 1rem;
	margin-bottom:1rem;
	border-bottom:1px solid #ccc;
}

.info_content dl dd{
	width:76%;
	padding:0 1rem 1rem;
	margin-bottom:1rem;
	border-bottom:1px solid #ccc;
}

/* privacy */

.privacy_content h2{
	font-weight:700;
	font-size:1.25rem;
	margin-bottom:1.5rem;
}

.privacy_content .block{
	margin-bottom:2rem;
}

.privacy_content .block:last-child{
	margin-bottom:0;
}

.privacy_content .block h3{
	font-weight:700;
}

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

/* media */

.media_content .block{
	margin-bottom:2rem;
}

.media_content .block:last-child{
	margin-bottom:0;
}

.media_content .block h3{
	font-weight:700;
	padding:0 1rem 0.5rem;
	margin-bottom:0.5rem;
	border-bottom:1px solid #ccc;
}

.media_content .block p{
	padding:0 1rem;
}

.media_content .box{
	background:#f6f6f6;
	padding:1.25rem 2rem;
}

.media_content .box h4{
	font-weight:700;
	font-size:1.25rem;
	margin-bottom:0.75rem;
}

.media_content .box h5{
	font-weight:700;
}

.media_content .box ul{
	margin-bottom:1rem;
}

/* about */

.about_content .block{
	margin-bottom:4rem;
}

.about_content .block:last-child{
	margin-bottom:0;
}

.about_content .block .img{
	margin-top:1rem;
}

.about_content .block h2{
	font-size:1.25rem;
	font-weight:500;
	border-left:4px solid #ccc;
	padding-left:0.75em;
	margin-bottom:1rem;
}

.about_content .block:nth-child(2) .img{
	width:50%;
	margin:0 auto;
}

.about_content .block h5{
	font-weight:500;
}

.about_content .block h3{
	margin-top:2rem;
	font-weight:500;
}

.about_content .block:last-child h3{
	margin-top:1rem;
}

/* display */

.pc-none{
	display:none;
}

@media (max-width: 1366px) {

	/* common */
	
	html{
		font-size:calc(100vw / 1366 * 16);
	}
	
	/* layout */
	
	main{
		display:block;
		margin:calc(100vw / 1366 * 120) auto 0;
	}
	
	.container{
		max-width:calc(100vw - (100vw / 1366 *  200));
		width:calc(100vw / 1366 * 1166);
	}
	
	.container-min{
		max-width:calc(100vw - (100vw / 1366 *  200));
		width:calc(100vw / 1366 * 824);
	}
	
	/* header*/
	
	.header_snkk{
		padding:calc(100vw / 1366 * 16) calc(100vw / 1366 *  48);
	}
	
	.header_snkk .inner .logo{
		width:calc(100vw / 1366 * 44);
	}
	
	.header_snkk .inner nav .sub_navi{
		margin-left:calc(100vw / 1366 * 48);
	}
	
	/* footer */
	
	.footer_snkk{
		padding:calc(100vw / 1366 * 16) calc(100vw / 1366 *  48);
	}
	
	/* home */
	
	.fv{
		height:calc(100vw / 1920 * 1080);
	}
	
	.home_content,
	.home .home_content:last-child{
		margin-bottom:calc(100vw / 1366 * 100);
	}
	
	.hc01 .content_wrap .left{
		width:calc(100vw / 1366 * 776);
	}
	
	.hc01 .content_wrap .left .img01{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.hc01 .content_wrap .left .img02{
		width:calc(100vw / 1366 * 492);
	}
	
	.hc01 .content_wrap .right{
		width:calc(100vw / 1366 * 440);
		margin-left:calc(100vw / 1366 * -90);
		padding-top:calc(100vw / 1366 * 180);
	}
	
	.hc01 .content_wrap .right .img03{
		width:calc(100vw / 1366 * 350);
		margin:0 0 calc(100vw / 1366 *  72) auto;
	}
	
	.hc04,
	.hc05{
		padding:calc(100vw / 1366 * 100) 0;
	}
	
	/* page */
	
	.page_content{
		margin-bottom:calc(100vw / 1366 * 100);
	}
	
	/* product */
	
	.products_archive .article{
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.product_single .img .p_slick_main{
		margin-bottom:calc(100vw / 1366 * 8);
	}
	
	.product_single .img .p_slick_thumb .slick-slide{
		padding:calc(100vw / 1366 * 8);
	}
	
	.product_single .txt{
		padding-top:calc(100vw / 1366 * 28);
	}
	
	.product_single .txt .product_detail01{
		margin-bottom:calc(100vw / 1366 * 16);
	}
	
	.product_single .txt .product_detail02{
		margin-bottom:calc(100vw / 1366 * 24);
		padding:calc(100vw / 1366 * 20) calc(100vw / 1366 *  24) calc(100vw / 1366 *  24);
	}

}

@media (max-width: 768px) {

	/* display */

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

	/* common */
	
	html{
		font-size:calc(100vw / 375 * 16);
	}
	
	/* layout */
	
	main{
		display:block;
		margin:calc(100vw / 375 * 120) auto 0;
	}
	
	.container,
	.container-min{
		max-width:90vw;
		width:90vw;
	}
	
	/* parts */
	
	.heading01{
		font-size:3.2rem;
	}
	
	.heading01 span{
		font-size:1.25rem;
	}
	
	/* header*/
	
	.header_snkk{
		padding:calc(100vw / 375 * 16) 5vw;
	}
	
	.header_snkk .inner .logo{
		width:calc(100vw / 375 * 30);
	}
	
	.header_snkk .inner nav .g_navi_wrap{
		order:2;
		margin-left:5vw;
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn{
		display:block;
		width:calc(100vw / 750 * 48);
		height:calc(100vw / 750 * 32);
		position:relative;
		transition:.5s;
		cursor:pointer;
		z-index:1002;
	}

	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line{
		background:#222;
		display:block;
		height:calc(100vw / 750 * 4);
		position:absolute;
		top:0;
		transition:.5s;
		width:100%;
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line.active{
		background:#fff;
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line--center{
		top:calc(100vw / 750 * 14);
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line--bottom{
		top:auto;
		bottom:0;
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line--top.active{
		top:calc(100vw / 750 * 14);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line--center.active{
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi_btn .menu__line--bottom.active{
		bottom:calc(100vw / 750 * 14);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
	}

	.header_snkk .inner nav .g_navi_wrap .g_navi{
		position:fixed;
		top:0;
		right:0;
		width:60%;
		height:100dvh;
		transition:all .5s ease-in-out;
		transform:translateZ(0) translateX(100%);
		background:rgba(0,0,0,0.7);
		padding:calc(100vw / 375 * 80) calc(100vw / 375 * 40) 0;
	}
	
	.header_snkk .inner nav .g_navi_wrap .g_navi.active{
		transform:translateZ(0) translateX(0);
	}
	
	.header_snkk .inner nav .main_navi li{
		width:100%;
		margin-left:0;
		font-size:1.25rem;
		line-height:2;
	}
	
	.header_snkk .inner nav .main_navi li a{
		color:#fff;
	}
	
	.header_snkk .inner nav .sub_navi{
		order:1;
		margin-left:0;
	}
	
	/* footer */
	
	.footer_snkk{
		padding:calc(100vw / 375 * 16) 5vw;
	}
	
	.footer_snkk .inner{
		flex-direction: column;
	}
	
	.footer_snkk ul{
		width:100%;
		margin-bottom:calc(100vw / 375 * 16);
	}
	
	.footer_snkk .inner ul li{
		width:50%;
		margin-right:0;
	}
	
	.footer_snkk h6{
		width:100%;
		text-align:center;
	}
	
	/* home */
	
	.fv{
		height:calc(100vw / 768 * 1024);
	}
	
	.fv p{
		font-size:2.6rem;
		line-height:1.2;
	}
	
	.fv .logo{
		width:calc(100vw / 375 * 300);
	}
	
	.home_content,
	.home .home_content:last-child{
		margin-bottom:calc(100vw / 375 * 60);
	}
	
	.hc01 .container{
		max-width:100vw;
		width:100vw;
	}
	
	.hc01 .content_wrap .left{
		width:100%;
	}
	
	.hc01 .content_wrap .left .img01{
		width:calc(100vw / 375 * 335);
		margin-left:calc(100vw / 375 * 20);
		margin-bottom:calc(100vw / 375 * 20);
	}
	
	.hc01 .content_wrap .left .img02{
		width:calc(100vw / 375 * 193.45);
		margin:0 0 0 auto;
	}
	
	.hc01 .content_wrap .right{
		width:100%;
		margin-left:0;
		padding-top:0;
		margin-top:calc(100vw / 375 * -120);
	}
	
	.hc01 .content_wrap .right .img03{
		width:calc(100vw / 375 * 160.75);
		margin:0;
	}
	
	.hc01 .content_wrap .right .txt{
		width:80%;
		margin:calc(100vw / 375 * -40) calc(100vw / 375 * 20) 0 auto;
		position:relative;
		z-index:3;
	}
	
	.hc01 .content_wrap .right .txt .heading01{
		font-size:4rem;
		margin-bottom:0.25em;
	}
	
	.hc01 .content_wrap .right .txt ul{
		font-size:0.8rem;
	}
	
	.hc01 .content_wrap .right .txt ul li:last-child{
		margin-right:0;
	}
	
	.hc04{
		background-position:center center;
		background-attachment: scroll;
		background-image:url(https://file001.shop-pro.jp/PA01519/257/hc04-sp.webp);
		padding:calc(100vw / 375 * 100) 0;
	}
	
	.hc05{
		padding:calc(100vw / 375 * 100) 0;
	}
	
	.hc05 p{
		text-align:left;
	}
	
	.hc03 .content_wrap .box{
		width:100%;
		margin-bottom:calc(100vw / 375 * 60);
	}
	
	.hc03 .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	.hc03 .content_wrap .box:nth-child(even){
		flex-direction: row-reverse;
	}
	
	.hc03 .content_wrap .box .img{
		width:60%;
	}
	
	.hc03 .content_wrap .box .txt{
		width:40%;
	}
	
	.hc03 .content_wrap .box .txt p{
		font-size:3.6rem;
		margin-left:0.25em;
	}
	
	.hc03 .content_wrap .box:nth-child(even) .txt p{
		margin-left:1.25em;
	}
	
	/* page */
	
	.page_content{
		margin-bottom:calc(100vw / 375 * 100);
	}
	
	/* product */
	
	.products_archive .article{
		width:47.5%;
		margin-bottom:calc(100vw / 375 * 28);
	}
	
	.products_archive .article .txt{
		padding:0;
	}
	
	.products_archive .article .txt h3{
		font-size:0.9rem;
		-webkit-line-clamp: 2;
	}
	
	.products_archive .article .txt p{
		font-size:0.9rem;
	}
	
	.product_single .img{
		width:100%;
		margin-bottom:calc(100vw / 375 * 28);
	}
	
	.product_single .img .p_slick_main{
		margin-bottom:calc(100vw / 375 * 8);
	}
	
	.product_single .img .p_slick_thumb .slick-slide{
		padding:calc(100vw / 375 * 8);
	}
	
	.product_single .txt{
		width:100%;
		padding-top:0;
	}
	
	.product_single .txt .product_detail01{
		margin-bottom:calc(100vw / 375 * 16);
	}
	
	.product_single .txt .product_detail02{
		margin-bottom:calc(100vw / 375 * 24);
		padding:calc(100vw / 375 * 20) calc(100vw / 375 *  24) calc(100vw / 375 *  24);
	}
	
	/* info */
	
	.info_content .content_wrap .box{
		width:100%;
		margin-bottom:1.5rem;
	}
	
	.info_content .content_wrap .box:last-child{
		margin-bottom:0;
	}
	
	.info_content h2{
		margin-bottom:0.5em;
	}
	
	.info_content .content_wrap .box ul li{
		margin-right:1rem;
	}
	
	.info_content dl dt{
		width:100%;
		border-bottom:0;
		padding:0;
		margin-bottom:0;
	}
	
	.info_content dl dt br{
		display:none;
	}
	
	.info_content dl dd{
		width:100%;
		padding:0 0 0.5rem;
	}
	
	/* media */
	
	.media_content .block p{
		padding:0;
	}
	
	.media_content .box{
		padding:1.5rem 5vw;
	}
	
	/* about */
	
	.about_content .block:nth-child(2) .img{
		width:100%;
	}

}