@charset "UTF-8";
:root {
	--color-white: #ffffff;
	--color-black: #000000;
	--color-red: #b71c22;
	--font-bold: 700;
	--font-regular: 400;
}
/* 1rem = 16px
    1px = 0.0625rem(1/16) */
/* ======================================================== */
/*      Reset style
/* ======================================================== */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}
:where(html) {
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
	tab-size: 2;
	scrollbar-gutter: stable;
}
:where(html:has(dialog:modal[open])) {
	overflow: clip;
}
:where(body) {
	line-height: 1.5;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}
:where(button) {
	all: unset;
}
:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}
:where(textarea) {
	resize: vertical;
	resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}
:where(:disabled) {
	cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}
:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}
:where(ul, ol) {
	list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}
:where(img, picture, svg, video) {
	max-inline-size: 100%;
	block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}
:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
	/*text-wrap: balance;*/
	text-wrap: wrap;
}
:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}
:where(dialog, [popover]) {
	border: none;
	background: none;
	color: inherit;
	inset: unset;
	max-width: unset;
	max-height: unset;
}
:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
	display: none !important;
}
:where(:focus-visible) {
	outline: 3px solid CanvasText;
	box-shadow: 0 0 0 5px Canvas;
	outline-offset: 1px;
}
:where(.visually-hidden:not(:focus-within, :active)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
	user-select: none !important;
}
/* ======================================================== */
/*      html configuration                                 
/* ======================================================== */
html {
	font-size: 100%;
}
body {
	font-size: 100%;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1;
	color: #000000;
	background-color: #FFFFFF;
	font-feature-settings: "palt"1;
	font-weight: 400;
}
main, aside {
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, em {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #B71C22;
	cursor: pointer;
	transition: all 0.4s ease-out;
	text-decoration: none !important;
}
a * {
	transition: all 0.4s ease-out;
}
.arrow {
	transition: all 0.4s ease-out;
}
.arrow:before, .arrow:after {
	transition: all 0.4s ease-out;
}
a[href^="tel:"] {
	cursor: none;
	pointer-events: none;
}
img, video, picture {
	width: 100%;
	vertical-align: bottom;
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	min-width: 350px;
	margin: 0 auto;
}
.hidden {
	display: none;
}
.block_pc {
	display: block;
}
.block_sp {
	display: none;
}
.inlineblock_sp {
	display: none;
}
.kome {
	text-indent: -1em;
	margin-left: 1em;
}
.kome:before {
	content: "※";
	display: inline;
}
ul.disc_red li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
ul.disc_red li:before {
	content: "";
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin-right: 0.3em;
	background-color: #B71C22;
	border-radius: 9999px;
	position: relative;
	top: 0.1em;
}
.mrg_btm_1em {
	margin-bottom: 1em;
}
.mrg_top_05em {
	margin-top: 0.5em;
}
.mrg_top_1em {
	margin-top: 1em;
}
.mrg_top_15em {
	margin-top: 1.5em;
}
.mrg_top_2em {
	margin-top: 2em;
}
.block_sp {
	display: none;
}
.block_pc {
	display: block;
}
.center {
	text-align: center;
}
.alp {
	font-family: Arial, Helvetica, "sans-serif" !important;
}
main a {
	color: var(--color-red);
}
.cmnbtn {
	width: 300px;
	min-height: 60px;
	padding: 8px 20px 12px;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.04em;
	line-height: 1.26;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: solid 1px var(--color-red);
	background: url("../images/common/btn_arw_white.svg") no-repeat center right 20px/31px var(--color-red);
}
.cmnbtn.white {
	border: solid 1px #FFFFFF;
}
.cmnbtn.white, .cmnbtn:hover {
	background-color: #FFFFFF;
	color: var(--color-red);
	background-image: url("../images/common/btn_arw_red.svg");
}
.cmnbtn.white:hover {
	background-color: var(--color-red);
	color: #FFFFFF;
	background-image: url("../images/common/btn_arw_white.svg");
}
.btn_extlink a {
	max-width: 300px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #b9b9b9;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px auto 0;
	background: url("../images/common/btn_arw_red.svg") no-repeat right 16.5px center/31px 31px #fff;
}
@media screen and (max-width: 768px) {
	/* ======================================================== */
	/*      SP html configuration 
  /* ======================================================== */
	.block_pc {
		display: none !important;
	}
	.block_sp {
		display: block;
	}
	.inlineblock_sp {
		display: inline-block;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: all;
	}
}
/* ======================================================== */
/*      PC Common
/* ======================================================== */
.page_wrapper {
	background: url("../images/top/top_mv_bg.png") repeat;
	width: 100%;
	min-width: 100%;
	padding-top: 25px;
	padding: 25px 0 50px;
}
.maincnt {
	background-color: #FFFFFF;
	max-width: 850px;
	padding: 50px 30px 80px;
	margin-left: auto;
	margin-right: auto;
}
.pagettl {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -0.05em;
	line-height: 1;
	text-align: left;
	color: var(--color-red);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-column-gap: 10px;
}
.pagettl img {
	width: 46.5px;
	flex-shrink: 0;
}
.pagettl span {
	margin-bottom: 5px;
}
.pagesttl {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 44.68px;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
.pagesttl:after, .pagesttl:before {
	content: "";
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pagesttl:after {
	width: 160px;
	background: var(--color-red);
}
.pagesttl:before {
	width: 100%;
	background: #d5d5d5;
}
.pagesttl + p, .pagesttl + div, .pagesttl + ul, .pagesttl + dl {
	margin-top: 20px;
}
section:nth-of-type(n+2) .pagesttl {
	margin-top: 50px;
}
.pagessttl {
	font-size: 20px;
	font-weight: 600;
	margin-top: 18px;
	margin-left: 1em;
	text-indent: -1em;
	white-space: nowrap;
}
.pagessttl:before {
	content: "";
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
	background-color: var(--color-red);
	margin-right: 0.3em;
}
section:nth-of-type(n+2) .pagessttl {
	margin-top: 30px;
}
.page_catch {
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.4;
}
.pagenav {
	margin-top: 10px;
}
.pagenav ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagenav li {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.pagenav li:after {
	content: "/";
	padding: 0 5px;
	font-weight: 500;
}
.pagenav li:last-child:after {
	content: "";
	padding: 0 5px;
}
.pagenav li a {
	position: relative;
	transition: .3s all;
	color: #000000;
	padding-bottom: 3px;
}
.pagenav li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: var(--color-red);
	transition: .3s all;
}
.pagenav li a:hover:after, .pagenav li.active a:after {
	width: 100% !important;
}
.cntwrp {
	margin-top: 20px;
}
a.ext_link {
	margin-top: 10px;
	display: inline-block;
}
a.ext_link:before {
	content: "＞";
}
a.black {
	color: #000000;
}
.page_txt {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
ul.disc li {
	text-indent: -1em;
	margin-left: 1em;
}
ul.disc li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 9999px;
	background-color: #000000;
	margin-right: 6px;
	margin-bottom: 3px;
}
/* ======================================================== */
/*      PC header  
/* ======================================================== */
#minosan-icon {
	position: fixed;
	left: 50%;
	margin-left: 320px;
	z-index: 999;
	display: none;
	pointer-events: none;
}
@media screen and (max-width: 850px) {
	#minosan-icon {
		margin-left: 300px;
	}
}
#minosan-icon img {
	width: 79px;
	height: 78px;
	cursor: pointer;
}
#header {
	max-width: 850px;
	position: relative;
	margin: 0px auto;
	padding: 25px 30px 35px;
}
#header a {
	color: #000000;
}
.factory #header {
	padding: 25px 30px 19px;
}
.toppage #header {
	padding: 50px 0 30px;
}
#header .pc-menu {
	position: absolute;
	display: flex;
	right: 30px;
	font-size: 13px;
	align-items: center;
	justify-content: flex-start;
}
.toppage #header .pc-menu {
	top: 49px;
	right: 0;
}
@media (min-width: 769px) and (max-width: 880px) {
	.toppage #header {
		padding: 50px 15px 30px 15px;
	}
	.toppage #header .pc-menu {
		right: 15px;
	}
}
#header .pc-menu .global-nav ul.first-menu {
	display: flex;
}
#header .pc-menu .global-nav ul.first-menu > li {
	padding-left: 10px;
	align-items: center;
	font-size: 13px;
}
#header .pc-menu .global-nav > ul.first-menu > li:not(.service-cat):after {
	content: "";
	padding-left: 10px;
	border-right: 1px solid var(--color-red);
}
#header .pc-menu .global-nav > ul.first-menu > li:last-child:after {
	content: none;
}
/* */
#header .pc-menu .global-nav ul.first-menu > li:not(.service-cat):hover a {
	padding-bottom: 5px;
	border-bottom: 2px solid var(--color-red);
	transition: .3s all;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat {
	position: relative;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat a {
	display: block;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat a.drop-target:after {
	content: "";
	padding-left: 15px;
	border-right: 1px solid var(--color-red);
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu {
	position: absolute;
	top: 30px;
	left: -62px;
	width: 200px;
	right: 0px;
	text-align: center;
	overflow: hidden;
	height: 0;
	opacity: 0;
	z-index: 2;
	transition: .6s all;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu:before {
	position: absolute;
	left: 96px;
	top: -8px;
	content: "";
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #000;
	border-right: 8px solid transparent;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu li {
	background: #000;
	font-size: 14px;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu li:first-child {
	margin-top: 8px;
	padding-top: 8px;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu li:last-child {
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu li a {
	padding: 10px 5px;
	white-space: nowrap;
	color: #fff;
	transition: .2s all;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu li a:hover {
	color: var(--color-red);
}
#header .pc-menu .global-nav ul.first-menu li.service-cat ul.second-menu li.art-music {
	font-size: 11px;
}
#header .pc-menu .global-nav ul.first-menu li.service-cat:hover .second-menu {
	height: 400px;
	opacity: 1;
}
/*.pc-menu .instagram {
	margin-left: 30px;
	display: block;
	width: 32px;
}*/
/* */
#header .logo a {
	display: block;
	width: 130px;
	padding-top: 7px;
}
.toppage #header .logo a {
	width: 192px;
	padding-top: 0;
}
.sp-menu {
	display: none;
}
.sp-menu .manu {
	opacity: 0;
}
/* ======================================================== */
/*      PC main            
/* ======================================================== */
/* .top
/* -------------------------------------------------------- */
.top_wrapper {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-bottom: 100px;
	max-width: 100%;
	padding: 0;
}
.top_wrapper img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.top_wrapper h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.75;
	text-align: center;
}
.top_wrapper h2:after {
	content: "";
	height: 3px;
	width: 50px;
	background-color: var(--color-red);
	display: block;
	margin: 6px auto 0;
}
.top_mv {
	background: url("../images/top/top_mv_bg.png") repeat;
}
.top_mv_inner {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 20px 50px;
}
.top_mv_txt {
	color: #FFFFFF;
	width: 400px;
}
.top_mv_txt > p {
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.06em;
	line-height: 1.44;
}
.top_mv_txt > div {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.57;
	margin-top: 30px;
}
.top_mv_txt > div > p {
	margin-top: 1em;
}
.top_mv_img {
	width: 400px;
}
.top_bnr_factory {
	max-width: 600px;
	margin: 80px auto 0;
}
.top_can {
	max-width: 880px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.top_can {
	margin-top: 60px;
}
.top_can_inner {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}
.top_can_inner > div:first-child {
	width: calc(327 / 840 * 100%);
}
.top_can_inner > div:nth-child(2) {
	width: calc(481 / 840 * 100%);
}
.top_can_txt {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.71;
}
.top_can_img {
	margin-top: 20px;
}
.top_can_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	grid-row-gap: 11px;
}
.top_can_list li {
	background: url("../images/top/top_bg01.svg") no-repeat left center/auto 62px, linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #DCDCDC 50%, #DCDCDC 100%);
	width: 236px;
	width: calc(236 / 481 * 100%);
	height: 62px;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 10px 10px 0;
}
.top_can_list + p {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 2.15;
	text-align: right;
}
.top_link {
	width: 635px;
	margin: 25px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_link li {
	width: 300px;
}
/* top_news */
.top_news, .top_newsletter {
	font-size: 13px;
	max-width: 880px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 70px auto 0;
	.cmnbtn {
		margin: 50px auto 0;
	}
	li {
		a, .nolink {
			font-weight: 400;
			letter-spacing: 0.04em;
			line-height: 1.6;
			display: block;
			> div {
				border: solid 1px #78716F;
			}
		}
	}
}
@media screen and (max-width: 768px) {
	.top_news, .top_newsletter {
		margin-top: 50px;
		padding-right: 16.667%;
		padding-left: 16.667%;
	}
}




.top_news_list {
	margin-top: 32px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	padding-bottom: 30px;
	/*width: 840px;*/
	row-gap: 30px;
	li {
		width: calc(100% * 264 / 840);
	}
	.date {
		color: var(--color-black);
		margin-top: 10px;
		display: block;
	}
	.news_txt {
		color: var(--color-black);
		margin-top: 10px;
	}
	.news_link {
		margin-top: 10px;
		&:before {
			content: "＞";
		}
	}
	.icn_external {
		display: inline-block;
		width: 14px;
		vertical-align: text-bottom;
	}
}

@media screen and (max-width: 768px) {
	.top_news_list {
		display: block;
		width: 100%;
		li {
			width: 100%;
		}
		li:nth-child(n+2) {
			margin-top: 30px;
		}
	}
}

/*.newsletter(mail magazine) */
.top_newsletter_list {
	width: 60%;
	margin: 32px auto 0;
}
.top_newsletter_list, .newsletter_list  {
	font-size: 15px;
	li:nth-child( n + 2 ) {
		margin-top: 0.4em;
	}
	a {
		display: flex;
		justify-content: flex-start;
		font-weight: var(--font-regular);
	}
	.date {
		width: 8em;
		color: var(--color-black);
		padding-right: 1em;
		white-space: nowrap;
	}
	.news_txt {
		color: var(--color-red);
	}
}
@media screen and (max-width: 768px) {
	.top_newsletter_list {
		width: 100%;
	}
	.top_newsletter_list, .newsletter_list  {
		li:nth-child( n + 2 ) {
			margin-top: 0.8em;
		}
		a {
			flex-direction: column;
		}
	}
}


/* .service
/* -------------------------------------------------------- */
.service_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service_list > div {
	width: 47%;
	margin-top: 30px;
}
.service dt {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
}
.service dd {
	margin-top: 5px;
}
.service .cmnbtn {
	margin: 60px auto 0;
}
.service .mainwrp > section:nth-of-type(n+2) {
	margin-top: 75px;
}
.studio {
	/* youtube */
}
.studio_img {
	max-width: 445px;
	margin: 15px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	grid-gap: 10px 15px;
}
.studio_img a {
	width: 100px;
	display: block;
}
.studio_img img {
	width: 100%;
	height: auto;
}
.studio_img.mgb {
	margin-bottom: 1em;
}
.studio p {
	margin-top: 10px;
}
.studio_sttl {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	margin-top: 75px;
}
.studio_ssttl {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	margin-top: 25px;
}
.studio_wrp {
	max-width: 445px;
	margin: 0 auto;
}
.studio_wrp .ext_link {
	margin-top: 0;
}
.studio .youtube {
	max-width: 445px;
	width: 100%;
	margin: 10px auto;
	aspect-ratio: 16 / 9;
}
.studio .youtube iframe {
	width: 100%;
	height: 100%;
}
.studio_cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
	max-width: 437px;
	margin-top: 10px;
}
.studio_cta_txt {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.57;
	margin-top: 20px;
}
.studio_cta li {
	width: 215px;
	background: #fff;
}
.studio_cta li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	border-radius: 3px;
	border: 1px solid #b9b9b9;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.studio_cta li a img {
	width: 200px;
}
.others_ssttl {
	font-weight: 600;
	font-size: 20px;
	line-height: 35px;
	margin-top: 25px;
}
.others .page_txt {
	margin-top: 5px;
}
.project {
	margin-top: 70px;
}
.project_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	grid-column-gap: 20px;
	margin-top: 20px;
}
.project_img {
	width: 150px;
	border: solid 1px #000000;
}
.esports_intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.esports_intro > div:first-child {
	width: 148px;
	height: 148px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.esports_intro > div:first-child img {
	width: 93px;
}
.esports_intro > div:nth-child(2) {
	width: 623px;
}
.esports_intro .btn_extlink a {
	border: 1px solid #000;
}
.sales .pagettl img {
	width: 60px;
}
.sales .page_catch {
	margin-top: 30px;
}
.sales_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 500px;
	margin: 50px auto 0;
	grid-row-gap: 30px;
}
.sales_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	width: calc(147 / 500 * 100%);
	aspect-ratio: 147/119;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #b9b9b9;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 2;
	text-align: center;
}
.sales_list > li img {
	width: calc(87 / 147 * 100%);
	display: block;
}
.sales_list > li span {
	display: block;
	width: 100%;
}
.sales .btn_extlink {
	margin-top: 50px;
}
.sales .btn_extlink a {
	justify-content: flex-start;
	padding-left: 40px;
}
.sales .btn_extlink a img {
	width: 198.5px;
}
/* .flow
/* -------------------------------------------------------- */
.flow .pagettl img {
	width: 38.35px;
}
.flow_box {
	display: flex;
	grid-column-gap: 23px;
	position: relative;
	padding-bottom: 30px;
	margin-top: 5px;
}
.flow_box:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 13.5px;
	bottom: 0;
	left: 0;
}
.flow_box:first-of-type {
	margin-top: 40px;
}
.flow_box:nth-of-type(-n+6):after {
	background: url("../images/flow/flow_line.svg") no-repeat top center/contain;
}
.flow_box:last-of-type:after {
	border-top: solid 1px var(--color-red);
}
.flow_num {
	width: 37.13px;
	flex-shrink: 0;
}
.flow_sttl {
	font-weight: 600;
	font-size: 15px;
	line-height: 26.25px;
	margin-top: -0.5em;
}
.flow_txt {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 22px;
}
.flow_note {
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 22px;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.flow_note .red {
	background: var(--color-red);
	color: #FFFFFF;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.flow_box02 {
	background: #fffef0;
	border: 1px solid var(--color-red);
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.45));
	width: 690;
	height: 100;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 22px;
	margin-top: 20px;
	padding: 20px 20px 25px;
	border-radius: 10px;
}
.flow_box02 span {
	font-weight: 600;
	font-size: 15px;
	line-height: 26.25px;
	text-align: left;
	color: var(--color-red);
	margin-bottom: 5px;
	display: block;
}
/* .about
/* -------------------------------------------------------- */
.about .pagettl img {
	width: 37px;
}
.about .phil {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.6;
}
.about .phil_ttl {
	font-size: 25px;
	background: #AE1F24;
	color: #fff;
	padding: 4px 10px 6px;
	font-weight: 700;
}
.about .phil_cnts {
	margin-top: 55px;
}
.about .phil_cnts > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	grid-column-gap: 27px;
}
.about .phil_cnts > div:nth-child(n+2) {
	margin-top: 45px;
}
.about .phil_cnts dt {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	width: calc(310 / 790 * 100%);
	border-right: solid 3px #ae1f24;
}
.about .phil_cnts dd {
	width: calc(425 / 790 * 100%);
}
.about .phil_catch {
	font-weight: 300;
	font-size: 40px;
	line-height: 1.75;
	color: #ae1f24;
	margin-bottom: 5px;
}
.about .phil > section:first-of-type .pagesttl {
	margin-top: 80px;
}
.about .overview dt {
	font-size: 12px;
	margin-bottom: 0.2em;
}
.about .overview dd {
	border-bottom: dashed 1px #999999;
	width: 100%;
	padding-bottom: 0.7em;
}
.about .overview dd, .about .overview dd a {
	font-size: 16px;
	margin-bottom: 0.8em;
}
.about .overview dd a {
	color: var(--color-red);
}
/* .works
/* -------------------------------------------------------- */
.works ul.page_txt {
	line-height: 2;
}
.works ul.page_txt a {
	color: #000000;
	text-decoration: underline;
}
/* #contact
/* -------------------------------------------------------- */
#contact {
	background: var(--color-red);
	padding: 70px 30px;
}
#contact .cnt_txt {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 27px;
	text-align: center;
	color: #fff;
}
#contact .cnt_list {
	max-width: 808px;
	width: 100%;
	margin: 25px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contact .cnt_list li {
	font-size: 14px;
	padding: 12px 20px 8px;
	letter-spacing: 0.04em;
	line-height: 1.14;
	text-align: center;
	color: #000;
	width: calc(397 / 808 * 100%);
	height: 48px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .cnt_list li:nth-child(n+3) {
	margin-top: 15px;
}
#contact .cnt_link {
	width: 300px;
	padding-top: 55px;
	margin: 17px auto 0;
	position: relative;
}
#contact .cmnbtn {
	margin: 0;
}
#contact .cnt_link .mino {
	position: absolute;
	top: 0;
	left: 13px;
	pointer-events: none;
}
/* .recruit
/* -------------------------------------------------------- */
.recruit_txt01 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	margin-top: 40px;
}
.recruit .page_catch {
	margin-top: 20px;
}
.recruit .pagessttl + .page_txt {
	margin-top: 10px;
}
.recruit .apply {
	border: 1px solid #78716F;
	margin: 80px auto 0;
	width: 280px;
}
.recruit .apply p {
	position: relative;
	height: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	color: #000;
	transition: .3s all;
}
.recruit .apply p:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	content: '';
	background: var(--color-red);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.recruit .apply p:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.recruit .apply p:hover {
	color: #fff;
	z-index: 1;
}



