/*
Theme Name: Wisteria
Requires PHP: 7.4
Version: 2024.2
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

html {
	font-size: 62.5%;
}
body {
	color: #292929;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:not(.home) {
	background-color: #f7f7f7;
}
figure, picture {
	max-width: 100%;
	width: 100%;
	line-height: 0;
	display: inline-block;
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
p{
	font-size: 1.6rem;
}
a {
	color: #000000;
	display: block;
	text-decoration: unset;
	transition: all 0.4s ease-in-out;
}
a:active, a:focus, a:focus-visible, a:focus-within, a:visited, a:target {
	color: #000000;
}
.screen-reader-text:focus {
	color: #000000;
}
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}
.only_sp {
	display: none;
}
select {
	-webkit-appearance: none;
	appearance: none;
}
.inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
}
.red {
	color: #a40036;
}
.purple{
	color: #B386B5;
}
.pink{
	color: #E895B9;
}
.lblue{
	color: #7DC4EB;
}
.font-zen {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}
.font-bebas {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h2.font-bebas {
	font-size: 4.5rem;
	letter-spacing: 4px;
}
.content_title.small {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
}
.before_lt {
	position: relative;
	padding-left: 60px;
}
.before_lt::before {
	content: "";
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/symbol-mark.svg);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	width: 45px;
	height: 20px;
}
.info_more a{
	background-color: #B284B5;
	color: #fff;
	display: inline-block;
	padding: 0.5rem 5rem 0.5rem 3rem;
	margin-top: 2rem;
	border-radius: 10px;
	position: relative;
}
.info_more a::after {
	content: "";
	background-color: #fff;
	clip-path: polygon(0 0,100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: 1.2rem;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 1.4rem;
	font-weight: 600;
}
.content_right .info_more a {
	background-color: #E895B9;
}
/* CSSで遅延を加えたアニメーション */
.fadeIn.delay1 {
	animation: fadeIn 1s ease-in-out 0.5s forwards; /* 0.5秒の遅延 */
}
.fadeIn.delay2 {
	animation: fadeIn 1.5s ease-in-out 0.5s forwards; /* 0.5秒の遅延 */
}
.fadeIn.delay3 {
	animation: fadeIn 2s ease-in-out 0.5s forwards; /* 0.5秒の遅延 */
}
.fadeIn.delay3 {
	animation: fadeIn 2.5s ease-in-out 0.5s forwards; /* 0.5秒の遅延 */
}
/* フェードインのアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* fonts ---------------------------------------*/

/* common --------------------------------------*/
#content {
	margin-top: 65px;
}
.entry-content{
	padding: 3rem 0 0;
}
.memo{
	font-size: 0.8em;
}
/* header -------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#header .header-inner {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	padding: 1.5rem 2rem;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);*/
	align-items: center;
}
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
	.element {
		background-color: transparent; /* サポートされている場合、透明にする */
		-webkit-backdrop-filter: blur(10px); /* Safari対応 */
		backdrop-filter: blur(10px); /* 標準対応 */
	}
}
#header .site_logo {
	line-height: 0;
}
#menu-g-nabi a {
	/*color: #B284B5;*/
	color: #865291;
	font-weight: 600;
	font-size: 1.3rem;
	padding: 2rem 0;
	margin: 0 1.5rem;
}
#menu-g-nabi a:hover {
	color: #E895B9;
}
#menu-g-nabi .menu-item-has-children {
	position: relative;
	display: inline-flex;
	align-items: center;
}
#menu-g-nabi .menu-item-has-children::after {
	content: "";
	display: inline-block;
	background-color: transparent;
	border: 2px solid;
	border-color: #B284B5 #B284B5 transparent transparent;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	margin-right: 0;
	position: absolute;
	right: 0;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
	.main-visual{
		padding-bottom: 5vh !important;
	}
	.mv_txt {
		bottom: 4vw !important;
	}
	.main-visual .mv_img {
		margin-bottom: 10vw !important;
		padding-bottom: 8vw !important;
	}
}
@media screen and (min-width: 769px) {
	#header .header-inner {
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
		padding: 0 3rem;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
	}
	#header .site_logo {
		padding: 1em 1.5rem;
		max-width: 200px;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	#header .site_logo img {
		max-width: 250px;
	}
	#header .site_logo h1 {
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	#menu-g-nabi {
		display: flex;
		align-items: center;
	}
	#menu-g-nabi ul li a {
		margin: 0;
		padding: 1rem;
	}
	#menu-g-nabi .sub-menu {
		width: 500px;
		flex-wrap: wrap;
		display: none;
		position: absolute;
		top: 60px;
		left: -220px;
		background-color: #fff;
		box-sizing: border-box;
	}
	#menu-g-nabi ul li {
		position: relative;
		width: calc((100% - 1rem) / 3);
	}
	#menu-g-nabi .has-child_2 .sub-menu {
		display: none;
		position: absolute;
		bottom: -5rem;
		background-color: #fff;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding-bottom: 1.5rem;
	}
	#menu-g-nabi .has-child_2 ul li {
		position: relative;
	}
	#menu-g-nabi .menu-item-has-children{
		margin-right: 1.5rem;
	}
	#menu-g-nabi .menu-item-has-children::before {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -15px;
		z-index: -1;
	}
	#menu-g-nabi .menu-item-has-children:hover .sub-menu {
		background-color: #865291;
		box-shadow: 2px 2px 6px #a674b0;				
		gap: 0 0.5rem;
		display: inline-flex;
		transition: all 0.4s ease-in-out;
	}
	#menu-g-nabi .menu-item-has-children:hover .sub-menu li a {
		font-size: 1.2rem;
		line-height: 1.4;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}
	.sp_nav.hamburger {
		display: none;
	}
	#menu-g-nabi .menu-item-has-children:hover .sub-menu li a{
		color: #fff;
	}
}

