@charset "utf-8";

body.on:before {
	content: "";
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 1;
}

::before {
font-family: "Font Awesome 6 Free";
font-weight: 600;
}
.italic {
	font-style: italic;
}

.pc {display: none !important;}
.sp {display: block!important;}

.br {display: block!important;}
.br2 {display: none !important;}

/**/
/*上*/
.view-up {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: .5s;
	transition-delay:0.5s;
}
.view-scale {
	opacity: 0;
	transform: scale(0);
	transition: .3s;
	transition-delay:0.3s;
}
.view-scale2 {
	opacity: 0;
	transform: scale(0);
	transition: .4s;
	transition-delay:0.4s;
}
.view-scale3 {
	opacity: 0;
	transform: scale(0);
	transition: .5s;
	transition-delay:0.5s;
}
.view-scale4 {
	opacity: 0;
	transform: scale(0);
	transition: .6s;
	transition-delay:0.6s;
}
.mv-scale {
	opacity: 1.0;
	transform: scale(1.0);
}

.mv-up {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*左*/
.view-left {
	opacity: 0;
	transform: translate(-60px,0); 
	-webkit-transform: translate(-60px,0); 
	transition: .5s;
	transition-delay:0.5s;
}
.view-left2 {
	opacity: 0;
	transform: translate(-60px,0); 
	-webkit-transform: translate(-60px,0); 
	transition: .7s;
	transition-delay:0.7s;
}
.view-left3 {
	opacity: 0;
	transform: translate(-60px,0); 
	-webkit-transform: translate(-60px,0); 
	transition: .9s;
	transition-delay:0.9s;
}

.mv-left {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.mv-fade {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
}

.view-under {
	position: relative;
}
.view-under:before {
	content:"";
	width: 0;
	transition: .8s;
	background: var(--white);
	position: absolute;
	bottom: 0;
	height: 3px;
}
.mv-under:before {
	width: 100%;
	transition: .8s;
}

#entryform .view-under:before {
	background: var(--black);
}

/**/
/*+++++++++++++++
root
++++++++++++++++*/

:root {

--full: clamp(93vw, 90vw, 100vw);

--small: clamp(93vw, 40vw, 100vw);

	
/*color*/

--white:#fff;

--black:#222;

--pink:#e52382;

--purple:#ff67b1;
	
/*font-weight*/

--wght-500:500;

--wght-600:600;
	
/*fontsize*/

--font-mc:clamp(0.7rem, 3vw, 0.8rem);

--font-em:clamp(0.8rem, 3vw, 0.9rem);

--font-h6:clamp(0.9rem, 3vw, 1rem);

--font-h5:clamp(1.0rem, 3vw, 1.2rem);

--font-h4: clamp(1.1rem, 3vw, 1.5rem);

--font-h3: clamp(1.4rem, 3vw, 2rem);

--font-h2: clamp(1.4rem, 3vw, 3rem);

--font-h1:clamp(2rem, 5vw, 5rem);	
	
/*line height*/
--lh-lg:3.3;
--lh-md:2.5;
--lh-sm:1.8;
--lh-mc:1.1;
}
.inner {max-width: var(--full);}
.m-auto {margin: auto;}

/*margin*/
.mb-10 {margin-bottom: clamp(5px, 1vw, 10px);}
.mb-20 {margin-bottom: clamp(10px, 10vw, 20px);}
.mb-30 {margin-bottom: clamp(15px, 10vw, 30px);}
.mb-50 {margin-bottom: clamp(20px, 3vw, 50px);}
.mb-80 {margin-bottom: clamp(40px, 10vw, 80px);}
.mb-150 {margin-bottom:clamp(80px, 10vw, 150px);}	

.mb-c-30 {margin:clamp(20px, 10vw, 30px); text-align: center;}

/*font-size*/
.h1-title {font-size: var(--font-h1) !important;}
.h2-title {font-size: var(--font-h2) !important;}
.h3-title {font-size: var(--font-h3) !important;}
.h4-title {font-size: var(--font-h4);}
.h5-title {font-size: var(--font-h5) !important;}
.h6-title {font-size: var(--font-h6) !important;}
.em-title {font-size: var(--font-em) !important;}
.mc-title {font-size: var(--font-mc) !important;}

/*font-weight*/
.wght-500 {font-weight: var(--wght-500);}
.wght-600 {font-weight: var(--wght-600);}

/*color*/
.black {color: var(--black) !important;}
.white {color: var(--white) !important;}
.pink {color: var(--pink) !important;}

/*lineheight*/
.lh-sm {line-height: var(--lh-sm);}
.lh-md {line-height: var(--lh-md);}


.center {
	text-align: center;
	display: block;
	margin: auto;
}

header {display: none;}

.sr {margin: 0 !important;}
.mc_audition footer {
	background:none;
	padding:20px
}

.mc_audition p {
	color: #fff;
	font-weight: var(--wght-600);
	font-size: var(--font-h4);
	line-height: var(--lh-sm);
	letter-spacing: 0;
}
section .h1-title,
section .h2-title {
	letter-spacing: 0;
}
.mc_audition table {
    margin: 50px auto 0;
    background: #020f1d;
    border-bottom: 2px solid var(--white);
    border-collapse: collapse;
}
.mc_audition table,
.mc_audition tbody,
.mc_audition tr,
.mc_audition th,
.mc_audition td {
	display:block;
}
.mc_audition tr {
	
}
.mc_audition th {
	padding: 15px 30px;
	font-size: var(--font-h5);
	color: var(
	--white);
	font-weight: var(
	--wght-600);
	letter-spacing: 1px;
	border: 2px solid var(
	--white);
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border-bottom: none;
}
.mc_audition td {
	padding: 12px 20px;
	border: 2px solid var(--white);
	border-bottom: none;
	text-align: center;
	background: #292f36;
}

/*column*/
.block-columns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
	/* border-bottom: 10px solid var(--pink); */
	position: relative;
}
.block-columns:before {
	content:"";
	position: absolute;
	background: var(--pink);
	height: 3px;
	bottom: 0;
	width: 100%;
}