/* 404 not found
-------------------------------------------------------- */
.error404 .maincnt {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error404 .pagettl {
	color: #000000;
	font-size: 50px;
	font-family: Arial, Helvetica, "sans-serif";
}


/* ======================================================== */
/*      PC footer            
/* ======================================================== */
#footer {
	background-color: #FFFFFF;
	padding: 0;
}
.access {
	background: #fdf7f7;
	padding: 35px;
}
.access_sttl {
	font-weight: 700;
	font-size: 23px;
	line-height: 40.25px;
	color: #231815;
	margin-left: auto;
	margin-right: auto;
	max-width: 810px;
	display: block;
}
.access_wrp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 810px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.access_list {
	font-size: 16px;
	line-height: 1.3;
}
.access_list li {
	padding-left: 60px;
	padding-top: 5px;
	margin-top: 30px;
	min-height: 34px;
}
.access_list li:first-child {
	background: url("../images/common/footer_icon_tel.svg") no-repeat left center/37px;
}
.access_list li:nth-child(2) {
	background: url("../images/common/footer_icon_mail.svg") no-repeat left center/37px;
}
.access_list li:nth-child(3) {
	background: url("../images/common/footer_icon_point.svg") no-repeat left center/37px;
}
.access_map {
	max-width: 365px;
}
.access_map iframe {
	width: 100%;
	height: 450px;
}
#footer .recruit {
	border: 1px solid #78716F;
	margin: 50px auto 20px;
	max-width: 850px;
	width: calc(350 / 390 * 100%);
}
#footer .recruit a {
	position: relative;
	padding: 20px;
	font-size: 18px;
	transition: .3s all;
	color: #000000;
	width: 100%;
	height: 70px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .recruit a:hover {
	color: #fff;
}
#footer .recruit a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--color-red);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
#footer .recruit a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#footer .copyright {
	font-size: 12px;
	letter-spacing: 0.07em;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background: var(--color-red);
}
/* ======================================================== */
/*       PC LST     
/* ======================================================== */
#header.lst-header {
	padding: 20px 0 20px;
}
#header.lst-header .lst-title {
	display: inline-block;
	font-size: 20px;
	position: relative;
	border-bottom: 4px solid #ccc;
	font-weight: 700;
	padding-bottom: 5px;
}
#header.lst-header .lst-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	z-index: 2;
	width: 25%;
	height: 4px;
	background: var(--color-red);
}
#header.lst-header .lst-title span {
	display: inline-block;
}
#header.lst-header .pc-menu {
	position: absolute;
	display: flex;
	right: 0;
	bottom: 10px;
	font-size: 12px;
}
.lst .img-viewer .main li {
	display: none;
}
.lst .img-viewer .main li img {
	object-fit: cover;
	margin: auto;
}
.lst .img-viewer .main .item1 {
	display: block;
}
.lst .img-viewer .thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 0;
}
.lst .img-viewer .thumb li {
	flex: 0 1 auto;
	width: calc(790px / 5);
	padding: 0 5px;
}
.lst .img-viewer .thumb li.active img {
	border: 2px solid var(--color-red);
}
.lst .main-contents section .studio-flex .sec-desc > p {
	text-align: center;
}
.lst .studio-type {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.lst .studio-type .studio-1, .lst .studio-type .studio-2 {
	flex: 1 1 46%;
}
.lst .studio-type .studio-1 {
	margin-right: 2%;
}
.lst .studio-type .studio-2 {
	margin-left: 2%;
}
.lst .studio-type .studio-1 p span, .lst .studio-type .studio-2 p span {
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
}
.lst .studio-type .studio-1 p:first-child, .lst .studio-type .studio-2 p:first-child {
	color: #fff;
	font-size: 25px;
}
.lst .studio-equipment {
	margin-top: 20px;
	border: 2px solid var(--color-red);
	padding: 10px;
}
.lst .studio-equipment > span {
	font-weight: bold;
}
.lst .studio-equipment ul {
	margin-top: 10px;
}
.lst .studio-equipment li:not(.no-style):before {
	content: "■";
	padding-right: 5px;
}
.lst .studio-equipment li.switcher span {
	display: block;
	padding-left: 1em;
}
.lst .studio-equipment li.switcher span:before {
	content: "";
	padding-right: 5px;
}
.lst .studio-equipment li.inline {
	display: inline-block;
	margin-right: 50px;
}
.lst .studio-price {
	/*display: flex;
  flex-wrap: wrap;*/
	margin-top: 20px;
}
.lst .studio-price > p {
	font-weight: bold;
	display: block;
	width: 100%;
}
.lst .studio-price .studio-1-price {
	margin-right: 2%;
	/*studio-1-price*/
}
.lst .studio-price .studio-2-price, .studio-price-note {
	margin-left: 2%;
}
.lst .studio-price .studio-1-price, .lst .studio-price .studio-2-price, .studio-price-note {
	/*flex: 1 1 46%;
  width: 46%;
  text-align: center;*/
	text-align: left;
	border: 2px solid var(--color-red);
}
.studio-price-note {
	border: 0;
}
.studio-price-note p {
	padding: 10px 0;
}
.lst .studio-price .studio-1-price p, .lst .studio-price .studio-2-price p {
	font-weight: bold;
}
.lst .studio-price .studio-1-price p:first-child, .lst .studio-price .studio-2-price p:first-child {
	background: var(--color-red);
	color: #fff;
	font-weight: normal;
	padding: 3px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lst .studio-price .studio-1-price p:last-child, .lst .studio-price .studio-2-price p:last-child {
	padding: 10px;
	display: block;
	margin-left: 110px;
}
.english .lst .studio-price .studio-1-price p:last-child {
	margin-left: 0;
}
.lst .studio-price .studio-1-price p:last-child span, .lst .studio-price .studio-2-price p:last-child span {
	display: inline-block;
}
.lst .studio-price .studio-1-price p span, .lst .studio-price .studio-2-price p span {
	font-weight: normal;
	font-size: .8em;
	display: inline-block;
}
.lst .floorplan {
	margin-top: 20px;
}
.lst .floorplan img {
	margin: auto;
}
.lst .other {
	padding: 10px;
	width: 600px;
	max-width: 100%;
	margin: auto;
	margin-top: 20px;
	border: 1px solid;
	font-size: 15px;
	line-height: 1.6;
}
p.studio_copy {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0px;
}
.lst .studio-type .studio-1 p:first-child, .lst .studio-type .studio-2 p:first-child {
	color: var(--color-red);
}
/* slider */
.lst .slick-prev:before, .lst .slick-next:before {
	color: #000 !important;
}
.lst .slider-for img {
	width: 790px;
}
.lst .slider-nav {
	margin: 15px 0px;
}
.lst .slick-next {
	right: -25px;
}
.lst .slick-next {
	right: -25px;
}
.lst .slick-prev {
	left: -25px;
}
.lst_address {
	margin-top: 50px;
	text-align: center;
	line-height: 1.8;
}
.lst_address p:first-of-type {
	font-weight: 500;
	font-size: 22px;
	color: var(--color-red);
}
.lst_address p:nth-of-type(2) {
	font-weight: 500;
	font-size: 26px;
	color: #000000;
	margin-top: 10px;
}
.lst_address p:nth-of-type(3) {
	font-size: 15px;
	color: #000000;
	margin-top: 10px;
	line-height: 1.4;
}
.lst_googlemap {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
.lst_googlemap iframe {
	border: 0;
	width: 100%;
	height: 100%;
}
#footer .cooinc {
	border: 1px solid #78716F;
	margin: 20px auto;
	width: 400px;
}
#footer .cooinc p {
	position: relative;
	height: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
	background: #000;
	transition: .3s all;
	z-index: 1;
}
#footer .cooinc p:hover {
	color: #000;
}
#footer .cooinc p:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #fff;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
#footer .cooinc p:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
	/* ======================================================== */
	/*      SP Common
  /* ======================================================== */
	.page_wrapper {
		padding: 12px 12px 0;
	}
	.maincnt {
		width: 100%;
		padding: 50px 15px 50px;
	}
	.pagettl {
		font-size: 23px;
		letter-spacing: 0;
		justify-content: center;
		text-align: center;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.pagettl span {
		width: 100%;
		display: block;
	}
	.pagenav ul {
		justify-content: center;
	}
	.pagenav li {
		font-size: 20px;
		line-height: 2;
	}
	.page_txt {
		font-size: 16px;
		line-height: 1.5;
	}
	.page_catch {
		line-height: 1.5;
	}
	.pc_br {
		display: none;
	}
	/* ======================================================== */
	/*      SP header  
  /* ======================================================== */
	#minosan-icon {
		right: 15px;
		left: auto;
		margin-left: 0;
	}
	#header {
		height: auto;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}
	#header .sp-menu a {
		color: #FFFFFF;
		font-size: 17px;
		line-height: 1.4;
	}
	.toppage #header, .factory #header {
		padding: 0;
	}
	#header .logo a, .toppage #header .logo a {
		width: 200px;
		padding-top: 20px;
		margin: 0 auto;
	}
	#header .pc-menu {
		display: none;
	}
	.sp-menu {
		position: relative;
		display: block;
	}
	.sp-menu > img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.sp-menu .nav-icon {
		position: absolute;
		top: 0;
		right: 0;
		padding: 15px;
		z-index: 1000;
		background: var(--color-red);
	}
	.sp-menu .nav-icon .menu-trigger, .sp-menu .nav-icon .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.sp-menu .nav-icon .menu-trigger {
		position: relative;
		height: 30px;
		display: block;
		width: 30px;
	}
	.sp-menu .nav-icon .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 4px;
	}
	.sp-menu .nav-icon .menu-trigger span:nth-of-type(1) {
		top: 4px;
	}
	.sp-menu .nav-icon .menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	.sp-menu .nav-icon .menu-trigger span:nth-of-type(3) {
		bottom: 4px;
	}
	.sp-menu .nav-icon .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(45deg);
		transform: translateY(14px) rotate(45deg);
		top: 0;
	}
	.sp-menu .nav-icon .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp-menu .nav-icon .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(-45deg);
		transform: translateY(-14px) rotate(-45deg);
		bottom: 0;
	}
	.sp-menu .sp-open {
		position: absolute;
		right: 0;
		transition: .5s all;
		background: var(--color-red);
		padding-top: 80px;
		width: 50%;
		text-align: left;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
	}
	.sp-menu .sp-open > ul {
		margin-bottom: 70px;
		padding-left: 30px;
	}
	.sp-menu .sp-open > ul li {
		margin-bottom: 15px;
	}
	.sp-menu .sp-open > ul li ul li:before {
		content: "-";
		padding: 0 5px;
		color: #FFFFFF;
	}
	.sp-menu .sp-open > ul p {
		color: #fff;
		margin-bottom: 15px;
	}
	.sp-menu .sp-open a, .sp-menu .sp-open span {
		color: #fff;
	}
	.sp-menu .sp-open .sns ul {
		display: flex;
		align-items: center;
		justify-content: center;
		border-top: 2px solid #fff;
	}
	.sp-menu .sp-open .sns ul li {
		flex: 1 1 33.3%;
		text-align: center;
	}
	.sp-menu .sp-open .sns ul li:first-child {
		border-right: 2px solid #fff;
	}
	/*.sp-menu .sp-open .sns ul li:last-child {
  	border-left: 2px solid #fff;
  }*/
	.sp-menu .sp-open .sns ul li a {
		display: block;
		padding: 10px;
	}
	.sp-menu .sp-open .sns ul li img {
		display: inline-block;
		vertical-align: middle;
	}
	/*.sp-menu .instagram img {
  	width: 30px;
  }*/
	.sp-menu .mail img {
		width: 31px;
	}
	.sp-menu.open .nav-icon {
		position: fixed;
	}
	.sp-menu.open .sp-open {
		position: fixed;
		opacity: 1;
		visibility: visible;
	}
	/* ======================================================== */
	/*       SP main            
  /* ======================================================== */
	/* .top
  /* -------------------------------------------------------- */
	.top_wrapper {
		margin-bottom: 50px;
	}
	.top_wrapper h2 {
		font-size: 22px;
	}
	.top_mv_inner {
		padding: 30px calc(20 / 375 * 100%);
		display: block;
	}
	.top_mv_txt {
		width: 100%;
	}
	.top_mv_txt > p {
		font-size: 23.5px;
		text-align: center;
	}
	.top_mv_txt > div {
		font-size: 12px;
		line-height: 1.7;
		margin: 15px 10px 0;
		text-align: center;
	}
	.top_mv_txt > div > p {
		margin-top: 0;
	}
	.top_mv_img {
		width: calc(309 / 335 * 100%);
		margin: 20px auto 0;
		max-width: 450px;
	}
	.top_bnr_factory {
		max-width: 100%;
		width: calc(330 / 375 * 100%);
		margin: 48px auto 0;
	}
	.top_can {
		margin-top: 50px;
		padding-left: 7.949%;
		padding-right: 7.949%;
	}
	.top_can_img {
		display: none;
	}
	.top_can_inner {
		display: block;
	}
	.top_can_inner > div:first-child {
		width: 100%;
	}
	.top_can_inner > div:nth-child(2) {
		width: 100%;
	}
	.top_can_list {
		margin-top: 15px;
		grid-gap: 10px;
	}
	.top_can_list li {
		width: 48.4%;
		font-size: 16px;
		padding-left: 15px;
	}
	.top_can_list li:first-child {
		order: 1;
	}
	.top_can_list li:nth-child(2) {
		order: 5;
	}
	.top_can_list li:nth-child(3) {
		order: 2;
	}
	.top_can_list li:nth-child(4) {
		order: 6;
	}
	.top_can_list li:nth-child(5) {
		order: 3;
	}
	.top_can_list li:nth-child(6) {
		order: 7;
	}
	.top_can_list li:nth-child(7) {
		order: 4;
	}
	.top_can_list li:nth-child(8) {
		order: 8;
	}
	.top_link {
		width: 300px;
	}
	.top_link li {
		width: 100%;
	}
	.top_link li:nth-child(n+2) {
		margin-top: 15px;
	}
	

  /* .service
  /* -------------------------------------------------------- */
	.service_list > div {
		width: 100%;
		margin-top: 20px;
	}
	.service .cmnbtn {
		margin: 30px auto 0;
	}
	.service .mainwrp > section:nth-of-type(n+2) {
		margin-top: 35px;
	}
	.studio {
		/* youtube */
	}
	.studio_img {
		max-width: 100%;
		grid-gap: 10px calc(15 / 321 * 100%);
	}
	.studio_img a {
		width: calc(97 / 321 * 100%);
	}
	.studio_sttl {
		margin-top: 25px;
		line-height: 1.4;
	}
	.studio_sttl span {
		font-size: 15px;
		display: block;
	}
	.studio_wrp {
		max-width: 100%;
	}
	.studio_wrp .ext_link {
		margin-top: 0;
		font-size: 14px;
	}
	.studio .youtube {
		max-width: 100%;
	}
	.studio_cta {
		width: 215px;
		margin-top: 10px;
		grid-row-gap: 16px;
	}
	.project {
		margin-top: 35px;
	}
	.project_box {
		grid-column-gap: 0;
		margin-top: 0;
		display: block;
	}
	.project .page_txt {
		margin-top: 10px;
	}
	.pagesttl + .esports_intro {
		margin-top: 50px;
	}
	.pagesttl + .esports_intro > div:nth-child(2) {
		width: 100%;
		margin-top: 10px;
	}
	.sales_list {
		width: calc(306 / 321 * 100%);
		margin: 25px auto 0;
		grid-row-gap: 9.2px;
	}
	.sales_list > li {
		width: calc(147 / 306 * 100%);
	}
	.sales .btn_extlink {
		margin-top: 30px;
	}
	/* .flow
  /* -------------------------------------------------------- */
	.flow_box:nth-of-type(-n+6):after {
		background: url("../images/flow/flow_line_sp.svg") no-repeat top center/contain;
		height: 12.5px;
	}
	.flow_sttl {
		font-size: 16px;
		line-height: 28px;
	}
	.flow_box02 {
		padding: 15px 20px 20px;
	}
	/* .about
  /* -------------------------------------------------------- */
	.about .phil_cnts {
		margin-top: 30px;
	}
	.about .phil_cnts > div {
		grid-column-gap: 0;
	}
	.about .phil_cnts > div:nth-child(n+2) {
		margin-top: 50px;
	}
	.about .phil_cnts dt {
		font-weight: 600;
		font-size: 18px;
		line-height: 1.5;
		color: #000;
		width: 100%;
		border-bottom: solid 3px #ae1f24;
		border-right: none;
		padding-bottom: 10px;
	}
	.about .phil_cnts dd {
		margin-top: 15px;
		width: 100%;
	}
	.about .phil > section:first-of-type .pagesttl {
		margin-top: 80px;
	}
	.about .page_txt {
		font-size: 14px;
		letter-spacing: 0.04em;
		line-height: 1.7;
	}
	.about .overview dt {
		font-size: 12px;
		margin-bottom: 0.2em;
	}
	.about .overview dd {
		border-bottom: dashed 1px #999999;
		width: 100%;
		padding-bottom: 0.7em;
	}
	.about .overview dd, .about .overview dd a {
		font-size: 16px;
		margin-bottom: 0.8em;
	}
	.about .overview dd a {
		color: var(--color-red);
	}
	/* #contact
  /* -------------------------------------------------------- */
	#contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#contact .cnt_list {
		margin: 30px auto 0;
		width: calc(330 / 390 * 100%);
	}
	#contact .cnt_list li {
		width: 100%;
	}
	#contact .cnt_list li:nth-child(n+2) {
		margin-top: 15px;
	}
	/* .recruit
  /* -------------------------------------------------------- */
	.apply {
		width: 100%;
	}

	/* ======================================================== */
	/*       SP footer            
  /* ======================================================== */
	.access {
		padding: 30px 15px 40px;
	}
	.access_wrp {
		display: block;
	}
	.access_list li {
		padding-left: 50px;
		margin-top: 10px;
		min-height: 30px;
	}
	.access_map {
		margin-top: 40px;
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
		max-width: none;
	}
	.access_map iframe {
		height: 350px;
	}
	#footer .recruit {
		margin: 20px auto;
	}
	/* ======================================================== */
	/*       SP LST     
  /* ======================================================== */
	#header.lst-header .lst-title {
		font-size: 23px;
	}
	#header.lst-header .lst-title span {
		display: block;
	}
	#header.lst-header .pc-menu .lang {
		display: none;
	}
	#header.lst-header .lang {
		margin-top: 10px;
	}
	.lst .maincnt {
		padding-top: 30px;
	}
	.lst .img-viewer .thumb li {
		flex: 1 1 20%;
		padding: 0 2px;
	}
	.lst .studio-type .studio-1, .lst .studio-type .studio-2 {
		flex: 1 1 100%;
		margin: 0;
	}
	.lst .studio-type .studio-2 {
		margin-top: 4px;
	}
	.lst .studio-equipment li.no-style {
		margin-top: 10px;
	}
	.lst .studio-equipment li.no-style ul {
		margin-top: 0;
	}
	.lst .studio-equipment li.inline {
		display: block;
		margin: 10px 0 0 0;
	}
	.lst .studio-equipment li.switcher span {
		display: block;
		padding-left: 1em;
	}
	.lst .studio-price .studio-1-price, .lst .studio-price .studio-2-price {
		flex: 1 1 100%;
		width: 100%;
		margin: 0;
	}
	.lst .studio-price .studio-1-price p:last-child, .lst .studio-price .studio-2-price p:last-child {
		margin-left: 0px;
	}
	.lst .studio-price .studio-2-price {
		margin-top: 5px;
	}
	.lst .other {
		font-size: 16px;
	}
	p.studio_copy {
		font-size: 23px;
	}
	/* slider */
	.lst .slider-nav {
		margin: 10px 25px;
	}
	.lst_address {
		margin-top: 30px;
	}
	.lst_address p:first-of-type {
		font-size: 18px;
	}
	.lst_address p:nth-of-type(2) {
		font-size: 21px;
	}
	.lst_address p:nth-of-type(3) {
		font-size: 16px;
	}
	#footer .rec, #footer .cooinc {
		margin: 20px;
		width: auto;
	}
	#footer .rec p, #footer .cooinc p {
		padding: 22px;
	}
}




