@charset "UTF-8";

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

:root {
	--base-gray: #19191B;
	--base-gray-bk: #303031;
	--base-gray-line: #474749;
	--base-gold: #A88B2F;
	--base-gold-font: #c1a13c;
	--base-orange: #EC691A;
	--base-gray-font: #959595;
	--base-transition: .5s;
	--base-letterspacing: 0.08em;
}

/*---------------------------------------------------------*/
/* google map API info window */
/*---------------------------------------------------------*/

.gm-style .gm-style-iw-d {
	padding: 0 10px 10px 0;
	font-size: 12px;
	list-style: 1.4;
	overflow: hidden !important;
	font-family: 'Noto Serif JP', "游明朝体" , "ゆう明朝" ,ゆう明朝, "ヒラギノ明朝 Pro " , "ヒラギノ明朝 Pro" , "MS P明朝" , "MS PMincho " , serif;
}
.gm-style .gm-style-iw-d strong {
	display: block;
	margin-bottom: 0.4em;
	font-size: 14px;
	color: var(--base-gold-font);
}
.gm-style .gm-style-iw-c {
	background: #101010;
	border-radius: 0;
}
.gm-style .gm-style-iw-tc {
	width: 15px;
}
.gm-style .gm-style-iw-tc::after {
	width: 15px;
}
.gm-style .gm-ui-hover-effect {
	outline: none;
}
.gm-style .gm-ui-hover-effect>span {
	background-color: #fff;
}
.gm-style .gm-style-iw-tc::after {
background-color: #101010;
}
.gm-style .gm-style-iw-d a {
display: inline-block;
margin-top: 8px;
padding: .3em 1.0em;
text-decoration: none;
color: #fff;
border-radius: 5em;
border: 1px solid #fff;
outline: none;
}

/*---------------------------------------------------------*/

footer {
	position: sticky;
	top: 100vh;
	padding: 1px 40px 40px 40px;
	background-color: #101010;
	font-size: 14px;
	text-align: center;
}
#footer-inner {
	line-height: 1.2;
}
footer img {
	width: auto;
	height: 173px;
	margin: 80px auto;
}
footer li a {
	color: #fff;
	text-decoration: none;
	transition: var(--base-transition);
}
footer li a:hover {
	color: var(--base-gold-font)
}
@media screen and (min-width: 1025px) {
	#footer-inner {
		display: flex;
		align-items: center;
	}
	footer ul {
		display: flex;
		align-items: center;
	}
	footer li {
		padding-right: 20px;
	}
	footer address {
		margin-left: auto;
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px) {
	footer {
		font-size: 12px;
	}
	footer img {
		width: auto;
		height: 100px;
		margin: 40px auto 40px auto;
	}
	footer li {
		padding: 0 0 15px 0;
	}
	footer address {
		margin-top: 10px;
		font-size: 10px;
	}
}

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

.revbtn-catch {
	font-size: 24px;
	line-height: 1.8;
}
.revbtn-innder {
	display: flex;
	justify-content: center;
	margin-left: -30px;
}
.revbtn-innder a {
	margin-left: 30px;
}

@media screen and (max-width: 1279px) {
	.revbtn-catch {
		font-size: calc(16px + 8 * (100vw - 300px) / 980);
		letter-spacing: var(--base-letterspacing);
	}
}
.detailbtn {
	margin: 80px auto 0 auto;
}

