@charset "utf-8";
/*
Theme Name: FIND CREATOR
Theme URI: null
Description: Description
Author: shunc - LZJ
Version: 2.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
.bgimg {
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bgimg img {
	display: none !important;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure, .wp-block-image figcaption {
	display: block;
}
a.nolink, a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.mailForm .submit {
	position: relative;
}
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
	margin: 0 0 0 -1.2rem;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3rem;
}
.errorTxt {
	display: none;
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
}
.hideError .wpcf7-not-valid-tip {
	display: none !important;
}
.span-val.empty {
	display: none;
}
.span-val.empty + br {
	display: none;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control-wrap:has(input[type="file"]) {
	position: static;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:active {
	color: inherit;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 120rem;
	color: #505050;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: justify;
	overflow: clip;
}
#main {
	margin-bottom: 7.6rem;
	position: relative;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	#main {
		margin-bottom: 7.6rem;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
	position: absolute;
	left: 8rem;
	top: 0;
}
#gHeader h1 a {
	padding: 4.4rem 2.4rem 1.8rem 2rem;
	position: relative;
	display: block;
}
#gHeader h1 a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(150, 112, 115, 0.6);
	mix-blend-mode: multiply;
	z-index: 1;
	content: '';
}
#index #gHeader h1 a::before {
	display: none;
}
#gHeader h1 a img {
	width: 15.6rem;
	position: relative;
	z-index: 1;
}
.menu {
	width: 5rem;
	height: 8rem;
	position: fixed;
	top: 0;
	right: 10rem;
	background: rgba(94, 52, 65, 0.65);
	cursor: pointer;
	z-index: 100;
}
.menu:hover {
	opacity: 0.7;
}
.menu span {
	width: 2rem;
	height: 0.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: transform 0.3s;
	will-change: transform;
}
.menu span:nth-child(1) {
	transform: translate(-50%, calc(-50% - 0.8rem));
}
.menu span:nth-child(3) {
	transform: translate(-50%, calc(-50% + 0.8rem));
}
.menu.on::before {
	display: none;
}
.menu.on span {
	width: 3.4rem;
}
.menu.on span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.menuBox {
	width: 80rem;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	color: #fff;
	overflow-y: auto;
	z-index: 99;
	display: none;
}
#gNavi {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
#gNavi::before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 0 100%;
	background: rgba(150, 112, 115, 0.9);
	content: '';
}
#gNavi .inWrap {
	margin-left: auto;
	width: 75%;
	position: relative;
	z-index: 1;
}
#gNavi .naviList {
	padding: 12rem 0 11.4rem;
}
#gNavi .naviList li {
	margin-bottom: 1.4rem;
	text-align: center;
}
#gNavi .naviList li:last-child {
	margin-bottom: 0;
}
#gNavi .naviList li a {
	margin: 0 auto;
	padding-top: 0.7rem;
	width: 26rem;
	min-height: 5rem;
	position: relative;
	display: block;
	font-size: 1.2rem;
	line-height: 1.41;
	letter-spacing: 0.02em;
}
#gNavi .naviList li a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #642C30;
	transform: skew(-20deg);
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
	content: '';
}
#gNavi .naviList li a .en {
	font-size: 2.5rem;
	line-height: 1;
	white-space: nowrap;
}
#gNavi .pdfLink {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 1.2rem;
	letter-spacing: 0.09em;
	font-feature-settings: initial;
}
#gNavi .pdfLink a {
	padding-right: 2.5rem;
	display: block;
	position: relative;
}
#gNavi .pdfLink a::before {
	margin-top: 0.1rem;
	width: 2.5rem;
	height: 0.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	background: currentColor;
	content: '';
}
#gNavi .pdfLink a span {
	font-size: 80%;
}
@media all and (min-width: 897px) {
	#gNavi .naviList li a:hover:before {
		opacity: 0.3;
	}
	#gNavi .pdfLink a:hover {
		color: #96e6ba;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		left: 0;
	}
	#gHeader h1 a {
		padding: 4.3rem 1.6rem 1.9rem 1.6rem;
	}
	.menu {
		right: 0;
	}
	.menu:hover {
		opacity: 1;
	}
	.menuBox {
		width: 100%;
	}
	#gNavi::before {
		min-width: 80rem;
	}
	#gNavi .inWrap {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 5.9rem;
	text-align: center;
}
#gFooter address {
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
}
#gFooter .fInfo {
	line-height: 1.45;
}
.pageTop,
.fixCta {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-feature-settings: initial;
}
.pageTop a,
.fixCta a {
	position: relative;
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.3em;
}
.pageTop a::after,
.fixCta a::after {
	width: 2.5rem;
	height: 0.1rem;
	position: absolute;
	top: 50%;
	background: currentColor;
	content: '';
}
.pageTop {
	left: 0;
}
.pageTop a {
	padding-left: 2.5rem;
}
.pageTop a::after {
	left: 0;
}
.fixCta {
	right: 0;
}
.fixCta a {
	padding-right: 2.5rem;
}
.fixCta a::after {
	right: 0;
}
@media all and (min-width: 897px) {
	#index .fixCta,
	#index .pageTop {
		display: none;
	}
	.pageTop a:hover,
	.fixCta a:hover {
		color: #96e6ba;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 3.8rem;
	}
	.fixCta {
		display: none !important;
	}
	.pageTop {
		left: auto;
		top: auto;
		right: 1.5rem;
		bottom: 1.5rem;
		transform: none;
	}
	#index .pageTop {
		display: none;
	}
	.pageTop a {
		width: 5rem;
		height: 5rem;
		font-size: 0;
		background: url(img/common/page_top.png) no-repeat center center / 100%;
	}
	.pageTop a::after {
		display: none;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.notoSans {
	font-family: "Noto Sans JP", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 90rem;
	position: relative;
	z-index: 1;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 3rem;
	width: 100%;
	height: 28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(img/common/page_title_bg01.jpg) no-repeat center center / cover;
	clip-path: polygon(0 0, 100% 0, 100% 22rem, 50% 100%, 0 22rem);
}
.pageTitle::before {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(1.2rem);
	-webkit-backdrop-filter: blur(1.2rem);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 22rem);
	content: '';
}
.pageTitle h2 {
	margin-bottom: 2rem;
	width: 35rem;
	position: relative;
	text-align: center;
	z-index: 1;
}
.pageTitle h2 .en {
	display: block;
	margin-bottom: 2rem;
}
.pageTitle h2 .en img {
	width: 100%;
}
.pageTitle h2 .txt {
	margin: 0 1rem;
	padding-top: 0.5rem;
	min-height: 3rem;
	display: block;
	color: #967073;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	border-radius: 4rem;
	background: #fff;
}
.pageTitle .btnL,
.pageTitle .btnR {
	position: absolute;
	top: 10.7rem;
	writing-mode: vertical-rl;
	white-space: nowrap;
	transform: translateY(-50%);
	z-index: 50;
}
.pageTitle .btnL {
	left: 0;
}
.pageTitle .btnR {
	right: 0;
}
.pageTitle .btnL a,
.pageTitle .btnR a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.32em;
	font-feature-settings: initial;
}
.pageTitle .btnL a {
	padding-left: 2.7rem;
}
.pageTitle .btnR a {
	padding-right: 2.5rem;
}
.pageTitle .btnL a::after,
.pageTitle .btnR a::after {
	width: 2.5rem;
	height: 0.1rem;
	position: absolute;
	top: 50%;
	background: currentColor;
	content: '';
}
.pageTitle .btnL a::after {
	left: 0;
}
.pageTitle .btnR a::after {
	right: 0;
}
@media all and (min-width: 897px) {
	.pageTitle .btnL a:hover,
	.pageTitle .btnR a:hover {
		color: #96e6ba;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-top: 9rem;
		clip-path: polygon(0 0, 100% 0, 100% 26.1rem, 50% 100%, 0 26.1rem);
	}
	.pageTitle::before {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 26.1rem);
	}
	.pageTitle h2 {
		margin-bottom: 0;
		width: 33rem;
		max-width: calc(100% - 4.5rem);
	}
	.pageTitle h2 .en {
		margin: 0 2.5rem 1.6rem;
	}
	.pageTitle h2 .txt {
		margin: 0;
	}
}
/*------------------------------------------------------------
	comSideImg
------------------------------------------------------------*/
.comSideImg {
	width: 5.4rem;
	position: absolute;
	right: 5.6rem;
	top: -6.1rem;
}
@media all and (max-width: 896px) {
	.comSideImg {
		right: 0.1rem;
		top: -3.1rem;
	}
}
/*------------------------------------------------------------
	comMailForm
------------------------------------------------------------*/
.comMailForm {
	margin: 0 auto;
	padding: 1.1rem 4.5rem 3rem;
	width: 90rem;
	border-radius: 1rem;
	border: 0.1rem solid rgba(160, 160, 160, 0.8);
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 1;
}
.comMailForm table {
	margin-bottom: 1.5rem;
	width: 100%;
	border-collapse: collapse;
}
.comMailForm th,
.comMailForm td {
	padding: 1.9rem 0;
	height: 7.4rem;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	border-bottom: #c8c8c8 0.1rem solid;
	word-wrap: break-word;
	word-break: break-all;
}
.comMailForm th {
	padding-right: 4.1rem;
	padding-bottom: 1.2rem;
	width: 35%;
	text-align: right;
	line-height: 1.2;
}
.comMailForm th .thWrap {
	padding-left: 5rem;
	display: block;
	position: relative;
}
.comMailForm th .en {
	margin-top: 0.5rem;
	display: block;
	color: #967073;
	font-size: 90%;
	line-height: 1.35;
}
.comMailForm th .must {
	width: 4.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -0.1rem;
	top: -0.4rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #967073;
	border-radius: 0.5rem;
}
.comMailForm td {
	padding-left: 0.1rem;
	padding-right: 3rem;
	vertical-align: middle;
}
.comMailForm input[type="text"],
.comMailForm input[type="email"],
.comMailForm input[type="tel"],
.comMailForm textarea,
.comMailForm select {
	margin: 0;
	padding: 0 0.9rem;
	width: 100%;
	height: 3.5rem;
	vertical-align: top;
	color: #646464;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	border-radius: 0.5rem;
	border: 0.1rem solid #C8C8C8;
	background: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}