/* ======================================================== */
/*       NEWS     
/* ======================================================== */

/* .news, .newsletter共通
/* -------------------------------------------------------- */
#wrapper[class*="news"] {
	.header_group {
		display: grid;
		grid-template-columns: 90px auto;
		grid-template-rows: 49px 94px;
		grid-column-gap: 10px;
		div {
			grid-area: 1 / 1 / 3 / 2;
			padding-left: 8px;
      padding-top: 3px;
			img {
				width: 75px;
			}
		}
		nav {
			grid-area: 1 / 2 / 2 / 3;
		}
		h1 {
			grid-area: 2 / 2 / 3 / 3;
			font-size:2.5rem;
			color: var(--color-black);
			width: 100%;
			font-weight: var(--font-bold);
			letter-spacing: -0.03em;
			&:after {
				content: "";
				background-color: #999999;
				height: 1px;
				width: 100%;
				display: block;
				margin-top: 24px;
			}
		}
	}
	.breadcrumb {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		font-size: 0.8rem;
	}
	.breadcrumb li:not(:last-of-type)::after {
		content: "/";
		margin: 0 .6em;
	}
	.breadcrumb a {
		color: var(--color-black);
	}
	.article_wrp {
		margin: 10px 20px 70px 100px;
		line-height: 1.6;
	}
	.deco_ttl {
		color: #a02a2e;
		padding: 5px 0 8px 0;
		font-weight: bold;
		border-bottom: solid 1px #cccccc;
		line-height: 1.6;
		font-size: 100%;
	}
}