section .h1-title {
	padding:0 0 10px;
	letter-spacing: 0;
	/* border-bottom:3px solid var(--white); */
	max-width:max-content;
}

/*+++++++++++++++++++
about
++++++++++++++++++++*/
#about {
	padding: 50px 0 6rem;
	position: relative;
	z-index: 1;
}
#about .h1-title {
	border: none;
}
#about .main{
	border: none;
	margin: 2rem auto 0;
	line-height: inherit;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	max-width: max-content;
	color: #111;
	padding: 10px 10px 15px;
	/* text-decoration: underline; */
	/* transform:rotate(-3deg); */
	box-sizing: border-box;
}
#about:before {
	content:"";
}
#about:after {
	content:"";
}
/*+++++++++++++++++++
description
++++++++++++++++++++*/
#description {
	position: relative;
	padding: 0 0 30px;
	z-index: 0;
}
#description:before {
	content:"";
	background: #56156c;
	width: 200vw;
	height: 180vh;
	position: absolute;
	transform: rotate(-6deg);
	left: -5rem;
	top: -8rem;
	z-index: 0;
}
#description .h3-title {
	max-width: max-content;
	margin: 0 auto 30px;
	padding: 8px 80px 12px;
	position: relative;
	/* color: var(--white); */
}
#description .h3-title div {
	position:relative;
}
#description .h3-title:before {
	content:"";
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	transform: skewX(-20deg);
	position: absolute;
	max-width: 100%;
	height: 58px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

/*+++++++++++++++++++
entryform
++++++++++++++++++++*/
.postedbox {
    border: 2px solid var(--black);
    padding: 20px;
    box-sizing: border-box;
    max-width: 90%;
    margin: auto;
    position: relative;
}
.postedbox:before {
	content: "";
	color: var(--white);
	text-align: center;
	border: 1px solid var(--black);
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	margin: 0;
	bottom: 3px;
	right: 3px;
}
.postedbox dl{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	font-size: var(--font-h5);
	line-height: var(--lh-sm);
	align-items: center;
	gap: 0;
}
.postedbox dt{
	text-align: center;
}
.postedbox dd{
	border-top: 2px solid var(--black);
	padding: 15px 0 0;
	margin: 10px 0 0;
	text-align: left;
	font-size: var(--font-h6);
	letter-spacing: 0;
}

#entryform {
	padding: 0 0 5rem;
	z-index: inherit;
	/* background: var(--white); */
	position: relative;
}
#entryform .h1-title {
	border-color:var(--black);
}
#entryform .inner {
	max-width: 100%;
	height: auto;
	padding: 3rem 1rem;
	box-sizing: border-box;
	position: relative;
	z-index: inherit;
	background: var(--white);
}
#entryform .inner:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	box-sizing: border-box;
	bottom: 0;
	outline: none;
	z-index: -1;
	outline: 1px solid #333;
	outline-offset: -5px;
}
#entryform .block-column a {
	background: var(--pink);
	display: block;
	padding: 10px 10px 15px;
	border: 3px solid var(--pink);
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	color: var(--white);
	position: relative;
	text-align: center;
	border-bottom: none;
}

#entryform .block-column a:before {
	display: none;
	content:"\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.7rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: var(--pink);
	border-radius: 100px;
	border: 10px solid var(--white);
	color: var(--white);
	margin: 0 auto -3rem;
	transition: .3s;
	text-align: center;
	left: 0;
	right: 0;
}
#entryform .block-column a:hover:before {
	transition: .3s;
	transform:scale(1.3);
	background:var(--black);
}
#entryform .block-column a.active {
	border-radius: 10px 10px 0 0;
	color: var(--pink);
	position: relative;
	text-align: center;
	transition: .3s;
	background: var(--white);
}
#entryform .block-column a.active:before {
	content:"\f068";
	background: var(--black);
}

#entryform .block-column a .h2-title {
font-size: var(--font-h4) !important;
}
.contentbox {
}
.tab-content {
	border: 3px solid var(--pink);
	border-radius: 0 0 10px;
	padding: 5rem 20px 3rem;
	margin: 0 auto 0;
	border-top: none;
	display: none;
	background: var(--white);
}
.tab-content.active {
	display: block;
}