/* sp-menu ------------------------------------*/
.sp_nav {
	width: 4.5rem;
	height: 100%;
}
.hamburger {
	background-color: transparent;
	border-color: transparent;
	z-index: 99;
	position: absolute;
	top: 0;
	right: 1.5rem;
}
/* sp-menu line --------*/
.hamburger span {
	width: 100%;
	height: 3px;
	background-color: #B284B5;
	position: relative;
	transition: all 0.4s ease-in-out;
	display: block;
	border-radius: 30px;
}
.hamburger span:nth-child(1) {
	top: 0;
}
.hamburger span:nth-child(2) {
	margin: 6px 0;
}
.hamburger span:nth-child(3) {
	top: 0;
}

/* sp-menu open --------*/
#menu.active {
	transform: translatey(0);
	display: block;
}
.hamburger.active span:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: -8px;
	transform: rotate(-45deg);
}
.no-scroll {
	overflow: hidden;
	height: 100%;
}
@media screen and (max-width: 768px){
	/*		#header{
	background-color: #fff;
}*/
	#header .header-inner {
		height: 55px;
	}
	#header .site_logo {
		max-width: 140px;
		width: 100%;
	}
	#menu {
		display: none;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		transform: translatey(calc(-100% + -75px));
		background-color: #fff;
		transition: all 0.4s ease-in-out;
		margin-top: 55px;
		z-index: -1;
		overflow: scroll;
		padding-bottom: 100px;
		box-sizing: border-box;
	}
	#menu-g-nabi .sub-menu {
		width: 96%;
		display: block;
		background-color: #fffafd;
	}
	#menu-g-nabi .sub-menu a{
		padding: 1rem 2rem;
		border-bottom: 2px dotted #DDD;
		position: relative;
	}
	#menu-g-nabi .sub-menu a::after {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background-color: #865291;
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		clip-path: polygon(0 0, 0 100%, 50% 50%);
	}
	#menu-g-nabi .has-child .sub-menu.active, #menu-g-nabi .has-child_2 .sub-menu.active {
		display: block;
	}
	#menu-g-nabi {
		flex-direction: column;
		display: flex;
		align-items: flex-start;
	}
	#menu-g-nabi li {
		width: 100%;
	}
	#menu-g-nabi a {
		width: 96%;
		margin: 0 auto;
		padding: 1.5rem 2rem;
		box-sizing: border-box;
		display: block;
		border-bottom: 1px solid #A5A5A5;
	}
	#menu-g-nabi .has-child, #menu-g-nabi .has-child_2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	#menu-g-nabi .menu-item-has-children{
		flex-direction: column;
	}
	#menu-g-nabi .menu-item-has-children::after {
		top: 2rem;
		right: 2rem;
		transition: all 0.4s ease-in-out;
	}
	#menu-g-nabi .menu-item-has-children.active::after {
		transform: rotate(315deg);
		transition: all 0.4s ease-in-out;
		top: 2.5rem;
	}
	.sub-menu.active {
		width: 100%;
		background-color: #F5F5F5;
	}
	.sub-menu.active li:last-child {
		border-bottom: none !important;
	}
}

/* main-visual --------------------------------*/
.main-visual {
	padding: 5vh 0 0;
	/*height: 89vh;*/
	width: 100vw;
}
/*ロゴ一体型ver
* .main-visual .mv_img {
max-width: 550px;
width: 100%;
/*height: 80vh;*/
/*margin: 5vw auto 5vw;
padding-bottom: 5vw;
box-sizing: border-box;
transition: 1s;
}
*/