@media screen and (max-width: 768px) {
	#wrapper[class*="news"] {
		.header_group {
			grid-template-rows: 30px 113px;
			grid-column-gap: 15px;
			margin-left: 5px;
			border-bottom: solid 1px #CCCCCC;
			padding-bottom: 15px;
			nav {
				overflow-x: scroll;
			}
			h1 {
				font-size: 2.5rem;
				letter-spacing: 0;
				padding-left: 0;
				line-height: 1;
				align-self: center;
				&:after {
					content: none;
				}
			}
		}
		.breadcrumb {
			flex-wrap: nowrap;
			li {
				white-space: nowrap;
			}
		}
		.article_wrp {
			margin: 5px 10px 50px 10px;
		}
		.deco_ttl {
			display: none;
		}
	}
}
	
	

/* .news archive
/* -------------------------------------------------------- */
.news.archive {
	.article_wrp {
		margin-bottom: 0 !important;
	}
	.news_list {
		a, .nolink {
			display: grid;
			grid-template-columns: 69px 125px auto;
			grid-template-rows: auto;
			grid-column-gap: 0px;
			grid-row-gap: 0px;
			align-items: center;
			padding-block: 10px;
			border-bottom: 0.6px solid #cccccc;
		}
		.list_image {
			width: 69px;
			height: 69px;
			border-radius: 9999px;
			overflow: hidden;
			flex-shrink: 0;
			border: solid 0.5px #333333;
			grid-area: 1 / 1 / 2 / 2;
			img {
				object-fit: cover;
			}
		}
		.list_time {
			padding-inline: 1.2rem;
			font-size: 0.8rem;
			display: flex;
			align-items: center;
			color: var(--color-black);
			grid-area: 1 / 2 / 2 / 3;
			&:after {
				content: "";
				background: #cccccc;
				height: 50px;
				width: 1px;
				margin-left: 1.2rem;
			}
		}
		.list_title {
			font-size: 0.8rem;
			align-self: center;
			justify-self: start;
			text-align: left;
			grid-area: 1 / 3 / 2 / 4;
		}
	}
	.icn_external {
		display: inline-block;
		width: 14px;
		vertical-align: center;
	}
}