.revbtn-wrapper a:link,
.revbtn-wrapper a:visited,
.detailbtn:link,
.detailbtn:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 340px;
	height: 70px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	background-color: #000;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .8);
	transition: color var(--base-transition), background-color var(--base-transition), border-color var(--base-transition);
}
.revbtn-wrapper a svg,
.detailbtn svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	fill: #fff;
	transition: right var(--base-transition);
}
.revbtn-wrapper a:hover,
.detailbtn:hover {
	color: var(--base-gold);
	background-color: #f1f1f1;
}
.revbtn-wrapper a:hover svg,
.detailbtn:hover svg {
	right: 14px;
	fill: var(--base-gold);
}
.revbtn-caption {
	font-size: 12px;
}
.revbtn-wrapper {
	background: rgb(168,139,47);
	background: -moz-linear-gradient(90deg, rgba(168,139,47,.7) 0%, rgba(231,198,91,.7) 100%);
	background: -webkit-linear-gradient(90deg, rgba(168,139,47,.7) 0%, rgba(231,198,91,.7) 100%);
	background: linear-gradient(90deg, rgba(168,139,47,.7) 0%, rgba(231,198,91,.7) 100%);
}
.revbtn-wrapper div {
	padding: 40px 20px;
}
.revbtn-catch {
	text-align: center;
}
.revbtn-caption {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.revbtn-wrapper div {
		padding: 30px 10px;
	}
	.revbtn-wrapper a:link,
	.revbtn-wrapper a:visited {
		font-size: 18px;
	}
	.revbtn-innder {
		flex-direction: column;
		margin:0;
	}
	.revbtn-innder a {
		margin: 0 auto;
	}
	.revbtn-innder a:not(:nth-child(1)) {
		margin-top: 20px;
	}
	.detailbtn:link,
	.detailbtn:visited {
		height: 60px;
		margin: 40px auto 0 auto;
		font-size: 16px;
	}
}

/*---------------------------------------------------------*/
/* CTV btn green shiny*/
/*---------------------------------------------------------*/

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.revbtn-wrapper a.shiny-btn:link,
.revbtn-wrapper a.shiny-btn:visited {
    background-color: #169a19;
}
.revbtn-wrapper a.shiny-btn:hover {
    background-color: #fff;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -20%;
    width: 100px;
    height: 100%;
    transform: scale(1.5) rotate(45deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

.FeaturesPoint-hr {
	position: relative;
	margin: 80px auto;
	width: 100%;
	height: 1px;
	background-color: var(--base-gray-line);
}

.FeaturesPoint-hr::before,
.FeaturesPoint-hr::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 20px;
	background-color: var(--base-gray-line);
}
.FeaturesPoint-hr::after {
	right: 0;
}

.FeaturesPoint-title {
	margin: 80px auto;
	text-align: center;
}
.FeaturesPoint-title div {
	position: relative;
	color: var(--base-gold-font);
	line-height: 1.0;
	letter-spacing: .1em;
}
.FeaturesPoint-title div::after {
	position: absolute;
	bottom: -1.2em;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 20px;
	height: 1px;
	background-color: var(--base-gray-line);
}
.FeaturesPoint-title h3 {
	margin-top: 1.1em;
	font-size: 24px;
	line-height: 1.6;
}
.FeaturesPoint-main img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1025px) {
	.FeaturesPoint-main {
		display: flex;
		align-items: start;
		width: calc( 100% + 80px );
		margin-left: -40px;
		margin-bottom: 120px;
	}
	.FeaturesPoint-main-pht {
		position: relative;
		width: 40%;
	}
	.FeaturesPoint-main-pht::before,
	.FeaturesPoint-main-pht::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		border-right: 1px solid var(--base-gray-line);
		border-bottom: 1px solid var(--base-gray-line);
		z-index: -1;
	}
	.FeaturesPoint-main-pht::before {
		top: 10px;
		left: 10px;
	}
	.FeaturesPoint-main-pht::after {
		top: 14px;
		left: 14px;
	}
	.FeaturesPoint-main p {
		position: relative;
		width: 60%;
		padding: 80px 40px 10px 40px;
		font-size: 18px;
		line-height: 2;
	}
	.FeaturesPoint-main p::after {
		position: absolute;
		content: '';
		top: 40px;
		left: -40px;
		width: calc( 100% + 40px );
		height: 100%;
		border: 1px solid var(--base-gray-line);
		z-index: -1;
	}
	/* .FeaturesPoint-main {
		display: grid;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		gap: 80px;
	}
	.FeaturesPoint-main p {
		font-size: 18px;
		line-height: 2;
	} */
}
@media screen and (max-width: 1279px) {
	.FeaturesPoint-title h3 {
		font-size: calc(18px + 6 * (100vw - 300px) / 1250);
	}
	/* .FeaturesPoint-main {
		gap: calc( 100vw / 25 );
	} */
	.FeaturesPoint-main p {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.FeaturesPoint {
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.FeaturesPoint-hr,
	.FeaturesPoint-title {
		margin: 40px auto;
	}
	.FeaturesPoint-title div {
		font-size: 12px;
	}
	.FeaturesPoint-main p {
		padding-top: 40px;
		font-size: 16px;
		line-height: 2.4;
		text-align: center;
	}
}
@media screen and (max-width: 820px) {
	.FeaturesPoint-title .inline-block {
		display: block;
	}
	.FeaturesPoint-main p {
		font-size: 14px;
		line-height: 2.4;
	}
}
/* @media screen and (max-width: 768px) {
	.FeaturesPoint-title .inline-block {
		display: block;
	}
	.FeaturesPoint-main p {
		font-size: 14px;
		line-height: 2.4;
	}
} */

/*---------------------------------------------------------*/

.FeaturesTable {
	margin: 80px auto;
}
.FeaturesTable + .FeaturesTable {
	margin-bottom: 100px;
}
.FeaturesTable-title {
	position: relative;
	margin-bottom: 40px;
}
.FeaturesTable-title h3 {
	position: relative;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
.FeaturesTable-title h3::after {
	position: absolute;
	top: .5em;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: calc( 100% - 80px );
	height: 80px;
	border: 1px solid var(--base-gray-line);
	z-index: -1;
}
.FeaturesTable-title h3 span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background-color: var(--base-gray);
}

.FeaturesTable table {
	width: 100%;
}
.FeaturesTable th,
.FeaturesTable td {
	position: relative;
	padding: .6em 20px;
	text-align: center;
	line-height: 1.4;
	background-color: #000;
}
.FeaturesTable th {
	font-size: 18px;
	padding: 1.4em 20px;
}
.FeaturesTable th img {
	display: block;
	max-width: 100%;
	height: auto;
}
.FeaturesTable tr > *:nth-child(2) {
	width: 38%;
	color: #b21e1e;
	background-color: #fff;
}
.FeaturesTable tr > *:nth-child(1),
.FeaturesTable tr > *:nth-child(3) {
	width: 31%;
}
.FeaturesTable tr:nth-child(1) > *:nth-child(2)::before {
	position: absolute;
	top: -19px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}
.FeaturesTable tr:last-child > *:nth-child(2)::after {
	position: absolute;
	bottom: -19px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.FeaturesTable tr > *:nth-child(2)::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	content: '';
	width: calc( 100% - 40px );
	height: 1px;
	background-color: #d7d7d7;
	z-index: 1;
}
.FeaturesTable tr > *:nth-child(1)::after,
.FeaturesTable tr > *:nth-child(3)::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--base-gray);
	z-index: 1;
}