/*郵送*/
.posted {
	background: url("../images/line.webp") repeat;
	padding: 30px 0;
}
.posted dl{
	margin: 0 0 1.5rem;
	display: grid;
	align-items: center;
	gap: 10px;
	grid-template-columns: 8% 90%;
}
.posted dl:last-child {
	margin:0;
}
.posted dt{
	border: 2px solid var(--black);
	width: 25px;
	height: 25px;
	position: relative;
}
.posted dt i{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	font-size: 1.5rem;
	color: var(--pink);
	opacity: 0.5;
}
.posted dd{
	font-size: var(--font-h5);
	font-weight: var(--wght-600);
	letter-spacing: 1px;
}
/*+++++++++++++++++++
schedule
++++++++++++++++++++*/
#schedule {
	padding: 0 0 35px;
}
#schedule .inner {
	max-width: var(--small);
}
.flow {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	margin: 50px auto 0;
	gap: 40px;
	position: relative;
	z-index: 1;
}
.flow dl {
	color:var(--white);
	text-align:center;
	padding: 20px 20px 40px;
	position: relative;
	box-sizing: border-box;
}
.flow dl:before {
	content:"\f054";
	font-size: var(--font-h3);
	position: absolute;
	right: 0;
	top: inherit;
	bottom: -12.5rem;
	margin: auto;
	display: flex;
	align-items: center;
	transform: rotate(90deg);
	left: 0;
}
.flow dl:last-child:before {
	display: none;
}
.flow dl:after {
	content: "";
	color: var(--white);
	text-align: center;
	border: 2px solid var(--white);
	padding: 20px;
	box-sizing: border-box;
	transform: skewX(-15deg);
	width: 80%;
	position: absolute;
	height: 90%;
	left: 0;
	background: #020f1d;
	top: 0;
	z-index: -1;
	right: 0;
	margin: auto;
}
.flow dt {
	font-size: var(--font-h2);
	letter-spacing: 2px;
	margin: auto;
	font-weight: var(--wght-600);
}
.flow dd {
    font-size: var(--font-h5);
    font-weight: var(--wght-500);
}
/*+++++++++++++++++++
tokuten
++++++++++++++++++++*/
#tokuten {
	position: relative;
	padding: 50px 0 0;
	counter-reset: number 0;
	z-index: 0;
}
#tokuten:before {
	content:"";
	background: #56156c;
	width: 200vw;
	height: 100vh;
	position: absolute;
	transform: rotate(-8deg);
	left: -10rem;
	top: -6rem;
	z-index: -1;
}
#tokuten .inner {
	max-width: 90%;
}
#tokuten ol.flip {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 20px;
	list-style-type: none;
}
#tokuten ol.flip li{
	background: var(--white);
	border-radius: 10px;
	height: auto;
	box-sizing: border-box;
	/* overflow: hidden; */
	position: relative;
	margin: 50px auto 0;
	width: 95%;
}
::marker {
	list-style-type: none;
	opacity: 0;
}
#tokuten ol.flip li:nth-child(even) {
	margin: 50px auto 0;
}
#tokuten ol.flip li:before {
	counter-increment: number 1;
	content: "0" counter(number) " ";
	font-family: "Outfit", sans-serif;
	position: absolute;
	font-size: var(--font-h1);
	top: 0;
	left: 0;
	right: 0;
	margin: -1.5rem auto;
	letter-spacing: -1px;
	max-width: max-content;
	z-index: 1;
	/* font-style: italic; */
	color: #020f1d;
	transform: skewX(-15deg);
	padding: 0 25px 5px 20px;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
#tokuten ol.flip li a {
	position: relative;
	/* padding: 0 0 100px; */
	box-sizing: border-box;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: inherit;
	outline: none;
	cursor: unset;
}

#tokuten ol.flip li a:before {
	display: none;
	content: "\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: #56156c;
	border-radius: 100px;
	border: 6px solid var(--white);
	color: var(--white);
	margin: -1rem;
	transition: .3s;
	text-align: center;
}
#tokuten ol.flip li a figure {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
#tokuten ol.flip li:nth-child(1) a figure img, #tokuten ol.flip li:nth-child(2) a figure img{
	width: 80%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 50px 0 0;
}
#tokuten li a > div {
	padding: 30px;
	box-sizing: border-box;
}
#tokuten .h6-title {
	letter-spacing: 1px;
	line-height: 1.8;
	color: #333;
}

/*+++++++++++++++++++
footer
++++++++++++++++++++*/
.mc_audition .hm_button{
	display: block;
	max-width: max-content;
	margin: auto;
	color: var(--white);
	padding: 20px 80px 22px;
	font-size: var(--font-em);
	letter-spacing: 1px;
	position: relative;
	opacity: 0.5;
	box-sizing: border-box;
}
.mc_audition .hm_button:before {
    content: "";
    color: var(--white);
    text-align: center;
    border: 2px solid var(--white);
    padding: 30px;
    box-sizing: border-box;
    transform: skewX(-15deg);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: #020f1d;
    top: 0;
    z-index: -1;
}
.mc_audition footer .hm_button i{
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

/*+++++++++++++++++++
contact
++++++++++++++++++++*/
#contact fieldset {display: none;}
#contact p{
	color: var(--black);
	font-size: inherit;
	line-height: var(--lh-sm);
}
#contact .e_txt {
	margin:0 0 20px;
}

.under {text-decoration:underline;}


#contact span *,
#contact .wpcf7-list-item-label{
	font-size: inherit;
	display: flex;
	/* max-width: 400px; */
	margin: 0;
	width: auto;
	align-items: center;
	color: inherit;
}
#contact .wpcf7-list-item input {
	margin:0 10px 0 0;
	width: 25px;
	height: 25px;
}
#contact .wpcf7-list-item input[type="checkbox"]:checked + span {
	color:#fff;
}
#contact .wpcf7-list-item input[type="checkbox"].privacy:checked + span {
	color:var(--black);
}
#contact p.required {
	background:var(--pink);
	color: var(--white);
	padding: 0px 10px;
	border-radius: 2px;
	font-size: var(--font-em);
}

.vinline {
    color: var(--black);
    padding: 40px 15px;
    display: block;
    background: var(--white);
    position: fixed;
    max-width: max-content;
    border-radius: 5px;
    font-size: var(--font-h6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    max-width: 90%;
    height: 70vh;
    overflow-y: scroll;
    z-index: 1000;
}
#vinline.active {
	display: block;
}	
.vinline span, .vinline label {width: 100% !important;left: 0 !important;}


#contact article {
	border-bottom: 1px dashed #eee;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#contact article dl{
	gap: 3%;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}