.comMailForm textarea {
	height: 10rem;
	resize: vertical;
	padding: 0.6rem 0.9rem;
	line-height: 1.6;
}
.comMailForm select {
	padding-right: 3rem;
	background: url(img/common/icon01.png) no-repeat right 0.7rem top 60% / 1.2rem, linear-gradient(#C8C8C8, #C8C8C8) no-repeat right 2.7rem top / 0.1rem 100%, #fff;
}
.comMailForm ::placeholder {
	opacity: 1;
	color: #B4B4B4;
}
.comMailForm td .wid01 {
	width: 34rem;
}
.comMailForm td .wid02 {
	width: 18rem;
}
.comMailForm td .nameList {
	display: flex;
	gap: 0.3rem;
}
.comMailForm td .nameList li {
	width: 18rem;
}
.comMailForm td .radioList {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.comMailForm td .radioList.col2 li {
	width: 34.8%;
}
.comMailForm td .radioList.col2 li.hide {
	display: none;
}
.comMailForm td .radioList.col3 {
	margin-right: -2.8rem;
}
.comMailForm td .radioList.col3 li {
	width: 33%;
}
.comMailForm td .radioList label {
	display: inline-block;
}
.comMailForm td .radioList input[type="radio"] {
	display: none;
}
.comMailForm td .radioList input[type="radio"] ~ span {
	padding-left: 1.8rem;
	display: inline-block;
	background: url(img/common/radio_icon01.png) no-repeat left center / 1.3rem;
	cursor: pointer;
}
.comMailForm td .radioList input[type="radio"]:checked ~ span {
	background-image: url(img/common/radio_icon02.png);
}
.comMailForm td .checkList {
	margin: -0.3rem -2.2rem -0.3rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 0;
}
.comMailForm td .checkList li {
	padding-right: 1rem;
	width: 33.33%;
}
.comMailForm td .checkList label {
	display: inline-block;
}
.comMailForm td .checkList input[type="checkbox"] {
	display: none;
}
.comMailForm td .checkList input[type="checkbox"] ~ span {
	padding-left: 1.8rem;
	display: inline-block;
	background: url(img/common/check_icon01.png) no-repeat left center / 1.3rem;
	cursor: pointer;
}
.comMailForm td .checkList input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/check_icon02.png);
}
.comMailForm td .upload {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
.comMailForm td .upload .sub {
	position: relative;
	cursor: pointer;
}
.comMailForm td .upload .sub input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 3;
}
.comMailForm td .upload .sub .fileerrorTip {
	padding-top: 0.2rem;
	width: 10rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	border-radius: 0.5rem;
	background: #78A0B9;
	overflow: hidden;
	position: relative;
}
.comMailForm td .upload .sub .fileerrorTip span {
	position: relative;
	z-index: 1;
}
.comMailForm td .upload .sub .showFileName {
	padding: 0.6rem 0 0.3rem;
	min-height: 3rem;
	font-size: 1.4rem;
	font-weight: bold;
	display: none;
}
.comMailForm td .note {
	margin-top: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}