.FeaturesTable td:nth-child(3) {
	font-size: 14px;
	color: #9d9d9d;
}

.FeaturesTable td em {
	display: block;
	font-style: normal;
}
.FeaturesTable td:nth-child(2) em {
	font-size: 180%;
}
.FeaturesTable img {
	margin: auto;
}

@media screen and (max-width: 1024px) {
	.FeaturesTable th,
	.FeaturesTable td,
	.FeaturesTable td:nth-child(3) {
		padding: .6em 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.FeaturesTable {
		margin: 60px auto;
	}
	.FeaturesTable + .FeaturesTable {
		margin-bottom: 60px;
	}
	.FeaturesTable-title h3 {
		font-size: 16px;
	}
	.FeaturesTable th,
	.FeaturesTable td,
	.FeaturesTable td:nth-child(3) {
		padding: .6em 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 460px) {
	.FeaturesTable {
		width: calc( 100% + 20px );
		margin-left: -10px;
	}
	.FeaturesTable th,
	.FeaturesTable td,
	.FeaturesTable td:nth-child(3) {
		font-size: 10px;
	}
}

/*---------------------------------------------------------*/

.FeaturesIcons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 60px;
}
.FeaturesIcons div {
	padding: 40px 20px;
	border: 1px solid var(--base-gold);
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
.FeaturesIcons div img {
	margin: auto;
}
.FeaturesIcons div strong {
	display: block;
	margin-top: 1em;
}

@media screen and (max-width: 1279px) {
	.FeaturesIcons div {
		font-size: calc(12px + 8 * (100vw - 300px) / 1250);
	}
}
@media screen and (max-width: 768px) {
	.FeaturesIcons {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.FeaturesIcons div {
		padding: 20px 6px;
	}
	.FeaturesIcons div img {
		width: 60%;
		height: auto;
	}
}

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

.HowtoFlow > em {
	margin-bottom: 1em;
	font-style: normal;
	letter-spacing: .1em;
}
.HowtoFlow > strong {
	line-height: 1;
	color: var(--base-gold-font);
}
.HowtoFlow > p {
	font-size: 14px;
	line-height: 1.8;
}
.HowtoFlow img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1025px) {
	.HowtoFlow {
		display: flex;
		flex-wrap: wrap;
		margin-left: -60px;
	}
	.HowtoFlow > * {
		position: relative;
		width: calc( 33.3% - 60px );
		margin-left: 60px;
		text-align: center;
	}
	.HowtoFlow > strong {
		padding: 1em 0;
		font-size: 24px;
	}
	.HowtoFlow div:nth-child(4)::after,
	.HowtoFlow div:nth-child(5)::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -35px;
		margin: auto;
		content: '';
		width: 30px;
		height: 30px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

}
@media screen and (max-width: 1024px) {
	.HowtoFlow {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.HowtoFlow div:nth-child(4) {order: 2;}
	.HowtoFlow strong:nth-child(7) {order: 3;}
	.HowtoFlow p:nth-child(10) {order: 4;}
	.HowtoFlow em:nth-child(2) {order: 5;}
	.HowtoFlow div:nth-child(5) {order: 6;}
	.HowtoFlow strong:nth-child(8) {order: 7;}
	.HowtoFlow p:nth-child(11) {order: 8;}
	.HowtoFlow em:nth-child(3) {order: 9;}
	.HowtoFlow div:nth-child(6) {order: 10;}
	.HowtoFlow strong:nth-child(9) {order: 11;}
	.HowtoFlow p:nth-child(12) {order: 12;}

	.HowtoFlow > em {
		margin-bottom: 8px;
		font-size: 14px;
		text-align: center;
	}
	.HowtoFlow > strong {
		margin: .8em 0;
		font-size: 18px;
		text-align: center;
	}
	.HowtoFlow > p {
		text-align: center;
	}
	.HowtoFlow p:nth-child(10),
	.HowtoFlow p:nth-child(11) {
		position: relative;
		padding-bottom: 50px;
	}
	.HowtoFlow p:nth-child(10)::after,
	.HowtoFlow p:nth-child(11)::after {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		content: '';
		width: 20px;
		height: 20px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
	}

}

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

.PlanList-block {
	padding: 3px;
	border: 1px solid var(--base-gold);
	border-image: linear-gradient(to right, #A88B2F 0%, #e7c65b 100%);
	border-image-slice: 1;
}
.PlanList-block > div {
	padding: 40px;
	border: 4px solid var(--base-gold);
	border-image: linear-gradient(to right, #A88B2F 0%, #e7c65b 100%);
	border-image-slice: 1;
	background: url(../img-renew/planbk-1x.png) right top no-repeat;
}
.PlanList-block--type {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 40px;
	line-height: 1;
	border-bottom: 1px solid var(--base-gold);
	text-decoration: none;
}
.PlanList-block--type:hover {
	background-color: transparent;
}
.PlanList-block--type-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.PlanList-block em {
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	color: #fff;
}
.PlanList-block strong {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 64px;
	color: var(--base-gold-font);
}
.PlanList-block span {
	margin-top: .3em;
	font-weight: bold;
	font-size: 20px;
	color: var(--base-gold-font);
}
.PlanList-block--type-price strong {
	padding: 0 20px;
}
.PlanList-block p {
	padding-top: 30px;
}

.PlanList-block--btn {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 1.8em;
	padding: 10px;
	background: linear-gradient(90deg, rgba(168,139,47,.7) 0%, rgba(231,198,91,.7) 100%);
	border-radius: 8px;
	text-align: center;
}

.PlanList-block--btn:link,
.PlanList-block--btn:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 1025px) {
	.PlanList {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		/* display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px; */
		margin: 0 0 80px -40px;
	}
	.PlanList-block {
		width: calc( 50% - 40px );
		margin: 40px 0 0 40px;
	}
}
@media screen and (max-width: 1024px) {
	.PlanList-block {
		width: 100%;
		max-width: 480px;
		margin: 40px auto;
	}
}
@media screen and (max-width: 768px) {
	.PlanList-block > div {
		padding: 40px 20px 20px 20px;
	}
	.PlanList-block--type {
		padding-bottom: 30px;
	}
	.PlanList-block p {
		text-align: center;
	}
}
@media screen and (max-width: 1279px) {
	.PlanList-block em {
		font-size: calc(20px + 10 * (100vw - 300px) / 1250);
	}
	.PlanList-block strong {
		font-size: calc(50px + 14 * (100vw - 300px) / 1250);
	}
	.PlanList-block span {
		font-size: calc(14px + 6 * (100vw - 300px) / 1250);
	}
	.PlanList-block p {
		font-size: calc(14px + 2 * (100vw - 300px) / 1250);
	}
}

/*---------------------------------------------------------*/

.PlanBNR {
	width: 100%;
	max-width: 480px;
	margin: 50px auto;
	background:#e4e4eb url(../img-renew/promobk-1x.png) right top no-repeat;
}
.PlanBNR img {
	display: block;
	width: 100%;
	height: auto;
}
.PlanBNR-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -20px 0;
	padding: 0 20px;
	line-height: 1;
	background: url(../img-renew/promobk-middle.svg) 0 0 repeat-y;
	background-size: 100% auto;
}
.PlanBNR-title {
	position: relative;
	display: block;
	padding-bottom: 1.5em;
	font-weight: bold;
	font-size: 30px;
	color: var(--base-gold);
	text-shadow: 0 0 10px var(--base-gold-font);
	text-align: center;
}
.PlanBNR-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 100px;
	height: 1px;
	background: linear-gradient(90deg, rgba(168,139,47,.7) 0%, rgba(231,198,91,.7) 100%);
}
.PlanBNR-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px 0 20px 0;
}
.PlanBNR-main > div:nth-child(1) {
	color: var(--base-gray-line);
}
.PlanBNR-main em {
	font-style: normal;
	text-decoration: line-through;
}
.PlanBNR-main strong {
	display: inline-block;
	font-size: 50px;
	background: linear-gradient(to right, #A88B2F 0%, #e7c65b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.PlanBNR-main strong + span {
	display: inline-block;
	padding-left: .5em;
	color: var(--base-gold-font);
}

@media screen and (max-width: 1279px) {
	.PlanBNR-title {
		font-size: calc(18px + 12 * (100vw - 300px) / 1250);
	}
	.PlanBNR-main strong {
		font-size: calc(32px + 18 * (100vw - 300px) / 1250);
	}
}
@media screen and (max-width: 768px) {
	.PlanBNR-wrap {
		margin-top: -15px;
	}
	.PlanBNR-main {
		padding: 30px 0 15px 0;
	}
	.PlanBNR-main strong + span {
		font-size: 14px;
	}
}

.PlanBNR + .caption {
	margin-top: 20px;
	text-align: center;
}

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

#map-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin: 80px auto 20px auto;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#map-wrapper {
		margin: 20px 0;
		padding-bottom: 75%;
	}
}
#googleMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}