#contact article dt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5px;
}
#contact article dd span {
	font-size:inherit;
	font-weight: 500;
}
#contact article .wpcf7-radio {
	display: block;
	align-items: center;
	/* font-size: var(--font-h5); */
	margin: 0;
}
#contact article .wpcf7-radio > span {
	margin: 0 0 15px;
}
#contact article .wpcf7-radio  input[type="radio"] {
	width: 25px;
	height: 25px;
}
#contact article .wpcf7-radio *{
	display: flex;
	width: auto;
	align-items: center;
	gap: 5px;
	margin: 0;
}
#contact article .wpcf7-radio label {
	/* display:flex; */
}
#contact .wpcf7-file {
	border: none;
	background: #f7f7f7;
}
#contact input,#contact textarea{
	border: 1px solid var(--black);
	/* border: none; */
	padding: 15px 18px;
	width: 100%;
	box-sizing: border-box;
	/* border-radius: 5px; */
	font-size: var(
	--font-h6);
	display: block;
	margin: 0;
	max-width: 100%;
}
#contact .age p:first-child {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 5px;
}
#contact .age input {
    width: 100px;
}

span.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    margin: 0 !important;
}


.vbox p{
	font-weight: var(--wght-300);
	color: #333 !important;
	font-size: var(--font-h6) !important;
}
.vbox .h6-title *{
	font-weight:var(--wght-600);
	color: var(--black) !important;
}

#vinline {
    /* display: none; */
    border: 1px solid #333;
    overflow-y: scroll;
    height: 500px;
	padding: 30px;
}
.vbox-inline {
    position: fixed;
    width: 100% !important;
    height: 80vh;
    top: -3rem;
    z-index: 101;
    border-radius: 5px;
    background: #fff;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    padding: 30px 20px 50px !important;
}
.vbox-inline > div.vbox {overflow-y: scroll;height: 90%;}
.vbox-inline p {
	text-align:left;
	font-size: inherit;
	color: var(--black);
	font-weight: inherit;
	font-size: var(--font-em) !important;
}
.close {
	border: 1px solid #333;
	border-radius: 100px;
	text-align: center;
	max-width: max-content;
	margin: auto;
	cursor: pointer;
	padding: 10px 50px 10px;
	font-size: var(--font-em);
	text-align: center;
	background: none;
	display: block;
}

span.wpcf7-acceptance label {
	position:relative;
	max-width: 360px;
	display: block;
	overflow: hidden;
	margin: 0 auto 60px;
}
span[data-name="acceptance"] .wpcf7-acceptance .wpcf7-list-item-label{
	background: #ccc;
	display: block;
	padding: 10px 40px 10px 50px;
	box-sizing: border-box;
	max-width: 100%;
	display: flex;
	margin: auto;
	color: var(--white);
	border-radius: 5px;
	text-align: center;
	font-weight: var(--wght-600);
	cursor: pointer;
	justify-content: center;
	align-items: center;
	font-size: var(--font-h6) !important;
}
span[data-name="acceptance"] .wpcf7-acceptance label.active {
	background: var(--pink);
}
span[data-name="acceptance"] .wpcf7-acceptance label span {
	font-size:inherit;
	font-size: var(--font-h5);
	letter-spacing: 0;
}
span[data-name="acceptance"] .wpcf7-acceptance input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 20px 0 0;
	position: absolute;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto !important;
}

span[data-name="acceptance"] .wpcf7-acceptance input[type="checkbox"]:checked + span {
	background: var(--pink);
}


#contact input[type="submit"] {
	background: var(--pink);
	color: var(--white);
	border: none;
	font-size: var( --font-h4);
	font-weight: var(--wght-600);
	max-width: 500px;
	margin: auto;
	border-radius: 6px;
}
#contact input[type="submit"]:disabled {
	background:#ccc;
}
.vbox-inline .h4-title p {
	font-size: var(--font-h5) !important;
}

#vbox-item {
    color: var(--black);
    padding: 10px 50px;
    display: block;
    text-align: center;
    background: #eee;
    max-width: max-content;
    border-radius: 5px;
    font-size: var(--font-h6);
    border: 1px solid var(--black);
    /* border-bottom: 3px solid var(--black); */
}
.mc_audition {
	background:#020f1d;
	overflow-x: hidden;
}

.careful {
	margin: 20px 0 0;
	background: #fff4fa;
	padding: 30px;
}
.careful p {
	font-weight:var(--whgt-500) !important;
}
.careful .block-list {
	
}
.careful .block-list li{
	position: relative;
	padding: 0 0 0 15px;
}
.careful .block-list li p {
	letter-spacing:0;
	font-size: var(--font-em) !important;var(
	--font-em) !important: ;
}
.careful .block-list li:before{
	content:"";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 100px;
	top: 10px;
	left: 0;
}

/*+++++++++++
thanks
++++++++++++*/
#thanks {
	padding: 10rem 0;
}
.mc_audition #thanks .hm_button {
	font-size:var(--font-h6);
	line-height:var(--lh-sm);
	padding: 20px 30px 22px;
}

@media screen and (min-width: 600px) {


.mc_audition table {max-width: max-content;}


/*column*/
.block-columns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	/* border-bottom: 10px solid var(--pink); */
	position: relative;
}
.block-columns:before {
}


section .h1-title {
	padding:0 0 10px;
	/* border-bottom:3px solid var(--white); */
	max-width:max-content;
}

