@charset "utf-8";

/*Googlefonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;600&family=Zen+Old+Mincho:wght@400;600&display=swap');

body {
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", "Arial", Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-size: 1.5rem;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%
}

a {
	transition-property: all;
	transition: 0.2s linear;
	text-decoration: none;
}

_:-ms-lang(x)::-ms-backdrop,
a {
	transition: 0s;
}

a:focus,
*:focus {
	outline: none;
}

p {
	margin: 0px;
	padding: 0px
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
height: auto;
overflow: hidden;
/**/
}

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

.moa {
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left
}

@media (min-width: 992px) {
	.tal {
		text-align: center
	}
}

.left {
	float: left;
}

.right {
	float: right;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: .5rem !important;
}

.mb10 {
	margin-bottom: 1rem !important;
}

.mb15 {
	margin-bottom: 1.5rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb25 {
	margin-bottom: 2.5rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb35 {
	margin-bottom: 3.5rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb45 {
	margin-bottom: 4.5rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb55 {
	margin-bottom: 5.5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb65 {
	margin-bottom: 6.5rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb75 {
	margin-bottom: 7.5rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb85 {
	margin-bottom: 8.5rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb95 {
	margin-bottom: 9.5rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.fwb {
	font-weight: bold;
}

@media (max-width: 767px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 1.8 !important;
	}
}

@media (min-width: 768px) {
	.lh2 {
		line-height: 1.8 !important;
	}

	.lh22 {
		line-height: 2 !important;
	}
}

@media (min-width: 992px) {
	.lh2 {
		line-height: 2 !important;
	}

	.lh22 {
		line-height: 2.2 !important;
	}
}

.s11 {
	font-size: 1.1rem !important;
	line-height: 1.6;
}

.s12 {
	font-size: 1.2rem !important;
	line-height: 1.6;
}

.s13 {
	font-size: 1.3rem !important;
	line-height: 1.6;
}

.s14 {
	font-size: 1.4rem !important;
	line-height: 1.6;
}

.s14_c {
	font-size: 1.4rem !important;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 767px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}

	.s16_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

@media (min-width: 992px) {
	.s15 {
		font-size: 1.5rem !important;
		line-height: 1.7;
	}

	.s16 {
		font-size: 1.6rem !important;
		line-height: 1.7;
	}

	.s15_c {
		font-size: 1.5rem !important;
		line-height: 1.7;
		text-align: center;
	}

	.s16_c {
		font-size: 1.6rem !important;
		line-height: 1.7;
		text-align: center;
	}
}

.s17 {
	font-size: 1.7rem !important;
	line-height: 1.7;
}

.s18 {
	font-size: 1.8rem !important;
	line-height: 1.7;
}

.s19 {
	font-size: 1.9rem !important;
	line-height: 1.7;
}

.s20 {
	font-size: 2rem !important;
	line-height: 1.7;
}

.s21 {
	font-size: 2.1rem !important;
	line-height: 1.7;
}

.s22 {
	font-size: 2.2rem !important;
	line-height: 1.7;
}

.s23 {
	font-size: 2.3rem !important;
	line-height: 1.7;
}

.s24 {
	font-size: 2.4rem !important;
	line-height: 1.7;
}

.s25 {
	font-size: 2.5rem !important;
	line-height: 1.7;
}

.s26 {
	font-size: 2.6rem !important;
	line-height: 1.7;
}

.s27 {
	font-size: 2.7rem !important;
	line-height: 1.7;
}

.s28 {
	font-size: 2.8rem !important;
	line-height: 1.7;
}

.s29 {
	font-size: 2.9rem !important;
	line-height: 1.7;
}

.s30 {
	font-size: 3rem !important;
	line-height: 1.7;
}

.br10 img {
	border-radius: 10px;
}

.br20 img {
	border-radius: 20px;
}

.br30 img {
	border-radius: 30px;
}

img.br10 {
	border-radius: 10px;
}

img.br20 {
	border-radius: 20px;
}

img.br30 {
	border-radius: 30px;
}

a.underline {
	text-decoration: underline;
	word-break: break-all;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.pos {
	position: relative;
}

@media (max-width: 767px) {
	.flex_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.reverse_sp {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 768px) {
	.flex_b {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.flex_c {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.flex_c {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.flex_s {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.flex_s {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.flex_e {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.flex_e {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.stretch {
	align-items: stretch;
}

.center {
	align-items: center;
}

.start {
	align-items: flex-start;
}

.end {
	align-items: flex-end;
}

.baseline {
	align-items: baseline;
}

.wrap {
	flex-wrap: wrap;
}

.dg {
	display: grid;
}

@media (max-width: 767px) {
	.cont20 {
		width: 100%;
	}

	.cont21 {
		width: 100%;
	}

	.cont22 {
		width: 100%;
	}

	.cont23 {
		width: 100%;
	}

	.cont24 {
		width: 100%;
	}

	.cont25 {
		width: 100%;
	}

	.cont26 {
		width: 100%;
	}

	.cont27 {
		width: 100%;
	}

	.cont28 {
		width: 100%;
	}

	.cont29 {
		width: 100%;
	}

	.cont30 {
		width: 100%;
	}

	.cont31 {
		width: 100%;
	}

	.cont32 {
		width: 100%;
	}

	.cont33 {
		width: 100%;
	}

	.cont34 {
		width: 100%;
	}

	.cont35 {
		width: 100%;
	}

	.cont36 {
		width: 100%;
	}

	.cont37 {
		width: 100%;
	}

	.cont38 {
		width: 100%;
	}

	.cont39 {
		width: 100%;
	}

	.cont40 {
		width: 100%;
	}

	.cont41 {
		width: 100%;
	}

	.cont42 {
		width: 100%;
	}

	.cont43 {
		width: 100%;
	}

	.cont44 {
		width: 100%;
	}

	.cont45 {
		width: 100%;
	}

	.cont46 {
		width: 100%;
	}

	.cont47 {
		width: 100%;
	}

	.cont48 {
		width: 100%;
	}

	.cont49 {
		width: 100%;
	}

	.cont50 {
		width: 100%;
	}

	.cont51 {
		width: 100%;
	}

	.cont52 {
		width: 100%;
	}

	.cont53 {
		width: 100%;
	}

	.cont54 {
		width: 100%;
	}

	.cont55 {
		width: 100%;
	}

	.cont56 {
		width: 100%;
	}

	.cont57 {
		width: 100%;
	}

	.cont58 {
		width: 100%;
	}

	.cont59 {
		width: 100%;
	}

	.cont60 {
		width: 100%;
	}

	.cont61 {
		width: 100%;
	}

	.cont62 {
		width: 100%;
	}

	.cont63 {
		width: 100%;
	}

	.cont64 {
		width: 100%;
	}

	.cont65 {
		width: 100%;
	}

	.cont66 {
		width: 100%;
	}

	.cont67 {
		width: 100%;
	}

	.cont68 {
		width: 100%;
	}

	.cont69 {
		width: 100%;
	}

	.cont70 {
		width: 100%;
	}

	.cont71 {
		width: 100%;
	}

	.cont72 {
		width: 100%;
	}

	.cont73 {
		width: 100%;
	}

	.cont74 {
		width: 100%;
	}

	.cont75 {
		width: 100%;
	}

	.cont76 {
		width: 100%;
	}

	.cont77 {
		width: 100%;
	}

	.cont78 {
		width: 100%;
	}

	.cont79 {
		width: 100%;
	}

	.cont80 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cont20 {
		width: 20%;
	}

	.cont21 {
		width: 21%;
	}

	.cont22 {
		width: 22%;
	}

	.cont23 {
		width: 23%;
	}

	.cont24 {
		width: 24%;
	}

	.cont25 {
		width: 25%;
	}

	.cont26 {
		width: 26%;
	}

	.cont27 {
		width: 27%;
	}

	.cont28 {
		width: 28%;
	}

	.cont29 {
		width: 29%;
	}

	.cont30 {
		width: 30%;
	}

	.cont31 {
		width: 31%;
	}

	.cont32 {
		width: 32%;
	}

	.cont33 {
		width: 33%;
	}

	.cont34 {
		width: 34%;
	}

	.cont35 {
		width: 35%;
	}

	.cont36 {
		width: 36%;
	}

	.cont37 {
		width: 37%;
	}

	.cont38 {
		width: 38%;
	}

	.cont39 {
		width: 39%;
	}

	.cont40 {
		width: 40%;
	}

	.cont41 {
		width: 41%;
	}

	.cont42 {
		width: 42%;
	}

	.cont43 {
		width: 43%;
	}

	.cont44 {
		width: 44%;
	}

	.cont45 {
		width: 45%;
	}

	.cont46 {
		width: 46%;
	}

	.cont47 {
		width: 47%;
	}

	.cont48 {
		width: 48%;
	}

	.cont49 {
		width: 49%;
	}

	.cont50 {
		width: 50%;
	}

	.cont51 {
		width: 51%;
	}

	.cont52 {
		width: 52%;
	}

	.cont53 {
		width: 53%;
	}

	.cont54 {
		width: 54%;
	}

	.cont55 {
		width: 55%;
	}

	.cont56 {
		width: 56%;
	}

	.cont57 {
		width: 57%;
	}

	.cont58 {
		width: 58%;
	}

	.cont59 {
		width: 59%;
	}

	.cont60 {
		width: 60%;
	}

	.cont61 {
		width: 61%;
	}

	.cont62 {
		width: 62%;
	}

	.cont63 {
		width: 63%;
	}

	.cont64 {
		width: 64%;
	}

	.cont65 {
		width: 65%;
	}

	.cont66 {
		width: 66%;
	}

	.cont67 {
		width: 67%;
	}

	.cont68 {
		width: 68%;
	}

	.cont69 {
		width: 69%;
	}

	.cont70 {
		width: 70%;
	}

	.cont71 {
		width: 71%;
	}

	.cont72 {
		width: 72%;
	}

	.cont73 {
		width: 73%;
	}

	.cont74 {
		width: 74%;
	}

	.cont75 {
		width: 75%;
	}

	.cont76 {
		width: 76%;
	}

	.cont77 {
		width: 77%;
	}

	.cont78 {
		width: 78%;
	}

	.cont79 {
		width: 79%;
	}

	.cont80 {
		width: 80%;
	}
}

@media (max-width: 420px) {
	.mb_mainimg {
		margin-bottom: 3rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 2rem !important;
	}

	.mb_cont4 {
		margin-bottom: 1.5rem !important;
	}
}

@media (min-width: 421px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 4rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2rem !important;
	}
}

@media (min-width: 768px) {
	.mb_mainimg {
		margin-bottom: 4rem !important;
	}

	.mb_cont {
		margin-bottom: 5rem !important;
	}

	.mb_cont2 {
		margin-bottom: 4rem !important;
	}

	.mb_cont3 {
		margin-bottom: 3rem !important;
	}

	.mb_cont4 {
		margin-bottom: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.mb_mainimg {
		margin-bottom: 5rem !important;
	}

	.mb_cont {
		margin-bottom: 6rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

@media (min-width: 1920px) {
	.mb_mainimg {
		margin-bottom: 7rem !important;
	}

	.mb_cont {
		margin-bottom: 7rem !important;
	}

	.mb_cont2 {
		margin-bottom: 5rem !important;
	}

	.mb_cont3 {
		margin-bottom: 4rem !important;
	}

	.mb_cont4 {
		margin-bottom: 3rem !important;
	}
}

.dn {
	display: none;
}

span.tel_link {
	color: #333;
}

span.tel_link_white {
	color: #fff;
}

@media (min-width: 768px) {
	.smooth {
		clip-path: inset(0 100% 0 0);
		display: inline-block;
		transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
		transition-property: clip-path;
	}

	.smooth.is-animated {
		clip-path: inset(0);
	}

	span.text2 {
		transition-delay: 1s;
	}

	.delay1 {
		animation-delay: 1s;
	}

}





/* header
=========================================================================== */

:root {
	--purple: #722f8e;
	--dark-purple: #2b152e;
	--text-brown: #2d2926;
	--soft-bg: #f5efe5;
	--cream-bg: #fcfaf6;
	--serif: "Zen Old Mincho", "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.inner_body {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

header {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9999;
	width: 100%;
	max-width: 1920px;
	height: 89px;
	padding-left: 42px;
	transform: translateX(-50%);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	transition: background-color .25s, box-shadow .25s;
	background-color: rgba(43, 21, 46, .2);
}

header.h_fixed {
	background-color: rgba(43, 21, 46, 0.86);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .15);
}

h1.logo_h {
	position: relative;
	z-index: 10;
	width: 360px;
	margin: 0;
}

h1.logo_h a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}

.brand_ja {
	display: block;
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .12em;
}

.brand_en {
	display: block;
	margin-top: 5px;
	font-size: .9rem;
	line-height: 1.25;
	letter-spacing: .28em;
	opacity: .7;
}

.drawer {
	flex: 1;
	min-width: 0;
}

.drawer_bg,
.drawer_inner {
	height: 100%;
}

.drawer_inner {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}

.drawer_btn {
	display: none;
}

/* グローバルナビ
--------------------------------------------------------- */
.gnav {
	display: flex;
	align-items: center;
}

.gnav_items {
	display: flex;
	align-items: center;
	gap: 46px;
	margin: 0;
}

.gnav_item>a {
	display: block;
	padding: 30px 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .04em;
	color: #fff !important;
	text-decoration: none;
	position: relative;
}

.gnav_item>a:hover {
	opacity: 1;
}

.gnav_item>a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-radius: 50%;
	background: #fff;
	content: "";
	transform: scale(0);
	transition: transform 0.2s;
}

.gnav_item.active>a::after,
.gnav_item>a:hover::after {
	transform: scale(1);
}

.info_h {
	display: flex;
	align-items: stretch;
	margin-left: 300px;
	border-left: 1px solid rgba(255, 255, 255, 0.23);
}

.tel_h {
	display: flex;
	width: 282px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-decoration: none;
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
}

.tel_h b {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .04em;
	margin-bottom: 7px;
}

.tel_h span.tel_link {
	color: #fff;
}

.contact_h {
	display: flex;
	width: 156px;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .04em;
	color: #fff !important;
	text-decoration: none;
	background-color: rgba(114, 47, 142, .9);
}

.contact_h:hover {
	background-color: rgba(86, 32, 110, .96);
	opacity: 1;
}

@media (max-width: 1699px) {
	.info_h {
		margin-left: 120px;
	}
}

@media (max-width: 1399px) {
	header {
		padding-left: 28px;
	}

	h1.logo_h {
		width: 320px;
	}

	.gnav_items {
		gap: 28px;
	}

	.info_h {
		margin-left: 60px;
	}

	.tel_h {
		width: 230px;
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	header {
		height: 78px;
	}

	.brand_ja {
		font-size: 2rem;
	}

	.gnav_items {
		gap: 20px;
	}

	.gnav_item>a {
		font-size: 1.4rem;
	}

	.info_h {
		margin-left: 30px;
	}

	.tel_h {
		width: 190px;
		padding-left: 22px;
	}

	.tel_h strong {
		font-size: 2rem;
	}

	.contact_h {
		width: 130px;
		font-size: 1.4rem;
	}
}

@media (max-width: 1279px) {
	header {
		height: 78px;
		padding-left: 28px;
	}

	h1.logo_h {
		width: 320px;
	}

	.brand_ja {
		font-size: 2rem;
	}

	.drawer_btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1000;
		width: 78px;
		height: 78px;
		outline: none !important;
		background-color: rgba(114, 47, 142, .9);
		border: none;
	}

	.btn_line {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 28px;
		height: 2px;
		margin: auto;
		background: #fff;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
	}

	.btn_line:nth-child(1) {
		transform: translateY(-9px);
	}

	.btn_line:nth-child(3) {
		transform: translateY(9px);
	}

	.is-drawer-open .btn_line:nth-child(1) {
		transform: rotate(45deg);
	}

	.is-drawer-open .btn_line:nth-child(2) {
		opacity: 0;
	}

	.is-drawer-open .btn_line:nth-child(3) {
		transform: rotate(-45deg);
	}

	.drawer_bg {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 500;
		width: 86%;
		height: 100vh;
		overflow-x: hidden;
		background-color: #2b152e;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer_bg {
		overflow-y: auto;
		transform: translateX(-100%);
		pointer-events: auto;
	}

	.drawer_inner {
		visibility: hidden;
		display: block;
		padding: 105px 34px 80px;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
		transform: translateX(30px);
	}

	.is-drawer-open .drawer_inner {
		visibility: visible;
		opacity: 1;
		transform: none;
	}

	.drawer__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 400;
		visibility: hidden;
		width: 100%;
		height: 100vh;
		opacity: 0;
		transition: .5s cubic-bezier(.645, .045, .355, 1);
		pointer-events: none;
	}

	.is-drawer-open .drawer__overlay {
		visibility: visible;
		background: rgba(0, 0, 0, .38);
		opacity: 1;
		pointer-events: auto;
	}

	.gnav,
	.gnav_items {
		display: block;
	}

	.gnav_item {
		border-bottom: 1px solid rgba(255, 255, 255, .18);
	}

	.gnav_item>a {
		padding: 18px 0;
		font-size: 1.8rem;
	}

	.info_h {
		display: block;
		margin: 36px 0 0;
	}

	.tel_h,
	.contact_h {
		width: 100%;
		height: auto;
		padding: 18px 20px;
	}

	.tel_h strong {
		font-size: 2.3rem;
	}

	.contact_h {
		margin-top: 12px;
		justify-content: flex-start;
		font-size: 1.6rem;
	}
}

@media (max-width: 991px) {
	header {
		height: 60px;
		padding-left: 18px;
	}

	h1.logo_h {
		width: 290px;
	}

	.brand_ja {
		font-size: 1.8rem;
	}

	.drawer_btn {
		width: 60px;
		height: 60px;
	}

	.info_h {
		border-left: none;
		padding-left: 0;
	}

	.tel_h {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		color: #fff !important;
		text-decoration: none;
		font-family: var(--serif);
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: .04em;
		padding: 0 0 15px;
	}

	.gnav_item>a {
		padding: 10px 0;
		font-size: 1.7rem;
	}
}

@media (min-width: 1280px) {
	.gnav_item>a {
		white-space: nowrap;
	}
}









/* 共通
=========================================================================== */

.flex_b {
	display: flex;
	justify-content: space-between;
}

.label_sec {
	margin-bottom: 12px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .3em;
	color: var(--purple);
}

.ttl_sec {
	position: relative;
	margin-bottom: 42px;
	font-family: var(--serif);
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .14em;
	color: #3a2118;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ttl_sec:after {
	display: block;
	content: "";
	width: 54px;
	height: 1px;
	background: linear-gradient(90deg, rgba(114, 47, 142, .62), rgba(114, 47, 142, 0));
	margin-left: 30px;
}

.label_sec.light,
.ttl_sec.light {
	color: rgba(255, 255, 255, .72);
}

.ttl_sec.light {
	color: rgba(255, 255, 255, .92);
}

.ttl_sec.light:after {
	display: block;
	content: "";
	width: 54px;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(114, 47, 142, 0));
	margin-left: 30px;
}

.catch_sec {
	font-family: var(--serif);
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 1.52;
	letter-spacing: .08em;
	color: var(--text-brown);
}

.catch_sec.light {
	color: #fff;
}

.text_sec {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .04em;
	color: var(--text-brown);
}

.text_sec.light {
	color: rgba(255, 255, 255, .78);
}

.btn_outline a {
	position: relative;
	display: flex;
	align-items: center;
	width: 300px;
	height: 64px;
	padding: 0 60px 0 25px;
	border: 1px solid rgba(114, 47, 142, .72);
	font-size: 1.7rem;
	line-height: 1.9;
	letter-spacing: .04em;
	color: var(--purple);
	text-decoration: none;
	background-color: #fcf4e7;
}

.btn_outline a:after,
.contact_form:after {
	content: "→";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.8rem;
	line-height: 1;
}

.btn_outline a:hover,
.contact_form:hover {
	background-color: var(--purple);
	color: #fff!important;
	opacity: 1;
}

@media (max-width: 1399px) {
	.catch_sec {
		font-size: 4.2rem;
	}
}

@media (max-width: 991px) {
	.flex_b {
		display: block;
	}

	.label_sec {
		margin-bottom: 8px;
		font-size: 1rem;
	}

	.ttl_sec {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.ttl_sec:after {
		left: 132px;
	}

	.catch_sec {
		font-size: 3.8rem;
		line-height: 1.55;
	}

	.text_sec {
		font-size: 1.5rem;
		line-height: 1.9;
	}
}

@media (max-width: 767px) {
	.catch_sec {
		font-size: 2.4rem;
	}

	.btn_outline a {
		width: 100%;
		max-width: 240px;
		height: 56px;
		font-size: 1.4rem;
		margin: 0 auto;
	}
}

/* メインビジュアル
=========================================================================== */

.bg_mainimg {
	position: relative;
	width: 100%;
}

.inner_catch {
	position: absolute;
	left: 150px;
	top: 33%;
	z-index: 2;
	width: 820px;
	color: #fff;
}

.lead_mainimg {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .32em;
}

.catch_mainimg {
	font-family: var(--serif);
	font-size: 8.4rem;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: .08em;
}

.text_mainimg {
	margin-top: 26px;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.05;
	letter-spacing: .04em;
}



.swiper-slide {
	overflow: hidden;
}

.slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(1.08) translateX(-2.5%);
	transform-origin: center center;
	will-change: transform;
}

.swiper-slide.is-mainimg-panning .slide-img img {
	animation: mainimg-pan-right 6.8s ease-out forwards;
}

.swiper-slide.is-mainimg-end .slide-img img {
	transform: scale(1.08) translateX(2.5%);
}

@keyframes mainimg-pan-right {
	from {
		transform: scale(1.08) translateX(-2.5%);
	}

	to {
		transform: scale(1.08) translateX(2.5%);
	}
}

.hero_index {
	position: absolute;
	top: 42%;
	right: 35px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.hero_index button {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 0;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.hero_index .bar {
	display: block;
	width: 25px;
	height: 1px;
	margin-left: 12px;
	background: rgba(255, 255, 255, 0.6);
	transition: width 0.45s, background-color 0.45s;
}

.hero_index button.on {
	color: #fff;
}

.hero_index button.on .bar {
	width: 60px;
	background: #fff;
}

.scroll_guide {
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 2222;
	display: flex;
	align-items: center;
	gap: 13px;
	font-size: .9rem;
	line-height: 1.9;
	letter-spacing: .28em;
	color: #fff !important;
	text-decoration: none;
	writing-mode: vertical-rl;
	transform: translateX(-50%);
}

.scroll_guide i {
	position: relative;
	display: block;
	width: 1px;
	height: 70px;
	background: rgba(255, 255, 255, .45);
	overflow: hidden;
}

.scroll_guide i:after {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	animation: scrollLine 2.2s infinite;
}

@keyframes scrollLine {
	to {
		transform: translateY(200%);
	}
}

.place_mainimg {
	position: absolute;
	right: 40px;
	bottom: 35px;
	z-index: 2;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .34em;
	color: #fff;
	opacity: 0.68;
}

@media (max-width: 1399px) {
	.inner_catch {
		left: 40px;
		top: 25%;
		width: 720px;
	}

	.lead_mainimg {
		margin-bottom: 25px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.9;
		letter-spacing: .32em;
	}

	.catch_mainimg {
		font-family: var(--serif);
		font-size: 5.4rem;
		font-weight: 400;
		line-height: 1.38;
		letter-spacing: .08em;
	}

	.text_mainimg {
		margin-top: 26px;
		font-size: 1.7rem;
		font-weight: 400;
		line-height: 2.05;
		letter-spacing: .04em;
	}

}

@media (max-width: 991px) {
	.bg_mainimg {}

	.inner_catch {
		left: 40px;
		top: 130px;
		width: 78%;
	}

	.catch_mainimg {
		font-size: 4rem;
	}

	.lead_mainimg {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.text_mainimg {
		font-size: 1.3rem;
	}

	.place_mainimg {
		right: 40px;
		font-size: 1rem;
		letter-spacing: 0.2em;
	}

	.scroll_guide {
		display: none;
	}
}

@media (max-width: 767px) {
	.bg_mainimg {}

	.inner_catch {
		left: 25px;
		top: 35%;
		width: 90%;
	}

	.lead_mainimg {
		font-size: 1.4rem;
	}

	.catch_mainimg {
		font-size: 3.3rem;
		line-height: 1.4;
	}

	.text_mainimg {
		font-size: 1.3rem;
	}

	.scroll_guide,
	.place_mainimg {
		display: none;
	}

	.hero_index {
		display: none;
	}
}





/* top01 私たちについて
=========================================================================== */

.bg_top01 {
	position: relative;
	padding: 130px 0 168px;
	background: #f5efe5 url(../images/AS003.svg) center / cover no-repeat;
}

.bg_top01:after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 0 0, rgba(114, 47, 142, .08) 1px, transparent 1px);
	background-size: 64px 64px;
	opacity: .26;
	pointer-events: none;
}

.container_top01 {
	position: relative;
	z-index: 1;
	width: 1360px;
	margin: 0 auto;
}

.cont_top01 {
	width: 558px;
}

.cont_top01 .text_sec {
	margin-top: 34px;
}

.cont_top01 .btn_outline {
	margin-top: 50px;
}

.pic_top01 {
	position: relative;
	width: 710px;
	padding-top: 40px;
}

.pic_top01:before {
	content: "";
	position: absolute;
	left: -28px;
	bottom: 0px;
	z-index: 0;
	width: 355px;
	height: 289px;
	background-color: var(--purple);
}

.pic_about_main {
	position: relative;
	z-index: 1;
	width: 710px;
	height: 560px;
	overflow: hidden;
}

.pic_about_main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 58%;
}

.pic_about_sub {
	position: absolute;
	right: -22px;
	bottom: -25px;
	z-index: 2;
	width: 210px;
	height: 162px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
	border: 7px solid #fff;
}

.pic_about_sub img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.caption_top01 {
	margin-top: 25px;
	font-family: var(--serif);
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .14em;
	color: var(--purple);
}

@media (max-width: 1399px) {
	.container_top01 {
		width: calc(100% - 80px);
	}

	.cont_top01 {
		width: 43%;
	}

	.pic_top01 {
		width: 52%;
	}

	.pic_about_main {
		width: 100%;
	}

	.pic_top01:before {
		content: "";
		position: absolute;
		left: -20px;
		bottom: 0px;
		z-index: 0;
		width: 320px;
		height: 240px;
		background-color: var(--purple);
	}
}

@media (max-width: 991px) {
	.bg_top01 {
		padding: 50px 0;
	}

	.container_top01 {
		width: calc(100% - 50px);
	}

	.cont_top01,
	.pic_top01 {
		width: 100%;
	}

	.pic_top01 {
		margin-top: 50px;
		padding-top: 0;
	}

	.pic_about_main {
		height: 430px;
	}

	.pic_about_sub {
		right: 20px;
		bottom: -38px;
	}
}

@media (max-width: 767px) {
	.container_top01 {
		width: calc(100% - 36px);
	}

	.pic_about_main {
		height: 300px;
	}

	.pic_about_sub {
		width: 150px;
		height: 116px;
	}

	.pic_top01:before {
		left: -16px;
		bottom: -45px;
		width: 220px;
		height: 160px;
	}

	.cont_top01 .btn_outline {
		margin-top: 30px;
	}
}




/* top02 商品一覧
=========================================================================== */

.bg_top02 {
	position: relative;
	padding: 110px 0 140px;
	background: #fcfaf6 url(../images/AS004.svg) center / cover no-repeat;
}

.container_top02 {
	position: relative;
	width: 1360px;
	margin: 0 auto;
}

.head_top02 {
	position: relative;
	align-items: flex-start;
	margin-bottom: 70px;
}

.head_top02:after {
	content: "";
	position: absolute;
	right: -38px;
	top: -42px;
	width: 210px;
	height: 162px;
	background-image: radial-gradient(circle at 0 0, rgba(114, 47, 142, .09) 1px, transparent 1px);
	background-size: 46px 46px;
	opacity: .5;
}

.ttl_top02 {
	width: 720px;
}

.cont_top02 {
	position: relative;
	z-index: 1;
	width: 540px;
}

.cont_top02 .btn_outline {
	margin-top: 49px;
}

.cont_top02 .btn_outline a {
	width: 330px;
}

.product_collage {
	align-items: stretch;
}

.product_panel {
	position: relative;
	overflow: hidden;
	background-color: #ddd;
}

.product_panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

.product_soy {
	width: 789px;
	height: 742px;
}

.product_side {
	width: 549px;
}

.product_miso,
.product_mirin {
	height: 360px;
}

.product_mirin {
	margin-top: 22px;
}

.product_caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 190px;
	padding: 77px 30px 0;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(31, 14, 11, .84));
}

.product_caption h3 {
	margin-bottom: 7px;
	font-size: 3.3rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .04em;
	font-family: var(--serif);
}

.product_caption p {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .82);
}

@media (max-width: 1399px) {
	.container_top02 {
		width: calc(100% - 80px);
	}

	.ttl_top02 {
		width: 48%;
	}

	.cont_top02 {
		width: 43%;
	}

	.product_soy {
		width: 58%;
	}

	.product_side {
		width: 40%;
	}
}

@media (max-width: 991px) {
	.bg_top02 {
		padding: 90px 0;
	}

	.container_top02 {
		width: calc(100% - 50px);
	}

	.head_top02 {
		margin-bottom: 55px;
	}

	.ttl_top02,
	.cont_top02,
	.product_soy,
	.product_side {
		width: 100%;
	}

	.cont_top02 {
		margin-top: 30px;
	}

	.product_soy,
	.product_miso,
	.product_mirin {
		height: 430px;
	}

	.product_side,
	.product_miso {
		margin-top: 22px;
	}
}

@media (max-width: 767px) {
	.container_top02 {
		width: calc(100% - 36px);
	}

	.product_soy,
	.product_miso,
	.product_mirin {
		height: 300px;
	}

	.product_caption {
		height: 150px;
		padding: 54px 20px 0;
	}

	.product_caption h3 {
		font-size: 2.5rem;
	}

	.product_caption p {
		font-size: 1.3rem;
	}
}



/* top03 事業内容
=========================================================================== */

.bg_top03 {
	position: relative;
	padding: 120px 0 125px;
	background: linear-gradient(135deg, #722f8e 0%, #63247d 55%, #4e1d61 100%);
	overflow: hidden;
}

.bg_texture {
	position: absolute;
	inset: 0;
	opacity: .16;
	background: url(../images/purple_texture.png) 0 0 / 420px;
	mix-blend-mode: soft-light;
}

/* .bg_top03:after,
.bg_top04:after,
footer:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(90deg, transparent 0, transparent 405px, rgba(255, 255, 255, .07) 405px, rgba(255, 255, 255, .07) 414px), radial-gradient(circle at 0 0, rgba(255, 255, 255, .12) 1px, transparent 1px);
	background-size: auto, 142px 142px;
	opacity: .38;
	pointer-events: none;
} */

.container_top03 {
	position: relative;
	z-index: 1;
	width: 1360px;
	margin: 0 auto;
}

.cont_top03 {
	width: 564px;
}

.cont_top03 .text_sec {
	margin-top: 30px;
}

.business_list {
	width: 718px;
	border-top: 1px solid rgba(255, 255, 255, .24);
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.business_item {
	align-items: center;
	min-height: 143px;
	padding: 38px 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	color: #fff;
}

.business_item:nth-child(3) {
	min-height: 130px;
	border-bottom: none;
}

.num_business {
	width: 45px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .42);
	font-family: "Gelasio", serif;
}

.business_item h3 {
	width: 188px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: .04em;
	font-family: var(--serif);
}

.business_item p:not(.num_business) {
	width: 410px;
	padding-top: 6px;
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .76);
}

.business_photos {
	margin-top: 60px;
}

.pic_business_l {
	width: 467px;
	height: 250px;
	overflow: hidden;
}

.pic_business_r {
	width: 243px;
}

.pic_business_r p {
	height: 121px;
	overflow: hidden;
}

.pic_business_r p+p {
	margin-top: 8px;
}

.business_photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_business_l img {
	object-position: 50% 48%;
}

@media (max-width: 1399px) {
	.container_top03 {
		width: calc(100% - 80px);
	}

	.cont_top03 {
		width: 42%;
	}

	.business_list {
		width: 53%;
	}

	.business_item h3 {
		width: 160px;
	}

	.business_item p:not(.num_business) {
		width: calc(100% - 235px);
	}

	.pic_business_l {
		width: 65%;
	}

	.pic_business_r {
		width: 34%;
	}
}

@media (max-width: 991px) {
	.bg_top03 {
		padding: 90px 0;
	}

	.container_top03 {
		width: calc(100% - 50px);
	}

	.cont_top03,
	.business_list {
		width: 100%;
	}

	.business_list {
		margin-top: 55px;
	}

	.business_item {
		display: flex;
	}

	.pic_business_l {
		width: 64%;
	}

	.pic_business_r {
		width: 35%;
	}

	.business_photos {
		margin-top: 40px;
	}

	.business_photos.flex_b {
		display: flex;
	}
}

@media (max-width: 767px) {
	.container_top03 {
		width: calc(100% - 36px);
	}

	.business_item {
		display: block;
		padding: 28px 0;
	}

	.num_business,
	.business_item h3,
	.business_item p:not(.num_business) {
		width: 100%;
	}

	.business_item h3 {
		margin-top: 12px;
		font-size: 2rem;
	}

	.business_item p:not(.num_business) {
		margin-top: 10px;
	}

	.business_photos {
		display: block;
	}

	.pic_business_l,
	.pic_business_r {
		width: 100%;
	}

	.pic_business_l,
	.pic_business_r p {
		height: 210px;
	}

	.pic_business_r {
		margin-top: 8px;
	}
}




@media (max-width: 1399px) {
	.br1400 {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.br1400 {
		display: block;
	}
}



/* top　インスタグラム
=========================================================================== */



.bg_top_insta {
	padding: 110px 0 80px;
	background: #fbf7ed;
}

.instagram_placeholder {
	min-height: 360px;
	border: 1px solid rgba(125, 46, 152, 0.22);
	background: rgba(255, 255, 255, 0.72);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7d2e98;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.16em;
}

@media (max-width: 767px) {
	.bg_top_insta {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.instagram_placeholder {
		min-height: 240px;
	}
}



@media (max-width: 767px) {
.tagcolle-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1.3rem;
    line-height: 40px!important;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 10px;
}


.tagcolle-btn-default {
    box-shadow: none!important;
    background-color: transparent!important;
    border-color: #7d2e98!important;
	color: #7d2e98!important;
	width: 140px!important;
	height: 36px!important;
}
}

@media (min-width: 768px) {
.tagcolle-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1.5rem;
    line-height: 40px!important;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 10px;
}


.tagcolle-btn-default {
    box-shadow: none!important;
    background-color: transparent!important;
    border-color: #7d2e98!important;
	color: #7d2e98!important;
	width: 180px!important;
	height: 40px!important;
}
}


@media (max-width: 991px) {
.ttl_insta {
	text-align: center;
	font-size: 2.2rem;
	font-family: var(--serif);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.ttl_insta:before {
	content: '';
	display: block;
	background: url(../images/icon_insta.png)  0 0 /contain no-repeat;
	width: 40px;
	height: 41px;
	flex-shrink: 0;
	margin-right: 10px;
}
}

@media (min-width: 992px) {
.ttl_insta {
	text-align: center;
	font-size: 3rem;
	font-family: var(--serif);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.ttl_insta:before {
	content: '';
	display: block;
	background: url(../images/icon_insta.png)  0 0 /contain no-repeat;
	width: 50px;
	height: 51px;
	flex-shrink: 0;
	margin-right: 10px;
}
}










/* top04 お問い合わせ
=========================================================================== */

.bg_top04 {
	position: relative;
	padding: 125px 0 120px;
	background: linear-gradient(135deg, #4e1d61 0%, #522068 48%, #3f164d 100%);
	overflow: hidden;
}

.bg_top04:after {
	background-size: auto, 158px 158px;
	opacity: .24;
}

.container_top04 {
	position: relative;
	z-index: 1;
	width: 1360px;
	margin: 0 auto;
}

.cont_top04 {
	width: 684px;
}

.catch_contact {
	font-family: var(--serif);
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .06em;
	color: #fff;
}

.cont_top04 .text_sec {
	margin-top: 20px;
}

.contact_actions {
	width: 582px;
	padding-top: 5px;
}

.contact_phone,
.contact_form {
	position: relative;
	display: block;
	width: 100%;
	color: #fff !important;
	text-decoration: none;
}

.contact_phone {
	padding: 25px 32px;
	border: 1px solid rgba(255, 255, 255, .33);
	background-color: rgba(255, 255, 255, .04);
}

.contact_phone small {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .04em;
}

.contact_phone strong {
	display: block;
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .1em;
	font-family: var(--serif);
}

.contact_phone span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: .1em;
	margin-top: 5px;
}

.contact_phone span.tel_link {
	color: #fff;
}

.contact_form {
	height: 103px;
	margin-top: 13px;
	padding: 34px 80px 0 32px;
	background-color: #fff;
	color: var(--purple) !important;
}

.contact_form span {
	font-size: 1.8rem;
	line-height: 1.9;
	letter-spacing: .04em;
}

@media (max-width: 1399px) {
	.container_top04 {
		width: calc(100% - 80px);
	}

	.cont_top04 {
		width: 50%;
	}

	.contact_actions {
		width: 43%;
	}

	.catch_contact {
		font-family: var(--serif);
		font-size: 3.2rem;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: .06em;
		color: #fff;
	}
}

@media (max-width: 991px) {
	.bg_top04 {
		padding: 60px 0;
	}

	.container_top04 {
		width: calc(100% - 50px);
	}

	.cont_top04,
	.contact_actions {
		width: 100%;
	}

	.catch_contact {
		font-size: 3.2rem;
	}

	.contact_actions {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.container_top04 {
		width: calc(100% - 36px);
	}

	.catch_contact {
		font-size: 2.1rem;
	}

	.contact_phone strong {
		font-size: 2.6rem;
	}

	.contact_form {
		height: inherit;
		margin-top: 13px;
		padding: 25px 15px 25px 15px;
		background-color: #fff;
		color: var(--purple) !important;
	}

	.contact_form span {
		font-size: 1.5rem;
		line-height: 1.9;
		letter-spacing: 0;
	}
}







/* フッター
=========================================================================== */

footer {
	position: relative;
	padding: 104px 0 0;
	background: #2b152e url(../images/AS015.svg) center / cover no-repeat;
	overflow: hidden;
}

footer:before {
	z-index: 0;
	background-size: auto, 172px 172px;
	opacity: .18;
}

.container_footer {
	position: relative;
	z-index: 1;
	width: 1360px;
	margin: 0 auto;
}

.footer_layout {
	align-items: flex-start;
}

.footer_company {
	width: 474px;
}

.logo_f {
	font-family: var(--serif);
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .08em;
	color: #fff;
}

.logo_en_f {
	margin-top: 0;
	font-size: 1rem;
	line-height: 1.9;
	letter-spacing: .28em;
	color: #fff;
}

.address_f {
	margin-top: 27px;
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .64);
}

.address_f span.tel_link {
	color: rgba(255, 255, 255, .64);
}

span.btn_map_f a {
    display: inline-block;
    margin-left: 8px;
}

span.btn_map_f a img {
	width: 18px;
}

ul.fnav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 28px;
	row-gap: 9px;
	width: 408px;
	margin: 0;
	padding: 0;
}

ul.fnav li a {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
}

ul.fnav li a:hover {
	color: #fff;
	opacity: 1;
}

.message_f {
	width: 258px;
	font-family: var(--serif);
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: .08em;
	color: rgba(255, 255, 255, .78);
}

.copyright {
	position: relative;
	margin-top: 85px;
	padding: 28px 0 25px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 1.1rem;
	line-height: 1.9;
	letter-spacing: .08em;
	color: rgba(255, 255, 255, .45);
	text-align: center;
}

@media (max-width: 1399px) {
	.container_footer {
		width: calc(100% - 80px);
	}

	.footer_company {
		width: 36%;
	}

	ul.fnav {
		width: 32%;
	}
}

@media (max-width: 991px) {
	footer {
		padding-top: 80px;
	}

	.container_footer {
		width: calc(100% - 50px);
	}

	.logo_f {
		font-family: var(--serif);
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: .08em;
		color: #fff;
	}

	.footer_company,
	ul.fnav,
	.message_f {
		width: 100%;
	}

	ul.fnav,
	.message_f {
		margin-top: 40px;
	}

	.copyright {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.container_footer {
		width: calc(100% - 36px);
	}

	ul.fnav {
		grid-template-columns: 1fr;
	}

	.message_f {
		font-size: 2rem;
	}
}


@media (max-width: 767px) {
	p.pagetop a {
		position: fixed;
		bottom: 20px;
		right: 15px;
		z-index: 999;
		display: flex;
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: .08em;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: rgba(114, 47, 142, .92);
		box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	}
}

@media (min-width: 768px) {
	p.pagetop a {
		position: fixed;
		bottom: 36px;
		right: 34px;
		z-index: 999;
		display: flex;
		width: 56px;
		height: 56px;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: .08em;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: rgba(114, 47, 142, .92);
		box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	}
}

@media (min-width: 1921px) {
	p.pagetop a {
		right: calc(50% - 920px);
	}
}


/* 下層共通
=========================================================================== */

.container_under {
	width: 1180px;
	margin: 0 auto;
}

.bg_lower_mainimg {
	position: relative;
	height: 560px;
	overflow: hidden;
}

.bg_business_mainimg {
	background: url(../images/bg_business.jpg) center top / cover no-repeat;
}

.bg_business_mainimg:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/main_overlay.svg) center / cover no-repeat;
}

.container_under_mainimg {
	position: relative;
	z-index: 1;
	width: 1180px;
	margin: 0 auto;
	padding-top: 180px;
	color: #fff;
}

.en_under_mainimg {
	margin-bottom: 18px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .36em;
	color: #d2b9da;
}

.ttl_under_mainimg {
	margin-bottom: 36px;
	font-family: var(--serif);
	font-size: 6rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: .12em;
}

.text_under_mainimg {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.2;
	letter-spacing: .06em;
}

.scroll_under {
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 2;
	width: 22px;
	height: 90px;
	margin-left: -11px;
	color: rgba(255, 255, 255, .74) !important;
	text-decoration: none;
}

.scroll_under span {
	display: block;
	font-size: .9rem;
	line-height: 1;
	letter-spacing: .28em;
	writing-mode: vertical-rl;
}

.scroll_under i {
	position: absolute;
	left: 15px;
	bottom: 5px;
	display: block;
	width: 1px;
	height: 40px;
	background-color: rgba(255, 255, 255, .45);
}

.breadcrumb_under {
	height: 55px;
	background-color: #fffaf1;
}

.breadcrumb_under ul {
	display: flex;
	align-items: center;
	height: 55px;
	margin: 0;
	padding: 0;
}

.breadcrumb_under li,
.breadcrumb_under li a {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: .04em;
	color: #83786f;
	text-decoration: none;
}

.breadcrumb_under li+li:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 16px;
	margin: 0 12px 0 10px;
	vertical-align: -3px;
	background: url(../images/rendered-pseudo-18.png) center / contain no-repeat;
}

.label_under {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .34em;
	color: var(--purple);
}

.label_under:after {
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	margin-left: 25px;
	background-color: currentColor;
	opacity: .7;
}

.label_under.light {
	color: #fff;
}

.ttl_under {
	margin-bottom: 20px;
	font-family: var(--serif);
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .12em;
}

.ttl_under.light,
.catch_under.light,
.text_under.light {
	color: #fff;
}

.catch_under {
	font-family: var(--serif);
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: .1em;
}

.text_under {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .05em;
}

.text_under.light {
	color: rgba(255, 255, 255, .84);
}

.bg_business01,
.bg_business05,
.bg_contact_f {
	position: relative;
	overflow: hidden;
}

.bg_business01:before,
.bg_business05:before,
.bg_contact_f:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: repeating-linear-gradient(90deg, transparent 0, transparent 383px, rgba(255, 255, 255, .08) 383px, rgba(255, 255, 255, .08) 384px), repeating-linear-gradient(0deg, transparent 0, transparent 269px, rgba(255, 255, 255, .045) 269px, rgba(255, 255, 255, .045) 270px);
	pointer-events: none;
}

@media (max-width: 1399px) {

	.container_under,
	.container_under_mainimg {
		width: calc(100% - 80px);
	}
}

@media (max-width: 991px) {

	.container_under,
	.container_under_mainimg {
		width: calc(100% - 50px);
	}

	.bg_lower_mainimg {
		height: 460px;
	}

	.container_under_mainimg {
		padding-top: 145px;
	}

	.ttl_under_mainimg {
		font-size: 4.6rem;
	}

	.catch_under {
		font-size: 3.2rem;
		line-height: 1.7;
	}
}

@media (max-width: 767px) {

	.container_under,
	.container_under_mainimg {
		width: calc(100% - 36px);
	}

	.bg_lower_mainimg {
		height: 360px;
		background-position: 58% top;
	}

	.container_under_mainimg {
		padding-top: 135px;
	}

	.en_under_mainimg {
		margin-bottom: 5px;
	}

	.ttl_under_mainimg {
		margin-bottom: 25px;
		font-size: 3rem;
	}

	.text_under_mainimg {
		font-size: 1.2rem;
		line-height: 2;
	}

	.scroll_under {
		display: none;
	}

	.breadcrumb_under,
	.breadcrumb_under ul {
		height: 45px;
	}

	.ttl_under {
		font-size: 1.9rem;
	}

	.catch_under {
		font-size: 2.4rem;
	}

	.text_under {
		font-size: 1.6rem;
	}
}


/* business01 私たちの仕事
=========================================================================== */

.bg_business01 {
	padding: 100px 0 100px;
	background: linear-gradient(135deg, #782391 0%, #5c1a68 54%, #421446 100%);
}

.container_business01 {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	align-items: flex-start;
}

.cont_business01 {
	width: 540px;
}

.cont_business01 .catch_under {
	margin-bottom: 45px;
}

.cont_business01 .text_under+.text_under {
	margin-top: 15px;
}

.pic_business01 {
	position: relative;
	width: 540px;
	padding-top: 95px;
}

.pic_business01:before {
	content: "";
	position: absolute;
	left: 28px;
	bottom: 86px;
	z-index: 0;
	width: 312px;
	height: 190px;
	background-color: rgba(255, 255, 255, .14);
}

.pic_business01_main {
	position: relative;
	z-index: 1;
	width: 521px;
	height: 420px;
	margin-left: 45px;
	overflow: hidden;
}

.pic_business01_main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic_business01_sub {
	position: absolute;
	right: -35px;
	bottom: 112px;
	z-index: 2;
	width: 210px;
	height: 140px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 13px 28px rgba(0, 0, 0, .18);
}

.pic_business01_sub img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1399px) {
	.container_business01 {
		width: calc(100% - 80px);
	}

	.cont_business01 {
		width: 45%;
	}

	.pic_business01 {
		width: 49%;
	}

	.pic_business01_main {
		width: 92%;
		margin-left: 8%;
	}

	.pic_business01_sub {
		right: -10px;
	}
}

@media (max-width: 991px) {
	.bg_business01 {
		min-height: 0;
		padding: 50px 0 80px;
	}

	.container_business01 {
		width: calc(100% - 50px);
	}

	.cont_business01,
	.pic_business01 {
		width: 100%;
	}

	.pic_business01 {
		margin-top: 50px;
		padding-top: 0;
	}

	.pic_business01_main {
		width: 78%;
		margin-left: 8%;
	}

	.pic_business01:before {
		left: 0;
		bottom: 30px;
	}

	.pic_business01_sub {
		right: 6%;
		bottom: 45px;
	}
}

@media (max-width: 767px) {
	.container_business01 {
		width: calc(100% - 36px);
	}

	.pic_business01 {}

	.pic_business01_main {
		width: 100%;
		height: 270px;
		margin-left: 0;
	}

	.pic_business01_sub {
		right: 12px;
		bottom: 20px;
		width: 160px;
		height: 108px;
		padding: 7px;
	}

	.pic_business01:before {
		bottom: -50px;
		width: 200px;
		height: 100px;
	}

	.cont_business01 .catch_under {
		margin-bottom: 20px;
	}
}


/* business03 ご利用シーン
=========================================================================== */

.bg_business03 {
	min-height: 1021px;
	padding: 130px 0 130px;
	background-color: #fff;
}

.container_business03 {
	width: 1180px;
	margin: 0 auto;
}

.head_business03 .label_under {
	margin-bottom: 12px;
}

.head_business03 .label_under:after {
	display: none;
}

.ttl_business03 {
	margin-bottom: 40px;
	font-family: var(--serif);
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .12em;
	color: #312926;
}

.lead_business03 {
	font-size: 1.7rem;
	line-height: 2;
	letter-spacing: .05em;
	color: #534943;
}

.list_business03 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 74px;
}

.item_business03 {
	position: relative;
	min-height: 265px;
	padding: 41px 35px 34px;
	border: 1px solid #eadfd2;
	background-color: #fffaf1;
}

.icon_business03 {
	width: 42px;
	height: 42px;
	margin-bottom: 25px;
}

.icon_business03 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.num_business03 {
	margin-bottom: 8px;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .32em;
	color: var(--purple);
}

.item_business03 h3 {
	margin-bottom: 20px;
	font-family: var(--serif);
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: .1em;
	color: #312926;
}

.item_business03 p:not(.icon_business03):not(.num_business03) {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .04em;
	color: #5d534e;
}

@media (max-width: 1399px) {
	.container_business03 {
		width: calc(100% - 80px);
	}
}

@media (max-width: 991px) {
	.bg_business03 {
		min-height: 0;
		padding: 60px 0;
	}

	.container_business03 {
		width: calc(100% - 50px);
	}

	.list_business03 {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 55px;
	}

	.ttl_business03 {
		margin-bottom: 40px;
		font-family: var(--serif);
		font-size: 2.7rem;
		font-weight: 400;
		line-height: 1.8;
		letter-spacing: .12em;
		color: #312926;
	}
}

@media (max-width: 767px) {
	.container_business03 {
		width: calc(100% - 36px);
	}

	.list_business03 {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.item_business03 {
		min-height: 0;
		padding: 30px 25px;
	}

	.head_business03.tac {
		text-align-last: left;
	}

	.ttl_business03 {
		margin-bottom: 20px;
		font-family: var(--serif);
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: .1em;
		color: #312926;
	}

	.lead_business03 {
		font-size: 1.6rem;
		line-height: 1.7;
		letter-spacing: .05em;
		color: #534943;
	}
}


/* business05 定期訪問について
=========================================================================== */

.bg_business05 {
	padding: 120px 0 120px;
	background: linear-gradient(135deg, #411446 0%, #641b76 50%, #81269b 100%);
}

.pic_business05 {
	position: relative;
	width: 43%;
}

.pic_business05:before {
	content: "";
	position: absolute;
	left: -36px;
	bottom: -28px;
	z-index: 0;
	width: 337px;
	height: 240px;
	background-color: rgba(255, 255, 255, .14);
}

.pic_business05 p {
	position: relative;
	z-index: 1;
}

.pic_business05 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cont_business05 {
	width: 43%;
}

.cont_business05 .catch_under {
	margin-bottom: 40px;
}

.cont_business05 .text_under+.text_under {
	margin-top: 18px;
}

.list_business05 {
	margin: 30px 0 0;
	padding: 0;
}

.list_business05 li {
	position: relative;
	display: flex;
	min-height: 55px;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px 25px 10px 56px;
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: .04em;
	color: #333;
	background-color: rgba(255, 255, 255, .92);
}

.list_business05 li:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: var(--purple);
}

.text_business05_last {
	margin-top: 25px;
}

@media (max-width: 1399px) {
	.pic_business05 {
		width: 43%;
		flex-shrink: 0;
	}

	.pic_business05 p {
		position: relative;
		z-index: 2;
	}

	.cont_business05 {
		width: 43%;
	}
}

@media (max-width: 991px) {
	.bg_business05 {
		min-height: 0;
		padding: 60px 0;
	}

	.pic_business05,
	.cont_business05 {
		width: 100%;
	}

		.pic_business05 p {
		position: relative;
		z-index: 2;
	}

	.pic_business05 {
		padding-top: 0;
	}

	.pic_business05 p {
	}

	.cont_business05 {
		margin-top: 70px;
	}


	.cont_business05 .catch_under {
		margin-bottom: 25px;
	}

	.list_business05 li {
		position: relative;
		display: flex;
		min-height: 40px;
		align-items: center;
		margin-bottom: 15px;
		padding: 10px 25px 10px 45px;
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: .04em;
		color: #333;
		background-color: rgba(255, 255, 255, .92);
	}
}

@media (max-width: 767px) {
	.pic_business05,
	.cont_business05 {
		width: 100%;
	}

		.pic_business05 p {
		position: relative;
		z-index: 2;
	}
}


/* business06 新規お取引・電話注文
=========================================================================== */

.bg_business06 {
	min-height: 500px;
	padding: 90px 0 90px;
	background-color: #fffaf1;
}


.card_business06 {
	position: relative;
	min-height: 310px;
	padding: 64px 91px 60px 54px;
	align-items: flex-start;
	border-top: 6px solid #7d2e98;
	background-color: #fff;
	box-shadow: 0 30px 55px rgba(58, 40, 24, .08);
}

.cont_business06 {
	width: 590px;
}

.cont_business06 .label_under {
	margin-bottom: 13px;
}

.ttl_business06 {
	margin-bottom: 20px;
	font-family: var(--serif);
	font-size: 2.1rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .12em;
	color: #312926;
}

.cont_business06 h2 {
	font-family: var(--serif);
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: .12em;
	color: #312926;
}

.inner_business06 {
	display: block;
	width: 460px;
	min-height: 205px;
	padding: 30px 36px 28px;
	color: #fff !important;
	text-decoration: none;
	background: linear-gradient(135deg, #81269b 0%, #4c1754 100%);
}

.inner_business06 span {
	display: block;
	margin-bottom: 7px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .06em;
	color: rgba(255, 255, 255, .78);
}

.inner_business06 span.tel_link {
	display: block;
	margin-bottom: 4px;
	font-family: var(--serif);
	font-size: 3.8rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .12em;
}

.inner_business06 small {
	display: block;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: .04em;
	color: rgba(255, 255, 255, .82);
}

@media (max-width: 1399px) {
	.container_business06 {
		width: calc(100% - 80px);
	}

	.card_business06 {
		padding-right: 54px;
	}

	.cont_business06 {
		width: 52%;
	}

	.inner_business06 {
		width: 38%;
	}
}

@media (max-width: 991px) {
	.bg_business06 {
		min-height: 0;
		padding: 80px 0;
	}

	.container_business06 {
		width: calc(100% - 50px);
	}

	.card_business06 {
		padding: 45px 38px;
	}

	.cont_business06,
	.inner_business06 {
		width: 100%;
	}

	.inner_business06 {
		margin-top: 35px;
	}
}

@media (max-width: 767px) {
	.card_business06 {
		padding: 36px 22px;
	}

	.cont_business06 h2 {
		font-size: 1.7rem;
	}

	.inner_business06 {
		padding: 25px 22px;
	}

	.inner_business06 strong {
		font-size: 3rem;
	}

.inner_business06 span.tel_link {
	display: block;
	margin-bottom: 4px;
	font-family: var(--serif);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .12em;
}

}




/* products01 商品一覧
=========================================================================== */


.bg_products_mainimg {
	background: url(../images/bg_products.jpg) center center / cover no-repeat;
	position: relative;
}

.bg_products_mainimg:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/main_overlay.svg) center / cover no-repeat;
}

.bg_products_mainimg .container_under_mainimg,
.bg_products_mainimg .scroll_under {
	z-index: 1;
}

.bg_products01 {
	min-height: 400px;
	padding: 90px 0 90px;
	background-color: #f9f2e5;
}

.head_products01 {
	width: 330px;
}

.head_products01 .label_under {
	margin-bottom: 10px;
}

.ttl_products01 {
	font-family: var(--serif);
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .12em;
	color: #312926;
}

.cont_products01 {
	width: 779px;
}

.catch_products {
	margin-bottom: 30px;
	font-family: var(--serif);
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .14em;
	color: #312926;
}

.cont_products01 p.text {
	font-size: 1.55rem;
	line-height: 2.25;
	letter-spacing: .04em;
	color: #534943;
}

@media (max-width: 1399px) {
	.container_products01 {
		width: calc(100% - 80px);
	}

	.cont_products01 {
		width: 66%;
	}
}

@media (max-width: 991px) {
	.bg_products01 {
		min-height: 0;
		padding: 50px 0;
	}

	.head_products01,
	.cont_products01 {
		width: 100%;
	}

	.head_products01 {
		padding-top: 0;
		margin-bottom: 45px;
	}

	.catch_products {
		font-size: 3.2rem;
		line-height: 1.7;
	}
}

@media (max-width: 767px) {
	.catch_products {
		font-size: 2.7rem;
	}

	.cont_products01 p.text {
		font-size: 1.45rem;
	}
}


/* products02 取扱商品
=========================================================================== */

.bg_products02 {
	position: relative;
	min-height: 1363px;
	padding: 122px 0 117px;
	background-color: #fff;
	overflow: hidden;
}

.bg_products02:before {
	content: "PRODUCTS";
	position: absolute;
	top: -30px;
	left: 28%;
	z-index: 0;
	transform: translateX(-6%);
	font-family: var(--serif);
	font-size: 12.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .22em;
	color: #faf6ee;
	white-space: nowrap;
}

.container_products02 {
	position: relative;
	z-index: 1;
	width: 1180px;
	margin: 0 auto;
}

.head_products02 .label_under {
	margin-bottom: 5px;
}

.head_products02 .label_under:after {
	display: none;
}

.lead_products02 {
	margin: 30px auto 55px;
	font-size: 1.7rem;
	line-height: 2.2;
	letter-spacing: .04em;
	color: #534943;
	text-align: center;
}

.nav_products02 {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin: 0 0 50px;
	padding: 0;
}

.nav_products02 button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 60px;
	padding: 0 25px;
	font-family: var(--serif);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #7d2e98;
	background-color: #fff;
	border: 1px solid rgba(126, 46, 152, .35);
}

.nav_products02 button.active {
	color: #fff;
	background-color: #7d2e98;
	border-color: #7d2e98;
}

.nav_products02 button:focus-visible {
	outline: 3px solid rgba(126, 46, 152, .35);
	outline-offset: 3px;
}

.tab_products {
	padding: 55px 55px 58px;
	border: 1px solid rgba(126, 46, 152, .13);
	background-color: #fffaf1;
}

.tab_products[hidden] {
	display: none;
}

.head_products_tab {
	align-items: flex-start;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(126, 46, 152, .16);
}

.ttl_products_tab {
	width: 375px;
}

.label_products_tab {
	margin-bottom: 7px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .34em;
	color: #7d2e98;
}

.ttl_products_tab h3 {
	font-family: var(--serif);
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .16em;
	color: #312926;
}

.text_products_tab {
	width: 642px;
	font-size: 1.7rem;
	line-height: 2.1;
	letter-spacing: .04em;
	color: #534943;
}

.list_products_card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-top: 47px;
}

.box_products_card {
	background-color: #fff;
	border: 1px solid rgba(126, 46, 152, .12);
	box-shadow: 0 25px 42px rgba(70, 48, 24, .05);
}

.pic_products_card {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	background-color: #f5efe5;
}

.pic_products_card img {
	width: auto;
	height: 202px;
	max-width: 82%;
	object-fit: contain;
}

.cont_products_card {
	padding: 25px 22px 25px;
	background-color: #fff;
}

.cate_products_card {
	margin-bottom: 30px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .32em;
	color: #7d2e98;
}

.cont_products_card h4 {
	margin-bottom: 13px;
	font-family: var(--serif);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: .08em;
	color: #312926;
}

.spec_products_card {
	display: inline-block;
	margin-bottom: 12px;
	padding: 8px 12px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .04em;
	color: #6c625b;
	background-color: #fffaf1;
}

.text_products_card {
	min-height: 50px;
	font-size: 1.5rem;
	line-height: 1.68;
	letter-spacing: .04em;
	color: #6c625b;
}

.btn_products_card {
	margin-top: 22px;
}

.btn_products_card a {
	position: relative;
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 42px 0 18px;
	font-family: var(--serif);
	font-size: 1.25rem;
	line-height: 1.8;
	letter-spacing: .08em;
	color: #7d2e98 !important;
	text-decoration: none;
	border: 1px solid #7d2e98;
}

.btn_products_card a:after {
	content: "−";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	line-height: 1;
}

.btn_products_card a:hover {
	color: #fff !important;
	background-color: #7d2e98;
	opacity: 1;
}

@media (max-width: 1399px) {
	.container_products02 {
		width: calc(100% - 80px);
	}

	.tab_products {
		padding: 50px 45px 55px;
	}

	.text_products_tab {
		width: 58%;
	}
}

@media (max-width: 991px) {
	.bg_products02 {
		min-height: 0;
		padding: 90px 0;
	}

	.container_products02 {
		width: calc(100% - 50px);
	}

	.bg_products02:before {
		font-size: 8rem;
		top:-20px;
		left: 21%;
	}

	.nav_products02 {
		flex-wrap: wrap;
	}

	.ttl_products_tab,
	.text_products_tab {
		width: 100%;
	}

	.text_products_tab {
		margin-top: 28px;
	}

	.list_products_card {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.container_products02 {
		width: calc(100% - 36px);
	}

	.bg_products02:before {
		top: -10px;
		font-size: 4.6rem;
		left: 15%;
	}

	.lead_products02 {
		margin-bottom: 40px;
		font-size: 1.45rem;
		text-align: left;
	}

	.nav_products02 {
		gap: 10px;
		justify-content: flex-start;
	}

	.nav_products02 li {
		width: calc(50% - 5px);
	}

	.nav_products02 button {
		width: 100%;
	}

	.tab_products {
		padding: 35px 20px;
	}

	.list_products_card {
		grid-template-columns: 1fr;
	}
}



.bg_company_mainimg {
	background: url(../images/bg_company.jpg) center center / cover no-repeat;
}

.bg_company_mainimg:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/main_overlay.svg) center / cover no-repeat;
}

.bg_company_mainimg .container_under_mainimg,
.bg_company_mainimg .scroll_under {
	z-index: 1;
}

/* company01 代表挨拶
=========================================================================== */

.bg_company01 {
	padding: 80px 0 100px;
	background-color: #fffaf1;
}

.head_company01 .label_under {
	margin-bottom: 5px;
}

.head_company01 .label_under:after {
	display: none;
}

.block_company01 {
	align-items: flex-start;
	margin-top: 10px;
}

.cont_company01 {
	width: 100%;
	padding-top: 15px;
}

.cont_company01 h3 {
	margin-bottom: 39px;
	font-family: var(--serif);
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: .14em;
	color: #312926;
}

.cont_company01>p {
	font-size: 1.6rem;
	line-height: 2.15;
	letter-spacing: .04em;
	color: #534943;
}

.cont_company01>p+p {
	margin-top: 25px;
}

.name_company01 {
	margin-top: 30px;
	text-align: right;
}

.name_company01 p {
	font-size: 1.7rem;
	line-height: 1.9;
	letter-spacing: .06em;
	color: #312926;
}

.name_company01 span {
	display: inline-block;
	margin-right: 12px;
}

@media (max-width: 1399px) {

	.pic_company01 {
		width: 42%;
	}

	.dummy_photo_company01 {
		width: 100%;
	}

	.cont_company01 {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.bg_company01 {
		min-height: 0;
		padding: 50px 0;
	}

	.block_company01 {
		margin-top: 55px;
	}

	.pic_company01,
	.cont_company01 {
		width: 100%;
	}

	.pic_company01 {
		min-height: 430px;
		padding-left: 30px;
	}

	.dummy_photo_company01 {
		width: 62%;
	}

	.cont_company01 {
		margin-top: 20px;
		padding-top: 0;
	}

	.cont_company01 h3 {
		font-size: 3.2rem;
	}
}

@media (max-width: 767px) {
	.block_company01 {
		margin-top: 20px;
	}

	.pic_company01 {
		min-height: 315px;
		padding-left: 18px;
	}

	.pic_company01:before {
		width: 210px;
		height: 125px;
	}

	.dummy_photo_company01 {
		width: 100%;
		height: 290px;
	}

	.cont_company01 h3 {
		font-size: 2.7rem;
		line-height: 1.65;
	}

	.name_company01 p {
		font-size: 1.45rem;
	}
}


/* company02 会社概要
=========================================================================== */

.bg_company02 {
	position: relative;
	min-height: 1105px;
	padding: 122px 0 125px;
	background: linear-gradient(135deg, #782391 0%, #5b1a67 52%, #421446 100%);
	overflow: hidden;
}

.bg_company02:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: repeating-linear-gradient(90deg, transparent 0, transparent 383px, rgba(255, 255, 255, .08) 383px, rgba(255, 255, 255, .08) 384px), repeating-linear-gradient(0deg, transparent 0, transparent 269px, rgba(255, 255, 255, .045) 269px, rgba(255, 255, 255, .045) 270px);
	pointer-events: none;
}

.head_company02 .label_under {
	margin-bottom: 16px;
}

.card_company02 {
	margin-top: 40px;
	padding: 50px 70px 50px;
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0 22px 45px rgba(37, 18, 41, .18);
}

.list_company02 {
	margin: 0;
}

.list_company02 div {
	display: flex;
	min-height: 77px;
	align-items: center;
	border-bottom: 1px solid rgba(126, 46, 152, .15);
}

.list_company02 div:first-child {
	min-height: 55px;
}

.list_company02 div:last-child {
	border-bottom: none;
}

.list_company02 dt {
	width: 240px;
	font-family: var(--serif);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .08em;
	color: #312926;
}

.list_company02 dd {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .06em;
	color: #514743;
}

.list_company02 dd a {
	color: #514743;
	text-decoration: none;
}

.tag_company02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 103px;
	height: 30px;
	margin-left: 40px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .08em;
	color: #fff;
	background-color: #7d2e98;
}

@media (max-width: 991px) {
	.bg_company02 {
		min-height: 0;
		padding: 90px 0;
	}

	.card_company02 {
		padding: 42px 38px;
	}

	.list_company02 dt {
		width: 180px;
	}
}

@media (max-width: 767px) {
	.card_company02 {
		padding: 25px 22px;
	}

	.list_company02 div {
		display: block;
		min-height: 0;
		padding: 20px 0;
	}

	.list_company02 dt,
	.list_company02 dd {
		width: 100%;
	}

	.list_company02 dt {
		margin-bottom: 7px;
	}

	.list_company02 dd {
		display: block;
	}

	.tag_company02 {
		margin: 10px 0 0;
	}
}


/* company03 アクセス
=========================================================================== */

.bg_company03 {
	position: relative;
	min-height: 978px;
	padding: 119px 0 142px;
	background-color: #fff;
	overflow: hidden;
}


.head_company03 .label_under {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .34em;
	color: var(--purple);
}

.head_company03 .label_under:after {
	display: none;
}

.block_company03 {
	align-items: flex-start;
	margin-top: 60px;
}

.info_company03 {
	width: 401px;
}

.box_company03 {
	min-height: 173px;
	padding: 37px 30px 28px;
	background-color: #fffaf1;
	border: 1px solid #eadfd2;
}

.box_company03+.box_company03 {
	margin-top: 17px;
}

.address_company03 {
	min-height: 205px;
	background-color: #fff;
	box-shadow: 0 18px 36px rgba(48, 32, 24, .06);
}

.label_company03 {
	margin-bottom: 12px;
	font-family: var(--serif);
	font-size: 1.45rem;
	line-height: 1.8;
	letter-spacing: .08em;
	color: #312926;
}

.box_company03 h3 {
	margin-bottom: 19px;
	font-family: var(--serif);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .14em;
	color: #312926;
}

.box_company03 p:not(.label_company03) {
	font-size: 1.35rem;
	line-height: 2;
	letter-spacing: .04em;
	color: #534943;
}

.map_company03 iframe {
	display: block;
	width: 100%;
	height: 500px;
}

.btn_company03 {
	margin-top: 17px;
}

.btn_company03 a {
	position: relative;
	display: flex;
	width: 250px;
	height: 58px;
	align-items: center;
	padding: 0 62px 0 30px;
	font-family: var(--serif);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .08em;
	color: #fff !important;
	text-decoration: none;
	background-color: #7d2e98;
	margin: 20px auto 0;
}

.btn_company03 a:after {
	content: "→";
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1399px) {

	.map_company03 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.bg_company03 {
		min-height: 0;
		padding: 90px 0;
	}

	.bg_company03:before {
		font-size: 8rem;
		right: -80px;
	}

	.map_company03 {
		width: 100%;
	}

	.map_company03 {
		margin-top: 45px;
	}
}

@media (max-width: 767px) {
	.bg_company03:before {
		top: 35px;
		font-size: 5.2rem;
	}

	.box_company03 {
		min-height: 0;
		padding: 28px 25px;
	}

	.dummy_map_company03 {
		height: 330px;
	}
}

.company_page .container > .tac {
	text-align: left;
}

.contact_page .container > .tac {
	text-align: left;
}


.bg_contact_mainimg {
	background: url(../images/bg_contact.jpg) center top / cover no-repeat;
}

.bg_contact_mainimg:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/main_overlay.svg) center / cover no-repeat;
}

.bg_contact_mainimg .container_under_mainimg,
.bg_contact_mainimg .scroll_under {
	z-index: 1;
}


/* contact01 お電話・FAX
=========================================================================== */

.bg_contact01 {
	padding: 90px 0 100px;
	background-color: #fffaf1;
}

.head_contact01 .ttl_under {
	margin-bottom: 50px;
}

.list_contact01 {
	align-items: flex-start;
}

.box_contact01 {
	position: relative;
	width: 540px;
	padding: 40px 50px 35px;
	background-color: #fff;
	box-shadow: 0 25px 45px rgba(49, 35, 23, .08);
}

.box_contact01:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	width: 6px;
	background-color: var(--purple);
}

.label_contact01 {
	margin-bottom: 12px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .28em;
	color: var(--purple);
}

.box_contact01 h3 {
	font-family: var(--serif);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #312926;
}

.num_contact01 {
	margin-top: 10px;
	font-family: var(--serif);
	font-size: 3.9rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .08em;
	color: #312926;
	text-decoration: none;
}

.num_contact01 span.tel_link {
	color: #312926;
}

.time_contact01 {
	margin-top: 10px;
	font-size: 1.35rem;
	line-height: 1.8;
	letter-spacing: .04em;
	color: #6c625b;
}

.note_contact01 {
	display: inline-block;
	margin-top: 12px;
	padding: 9px 18px;
	font-size: 1.1rem;
	line-height: 1.1;
	letter-spacing: .08em;
	color: #fff;
	background-color: var(--purple);
}

@media (max-width: 1399px) {
	.container_contact01 {
		width: calc(100% - 80px);
	}

	.box_contact01 {
		width: 48.5%;
	}
}

@media (max-width: 991px) {
	.bg_contact01 {
		padding: 50px 0;
	}

	.container_contact01 {
		width: calc(100% - 50px);
	}

	.head_contact01 .ttl_under {
		margin-bottom: 45px;
	}

	.box_contact01 {
		width: 100%;
	}

	.box_contact01+.box_contact01 {
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.container_contact01 {
		width: calc(100% - 36px);
	}

	.box_contact01 {
		min-height: 0;
		padding: 32px 26px 30px;
	}

	.num_contact01 {
		font-size: 2.9rem;
	}
}


/* contact02 メールフォーム
=========================================================================== */

.bg_contact02 {
	position: relative;
	padding: 111px 0 128px;
	background: url(../images/contact_bg_mail.svg) center / cover no-repeat;
	overflow: hidden;
}

.bg_contact02:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: repeating-linear-gradient(90deg, transparent 0, transparent 375px, rgba(255, 255, 255, .08) 375px, rgba(255, 255, 255, .08) 376px), repeating-linear-gradient(0deg, transparent 0, transparent 270px, rgba(255, 255, 255, .045) 270px, rgba(255, 255, 255, .045) 271px);
	pointer-events: none;
}

.bg_contact02:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/contact_bg_mail_overlay.svg) center / cover no-repeat;
	pointer-events: none;
}

.container_contact02 {
	position: relative;
	z-index: 1;
	width: 1180px;
	margin: 0 auto;
}

.head_contact02 {
	width: 880px;
	margin-bottom: 41px;
	color: #fff;
}

.head_contact02 .ttl_under {
	margin-bottom: 32px;
}

.lead_contact02 {
	font-size: 1.45rem;
	line-height: 2.15;
	letter-spacing: .07em;
	color: rgba(255, 255, 255, .88);
}

.card_contact02 {
	width: 1180px;
	padding: 60px 60px 57px;
	background-color: rgba(255, 255, 255, .97);
	box-shadow: 0 26px 55px rgba(35, 15, 40, .14);
}

.note_form_contact02 {
	margin-bottom: 22px;
	font-size: 1.35rem;
	line-height: 1.8;
	letter-spacing: .04em;
	color: #6c625b;
}

.table_contact02 {
	width: 100%;
	margin-bottom: 36px !important;
	border-collapse: collapse;
	background-color: #fff;
}

.table_contact02 th,
.table_contact02 td {
	padding: 20px 25px;
	border: 1px solid rgba(126, 46, 152, .14) !important;
	vertical-align: middle !important;
}

.table_contact02 th {
	width: 235px;
	background-color: #fffaf1;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .08em;
	color: #312926;
}

.table_contact02 td {
	width: 825px;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .04em;
	color: #534943;
}

.red {
	margin-left: 9px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .04em;
	color: var(--purple);
}

.radio_contact02 {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-right: 18px;
}

.radio_contact02 input,
.agree_contact02 input {
	margin: 0 8px 0 0;
	vertical-align: -1px;
}

.radio_contact02 label,
.agree_contact02 label {
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

.form_contact02 input[type="text"],
.form_contact02 input[type="email"],
.form_contact02 select,
.form_contact02 textarea {
	width: 100%;
	height: 45px;
	padding: 0 16px;
	border: 1px solid rgba(126, 46, 152, .2);
	border-radius: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .04em;
	color: #534943;
	background-color: #fff;
	box-shadow: none;
}

.form_contact02 textarea {
	height: 180px;
	padding-top: 16px;
	resize: vertical;
}

.form_contact02 select {
	width: 330px;
	max-width: 100%;
}

.form_contact02 input::placeholder,
.form_contact02 textarea::placeholder {
	color: rgba(83, 73, 67, .58);
}

.post_contact02 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.post_contact02 span {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #534943;
}

.post_contact02 input[type="text"] {
	width: 240px;
}

.post_contact02 button {
	width: 120px;
	height: 45px;
	border: none;
	border-radius: 0;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: .08em;
	color: #fff;
	background-color: var(--purple);
}

h3.privacy {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1.6;
	margin-top: 30px;
	margin-bottom: 10px;
}

.inner_privacy {
	height: 180px;
	overflow: auto;
	overflow-y: scroll;
	font-size: 1.4rem;
	line-height: normal;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.inner_privacy h5 {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

p.ttl_privacy {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.inner_privacy p.text {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

ul.privacy li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 1.3rem;
}

.inner_privacy p.text_r {
	text-align: right;
	padding-right: 1.5em;
	margin-top: 1em;
}

.agree_contact02 {
	margin-bottom: 25px;
	font-size: 1.35rem;
	line-height: 1.8;
	letter-spacing: .04em;
	color: #534943;
}

.btn_contact02 button {
	position: relative;
	width: 433px;
	max-width: 100%;
	height: 64px;
	padding: 0 56px 0 34px;
	border: none;
	border-radius: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .08em;
	color: #fff;
	background-color: var(--purple);
}

.btn_contact02 button:after {
	content: "→";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1399px) {
	.container_contact02 {
		width: calc(100% - 80px);
	}

	.card_contact02 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.bg_contact02 {
		padding: 90px 0;
	}

	.container_contact02 {
		width: calc(100% - 50px);
	}

	.card_contact02 {
		width: 100%;
	}

	.head_contact02 {
		width: 100%;
	}

	.card_contact02 {
		padding: 42px 34px 45px;
	}

	.table_contact02,
	.table_contact02 tbody,
	.table_contact02 tr,
	.table_contact02 th,
	.table_contact02 td {
		display: block;
		width: 100%;
	}

	.table_contact02 th {
		padding: 18px 22px 12px;
		border-bottom: none !important;
	}

	.table_contact02 td {
		padding: 12px 22px 20px;
	}
}

@media (max-width: 767px) {
	.container_contact02 {
		width: calc(100% - 36px);
	}

	.card_contact02 {
		width: 100%;
	}

	.card_contact02 {
		padding: 34px 20px 40px;
	}

	.radio_contact02 {
		display: flex;
		margin-right: 0;
	}

	.post_contact02 {
		flex-wrap: wrap;
	}

	.post_contact02 input[type="text"] {
		width: calc(100% - 28px);
	}

	.post_contact02 button {
		width: 150px;
		margin-left: 28px;
	}

	.btn_contact02 button {
		height: auto;
		min-height: 64px;
		padding: 15px 46px 15px 25px;
	}
}




/* responsive final adjustments
=========================================================================== */

.list_btn_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-top: 8px;
}

.btn_back_contact,
.btn_send_contact {
	min-width: 116px;
	min-height: 42px;
	padding: 8px 18px;
	border: 1px solid rgba(126, 46, 152, .45);
	border-radius: 0;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: .06em;
	cursor: pointer;
}

.btn_back_contact {
	color: #5d4a42;
	background: #fff;
}

.btn_send_contact {
	color: #fff;
	background: var(--purple);
}

@media (max-width: 767px) {
	.list_btn_contact {
		gap: 10px;
		margin-top: 14px;
	}

	.btn_back_contact,
	.btn_send_contact {
		flex: 1;
		min-width: 0;
		min-height: 44px;
		font-size: 1.25rem;
	}
}

@media (max-width: 1199px) {
	.nav_products02 {
		gap: 16px;
	}

	.nav_products02 li {
		flex: 1 1 0;
		min-width: 0;
	}

	.nav_products02 button {
		width: 100%;
		min-width: 0;
		padding-right: 16px;
		padding-left: 16px;
		font-size: 1.6rem;
		white-space: nowrap;
	}
}

@media (max-width: 1279px) {
	.drawer_bg {
		max-width: 460px;
	}

	.gnav_item>a::after {
		left: auto;
		right: 0;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%) scale(0);
	}

	.gnav_item.active>a::after,
	.gnav_item>a:hover::after {
		transform: translateY(-50%) scale(1);
	}
}