/*ロゴ分離ver */
.main-visual .mv_img {
	max-width: 550px;
	width: 100%;
	margin: 5vw auto 5vw;
	padding-bottom: 5vw;
	box-sizing: border-box;
	transition: 1s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mv_txt{
	position: absolute;
	bottom: 3vw;
	left: 50%;
	writing-mode: vertical-rl;
	transform: translatex(-50%);
	z-index: 1;
	animation-name: fadeIn_2;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.Scroll-down::before {
	animation: scroll 2.5s infinite;
	background-color: #B284B5;
	bottom: -60px;
	content: "";
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
	z-index: 2;
}
/* 線の背景色 */
.Scroll-down::after {
	background-color: #ccc;
	bottom: -60px;
	content: "";
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.mv_txt p{
	font-size: 1.2rem;
	letter-spacing: 0.25em;
	color: #B284B5;
}
.fadeIn_Mv {
	animation-name: fadeIn;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn_2 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.main-visual .symbolmark{
	max-width: 75%;
	width: 100%;
	margin-bottom: 5rem;
	animation: floating 2s ease infinite;
}
@keyframes floating {
	0% {
		transform: translatey(0);
	}
	50% {
		transform: translatey(10px);
	}
	100% {
		transform: translatey(0);
	}
}

.mv-inner{
	position: relative;
	opacity: 0;
}
.img-animation {
	animation: img-opacity 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
	padding-bottom: 4vh;
}
.img-animation::before {
	animation: img-animation 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}
@keyframes img-animation {
	100% {
		transform: translateX(100%);
	}
}

/* Sub main-visual ----------------------------*/
.subpage-head-content h1 {
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
	filter: drop-shadow(4px 4px 4px #a85eb3);
}
.breadcrumb {
	font-size: 0.75em;
	margin-top: 0.5rem;
	filter: drop-shadow(2px 2px 0 #a85eb3);
}
.breadcrumb a{
	color: #fff;
	display: inline-block;
}
@media screen and (max-width:480px){
	.breadcrumb > span:last-child{
		max-width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		vertical-align: bottom;
	}
}
.subpage-head-content .breadcrumb, .breadcrumb .home {
	color: #fff;
	letter-spacing: 1px;
}

.subpage-header {
	display: flex;
	align-items: center;
	position: relative;
	height: 215px;
	background-color: #a674b0 !important;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.subpage-header::after {
	content: "";
	background-color: rgba(255,255,255,0.5);
	display: block;
	width: calc((100% - 1200px) / 2);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 1240px){
	.subpage-header::after{
		width: 20%;
	}
}

/* CTA ----------------------------------------*/
.cta_parts {
	margin: 5rem 0;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 2px #ddd;
	border-radius: 30px;
	padding: 5rem;
}
.cta_parts figure {
	max-width: 80px;
	margin: 0 auto 2rem;
}
.cta_parts .flex {
	align-items: center;
	justify-content: center;
	gap: 4rem;
	margin-top: 3rem;
}
.cta_parts .flex a {
	font-size: 2.2rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 10px;
	display: block;
	padding: 2rem;
	width: calc((100% - 4rem) / 2);
	position: relative;
}
.cta_parts a.tel_btn {
	background-color: #F071A8;
}
.cta_parts a.form_btn {
	background-color: #9d53ac;
}
.cta_parts a.tel_btn::before,
.cta_parts a.form_btn::before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
.cta_parts a.tel_btn::before{
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/icon_tel.svg;);
}
.cta_parts a.form_btn::before{
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/icon_mail.svg;);
}
.cta_parts a.tel_btn::after,
.cta_parts a.form_btn::after{
	content: "";
	width: 17px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	clip-path: polygon(0 0, 50% 50%, 0 100%);
}
@media screen and (max-width:1100px){
	.cta_parts .flex a{
		font-size: 1.8rem;
	}
}
@media screen and (max-width:960px){
	.cta_parts .flex {
		gap: 2rem;
	}
	.cta_parts .flex a {
		width: calc((100% - 2rem) / 2);
	}
	.cta_parts {
		padding: 5rem 1.5rem;
	}
	.cta_parts p {
		word-break: keep-all;
	}
	.cta_parts .flex a{
		font-size: 1.6rem;
	}
}
@media screen and (max-width:768px){
	.cta_parts figure {
		max-width: 90px;
	}
	.cta_parts .flex {
		gap: 1rem;
		flex-direction: column;
	}
	.cta_parts .flex a {
		width: 80%;
	}
}
@media screen and (max-width:480px){
	.cta_parts figure {
		max-width: 70px;
	}
	.cta_parts .flex {
		gap: 1rem;
		flex-direction: column;
	}
	.cta_parts .flex a {
		padding: 2rem 1rem;
		width: 100%;
	}
	.cta_parts a.tel_btn::before, .cta_parts a.form_btn::before{
		width: 25px;
		height: 25px;
	}
}

/* footer -------------------------------------*/
#footer {
	background-color: #292929;
	color: #fff;
}
#copyright {
	text-align: center;
	border-top: 1px solid #fff;
	padding: 1.5rem 0;
}
#copyright p {
	font-size: 1.2rem;
}

/* Top ----------------------------------------*/
#information {
	background-color: #f7f7f7;
	padding: 5rem 0;
}
#information .info_area {
	background-color: #fff;
	padding: 7rem 2rem;
	border-radius: 30px;
}
#information h2{
	position: relative;
}
.info_list {
	margin-top: 5rem;
	max-width: 80%;
	width: 100%;
	margin: 5rem auto 0;
}
.info_list li{
	flex-wrap: wrap;
	border-bottom: 2px dotted #e1e1e1;
	line-height: 2;
	padding: 0.5em;
	gap: 1.5rem;
	align-items: center;
}
.info_list li + li {
	margin-top: 16px;
}
.info_list .info_title{
	display: inline-block;
	max-width: calc(100% - (120px + 120px + 3rem));
}
.info_list .info_title a {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.info_cat {
	font-size: 0.8em;
	letter-spacing: 1px;
	max-width: 120px;
	width: 100%;
	padding: 2px 10px;
}
.info_cat.info {
	color: #fff;
	background-color: #E895B9;
}
.info_cat.apology {
	color: #fff;
	background-color: #6ca2d5;
}
.info_cat.news {
	color: #fff;
	background-color: #80bf8e;
}
.info_cat.press-release {
	color: #fff;
	background-color: #a674b0;
}
#introduction {
	padding: 10vw 0 10vw 0;
}
#introduction .introduction_content{
	width: 100%;
	position: relative;
}
#introduction .content_left {
	max-width: 60%;
	width: 100%;
}
#introduction .content_right {
	max-width: 40%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#introduction .introduction_content .big p {
	font-size: 2.4em;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 6px;
	word-break: keep-all;
}
#introduction .introduction_content .big p:first-child {
	margin-bottom: 1.5em;
}
#introduction .content_left div:last-child p {
	letter-spacing: 1.5px;
	margin-top: 4rem;
	line-height: 2.5;
}
#introduction .content_right .introduction-img1 {
	position: absolute;
	top: 0;
	right: 0;
	transform: translatey(-15px);
	max-width: 310px;
	width: 100%;
	height: 450px;
	transition: 1s;
}
#introduction .content_right .introduction-img2 {
	position: absolute;
	bottom: -150px;
	left: 0;
	transform: translateY(-20px);
	max-width: 280px;
	width: 100%;
	height: 300px;
	transition: 1s;
}
#introduction .content_right .introduction-img1 img,
#introduction .content_right .introduction-img2 img {
	width: 100%;
	object-fit: contain;
}
#mind {
	padding: 7rem 0 15rem 0;
	position: relative;
	z-index: 5;
}
#mind::before {
	content: "";
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/mind_bg.png);
	width: 500px;
	height: 50%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#mind .mind_content.flex {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#mind .mind_content .pink {
	font-size: 1.5em;
	font-weight: 600;
}
#mind .mind_content .message {
	color: #B386B5;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1.8;
	margin-top: 5rem;
	text-shadow: 3px 3px 6px #e6e6e6;
}
#mind .mind_area.inner .logo {
	max-width: 200px;
	width: 100%;
	margin-top: 5rem;
}
#mind .mind_content.flex.center .pink {
	position: relative;
}
#mind .mind_content.flex.center .pink::before {
	content: "";
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/title_before.svg);
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: -30px;
}
#mind .mind_content.flex.center .pink::after {
	content: "";
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/title_after.svg);
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: -20px;
}
#mind .mind_area.inner{
	position: relative;
}
#mind .illust_01, .illust_02, .illust_03{
	position: absolute;
	width: 100%;
}
#mind .illust_01 img, .illust_02 img, .illust_03 img{
	filter: drop-shadow(2px 2px 2px #dfdfdf);
}
#mind .illust_01 {
	top: -10%;
	right: 6.5%;
	max-width: 150px;
}
#mind .illust_02 {
	top: 30%;
	left: 5%;
	max-width: 130px;
}
#mind .illust_03 {
	bottom: -40px;
	right: 0;
	max-width: 200px;
}
#mind .illust_01{
	animation: floating1 5s ease infinite;
}
@keyframes floating1 {
	0% {
		transform: translatex(0) rotate(0);
	}
	50% {
		transform: translatex(5px) rotate(2deg);
	}
	100% {
		transform: translatex(0) rotate(0);
	}
}
#mind .illust_02{
	/*animation: floating 5s infinite;*/
	animation: floating2 10s ease infinite;
}
@keyframes floating2 {
	0% {
		transform: translatex(0) rotate(0);
	}
	50% {
		transform: translatex(-10px) rotate(-10deg);
	}
	100% {
		transform: translatex(0) rotate(0);
	}
}
#mind .illust_03{
	/*animation: floating 5s infinite;*/
	animation: floating3 10s ease infinite;
}
@keyframes floating3 {
	0% {
		transform: translateY(0px) rotate(5deg);
	}
	50% {
		transform: translateY(-10px) rotate(0deg);
	}
	100% {
		transform: translateY(0px) rotate(5deg);
	}
}