/*+++++++++++++++++++
about
++++++++++++++++++++*/
#about {
}
#about .h1-title {
	border: none;
}
#about .main{
	border: none;
	margin: 2rem auto 0;
	line-height: inherit;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	max-width: max-content;
	color: #111;
	padding: 10px 50px 15px;
	/* text-decoration: underline; */
	/* transform:rotate(-3deg); */
}
#about:before {
	content:"";
}
#about:after {
	content:"";
}
/*+++++++++++++++++++
description
++++++++++++++++++++*/
#description {padding: 0 0 100px;}
#description:before {
	width: 150vw;
	height: 180vh;
	left: -10rem;
	top: -12rem;
}

/*+++++++++++++++++++
entryform
++++++++++++++++++++*/
.postedbox {
    padding: 30px 30px;
    max-width: 90%;
}
.postedbox:before {
	content: "";
	color: var(--white);
	text-align: center;
	border: 1px solid var(--black);
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	margin: 0;
	bottom: 3px;
	right: 3px;
}
.postedbox dl{
}
.postedbox dt{
}
.postedbox dd{
}

#entryform {background: none;}
#entryform .h1-title {
	border-color:var(--black);
}
#entryform .inner {padding: 3rem 3rem;max-width: 90%;background: var(--white);}
#entryform .inner:before {
}
#entryform .block-column a {padding: 20px 10px 22px;}
#entryform .block-column a:before {
	display: none;
	content:"\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.7rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: var(--pink);
	border-radius: 100px;
	border: 10px solid var(--white);
	color: var(--white);
	margin: 0 auto -3rem;
	transition: .3s;
	text-align: center;
	left: 0;
	right: 0;
}
#entryform .block-column a:hover:before {
	transition: .3s;
	transform:scale(1.3);
	background:var(--black);
}
#entryform .block-column a.active {
}
#entryform .block-column a.active:before {
	content:"\f068";
	background: var(--black);
}

.tab-content {padding: 5rem 50px 3rem;}


/*郵送*/

.posted dl:last-child {
	margin:0;
}

/*+++++++++++++++++++
schedule
++++++++++++++++++++*/

#schedule .inner {
	max-width: var(--small);
}

.flow dl:before {bottom: -26rem;}
.flow dl:last-child:before {
	display: none;
}
.flow dl:after {width: 50%;}

/*+++++++++++++++++++
tokuten
++++++++++++++++++++*/

#tokuten:before {
	width: 150vw;
	height: 100vh;
	top: -10rem;
}

#tokuten ol.flip {grid-template-columns: repeat(2,1fr);}
#tokuten ol.flip li{
	margin: 0 0 50px;
}
#tokuten ol.flip li:nth-child(even) {
	margin:50px 0 0
}
#tokuten ol.flip li:before {font-size: var(--font-h2);margin: -1.2rem auto;}
#tokuten ol.flip li a {
}

#tokuten ol.flip li a:before {
	display: none;
	content: "\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: #56156c;
	border-radius: 100px;
	border: 6px solid var(--white);
	color: var(--white);
	margin: -1rem;
	transition: .3s;
	text-align: center;
}

/*+++++++++++++++++++
footer
++++++++++++++++++++*/
.mc_audition footer .hm_button{
}
.mc_audition footer .hm_button:before {
}
.mc_audition footer .hm_button i{
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

/*+++++++++++++++++++
contact
++++++++++++++++++++*/
#contact fieldset {display: none;}
#contact p{
}
#contact .e_txt {
	margin:0 0 20px;
}
#contact span *,
#contact .wpcf7-list-item-label{
}
#contact .wpcf7-list-item input {
}
#contact p.required {
	background:var(--pink);
	color: var(--white);
	padding: 0px 10px;
	border-radius: 2px;
}

.venobox_wca {
    color: var(--black);
    padding: 10px 50px;
    display: block;
    text-align: center;
    background: #eee;
    max-width: max-content;
    border-radius: 5px;
    font-size: var(--font-h6);
    border: 1px solid var(--black);
    /* border-bottom: 3px solid var(--black); */
}

#contact article {
	padding: 0 0 30px;
	margin: 0 0 30px;
}

#contact article dt{
}

#contact article .wpcf7-radio {
	display:flex;
	align-items: center;
	/* font-size: var(--font-h5); */
	margin: 0;
}
#contact article .wpcf7-radio > span {
	margin: 0 20px 0 0;
}
#contact article .wpcf7-radio  input[type="radio"] {
	width: 25px;
	height: 25px;
}
#contact article .wpcf7-radio *{
	display: flex;
	width: auto;
	align-items: center;
	gap: 5px;
}
#contact article .wpcf7-radio label {
	/* display:flex; */
}
#contact .wpcf7-file {
	border: none;
	background: #f7f7f7;
}
#contact input,#contact textarea{margin: 0;max-width: 100%;}
#vinline {
}
.vbox-inline {
    position: fixed;
    width: 900px !important;
    height: 80vh;
    top: 0;
    z-index: 101;
    border-radius: 5px;
    background: #fff;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    padding: 40px 50px 50px !important;
}
.vbox-inline > div.vbox {overflow-y: scroll;height: 90%;}
.vbox-inline p {
	text-align:left;
	font-size: inherit;
	color: var(--black);
	font-weight: inherit;
}


span[data-name="acceptance"] .wpcf7-acceptance label.active {
	background: var(--pink);
}


#contact input[type="submit"] {padding: 20px 20px 22px;}
}