.comMailForm .submit {
	display: flex;
	justify-content: center;
	gap: 3rem;
}
.comMailForm .submit li {
	min-width: 8.5rem;
	height: 3rem;
	overflow: hidden;
	position: relative;
	border-radius: 0.5rem;
	background: #967073;
}
.comMailForm .submit input {
	padding: 0.1rem 1.4rem 0;
	width: 100%;
	height: 3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	border-radius: 0.5rem;
	border: none;
	background: transparent;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}
.comMailForm.thanksBox {
	padding: 10.4rem 2rem 11.5rem;
	text-align: center;
}
.comMailForm.thanksBox h2 {
	margin-bottom: 8.2rem;
	font-size: 2rem;
	font-weight: 400;
}
.comMailForm.thanksBox p {
	margin-bottom: 1.4rem;
	line-height: 1.571;
}
.comMailForm.thanksBox .mail {
	margin-bottom: 1.9rem;
	font-size: 150%;
}
.comMailForm.thanksBox .text01 {
	margin-bottom: 2.2rem;
}
.comMailForm.thanksBox a:hover {
	text-decoration: underline;
}
.comMailForm.thanksBox p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.comMailForm td .upload .sub .fileerrorTip::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #3C769B;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	.comMailForm td .upload .sub:hover .fileerrorTip::before {
		animation: move-in 0.3s forwards;
	}
	.comMailForm .submit li::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #642C30;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	.comMailForm .submit li:hover::before {
		animation: move-in 0.3s forwards;
	}
}
@media all and (max-width: 896px) {
	.comMailForm {
		margin: 0 1.5rem;
		padding: 0.8rem 1.3rem 2.9rem;
		width: auto;
	}
	.comMailForm th,
	.comMailForm td {
		width: 100%;
		height: auto;
		display: block;
	}
	.comMailForm th {
		padding: 2rem 0 1.2rem;
		width: 100%;
		text-align: center;
		border-bottom: none;
	}
	.comMailForm th .thWrap {
		padding: 0 5rem;
	}
	.comMailForm th .en {
		margin-top: 0.4rem;
		word-break: initial;
	}
	.comMailForm th .must {
		left: 0.1rem;
		top: -0.5rem;
	}
	.comMailForm td {
		padding: 0 0.1rem 1.9rem;
	}
	.comMailForm textarea {
		height: 20.5rem;
	}
	.comMailForm td .wid01 {
		width: 100%;
	}
	.comMailForm td .wid02 {
		width: 100%;
	}
	.comMailForm td .nameList li {
		width: auto;
		flex: 1;
	}
	.comMailForm td .radioList {
		margin-top: 0;
	}
	.comMailForm td .radioList.col2 li {
		width: 50%;
	}
	.comMailForm td .radioList.col3 {
		margin-right: 0;
	}
	.comMailForm td .radioList.col3 li {
		width: 33%;
	}
	.comMailForm td .checkList {
		margin: 0;
	}
	.comMailForm td .upload {
		display: block;
	}
	.comMailForm td .upload .sub {
		margin-bottom: 1.5rem;
	}
	.comMailForm td .upload .sub:last-child {
		margin-bottom: 0;
	}
	.comMailForm td .upload .sub .fileerrorTip {
		margin: 0 auto;
	}
	.comMailForm.thanksBox {
		padding: 10.3rem 0.5rem 11.5rem;
	}
	.comMailForm.thanksBox h2 {
		margin-bottom: 6.3rem;
	}
	.comMailForm.thanksBox a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	position: relative;
}
#index .mainVisual .bg {
	width: 42rem;
	height: 11rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(150, 112, 115, 0.5);
	mix-blend-mode: multiply;
	content: '';
	z-index: 1;
}
#index .mainVisual .imgtext {
	width: 42rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#index .mainVisual .sliderList li {
	position: relative;
	vertical-align: top;
}
#index .mainVisual .sliderList li .img::before {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(1.2rem);
	-webkit-backdrop-filter: blur(1.2rem);
	content: '';
}
#index .mainVisual .sliderList li .img img {
	width: 100%;
	height: 80rem;
	object-fit: cover;
}
#index .mainVisual .btnL,
#index .mainVisual .btnR {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	white-space: nowrap;
	z-index: 50;
}
#index .mainVisual .btnL {
	left: 0;
}
#index .mainVisual .btnR {
	right: 0;
}
#index .mainVisual .btnL a,
#index .mainVisual .btnR a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	font-feature-settings: initial;
}
#index .mainVisual .btnL a {
	padding-left: 2.5rem;
}
#index .mainVisual .btnR a {
	padding-right: 2.5rem;
}
#index .mainVisual .btnL a::after,
#index .mainVisual .btnR a::after {
	width: 2.5rem;
	height: 0.1rem;
	position: absolute;
	top: 50%;
	background: currentColor;
	content: '';
}
#index .mainVisual .btnL a::after {
	left: 0;
}
#index .mainVisual .btnR a::after {
	right: 0;
}
#index .content {
	width: 80rem;
}
#index .sec01 {
	margin: -14.1rem 0 5rem;
	position: relative;
	z-index: 2;
}
#index .sec01 .innerBox {
	margin: 0 auto;
	width: 60rem;
	padding: 2.1rem 3rem 3.8rem;
	background: rgba(255, 255, 255, 0.5);
}
#index .sec01 .innerBox h2 {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#index .sec01 .innerBox p {
	text-align: justify;
	line-height: 1.785;
}
#index .btnList {
	gap: 4rem;
}
#index .btnList li {
	width: 28rem;
	text-align: center;
}
#index .btnList li p {
	margin-bottom: 0.2rem;
	color: #BBCFDC;
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
#index .btnList li a {
	padding: 1.3rem 1rem 1rem;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 2.5rem;
	background: #78A0B9;
	overflow: hidden;
	position: relative;
}
#index .btnList li a .txt {
	position: relative;
	z-index: 1;
}
#index .btnList .btn02 p {
	color: #BED6D4;
}
#index .btnList .btn02 a {
	background: #7EAEAA;
}
#index .sec02 {
	margin-bottom: 3rem;
	background: rgba(228, 218, 219, 0.4);
}
#index .sec02 .content {
	padding: 3.5rem 0 2.5rem;
}
#index .sec02 h2 {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: -0.025em;
}
#index .sec02 p {
	text-align: justify;
	line-height: 1.785;
}
#index .sec02 .phoList li {
	width: calc(100% / 6);
}
#index .sec02 .phoList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .sec03 {
	margin: 0 auto;
	width: 100rem;
}
#index .sec03 .textBox {
	margin-bottom: 2.8rem;
}
#index .sec03 .textBox .subBox {
	width: 49rem;
}
#index .sec03 .textBox .subBox h2 {
	padding: 0.2rem 0.5rem 0.1rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	background: #78A0B9;
}
#index .sec03 .textBox .subBox .subList li {
	padding: 2.1rem 1.4rem 1.8rem;
	width: 50%;
	background: #D6E2EA;
}
#index .sec03 .textBox .subBox .subList li:nth-child(4n-2),
#index .sec03 .textBox .subBox .subList li:nth-child(4n-1) {
	background-color: #EBF1F5;
}
#index .sec03 .textBox .subBox .subList li h3 {
	margin: 0 -0.8rem 1.2rem;
	text-align: center;
	color: #78A0B9;
	font-size: 1.6rem;
}
#index .sec03 .textBox .subBox .subList li p {
	text-align: justify;
	letter-spacing: -0.011em;
}
#index .sec03 .textBox .subBox01 h2 {
	background-color: #7EAEAA;
}
#index .sec03 .textBox .subBox01 .subList li {
	background-color: #D8E7E5;
}
#index .sec03 .textBox .subBox01 .subList li:nth-child(4n-2),
#index .sec03 .textBox .subBox01 .subList li:nth-child(4n-1) {
	background-color: #ECF3F2;
}
#index .sec03 .textBox .subBox01 .subList li h3 {
	color: #7EAEAA;
}
#index .sec03 .btnList {
	gap: 23rem;
}
#index #main {
	margin-bottom: 10.6rem;
	padding-top: 0.1rem;
	z-index: 2;
}
@media all and (min-width: 897px) {
	#index .mainVisual .btnL a:hover,
	#index .mainVisual .btnR a:hover {
		color: #96e6ba;
	}
	#index .btnList li a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #3C769A;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#index .btnList .btn02 a::before {
		background-color: #327E77;
	}
	#index .btnList li a:hover::before {
		animation: move-in 0.3s forwards;
	}
}
@keyframes move-out {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}
}
@keyframes move-in {
	0% {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0);
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual .bg {
		width: 100%;
		height: 9.8rem;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
	}
	#index .mainVisual .imgtext {
		width: 100%;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
		text-align: center;
	}
	#index .mainVisual .imgtext img {
		margin: 0 auto;
		width: 37.5rem;
	}
	#index .mainVisual .sliderList li .img img {
		height: 60rem;
	}
	#index .sec01 {
		margin: 0 1.5rem 5rem;
	}
	#index .sec01 .innerBox {
		width: auto;
		padding: 2.4rem 0 3.9rem;
		background: none;
	}
	#index .sec01 .innerBox h2 {
		text-align: left;
		font-size: 2.6rem;
		letter-spacing: 0;
	}
	#index .btnList {
		justify-content: space-between;
		gap: 0;
	}
	#index .btnList li {
		width: calc(50% - 0.8rem);
	}
	#index .btnList li p {
		margin-bottom: 0.4rem;
		font-size: 2.2rem;
	}
	#index .btnList li a {
		padding: 2.8rem 0.5rem 2.5rem;
	}
	#index .sec02 h2 {
		margin: 0 -0.5rem 2.4rem;
	}
	#index .sec02 .phoList li {
		width: calc(100% / 3);
	}
	#index .sec03 {
		width: auto;
	}
	#index .sec03 .textBox {
		margin-bottom: 2.8rem;
		display: block;
	}
	#index .sec03 .textBox .subBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#index .sec03 .textBox .subBox01 {
		margin-bottom: 0;
	}
	#index .sec03 .textBox .subBox .subList li {
		padding-bottom: 1.4rem;
		width: 100%;
		background: #D6E2EA !important;
	}
	#index .sec03 .textBox .subBox .subList li:nth-child(2n) {
		background: #EBF1F5 !important;
	}
	#index .sec03 .textBox .subBox01 .subList li {
		background-color: #D8E7E5 !important;
	}
	#index .sec03 .textBox .subBox01 .subList li:nth-child(2n) {
		background-color: #ECF3F2 !important;
	}
	#index .sec03 .btnList {
		margin: 0 1.5rem;
		gap: 0;
	}
	#index #main {
		margin-bottom: 6rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle {
	background-image: url(img/contact/page_title_bg.jpg);
}
/*------------------------------------------------------------
	creator
------------------------------------------------------------*/
#creator .pageTitle h2 .txt {
	color: #78A0B9;
}
#creator .comSideImg {
	width: 6.1rem;
}
#creator .comMailForm th .must {
	background-color: #78A0B9;
}
#creator .comMailForm th .en {
	color: #78A0B9;
}
#creator .comMailForm .submit li {
	background-color: #78A0B9;
}
@media all and (min-width: 897px) {
	#creator .comMailForm .submit li::before {
		background: #3C769B;
	}
}
/*------------------------------------------------------------
	mypage
------------------------------------------------------------*/
#mypage {
	margin-bottom: 4.6rem;
	padding-bottom: 3rem;
	background: url(img/mypage/bg.jpg) repeat left top / 5rem;
}
#mypage .pageTitle h2 .txt {
	color: #78A0B9;
}
#mypage .comSideImg {
	width: 7.4rem;
}
#mypage #main {
	margin-bottom: 0;
}
#mypage .content {
	padding: 2.8rem 3rem 5rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.8);
}
#mypage .content .passwordBox {
	width: 100%;
	min-height: calc(100vh - 61.8rem);
	display: flex;
	align-items: center;
}
#mypage .content .passwordBox form {
	width: 100%;
	text-align: center;
}
#mypage .imgBox {
	margin-bottom: 4.7rem;
}
#mypage .imgBox .textBox {
	margin-top: -0.7rem;
	width: 53rem;
	order: 1;
}
#mypage .imgBox .textBox table {
	width: 100%;
	border-collapse: collapse;
}
#mypage .imgBox .textBox th,
#mypage .imgBox .textBox td {
	padding: 1.5rem 0 1.2rem;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	line-height: 1.572;
	border-bottom: #78a0b9 0.1rem solid;
	word-wrap: break-word;
	word-break: break-all;
}
#mypage .imgBox .textBox tr:nth-child(2n) th,
#mypage .imgBox .textBox tr:nth-child(2n) td {
	background: rgba(235, 241, 245, 0.71);
}
#mypage .imgBox .textBox th {
	padding-right: 1rem;
	width: 30%;
}
#mypage .imgBox .textBox td a:hover {
	text-decoration: underline;
}
#mypage .imgBox .phoList {
	width: 28rem;
}
#mypage .imgBox .phoList li {
	margin-bottom: 2rem;
}
#mypage .imgBox .phoList li:last-child {
	margin-bottom: 0;
}
#mypage .imgBox .phoList li img {
	width: 100%;
	border-radius: 0.5rem;
}
#mypage .cTxt {
	margin-bottom: 1.7rem;
	text-align: center;
}
#mypage .btn {
	margin: 0 auto;
	width: 18.5rem;
}
#mypage .btn a {
	padding: 0.4rem 0.3rem 0.3rem;
	display: block;
	text-align: center;
	color: #000;
	border-radius: 5rem;
	border: 0.1rem solid #78A0B9;
	background: #fff;
	overflow: hidden;
	position: relative;
}
#mypage .btn a span {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#mypage .btn a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #3C769B;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#mypage .btn a:hover {
		color: #fff;
		font-weight: bold;
		border-color: #3C769B;
	}
	#mypage .btn a:hover::before {
		animation: move-in 0.3s forwards;
	}
}
@media all and (max-width: 896px) {
	#mypage .content {
		padding: 1.6rem 1.5rem 5rem;
	}
	#mypage .content .passwordBox {
		padding-top: 3.4rem;
		min-height: calc(100vh - 60.5rem);
	}
	#mypage .content .passwordBox label {
		margin-bottom: 1em;
		display: block;
	}
	#mypage .content .passwordBox label input[type="password"] {
		width: 100%;
	}
	#mypage .imgBox {
		margin-bottom: 2.8rem;
		display: block;
	}
	#mypage .imgBox .textBox {
		margin: 0 0 3rem;
		width: auto;
	}
	#mypage .imgBox .textBox th,
	#mypage .imgBox .textBox td {
		padding: 1rem 0 0.7rem;
		width: 100%;
		display: block;
		text-align: center;
	}
	#mypage .imgBox .textBox th {
		padding: 1rem 0 0.8rem;
		width: 100%;
		position: relative;
		border-bottom: none;
	}
	#mypage .imgBox .textBox th::after {
		width: 5rem;
		height: 0;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		border-bottom: 0.1rem dotted #C8C8C8;
		content: '';
	}
	#mypage .imgBox .textBox td {
		min-height: 4rem;
	}
	#mypage .imgBox .textBox td a:hover {
		text-decoration: none;
	}
	#mypage .imgBox .phoList {
		margin: 0 1.7rem 0 1.8rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	buyer