#product {
	background-color: #F1F1F1;
	padding: 10rem 0;
}
#product .product_area.inner {
	background-color: #fff;
	padding: 10rem 5rem;
	border-radius: 30px;
}
#product .content_left, #product .content_right{
	width: 50%;
}
#product .content_left .big span {
	font-size: 4.5rem;
	margin: 2.5rem 0 1.5rem 0;
	display: block;
}
#product .content_left .big p {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 1px;
}
#product .content_right .flex {
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
#product .content_right ul li{
	max-width: calc(100% / 2);
}

#product .content_right ul li img {
	max-width: 250px;
	width: 100%;
}

#company {
	padding: 15rem 0;
	background: center center/cover no-repeat fixed url(https://www.wisteria-p.jp/wp-content/uploads/top_company_bg.jpg);
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 480px){
	#company {
		background: center center/cover no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/top_company_bg-sp.jpg);
	}
}
#company::before {
	filter: opacity(0.9);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
}
#company .company_content.flex{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#company .content_left, .content_right {
	width: 50%;
}
#company h2{
	position: relative;
}
.before_top::before {
	content: "";
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/symbol-mark.svg);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translatex(-50%);
	width: 45px;
	height: 20px;
}


#contact {
	background-color: #F1F1F1;
	padding: 10rem 0;
}
#contact .contact_area.inner {
	background-color: #fff;
	padding: 7rem 5rem;
	border-radius: 30px;
}
#contact .content_left, #contact .content_right{
	width: 50%;
	padding: 3rem;
}
#contact .content_right .big span {
	font-size: 4.5rem;
	margin: 2rem 0;
	display: block;
}
#contact .content_right p {
	letter-spacing: 1.5px;
	margin-top: 4rem;
	line-height: 2.5;
}
#contact .content_right .tel{
	margin-top: 3rem;
}
#contact .content_right .tel span {
	font-size: 1.8em;
	letter-spacing: 1px;
}
#contact .content_right .tel span a{
	display: inline-block;
}
#contact .content_right .tel p{
	margin-top: 0;
}
#contact .tel span{
	position: relative;
	padding-left: 60px;
}
#contact .tel span::before {
	content: "";
	background: center center/contain no-repeat url(https://www.wisteria-p.jp/wp-content/uploads/fd_img.png);
	width: 50px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}