@media screen and (min-width: 1024px) {

.br {display: none!important;}
.br2 {display: block !important;}	

	
.pc {display: block !important;}
.sp {display: none !important;}	
	
header {display: none;}

section .h1-title,
section .h2-title,
.mc_audition p {
	letter-spacing: 1px;
}
.mc_audition footer {
}

.mc_audition p {
}

.mc_audition table,
.mc_audition tbody,
.mc_audition tr,
.mc_audition th,
.mc_audition td {
	display: revert;
}
	
.mc_audition table {
    margin: 50px auto 0;
    border-bottom: none;
}
.mc_audition tr {
	
}
.mc_audition th {
	font-size: 1.3vw;
	border-bottom: 2px solid var( --white);
	width: 13rem;
}
.mc_audition td {
	padding: 15px 30px;
	border: 2px solid var(--white);
	background: none;
}

/*column*/
.block-columns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	/* border-bottom: 10px solid var(--pink); */
	position: relative;
}
.block-columns:before {
}


section .h1-title {
	padding:0 0 10px;
	/* border-bottom:3px solid var(--white); */
	max-width:max-content;
}

/*+++++++++++++++++++
about
++++++++++++++++++++*/
#about {
	padding: 100px 0 20rem;
}
#about .h1-title {
	border: none;
}
#about .main{
	border: none;
	margin: 2rem auto 0;
	line-height: inherit;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	max-width: max-content;
	color: #111;
	padding: 10px 50px 15px;
	/* text-decoration: underline; */
	/* transform:rotate(-3deg); */
}
#about:before {
	content:"";
}
#about:after {
	content:"";
}
/*+++++++++++++++++++
description
++++++++++++++++++++*/
#description {
}
#description:before {
	content:"";
	background: #56156c;
	width: 150vw;
	height: 180vh;
	position: absolute;
	transform: rotate(-6deg);
	left: -10rem;
	top: -12rem;
}
#description .h3-title {
	padding: 10px 80px 12px;
}
#description .h3-title:before {
	content:"";
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	transform: skewX(-20deg);
	position: absolute;
	max-width: 350px;
	height: 80px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	top: -0.5rem;
}

/*+++++++++++++++++++
entryform
++++++++++++++++++++*/
.postedbox {
    max-width: 100%;
}
.postedbox:before {
	content: "";
	color: var(--white);
	text-align: center;
	border: 1px solid var(--black);
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	margin: 0;
	bottom: 3px;
	right: 3px;
}
.postedbox dl{
	grid-template-columns: 25% 75%;
}
.postedbox dt{
	text-align: center;
}
.postedbox dd{
	border-left: 2px solid var(--black);
	padding: 0 0 0 2rem;
	border-top: none;
	text-align: left;
	font-size: inherit;
	letter-spacing: 1px;
}

#entryform {
	padding: 0 0 8rem;
	background: none;
}
#entryform .h1-title {
	border-color:var(--black);
}
#entryform .inner {
	max-width: 80%;
	padding: 7rem 2rem 2rem;
}
#entryform .inner:before {
	content:"";
}
#entryform .block-column a {padding: 30px 10px 32px;}
#entryform .block-column a:before {
	display: none;
	content:"\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.7rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: var(--pink);
	border-radius: 100px;
	border: 10px solid var(--white);
	color: var(--white);
	margin: 0 auto -3rem;
	transition: .3s;
	text-align: center;
	left: 0;
	right: 0;
}
#entryform .block-column a:hover:before {
	transition: .3s;
	transform:scale(1.3);
	background:var(--black);
}
#entryform .block-column a.active {
}
#entryform .block-column a.active:before {
	content:"\f068";
	background: var(--black);
}

.tab-content {padding: 5rem 80px 3rem;}

/*郵送*/
.posted {
}
.posted dl{
	margin: 0 0 1.5rem;
	display: flex;
	align-items: center;
	gap: 20px;
}
.posted dl:last-child {
	margin:0;
}
.posted dt{
	border: 2px solid var(--black);
	width: 30px;
	height: 30px;
	position: relative;
}
.posted dt i{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	font-size: 1.5rem;
	color: var(--pink);
	opacity: 0.5;
}
.posted dd{
	font-size: var(--font-h4);
	font-weight: var(--wght-600);
	letter-spacing: 1px;
}
/*+++++++++++++++++++
schedule
++++++++++++++++++++*/
#schedule {
}
#schedule .inner {
	max-width: var(--small);
}
.flow {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 100px auto 0;
	gap: 40px;
}
.flow dl {
	padding: 40px 30px 50px;
}
.flow dl:before {transform: rotate(0deg);bottom: 0;right: -2rem;left: inherit;top: 0;}
.flow dl:last-child:before {
	display: none;
}
.flow dl:after {
	width: 90%;
}
.flow dt {
	margin: 0 auto 10px;
}
.flow dd {
}
/*+++++++++++++++++++
tokuten
++++++++++++++++++++*/
#tokuten {
}
#tokuten:before {
}
#tokuten .inner {
}
#tokuten ol.flip {
}
#tokuten ol.flip li{
}
#tokuten ol.flip li:nth-child(even) {
	margin:50px 0 0
}
#tokuten ol.flip li:before {
}
#tokuten ol.flip li a {
}

#tokuten ol.flip li a:before {
	display: none;
	content: "\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: #56156c;
	border-radius: 100px;
	border: 6px solid var(--white);
	color: var(--white);
	margin: -1rem;
	transition: .3s;
	text-align: center;
}
#tokuten ol.flip li a figure {
}
#tokuten ol.flip li:nth-child(1) a figure img, #tokuten ol.flip li:nth-child(2) a figure img{
}
#tokuten li a > div {
}
#tokuten .h6-title {
}