------------------------------------------------------------*/
#buyer .pageTitle {
	background-image: url(img/common/page_title_bg02.jpg);
}
#buyer .pageTitle h2 .txt {
	color: #7EAEAA;
}
#buyer .comSideImg {
	width: 7.4rem;
	top: -4rem;
	right: 5.7rem;
}
#buyer.top .pageTitle {
	margin-bottom: 1rem;
}
#buyer.top #main {
	margin-bottom: 10.7rem;
}
#buyer.top .sec01 {
	margin-bottom: 1.2rem;
}
#buyer.top .sec01 .subBox {
	margin: 0 auto;
	width: 60rem;
	padding: 2rem 3rem;
	background: rgba(230, 230, 230, 0.6);
}
#buyer.top .sec01 .subBox h2 {
	margin-bottom: 1.2rem;
	text-align: center;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.54;
	letter-spacing: 0.05em;
}
#buyer.top .sec01 .subBox p {
	text-align: justify;
	line-height: 1.785;
}
#buyer.top .sec01 .text01 {
	margin: 0 auto 1.2rem;
	padding: 0.7rem 1rem 2.9rem;
	width: 35rem;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	background: #7EAEAA;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem));
}
#buyer.top .sec01 .text02 {
	text-align: center;
}
#buyer.top .sec02 {
	position: relative;
	z-index: 1;
}
#buyer.top .sec02 .freeWord {
	margin-bottom: 3rem;
	padding: 3.3rem 0 4rem;
	text-align: center;
	background: url(img/buyer/bg01.jpg) no-repeat center center / cover;
}
#buyer.top .sec02 .freeWord h2 {
	margin-bottom: 1.3rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}