/* 商品一覧 -----------------------------------*/
#products {
	margin: 5rem 0;
	gap: 2rem;
	flex-wrap: wrap;
}
#products .item.flex {
	width: calc((100% - 2rem) / 2);
	gap: 2rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 5rem 3rem;
	flex-direction: column-reverse;
	border: 1px solid #ddd;
}
#products .item.flex > div{
	width: 100%;
	position: relative;
}
#products .item-info {
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 30vh;
	padding: 3rem 1rem 0 1rem;
}
#products .item-info p{
	word-break: keep-all;
}
#products .item-info a {
	font-size: 1.5rem;
	font-weight: 500;
	color: #B386B5;
	display: inline-block;
	text-decoration: underline;
}
#products .item-info a::before {
	content: "";
	background-color: #B386B5;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	clip-path: polygon(0 0, 60% 50%, 0 100%);
	margin-right: 0.5rem;
}
#products .item-img{
	padding: 0 0 3rem 0;
}
#products .item-img p{
	max-width: 50%;
	margin: 0 auto;
}
#products .item-img::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.item h3 {
	font-size: clamp(1.8rem, calc(1.8rem + 0.625vw), 4rem);
	font-weight: 600;
	line-height: 1.8;
	position: relative;
	z-index: 5;
}
.item h3::before {
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(4rem, calc(5rem + 2vw), 8rem);
	color: rgba(238, 238, 238, 0.3);
	position: absolute;
	bottom: 0;
	left: -1.5rem;
	z-index: -1;
}
.item.brian h3::before {
	content: "Brian";
}
.item.lovelyb h3::before {
	content: "LovelyB";
}
.item.perion h3::before {
	content: "Perion";
}
.item.rururan h3::before {
	content: "Rururan";
}
.item.slime h3::before {
	content: "Shampoo";
}
.item.drops h3::before {
	content: "Drops";
}
.item.detergent h3::before {
	content: "Detergent";
}
.item.oyasaicya h3::before {
	content: "Oyasaicya";
}
.item.toothbrush h3::before {
	content: "Toothbrush";
}
@media screen and (max-width:480px){
	.item.detergent h3 {
		font-size: 2.7rem !important;
	}
	.item.slime h3 {
		font-size: 2.7rem !important;
	}
}
.item h3 span {
	font-size: 0.55em;
	display: block;
	position: relative;
	top: -0.8rem;
	padding-left: 3rem;
}
.item h3 span::before {
	content: "";
	background: #000;
	display: block;
	height: 1px;
	width: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
}
/* タブコンテンツ -------*/
#products .category-tabs.flex {
	gap: 1rem;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
#products .category-tabs.flex button {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	background-color: #a674b0;
	width: 100%;
	border: unset;
	border-radius: 4px;
	letter-spacing: 1px;
	padding: 1rem;
	box-shadow: 1px 1px 1px #c4c4c4;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
#products .category-tabs.flex button::after {
	content: "";
	background-color: #fff;
	clip-path: polygon(0 0, 50% 60%, 100% 0);
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 1rem;
	top: 60%;
	transform: translateY(-50%);
}
#products .product-list.flex {
	flex-wrap: wrap;
	gap: 2rem;
	width: 100%;
}
.product-item {
	display: none; /* 最初は非表示 */
	opacity: 0;
	transform: translateY(5vh); /* ちょっと下から出てくる */
	transition: opacity 2s ease, transform 2s ease;
}
/* 表示時のスタイル-------*/
.product-item.fade-in {
	opacity: 1;
	transform: translateY(0);
}

/* 商品詳細 --------------*/
.item-detail {
	background-color: #fff;
	border-radius: 2rem;
	padding: 5rem 3rem;
	border: 1px solid #ddd;
}
.item.item-detail h2 {
	color: #750644;
	font-size: 1.8rem;
	font-weight: 600;
}
.item.item-detail h3 {
	font-size: clamp(3rem, calc(3rem + 0.625vw), 5rem);
	font-weight: 600;
	line-height: 1.8;
	position: relative;
	z-index: 5;
	margin-top: 5rem;
}
.item.item-detail h3::before {
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(8rem, calc(8rem + 2vw), 15rem);
	color: rgba(238, 238, 238, 0.3);
	position: absolute;
	bottom: 0;
	left: -1.5rem;
	z-index: -1;
}
.item-detail p {
	line-height: 1.8;
	margin: 1.5rem 0 2.5rem 0;
	padding: 0 0.5rem;
}
.item-detail p:last-child {
	margin-bottom: 0;
}
.item-detail h4 {
	color: #a674b0;
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 4rem;
}
.item-infoTable {
	margin-top: 5rem;
}
.item-detail .item-Box {
	margin: 3rem 0;
}
.item-detail .item-Box.flex{
	gap: 1rem;
	align-items: flex-end;
	flex-wrap: wrap;
}
.item-detail .item-Box .item-img.flex {
	gap: 2rem;
	align-items: center;
	max-width: calc((100% - 1rem) / 2);
	width: 100%;
}
.item-detail .item-Box .item-img figure {
	width: 220px;
}
.item-detail .item-Box .item-img figure figcaption{
	font-size: 1.4rem;
	line-height: 1.4;
}
.item-detail .item-Box .item-img .item-link.flex{
	flex-direction: column;
	width: calc(100% - (2rem + 240px));
	gap: 1rem;
}
.item-detail .item-Box .item-img .item-link p{
	margin: 0;
}
.item-detail .item-Box .item-img .item-link a {
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	word-break: keep-all;
	background-color: #b91f8d;
	border-radius: 20px;
	padding: 1rem 0.5rem;
	box-shadow: 1px 1px 2px #c4c4c4;
}
.item-infoTable .item-information td {
	font-size: 1.4rem;
	padding: 1rem ;
	word-break: keep-all;
	border: 1px solid #ccc;
}
/* ブリアン-------------------------*/