/*+++++++++++++++++++
footer
++++++++++++++++++++*/
.mc_audition footer .hm_button{
}
.mc_audition footer .hm_button:before {
}
.mc_audition footer .hm_button i{
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

/*+++++++++++++++++++
contact
++++++++++++++++++++*/
.under:hover {text-decoration:none;}
#contact fieldset {display: none;}
#contact p{}
#contact .e_txt {
	margin:0 0 20px;
}
#contact span *,
#contact .wpcf7-list-item-label{
}
#contact .wpcf7-list-item input {
}
#contact p.required {
	background:var(--pink);
	color: var(--white);
	padding: 0px 10px;
	border-radius: 2px;
}

.venobox_wca {
    color: var(--black);
    padding: 10px 50px;
    display: block;
    text-align: center;
    background: #eee;
    max-width: max-content;
    border-radius: 5px;
    font-size: var(--font-h6);
    border: 1px solid var(--black);
    /* border-bottom: 3px solid var(--black); */
}

#contact article {
}
#contact article dl{
}
#contact article dt{
}

#contact article .wpcf7-radio {
	display:flex;
	align-items: center;
	/* font-size: var(--font-h5); */
	margin: 0;
}
#contact article .wpcf7-radio > span {
	margin: 0 20px 0 0;
}
#contact article .wpcf7-radio  input[type="radio"] {
	width: 25px;
	height: 25px;
}
#contact article .wpcf7-radio *{
	display: flex;
	width: auto;
	align-items: center;
	gap: 5px;
}
#contact article .wpcf7-radio label {
	/* display:flex; */
}
#contact .wpcf7-file {
	border: none;
	background: #f7f7f7;
}
#contact input,#contact textarea{
}
#vinline {max-width: 1000px;}
.vbox-inline {
    position: fixed;
    width: 900px !important;
    height: 80vh;
    top: 0;
    z-index: 101;
    border-radius: 5px;
    background: #fff;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    padding: 40px 50px 50px !important;
}
.vbox-inline > div.vbox {overflow-y: scroll;height: 90%;}
.vbox-inline p {
	text-align:left;
	font-size: inherit;
	color: var(--black);
	font-weight: inherit;
	font-size: var(--font-h6) !important;
}
.vbox-inline > div.vbox .close {
}

span.wpcf7-acceptance label {
}

span[data-name="acceptance"] .wpcf7-acceptance label.active {
	background: var(--pink);
}

#contact input[type="submit"] {
	border: none;
	font-size: var( --font-h4);
	font-weight: var(--wght-600);
	max-width: 640px;
	margin: auto;
	border-radius: 6px;
}
}

@media screen and (min-width: 1500px) {
header {display: none;}

.mc_audition footer {
}

.mc_audition p {
	font-size: 1.5vw;
}

.mc_audition th {
}
.mc_audition td {
}

/*column*/
.block-columns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	/* border-bottom: 10px solid var(--pink); */
	position: relative;
}
.block-columns:before {
	content:"";
	position: absolute;
	background: var(--pink);
	height: 7px;
	bottom: 0;
	width: 100%;
}


section .h1-title {
	padding:0 0 10px;
	/* border-bottom:3px solid var(--white); */
	max-width:max-content;
}

/*+++++++++++++++++++
about
++++++++++++++++++++*/
#about {
}
#about .h1-title {
	border: none;
}
#about .main{
	border: none;
	margin: 2rem auto 0;
	line-height: inherit;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	max-width: max-content;
	color: #111;
	padding: 10px 50px 15px;
	/* text-decoration: underline; */
	/* transform:rotate(-3deg); */
}
#about:before {
	content:"";
}
#about:after {
	content:"";
}
/*+++++++++++++++++++
description
++++++++++++++++++++*/
#description {
}
#description:before {
	content:"";
	background: #56156c;
	width: 150vw;
	height: 180vh;
	position: absolute;
	transform: rotate(-6deg);
	left: -10rem;
	top: -12rem;
}
#description .h3-title {
}
#description .h3-title:before {
}

/*+++++++++++++++++++
entryform
++++++++++++++++++++*/
#entryform .block-column a .h2-title {
	font-size: var(--font-h2) !important;
}	
.postedbox {
    max-width: 800px;
}
.postedbox:before {
	content: "";
	color: var(--white);
	text-align: center;
	border: 1px solid var(--black);
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
	margin: 0;
	bottom: 3px;
	right: 3px;
}
.postedbox dl{
	display: grid;
	grid-template-columns: 30% 68%;
	justify-content: space-between;
	font-size: var(--font-h5);
	line-height: var(--lh-sm);
	align-items: center;
	gap: 0;
}
.postedbox dt{
	text-align: center;
}
.postedbox dd{
}

#entryform {
	padding:0 0 10rem;
}
#entryform .h1-title {
	border-color:var(--black);
}
#entryform .inner {
	max-width: 1400px;
	background: var(--white);
	height: auto;
	padding: 7rem 5rem;
	box-sizing: border-box;
	position: relative;
}
#entryform .inner:before {
	
	/*outlineでドットの線を追加*/
	/*outline-offsetの値を-15pxにして内側に調整*/
}
#entryform .block-column a {
	background: var(--pink);
	display: block;
	padding: 50px;
	border: 5px solid var(--pink);
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	color: var(--white);
	position: relative;
	text-align: center;
	border-bottom: none;
}
#entryform .block-column a:before {
	display: none;
	content:"\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2.7rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: var(--pink);
	border-radius: 100px;
	border: 10px solid var(--white);
	color: var(--white);
	margin: 0 auto -3rem;
	transition: .3s;
	text-align: center;
	left: 0;
	right: 0;
}
#entryform .block-column a:hover:before {
	transition: .3s;
	transform:scale(1.3);
	background:var(--black);
}
#entryform .block-column a.active {
	display: block;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	color: var(--pink);
	position: relative;
	text-align: center;
	transition: .3s;
	background: var(--white);
}
#entryform .block-column a.active:before {
	content:"\f068";
	background: var(--black);
}