@media screen and (max-width: 768px) {
	.news.archive {
		
		.news_list {
			a, .nolink {
				grid-template-columns: 69px auto;
				grid-template-rows: repeat(2, auto);
				grid-column-gap: 1.2rem;
				grid-row-gap: 0.2rem;
			}
			.list_image {
				width: 69px;
				height: 69px;
				border-radius: 9999px;
				overflow: hidden;
				flex-shrink: 0;
				border: solid 0.5px #333333;
				grid-area: 1 / 1 / 3 / 2;
				img {
					object-fit: cover;
				}
			}
			.list_time {
				padding-inline: 0;
				font-size: 0.8rem;
				display: flex;
				align-items: center;
				color: var(--color-black);
				grid-area: 1 / 2 / 2 / 3;
				&:after {
					content: none;
				}
			}
			.list_title {
				font-size: 0.8rem;
				grid-area: 2 / 2 / 3 / 3;
			}
		}
		
	}
}


/* .news single
/* -------------------------------------------------------- */
.news.single {
	.article_wrp {
		a {
			color: #0000ff;
		}
	}
	.news_title {
		font-size: 20px;
		background: url(../images/top/top_mv_bg.png) repeat;
		color: var(--color-white);
		padding: 30px 15px;
		font-weight: var(--font-bold);
	}
	.date {
		display: block;
		margin: 1rem 0 0.2rem 0.2rem;
	}
	.new_summary {
		margin-top: 30px;
	}
	.news_cnt {
		display: flex;
		justify-content: space-between;
		margin-top: 45px;
	}
	.news_img {
		width: calc( 356 / 670 * 100%);
		padding: 0 20px 20px 20px;
	}
	.news_txt {
		width: calc( 314 / 670 * 100%);
	}
	.news-catch {
		margin-bottom: 1em;
	}
	.news_caution {
		width: 94%;
		border: solid 1px #b71c22;
		padding: 0.8rem 1rem;
		margin: auto;
		text-align: center;
		color: #b71c22;
		margin-top: 45px;
	}
	.cmnbtn {
		margin-inline: auto;
	}
}