/* table -----------------------------------*/
.about-us .company-information,
.item-information{
	border: 1px solid #ccc;
}
.about-us .company-information td,
.item-information td {
	padding: 2rem 1rem;
	border: 1px solid #ccc;
}
.about-us .company-information .column-1{
	text-align: right;
	vertical-align: middle;
	background-color: #eee;
}
.item-information .column-1{
	background-color: #f7f7f7;
}
.about-us .company-information .column-2,
.item-information .column-2{
	background-color: #fff;
}
.item-information .column-1 {
	width: 15%;
	vertical-align: middle;
}

/* 会社概要 -----------------------------------*/



/* Contact ------------------------------------*/
.contact-info {
	background-color: #fff;
	border: 4px solid #ddd;
	padding: 3rem 1rem;
}
.contact-info.center dl{
	margin: 2rem 0;
}
.contact-info dt{
	word-break: keep-all;
}
.contact-info.center dl ul.flex {
	gap: 2rem;
	justify-content: center;
	margin: 2rem auto;
	width: 640px;
}
.contact-info.center dd{
	margin: 0;
}
.contact-info.center dl ul.flex li{
	width: calc((100% - 2rem) / 2);
}
.contact-info p{
	font-size: 1.5rem;
	word-break: keep-all;
}
.contact-info p span {
	font-size: 0.9em;
}
.contact-info p:first-child{
	text-decoration: underline;
	color: #4a000a;
}
.contact-info a{
	color: #fff;
	padding: 1rem;
	display: block;
	width: 100%;
	border-radius: 10px;
	font-weight: 600;
	letter-spacing: 2px;
}
.contact-info a.tel_btn {
	background-color: #F071A8;
}
.contact-info a.mail_btn {
	background-color: #0cb9b9;
}
.form-area {
	padding: 1rem 2rem;
	background-color: #fff;
	max-width: 100%;
	margin: 5rem auto;
}
.form-area h2 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
	margin: 3rem 0;
}
.form-area > p {
	text-align: center;
}
.form-area label {
	font-size: 2rem;
	font-weight: 600;
}
.form-area .contact-note {
	color: #A5A5A5;
}
.required, .arbitrary {
	display: inline-block;
	padding: 0.25rem 2rem;
	border-radius: 30px;
	font-size: 0.7em;
	color: #fff;
	margin-left: 1rem;
}
.required {
	background-color: #53A464;
}
.arbitrary {
	background-color: #A5A5A5;
}
.form-item {
	margin: 4rem 0;
}
.wpcf7-list-item {
	margin: 0 2.2em 0 0;
}
.wpcf7-list-item label {
	font-weight: 400;
	font-size: 2rem;
}
.wpcf7-checkbox span{
	font-size: 1.7rem;
}
.text-in input, .form-item.text-in textarea, .wpcf7-form-control.wpcf7-select {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	width: 100%;
	box-sizing: border-box;
	padding: 1.5rem 1rem;
	margin-top: 1rem;
	border: 1px solid #A5A5A5;
	background-color: #F5F5F5;
}
.wpcf7-form-control.wpcf7-select {
	max-width: 60%;
	font-size: 1.6rem;
}
.form-item.text-in input::placeholder, .form-item.text-in textarea::placeholder {
	font-family: "Noto Sans JP", sans-serif;
	color: #A5A5A5;
	font-weight: 500;
	opacity: unset;
}
.form-submit-area {
	max-width: 80%;
	margin: 5rem auto 7rem;
}
.form-submit-area a{
	display: inline-block;
	text-decoration: underline;
}
.form-submit-area .submit-btn,
.form-submit-area .previous-btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.form-submit-area .submit-btn span {
	margin: 2rem auto;
}
.form-submit-area > div.flex {
	margin-top: 5rem;
	position: relative;
	gap: 1rem;
	justify-content: center;
}
.form-submit-area .submit-btn span {
	position: absolute;
	top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	text-align: center;
	max-width: 80%;
	margin: 0 auto 10rem;
	padding: 1.5rem;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #a674b0;
	box-shadow: unset;
	border: unset;
	border-radius: 100px;
	width: 350px;
	box-sizing: border-box;
	padding: 1.5rem 0;
	margin: 5rem auto 0;
}
.previous-btn input{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	display: flex;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #000;
	box-shadow: unset;
	border: unset;
	border-radius: 100px;
	width: 350px;
	box-sizing: border-box;
	padding: 1.5rem 0;
	margin: 5rem auto 0;
}
.type-selects {
	color: #292929 !important;
}
.form-area .select_wrapper {
	max-width: 60%;
	position: relative;
	margin: 0;
}
.form-area .select_wrapper::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 0.8rem;
	height: 0.8rem;
	border-right: 2px solid #292929;
	border-bottom: 2px solid #292929;
	box-sizing: border-box;
	transform: rotate(45deg) translate(-50%, 0);
}
.select_wrapper .wpcf7-form-control.wpcf7-select{
	max-width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	max-width: 100% !important;
	background-color: #fff;
}