#buyer.top .sec02 .freeWord input[type="text"] {
	box-sizing: border-box;
	padding: 0 1.5rem;
	width: 50rem;
	height: 3rem;
	color: #505050;
	font-size: 1.4rem;
	font-weight: 500;
	border: 0.1rem solid #BED6D4;
	border-radius: 3rem;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
}
#buyer.top .sec02 .bgBox01 {
	margin-bottom: 3rem;
	position: relative;
}
#buyer.top .sec02 .bgBox01::before {
	width: 35.5rem;
	position: absolute;
	right: 0;
	top: 0.1rem;
	background: url(img/buyer/bg02.jpg) no-repeat right top / 100%;
	aspect-ratio: 710/1196;
	content: '';
}
#buyer.top .sec02 .subBox {
	padding: 1.2rem 3.9rem 3.9rem;
	border-radius: 1.5rem;
	border: 0.1rem solid #7EAEAA;
	background: rgba(255, 255, 255, 0.8);
}
#buyer.top .sec02 .subBox h2 {
	margin-bottom: 1.3rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#buyer.top .sec02 .subBox .tagList {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}
#buyer.top .sec02 .subBox .tagList li {
	width: 16rem;
}
#buyer.top .sec02 .subBox .tagList li:nth-child(n+21) {
	display: none;
}
#buyer.top .sec02 .subBox .tagList.col2 {
	justify-content: space-between;
	gap: 1rem 0;
}
#buyer.top .sec02 .subBox .tagList.col2 li {
	width: 18.5rem;
}
#buyer.top .sec02 .subBox .tagList.col3 {
	gap: 1rem;
}
#buyer.top .sec02 .subBox .tagList.col3 li {
	width: 12rem;
}
#buyer.top .sec02 .subBox .tagList input[type="checkbox"] {
	display: none;
}
#buyer.top .sec02 .subBox .tagList input[type="checkbox"] + span {
	padding-top: 0.1rem;
	width: 100%;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.05em;
	border: 0.1rem solid #7EAEAA;
	background: #fff;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#buyer.top .sec02 .subBox .tagList input[type="checkbox"]:checked + span {
	border-color: #7EAEAA;
	background-color: #7EAEAA;
	color: #fff;
}
#buyer.top .sec02 .subBox .tagList input[type="checkbox"] + span span {
	display: block;
	position: relative;
	line-height: 1.02;
	z-index: 1;
}
#buyer.top .sec02 .subBox .innerBox {
	display: flex;
	justify-content: space-between;
}
#buyer.top .sec02 .subBox .colBox {
	width: 38rem;
}
#buyer.top .sec02 .subBox .colBox h3 {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: 0.05em;
	border-radius: 3rem;
	background: #D8E7E5;
}
#buyer.top .sec02 .subBox .colBox .tagList {
	margin-bottom: 2.5rem;
}
#buyer.top .sec02 .subBox .colBox .tagList:last-child {
	margin-bottom: 0;
}
#buyer.top .sec02 .subBox .colBox .areaBox {
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: space-between;
}
#buyer.top .sec02 .subBox .colBox .areaBox select {
	padding: 0 2.5rem;
	width: 25rem;
	height: 3rem;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 0;
	border: 0.1rem solid #7EAEAA;
	background: #fff url(img/common/icon02.png) no-repeat right 0.6rem center / 1.3rem;
	-webkit-appearance: none;
	appearance: none;
}
#buyer.top .sec02 .bgBox02 {
	position: relative;
}
#buyer.top .sec02 .bgBox02::before {
	width: 31rem;
	height: 42.7rem;
	position: absolute;
	left: 0;
	top: 6.6rem;
	background: url(img/buyer/bg03.jpg) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