@media screen and (max-width: 768px) {
	.news.single {
		.news_title {
			font-size: 24px;
		}
		.news_cnt {
			justify-content: flex-start;
			flex-direction: column;
			margin-top: 20px;
		}
		.news_img {
			width: 100%;
		}
		.news_txt {
			width: 100%;
		}
		.news_caution {
			margin-top: 20px;
			font-size: 0.9em;
		}
	}
}


/* .newsletter archive
/* -------------------------------------------------------- */
.newsletter.archive {
	padding-top: 40px;
	.article_wrp {
		margin-bottom: 0 !important;
	}
}

/* .newsletter single
/* -------------------------------------------------------- */
.newsletter.single {
	.article_wrp {
		line-height: 1.8 !important;
		font-size: 14px;
		letter-spacing: 0.02em;
		p {
			margin-block: 1em;
		}
	}
	.newsletter_title {
		margin-bottom: 14px;
		font-size: 30px;
		font-weight: var(--font-bold);
	}
	.author {
		color: #666666;
		font-size: 12px;
	}
	.date {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.has-large-font-size {
		font-size: 1.8em !important;
	}
	.has-medium-font-size {
		font-size: 1.2em !important;
	}
	h3, h4, h5 {
		margin: 1.2em 0 0.5em;
		font-weight: var(--font-bold);
	}
	.footer {
		margin-top: 60px;
		border-top: solid 1px #CCCCCC;
	}
}

@media screen and (max-width: 768px) {
	.newsletter.single {
		.article_wrp {
			line-height: 2 !important;
			font-size: 16px;
		}
		.newsletter_title {
			font-size: 25px;
		}
		.author {
			font-size: 14px;
		}
		.date {
			font-size: 12px;
		}
	}
}




/* ======================================================== */
/*      Contact
/* ======================================================== */
.ctaform {
  margin: 70px auto;
  max-width: 1380px;
	padding: 30px 30px 0;
}
.ctaform_ttl {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-right: 25px;
  white-space: nowrap;
  background: url(../images/common/top_contact_ttl.svg) no-repeat 5px top;
  margin-bottom: 35px;
  padding-top: 25px;
}
.ctaform_ttl_wrp {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 35px;
  height: 90px;
  position: relative;
}
.ctaform_ttl_wrp:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d70c18;
}
.ctaform_ttl_wrp + p {
  margin-bottom: 40px;
}
.ctaform_txt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 2px;
  margin-right: 10px;
}
.ctaform .all_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  margin: 50px auto;
  max-width: 1110px;
  width: 100%;
  grid-column-gap: 30px;
}
.ctaform .all_contact p {
  border: solid 1px #3e3a39;
  padding: 15px;
  flex: 1;
}
.ctaform_title {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 600;
}
.ctaform span.required {
  color: #e60012;
  font-size: 16px;
  margin-left: 5px;
}