.StudioMap {
	background-color: #fff;
}
@media screen and (min-width: 1025px) {
	.StudioMap-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.StudioMap {
		display: grid;
		grid-template-columns: 160px 1fr;
	}
}
@media screen and (max-width: 1024px) {
	.StudioMap-wrap {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 20px;
	}
}

.StudioMap-address {
	margin: 10px;
	color: var(--base-gray);
}
.StudioMap-address strong a {
	font-size: 18px;
	line-height: 1;
}
.StudioMap-address p {
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.StudioMap-address strong a {
		font-size: 16px;
	}
	.StudioMap-address p {
		font-size: 10px;
	}
}
.StudioMap-pht {
	margin: 1px;
}
.StudioMap-pht img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 50%;
}
.StudioMap-map {
	margin: 10px;
}
.StudioMap-txt > a {
	display: block;
	margin: 10px;
	padding: 0.4em 1em;
	border-radius: 8px;
	background-color: #000;
	text-align: center;
}
.StudioMap-txt > a:link,
.StudioMap-txt > a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* .StudioMap-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

.StudioMap {
	background-color: #fff;
}
.StudioMap-address {
	margin: 20px;
	color: var(--base-gray);
}
.StudioMap-address strong {
	font-size: 18px;
	line-height: 1;
}
.StudioMap-address p {
	line-height: 1.4;
}
.StudioMap img {
	display: block;
	width: 100%;
	height: auto;
}