/*投稿 ----------------------------------------*/
.single #wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.single #content {
	flex: 1;
}
.single .subpage-head-content h1{
	font-size: 2rem;
	line-height: 1.3;
}
.single .entry-content{
	min-height: 80vh;
}
.single .entry-content > div {
	background-color: #fff;
	padding: 3rem;
}
.single .entry-content p + p {
	margin-top: 1rem;
}
.single figure {
	margin-top: 2rem;
}
.single figure img{
	max-width: fit-content;
}
.single .entry-content a {
	text-decoration: underline;
}

/*アーカイブ ----------------------------------*/
.blog #wrapper,
.archive #wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.blog #content,
.archive #content{
	flex: 1;
}
.blog .post-list,
.archive .post-list{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.blog .post-list .post-box,
.archive .post-list .post-box{
	background-color: #fff;
	padding: 1.5rem 2rem;
}
.blog .post-list a,
.archive .post-list a{
	display: inline-block;
	text-decoration: underline;
}
.navigation.pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 2rem 0 5rem;
}
.nav-links .page-numbers {
	display: flex;
	gap:1rem;
}
.nav-links .page-numbers li .current, .nav-links .page-numbers li a {
	color: #fff;
	background-color: #a674b0;
	border-radius: 50px;
	width: 50px;
	text-align: center;
	display: inline-block;
}

