@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
* {
		margin: 0;
		padding: 0;
}
html {
		overflow-y: scroll;
}
table {
		border-collapse: collapse;
}
img {
		border: none;
		vertical-align: top;
}
.clear {
		clear: both;
}
html {
		-webkit-font-smoothing: antialiased;
}
body {
		background: #F9F4E9;
		color: #331E1E;
		font-family: YakuHanJP,  "Zen Maru Gothic", sans-serif;
		font-size: 16px;
		font-weight: 500;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
}
html.isLock, body.isLock {
		overflow: hidden;
}
h1, h2, h3, h4, h5 {
		font-weight: normal;
}
h1, h2, h3, h4, h5, p, li, dt, dd, th, td {
		letter-spacing: 0.02em;
}
@media(max-width: 767px) {
		body {
				font-size: 15px;
		}
}
.page_shell {
		overflow: hidden;
		max-width: 2560px;
		margin: 0 auto;
}
header {
		height: 100px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #ECD5BB;
		z-index: 1000
}
.header_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0 20px;
		height: 100px;
}
.header_logo {
		width: 260px;
}
.header_logo img {
		width: 100%;
		height: auto;
}
.header_right {
		display: flex;
		align-items: center;
}
.header_right ul {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
}
.header_right ul li {
		font-size: 22px;
		font-weight: 700;
		margin: 0 20px;
}
.header_right ul li a {
		color: #867055;
		text-decoration: none;
}
.header_follow {
		width: 80px;
		margin-right: 20px;
}
.header_follow img {
		width: 100%;
		height: auto;
}
.header_ec {
		font-size: 22px;
		font-weight: 700;
}
.header_ec a {
		color: #fff;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
		padding: 0 35px;
		background-color: #e2bab4;
}
.header_ec a span {
		transform: translateY(-1px);
		position: relative;
		padding-left: 40px;
}
.header_ec a span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 11px);
		left: 0;
		width: 25px;
		height: 23px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 25px;
		background-image: url("../images/icon_cart_wht.png")
}
@media(max-width: 1680px) {
		.header_right ul li {
				font-size: 18px;
				margin: 0 15px;
		}
		.header_follow {
				margin-right: 15px;
		}
		.header_ec {
				font-size: 18px;
		}
		.header_ec a {
				padding: 0 25px;
		}
		.header_ec a span {
				padding-left: 35px;
		}
}
@media(max-width: 1440px) {
		header, .header_inner {
				height: 80px;
		}
		.header_logo {
				width: 180px;
		}
		.header_right ul {
				margin-right: 10px;
		}
		.header_right ul li {
				font-size: 16px;
				margin: 0 12px;
		}
		.header_follow {
				width: 70px;
				margin-right: 15px;
		}
		.header_ec {
				font-size: 16px;
		}
		.header_ec a {
				height: 80px;
				padding: 0 20px;
		}
}
@media(max-width: 1200px) {
		.header_logo {
				width: 150px;
		}
		.header_right ul li {
				font-size: 15px;
				margin: 0 10px;
		}
		.header_follow {
				margin-right: 10px;
		}
		.header_ec {
				font-size: 15px;
		}
		.header_ec a {
				padding: 0 15px;
		}
}
@media(max-width: 1024px) {
		.header_inner {
				padding-right: 80px;
		}
		.header_logo {
				width: 200px;
		}
		.header_right ul {
				display: none
		}
		.header_follow {
				width: 80px;
				height: 80px;
				margin: 0;
				position: relative;
		}
		.header_follow::before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: -36px;
				width: 40px;
				height: 80px;
				background-repeat: no-repeat;
				background-position: 0 0;
				background-size: 40px;
				background-image: url("../images/kv_catch_mid_voice.png")
		}
		.header_follow a {
				width: 80px;
				height: 80px;
				padding: 0;
				display: block;
				background-color: #decebd;
				border-radius: 0 0 16px 16px;
				box-shadow: 0px 0px 5px rgba(185, 153, 149, 0.3);
		}
		.header_ec a span {
				display: none
		}
		.header_ec a {
				width: 80px;
				height: 80px;
				padding: 0;
				background-color: #e2bab4;
				background-repeat: no-repeat;
				background-position: 0 0;
				background-size: 80px;
				background-image: url("../images/icon_cart_wht_mid.png");
				border-radius: 0 0 16px 16px;
				box-shadow: 0px 0px 5px rgba(185, 153, 149, 0.3);
		}
}
@media(max-width: 767px) {
		header, .header_inner {
				height: 60px;
		}
		.header_inner {
				padding-right: 60px;
		}
		.header_logo {
				width: 130px;
		}
		.header_follow {
				width: 60px;
				height: 60px;
				margin: 0;
				position: relative;
		}
		.header_follow::before {
				left: -24px;
				width: 30px;
				height: 60px;
				background-size: 27px;
				background-image: url("../images/kv_catch_sp_voice.png")
		}
		.header_follow a {
				width: 60px;
				height: 60px;
				border-radius: 0 0 16px 16px;
				box-shadow: 0px 0px 5px rgba(185, 153, 149, 0.3);
		}
		.header_ec a span {
				display: none
		}
		.header_ec a {
				width: 60px;
				height: 60px;
				background-size: 60px;
		}
}
main {
		padding-top: 98px;
}
@media(max-width: 1440px) {
		main {
				padding-top: 78px;
		}
}
@media(max-width: 767px) {
		main {
				padding-top: 59px;
		}
}
footer {
		background-color: #e2bab4;
		height: 56px;
}
.footer_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 56px;
		color: #fff;
		padding: 0 20px;
}
.corprate_logo {
		width: 60px;
		margin-right: 10px;
}
.corprate_logo img {
		width: 60px;
		height: auto;
}
.copyright {
		margin-left: 10px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0.02em
}
@media(max-width: 767px) {
		footer, .footer_inner {
				height: auto;
				padding: 10px 0;
		}
		.footer_inner {
				display: block;
				padding-left: 20px;
				padding-right: 20px;
		}
		.corprate_logo {
				width: 40px;
				margin: 0 0 5px;
		}
		.corprate_logo img {
				width: 40px;
				height: auto;
		}
		.copyright {
				margin: 0;
				font-size: 11px;
		}
}
/* ============== */
@media(min-width: 1025px) {
		.sp_nav {
				display: none;
		}
		.page_cover {
				display: none !important
		}
}
@media(max-width: 1024px) {
		.bodyLock {
				overflow: hidden
		}
}
.sp_nav, .sp_nav_trigger, .sp_nav_trigger::before {
		width: 80px;
		height: 80px
}
.sp_nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 5000;
}
.sp_nav_trigger {
		background: none;
		border: none;
		cursor: pointer;
		display: inline-block;
		position: relative;
}
.sp_nav_trigger::before, .sp_nav_trigger::after {
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
}
.sp_nav_trigger::before {
		top: 0;
		left: 0;
		background: #ECD5BB;
		z-index: 1;
		transition: background 0.2s;
		border-radius: 0 0 16px 16px;
		box-shadow: 0 0 5px rgba(161, 145, 124, 0.5);
}
.sp_nav_trigger.navOpen::before {
		box-shadow: none;
}
.sp_nav_trigger::after {
		top: 17px;
		left: 17px;
		width: 46px;
		height: 46px;
		border: 2px solid #867055;
		border-radius: 50%;
		box-sizing: border-box;
		z-index: 2
}
.sp_nav_trigger .sp_nav_trigger_bar {
		display: block;
		position: absolute;
		top: 39px;
		left: 32px;
		height: 2px;
		width: 16px;
		background: #867055;
		z-index: 2;
}
.sp_nav_trigger .sp_nav_trigger_bar:first-child, .sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
.sp_nav_trigger .sp_nav_trigger_bar:first-child {
		top: 33px;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(4), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
		top: 39px;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
		top: 45px;
}
@media(max-width: 767px) {
		.sp_nav, .sp_nav_trigger, .sp_nav_trigger::before {
				width: 60px;
				height: 60px
		}
		.sp_nav {
				top: 0;
				right: 0;
		}
		.sp_nav_trigger::after {
				top: 11px;
				left: 11px;
				width: 38px;
				height: 38px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar {
				top: 29px;
				left: 24px;
				width: 12px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:first-child {
				top: 24px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:nth-child(2), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(4), .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
				top: 29px;
		}
		.sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
				top: 34px;
		}
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(4) {
		transform: rotate(45deg);
		background: none;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(5) {
		transform: rotate(-45deg);
		background: none;
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(4)::before, .sp_nav_trigger .sp_nav_trigger_bar:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #867055;
		transform: scaleX(0);
		transform-origin: right center;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(4)::before {
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(5)::before {
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:first-child {
		transform: translateY(7px) scaleX(0);
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(2) {
		opacity: 0;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(3) {
		transform: translateY(-7px) scaleX(0);
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(4)::before, .sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(5)::before {
		transform: scaleX(1);
}
.page_cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.3);
		z-index: 1500;
		display: none;
}
.navBoard {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 2000;
		display: none;
		background: #ECD5BB;
}
.navBoard .header_logo {
		position: absolute;
		top: 26px;
		left: 20px;
}
.navBoard_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 90vh;
}
.navBoard_inner_menu li {
		list-style: none;
		font-size: 30px;
		font-weight: 700;
}
.navBoard_inner_menu li a {
		text-decoration: none;
		color: #867055;
		display: block;
		padding: 15px;
		text-align: center;
}
@media(max-width: 767px) {
		.navBoard .header_logo {
				top: 20px;
		}
		.navBoard_inner_menu li a {
				padding: 10px;
		}
		.navBoard_inner_menu li {
				font-size: 22px;
		}
}
/* ==================== */
/* ==================== */
*::selection {
		background: #ccc !important;
		-webkit-background-clip: inherit;
		-webkit-text-fill-color: #ccc;
		color: #867055;
}
::-moz-selection {
		background: #ccc;
}

.insta__modal-scroll::-webkit-scrollbar {
		width: 5px;
		height: 10px;
}
.insta__modal-scroll::-webkit-scrollbar-track {
		background-color: #f5f5f5;
}
.insta__modal-scroll::-webkit-scrollbar-thumb {
		background-color: #E2BAB4;
}