.StudioMap-map {
	margin: 10px;
}

.StudioMap-map iframe {
	display: block;
}

.StudioMap > a {
	display: block;
	margin: 10px;
	padding: 0.6em 1em;
	border-radius: 8px;
	background-color: #000;
	text-align: center;
}
.StudioMap > a:link,
.StudioMap > a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.StudioMap-wrap {
		grid-template-columns: repeat(auto-fit, minmax(320px, 480px));
		justify-content: center;
		gap: 60px;
	}
}
@media screen and (max-width: 768px) {
	.StudioMap-wrap {
		grid-template-columns: minmax(240px, 480px);
		justify-content: center;
		gap: 40px;
	}
	.StudioMap-address p {
		font-size: 14px;
	}
} */

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

.faq-item {
	margin-top: -1px;
	margin-left: 80px;
	font-size: 18px;
	line-height: 1.8;
}
.faq-item dt {
	position: relative;
	padding: 1.3em 30px 1.3em 80px;
	border: 1px solid #fff;
	cursor: pointer;
}
.faq-item-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1px;
	left: -80px;
	width: 80px;
	height: calc( 100% + 2px );
	border: 1px solid #fff;
}
.faq-item.is-active .faq-item-arrow img {
	transition: var(--base-transition);
}
.faq-item.is-active .faq-item-arrow img {
	transform: rotateZ(180deg);
}