/* errow check */
.grecaptcha-badge {
  display: none;
}

/* hidden fields */
.hidden-fields-container {
  border: none;
}

/* ----- privacy policy ----- */
.prv_txt {
  width: 100%;
  letter-spacing: 0.125em;
  font-weight: 500;
  margin-bottom: 25px;
}
.prv_error {
  text-align: center;
  padding-bottom: 50px;
}
.prv_box {
  border: 1px solid #000000;
  padding: 45px;
  height: 200px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.prv_box_ttl {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 15px;
  background: url(../images/common/privacy_ttl_en.svg) no-repeat center top;
  background-size: 236px 24px;
  padding-top: 35px;
}
.prv_box_lead {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
.prv_box_ttl02 {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-left: -0.5em;
  font-weight: 500;
}
.prv_box_txt {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-bottom: 20px;
}
.prv_name {
  border-bottom: 1px solid #000000;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
}
.prv_name_ttl {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.prv_name_ttl span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.prv_name_ttl:before {
  content: "";
  display: block;
  border-top: solid 1px #000000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.prv_name_tbl {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
.prv_name_tbl th {
  width: 140px;
  font-weight: 400;
  padding: 5px 0;
}
.prv_name_tbl td {
  width: calc(100% - 155px);
  padding: 5px 0;
}
.prv_name_tbl td a {
  text-decoration: none;
  color: #000000;
}

/* ----- form contents ----- */
.form_format {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.form_format div, .form_format input, .form_format textarea, .form_format label {
  appearance: none;
}
.form_format input {
  line-height: 1;
}
.form_format input, .form_format textarea {
  background-color: #F6F7F8;
  border: 1px solid #E9ECEF;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  box-sizing: border-box;
}
.form_format input:hover, .form_format input:focus, .form_format textarea:hover, .form_format textarea:focus {
  background-color: #FFFFFF;
  border: 1px solid #879098;
}
.form_format input:hover.required, .form_format input:focus.required, .form_format textarea:hover.required, .form_format textarea:focus.required {
  border-color: #EB9E9B;
}
.form_format_box01 {
  width: 35%;
}
.form_format_box01 > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form_format_box01 dt {
  width: 230px;
}
.form_format_box01 dd {
  width: calc( 100% - 230px );
  position: relative;
}
.form_format_box01 dd input {
  padding: 8px;
  width: 100%;
}
.form_format_box02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 58%;
}
.form_format_box02 > p {
  width: 18%;
  margin-bottom: 20px;
}
.form_format_box02 > div.checkbox {
  width: 82%;
  margin-bottom: 20px;
  position: relative;
  background-color: #F6F7F8;
  padding-left: 8px;
}
.form_format_box02 div.checkbox .wpcf7-checkbox .wpcf7-list-item {
  width: 33.333%;
}
.form_format_box02 div.checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_format_box03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.form_format_box03 > div:nth-child(1) {
  width: 230px;
}
.form_format_box03 > div:nth-child(2) {
  width: calc( 100% - 230px );
  position: relative;
}
.form_format_box03 span.wpcf7-not-valid-tip {
  top: -15px;
}
.form_format_box03 textarea {
  width: 100%;
  height: 20vh;
  max-height: 200px;
  padding: 10px;
}

/* ----- error check ----- */
.wpcf7-form-control-wrap {
	display: block;
}
.invalid span.wpcf7-not-valid-tip {
  position: absolute;
  top: -10px;
  left: 5px;
  background-color: #c72d27;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  font-size: 10px;
  padding: 2px 4px;
  color: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 20px;
}
.invalid input.required, .invalid textarea.required {
  border-color: #c72d27;
  background-color: #F8E1E0;
}
.invalid div.checkbox .required .wpcf7-list-item-label span {
  border-color: #c72d27;
  background-color: #F8E1E0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
 /* color: #e60012;*/
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}

/* ----- checkbox decoration
https://webdesignfacts.net/entry/checkboxes-css/#2-2 ----- */
div.checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
div.checkbox .wpcf7-list-item-label {
  white-space: nowrap;
  display: inline-block;
  color: #000;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 30px;
}
div.checkbox .wpcf7-list-item-label span {
  display: inline-block;
  position: relative;
  background-color: #F6F7F8;
  width: 19px;
  height: 19px;
  transform-origin: center;
  border: 2px solid #A8B1B9;
  border-radius: 50%;
  vertical-align: -5px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
div.checkbox .wpcf7-list-item-label span:before {
  content: "";
  width: 0px;
  height: 1.5px;
  border-radius: 2px;
  background: #5E666D;
  position: absolute;
  transform: rotate(45deg);
  top: 8px;
  left: 4px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
div.checkbox .wpcf7-list-item-label span:after {
  content: "";
  width: 0;
  height: 1.5px;
  border-radius: 2px;
  background: #5E666D;
  position: absolute;
  transform: rotate(305deg);
  top: 12px;
  left: 5px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
div.checkbox .wpcf7-list-item-label:hover span {
  border-color: #5E666D;
  background-color: #FFFFFF;
  transition: all 150ms ease;
  transform: scale(1.2);
}
div.checkbox .wpcf7-list-item-label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}
div.checkbox .wpcf7-list-item-label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}
/* required */
div.checkbox .required .wpcf7-list-item-label:hover span {
  border-color: #c72d27;
}
div.checkbox .wpcf7-list-item-label:hover span:before {
  background: #c72d27;
}
div.checkbox .wpcf7-list-item-label:hover span:after {
  background: #c72d27;
}

div.checkbox input[type="checkbox"] {
  display: none;
}
div.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
  /*&:hover { // copy the states for onMouseOver to avoid flickering
  	span {
  		background-color: #fff;
  		transform: scale(1.25); // enlarge the box
  		&:after {
  			width: 10px;
  			background: #c72d27;
  			transition: width 150ms ease 100ms; // enlarge the tick
  		}
  		&:before {
  			width: 5px;
  			background: #c72d27;
  			transition: width 150ms ease 100ms; // enlarge the tick
  			}
  		}
  	}*/
}
div.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label span {
  background-color: #c72d27 !important;
  transition: background 150ms ease 100ms;
  border-color: #c72d27 !important;
  transform: scale(1.2);
}
div.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label span:after {
  width: 10px;
  background: #ffffff;
  transition: width 150ms ease 100ms;
}
div.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label span:before {
  width: 5px;
  background: #ffffff;
  transition: width 150ms ease 100ms;
}

@media screen and (max-width: 1050px) {
  /* ----- form contents ----- */
  .form_format {
    display: block;
    font-size: 14px;
    margin-top: 0;
  }
  .form_format_box01 {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .form_format_box01 > div {
    margin-bottom: 0;
  }
  .form_format_box01 dt {
    width: 100%;
    margin-bottom: 7px;
  }
  .form_format_box01 dd {
    width: 100%;
    margin-bottom: 1rem;
  }
  .form_format_box02 {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .form_format_box02 > p {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .form_format_box02 > div.checkbox {
    width: 100%;
    margin-bottom: 1rem;
		overflow: hidden;
  }
  .form_format_box02 > div.checkbox > span {
    width: 48%;
  }
  .form_format_box03 {
    display: block;
  }
  .form_format_box03 > div:nth-child(1), .form_format_box03 > div:nth-child(2) {
    width: 100%;
  }
  .form_format_box03 > div:nth-child(1) {
    margin-bottom: 7px;
  }
  .form_format_box03 span.wpcf7-not-valid-tip {
    left: 8rem;
    top: 0.5rem;
  }

  /* ----- error check ----- */
  .invalid span.wpcf7-not-valid-tip {
    top: -1.3rem;
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .ctaform {
    margin: 50px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ctaform_ttl {
    font-size: 35px;
    background-size: auto 10px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .ctaform_ttl_wrp {
    display: block;
    height: auto;
    margin-bottom: 15px;
  }
  .ctaform_ttl_wrp + p {
    margin-bottom: 20px;
    color: #d70c18;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
  .ctaform_txt {
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 1.9;
    font-size: 14px;
  }
  .ctaform .all_contact {
    display: block;
    background-color: #FFFFFF;
    margin: 20px auto 30px;
    max-width: 450px;
  }
  .ctaform .all_contact p {
    width: 100%;
    margin: 10px auto 0;
  }
  .ctaform_title {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 600;
  }
	.ctaform span.required {
		font-size: 12px;
	}
	.ctaform .checkbox .wpcf7-list-item {
		font-size: 12px;
		white-space: nowrap;
	}
	
	
  /* ----- privacy policy ----- */
  .prv_txt {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .prv_error {
    padding-bottom: 50px;
  }
  .prv_box {
    padding: 15px;
  }
  .prv_box_ttl {
    background-size: 180px auto;
    font-size: 12px;
    padding-top: 30px;
  }
  .prv_box_lead {
    font-size: 12px;
    margin-bottom: 24px;
    text-align: left;
  }
  .prv_box_ttl02 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .prv_box_txt {
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
  .prv_name {
    padding: 0;
  }
  .prv_name_ttl {
    margin-bottom: 15px;
  }
  .prv_name_ttl span {
    padding: 0 20px;
    font-size: 14px;
  }
  .prv_name_tbl {
    width: 90%;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .prv_name_tbl th {
    width: 100px;
    font-weight: 400;
    padding: 2px 0;
  }
  .prv_name_tbl td {
    width: calc( 100% - 115px );
    padding: 2px 0;
  }
  .prv_name_tbl td a {
    text-decoration: none;
    color: #000000;
  }
}

#accept {
  margin-top: 50px;
  text-align: center;
}
#accept .wpcf7-checkbox {
  justify-content: center;
}
#accept span.wpcf7-not-valid-tip {
  top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #accept {
    margin-top: 3rem;
  }
  #accept .wpcf7-list-item-label {
    margin-right: 10px;
  }
}

/* ----- send button ----- */
.send_btn input[type="submit"], .send_btn input[type="button"] {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  height: 72px;
  border: none;
  width: 358px;
  background-color: #000;
  display: block;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .send_btn input[type="submit"], .send_btn input[type="button"] {
    margin: 40px auto 50px;
    font-size: 14px;
    height: 66px;
    width: 258px;
    border-radius: 40px;
    background: url("../images/common/send_btn_arrow.svg") no-repeat right 20px center #231815;
  }
}
/* hide turnstile banner */
.wpcf7-turnstile {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}


/* ======================================================== */
/*       WORDPRESS     
/* ======================================================== */
.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;
	width: 1px;
	word-wrap: normal !important;
}
.navigation {
	margin-top: 60px;
	text-align: center;
}
.nav-links {
	display: flex;
	column-gap: 10px;
	justify-content: center;
}