/*Media Query ---------------------------------*/
@media screen and (max-width: 1240px) {
	.inner {
		max-width: 92%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
	.item-detail .item-Box.flex {
		align-items: flex-start;
	}
	.item-detail .item-Box .item-img .item-link.flex {
		width: 100%;
	}
	.item-detail .item-Box .item-img.flex {
		flex-direction: column;
	}
}
@media screen and (max-width: 768px) {
	.only_sp {
		display: block;
	}
	#content {
		margin-top: 55px;
	}
	.main-visual{
		padding: 13vh 0 0;
	}
	.main-visual .mv_img {
		max-width: 350px;
		padding: 0 20px 150px;
	}
	.mv_txt{
		bottom: 50px;
	}

	#introduction .content_left {
		max-width: 100%;
		margin-top: 6.5rem;
	}
	#introduction .content_right {
		max-width: 100%;
	}
	#introduction .introduction_content.flex {
		flex-direction: column-reverse;
	}
	#introduction .introduction_content .big p {
		font-size: 6.5vw;
	}
	#introduction .content_right {
		position: relative;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	#introduction .content_right .introduction-img1 {
		position: unset;
		transform: unset;
		max-width: 60%;
		height: unset;
	}
	#introduction .content_right .introduction-img2 {
		bottom: 0;
		width: 50%;
		height: unset;
		transform: translateY(2rem);
	}
	#introduction .content_left {
		max-width: 100%;
	}
	#introduction .content_left div:last-child p br {
		display: none;
	}

	#mind .illust_01 {
		top: -30%;
	}
	#mind .illust_02 {
		top: 70%;
	}
	#mind .illust_03 {
		bottom: -90px;
	}
	#mind .mind_content .message {
		font-size: 1.6em;
	}
	#products .category-tabs.flex {
		flex-wrap: wrap;
	}
	#products .category-tabs.flex button{
		font-size: 0.8em;
		width: calc((100% - 1rem) / 2);
	}
	.item.item-detail{
		padding: 3rem 2rem;
	}
	.item.item-detail .item-Box.flex {
		flex-direction: column;
	}
	.item.item-detail .item-Box .item-img.flex {
		flex-direction: column;
		max-width: 100%;
	}
	.item.item-detail .item-Box .item-img figure {
		width: 280px;
	}
	.item.item-detail .item-Box .item-img .item-link.flex {
		width: 100%;
	}
	/* Contact -------------*/
	.form-area {
		max-width: 100%;
	}
	.contact-info.center dl ul.flex {
		width: 98%;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	.contact-info.center dl ul.flex li {
		width: 96%;
	}
	.contact-info a {
		padding: 1rem 0.5rem;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 640px) {
	#information .info_list {
		max-width: 90%;
		margin: 3rem auto 0;
	}
	#information .info_area {
		padding: 7rem 1rem 4rem 1rem;
	}
	#information .info_area .info_box a {
		line-height: 1.6;
		font-size: 1.4rem;
	}
	#introduction .content_left {
		max-width: 100%;
		margin-top: 6.5rem;
	}
	#introduction .content_right {
		max-width: 100%;
	}
	#introduction .introduction_content.flex {
		flex-direction: column-reverse;
	}
	#introduction .introduction_content .big p {
		font-size: 6.5vw;
	}
	#introduction .content_right {
		position: relative;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	#introduction .content_right .introduction-img1 {
		position: unset;
		transform: unset;
		max-width: 60%;
		height: unset;
	}
	#introduction .content_right .introduction-img2 {
		bottom: 0;
		width: 50%;
		height: unset;
		transform: translateY(2rem);
	}
	#introduction .content_left {
		max-width: 100%;
	}
	#introduction .content_left div:last-child p br {
		display: none;
	}
	#product .product_area.inner{
		padding: 5rem 5rem;
	}
	#product .content_left {
		margin-bottom: 5rem;
	}
	#mind {
		padding: 2rem 0 10rem 0;
	}
	#mind .illust_01 {
		top: -18%;
		right: 6.5%;
		max-width: 90px;
	}
	#mind .illust_02 {
		top: 50%;
		left: 2%;
		max-width: 70px;
	}
	#mind .illust_03 {
		bottom: -70px;
		right: 0;
		max-width: 150px;
	}
	.product_content.flex.fade {
		flex-direction: column;
	}
	#product .content_left, #product .content_right{
		width: 100%;
	}
	#company{
		padding: 10rem 0;
	}
	#contact .contact_content.flex {
		flex-direction: column;
	}
	#contact .content_left {
		margin-bottom: 5rem;
	}
	#contact .content_left, #contact .content_right {
		width: 100%;
		padding: 0;
	}
	#products .item.flex{
		width: 100%;
	}
	#products .item-img p{
		max-width: 85%;
	}
}
@media screen and (max-width: 480px) {
	.br_pc {
		display: none;
	}
	.br_sp {
		display: block !important;
	}
	.info_list .info_title{
		display: block;
		max-width: 100%;
	}
	#information .info_list {
		max-width: 100%;
		margin: 3rem auto 0;
	}
	#introduction .content_left {
		max-width: 100%;
		margin-top: 4.5rem;
	}
	#introduction .content_right {
		max-width: 100%;
	}
	#introduction .introduction_content.flex {
		flex-direction: column-reverse;
	}
	#introduction .introduction_content .big p {
		font-size: 6.5vw;
	}
	#introduction .content_right {
		position: relative;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	#introduction .content_right .introduction-img1 {
		position: unset;
		transform: unset;
		max-width: 80%;
		height: unset;
	}
	#introduction .content_right .introduction-img2 {
		bottom: 0;
		width: 50%;
		height: unset;
		transform: translateY(2rem);
	}
	#introduction .content_left {
		max-width: 100%;
	}
	#introduction .content_left div:last-child p br {
		display: none;
	}

	#mind .mind_content .message {
		word-break: keep-all;
		font-size: 1.3em;
	}
	#mind .mind_content .message br {
		display: none;
	}

	#mind .mind_content .pink {
		font-size: 1em;
	}
	#mind::before {
		width: 60%;
	}
	#product .product_area.inner {
		padding: 3rem;
	}
	#product .product_content.flex.fade {
		flex-direction: column;
	}
	#product .content_left, #product .content_right {
		width: 100%;
	}
	#product .content_left .big p {
		font-size: 1.2em;
	}
	#product .content_left .big p br{
		display: none;
	}
	#products .item.flex{
		padding: 3rem 1.5rem;
	}
	#products .item-info{
		min-height: unset;
	}
	#products .item-info p {
		margin: 1rem 0 3rem 0;
	}
	.item h3 {
		font-size: 2.7rem;
		line-height: 2;
	}
	.item h3::before {
		bottom: 20px;
		font-size: 6rem !important;
	}
	#contact .content_right .big span{
		margin: 2rem 0 0;
	}
	#contact .content_right p {
		line-height: 1.8;
		margin-top: 0rem;
	}
	#contact .content_right p br{
		display: none;
	}
	/* Company -------------*/
	.about-us .company-information .column-1 {
		word-break: keep-all;
		text-align: center;
		line-height: 1.5;
	}
	/* Contact -------------*/
	.contact-info p span {
		display: block;
	}
	#contact .contact_content.flex {
		flex-direction: column;
		padding: 3rem;
	}
	#contact .content_left, #contact .content_right {
		width: 100%;
		padding: 0;
	}
	#contact .content_right {
		flex-direction: column;
	}
	#contact .contact_area.inner {
		padding: 0;
	}
	.wpcf7-checkbox span {
		font-size: 1.6rem;
	}
	.form-area .select_wrapper{
		max-width: 90%;
	}
	.wpcf7-form-control.wpcf7-submit.has-spinner{
		width: 85%;
	}
	.form-submit-area {
		max-width: 100%;
	}
	.form-submit-area p {
		font-size: 1.5rem;
		text-align: left !important;
	}
}
.single .entry-content .flex.post-basicinfo {
	gap: 1rem;
	align-items: center;
	padding-bottom: 0;
}
.flex.post-basicinfo .post-category {
	margin: 0;
}
.flex.post-basicinfo .post-date::after {
	content: "";
	background-color: #292929;
	width: 1px;
	height: 1.4rem;
	display: inline-block;
	margin-left: 1rem;
}

p.checked {
	background-color: #f7f7f7;
	padding: 1rem 1rem;
	margin-top: 1rem;
}
/*-- プライバシーポリシー --*/
#privacy-content {
	background-color: #fff;
	padding: 3rem;
}
.privacy-policy{
	margin-top: 5rem;
}
.privacy-policy h2 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 4rem;
}
.privacy ol {
	list-style: decimal;
}
.privacy ol li {
	margin: 2rem 1em;
}
.privacy ol li dd {
	margin: 1rem 0;
}
.privacy ol li ol {
	margin: 1rem 0;
}
.privacy ol li li {
	margin: 0 1em;
}
.privacy ol li {
	margin: 2rem 2em;
}
@media screen and (max-width: 768px) {
	.form-submit-area > div.flex {
		flex-direction: column-reverse;
	}
	.previous-btn input {
		margin-top: 0.5rem;
	}
	.form-submit-area {
		max-width: 100%;
	}
	.form-submit-area p{
		text-align: left !important;
	}
}
/* 送信完了 */
.thanks .entry-content {
	min-height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thanks .entry-content p {
	line-height: 2;
	margin: 2rem;
}
/* 404 */
#page_not-found {
	min-height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}