.faq-item dd {
	display: none;
	position: relative;
	padding: 1.3em 30px 1.3em 80px;
	border: 1px solid #757576;
}
.faq-item dt::after,
.faq-item dd::after {
	display: flex;
	align-items: center;
	position: absolute;
	top: .4em;
	left: 30px;
	margin: auto;
	font-weight: bold;
	font-size: 30px;
}
.faq-item dt::after {
	content: 'Q';
}
.faq-item dd::after {
	content: 'A';
	color: var(--base-gold-font);
}

@media screen and (max-width: 768px) {
	.faq-item {
		margin-left: 50px;
		font-size: 14px;
	}
	.faq-item dt,
	.faq-item dd {
		padding: 1.0em 20px;
	}
	.faq-item-arrow {
		left: -50px;
		width: 50px;
	}
	.faq-item dt::after,
	.faq-item dd::after {
		display: none;
	}
}

/*---------------------------------------------------------*/
/* form parts */
/*---------------------------------------------------------*/

form .alert {
	display: none;
	position: relative;
}
form .alert span {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	padding: 4px 8px;
	font-size: .8rem;
	color: #FFFFFF;
	background-color: #9a1832;
	box-shadow: 0 0 6px #9a1832;
	opacity: 0;
	transition: opacity .3s;
}
form .alert span::after {
	position: absolute;
	bottom: -6px;
	left: 15px;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #9a1832;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
form .alert--active span {
	opacity: 1;
}

input:not([type="radio"]):not([type="checkbox"]) {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #C5C5C5;
	outline: none;
	transition: .3s;
	color: #101010;
	background-color: #fff;
}
textarea {
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #C5C5C5;
	outline: none;
	transition: .3s;
	color: #101010;
	background-color: #fff;
}
:-ms-input-placeholder {color:#9a9a9a}
::-webkit-input-placeholder {color:#9a9a9a}
:-moz-placeholder,
::-moz-placeholder {color:#9a9a9a}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 38px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #C5C5C5;
	outline: none;
	color: #101010;
	background: #fff url(../img-renew/form_select.svg) no-repeat right 10px top 50%;
	text-indent: 0.01px;
	text-overflow: '';
}
input:focus,
textarea:focus,
select:focus,
input:focus + label:before {
	box-shadow: 0 0 10px #d5d5d5;
}
.invalid {
	border-color: #9a1832 !important;
}

.radioset {
	display: flex;
	align-items: center;
	position: relative;
	height: 38px;
	padding-left: 46px;
	vertical-align: middle;
}
.radioset input[type="radio"],
.radioset input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
.radioset label {
	cursor: pointer;
	margin-right: 10px;
}
.radioset label::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 38px;
	height: 38px;
	border: 1px solid #C5C5C5;
	background: #fff;
	border-radius: 6px;
	transition: .3s;
	cursor: pointer;
}
.radioset input[type="radio"] + label::before {
	border-radius: 50%;
}
.radioset input[type="radio"] + label::after {
	position: absolute;
	top: 11px;
	left: 11px;
	content: "";
	width: 16px;
	height: 16px;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.radioset input[type="checkbox"] + label::after {
	position: absolute;
	top: 9px;
	left: 9px;
	content: "";
	width: 20px;
	height: 14px;
	border-left: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.radioset input:checked + label::before {
	border-color: var(--base-gold);
	background-color: var(--base-gold);
}

.submitset {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 0 0;
}
.submitset > *:not(form),
.submitset form * {
	width: 240px;
	height: 60px;
	margin: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 5em;
	background-color: var(--base-gold);
	border: 1px solid var(--base-gold);
	outline: none;
	cursor: pointer;
	transition: .3s;
}
.submitset .rewrite {
	background-color: #dedede;
	border-color: #dedede;
	color: #000;
}
.submitset *:not(input):not(button) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.submitset *:hover:not(.disabled) {
	filter: brightness(130%);
	box-shadow: none;
}
.submitset .disabled {
	opacity: .5;
	cursor: default;
}

.form-flex {
	display: flex;
	align-items: center;
	margin: 0 0 -10px -20px;
}
.form-flex > * {
	margin: 0 0 10px 20px;
}
.form-flex--2column > * {
	width: 50%;
}

.form-table {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.form-table th,
.form-table td {
	position: relative;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap: break-word;
}

.form-table .caption {
	margin-top: 5px;
}

.form-table .sticker {
	display: inline-block;
	width: 3em;
	margin-right: .5em;
	padding: 3px 0;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	background-color: var(--base-gold);
	
}
.form-table .sticker-ok {
	background-color: #000;
}
.form-table .sticker-noactive {
	opacity: 0;
}
.form-table th em {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: middle;
	font-style: normal;
}
.form-table + div {
	font-size: 14px;
}

@media screen and (min-width: 1101px) {
	.form-table tr:not(:nth-child(1)) th,
	.form-table tr:not(:nth-child(1)) td {
		border-top: 1px dotted #fff;
	}
	.form-table th {
		width: 35%;
		padding: 20px;
		line-height: 1.2;
		text-align: left;
	}
	.form-table td {
		padding: 20px 20px 20px 0;
	}
}
@media screen and (max-width: 1100px) {
	.submitset > *:not(form),
	.submitset form * {
		margin: 0 10px;
		font-size: 16px;
	}
	.form-table tr:not(:nth-child(1)) th {
		border-top: 1px dotted #fff;
	}
	.form-table th,
	.form-table td {
		display: block;
	}
	.form-table th {
		padding: 10px 20px;
		font-size: 14px;
		text-align: left;
	}
	.form-table th em {
		opacity: .6;
	}
	.form-table td {
		padding: 0 20px 10px 20px;
	}
}
@media screen and (max-width: 600px) {
	.radioset {
		width: calc( 100% - 20px );
	}
	.form-flex {
		flex-direction: column;
	}
	.form-flex--2column > * {
		width: calc( 100% - 20px );
	}
}

.thanks-wrapper {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #fff;
}
.thanks-wrapper table {
	margin-bottom: 20px;
	border: 1px solid #c5c5c5;
}
.thanks-wrapper table th,
.thanks-wrapper table td {
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap: break-word;
}
.thanks-wrapper table th {
	width: 200px;
	text-align: left;
}

@media screen and (min-width: 769px) {
	.thanks-wrapper table th,
	.thanks-wrapper table td {
		padding: 10px;
		border-top: 1px solid #c5c5c5;
	}
}
@media screen and (max-width: 768px) {
	.thanks-wrapper table th,
	.thanks-wrapper table td {
		display: block;
		width: 100%;
	}
	.thanks-wrapper table tr:not(:nth-child(1)) th {
		border-top: 1px dotted #c5c5c5;
	}
	.thanks-wrapper table th {
		padding: 10px;
		font-size: 14px;
		opacity: .6;
	}
	.thanks-wrapper table td {
		padding: 0 10px 10px 10px;
	}
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

/*---------------------------------------------------------*/

/*---------------------------------------------------------*/