#buyer.top .sec02 .bgBox02 .subBox {
	padding-bottom: 7.4rem;
}
#buyer.top .sec02 .searchBtn {
	margin-top: 3rem;
	text-align: center;
}
#buyer.top .sec02 .searchBtn label {
	margin: 0 auto;
	width: 28rem;
	max-width: 100%;
	height: 5rem;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5rem;
	background: #7EAEAA;
}
#buyer.top .sec02 .searchBtn input {
	width: 100%;
	height: 5rem;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.2em;
	border-radius: 5rem;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
#buyer.top .sec02 .searchBtn.disable label {
	background-color: #C8C8C8;
	pointer-events: none;
	user-select: none;
}
#buyer.top .sec02 .searchBtn.disable input {
	pointer-events: none;
	user-select: none;
}
#buyer.top .preBox {
	margin: 0 auto 1.5rem;
	padding: 1.3rem 2.8rem;
	width: 60rem;
	background: #fff;
	border-radius: 1rem;
	border: 0.2rem solid #7EAEAA;
}
#buyer.top .preBox h2 {
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #7EAEAA;
	letter-spacing: 0.05em;
}
#buyer.top .preBox p {
	line-height: 1.785;
}
#buyer.top .preBox p a {
	text-decoration: underline;
}
#buyer.top .moreBtn {
	margin: 3rem auto 0;
	width: 28rem;
}
#buyer.top .moreBtn a {
	padding: 1.3rem 1rem 1rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 2.5rem;
	background: #7EAEAA;
	overflow: hidden;
	position: relative;
}
#buyer.top .moreBtn a .txt {
	position: relative;
	z-index: 1;
}
#buyer.top.off .searchBtn {
	display: none;
}
#buyer.top.on .disable {
	display: none;
}
#buyer.top.off .disable {
	display: block;
}
@media all and (min-width: 897px) {
	#buyer.top .preBox p a:hover {
		text-decoration: none;
	}
	#buyer.top .moreBtn a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #327E77;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#buyer.top .moreBtn a:hover::before {
		animation: move-in 0.3s forwards;
	}
	#buyer.top .sec02 .subBox .tagList input[type="checkbox"] + span::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #7EAEAA;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#buyer.top .sec02 .subBox .tagList input[type="checkbox"] + span:hover {
		border-color: #7EAEAA;
		color: #fff;
	}
	#buyer.top .sec02 .subBox .tagList input[type="checkbox"] ~ span:hover::before {
		animation: move-in 0.3s forwards;
	}
	#buyer.top .sec02 .searchBtn label::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #327E77;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#buyer.top .sec02 .searchBtn label:hover::before {
		animation: move-in 0.3s forwards;
	}
}
@media all and (max-width: 896px) {
	#buyer .comSideImg {
		top: -3.1rem;
		right: 0.2rem;
	}
	#buyer.top .comSideImg {
		top: -1.1rem;
	}
	#buyer.top #main {
		margin-bottom: 8rem;
	}
	#buyer.top .sec01 {
		margin: 0 0 1rem;
	}
	#buyer.top .sec01 .subBox {
		width: auto;
		padding: 2.4rem 1.5rem 1.5rem;
	}
	#buyer.top .sec01 .subBox h2 {
		margin-bottom: 1.5rem;
		line-height: 1.29;
	}
	#buyer.top .sec01 .text01 {
		margin-bottom: 1rem;
	}
	#buyer.top .sec01 .text02 {
		margin: 0 1.5rem;
		text-align: justify;
		line-height: 1.78;
	}
	#buyer.top .sec02 .freeWord {
		padding: 3.4rem 1.5rem 4rem;
		background-image: url(img/buyer/bg01_sp.jpg);
	}
	#buyer.top .sec02 .freeWord h2 {
		margin-bottom: 1.2rem;
	}
	#buyer.top .sec02 .freeWord input[type="text"] {
		width: 100%;
	}
	#buyer.top .sec02 .bgBox01::before {
		width: 17.8rem;
	}
	#buyer.top .sec02 .subBox {
		padding: 1.2rem 1.5rem 3rem;
	}
	#buyer.top .sec02 .subBox .tagList {
		gap: 1rem;
	}
	#buyer.top .sec02 .subBox .tagList li {
		width: calc(50% - 0.5rem);
	}
	#buyer.top .sec02 .subBox .tagList.col2 {
		justify-content: flex-start;
		gap: 1rem;
	}
	#buyer.top .sec02 .subBox .tagList.col2 li {
		width: calc(50% - 0.5rem);
	}
	#buyer.top .sec02 .subBox .tagList.col3 {
		gap: 1rem;
	}
	#buyer.top .sec02 .subBox .tagList.col3 li {
		width: calc(50% - 0.5rem);
	}
	#buyer.top .sec02 .subBox .innerBox {
		display: block;
	}
	#buyer.top .sec02 .subBox .colBox {
		margin-bottom: 2.5rem;
		width: auto;
	}
	#buyer.top .sec02 .subBox .colBox .areaBox select {
		margin-bottom: 1rem;
		width: calc(50% - 0.5rem);
	}
	#buyer.top .sec02 .subBox .colBox .areaBox .tagList {
		width: calc(50% - 0.5rem);
	}
	#buyer.top .sec02 .subBox .colBox .areaBox .tagList li {
		width: 100%;
		max-width: 100%;
	}
	#buyer.top .sec02 .bgBox02::before {
		width: 15.5rem;
		height: auto;
		aspect-ratio: 310/427;
	}
	#buyer.top .sec02 .bgBox02 .subBox {
		padding-bottom: 1rem;
	}
	#buyer.top .preBox {
		margin: 0 1.4rem 1.5rem;
		padding: 1.3rem 1.4rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	buyer result