#entryform .block-column a:hover {

}
.contentbox {

}
.tab-content {
	border: 5px solid var(--pink);
	border-radius: 10px;
	padding: 8rem 80px 3rem;
	margin: -30px auto 0;
	border-top: none;
	display: none;
}
.tab-content.active {
	display: block;
}

/*郵送*/
.posted {
	padding: 30px 20px;
}
.posted dl{
	margin: 0 0 1.5rem;
	display: flex;
	align-items: center;
	gap: 20px;
}
.posted dl:last-child {
	margin:0;
}
.posted dt{
	border: 2px solid var(--black);
	width: 30px;
	height: 30px;
	position: relative;
}
.posted dt i{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	font-size: 1.5rem;
	color: var(--pink);
	opacity: 0.5;
}
.posted dd{
	font-size: var(--font-h4);
	font-weight: var(--wght-600);
	letter-spacing: 1px;
}
/*+++++++++++++++++++
schedule
++++++++++++++++++++*/
#schedule {
}
#schedule .inner {
	max-width: 1400px;
}
.flow {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 100px auto 0;
	gap: 40px;
}
.flow dl {
}
.flow dl:before {
	content:"\f054";
	font-size: var(--font-h3);
	position: absolute;
	right: -1.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	left: inherit;
}
.flow dl:last-child:before {
	display: none;
}
.flow dl:after {
	content: "";
	color: var(--white);
	text-align: center;
	border: 2px solid var(--white);
	padding: 30px;
	box-sizing: border-box;
	transform: skewX(-15deg);
	width: 95%;
	position: absolute;
	height: 100%;
	left: 0;
	background: #020f1d;
	top: 0;
	z-index: -1;
}
.flow dt {
}
.flow dd {
}
/*+++++++++++++++++++
tokuten
++++++++++++++++++++*/
#tokuten {
	position: relative;
	padding: 150px 0 10rem;
	counter-reset: number 0;
}
#tokuten:before {
}
#tokuten .inner {
	max-width: 1600px;
}
#tokuten ol.flip {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 40px;
}
#tokuten ol.flip li{
}
#tokuten ol.flip li:nth-child(even) {
	margin:50px 0 0
}
#tokuten ol.flip li:before {
	counter-increment: number 1;
	content: "0" counter(number) " ";
	font-family: "Outfit", sans-serif;
	position: absolute;
	font-size: var(--font-h2);
	top: 0;
	left: 0;
	right: 0;
	margin: -3rem auto;
	letter-spacing: -1px;
	max-width: max-content;
	z-index: 1;
	/* font-style: italic; */
	color: #020f1d;
	transform: skewX(-15deg);
	padding: 0 25px 5px 20px;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
#tokuten ol.flip li a {
}

#tokuten ol.flip li a:before {
	display: none;
	content: "\2b";
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.8rem;
	width: 60px;
	height: 60px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background: #56156c;
	border-radius: 100px;
	border: 6px solid var(--white);
	color: var(--white);
	margin: -1rem;
	transition: .3s;
	text-align: center;
}
#tokuten ol.flip li a figure {
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#tokuten ol.flip li:nth-child(1) a figure img, #tokuten ol.flip li:nth-child(2) a figure img{
	width: 300px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 50px 0 0;
}
#tokuten li a > div {
	padding: 30px;
	box-sizing: border-box;
}
#tokuten .h6-title {
	letter-spacing: 1px;
	line-height: 1.8;
}

/*+++++++++++++++++++
footer
++++++++++++++++++++*/
.mc_audition footer .hm_button{
}
.mc_audition footer .hm_button:before {
}
.mc_audition footer .hm_button i{
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

/*+++++++++++++++++++
contact
++++++++++++++++++++*/
#contact fieldset {display: none;}

#contact .e_txt {
	margin:0 0 20px;
}

#contact p.required {
	background:var(--pink);
	color: var(--white);
	padding: 0px 10px;
	border-radius: 2px;
}

#contact article {
}
#contact article dl{
	grid-template-columns: 35% 63%;
}
#contact article dt{
}

#contact article .wpcf7-radio {
	display:flex;
	align-items: center;
	/* font-size: var(--font-h5); */
	margin: 0;
}
#contact article .wpcf7-radio > span {
	margin: 0 20px 0 0;
}
#contact article .wpcf7-radio  input[type="radio"] {
	width: 25px;
	height: 25px;
}
#contact article .wpcf7-radio *{
	display: flex;
	width: auto;
	align-items: center;
	gap: 5px;
}
#contact article .wpcf7-radio label {
	/* display:flex; */
}
#contact .wpcf7-file {
	border: none;
	background: #f7f7f7;
}
#contact input,#contact textarea{
}
#vinline {padding: 50px;}

.vbox-inline {
    position: fixed;
    width: 900px !important;
    height: 80vh;
    top: 0;
    z-index: 101;
    border-radius: 5px;
    background: #fff;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    padding: 40px 50px 50px !important;
}
.vbox-inline > div.vbox {overflow-y: scroll;height: 90%;}
.vbox-inline p {
	text-align:left;
	font-size: inherit;
	color: var(--black);
	font-weight: inherit;
}

.vbox-inline > div.vbox .close {
}

span.wpcf7-acceptance label {
}
span[data-name="acceptance"] .wpcf7-acceptance .wpcf7-list-item-label{
	align-items: center;
}
span[data-name="acceptance"] .wpcf7-acceptance label.active {
	background: var(--pink);
}


#contact input[type="submit"] {
}
}