------------------------------------------------------------*/
#buyer.result .resultBox {
	padding: 4.2rem 4rem 11.9rem;
	text-align: center;
	border-radius: 1.5rem;
	border: 0.1rem solid rgba(95, 155, 150, 0.8);
	background: rgba(255, 255, 255, 0.8);
}
#buyer.result .resultBox h3 {
	margin-bottom: 2.7rem;
	text-align: center;
	font-weight: 500;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
#buyer.result .resultBox .num {
	margin: 0 auto 4.5rem;
	padding-bottom: 1.8rem;
	width: 40rem;
	font-size: 10rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
	border-bottom: 0.1rem solid #7EAEAA;
}
#buyer.result .resultBox .text01 {
	margin-bottom: 3.7rem;
	line-height: 1.785;
	letter-spacing: 0.05em;
}
#buyer.result .resultBox .btn01 {
	margin: 0 auto 4.4rem;
	width: 30rem;
	padding-bottom: 6rem;
	border-bottom: 0.1rem solid #7EAEAA;
}
#buyer.result .resultBox .btn01 .txt {
	margin-bottom: 0.2rem;
	display: block;
	color: #BED6D4;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
#buyer.result .resultBox .btn01 a {
	margin: 0 auto;
	padding: 1.3rem 1rem 1rem;
	width: 28rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 2.5rem;
	background: #7EAEAA;
	overflow: hidden;
	position: relative;
}
#buyer.result .resultBox .btn01 a .inTxt {
	position: relative;
	z-index: 1;
}
#buyer.result .resultBox .text02 {
	margin-bottom: 2rem;
	line-height: 1.785;
}
#buyer.result .resultBox .btn02 {
	margin: 0 auto;
	width: 18.5rem;
}
#buyer.result .resultBox .btn02 a {
	padding: 0.4rem 0.5rem 0.3rem;
	display: block;
	color: #000;
	border-radius: 4rem;
	border: 0.1rem solid #7EAEAA;
	position: relative;
	overflow: hidden;
}
#buyer.result .resultBox .btn02 a span {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 897px) {
	#buyer.result .resultBox .btn01 a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #327E77;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#buyer.result .resultBox .btn01 a:hover {
		border-color: #327E77;
		color: #fff;
		font-weight: bold;
	}
	#buyer.result .resultBox .btn01 a:hover::before {
		animation: move-in 0.3s forwards;
	}
	#buyer.result .resultBox .btn02 a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #327E77;
		content: '';
		transform: translateY(100%);
		will-change: transform;
		animation: move-out 0.3s;
	}
	#buyer.result .resultBox .btn02 a:hover {
		border-color: #327E77;
		color: #fff;
	}
	#buyer.result .resultBox .btn02 a:hover::before {
		animation: move-in 0.3s forwards;
	}
}
@media all and (max-width: 896px) {
	#buyer.result .resultBox {
		padding: 4.2rem 2.1rem 12.4rem;
		border-radius: 1rem;
	}
	#buyer.result .resultBox .num {
		width: auto;
	}
	#buyer.result .resultBox .text01 {
		letter-spacing: 0;
	}
	#buyer.result .resultBox .btn01 {
		width: auto;
	}
	#buyer.result .resultBox .btn01 a {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	buyer form
------------------------------------------------------------*/
#buyer.form .comMailForm th .must {
	background-color: #7EAEAA;
}
#buyer.form .comMailForm th .en {
	color: #7EAEAA;
}
#buyer.form .comMailForm .submit li {
	background-color: #7EAEAA;
}
@media all and (min-width: 897px) {
	#buyer.form .comMailForm .submit li::before {
		background: #327E78;
	}
}