@charset "utf-8";

@font-face {
	font-family: "Makinas";
	src: url(/assets/font/Makinas-4-Flat.otf) format("opentype");
}

/*----------------------------------------------------
 elements
----------------------------------------------------*/

html {
	font-size: 14px;
	
}

body {
	background: #fff;
	color: #333;
	font-family:  'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.en-fonts {
	font-family: 'Nova Mono', monospace;
}

div {
	box-sizing: border-box;
}

img{
	vertical-align:top;
	max-width: 100%;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus, *:focus {
	outline:none;
}

a:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a:visited {
	color: #212121;
}

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.post, .page {
	margin: 0;
}


.center {
	text-align: center;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.clear {
	clear:both;
	height: 0;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li > ul, li > ol {
	margin-left: 0;
}

ul li {
	list-style: none;
}

dl {
	margin: 0;
}

dt {
	font-weight: 500;
}

dd {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------
 .inner
----------------------------------------------------*/
.inner {
	max-width: 1000px;
	margin: 0 auto;
}

/*----------------------------------------------------
 Component
----------------------------------------------------*/

.component_head {
	margin: 0 0 4rem;
}

.component_head h2 {
	font-size: 2.285rem;
	font-weight: 500;
	color: #d0d0d0;
}

main .component_text_box {
	width: 100%;
	max-width: 584px;
	text-align: center;
	border-radius: 16px;
	margin: 0 auto 4rem;
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 500;
	color: #777777;
	position: relative;
	padding: 8px 0;
	border-radius: 16px;
	background: rgb(252,189,191);
	background: -moz-linear-gradient(315deg, rgba(252,189,191,1) 0%, rgba(255,226,204,1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(252,189,191,1) 0%, rgba(255,226,204,1) 100%);
	background: linear-gradient(315deg, rgba(252,189,191,1) 0%, rgba(255,226,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcbdbf",endColorstr="#ffe2cc",GradientType=1);
}

main .component_text_box .inner_box {
	position: relative;
	background: #f9f7f5;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	margin: 0 8px;
	padding: 3.2rem 4rem 1rem;
	border-radius: 8px;
}

main .component_text_box p {
	margin: 0 0 2.2rem;
}

/*----------------------------------------------------
 Floating
----------------------------------------------------*/

#floating_schedule {
	width: 288px;
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 1;
}

#floating_schedule a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 74px;
	border-radius: 40px;
	color: #fff;
	background: linear-gradient(314deg, #a46cda, #e77680, #d6b71f, #55c9a9, #35b9cb, #5685cf);
	background-size: 1200% 1200%;
	-webkit-animation: AnimationName 15s ease infinite;
	-moz-animation: AnimationName 15s ease infinite;
	-o-animation: AnimationName 15s ease infinite;
	animation: AnimationName 15s ease infinite;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

@-webkit-keyframes AnimationName {
	0%{background-position:0% 7%}
	50%{background-position:100% 94%}
	100%{background-position:0% 7%}
}

@-moz-keyframes AnimationName {
	0%{background-position:0% 7%}
	50%{background-position:100% 94%}
	100%{background-position:0% 7%}
}

@-o-keyframes AnimationName {
	0%{background-position:0% 7%}
	50%{background-position:100% 94%}
	100%{background-position:0% 7%}
}

@keyframes AnimationName {
	0%{background-position:0% 7%}
	50%{background-position:100% 94%}
	100%{background-position:0% 7%}
}

#floating_schedule .floating_schedule_image {
	
}

#floating_schedule .floating_schedule_text {
	padding: 0 0 0 .6rem;
	position: relative;
}

#floating_schedule .floating_schedule_text .en_text {
	font-family: 'Nova Mono', monospace;
	font-size: 1.57rem;
	font-weight: 400;
	text-align: center;
}

#floating_schedule .floating_schedule_text .ja_text {
	font-size: .78rem;
}

#floating_schedule .floating_schedule_text .arrow {
	position: absolute;
	right: 1.2rem;
	bottom: 0.2rem;
}

#floating_schedule .close_bt {
	position: absolute;
	right: 2.1rem;
	top: -11px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#floating_schedule .close_bt:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

#floating_sns {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
	width: 30px;
	left: 2.4rem;
}

#floating_sns .inner {
	max-width: 1300px;
}

#floating_sns li {
	margin: 0 0 2rem;
}

#floating_sns li:last-child img {
	width: 23px;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/

#header {
	padding: 2.14rem 0;
}

#header .inner {
	position: relative;
	max-width: 1920px;
	width: calc(100% - 4.28rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

#header .header_logo {
	width: 100%;
	max-width: 190px;
	padding: .5rem 0 0 .5rem;
}

#header .header_nav {
	margin: 1.3rem 4.5rem 0 0;
}

#header .header_nav ul {
	display: flex;
}

#header .header_nav ul li {
	font-weight: 700;
	letter-spacing: 1.6px;
}

#header .header_nav ul li a {
	display: block;
	white-space: nowrap;
}

#header .header_nav ul li:nth-child(1) a {
	margin: 0 2.8rem 0 0;
	padding: 0 0 .8rem;
}

#header .header_nav ul li:nth-child(1) a.active {
	border-bottom: 2px solid #fc9fa5;
}

#header .header_nav ul li:nth-child(2) a {
	margin: 0 2.8rem 0 0;
	padding: 0 0 .8rem;
}

#header .header_nav ul li:nth-child(2) a.active {
	border-bottom: 2px solid #8ad587;
}

#header .header_nav ul li:nth-child(3) a {
	margin: 0 2.8rem 0 0;
	padding: 0 0 .8rem;
}

#header .header_nav ul li:nth-child(3) a.active {
	border-bottom: 2px solid #b995d7;
}

#header .header_nav ul li:nth-child(4) a {
	margin: 0 2.8rem 0 0;
	padding: 0 0 .8rem;
}

#header .header_nav ul li:nth-child(4) a.active {
	border-bottom: 2px solid #f0c055;
}


#header .header_nav ul li:nth-child(5) a {
	margin: 0 2rem 0 0;
	padding: 0 0 .8rem;
}

#header .header_nav ul li:nth-child(5) a.active {
	border-bottom: 2px solid #8bd2db;
}

/*----------------------------------------------------
 SP menu
----------------------------------------------------*/

#sp_menu {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 110;
}

#sp_menu .inner {
	max-width: 1200px;
}

#sp_menu.open {
	display: block;
	animation-name: fade-in;
	animation-duration: .5s;
}

.overlay {
	content: "";
	display: none;
	width: 0;
	height: 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.overlay.open {
	width: 100%;
	height: 100%;
	display: block;
	animation-name: fade-in;
	animation-duration: .5s;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}

.menu-trigger {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	width: 39px;
	height: 31px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
	right: 2.5rem;
	top: 3.2rem;
	z-index: 10;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #000000;
	border-radius: 4px;
	transition: all .5s;
}

.menu-trigger:hover span:nth-of-type(2),.menu-trigger:hover span:nth-of-type(3) {
	width: 100%;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
	left: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
	left: 0;
	width: 80%;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 4px;
	left: 0;
	width: 60%;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-15px) rotate(45deg);
	width: 100%;
	bottom: 1px;
}

#sp_menu .menu_flex {
	width: 100%;
}

#sp_menu .menu_flex .image {
	width: 32%;
	height: 588px;
	margin: 0 0 0 0;
	position: absolute;
	top: 2rem;
	left: 10%;
}

#sp_menu .menu_flex .image .obj {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

#sp_menu .menu_flex .image .obj img {
	width: 100%;
	object-fit: cover;
}

#sp_menu .menu_flex .image .catch_copy {
	font-family: 'Nova Mono', monospace;
	font-size: 14px;
	line-height: 1.8;
	position: absolute;
	bottom: 8rem;
	left: -2rem;
}

#sp_menu .menu_flex .menu_info {
	width: 46%;
	margin: 2.5rem 0 0 53%;
}

#sp_menu .menu_flex .menu_info .logo {
	margin: 0 0 4rem;
	width: 100%;
	max-width: 264px;
}

#sp_menu .menu_flex .menu_info .nav_flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.5rem;
}

#sp_menu .menu_flex .menu_info .big_nav {
	width: 31.5%;
}

#sp_menu .menu_flex .menu_info .big_nav li {
	margin: 0 0 2.5rem;
}

#sp_menu .menu_flex .menu_info .big_nav li:nth-child(1) {
	padding: 0 0 0 0;
	margin: 0 0 2.5rem;
}

#sp_menu .menu_flex .menu_info .big_nav li:nth-child(2) {
	padding: 0 0 0 0;
}

#sp_menu .menu_flex .menu_info .big_nav li:nth-child(3) {
	padding: 0 0 0 0;
	margin: 0 0 2.8rem;
}

#sp_menu .menu_flex .menu_info .big_nav li:nth-child(4) {
	padding: 0 0 0 0;
	margin: 0 0 2.6rem;
}

#sp_menu .menu_flex .menu_info .big_nav li:nth-child(5) {
	padding: 0 0 0 0;
}

#sp_menu .menu_flex .menu_info .small_nav {
	width: 30%;
}

#sp_menu .menu_flex .menu_info .small_nav li {
	font-size: 1rem;
	margin: 0 0 1.8rem;
}


#sp_menu .menu_flex .menu_info .sns_nav {
	width: 38.5%;
}

#sp_menu .menu_flex .menu_info .sns_nav li {
	margin: 0 0 2.6rem;
}

#sp_menu .menu_flex .menu_info .sns_nav li:last-child img {
	width: 23px;
}

#sp_menu .menu_flex .menu_info .nav_contact_bt a {
	width: 65%;
	position: relative;
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 1.2rem 0;
	margin: 0 0 4rem;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #f0b195;
	background: -moz-linear-gradient(left, #f0b195 0%, #f1a899 47%, #f29a9d 100%);
	background: -webkit-linear-gradient(left, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	background: linear-gradient(to right, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 );
}

#sp_menu .menu_flex .menu_info .nav_contact_bt a:before {
	content: '';
	width: 1.57rem;
	height: 1.1rem;
	background: url('/assets/img/common/mail_icon.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
}

/*----------------------------------------------------
 share Area
----------------------------------------------------*/

#share_area {
	padding: 8rem 0 9rem;
	position: relative;
	overflow: hidden;
}

.form #share_area {
	padding: 14.5rem 0 9rem;
}

.event-details #share_area {
	padding: 10rem 0 9rem;
}

.event-individual #share_area {
	padding: 11.3rem 0 9rem;
}

.model #share_area {
	padding: 11.1rem 0 9rem;
}

.schedule-individual #share_area {
	padding: 11rem 0 9rem;
}

.schedule #share_area {
	padding: 14rem 0 8.5rem;
}

.kojinl-details #share_area {
	padding: 12.5rem 0 9rem;
}

.solo #share_area {
	padding: 10.5rem 0 9rem;
}

.kiyaku #share_area {
	padding: 10.5rem 0 9rem;
}

.concept #share_area {
	padding: 9rem 0 9rem;
}

.biginner #share_area {
	padding: 4rem 0 9rem;
}

#share_area .bg01 {
	position: absolute;
	left: -7rem;
	bottom: -2rem;
	z-index: -1;
}

#share_area .bg02 {
	position: absolute;
	right: -3rem;
	bottom: -1rem;
	z-index: -1;
}

#share_area .bg03 {
	position: absolute;
	left: -7rem;
	bottom: -2rem;
	z-index: -1;
}

#share_area .bg04 {
	position: absolute;
	right: -7rem;
	bottom: -2rem;
	z-index: -1;
}

#share_area .bg05 {
	position: absolute;
	left: -7rem;
	bottom: -2rem;
	z-index: -1;
}

#share_area .bg06 {
	position: absolute;
	left: -7rem;
	bottom: -2rem;
	z-index: -1;
}

#share_area .bg07 {
	position: absolute;
	right: -15rem;
	top: 3.8rem;
	z-index: -1;
}

#share_area .bg08 {
	position: absolute;
	right: -15rem;
	top: 1.8rem;
	z-index: -1;
}

#share_area .share_flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#share_area .share_flex .title_area {
	margin: 0 6.4rem 0 0;
}

#share_area .share_flex .title_area .en_title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.28rem;
}

#share_area .share_flex .title_area .ja_title {
	font-size: 1rem;
}

#share_area ul {
	display: flex;
	justify-content: center;
}

#share_area ul li {
	margin: 0 .9rem;
}

#share_area ul li img {
	width: 58px;
	height: 58px;
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/

#footer {
	position: relative;
	background: url('/assets/img/bg/footer_bg.jpg') no-repeat;
	background-size: cover;
	padding: 4.6rem 0 2.5rem;
}

#footer #page-top {
	position: absolute;
	top: -1.71rem;
	right: 3.5rem;
}

#footer #page-top a {
	display: block;
}

#footer .footer_logo {
	text-align: center;
	margin: 0 0 3.5rem;
}

#footer .footer_logo .logo {
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 219px;
}

#footer .footer_logo p {
	font-size: 0.85rem;
	line-height: 1.8;
	font-weight: 500;
	color: #333;
}

#footer .footer_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 0 1.8rem;
}

#footer .footer_info .footer_tw {
	width: 50%;
	max-width: 424px;
}

#footer .footer_info .footer_bt a {
	width: 100%;
	max-width: 334px;
	position: relative;
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 1.2rem 0;
	margin: 0 0 4rem;
	color: #fff;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	background: #f0b195; /* Old browsers */
	background: -moz-linear-gradient(left,  #f0b195 0%, #f1a899 47%, #f29a9d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f0b195 0%,#f1a899 47%,#f29a9d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f0b195 0%,#f1a899 47%,#f29a9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 ); /* IE6-9 */
}

#footer .footer_info .footer_bt a:before {
	content: '';
	width: 1.57rem;
	height: 1.1rem;
	background: url('/assets/img/common/mail_icon.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
}

#footer .footer_info .footer_right {
	width: 39%;
}

#footer .footer_info .footer_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer .footer_info .footer_nav .big_nav {
	width: 46%;
	padding: 0 0 0 2rem;
	box-sizing: border-box;
}

#footer .footer_info .footer_nav .big_nav li {
	margin: 0 0 1.95rem;
}

#footer .footer_info .footer_nav .small_nav {
	width: 52%;
	box-sizing: border-box;
}

#footer .footer_info .footer_nav .small_nav li {
	font-size: 1rem;
	margin: 0 0 1.3rem;
}

#footer .copy {
	text-align: center;
	font-size: 0.8rem;
	font-weight: 700;
}

/*----------------------------------------------------
 main_visual
----------------------------------------------------*/

#main_visual {
	position: relative;
	padding: 2rem 0 9rem;
	margin: 0 0 7rem;
	overflow: hidden;
}

#main_visual .bg01 {
	position: absolute;
	right: -8rem;
	top: 0;
	z-index: -1;
}

#main_visual .bg02 {
	position: absolute;
	right: -2rem;
	top: 24rem;
	z-index: -1;
}

#main_visual span.scroll_line {
	position: absolute;
	width: 1px;
	height: 100px;
	bottom: 0;
	background: #222728;
	left: 50%;
	overflow: hidden;
}

#main_visual span.scroll_line:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 0;
	left: 0;
	animation: scroll 2s infinite normal;
}

@keyframes scroll {
	0%{
		height: 10px;
		top: -10px;
	}
	100%{
		height: 100px;
		top: 100px;
	}
}

#main_visual .inner {
	max-width: 1100px;
	width: calc(100% - 5.6rem);
}

#main_visual .slider_flex {
	display: flex;
}

#main_visual .slider_flex .visual {
	width: 66%;
	margin: 0 4% 0 0;
	max-width: 750px;
	position: relative;
}

#main_visual .slider_flex .visual:after {
	content: '';
	width: 87.5%;
	height: 97%;
	background: linear-gradient(304deg, #ffa99f, #69d9b7, #b889df, #e1d860);
	background-size: 800% 800%;
	-webkit-animation: AnimationName 35s ease infinite;
	-moz-animation: AnimationName 35s ease infinite;
	-o-animation: AnimationName 35s ease infinite;
	animation: AnimationName 35s ease infinite;
	position: absolute;
	right: -16.5%;
	bottom: -9%;
	z-index: -1;
}

@-webkit-keyframes AnimationName {
	0%{background-position:0% 10%}
	50%{background-position:100% 91%}
	100%{background-position:0% 10%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 10%}
	50%{background-position:100% 91%}
	100%{background-position:0% 10%}
}
@-o-keyframes AnimationName {
	0%{background-position:0% 10%}
	50%{background-position:100% 91%}
	100%{background-position:0% 10%}
}
@keyframes AnimationName {
	0%{background-position:0% 10%}
	50%{background-position:100% 91%}
	100%{background-position:0% 10%}
}

#main_visual .slider_flex .visual .prev_nav {
	position: absolute;
	top: 47%;
	left: -1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

#main_visual .slider_flex .visual .prev_nav img {
	height: 46px;
	width: 46px;
}

#main_visual .slider_flex .visual .next_nav {
	position: absolute;
	top: 47%;
	right: -1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}

#main_visual .slider_flex .visual .next_nav img {
	height: 46px;
	width: 46px;
}

#main_visual .slider_flex .main_text {
	width: 30%;
	position: relative;
}

#main_visual .slider_flex .main_text .en_text {
	font-family: 'Nova Mono', monospace;
	font-size: 4.57rem;
	margin: 2.4rem 0 2rem 1.4rem;
	line-height: 1.23;
}

#main_visual .slider_flex .main_text .ja_text {
	font-size: 1.1rem;
	margin: -.4rem 0 0 1.7rem;
}

#main_visual .draggable {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.slide-dots {
	display: flex;
	margin: 1rem 0;
}

.slide-dots li {
	width: 2rem;
	margin: 0 .5rem 0 0;
	cursor: pointer;
}

.slide-dots li button {
	background: #cccccc;
	border: none;
	height: 2px;
	text-indent: -9999px;
	width: 100%;
	cursor: pointer;
}

.slide-dots li.slick-active button {
	background: #f0b195;
	background: -moz-linear-gradient(left, #f0b195 0%, #f1a899 47%, #f29a9d 100%);
	background: -webkit-linear-gradient(left, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	background: linear-gradient(to right, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 );
}

/*----------------------------------------------------
 model_slider_area
----------------------------------------------------*/

#model_slider_area {
	position: relative;
	padding: 0 0 7.4rem;
	overflow: hidden;
}

#model_slider_area .bg01 {
	position: absolute;
	right: 22rem;
	bottom: -4.5rem;
	z-index: -1;
}

#model_slider_area .head {
	padding: 3.5rem 2.8rem 4.6rem;
	text-align: center;
}

#model_slider_area .link a {
	position: relative;
	display: block;
	text-align: right;
	font-size: 1.07rem;
	padding: 0 2.3rem 0 0;
	z-index: 1;
	right: -3rem;
	top: -2.6rem;
	letter-spacing: 2px;
}

#model_slider_area .link a:after {
	content: '';
	width: 1.64rem;
	height: .42rem;
	background: url('/assets/img/common/mini_arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 32%;
}

#model_slider_area .models_slider {
	margin: -4rem 0 0;
}

#model_slider_area ul li.slick-slide {
	text-align: center;
	transform: scale(.80);
	transition: all 0.5s ease;
	position: relative;
	z-index: 0;
}

#model_slider_area ul li.slick-slide img {
	width: 100%;
}

#model_slider_area ul li.slick-current {
	transform: scale(1);
	position: relative;
	z-index: 1;
}

#model_slider_area ul li.slick-current img {
	box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
	margin: 0 0 5rem;
}

#model_slider_area ul li.slick-current + #model_slider_area ul li.slick-slide {

}

#model_slider_area ul li img {
	display: initial;
}

#model_slider_area .prev_nav {
	position: absolute;
	top: 38%;
	left: 31%;
	cursor: pointer;
	z-index: 2;
}

#model_slider_area .prev_nav img {
	width: 46px;
	height: 46px;
}

#model_slider_area .next_nav {
	position: absolute;
	top: 38%;
	right: 31%;
	cursor: pointer;
}

#model_slider_area .next_nav img {
	width: 46px;
	height: 46px;
}

/*----------------------------------------------------
 todays_event_area
----------------------------------------------------*/

#todays_event_area {
	position: relative;
	overflow: hidden;
	margin: -2rem 0 0;
}

#todays_event_area .bg01 {
	position: absolute;
	left: -12rem;
	top: 0;
	z-index: -1;
}

#todays_event_area .bg02 {
	position: absolute;
	right: 7rem;
	top: 32rem;
	z-index: -1;
}

#todays_event_area .bg03 {
	position: absolute;
	right: -9rem;
	top: 59rem;
	z-index: -1;
}

#todays_event_area .bg04 {
	position: absolute;
	left: -7rem;
	top: 123rem;
	z-index: -1;
}

#todays_event_area .bg05 {
	position: absolute;
	right: 2rem;
	top: 142rem;
	z-index: -1;
}

#todays_event_area .bg06 {
	position: absolute;
	right: -5rem;
	bottom: 0rem;
	z-index: -1;
}

#todays_event_area .bg07 {
	position: absolute;
	right: -7rem;
	top: 0rem;
	z-index: -1;
}

#todays_event_area .bg08 {
	position: absolute;
	right: 9rem;
	top: 37rem;
	z-index: -1;
}

#todays_event_area .bg09 {
	position: absolute;
	left: -5rem;
	top: 40rem;
	z-index: -1;
}

#todays_event_area .bg10 {
	position: absolute;
	left: -5rem;
	top: 78rem;
	z-index: -1;
}

#todays_event_area .section_head {
	margin: 0 0 3rem;
	text-align: center;
}

#todays_event_area .section_head .en-title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.57rem;
	margin: 0 0 .3rem;
}

#todays_event_area .section_head .ja-title {
	font-size: 1rem;
	margin: 0 0 3rem;
	font-weight: normal;
}

#todays_event_area .schecule_head {
	margin: 0 0 3rem -3.6rem;
	position: relative;
}

#todays_event_area .schecule_head .en-title {
	font-family: 'Nova Mono', monospace;
	font-size: 5.71rem;
}

#todays_event_area .schecule_head .ja-title {
	font-size: 1rem;
	margin: 0 0 4rem;
	font-weight: normal;
}

#todays_event_area .event_sort_flex {
	display: flex;
	align-items: flex-end;
	margin: 0 0 1rem;
}

#todays_event_area .event_sort_flex .prev_link {
	width: 25%;
}

#todays_event_area .event_sort_flex .prev_link a {
	display: block;
	position: relative;
	font-size: 1.28rem;
	padding: 0 0 0 4rem;
}

#todays_event_area .event_sort_flex .prev_link a:before {
	content: '';
	width: 38px;
	height: 38px;
	background: url('/assets/img/common/left-arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#todays_event_area .event_sort_flex .next_link {
	width: 25%;
	text-align: right;
}

#todays_event_area .event_sort_flex .next_link a {
	display: block;
	position: relative;
	font-size: 1.28rem;
	padding: 0 4rem 0 0;
}

#todays_event_area .event_sort_flex .next_link a:before {
	content: '';
	width: 38px;
	height: 38px;
	background: url('/assets/img/common/right-arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#todays_event_area .event_sort_flex .event_days {
	line-height: 1;
	width: 50%;
	text-align: center;
}

#todays_event_area .event_sort_flex .event_days .month {
	font-size: 3rem;
	font-weight: 300;
	vertical-align: top;
}

#todays_event_area .event_sort_flex .event_days .day {
	font-size: 7.2rem;
	font-weight: 100;
}

#todays_event_area .event_sort_flex .event_days .week {
	font-size: 1.42rem;
}

#todays_event_area .event_number {
	font-size: 1rem;
	margin: 0 0 2.4rem;
}

#todays_event_area .event_number span {
	font-size: 2.92rem;
	font-weight: 300;
	padding: 0 .5rem;
}

#todays_event_area .event_box .event_cat {
	font-size: 1.14rem;
	color: #777777;
	margin: 0 0 .3rem;
}


#todays_event_area .event_box .event_cat02 {
	font-size: 1.14rem;
	color: #777777;
	background: url('/assets/img/common/cat_icon02.svg') no-repeat;
	padding: 0 0 0 1.7rem;
	margin: 0 0 .8rem;
	background-position: 0 .3rem;
}


#todays_event_area .event_box .event_cat03 {
	font-size: 1.14rem;
	color: #777777;
	background: url('/assets/img/common/cat_icon03.svg') no-repeat;
	padding: 0 0 0 1.7rem;
	margin: 0 0 .8rem;
	background-position: 0 .2rem;
}

#todays_event_area .event_box .event_cat04 {
	font-size: 1.14rem;
	color: #777777;
	background: url('/assets/img/common/cat_icon04.svg') no-repeat;
	padding: 0 0 0 1.7rem;
	margin: 0 0 .8rem;
	background-position: 0 .5rem;
}

#todays_event_area .event_box .event_cat05 {
	font-size: 1.14rem;
	color: #777777;
	background: url('/assets/img/common/cat_icon05.svg') no-repeat;
	padding: 0 0 0 1.7rem;
	margin: 0 0 .8rem;
	background-position: .4rem .3rem;
}

#todays_event_area .evnet_head_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 2.4rem;
}

#todays_event_area .evnet_head_flex .event_name {
	font-size: 2.85rem;
	font-weight: 300;
	letter-spacing: 4px;
	margin: 0 0 1.4rem;
}

#todays_event_area .evnet_head_flex .event_tags {
	display: flex;
	flex-wrap: wrap;
}

#todays_event_area .evnet_head_flex .event_tags li a {
	display: block;
	font-size: 1rem;
	padding: .1rem 1.2rem;
	margin: 0 .7rem 1rem 0;
	border-radius: 30px;
	border: 1px solid #000;
	border-radius: 20px;
}

#todays_event_area .evnet_head_flex .limit {
	background: #ff9fa5;
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	line-height: 80px;
	width: 80px;
	height: 80px;
	font-size: .85rem;
}

#todays_event_area .evnet_head_flex .limit.pink {
	background: #fa9a9c;
}

#todays_event_area .evnet_head_flex .limit.green {
	background: #8ad587;
}

#todays_event_area .evnet_head_flex .limit.orange {
	background: #f7d27f;
}

#todays_event_area .evnet_head_flex .limit.blue {
	background: #86d2dc;
}

#todays_event_area .evnet_head_flex .limit.darkblue {
	background: #8bd2d8;
}

#todays_event_area .evnet_head_flex .limit.purple {
	background: #b995d7;
}

#todays_event_area .evnet_head_flex .limit span.number {
	font-size: 2rem;
	padding: 0 .2rem 0 0;
}

#todays_event_area .participation_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2.7rem;
}

#todays_event_area .participation_list ul li {
	width: 138px;
	height: auto;
	padding: 0 .5rem;
	box-sizing: border-box;
	position: relative;
	margin: 0 .4rem 1.1rem 0;
}

#todays_event_area .participation_list ul li.is-empty {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#todays_event_area .participation_list ul li a {
	padding: 4px 0;
	border-radius: 50%;
	box-shadow: none;
	width: 100%;
	height: auto;
	display: block;
}

#todays_event_area .participation_list ul li.new:after {
	content: 'new';
	background: #82b4dc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #82b4dc 0%, #7dbed5 50%, #77c9cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #82b4dc 0%,#7dbed5 50%,#77c9cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #82b4dc 0%,#7dbed5 50%,#77c9cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b4dc', endColorstr='#77c9cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	line-height: 45px;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0rem;
	left: 0rem;
}

#todays_event_area .participation_list ul li.birthday:before {
	content: url('/assets/img/common/birthday_icon.svg');
	background: rgb(160,87,230);
	background: -moz-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a057e6",endColorstr="#f86f9a",GradientType=1);
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 1;
	position: absolute;
	bottom: 0rem;
	right: 0rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

#todays_event_area .participation_list ul li.check a:before {
	position: absolute;
	content: "";
	width: calc(126px + 8px);
	height: calc(126px + 8px);
	border-radius: 50%;
	background: linear-gradient(to right, #b4ebe2 0, #a0b1da 50%, #fa9497 100%);
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#todays_event_area .participation_list ul li a figure {
	position: relative;
	width: 126px;
	height: 126px;
	max-height: 126px;
	border-radius: 50%;
	border: 4px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}

#todays_event_area .participation_list ul li a figure img {
	position: absolute;
	height: auto;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#todays_event_area .event_bt {
	width: 32%;
	margin: 0 auto 7.6rem
}

#todays_event_area .event_bt a {
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	padding: 2rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #f0b195;
	background: -moz-linear-gradient(left, #f0b195 0%, #f1a899 47%, #f29a9d 100%);
	background: -webkit-linear-gradient(left, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	background: linear-gradient(to right, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 );
}

/*----------------------------------------------------
 page schedule
----------------------------------------------------*/

.schedule #todays_event_area  {
	margin: 0 0 2.5rem;
}

.schedule #todays_event_area .schecule_head .inner {
	max-width: 1087px;
}

.schedule #todays_event_area .schecule_head {
	margin: .6rem 0 3.8rem 0;
	position: relative;
}

.schedule #todays_event_area .schecule_head .ja-title {
	letter-spacing: 4px;
	margin: 0;
}

.schedule #todays_event_area .event_sort_flex .event_days .month {
	font-size: 2.8rem;
}

.schedule #todays_event_area .event_sort_flex .event_days .day {
	font-size: 5.5rem;
}

.schedule #todays_event_area .event_sort_flex {
	margin: 0 0 1.8rem;
}

/*----------------------------------------------------
 schedule_area
----------------------------------------------------*/

#schedule_area {
	position: relative;
	margin: 0 0 4rem;
	padding: 5rem 0 0 0;
}

#schedule_area .bg01 {
	position: absolute;
	left: -5rem;
	top: -10.5rem;
	z-index: -1;
}

.schedule #schedule_area {
	margin: 0 0 .4rem;
	padding: 1rem 0 0 0;
}

.schedule #schedule_area:before {
	display: none;
}

#schedule_area .inner {
	position: relative;
	max-width: 1170px;
	width: calc(100% - 5.6rem);
}

#schedule_area .schedule_head {
	text-align: center;
}

#schedule_area .schedule_head .en-title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.57rem;
	margin: 0 0 .3rem;
}

#schedule_area .schedule_head .ja-title {
	font-size: 1rem;
	margin: 0 0 4rem;
}

#schedule_area .schedule_bottom {
	background: url('/assets/img/bg/index_schedule_bg.jpg') no-repeat;
	background-size: cover;
	padding: 5rem 0 5.3rem;
}

#schedule_area .schedule_bottom .prev_nav {
	position: absolute;
	left: 2.9rem;
	z-index: 1;
	top: 2.8rem;
	cursor: pointer;
}

#schedule_area .schedule_bottom .prev_nav img {
	width: 35px;
	height: 35px;
}

#schedule_area .schedule_bottom .next_nav {
	position: absolute;
	right: 2.9rem;
	z-index: 1;
	top: 2.8rem;
	cursor: pointer;
}

#schedule_area .schedule_bottom .next_nav img {
	width: 35px;
	height: 35px;
}

#schedule_area .schedule_bottom .head {
	font-family: 'Nova Mono', monospace;
	background: #fff;
	border-radius: 20px;
	margin: 0 0 .8rem;
	padding: 1rem 2rem;
	width: 100%;
	text-align: center;
	font-size: 1.71rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#schedule_area .schedule_bottom .scroll_area {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-height: 34rem;
}

#schedule_area .schedule_bottom .scroll_area::-webkit-scrollbar {
	display: none;
}

#schedule_area .schedule_bottom .scroll_area dl {
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	margin: 0 0 .5rem;
	padding: .4rem;
}

#schedule_area .schedule_bottom .scroll_area dl dt {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#schedule_area .schedule_bottom .scroll_area dl dt .blue {
	color: #2ca3bf;
}

#schedule_area .schedule_bottom .scroll_area dl dt .red {
	color: #d8404a;
}

#schedule_area .schedule_bottom .scroll_area dl dt span.day {
	font-family: 'Roboto', sans-serif;
	font-size: 2rem;
	padding: 0 2rem 0 0;
}

#schedule_area .schedule_bottom .scroll_area dl dt span.day.pickup {
	background: #d48bb7; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #d48bb7 0%, #af9dcb 50%, #83b1e3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #d48bb7 0%,#af9dcb 50%,#83b1e3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #d48bb7 0%,#af9dcb 50%,#83b1e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d48bb7', endColorstr='#83b1e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 50%;
	color: #fff;
	padding: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
	width: 54px;
	height: 54px;
	margin: 0 17px 0 15px;
}

#schedule_area .schedule_bottom .scroll_area dl dt span.week {
	font-size: 1.14rem;
	padding: 0 0 0 0;
}

#schedule_area .schedule_bottom .scroll_area dl dd {
	width: 85%;
}

#schedule_area .schedule_bottom .scroll_area dl dd ul {
	display: flex;
}

#schedule_area .schedule_bottom .scroll_area dl dd ul li {
	margin: 0 .2rem;
}


#schedule_area .schedule_bottom .head span {
	font-size: 4rem;
	padding: 0 1rem;
}

.event-details #schedule_area:before {
	display: none;
}

/*----------------------------------------------------
 concept_area
----------------------------------------------------*/

#concept_area {
	position: relative;
	padding: 9rem 0 15rem 0;
	overflow: hidden;
}

#concept_area .bg01 {
	position: absolute;
	left: -2rem;
	top: 2rem;
	z-index: -1;
}

#concept_area .bg02 {
	position: absolute;
	right: -9rem;
	bottom: .5rem;
	z-index: -1;
}

#concept_area .inner {
	position: relative;
	max-width: 1290px;
	width: calc(100% - 5.6rem);
}

#concept_area h2 {
	position: absolute;
	right: 5rem;
	top: -3.6rem;
	z-index: 1;
}

#concept_area .concept_image {
	position: relative;
}

#concept_area .concept_image:after {
	content: '';
	width: 100%;
	height: 80%;
	border: 6px solid #fff09b;
	position: absolute;
	left: .3rem;
	bottom: -1.5rem;
	z-index: -1;
}

#concept_area .concept_box {
	background: #fff;
	border-radius: 0 50px 0 0;
	position: absolute;
	left: 0;
	bottom: -16rem;
	z-index: 1;
	width: 38%;
	padding: 5rem 3rem 3rem 7rem;
	margin: 0 0 0 0;
}

#concept_area .concept_box h3 {
	margin: 0 0 2rem;
}

#concept_area .concept_box p {
	font-size: 1rem;
	line-height: 2.3;
}

/*----------------------------------------------------
 news_area
----------------------------------------------------*/

#news_area {
	position: relative;
	padding: 1rem 0 0;
	overflow: hidden;
}

#news_area .bg01 {
	position: absolute;
	left: -4rem;
	top: 13rem;
	z-index: -1;
}

#news_area .news_flex {
	display: flex;
}

#news_area .news_flex .title {
	width: 22%;
	margin: 0 0 0 7%;
}

#news_area .news_flex .title .en-title {
	font-family: 'Nova Mono', monospace;
	font-size: 4.85rem;
	line-height: 1;
	margin: 0 0 2.5rem;
}

#news_area .news_flex .title .link a {
	position: relative;
	font-size: 1.07rem;
	letter-spacing: 2px;
	margin: 0 0 0 .5rem;
	padding: 0 2.3rem 0 0;
}

#news_area .news_flex .title .link a:after {
	content: '';
	width: 1.64rem;
	height: .42rem;
	background: url('/assets/img/common/mini_arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 32%;
}

#news_area .news_flex .news_list {
	width: 60%;
	margin: 3rem 0 0 0;
}

#news_area .news_flex .news_list li {
	margin: 0 0 2rem;
	display: flex;
	align-items: baseline;
}

#news_area .news_flex .news_list li .head {
	display: flex;
	width: 33%;
}

#news_area .news_flex .news_list li .day {
	font-size: 1rem;
	color: #aaa;
	margin: 0 13% 0 0;
}

#news_area .news_flex .news_list li a.cat_link {
	display: block;
	font-size: 1rem;
	padding: .1rem 0;
	margin: 0 4% 0 0;
	border-radius: 30px;
	background: #ddd;
	text-align: center;
	color: #fff;
	width: 46%;
}

#news_area .news_flex .news_list li a.cat_link.event {
	background: #6bc993;
}

#news_area .news_flex .news_list li a.cat_link.model {
	background: #ed9a92;
}

#news_area .news_flex .news_list li a.cat_link.etc {
	background: #b67cc4;
}

#news_area .news_flex .news_list li a.cat_link.official {
	background: #72c5d9;
}

#news_area .news_flex .news_list li .cat_link {
	display: block;
	font-size: 1rem;
	padding: .1rem 0;
	margin: 0 4% 0 0;
	border-radius: 30px;
	background: #ddd;
	text-align: center;
	color: #fff;
	width: 46%;
}

#news_area .news_flex .news_list li .cat_link.event {
	background: #6bc993;
}

#news_area .news_flex .news_list li .cat_link.model {
	background: #ed9a92;
}

#news_area .news_flex .news_list li .cat_link.etc {
	background: #b67cc4;
}

#news_area .news_flex .news_list li .cat_link.official {
	background: #72c5d9;
}

#news_area .news_flex .news_list li a.post_link {
	width: 63%;
	display: block;
}

/*----------------------------------------------------
 recruitment_area
----------------------------------------------------*/

#recruitment_area {
	position: relative;
	padding: 2.7rem 0 13rem;
	overflow: hidden;
}

#recruitment_area .bg01 {
	position: absolute;
	right: -6rem;
	top: -3rem;
	z-index: -1;
}

#recruitment_area .bg02 {
	position: absolute;
	left: 20rem;
	bottom: 2rem;
	z-index: -1;
}

#recruitment_area .bg03 {
	position: absolute;
	right: -8rem;
	top: -4rem;
	z-index: -1;
}

#recruitment_area .bg04 {
	position: absolute;
	left: -8rem;
	bottom: 0rem;
	z-index: -1;
}

#recruitment_area .inner {
	max-width: 1290px;
	width: calc(100% - 5.6rem);
}

#recruitment_area .recruitment_flex {
	display: flex;
	
}

#recruitment_area .recruitment_flex .box {
	position: relative;
	width: 62%;
	margin: 0 -12% 0 0;
}

#recruitment_area .recruitment_flex .box h2 {
	margin: 0 0 1rem;
}

#recruitment_area .recruitment_flex .box h3 {
	font-size: 3rem;
	font-weight: 400;
	margin: 0 0 2.8rem;
}

#recruitment_area .recruitment_flex .box p {
	font-size: 1rem;
	line-height: 2.4;
	margin: 0 0 3rem;
}

#recruitment_area .recruitment_flex .box .link a {
	display: block;
	position: absolute;
	font-size: .92rem;
	text-align: right;
	padding: 0 2.8rem 0 0;
	right: 26rem;
	bottom: 3.8rem;
	z-index: 1;
}

#recruitment_area .recruitment_flex .box .link a:after {
	content: '';
	width: 2.42rem;
	height: .65rem;
	background: url('/assets/img/common/arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 16%;
}

#recruitment_area .recruitment_flex .image {
	position: relative;
	width: 63%;
	margin: 5.8rem 0 -6rem -13%;
	text-align: end;
}

.model-arhive #recruitment_area {
	padding: 8.7rem 0 12.7rem;
}

/*----------------------------------------------------
 graduated_area
----------------------------------------------------*/

#graduated_area {
	position: relative;
	padding: 2.7rem 0 15rem;
	overflow: hidden;
}

#graduated_area .bg01 {
/*
	position: absolute;
	right: -6rem;
	top: -3rem;
	z-index: -1;
*/
	position: absolute;
	right: -5rem;
	bottom: 8rem;
	z-index: -1;
}

#graduated_area .bg02 {
	display: none;
/*
	position: absolute;
	right: -5rem;
	bottom: 0;
	z-index: -1;
*/
}

#graduated_area .bg03 {
	position: absolute;
	right: -8rem;
	top: -4rem;
	z-index: -1;
}

#graduated_area .bg04 {
	position: absolute;
	left: -8rem;
	bottom: 0rem;
	z-index: -1;
}

#graduated_area .inner {
	max-width: 1290px;
	width: calc(100% - 5.6rem);
}

#graduated_area .recruitment_flex {
	display: flex;
	flex-direction: row-reverse;
}

#graduated_area .recruitment_flex .box {
	position: relative;
	width: 62%;
	margin: 0 0 0 -12%;
}

#graduated_area .recruitment_flex .box h2 {
	margin: 0 0 1rem;
}

#graduated_area .recruitment_flex .box h3 {
	font-size: 3rem;
	font-weight: 400;
	margin: 0 0 2.8rem;
}

#graduated_area .recruitment_flex .box p {
	font-size: 1rem;
	line-height: 2.4;
	margin: 0 0 3rem;
}

#graduated_area .recruitment_flex .box .link a {
	display: block;
	position: absolute;
	font-size: .92rem;
	text-align: right;
	padding: 0 2.8rem 0 0;
	right: 26rem;
	bottom: 3.8rem;
	z-index: 1;
}

#graduated_area .recruitment_flex .box .link a:after {
	content: '';
	width: 2.42rem;
	height: .65rem;
	background: url('/assets/img/common/arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 16%;
}

#graduated_area .recruitment_flex .image {
	position: relative;
	width: 63%;
	margin: 5.8rem -13% -6rem 0;
	text-align: start;
}

/*----------------------------------------------------
 press_area
----------------------------------------------------*/

#press_area {
	position: relative;
	padding: 0 0 2rem;
	overflow: hidden;
}

#press_area .bg01 {
	position: absolute;
	left: -4rem;
	top: 17rem;
	z-index: -1;
}

#press_area .bg02 {
	position: absolute;
	right: -5rem;
	top: 11rem;
	z-index: -1;
}

#press_area .head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 4rem;
}

#press_area .head .head_flex {
	margin: 0 0 0 -3rem;
}

#press_area .head .en-title {
	margin: 0 0 1.8rem;
}

#press_area .head .link a {
	position: relative;
	display: block;
	text-align: right;
	font-size: 1.07rem;
	letter-spacing: 2px;
	padding: 0 2.3rem 0 0;
}

#press_area .head .link a:after {
	content: '';
	width: 1.64rem;
	height: .42rem;
	background: url(/assets/img/common/mini_arrow.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 32%;
}

#press_area .press_list ul {
	display: flex;
	flex-wrap: wrap;
}

#press_area .press_list ul li {
	color: #fff;
	width: 23.5%;
	height: 326px;
	margin: 0 2% 1.6rem 0;
	position: relative;
	border-radius: 12px;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

#press_area .press_list ul li a:hover img {
	opacity: 1;
}

#press_area .press_list ul li .obj_img {
	background: #dedede;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}

#press_area .press_list ul li .obj_img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 70%) 100%);
}

#press_area .press_list ul li .obj_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#press_area .press_list ul li a {
	color: #fff;
	display: block;
	height: 100%;
}

#press_area .press_list ul li .press_post {
	position: absolute;
	bottom: 0;
	width: 90%;
	margin: 0 5% 4rem;
}

#press_area .press_list ul li .press_post .post_title {
	font-size: 1rem;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
}

#press_area .press_list ul li .press_post .info_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1rem;
}

#press_area .press_list ul li .press_post .info_flex a.cat_link {
	display: block;
	font-size: 1rem;
	padding: .1rem 2rem;
	border-radius: 30px;
	background: #ddd;
}

#press_area .press_list ul li .press_post .info_flex a.cat_link.event {
	background: #6bc993;
}

#press_area .press_list ul li .press_post .info_flex a.cat_link.model {
	background: #ed9a92;
}

#press_area .press_list ul li .press_post .info_flex a.cat_link.photo {
	background: #72c5d9;
}

#press_area .press_list ul li .press_post .info_flex .cat_link {
	display: block;
	font-size: 1rem;
	padding: .1rem 2rem;
	border-radius: 30px;
	background: #ddd;
}

#press_area .press_list ul li .press_post .info_flex .cat_link.event {
	background: #6bc993;
}

#press_area .press_list ul li .press_post .info_flex .cat_link.model {
	background: #ed9a92;
}

#press_area .press_list ul li .press_post .info_flex .cat_link.photo {
	background: #72c5d9;
}

#press_area .press_list ul li .press_post .info_flex .day {
	font-size: 1rem;
}

#press_area .press_list ul li .arrow {
	position: absolute;
	right: .6rem;
	bottom: -3.1rem;
	z-index: 1;
}

/*----------------------------------------------------
  gallery_area
----------------------------------------------------*/

#gallery_area {
	position: relative;
	margin: 0 0 7rem;
	overflow: hidden;
	padding: 1.4rem 0;
}

#gallery_area .bg01 {
	position: absolute;
	left: 8rem;
	top: 7rem;
	z-index: -1;
}

#gallery_area .bg02 {
	position: absolute;
	right: 25rem;
	top: 0rem;
	z-index: -1;
}

#gallery_area .bg03 {
	position: absolute;
	left: 16rem;
	bottom: 0;
	z-index: -1;
}

#gallery_area .inner {
	max-width: 1244px;
	width: calc(100% - 5.6rem);
}

#gallery_area ul li > div {
	margin: 0 1.0625rem 0 0;
}

#gallery_area h2 {
	z-index: 1;
	text-align: right;
	margin: 2rem 6.8rem 2rem 0;
}

#gallery_area .link {
	text-align: right;
	letter-spacing: 2px;
	margin: 3.8rem 8.7rem -3rem 0;
}

#gallery_area .link a {
	position: relative;
	font-size: 1.07rem;
	padding: 0 2.3rem 0 0;
}

#gallery_area .link a:after {
	content: '';
	width: 1.64rem;
	height: .42rem;
	background: url('/assets/img/common/mini_arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 32%;
}

#gallery_area .prev_nav {
	position: absolute;
	bottom: -6.2rem;
	left: 1.5rem;
	padding: 0 1rem;
	cursor: pointer;
}

#gallery_area .next_nav {
	position: absolute;
	bottom: -6.2rem;
	left: 6rem;
	padding: 0 1rem;
	cursor: pointer;
}

#gallery_area .slick-list {
	overflow: visible;
}

#gallery_area .gallery_top {
	margin: 0 0 1.0625rem;
}

/*----------------------------------------------------
  works_area
----------------------------------------------------*/

#works_area {
	position: relative;
	overflow: hidden;
}

#works_area .bg01 {
	position: absolute;
	left: -3rem;
	top: 2rem;
	z-index: -1;
}

#works_area .title_area {
	margin: 0 0 4rem 0;
	text-align: center;
}

#works_area .title_area .en_title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.57rem;
	margin: 0 0 .5rem;
}

#works_area .title_area .ja_title {
	font-size: 1rem;
}

#works_area .media_box ul {
	display: flex;
	flex-wrap: wrap;
}

#works_area .media_box ul li {
	width: 23.5%;
	margin: 0 2% 1.6rem 0;
	background: #fff;
}

#works_area .media_box ul li .image {
	margin: 0 0 1.2rem;
}

#works_area .media_box ul li p {
	line-height: 2;
}

/*----------------------------------------------------
  new_modelbanner_area
----------------------------------------------------*/

#new_modelbanner_area {
	position: relative;
	padding: 9rem 0 11rem;
	overflow: hidden;
}

#new_modelbanner_area .bg01 {
	position: absolute;
	right: -7rem;
	top: -4rem;
	z-index: -1;
}

#new_modelbanner_area .bg02 {
	position: absolute;
	left: -11rem;
	bottom: 0rem;
	z-index: -1;
}

#new_modelbanner_area .inner {
	max-width: 1290px;
	width: calc(100% - 5.6rem);
}

/*----------------------------------------------------
  banner_area
----------------------------------------------------*/

#banner_area {
	position: relative;
	overflow: hidden;
	padding: 0 0 6rem;
}

#banner_area .bg01 {
	position: absolute;
	left: 6rem;
	top: 20rem;
	z-index: -1;
}

#banner_area .bg02 {
	position: absolute;
	right: -12rem;
	bottom: 0rem;
	z-index: -1;
}

#banner_area .bn_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 0 1.2rem;
}

#banner_area .bn_flex .left {
	width: 49.2%;
}

#banner_area .bn_flex .right {
	width: 49.2%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#banner_area .bn_flex .right .guide_bn,
#banner_area .bn_flex .right .recruit_bn {
	width: 100%;
}

#banner_area .bn_flex .right .guide_bn a,
#banner_area .bn_flex .right .recruit_bn a {
	display: block;
}

#banner_area .bn_flex .right .top {
	margin: 0 0 1.08vw;
}

#banner_area .bn_flex .right .bottom {
	display: flex;
	justify-content: space-between;
}

#banner_area .bn_flex .right .bottom .youtube_bn {
	width: 49%;
}

#banner_area .bn_flex .right .bottom .channel_bn {
	width: 49%;
	text-align: right;
}

#banner_area .bn_bottom_flex {
	display: flex;
	justify-content: space-between;
}

#banner_area .bn_bottom_flex .left {
	width: 49.2%;
}

#banner_area .bn_bottom_flex .right {
	width: 49.2%;
}

/*----------------------------------------------------
 model single
----------------------------------------------------*/

#model_single {
	overflow: hidden;
	position: relative;
	padding: 0 0 5rem;
}

#model_single .bg01 {
	position: absolute;
	right: 5rem;
	top: 11rem;
	z-index: -1;
}

#model_single .bg02 {
	position: absolute;
	right: -8rem;
	top: 43rem;
	z-index: -1;
}

#model_single .bg03 {
	position: absolute;
	left: -5rem;
	top: 66rem;
	z-index: -1;
}

#model_single .section_head .inner {
	max-width: 1086px;
}

#model_single .section_head {
	margin: 2rem 0 5rem 0;
}

#model_single .section_head .en_title {
	margin: 0 0 1.7rem;
}

#model_single .section_head .ja_title {
	font-size: 1rem;
	letter-spacing: 2px;
	font-weight: normal;
}

#model_single .model_name {
	font-size: 2.57rem;
	margin: 0 0 2rem;
	font-weight: 300;
	width: 52.9%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#model_single .model_name .ja {
	width: 48%;
}

#model_single .model_name span.en {
	font-family: 'Nova Mono', monospace;
	font-size: 1.57rem;
	padding: 0 0 0 1rem;
	color: #adadad;
	width: 48%;
	text-align: right;
}

#model_single .model_section_top {
	display: flex;
	justify-content: space-between;
	margin: 0 0 8.6rem;
}

#model_single .model_section_top .model_image {
	width: 52.9%;
}

#model_single .model_section_top .model_image .prev_nav {
	position: absolute;
	top: 58%;
	left: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}

#model_single .model_section_top .model_image .next_nav {
	position: absolute;
	top: 58%;
	right: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}

#model_single .model_section_top .data {
	width: 43%;
	background: #fff;
	padding: 1.4rem 2.8rem;
	border-radius: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#model_single .model_section_top .data .model_icon {
	width: 138px;
	height: auto;
	padding: 0 .5rem;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin: 0 auto 0;
}

#model_single .model_section_top .data .model_icon .icon {
	padding: 5px;
	border-radius: 50%;
	box-shadow: none;
	width: 100%;
	height: 138px;
	position: relative;
	margin: 0;
	display: block;
}

#model_single .model_section_top .data .model_icon .icon:before {
	content: "";
	width: calc(120px + 8px);
	height: calc(120px + 8px);
	border-radius: 50%;
	background: linear-gradient(to right, #b4ebe2 0, #a0b1da 50%, #fa9497 100%);
	position: absolute;
	top: 1px;
	left: 1px;
}

#model_single .model_section_top .data .model_icon figure {
	position: relative;
	width: 120px;
	max-height: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}

#model_single .model_section_top .data .model_icon figure img {
	transform: translate( 0%, -13%);
}

#model_single .model_section_top .data .name {
	font-size: 2.14rem;
	text-align: center;
	font-weight: 300;
	margin: -.4rem 0 .7rem;
}

#model_single .model_section_top .data .position {
	font-size: .94rem;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 300;
	margin: 0 0 2rem;
}

#model_single .model_section_top .data .model_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 2.9rem;
}

#model_single .model_section_top .data .model_sns li {
	padding: 0 .8rem;
}

#model_single .model_section_top .data .model_sns li:nth-child(1) img {
	width: 27px;
	height: 23px;
}

#model_single .model_section_top .data .model_sns li:nth-child(2) img {
	width: 26px;
	height: 26px;
}

#model_single .model_section_top .data p.comment {
	font-size: 1.07rem;
	line-height: 1.6;
	margin: 0 0 2.8rem;
}

#model_single .model_section_top .data .plan {
	font-size: 1.1rem;
	letter-spacing: 4px;
	font-weight: 700;
	margin: 0 0 .8rem;
}

#model_single .model_section_top .data .plans_list li {
	margin: 0 0 .6rem;
}

#model_single .model_section_top .data .plans_list a {
	position: relative;
	font-size: 1rem;
	font-weight: bold;
	padding: 1.4rem 1.4rem;
	color: #fff;
	display: flex;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #8ac5e5; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #8ac5e5 0%, #7fcdd3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #8ac5e5 0%,#7fcdd3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #8ac5e5 0%,#7fcdd3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac5e5', endColorstr='#7fcdd3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#model_single .model_section_top .data .plans_list a.pink {
	background: rgb(240,177,149);
	background: -moz-linear-gradient(120deg, rgba(240,177,149,1) 0%, rgba(242,155,156,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(240,177,149,1) 0%, rgba(242,155,156,1) 100%);
	background: linear-gradient(120deg, rgba(240,177,149,1) 0%, rgba(242,155,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0b195",endColorstr="#f29b9c",GradientType=1);
}

#model_single .model_section_top .data .plans_list a.blue {
	background: rgb(144,193,224);
	background: -moz-linear-gradient(120deg, rgba(144,193,224,1) 0%, rgba(126,201,211,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(144,193,224,1) 0%, rgba(126,201,211,1) 100%);
	background: linear-gradient(120deg, rgba(144,193,224,1) 0%, rgba(126,201,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90c1e0",endColorstr="#7ec9d3",GradientType=1);
}

#model_single .model_section_top .data .plans_list a.purple {
	background: rgb(215,155,197);
	background: -moz-linear-gradient(120deg, rgba(215,155,197,1) 0%, rgba(183,151,213,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(215,155,197,1) 0%, rgba(183,151,213,1) 100%);
	background: linear-gradient(120deg, rgba(215,155,197,1) 0%, rgba(183,151,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d79bc5",endColorstr="#b797d5",GradientType=1);
}

#model_single .model_section_top .data .plans_list a.green {
	background: rgb(138,211,186);
	background: -moz-linear-gradient(120deg, rgba(138,211,186,1) 0%, rgba(143,211,138,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(138,211,186,1) 0%, rgba(143,211,138,1) 100%);
	background: linear-gradient(120deg, rgba(138,211,186,1) 0%, rgba(143,211,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ad3ba",endColorstr="#8fd38a",GradientType=1);
}

#model_single .model_section_top .data .plans_list a.orange {
	background: rgb(245,181,127);
	background: -moz-linear-gradient(120deg, rgba(245,181,127,1) 0%, rgba(244,211,123,1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(245,181,127,1) 0%, rgba(244,211,123,1) 100%);
	background: linear-gradient(120deg, rgba(245,181,127,1) 0%, rgba(244,211,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b57f",endColorstr="#f4d37b",GradientType=1);
}

#model_single .model_section_top .data .plans_list a .day {
	font-size: 1.14rem;
	padding: 0 .7rem 0 0;
}

#model_single .model_section_tab #tabMenu {
	border-bottom: 4px solid #eb9aa3;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 1rem;
}

#model_single .model_section_tab #tabMenu li {
	width: 49.5%;
}

#model_single .model_section_tab #tabMenu li a {
	border: 4px solid #eb9aa3;
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	text-align: center;
	display: block;
	line-height: 51px;
	color: #eb9aa3;
	font-size: 1.57rem;
	font-family: 'Nova Mono', monospace;
}

#model_single .model_section_tab #tabMenu li a.active {
	background: #eb9aa3;
	color: #fff;
	padding: 4px 0 0;
}

#model_single .model_section_tab #tabBox1 {
	padding: 3.3rem 12%;
}

#model_single .model_section_tab #tabBox1 .prof_info {
	margin: 0 0 2rem;
}

#model_single .model_section_tab #tabBox1 .prof_info p {
	font-size: 1rem;
	line-height: 2.1875;
}

#model_single .model_section_tab #tabBox1 dl {
	display: flex;
	flex-wrap: wrap;
}

#model_single .model_section_tab #tabBox1 dl div {
	display: flex;
	width: 28%;
	font-size: 1.14rem;
	line-height: 3;
}

#model_single .model_section_tab #tabBox1 ul.cat {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.5rem;
}

#model_single .model_section_tab #tabBox1 ul.cat li {
	display: block;
	font-size: 1.07rem;
	font-weight: 500;
	padding: .3rem 1.3rem;
	margin: 0 1rem 1rem 0;
	color: #fff;;
	background: #d0d0d0;
	border-radius: 20px;
}

#model_single .model_section_tab #tabBox1 .head_comment {
	font-size: 1.14rem;
	font-weight: 500;
	color: #eb9aa3;
	margin: 0 0 .8rem;
}

#model_single .model_section_tab #tabBox1 .comment {
	font-size: 1rem;
	line-height: 2;
}

#model_single .model_section_tab #tabBox1 ul.cat li.check {
	background: linear-gradient(to right, #b4ebe2 0, #a0b1da 50%, #fa9497 100%);
}

#model_single .model_section_tab #tabBox2 {
	display:none;
	padding: 3.3rem 0;
}

#model_single .model_section_tab #tabBox2 .center {
	display: flex;
	justify-content: center;
	line-height: 2;
	margin: 0 0 3.5rem;
	text-align: left;
}

#model_single .model_section_tab #tabBox2 .costume_list {
	display: flex;
	flex-wrap: wrap;
}

#model_single .model_section_tab #tabBox2 .costume_list li {
	width: 23.5%;
	margin: 0 2% 3rem 0;
}

#model_single .model_section_tab #tabBox2 .costume_list li .image {
	border-radius: 12px;
	margin: 0 0 1.2rem;
}

#model_single .model_section_tab #tabBox2 .costume_list li .name {
	text-align: center;
	font-size: 1.28rem;
	font-weight: 300;
}

#model_single .model_section_bottom {
	display: flex;
	justify-content: space-between;
	margin: 0 0 7rem;
}

#model_single .model_section_bottom .profile {
	width: 45%;
}

#model_single .model_section_bottom .profile .bottom_head {
	font-size: 2rem;
	padding: 0 0 .6rem;
	font-weight: 400;
	font-family: 'Nova Mono', monospace;
	border-bottom: 2px solid #f5ccd1;
	margin: 0 0 2rem;
}

#model_single .model_section_bottom .profile dl .grid {
	display: flex;
	margin: 0 0 1.6rem;
	font-size: 1.14rem;
}

#model_single .model_section_bottom .profile p.comment {
	font-size: 1rem;
	line-height: 2;
	margin: -.5rem 0 0 0;
}

#model_single .model_section_bottom .contact {
	width: 45%;
}

#model_single .model_section_bottom .contact .bottom_head {
	font-size: 2rem;
	padding: 0 0 .6rem;
	font-weight: 400;
	font-family: 'Nova Mono', monospace;
	border-bottom: 2px solid #f5ccd1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin: 0 0 2rem;
}

#model_single .model_section_bottom .contact .bottom_head .ja {
	font-size: 1rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#model_single .model_section_bottom .contact .mail_title {
	font-size: 1.14rem;
	font-weight: 700;
	padding: 0 0 0 2.6rem;
	margin: 0 0 1.8rem;
	background: url(/assets/img/common/black_mail_icon.svg) no-repeat;
	background-position: .3rem .2rem;
}

#model_single .model_section_bottom .contact .contact_link {
	width: 84%;
	margin: 0 auto 3rem;
}

#model_single .model_section_bottom .contact .contact_link a {
	position: relative;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 1.2rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #f0b195;
	background: -moz-linear-gradient(left, #f0b195 0%, #f1a899 47%, #f29a9d 100%);
	background: -webkit-linear-gradient(left, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	background: linear-gradient(to right, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 );
}

#model_single .model_section_bottom .contact .tel_title {
	font-size: 1.14rem;
	font-weight: 700;
	padding: .2rem 0 .5rem 2.8rem;
	margin: 0;
	background: url(/assets/img/common/tel_icon.svg) no-repeat;
	background-position: .3rem .2rem;
}

#model_single .model_section_bottom .contact .tel_link {
	width: 84%;
	margin: 0 auto 3rem;
}

#model_single .model_section_bottom .contact .tel_link a {
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 2.57rem;
}

#model_single .model_section_bottom .contact .tel_link .time {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
}

#model_single .archive_link {
	width: 26%;
	min-width: 260px;
	margin: 0 auto;
}

#model_single .archive_link a {
	font-size: 1.14rem;
	font-weight: 700;
	text-align: center;
	display: block;
	background: #777777;
	color: #fff;
	padding: 1rem 0;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

#model_single #thumbnail_slider.pos-fixed .slick-track {
	transform: translate3d(0,0,0) !important;
	margin-left: initial;
}

#model_single #thumbnail_slider .trim-wrap {
	position: relative;
	width: 100%;
	height: 0;
	max-width: 84.6px;
	padding-bottom: 87%;
	overflow: hidden;
	margin: 1rem auto 0 0;
	cursor: pointer;
}

#model_single .model_section_top .model_image #thumbnail_slider .slick-current .trim-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba( 0,0,0, .4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#model_single #thumbnail_slider .trim-wrap img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:auto;
	height:auto;
	max-width: 100%;
	max-height:initial;
}

/*----------------------------------------------------
 archive_bt_area
----------------------------------------------------*/

#archive_bt_area {
	position: relative;
	padding: 3.5rem 0;
}

#archive_bt_area .archive_link {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}

#archive_bt_area .archive_link a {
	font-size: 1.14rem;
	font-weight: 500;
	text-align: center;
	display: block;
	background: #777777;
	color: #fff;
	padding: 1rem 0;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

/*----------------------------------------------------
 modelsort_area
----------------------------------------------------*/

#modelsort_area {
	overflow: hidden;
	position: relative;
}

#modelsort_area .bg01 {
	position: absolute;
	right: -6.2rem;
	top: -2rem;
	z-index: -1;
}

#modelsort_area .section_head {
	margin: 0 0 1rem;
}

#modelsort_area .section_head .ja_title {
	font-size: 1.14rem;
	font-weight: 700;
	padding: .5rem 0 .7em 2.4rem;
	margin: 0;
	background: url('/assets/img/common/search_icon.svg') no-repeat;
	background-position: 0 .4rem;
}

#modelsort_area .sort_box {
	background: #fff5f5;
	border-radius: 24px;
	padding: 2.6rem 2.7rem;
}

#modelsort_area .sort_box .input_flex {
	display: flex;
	margin: 0 0 2rem;
}

#modelsort_area .sort_box .sort_name {
	font-size: 1rem;
	margin: 0 0 .6rem;
}

#modelsort_area .sort_box .cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#modelsort_area .sort_box .cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

#modelsort_area .sort_box .cp_ipselect select::-ms-expand {
    display: none;
}

#modelsort_area .sort_box .cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	background: #ffffff;
}

#modelsort_area .sort_box .cp_ipselect.cp_sl01::before {
	content: '';
	background: url('/assets/img/common/select_arrow.svg') no-repeat;
	width: 17px;
	height: 14px;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

#modelsort_area .sort_box .cp_ipselect.cp_sl01 select {
	padding: 10px 38px 10px 13px;
	color: #666666;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#modelsort_area .sort_box .cp_ipcheck {
	display: flex;
	align-items: center;
}

#modelsort_area .sort_box .cp_ipcheck .option-input02 {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #ffffff;
	border: 1px solid #ddd;
	-webkit-appearance: none;
			appearance: none;
	border-radius: 8px;
}

#modelsort_area .sort_box .cp_ipcheck .option-input02:checked {
	background: #777777;
}

#modelsort_area .sort_box .cp_ipcheck .option-input02:checked::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate( -45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #585753;
	border-color: white;
}

#modelsort_area .sort_box .cp_ipcheck .option-input02:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
}

#modelsort_area .sort_box .cp_ipcheck .option-input02.radio {
	border-radius: 50%;
}

#modelsort_area .sort_box .cp_ipcheck .option-input02.radio::after {
	border-radius: 50%;
}

#modelsort_area .sort_box .cp_ipcheck label {
	line-height: 40px;
	display: block;
	margin: 0 1.5rem 0 0;
	cursor: pointer;
	white-space: nowrap;
}

#modelsort_area .sort_box .input_flex .genre {
	width: 23%;
	margin: 0 3% 0 0;
}

#modelsort_area .sort_box .input_flex .height {
	width: 23%;
	margin: 0 3% 0 0;
}

#modelsort_area .sort_box .input_flex .category {
	width: 48%;
}

#modelsort_area .sort_box .input_flex .category .check_list {
	display: flex;
}

#modelsort_area .sort_box .input_flex .category .check_list > div {
	margin: 0 1.5rem 0 0;
}

#modelsort_area .sort_box #submit {
	position: relative;
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0 auto;
	padding: .9rem 4.2rem;
	color: #ffffff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #777777;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
 	border-radius: 0;
}

/*----------------------------------------------------
 archive_area
----------------------------------------------------*/

#archive_area {
	overflow: hidden;
	position: relative;
	padding: 6rem 0 8.5rem;
}

#archive_area .bg01 {
	position: absolute;
	left: 4.8rem;
	top: 26rem;
	z-index: -1;
}

#archive_area .bg02 {
	position: absolute;
	right: -9.2rem;
	top: 67rem;
	z-index: -1;
}

#archive_area .bg03 {
	position: absolute;
	left: 18.8rem;
	bottom: 22rem;
	z-index: -1;
}

#archive_area .bg04 {
	position: absolute;
	right: -16.2rem;
	bottom: 5rem;
	z-index: -1;
}

#archive_area .section_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 2rem 0;
}

#archive_area .section_head .total_number {
	font-size: 1.14rem;
}

#archive_area .section_head .total_number span {
	font-size: 2.71rem;
	font-weight: 300;
}

#archive_area .section_head .page_sort {
	width: 11rem;
}

.cp_ipselect {
	width: 100%;
	text-align: center;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect.cp_sl04 {
	position: relative;
	border-radius: 2px;
	border-radius: 50px;
	background: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.20) 0px 13px 27px -5px, rgba(0, 0, 0, 0.20) 0px 8px 16px -8px;
}

.cp_ipselect.cp_sl04::before {
	content: '';
	background: url('/assets/img/common/bottom_arrow.svg') no-repeat;
	width: 16px;
	height: 10px;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.cp_ipselect.cp_sl04 select {
	padding: 9px 38px 9px 20px;
	color: #777;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#archive_area .models_list ul {
	display: flex;
	flex-wrap: wrap;
}

#archive_area .models_list li {
	width: 23.5%;
	margin: 0 2% 4.5rem 0;
	position: relative;
}

#archive_area .models_list li a img {
	border-radius: 20px;
}

#archive_area .models_list li .prev_nav {
	position: absolute;
	left: .8rem;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#archive_area .models_list li .prev_nav img {
	width: 9.69px;
	height: 17.26px;
}

#archive_area .models_list li .next_nav {
	position: absolute;
	right: .8rem;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#archive_area .models_list li .next_nav img {
	width: 9.69px;
	height: 17.26px;
}

#archive_area .models_list li .image {
	margin: 0 0 2rem;
}

#archive_area .models_list li .name {
	font-size: 1.14rem;
	text-align: center;
	margin: 0 0 .4rem;
}

#archive_area .models_list li .en_name {
	font-size: .92rem;
	font-weight: 500;
	text-align: center;
	margin: 0 0 2rem;
}

#archive_area .models_list li .en_name a {
	color: #aaaaaa;
}

#archive_area .models_list li .comment_box {
	background: #fcf2f3;
	font-size: .93rem;
	padding: 1.2rem 1rem;
	border-radius: 14px;
	text-align: justify;
}

#archive_area .models_list li .image .image_bg {
	width: 100%;
	height: auto;
	border-radius: 20px;
	/* padding-top: 357px; */
	/* background-color: #ddd; */
	background-size: cover;
	background-position: center;
	opacity: 1;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

#archive_area .models_list li .exclusive {
	position: absolute;
	right: .5rem;
	top: .5rem;
	border-radius: 16px;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	background: #ffffff;
	color: #000;
	padding: .1rem 1.5rem;
}

#archive_area .models_list li .pickup {
	position: absolute;
	left: .5rem;
	top: .5rem;
	color: #fff;
	padding: 0.9rem 0 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	width: 49px;
	height: 49px;
	font-size: .8rem;
	line-height: 1.2;
	text-align: center;
	background: #f898d2; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f898d2 0%, #9bb9f0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #f898d2 0%,#9bb9f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f898d2 0%,#9bb9f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f898d2', endColorstr='#9bb9f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*----------------------------------------------------
 archive_model_slider_area
----------------------------------------------------*/

#archive_model_slider_area {
	overflow: hidden;
	padding: 0 0 9.4rem;
	position: relative;
}

#archive_model_slider_area .bg01 {
	position: absolute;
	right: -9.2rem;
	top: 4rem;
	z-index: -1;
}

#archive_model_slider_area .bg02 {
	position: absolute;
	left: -5rem;
	bottom: 0rem;
	z-index: -1;
}

#archive_model_slider_area .section_head {
	margin: 2.5rem 0 7rem 0;
}

#archive_model_slider_area .section_head .inner {
	max-width: 1086px;
}

#archive_model_slider_area .section_head .en_title{
	margin: 0 0 1.2rem;
}

#archive_model_slider_area .section_head .en_title img {
	max-width: 73.5%;
}

#archive_model_slider_area .section_head .ja_title {
	font-size: 1.14rem;
	font-weight: 400;
}

#archive_model_slider_area .slick-list {
	overflow: visible;
}

#archive_model_slider_area .prev_nav {
	position: absolute;
	top: -7.5rem;
	right: 3.7rem;
	padding: 0 1rem;
	cursor: pointer;
}

#archive_model_slider_area .next_nav {
	position: absolute;
	top: -7.5rem;
	right: -1rem;
	padding: 0 1rem;
	cursor: pointer;
}

#archive_model_slider_area ul li {
	margin: 0 1rem 0 0;
	min-width: 325px;
}

#archive_model_slider_area ul li img {
	width: 100%;
}

#archive_model_slider_area ul li .catch_copy {
	position: relative;
	text-align: left;
	margin: 0 0 1rem;
	bottom: 18rem;
	left: 29%;
}

#archive_model_slider_area ul li .catch_copy span {
	background: #fff;
	color: #000;
	padding: .2rem .5rem;
}

#archive_model_slider_area ul li .en_name {
	font-size: 1.52rem;
	padding: 1.5rem 0 .4rem;
	text-align: center;
}


/*----------------------------------------------------
 individual_event_area
----------------------------------------------------*/

#individual_event_area {
	position: relative;
	padding: 0 0 3.4rem;
	overflow: hidden;
}

#individual_event_area .bg01 {
	position: absolute;
	right: 25rem;
	top: -1rem;
	z-index: -1;
}

#individual_event_area .bg02 {
	position: absolute;
	right: -5rem;
	top: 15rem;
	z-index: -1;
}

#individual_event_area .bg03 {
	position: absolute;
	left: -8rem;
	top: 34rem;
	z-index: -1;
}

#individual_event_area .bg04 {
	position: absolute;
	left: 5rem;
	top: 66rem;
	z-index: -1;
}

#individual_event_area .bg04 img {
	max-width: 65%;
}

#individual_event_area .bg05 {
	position: absolute;
	right: -2rem;
	top: 74rem;
	z-index: -1;
}

#individual_event_area .bg06 {
	position: absolute;
	right: -1rem;
	top: 150rem;
	z-index: -1;
}

#individual_event_area .bg07 {
	position: absolute;
	left: -2rem;
	top: 128rem;
	z-index: -1;
}

#individual_event_area .bg08 {
	position: absolute;
	left: -8rem;
	top: 224rem;
	z-index: -1;
}

#individual_event_area .bg09 {
	position: absolute;
	right: -5rem;
	bottom: 21rem;
	z-index: -1;
}

#individual_event_area .individual_head {
	margin: 1rem 0 2rem;
}

#individual_event_area .individual_head .ja-title {
	font-size: 2.85rem;
	font-weight: normal;
}

#individual_event_area .individual_head .inner {
	max-width: 1079px;
	width: calc(100% - 5.6rem);
}

#individual_event_area .individual_main {
	position: relative;
	padding: 2.6rem 0 5.5rem;
}

#individual_event_area .individual_main .inner {
	max-width: 1100px;
	margin: 0 auto;
	width: calc(100% - 5.6rem);
}

#individual_event_area .individual_main .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#individual_event_area .individual_main .flex .image {
	width: 62%;
	position: relative;
	padding: 0 0 0 1%;
}

#individual_event_area .individual_main .flex .image img {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#individual_event_area .individual_main .flex .image:after {
	content: '';
	width: 88.5%;
	height: 75%;
	position: absolute;
	right: -4.5%;
	bottom: -9.5%;
	z-index: -1;
	background: rgb(255,203,213);
	background: -moz-linear-gradient(151deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: -webkit-linear-gradient(151deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: linear-gradient(151deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcbd5",endColorstr="#b797d5",GradientType=1);
}

#individual_event_area .individual_main.pink_bg .flex .image:after {
	background: rgb(240,175,149);
	background: -moz-linear-gradient(153deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: linear-gradient(153deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0af95",endColorstr="#f29d9c",GradientType=1);
}

#individual_event_area .individual_main.green_bg .flex .image:after {
	background: rgb(172,250,248);
	background: -moz-linear-gradient(153deg, rgba(172,250,248,1) 0%, rgba(155,226,152,1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(172,250,248,1) 0%, rgba(155,226,152,1) 100%);
	background: linear-gradient(153deg, rgba(172,250,248,1) 0%, rgba(155,226,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acfaf8",endColorstr="#9be298",GradientType=1);
}

#individual_event_area .individual_main.purple_bg .flex .image:after {
	background: rgb(255,203,213);
	background: -moz-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcbd5",endColorstr="#b797d5",GradientType=1);
}

#individual_event_area .individual_main.orange_bg .flex .image:after {
	background: rgb(244,208,124);
	background: -moz-linear-gradient(132deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: linear-gradient(132deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4d07c",endColorstr="#f5ba7f",GradientType=1);
}

#individual_event_area .individual_main.blue_bg .flex .image:after {
	background: rgb(166,203,247);
	background: -moz-linear-gradient(132deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	background: linear-gradient(132deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6cbf7",endColorstr="#abeef7",GradientType=1);
}


#individual_event_area .individual_main .flex .page-info {
	width: 30%;
}

#individual_event_area .individual_main .flex .page-info .ja_title {
	margin: 3.8rem 0 1.5rem;
}

#individual_event_area .individual_main .flex .page-info .en_title {
	font-family: 'Nova Mono', monospace;
	font-weight: 400;
	font-size: 1.42rem;
	color: #b995d7;
}

#individual_event_area .individual_main.pink_bg .flex .page-info .en_title {
	color: #fa9a9c;
}

#individual_event_area .individual_main.green_bg .flex .page-info .en_title {
	color: #8ad587;
}

#individual_event_area .individual_main.purple_bg .flex .page-info .en_title {
	color: #b995d7;
}

#individual_event_area .individual_main.orange_bg .flex .page-info .en_title {
	color: #f7d27f;
}

#individual_event_area .individual_main.blue_bg .flex .page-info .en_title {
	color: #8bd2db;
}

#individual_event_area .event_search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 1rem;
}

#individual_event_area .event_search .search_title {
	font-size: 1.14rem;
	font-weight: 700;
	padding: .5rem 0 .7em 2.4rem;
	margin: 0 1.2rem 0 0;
	background: url('/assets/img/common/search_icon.svg') no-repeat;
	background-position: 0 .4rem;
}

#individual_event_area .event_search .cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 40px;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#individual_event_area .event_search .cp_ipselect.cp_sl01::before {
	content: '';
	background: url('/assets/img/common/select_arrow.svg') no-repeat;
	width: 17px;
	height: 14px;
	position: absolute;
	right: 1rem;
	top: 1rem;
}

#individual_event_area .event_search .cp_ipselect select {
	width: 210px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 38px 10px 20px;
	color: #666666;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#individual_event_area .event_search .cp_ipselect select:invalid {
	color: #bbbbbb;
	font-weight: bold;
}

#individual_event_area .individual_flex {
	display: flex;
	align-items: center;
	margin: 0 0 2rem;
}

#individual_event_area .individual_flex.cat_in_flex {
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 3rem;
}

#individual_event_area .individual_flex .event_title h3 {
	font-size: 2.85rem;
	font-weight: 300;
	letter-spacing: 4px;
}

#individual_event_area .individual_flex .days {
	line-height: 1;
	margin: 0 1.2rem 0 0;
}

#individual_event_area .individual_flex .days.red {
	color: #d8404a;
}

#individual_event_area .individual_flex .days.blue {
	color: #2ca3bf;
}

#individual_event_area .individual_flex .days .month {
	font-size: 1.85rem;
	font-weight: 300;
	vertical-align: top;
}

#individual_event_area .individual_flex .days .day {
	font-size: 4.78rem;
	font-weight: 100;
}

#individual_event_area .individual_flex .days .week {
	font-size: 1.64rem;
}

#individual_event_area .individual_flex .cat_list {
	width: 82%;
}

#individual_event_area .individual_flex.cat_in_flex .cat_list {
	width: 100%;
}

#individual_event_area .individual_cat_flex {
	margin: 0 0 2rem;
}

#individual_event_area .individual_flex.cat_in_flex .individual_cat_flex {
	margin: 0 0 0rem;
}


#individual_event_area .individual_cat_flex .cat_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#individual_event_area .individual_cat_flex .cat_list li a {
	display: block;
	font-size: .9rem;
	color: #fff;
	padding: .3rem 1.2rem;
	margin: 0 .7rem 1rem 0;
	border-radius: 30px;
	background: #838383;
	border-radius: 20px;
}

#individual_event_area .individual_flex.cat_in_flex .individual_cat_flex .cat_list li a {
	margin: 1rem .7rem 0 0;
}

#individual_event_area .participation_list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2.7rem;
}

#individual_event_area .participation_list ul li {
	width: 138px;
	height: auto;
	padding: 0 .5rem;
	box-sizing: border-box;
	position: relative;
	margin: 0 .4rem .2rem 0;
}

#individual_event_area .participation_list ul li.is-empty {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#individual_event_area .participation_list ul li .name {
	text-align: center;
	font-size: 1rem;
	margin: 1rem 0;
}

#individual_event_area .participation_list ul li a.image_link {
	padding: 4px 0;
	border-radius: 50%;
	box-shadow: none;
	width: 100%;
	height: auto;
	display: block;
}

#individual_event_area .participation_list ul li.new:after {
	content: 'new';
	background: #82b4dc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #82b4dc 0%, #7dbed5 50%, #77c9cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #82b4dc 0%,#7dbed5 50%,#77c9cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #82b4dc 0%,#7dbed5 50%,#77c9cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b4dc', endColorstr='#77c9cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	line-height: 45px;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0rem;
	left: 0rem;
}

#individual_event_area .participation_list ul li.birthday:before {
	content: url('/assets/img/common/birthday_icon.svg');
	background: rgb(160,87,230);
	background: -moz-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a057e6",endColorstr="#f86f9a",GradientType=1);
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 1;
	position: absolute;
	top: 6.4rem;
	right: 0rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

#individual_event_area .participation_list ul li.check a.image_link:before {
	position: absolute;
	content: "";
	width: calc(126px + 8px);
	height: calc(126px + 8px);
	border-radius: 50%;
	background: linear-gradient(to right, #b4ebe2 0, #a0b1da 50%, #fa9497 100%);
	position: absolute;
	top: 0;
	left: 3px;
}

#individual_event_area .participation_list ul li a.image_link figure {
	position: relative;
	width: 126px;
	height: 126px;
	max-height: 126px;
	border-radius: 50%;
	border: 4px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}

#individual_event_area .participation_list ul li a.image_link figure img {
	position: absolute;
	height: auto;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.event_bt {
	width: 32%;
	margin: 0 auto 8.2rem
}

.event_bt a {
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	padding: 2rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #f0b195;
	background: -moz-linear-gradient(left, #f0b195 0%, #f1a899 47%, #f29a9d 100%);
	background: -webkit-linear-gradient(left, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	background: linear-gradient(to right, #f0b195 0%,#f1a899 47%,#f29a9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 );
}

/*----------------------------------------------------
 individual_news_area
----------------------------------------------------*/

#individual_news_area {
	padding: 0 0 10rem;
}

#individual_news_area .news_flex {
	display: flex;
}

#individual_news_area .news_flex .title {
	width: 22%;
	margin: 0 0 0 6%;
}

#individual_news_area .news_flex .title .en_title {
	font-family: 'Nova Mono', monospace;
	font-size: 4.85rem;
	line-height: 1;
	margin: 0 0 1rem;
}

#individual_news_area .news_flex .title .ja_title {
	font-size: 1rem;
}

#individual_news_area .news_flex .news_list {
	width: 68%;
	margin: .5rem 0 0 0;
	padding: 0 .5rem 0 0;
	overflow-y: scroll;
	max-height: 20rem;
}

#individual_news_area .news_flex .news_list ul li {
	padding: 2rem 0;
	border-bottom: 1px solid #8a8a8a;
}

#individual_news_area .news_flex .news_list .day {
	font-size: 1rem;
	color: #aaa;
	display: block;
	margin: 0 0 .4rem;
}

#individual_news_area .news_flex .news_list .list_title {
	color: #b995d7;
	font-size: 1.28rem;
	font-weight: 700;
	margin: 0 0 0.8rem;
}

#individual_news_area .news_flex .news_list .list_title.list_pink {
	color: #fa9a9c;
}

#individual_news_area .news_flex .news_list .list_title.list_green {
	color: #8ad587;
}

#individual_news_area .news_flex .news_list .list_title.list_purple {
	color: #b995d7;
}

#individual_news_area .news_flex .news_list .list_title.list_orange {
	color: #f7d27f;
}

#individual_news_area .news_flex .news_list .list_title.list_blue {
	color: #8bd2db;
}

#individual_news_area .news_flex .news_list p {
	font-size: 1rem;
	line-height: 2;
}

/*----------------------------------------------------
 concept_terms_area
----------------------------------------------------*/

#concept_terms_area {
	background: url('/assets/img/bg/concept_terms_bg_purple.jpg') no-repeat;
	background-size: cover;
	padding: 3rem 0;
}

#concept_terms_area.pink_bg {
	background: url('/assets/img/bg/concept_terms_bg_pink.jpg') no-repeat;
	background-size: cover;
}

#concept_terms_area.green_bg {
	background: url('/assets/img/bg/concept_terms_bg_green.jpg') no-repeat;
	background-size: cover;
}

#concept_terms_area.purple_bg {
	background: url('/assets/img/bg/concept_terms_bg_purple.jpg') no-repeat;
	background-size: cover;
}

#concept_terms_area.orange_bg {
	background: url('/assets/img/bg/concept_terms_bg_orange.jpg') no-repeat;
	background-size: cover;
}

#concept_terms_area.blue_bg {
	background: url('/assets/img/bg/concept_terms_bg_blue.jpg') no-repeat;
	background-size: cover;
}

#concept_terms_area .inner {
	max-width: 1062px;
}

#concept_terms_area .link_flex {
	display: flex;
	justify-content: space-between;
}

#concept_terms_area .link_flex a {
	display: block;
	color: #fff;
	border: 4px solid #fff;
	position: relative;
	text-align: center;
	padding: 5rem 0;
}

#concept_terms_area .link_flex a:after {
	content: '';
	width: 2.64rem;
	height: 1.42rem;
	background: url('/assets/img/common/white-arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 2rem;
	bottom: 7%;
}

#concept_terms_area .link_flex .en_title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.42rem;
	display: block;
	margin: 0 0 .6rem;
}

#concept_terms_area .link_flex .ja_title {
	font-size: 1rem;
	display: block;
}

#concept_terms_area .link_flex .concept {
	width: 47.5%;
}

#concept_terms_area .link_flex .terms {
	width: 47.5%;
}

/*----------------------------------------------------
 full_contact_area
----------------------------------------------------*/

#full_contact_area {
	position: relative;
	padding: 4rem 0 .5rem;
	margin: 0 0 5rem;
	color: #fff;
	background: #f0b195; /* Old browsers */
	background: -moz-linear-gradient(left,  #f0b195 0%, #f29a9d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f0b195 0%,#f29a9d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f0b195 0%,#f29a9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b195', endColorstr='#f29a9d',GradientType=1 ); /* IE6-9 */
}

#full_contact_area .section_head {
	margin: 0 0 3rem;
	text-align: center;
}

#full_contact_area .section_head .en_title {
	font-size: 2.85rem;
	font-family: 'Nova Mono', monospace;
	margin: 0 0 .5rem;
}

#full_contact_area .section_head .ja_title {
	font-size: 1rem;
	font-weight: 500;
}

#full_contact_area .contact_flex {
	display: flex;
	justify-content: center;
}

#full_contact_area .contact_flex .mail_area {
	margin: 0 2.5%;
	width: 26%;
}

#full_contact_area .contact_flex .mail_area .mail_title {
	font-size: 1.14rem;
	font-weight: 500;
	padding: 0 0 0 2.2rem;
	margin: 0 0 1.2rem;
	background: url('/assets/img/common/white_mail_icon.svg') no-repeat;
	background-position: 0 .4rem;
}

#full_contact_area .contact_flex .mail_area .contact_link {
	width: 100%;
	max-width: 241px;
	margin: 0 0 3rem;
}

#full_contact_area .contact_flex .mail_area .contact_link a {
	position: relative;
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 1.4rem 0;
	color: #f29a9d;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: #fff;
}

#full_contact_area .contact_flex .tel_area {
	margin: 0 2.5%;
	width: 26%;
}

#full_contact_area .contact_flex .tel_area .tel_title {
	font-size: 1.14rem;
	font-weight: 500;
	padding: .2rem 0 0 2.2rem;
	margin: 0;
	background: url('/assets/img/common/white_tel_icon.svg') no-repeat;
	background-position: 0 .4rem;
}

#full_contact_area .contact_flex .tel_area .tel_link {
	width: 100%;
	margin: 0 auto 3rem;
}

#full_contact_area .contact_flex .tel_area .tel_link a {
	font-weight: 300;
	letter-spacing: 1.7px;
	font-size: 2.85rem;
	color: #fff;
	white-space: nowrap;
}

#full_contact_area .contact_flex .tel_area .tel_link span {
	display: block;
	font-size: 0.92rem;
	font-weight: 500;
}

/*----------------------------------------------------
 form_area
----------------------------------------------------*/

#form_area {
	padding: 1rem 0 0;
}

#form_area .form_head {
	padding: 0.8rem 0 0;
	margin: 0 0 -0.8rem;
}

#form_area .form_head .inner {
	max-width: 1100px;
}

#form_area .form_head .ja_title {
	font-family: "Makinas";
	font-weight: 400;
	font-size: 1.428rem;
}

#form_area .form_head .en_title {
	font-family: 'Nova Mono', monospace;
	font-weight: 400;
	font-size: 3.14rem;
}

#form_area .title_head {
	text-align: center;
	margin: 0 0 8rem;
}

#form_area .title_head .ja_title {
	font-size: 1rem;
	font-weight: normal;
}

#form_area .title_head .en_title {
	font-size: 2.57rem;
	font-family: 'Nova Mono', monospace;
}

#form_area .form_flow {
	margin: 0 0 10rem;
}

#form_area .form_flow .inner {
	max-width: 654px;
}

#form_area .form_flow ul {
	display: flex;
	justify-content: space-evenly;
	position: relative;
}

#form_area .form_flow ul:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #aaa;
	position: absolute;
	top: -35px;
	left: 0;
	z-index: 0;
}

#form_area .form_flow ul:after {
	content: '';
	width: 50%;
	height: 4px;
	background: #b995d7;
	position: absolute;
	top: -36px;
	left: 0;
	z-index: 0;
}

#form_area .form_flow.confirm_page ul:after {
	content: '';
	width: 52%;
	height: 4px;
	background: #b995d7;
	position: absolute;
	top: -36px;
	left: 24.3333%;
	z-index: 0;
}

#form_area .form_flow.thanks_page ul:after {
	content: '';
	width: 50%;
	height: 4px;
	background: #b995d7;
	position: absolute;
	top: -36px;
	right: 0;
	left: auto;
	z-index: 0;
}

#form_area .form_flow ul li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
}

#form_area .form_flow ul li.active {
	color: #b995d7;
	font-weight: bold;
}

#form_area .form_flow ul li.active:after {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: #b995d7 !important;
	top: -55px !important;
}

#form_area .form_flow ul li:nth-child(1):after {
	content: '1';
	color: #fff;
	background: #aaa;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
}


#form_area .form_flow ul li:nth-child(2):after {
	content: '2';
	color: #fff;
	background: #aaa;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
}


#form_area .form_flow ul li:nth-child(3):after {
	content: '3';
	color: #fff;
	background: #aaa;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
}

#form_area .form_inner_box {
	background: #f8f5fc;
	border-radius: 80px;
	width: calc( 100% - 5.2rem);
	padding: 3.9rem 0 8.4rem;
	margin: -5rem auto 5rem;
}

#form_area .form_inner_box .inner {
	max-width: 760px;
}

#form_area .form_inner_box table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	margin: 0 0 3rem;
}

#form_area .form_inner_box table th {
	font-weight: 500;
	text-align: right;
	padding: 2.4rem 0;
	
	box-sizing: border-box;
}

#form_area .form_inner_box table th.full_block_th {
	padding: 1.2rem 0 2.4rem;
}

#form_area .form_inner_box table th div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#form_area .form_inner_box table th.non_span {
	padding: 2rem 4.57rem 1.9rem 0;
}

#form_area .form_inner_box table th span.mandatory {
	color: #fff;
	background: #c73d3d;
	border-radius: 8px;
	padding: .2rem .8rem;
	margin: 0 0 0 1rem;
	white-space: nowrap;
}

#form_area .form_inner_box table th span.any {
	color: #fff;
	background: #888888;
	border-radius: 8px;
	padding: .2rem .8rem;
	margin: 0 0 0 1rem;
	white-space: nowrap;
}


#form_area .form_inner_box table td {
	width: 67%;
	padding: .4rem 0 .4rem 2rem;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

#form_area .form_inner_box table.check_table td {
	font-size: 1.125rem;
	font-weight: 500;
}

#form_area .form_inner_box table td .block {
	position: absolute;
	bottom: -12px;
}

#form_area .form_inner_box table td .block span {
	color: #c73d3d;
}

#form_area .form_inner_box table td .event_day_text {
	font-size: 1.57rem;
}

#form_area input[type="text"], #form_area input[type="email"],#form_area input[type="tel"] {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 4%;
	font-size: 1em;
	color: #444;
	border-radius: 10px;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 3px #eee inset;
	-moz-box-shadow: 0 0 3px #eee inset;
	box-shadow: 0 0 3px #eee inset;
	border: 0;
	width: 100%;
	width: 100%;
	max-width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	box-sizing: border-box;
	cursor: pointer;
}

#form_area .form_inner_box table .text_area th {
	padding: 1.6rem 0 2.4rem;
	vertical-align: top;
}

#form_area .form_inner_box table .text_area td {
	padding: 1.2rem 0 1.2rem 2rem;
}

#form_area textarea {
	display: block;
	height: 120px;
	line-height: 2;
	padding: 1.2rem 4%;
	font-size: 1em;
	color: #444;
	border-radius: 10px;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 3px #eee inset;
	-moz-box-shadow: 0 0 3px #eee inset;
	box-shadow: 0 0 3px #eee inset;
	border: 0;
	width: 100%;
	width: 100%;
	max-width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	box-sizing: border-box;
	cursor: pointer;
}

#form_area select {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 4%;
	font-size: 1em;
	color: #444;
	border-radius: 10px;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 3px #eee inset;
	-moz-box-shadow: 0 0 3px #eee inset;
	box-shadow: 0 0 3px #eee inset;
	border: 0;
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

#form_area select::-ms-expand {
	display: none;
}

#form_area td.select_area label {
	position: relative;
	display: block;
}

#form_area td.select_area label:after {
	content: '';
	background: url(/assets/img/common/bottom_arrow.svg) no-repeat;
	width: 16px;
	height: 10px;
	position: absolute;
	right: 1rem;
	top: 1.8rem;
}

#form_area .check_box .cp_ipcheck {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#form_area .check_box .cp_ipcheck.full_block {
	display: block;
}

#form_area .check_box .cp_ipcheck .option-input02 {
	position: relative;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #ffffff;
	border: 1px solid #ddd;
	-webkit-appearance: none;
			appearance: none;
	border-radius: 8px;
}

#form_area .check_box .cp_ipcheck .option-input02:checked {
	background: #777777;
}

#form_area .check_box .cp_ipcheck .option-input02:checked::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate( -45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #585753;
	border-color: white;
	border-radius: 0 3px 3px 0;
}

#form_area .check_box .cp_ipcheck .option-input02:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
	background: #da3c41;
}

#form_area .check_box .cp_ipcheck .option-input02.radio {
	border-radius: 50%;
}

#form_area .check_box .cp_ipcheck .option-input02.radio::after {
	border-radius: 50%;
}

#form_area .check_box .cp_ipcheck label {
	line-height: 40px;
	display: block;
	margin: 0 1.5rem 0 0;
	cursor: pointer;
	white-space: nowrap;
}

#form_area .worning_box {
	background: #fff;
	border-radius: 10px;
	padding: 2rem;
	margin: 2rem 0;
	font-size: 0.85rem;
	line-height: 2;
}

#form_area .worning_box p.head {
	font-size: 1rem;
}

#form_area .worning_box p.head a {
	text-decoration: underline;
	color: #4aa3d5;
	font-weight: 500;
	margin: 0 0 1.1rem;
	display: block;
}

#form_area .worning_box p.normal {
	font-size: 1rem;
}

#form_area .worning_box p.normal a {
	text-decoration: underline;
	color: #4aa3d5;
	font-weight: 500;
	margin: 0 0 1.1rem;
}

#form_area .submit_bt {
	width: 55%;
	margin: 5rem auto 0;
}

#form_area .submit_bt input {
	cursor: pointer;
	width: 100%;
	border: none;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	display: block;
	font-size: 1.21rem;
	font-weight: bold;
	padding: 2rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: rgb(211,154,198);
	background: -moz-linear-gradient(125deg, rgba(211,154,198,1) 0%, rgba(184,151,212,1) 100%);
	background: -webkit-linear-gradient(125deg, rgba(211,154,198,1) 0%, rgba(184,151,212,1) 100%);
	background: linear-gradient(125deg, rgba(211,154,198,1) 0%, rgba(184,151,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d39ac6",endColorstr="#b897d4",GradientType=1);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#form_area .submit_bt input:hover {
	opacity: .7;
}

#form_area .back_bt input {
	cursor: pointer;
	width: 100%;
	border: none;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	display: block;
	font-size: 1.21rem;
	font-weight: bold;
	padding: 2rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: rgb(175,175,175);
	background: -moz-linear-gradient(117deg, rgba(175,175,175,1) 0%, rgba(126,126,126,1) 100%);
	background: -webkit-linear-gradient(117deg, rgba(175,175,175,1) 0%, rgba(126,126,126,1) 100%);
	background: linear-gradient(117deg, rgba(175,175,175,1) 0%, rgba(126,126,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#afafaf",endColorstr="#7e7e7e",GradientType=1);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#form_area .back_bt input:hover {
	opacity: .7;
}

#form_area [type="radio"]:not(:checked),#form_area  [type="radio"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

#form_area [type="radio"]:not(:checked)+span,#form_area [type="radio"]:checked+span {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 31px;
	line-height: 31px;
	font-size: 1.14rem;
	font-weight: bold;
	-webkit-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#form_area [type="radio"]:not(:checked)+span:before, #form_area [type="radio"]:not(:checked)+span:after {
	border: 2px solid #5a5a5a;
}

#form_area [type="radio"]:not(:checked)+span:before, #form_area [type="radio"]:not(:checked)+span:after, #form_area [type="radio"]:checked+span:before, #form_area [type="radio"]:checked+span:after, #form_area [type="radio"].with-gap:checked+span:before, #form_area [type="radio"].with-gap:checked+span:after {
	border-radius: 50%;
}

#form_area [type="radio"]+span:before, #form_area [type="radio"]+span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 20px;
	height: 20px;
	z-index: 0;
	-webkit-transition: .28s ease;
	transition: .28s ease;
	background: #fff;
}

#form_area [type="radio"]:not(:checked)+span:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

#form_area [type="radio"]:not(:checked)+span:before, #form_area [type="radio"]:not(:checked)+span:after {
	border: 2px solid #5a5a5a;
}

#form_area [type="radio"]:not(:checked)+span:before, #form_area [type="radio"]:not(:checked)+span:after, #form_area [type="radio"]:checked+span:before, #form_area [type="radio"]:checked+span:after, #form_area [type="radio"].with-gap:checked+span:before, #form_area [type="radio"].with-gap:checked+span:after {
	border-radius: 50%;
}

#form_area [type="radio"].with-gap:checked+span:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

#form_area [type="radio"]:checked+span:after, #form_area [type="radio"].with-gap:checked+span:after {
	background-color: #555555;
}

#form_area [type="radio"]:checked+span:after, #form_area [type="radio"].with-gap:checked+span:before, #form_area [type="radio"].with-gap:checked+span:after {
	border: 2px solid #555555;
}

#form_area [type="radio"]:not(:checked)+span:before, #form_area [type="radio"]:not(:checked)+span:after, #form_area [type="radio"]:checked+span:before, #form_area [type="radio"]:checked+span:after, #form_area [type="radio"].with-gap:checked+span:before, #form_area [type="radio"].with-gap:checked+span:after {
	border-radius: 50%;
}

#form_area .radio_area label {
	margin: 0 1.5rem 0 0;
}

#form_area #error_box_area {
	 margin: -4.6rem 0 9.4rem;
}

#form_area #error_box_area .inner {
	max-width: 717px;
}

#form_area #error_box_area .error_box {
	border: 4px solid #e26c6c;
	background: #fcf5f5;
	border-radius: 20px;
	padding: 2rem 2.4rem;
}

#form_area #error_box_area .error_box .box_head {
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: .06em;
	font-weight: bold;
	color: #e26c6c;
	padding: .3rem 0 .3rem 2.7rem;
	margin: 0 0 1rem;
	background: url('/assets/img/common/worning_mark.svg') no-repeat;
}

#form_area #error_box_area .error_box ul {
	padding: 0 0 0 .3rem;
}

#form_area #error_box_area .error_box ul li {
	font-size: 1rem;
	line-height: 1.8;
	color: #e26c6c;
	letter-spacing: .06em;
	font-weight: bold;
	list-style: disc;
	list-style-position: inside;
}

#form_area .check_bt_flex {
	display: flex;
	margin: 5rem 0 0 -5rem;
	width: calc(100% + 10rem);
}

#form_area .check_bt_flex .submit_bt {
	width: 50%;
	padding: 0 2%;
	margin: 0 auto;
}


#form_area .check_bt_flex .back_bt {
	width: 50%;
	padding: 0 2%;
	margin: 0 auto;
}

#form_area .thanks_head {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 0 1.75rem;
	text-align: center;
}

#form_area .thanks_text {
	font-size: 1.125rem;
	line-height: 2;
	font-weight: 400;
	text-align: center;
}

#form_area .form_inner_box.thanks_box {
	padding: 5rem 0;
	border-radius: 40px;
}

/*----------------------------------------------------
 event_individual_area
----------------------------------------------------*/

#event_individual_area {
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
}

#event_individual_area span.bg01 {
	position: absolute;
	right: -9.5rem;
	top: 3rem;
	z-index: -1;
}

#event_individual_area span.bg02 {
	position: absolute;
	left: 8rem;
	top: 18rem;
	z-index: -1;
}

#event_individual_area span.bg03 {
	position: absolute;
	right: 5rem;
	top: 55rem;
	z-index: -1;
}

#event_individual_area span.bg04 {
	position: absolute;
	left: -8rem;
	top: 75rem;
	z-index: -1;
}

#event_individual_area span.bg05 {
	position: absolute;
	right: -5rem;
	top: 101rem;
	z-index: -1;
	width: 170px;
}

#event_individual_area span.bg06 {
	position: absolute;
	left: -7rem;
	top: 145rem;
	z-index: -1;
}

#event_individual_area span.bg07 {
	position: absolute;
	left: 5rem;
	bottom: 37rem;
	z-index: -1;
}

#event_individual_area span.bg08 {
	position: absolute;
	right: -13rem;
	bottom: 0rem;
	z-index: -1;
}

#event_individual_area span.bg09 {
	position: absolute;
	left: -10rem;
	top: 17rem;
	z-index: -1;
}

#event_individual_area span.bg10 {
	position: absolute;
	right: 2rem;
	top: 31rem;
	z-index: -1;
}

#event_individual_area span.bg11 {
	position: absolute;
	left: 5rem;
	top: 75rem;
	z-index: -1;
}

#event_individual_area span.bg12 {
	position: absolute;
	right: -10rem;
	top: 109rem;
	z-index: -1;
}

#event_individual_area span.bg13 {
	position: absolute;
	right: -6rem;
	bottom: 30rem;
	z-index: -1;
}

#event_individual_area span.bg14 {
	position: absolute;
	left: 4rem;
	bottom: 14rem;
	z-index: -1;
}

#event_individual_area span.bg15 {
	position: absolute;
	right: -6rem;
	top: -3rem;
	z-index: -1;
}

#event_individual_area .schecule_head {
	margin: 0 0 2.5rem;
	padding: 1.5rem 0 0;
}

#event_individual_area .schecule_head .ja_title {
	font-family: "Makinas";
	font-weight: 400;
	font-size: 1.428rem;
}

#event_individual_area .schecule_head .en_title {
	font-family: 'Nova Mono', monospace;
	font-weight: 400;
	font-size: 3.14rem;
}

#event_individual_area .schecule_head .inner {
	max-width: 1083px;
}

#event_individual_area .event_sort_flex {
	display: flex;
	align-items: flex-end;
	margin: 0 0 6rem;
}

#event_individual_area .event_sort_flex .prev_link {
	margin: 0 0 -.79rem 0;
	width: 25%;
}

#event_individual_area .event_sort_flex .prev_link a {
	display: block;
	position: relative;
	font-size: 1.28rem;
	padding: 0 0 0 4rem;
}

#event_individual_area .event_sort_flex .prev_link a:before {
	content: '';
	width: 38px;
	height: 38px;
	background: url('/assets/img/common/left-arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#event_individual_area .event_sort_flex .next_link {
	margin: 0 0 -.79rem 0;
	width: 25%;
	text-align: right;
}

#event_individual_area .event_sort_flex .next_link a {
	display: block;
	position: relative;
	font-size: 1.28rem;
	padding: 0 4rem 0 0;
}

#event_individual_area .event_sort_flex .next_link a:before {
	content: '';
	width: 38px;
	height: 38px;
	background: url('/assets/img/common/right-arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#event_individual_area .event_sort_flex .event_days {
	line-height: 1;
	width: 50%;
	text-align: center;
}

#event_individual_area .event_sort_flex .event_days.red {
	color: #d8404a;
}

#event_individual_area .event_sort_flex .event_days .month {
	font-size: 2.14rem;
	font-weight: 300;
	vertical-align: top;
}

#event_individual_area .event_sort_flex .event_days .day {
	font-size: 5.64rem;
	font-weight: 100;
}

#event_individual_area .event_sort_flex .event_days .week {
	font-size: 1.92rem;
}

#event_individual_area .evnet_head_flex {
	margin: 0 0 3rem;
}

#event_individual_area .evnet_head_flex .event_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#event_individual_area .evnet_head_flex .event_info .event_name {
	font-size: 2rem;
	font-weight: 100;
	width: 45%;
	letter-spacing: 2px;
}

#event_individual_area .evnet_head_flex .event_tags {
	width: 56%;
	display: flex;
	justify-content: flex-end;
}

#event_individual_area .evnet_head_flex .event_tags .contact_tel {
	margin: 0 0 0 .9rem;
}

#event_individual_area .evnet_head_flex .event_tags .contact_tel a {
	display: flex;
	align-items: center;
	color: #b995d7;
	border: 1px solid #b995d7;
	font-size: 1.28rem;
	background: url('/assets/img/common/purple_tel_con.svg') no-repeat;
	background-position: 17px 11px;
	padding: .5rem 2rem .5rem 3rem;
	border-radius: 20px;
	white-space: nowrap;
}

#event_individual_area .evnet_head_flex .event_tags .contact_tel a span {
	font-size: .85rem;
	margin: 0 .3rem 0 0;
}

#event_individual_area .evnet_model {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4rem;
}

#event_individual_area .evnet_model .model_box {
	width: 23.5%;
	margin: 0 2% 3rem 0;
	position: relative;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
	background: #fff;
}

#event_individual_area .evnet_model .model_box .image .birthday {
	background: #82b4dc;
	background: rgb(160,87,230);
	background: -moz-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a057e6",endColorstr="#f86f9a",GradientType=1);
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	vertical-align: top;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 250px;
	right: -0.6rem;
}

#event_individual_area .evnet_model .model_box .image .birthday .label {
	font-size: 11px;
	font-weight: 700;
	color: #FFE762;
}

#event_individual_area .evnet_model .model_box .image .birthday .day {
	color: #fff;
}

#event_individual_area .evnet_model .model_box .image .birthday .day b {
	font-size: 18px;
}

#event_individual_area .evnet_model .model_box .image .birthday .day small {
	font-size: 10px;
}

#event_individual_area .evnet_model .model_box .new {
	background: #82b4dc;
	background: -moz-linear-gradient(-45deg, #82b4dc 0%, #7dbed5 50%, #77c9cc 100%);
	background: -webkit-linear-gradient(-45deg, #82b4dc 0%,#7dbed5 50%,#77c9cc 100%);
	background: linear-gradient(135deg, #82b4dc 0%,#7dbed5 50%,#77c9cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b4dc', endColorstr='#77c9cc',GradientType=1 );
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	line-height: 60px;
	width: 60px;
	height: 60px;
	font-size: 1.07rem;
	position: absolute;
	top: -.5rem;
	left: -.5rem;
}

#event_individual_area .evnet_model .model_box .bottom_inner {
	padding: 0 1.1rem 1.1rem 1.1rem ;
}

#event_individual_area .evnet_model .model_box .image {
	height: 199px;
	margin: 0 0 1.7rem;
	border-radius: 20px 20px 0 0;
	position: relative;
}

#event_individual_area .evnet_model .model_box .event_name {
	font-size: .93rem;
	font-weight: 300;
	text-align: center;
	padding: 1.5rem 0 1rem;
}

#event_individual_area .evnet_model .model_box .model_days_box {
	border-bottom: 2px solid #ebebeb;
	text-align: center;
	margin: 0 0 1.1rem;
	padding: 0 0 1.6rem;
}

#event_individual_area .evnet_model .model_box .model_days_box .red {
	color: #d8404a;
}

#event_individual_area .evnet_model .model_box .model_days_box .event_days {
	line-height: 1;
}

#event_individual_area .evnet_model .model_box .model_days_box .event_days .month {
	font-size: 1.14rem;
	font-weight: 300;
	vertical-align: top;
}

#event_individual_area .evnet_model .model_box .model_days_box .event_days .day {
	font-size: 2.85rem;
	font-weight: 100;
}

#event_individual_area .evnet_model .model_box .model_days_box .event_days .week {
	font-size: 1rem;
}


#event_individual_area .evnet_model .model_box .name {
	font-size: 1.14rem;
	font-weight: normal;
	text-align: center;
	padding: 0 0 1.2rem;
	margin: 0 0 1rem;
	border-bottom: 2px solid #ebebeb;
}

#event_individual_area .evnet_model .model_box dl {
	min-height: 170px;
	margin: 0 0 1rem;
}

#event_individual_area .evnet_model .model_box .event_time {
	display: flex;
	justify-content: space-between;
	margin: 0 0 .5rem;
}

#event_individual_area .evnet_model .model_box .event_time dd {
	width: 40%;
	text-align: center;
}

#event_individual_area .evnet_model .model_box .event_time dd.participation, #event_individual_area .evnet_model .model_box .event_time dd.participation a {
	color: #b797d5;
}

#event_individual_area .evnet_model .model_box .non_reservation_bt {
	width: 100%;
	position: relative;
	display: block;
	font-size: .85rem;
	font-weight: bold;
	margin: 0 0 1.2rem;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	background: #d0d0d0;
}

#event_individual_area .evnet_model .model_box .reservation_bt {
	width: 100%;
	margin: 0 0 1.2rem;
}

#event_individual_area .evnet_model .model_box .reservation_bt a {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block;
	font-size: .85rem;
	font-weight: bold;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: rgb(215,155,197);
	background: -moz-linear-gradient(125deg, rgba(215,155,197,1) 0%, rgba(184,151,212,1) 100%);
	background: -webkit-linear-gradient(125deg, rgba(215,155,197,1) 0%, rgba(184,151,212,1) 100%);
	background: linear-gradient(125deg, rgba(215,155,197,1) 0%, rgba(184,151,212,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d79bc5",endColorstr="#b897d4",GradientType=1);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#event_individual_area .evnet_model .model_box table {
	width: 100%;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	margin: 0 0 .8rem;
}

#event_individual_area .evnet_model .model_box table tr:first-child {
	border-bottom: 2px solid #ebebeb;
}

#event_individual_area .evnet_model .model_box table th {
	width: 40%;
	font-size: .85rem;
	font-weight: 500;
	text-align: left;
	padding: .5rem 0;
	vertical-align: middle;
}

#event_individual_area .evnet_model .model_box table td {
	width: 60%;
	text-align: right;
	font-size: 1.28rem;
	line-height: 26px;
	padding: .5rem 0;
	vertical-align: middle;
}

#event_individual_area .evnet_model .model_box table td span {
	font-size: 10px;
}

#event_individual_area .evnet_model .model_box table td span.mr10 {
	margin: 0 .4rem 0 0;
}

#event_individual_area .evnet_model .model_box ul {
	display: flex;
	flex-wrap: wrap;
}

#event_individual_area .evnet_model .model_box ul li {
	font-size: .85rem;
	color: #fff;
	font-weight: 500;
	background: #d0d0d0;
	margin: 0 .5rem .8rem 0;
	padding: .2rem 1rem;
	border-radius: 40px;
}

#event_individual_area .evnet_model .model_box ul li.check {
	background: #9bcdea; /* Old browsers */
	background: -moz-linear-gradient(left,  #9bcdea 0%, #f7abc2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #9bcdea 0%,#f7abc2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #9bcdea 0%,#f7abc2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcdea', endColorstr='#f7abc2',GradientType=1 ); /* IE6-9 */
}

#event_individual_area .evnet_model .model_box .option_box {
	padding: .8rem 0 0;
	width: 100%;
	border-top: 2px solid #ebebeb;
	font-weight: 500;
}

#event_individual_area .evnet_model .model_box .option_box .option_head {
	font-size: .86rem;
	margin: 0 0 .5rem;
}

#event_individual_area .evnet_model .model_box .option_box p {
	font-size: 1rem;
	margin: 0 0 .2rem;
}

#event_individual_area .model_icon {
	width: 200px;
	height: auto;
	padding: 0 .5rem;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin: 0 auto 0;
}

#event_individual_area .model_icon .icon {
	padding: 5px;
	border-radius: 50%;
	box-shadow: none;
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0;
	display: block;
}

#event_individual_area .model_icon .icon:before {
	content: "";
	width: calc(182px + 13px);
	height: calc(182px + 13px);
	border-radius: 50%;
	background: linear-gradient(to right, #b4ebe2 0, #a0b1da 50%, #fa9497 100%);
	position: absolute;
	top: -2px;
	left: -1px;
}

#event_individual_area .model_icon figure {
	position: relative;
	width: 182px;
	max-height: 182px;
	border-radius: 50%;
	border: 6.5px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}

#event_individual_area .model_icon figure img {
	transform: translate( 0%, -13%);
}

#event_individual_area .model_name {
	font-size: 2.14rem;
	font-weight: 300;
	text-align: center;
	margin: 0 0 4rem;
}

#event_individual_area .event_top_bt {
	width: 100%;
	max-width: 348px;
	margin: 7rem auto 10rem;
}

#event_individual_area .event_top_bt a {
	display: block;
	color: #fff;
	background: #777777;
	font-size: 1.07rem;
	padding: 1rem 0;
	font-weight: 500;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

/*----------------------------------------------------
solo_schedule_area
----------------------------------------------------*/

#solo_schedule_area {
	position: relative;
	margin: -7.2rem 0 0;
}

#solo_schedule_area .bg01 {
	position: absolute;
	right: 1rem;
	top: 21rem;
	z-index: -1;
}

#solo_schedule_area .bg02 {
	position: absolute;
	left: 6rem;
	top: 38rem;
	z-index: -1;
} 

#solo_schedule_area .model_icon {
	width: 200px;
	height: auto;
	padding: 0 .5rem;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin: 0 auto 0;
}

#solo_schedule_area .model_icon .icon {
	padding: 5px;
	border-radius: 50%;
	box-shadow: none;
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0;
	display: block;
}

#solo_schedule_area .model_icon .icon:before {
	content: "";
	width: calc(182px + 13px);
	height: calc(182px + 13px);
	border-radius: 50%;
	background: linear-gradient(to right, #b4ebe2 0, #a0b1da 50%, #fa9497 100%);
	position: absolute;
	top: -2px;
	left: -1px;
}

#solo_schedule_area .model_icon .new {
	background: #82b4dc;
	background: -moz-linear-gradient(-45deg, #82b4dc 0%, #7dbed5 50%, #77c9cc 100%);
	background: -webkit-linear-gradient(-45deg, #82b4dc 0%,#7dbed5 50%,#77c9cc 100%);
	background: linear-gradient(135deg, #82b4dc 0%,#7dbed5 50%,#77c9cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b4dc', endColorstr='#77c9cc',GradientType=1 );
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	line-height: 60px;
	width: 60px;
	height: 60px;
	font-size: 1.35rem;
	position: absolute;
	top: -.3rem;
	left: -.3rem;
}

#solo_schedule_area .model_icon figure {
	position: relative;
	width: 182px;
	max-height: 182px;
	border-radius: 50%;
	border: 6.5px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}

#solo_schedule_area .model_icon figure img {
	transform: translate( 0%, -13%);
}

#solo_schedule_area .model_name {
	font-size: 2.14rem;
	font-weight: 300;
	text-align: center;
	margin: 0 0 2rem;
}

#solo_schedule_area .schedule_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 4rem;
}

#solo_schedule_area .schedule_list .schedule_box {
	width: 23.5%;
	margin: 0 2% 3rem 0;
	position: relative;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
	background: #fff;
}

#solo_schedule_area .schedule_list .schedule_box .schedule_info {
	padding: 0 1.1rem;
}

#solo_schedule_area .schedule_list .schedule_box .type {
	font-size: 1rem;
	font-weight: 300;
	text-align: center;
	padding: 1.5rem 0 0;
}

#solo_schedule_area .schedule_list .schedule_box .time {
	font-size: 1.375rem;
	font-weight: 300;
	text-align: center;
	margin: 0 0 1rem;
}

#solo_schedule_area .schedule_list .schedule_box .max_limit {
	background: #888888;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 28px;
	max-width: 100px;
	letter-spacing: .04em;
	margin: 0 auto 2.3rem;
}

#solo_schedule_area .schedule_list .schedule_box .now_limit {
	text-align: right;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 1.2rem;
}

#solo_schedule_area .schedule_list .price_area {
	padding: 0 1.1rem .5rem;
}

#solo_schedule_area .schedule_list .schedule_box .non_reservation_bt {
	width: 100%;
	position: relative;
	display: block;
	font-size: .85rem;
	font-weight: bold;
	margin: 0 0 1.2rem;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	background: #d0d0d0;
}

#solo_schedule_area .schedule_list .schedule_box .reservation_bt {
	width: 100%;
	margin: 0 0 1.2rem;
}

#solo_schedule_area .schedule_list .schedule_box .reservation_bt a {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block;
	font-size: .85rem;
	font-weight: bold;
	padding: 1rem 0;
	color: #fff;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	background: rgb(245,185,126);
	background: -moz-linear-gradient(128deg, rgba(245,185,126,1) 0%, rgba(244,208,123,1) 100%);
	background: -webkit-linear-gradient(128deg, rgba(245,185,126,1) 0%, rgba(244,208,123,1) 100%);
	background: linear-gradient(128deg, rgba(245,185,126,1) 0%, rgba(244,208,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b97e",endColorstr="#f4d07b",GradientType=1);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#solo_schedule_area .schedule_list .schedule_box table {
	width: 100%;
	margin: 0 0 .8rem;
}

#solo_schedule_area .schedule_list .schedule_box table th {
	width: 40%;
	font-size: .85rem;
	font-weight: 500;
	text-align: left;
	padding: .5rem 0;
	vertical-align: middle;
}

#solo_schedule_area .schedule_list .schedule_box table td {
	width: 60%;
	text-align: right;
	font-size: 1.28rem;
	line-height: 26px;
	padding: .5rem 0;
	vertical-align: middle;
}


#solo_schedule_area .event_name {
	margin: 0 0 3rem;
}

#solo_schedule_area .event_name h4{
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: .06em;
}

#solo_schedule_area .solo_cat {
	display: flex;
	justify-content: center;
	margin: 0 0 2.4rem;
}

#solo_schedule_area .solo_cat ul {
	display: flex;
	flex-wrap: wrap;
}

#solo_schedule_area .solo_cat ul li {
	font-size: .85rem;
	color: #fff;
	font-weight: 500;
	background: #d0d0d0;
	margin: 0 .5rem .8rem 0;
	padding: .2rem 1rem;
	border-radius: 40px;
}

#solo_schedule_area .solo_cat ul li.check{
	background: #9bcdea;
	background: -moz-linear-gradient(left, #9bcdea 0%, #f7abc2 100%);
	background: -webkit-linear-gradient(left, #9bcdea 0%,#f7abc2 100%);
	background: linear-gradient(to right, #9bcdea 0%,#f7abc2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcdea', endColorstr='#f7abc2',GradientType=1 );
}


/*----------------------------------------------------
 solo_wornign
----------------------------------------------------*/

#solo_wornign_area {
	position: relative;
	padding: 0 0 3rem;
	overflow: hidden;
}

#solo_wornign_area .bg01 {
	position: absolute;
	right: -10rem;
	bottom: 7rem;
}


/*----------------------------------------------------
 solo_mian_area
----------------------------------------------------*/

#solo_mian_area {
	padding: 3rem 0 16.5rem;
	position: relative;
	overflow: hidden;
}

#solo_mian_area .bg01 {
	position: absolute;
	right: -7rem;
	top: -4rem;
	z-index: -1;
}

#solo_mian_area .bg02 {
	position: absolute;
	right: 31rem;
	top: 6rem;
	z-index: -1;
}

#solo_mian_area .bg03 {
	position: absolute;
	left: -5rem;
	top: 14rem;
	z-index: -1;
}

#solo_mian_area .inner {
	max-width: 1080px;
	position: relative;
}

#solo_mian_area .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#solo_mian_area .flex .image {
	width: 62%;
	position: relative;
}

#solo_mian_area .flex .image img {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

#solo_mian_area .flex .image:before {
	content: '';
	width: 90%;
	height: 75%;
	position: absolute;
	left: 7rem;
	top: 8.8rem;
	z-index: -1;
	background: rgb(244,208,124);
	background: -moz-linear-gradient(90deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: linear-gradient(90deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4d07c",endColorstr="#f5ba7f",GradientType=1);
}

#solo_mian_area .flex .detaile_box {
	width: 29%;
	padding: 1rem 0 0;
}

#solo_mian_area .flex .detaile_box .event_days {
	line-height: 1;
	margin: 0 0 2.5rem;
}

#solo_mian_area .flex .detaile_box .event_days.red {
	color: #d8404a;
}

#solo_mian_area .flex .detaile_box .event_days .month {
	font-size: 1.93rem;
	font-weight: 300;
	vertical-align: top;
}

#solo_mian_area .flex .detaile_box .event_days .day {
	font-size: 5rem;
	font-weight: 100;
}

#solo_mian_area .flex .detaile_box .event_days .week {
	font-size: 1.14rem;
}

#solo_mian_area .flex .detaile_box .main_title {
	font-size: 2.28rem;
	font-weight: normal;
	margin: 0 0 1rem;
}

#solo_mian_area .flex .detaile_box .time {
	font-size: 1.62rem;
	margin: 0 0 .5rem;
}

#solo_mian_area .flex .detaile_box p {
	font-size: 1rem;
	margin: 0 0 2rem;
}

/*----------------------------------------------------
 schedule_detaile_mian_area
----------------------------------------------------*/

#schedule_detaile_mian_area {
	padding: 3rem 0 6.5rem;
	position: relative;
	overflow: hidden;
}

#schedule_detaile_mian_area .bg01 {
	position: absolute;
	right: 31rem;
	top: 6rem;
	z-index: -1;
}

#schedule_detaile_mian_area .inner {
	max-width: 1080px;
	position: relative;
}

#schedule_detaile_mian_area .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#schedule_detaile_mian_area .flex .image {
	width: 62%;
	position: relative;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

#schedule_detaile_mian_area .flex .image:before {
	content: '';
	width: 90%;
	height: 75%;
	position: absolute;
	left: 7rem;
	top: 8.8rem;
	z-index: -1;
	background: rgb(240,175,149);
	background: -moz-linear-gradient(151deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: -webkit-linear-gradient(151deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: linear-gradient(151deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0af95",endColorstr="#f29d9c",GradientType=1);
}

#schedule_detaile_mian_area .flex .detaile_box {
	width: 31%;
	padding: 3rem 0 0;
}

#schedule_detaile_mian_area .flex .detaile_box .event_days {
	line-height: 1;
	margin: 0 0 2.5rem;
}

#schedule_detaile_mian_area .flex .detaile_box .event_days.red {
	color: #d8404a;
}

#schedule_detaile_mian_area .flex .detaile_box .event_days .month {
	font-size: 1.93rem;
	font-weight: 300;
	vertical-align: top;
}

#schedule_detaile_mian_area .flex .detaile_box .event_days .day {
	font-size: 5rem;
	font-weight: 100;
}

#schedule_detaile_mian_area .flex .detaile_box .event_days .week {
	font-size: 1.14rem;
}

#schedule_detaile_mian_area .flex .detaile_box .main_title {
	font-size: 2.28rem;
	font-weight: normal;
	margin: 0 0 1rem;
}

#schedule_detaile_mian_area .flex .detaile_box .time {
	font-size: 1.62rem;
	margin: 0 0 .5rem;
}

#schedule_detaile_mian_area .flex .detaile_box p {
	font-size: 1rem;
	margin: 0 0 2rem;
}

#schedule_detaile_mian_area .flex .detaile_box ul {
	display: flex;
	flex-wrap: wrap;
}

#schedule_detaile_mian_area .flex .detaile_box ul li {
	list-style: none;
}

#schedule_detaile_mian_area .flex .detaile_box ul li a {
	display: block;
	font-size: 1rem;
	padding: .1rem .9rem;
	margin: 0 .7rem 1rem 0;
	border: 1px solid #000;
	border-radius: 20px;
}

#schedule_detaile_mian_area .pager_links,
#solo_mian_area .pager_links {
	position: absolute;
	right: 0;
	bottom: -5.4rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 240px;
}

#schedule_detaile_mian_area .pager_links .next_link a,
#solo_mian_area .pager_links .next_link a {
	display: block;
	position: relative;
	font-size: 1.14rem;
	padding: 0 3.2rem 0 0;
}

#schedule_detaile_mian_area .pager_links .next_link a:before,
#solo_mian_area .pager_links .next_link a:before {
	content: '';
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/right-arrow.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#schedule_detaile_mian_area .pager_links .prev_link a,
#solo_mian_area .pager_links .prev_link a {
	display: block;
	position: relative;
	font-size: 1.14rem;
	padding: 0 0 0 3.2rem;
}

#schedule_detaile_mian_area .pager_links .prev_link a:before,
#solo_mian_area .pager_links .prev_link a:before {
	content: '';
	width: 34px;
	height: 34px;
	background: url(/assets/img/common/left-arrow.svg) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*----------------------------------------------------
 schedule_detaile_model_area
----------------------------------------------------*/

#schedule_detaile_model_area {
	position: relative;
	overflow: hidden;
	padding: 5rem 0 4rem 0;
}

#schedule_detaile_model_area .bg01 {
	position: absolute;
	right: -16rem;
	top: -4rem;
	z-index: -3;
}

#schedule_detaile_model_area .bg02 {
	position: absolute;
	left: 6rem;
	top: 10rem;
	z-index: -3;
}

#schedule_detaile_model_area .bg03 {
	position: absolute;
	right: -10rem;
	top: 33rem;
	z-index: -3;
}

#schedule_detaile_model_area .inner {
	max-width: 900px;
}

#schedule_detaile_model_area .models_list ul {
	display: flex;
	flex-wrap: wrap;
}

#schedule_detaile_model_area .models_list li,
#individual_event_area .solo .talent li,
#todays_event_area .solo .talent li {
	width: 22.5%;
	margin: 0 3.333% 4rem 0;
	position: relative;
}

#schedule_detaile_model_area .models_list li.check .image,
#individual_event_area .solo .talent li.check .image,
#todays_event_area .solo .talent li.check .image {
	position: relative;
}

#schedule_detaile_model_area .models_list li.check .image:before,
#individual_event_area .solo .talent li.check .image:before,
#todays_event_area .solo .talent li.check .image:before {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-radius: 20px;
	background: url(/assets/img/bg/border_bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -2;
}

#schedule_detaile_model_area .models_list li.check .image:after,
#individual_event_area .solo .talent li.check .image:after,
#todays_event_area .solo .talent li.check .image:after {
	content: '';
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border-radius: 16px;
	background: #fff;
	background-size: cover;
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
}

#schedule_detaile_model_area .models_list li a img,
#individual_event_area .solo .talent li a img,
#todays_event_area .solo .talent li a img {
	border-radius: 20px;
}

#schedule_detaile_model_area .models_list li .prev_nav {
	position: absolute;
	left: .8rem;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#schedule_detaile_model_area .models_list li .prev_nav img {
	width: 9.69px;
	height: 17.26px;
}

#schedule_detaile_model_area .models_list li .next_nav {
	position: absolute;
	right: .8rem;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#schedule_detaile_model_area .models_list li .next_nav img {
	width: 9.69px;
	height: 17.26px;
}

#schedule_detaile_model_area .models_list li .image,
#individual_event_area .solo .talent li .image,
#todays_event_area .solo .talent li .image {
	margin: 0 0 1.4rem;
}

#schedule_detaile_model_area .models_list li .image .image_bg,
#individual_event_area .solo .talent li .image .image_bg,
#todays_event_area .solo .talent li .image .image_bg {
	width: 100%;
	height: auto;
	border-radius: 14px;
	padding-top: 290px;
	/* background-color: #ddd; */
	background-size: cover;
	background-position: center;
	opacity: 1;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}

#schedule_detaile_model_area .models_list li .name,
#individual_event_area .solo .talent li .name,
#todays_event_area .solo .talent li .name {
	text-align: center;
	font-size: 1.14rem;
}

#schedule_detaile_model_area .models_list li .new,
#individual_event_area .solo .talent li .new,
#todays_event_area .solo .talent li .new {
	background: #82b4dc;
	background: -moz-linear-gradient(-45deg, #82b4dc 0%, #7dbed5 50%, #77c9cc 100%);
	background: -webkit-linear-gradient(-45deg, #82b4dc 0%,#7dbed5 50%,#77c9cc 100%);
	background: linear-gradient(135deg, #82b4dc 0%,#7dbed5 50%,#77c9cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b4dc', endColorstr='#77c9cc',GradientType=1 );
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 50%;
	vertical-align: top;
	line-height: 60px;
	width: 60px;
	height: 60px;
	font-size: 1.35rem;
	position: absolute;
	top: -1.3rem;
	left: -1.1rem;
}

#schedule_detaile_model_area .models_list li .birthday,
#individual_event_area .solo .talent li .birthday,
#todays_event_area .solo .talent li .birthday {
	background: #82b4dc;
	background: rgb(160,87,230);
	background: -moz-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	background: linear-gradient(132deg, rgba(160,87,230,1) 0%, rgba(248,111,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a057e6",endColorstr="#f86f9a",GradientType=1);
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	vertical-align: top;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 250px;
	right: -1.1rem;
}

#solo_schedule_area #schedule_detaile_model_area .models_list li .birthday {
	top: 280px;
}

#schedule_detaile_model_area .models_list li .birthday .label,
#individual_event_area .solo .talent li .birthday .label,
#todays_event_area .solo .talent li .birthday .label {
	font-size: 11px;
	font-weight: 700;
	color: #FFE762;
}

#schedule_detaile_model_area .models_list li .birthday .day,
#individual_event_area .solo .talent li .birthday .day,
#todays_event_area .solo .talent li .birthday .day {
	color: #fff;
}

#schedule_detaile_model_area .models_list li .birthday .day b,
#individual_event_area .solo .talent li .birthday .day b,
#todays_event_area .solo .talent li .birthday .day b {
	font-size: 18px;
}

#schedule_detaile_model_area .models_list li .birthday .day small,
#individual_event_area .solo .talent li .birthday .day small,
#todays_event_area .solo .talent li .birthday .day small {
	font-size: 10px;
}

#schedule_detaile_model_area .models_explanation {
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
	margin: -1rem 0 7px 0;
}

#schedule_detaile_model_area .models_explanation span {
	background: url('/assets/img/common/border-icon.png') no-repeat;
	background-size: 26.03px 26.03px;
	padding: 0.4rem 0 .4rem 2.4rem;
	background-position: 0 5px;
}

/*----------------------------------------------------
 time_table_area
----------------------------------------------------*/

#time_table_area {
	padding: 3rem 0 12rem;
	position: relative;
}

#time_table_area .bg01 {
	position: absolute;
	left: -6rem;
	top: -7rem;
	z-index: -1;
}

#time_table_area .inner {
	max-width: 900px;
}

#time_table_area .head {
	margin: 0 0 2.7rem;
}

#time_table_area .head .en_title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.42rem;
}

#time_table_area .head .ja_title {
	font-size: 1rem;
	font-weight: normal;
}

#time_table_area .time-table-image {
	background: url('/assets/img/bg/table-bg@2x.jpg') no-repeat;
	background-size: cover;
	padding: 25px;
	width: calc(100% + 50px);
	margin: 0 0 0 -25px;
}

/*----------------------------------------------------
 event_info_area
----------------------------------------------------*/

#event_info_area {
	padding: 5rem 0 6.5rem;
	background: #f9f7f5;
}

#event_info_area .head {
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 900px;
}

#event_info_area .head .en_title {
	font-family: 'Nova Mono', monospace;
	font-size: 2.42rem;
}

#event_info_area .head .ja_title {
	font-size: 1rem;
	font-weight: normal;
}

#event_info_area .head_text {
	font-size: 1.28rem;
	line-height: 2;
	color: #777777;
	font-weight: 500;
	margin: 0 auto 4rem;
	width: 100%;
	max-width: 900px;
}

#event_info_area .box {
	background: #fff;
	border-radius: 30px;
	padding: 2.4rem 4rem 2.6rem;
	margin: 0 auto 2rem;

}

#event_info_area .box .event_name {
	font-size: 1.56rem;
	color: #e8868d;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 3rem;
	margin: 0 0 2rem;
}

#event_info_area .box .event_name:before {
	content: '';
	width: 2rem;
	height: 3px;
	background: #e8868d;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#event_info_area .box .detail {
	display: flex;
	align-items: baseline;
	margin: 0 0 2.4rem;
}

#event_info_area .box .detail_head {
	background: #a7a4a4;
	color: #fff;
	font-size: 1.07rem;
	font-weight: 500;
	border-radius: 6px;
	margin: 0 2rem 0 0;
	padding: .4rem 0;
	width: 160px;
	text-align: center;
}

#event_info_area .box .conts {
	width: calc(100% - (160px + 2rem));
}

#event_info_area .box.box03 .conts {
	width: 100%;
}

#event_info_area .box.box01 {
	padding: 2.4rem 4rem 1rem;
}

#event_info_area .box.box01 .conts a,
#event_info_area .box.box04 .conts a {
	text-decoration: underline;
	position: relative;
}

#event_info_area .box.box01 .conts.map_link a:after,
#event_info_area .box.box04 .conts.map_link a:after {
	content: '';
	width: 16px;
	height: 24px;
	background: url('/assets/img/common/map_con.svg') right center no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#event_info_area .box.box02 .detail_head {
	margin: 0 1.5rem 0 0;
	padding: .4rem 0;
	width: 160px;
	text-align: center;
}

#event_info_area .box.box02 {
	padding: 2.4rem 4rem 3.2rem;
}

#event_info_area .box.box02 .detail {
	margin: 0 0 1.3rem;
}

#event_info_area .box.box02 .conts p {
	font-weight: 500;
}

#event_info_area .box.box02 .conts p .big {
	font-size: 1.7rem;
}

#event_info_area .box.box02 .conts p .small {
	font-size: 1rem;
}

#event_info_area .box .detail p {
	font-size: 1.14rem;
}

#event_info_area .box.box03 {
	padding: 2rem 4rem 2.6rem;
}

#event_info_area .box.box03 .tel_text {
	text-align: center;
}

#event_info_area .box.box03 .tel_text a {
	color: #e8868d;
	font-size: 3.42rem;
	background: url('/assets/img/common/smart_con.svg') no-repeat;
	padding: 0 0 0 2.2rem;
	background-position: 0 19px;
}

#event_info_area .box.box03 p {
	text-align: center;
	font-size: .82rem;
}

#event_info_area .box.box03 .event_name {
	margin: 0;
}

#event_info_area .box.box04 .detail .conts p {
	font-size: 1rem;
	line-height: 1.83;
}

#event_info_area .box.box04 .detail .conts p.small {
	font-size: .875rem;
	line-height: 2;
}

#event_info_area .box.box04 .detail .conts .price_flex {
	display: flex;
	align-items: center;
	margin: 0 0 1rem;
}

#event_info_area .box.box04 .detail .conts .price_flex .mini {
	font-size: .875rem;
	font-weight: 500;
}

#event_info_area .box.box04 .detail .conts .price_flex .price {
	font-size: 1.5rem;
	font-weight: 500;
}

#event_info_area .box.box04 .detail .conts .tel_no a {
	font-size: 2.125rem;
	line-height: 1.44;
	letter-spacing: .02em;
	color: #e8868d;
}

#event_info_area .box.box04 .detail .conts .add_tel_no  {
	margin: 1.4rem 0 0;
	display: flex;
	align-items: center;
}

#event_info_area .box.box04 .detail .conts .add_tel_no span {
	margin: 0 1rem 0 0;
}

#event_info_area .box.box04 .detail .conts .add_tel_no a {
	font-size: 1.625rem;
	line-height: 1.44;
	letter-spacing: .02em;
	color: #e8868d;
}

.solo #event_info_area .head {
	margin: 0 auto 3rem;
}

/*----------------------------------------------------
 event_share_area
----------------------------------------------------*/

#event_share_area {
	padding: 1rem 0 12rem;
	position: relative;
	overflow: hidden;
}

#event_share_area .bg01 {
	position: absolute;
	left: -4rem;
	top: 0rem;
	z-index: -1;
}

#event_share_area .bg02 {
	position: absolute;
	left: 7rem;
	top: -8rem;
	z-index: -1;
}

#event_share_area .bg03 {
	position: absolute;
	right: -5rem;
	bottom: 4rem;
	z-index: -1;
}

#event_share_area .share_head {
	margin: 0 0 4rem;
	font-size: 1.42rem;
	font-weight: 500;
	color: #777777;
	text-align: center;
}

#event_share_area .share_head .ja_title span {
	padding: .6rem 0 .6rem 3.4rem;
	background: url('/assets/img/common/event_share_title.svg') no-repeat;
}

#event_share_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#event_share_area ul li {
	margin: 0 1.4rem;
	position: relative;
}

#event_share_area ul li img {
	width: 44px;
	height: 44px;
}

#event_share_area ul li .share-url img {
	width: 37px;
	height: 37px;
}

#event_share_area ul li .url-copied {
	display: none;
}

#event_share_area ul li .url-copied span {
	display: flex;
	justify-content: center;
	text-align: center;
	position: absolute;
	bottom: -3rem;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #000;
	padding: 2px 4px;
	box-sizing: border-box;
	line-height: 14px;
	white-space: nowrap;
}

#event_share_area .event_top_bt {
	width: 100%;
	max-width: 348px;
	margin: 7.9rem auto 0;
}

#event_share_area .event_top_bt a {
	display: block;
	color: #fff;
	background: #777777;
	font-size: 1.07rem;
	padding: 1rem 0;
	font-weight: 500;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.event-details #event_share_area {
	padding: 7.5rem 0 12rem;
}

.event-details #event_share_area:before {
	display: none;
}

.solo #event_share_area {
	padding: 12.1rem 0 10rem;
}

.solo #event_share_area .inner {
	position: relative;
}

.solo #event_share_area .point_text {
	position: absolute;
	top: -9rem;
	right: 6px;
	font-size: 1.15rem;
}

.solo #event_share_area .point_text a {
	color: #4aa3d5;
	text-decoration: underline;
}

/*----------------------------------------------------
 kiyaku_area
----------------------------------------------------*/

#kiyaku_area {
	overflow: hidden;
	position: relative;
}

#kiyaku_area .bg01 {
	position: absolute;
	right: -12rem;
	top: 1rem;
	z-index: -1;
}

#kiyaku_area .bg02 {
	position: absolute;
	right: -8rem;
	top: 33rem;
	z-index: -1;
}

#kiyaku_area .kiyaku_head {
	margin: 0 0 5rem;
	padding: 1.8rem 0 0;
}

#kiyaku_area .kiyaku_head .inner {
	max-width: 1083px;
}

#kiyaku_area .kiyaku_head .inner .en_title {
	font-family: 'Nova Mono', monospace;
	font-weight: 400;
	font-size: 3.14rem;
}

#kiyaku_area .kiyaku_head .inner .ja_title {
	font-family: "Makinas";
	font-weight: 400;
	font-size: 1.428rem;
	letter-spacing: .04em;
}

#kiyaku_area .kiyaku_box .inner {
	max-width: 902px;
}

#kiyaku_area .kiyaku_box .box_head {
	margin: 0 0 2.3rem;
}

#kiyaku_area .kiyaku_box .box_head.m_top {
	margin: 5rem 0 2.3rem;
}

#kiyaku_area .kiyaku_box .box_head h3 {
	position: relative;
	font-weight: 500;
	font-size: 1.57rem;
	letter-spacing: .04em;
	padding: 0 0 0 2.4rem;
}

#kiyaku_area .kiyaku_box .box_head h3:before {
	content: '';
	width: 22px;
	height: 4px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#kiyaku_area .kiyaku_box p {
	font-size: 1.14rem;
	line-height: 2;
	font-weight: 400;
	margin: 0 0 2rem;
}

#kiyaku_area .kiyaku_box ul {
	margin: 0 0 2rem;
}

#kiyaku_area .kiyaku_box ul li {
	font-size: 1.14rem;
	line-height: 2;
	font-weight: 400;
}

#kiyaku_area .kiyaku_box ul li span.red {
	color: #d12222;
}

#kiyaku_area .kiyaku_box .event_top_bt {
	width: 100%;
	max-width: 348px;
	margin: 8.5rem auto 4rem;
}

#kiyaku_area .kiyaku_box .event_top_bt a {
	display: block;
	color: #fff;
	background: #777777;
	font-size: 1.07rem;
	padding: 1rem 0;
	font-weight: 500;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

/*----------------------------------------------------
 access_area
----------------------------------------------------*/

.access #share_area {
	padding: 10rem 0 9rem;
}

#access_area {
	position: relative;
	overflow: hidden;
	padding: 0 0 6rem;
}

#access_area .bg01 {
	position: absolute;
	right: -12rem;
	top: 1rem;
	z-index: -1;
}

#access_area .bg02 {
	position: absolute;
	right: -8rem;
	top: 33rem;
	z-index: -1;
}

#access_area .bg03 {
	position: absolute;
	left: 9rem;
	top: 38rem;
	z-index: -1;
}

#access_area .bg04 {
	position: absolute;
	left: -5rem;
	top: 106rem;
	z-index: -1;
}

#access_area .bg05 {
	position: absolute;
	left: 13rem;
	bottom: 48rem;
	z-index: -1;
}

#access_area .bg06 {
	position: absolute;
	right: -15rem;
	bottom: 45rem;
	z-index: -1;
}

#access_area .bg07 {
	position: absolute;
	right: -8rem;
	bottom: 4rem;
	z-index: -1;
}

#access_area .access_head {
	margin: .6rem 0 5.4rem 0;
	position: relative;
}

#access_area .access_head .inner {
	max-width: 1087px;
}

#access_area .access_head .en-title {
	font-family: 'Nova Mono', monospace;
	font-size: 5.71rem;
}

#access_area .access_head .ja-title {
	font-size: 1rem;
	font-weight: normal;
}

#access_area .access_box {
	margin: 0 0 6.7rem;
}

#access_area .access_box .box_head h3 {
	margin: 0 0 3.1rem;
}

#access_area .access_box .box_head h3 {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: .1em;
}

#access_area .box_inner {
	max-width: 824px;
	margin: 0 auto;
}

#access_area .hall_image {
	margin: 0 0 2.3rem;
}

#access_area #sasage_slider {
	position: relative;
	margin: 0 0 2rem;
}

#access_area .access_box #sasage_slider .prev_nav {
	position: absolute;
	top: 50%;
	left: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}

#access_area .access_box #sasage_slider .next_nav {
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}

#access_area .access_box #sasage_slider li {
	height: 552px;
}

#access_area .access_box #sasage_slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#access_area .access_box #sasage_thumbnail .slick-current .trim-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#access_area .access_box #sasage_thumbnail .slick-track {
	display: flex;
	flex-wrap: wrap;
}

#access_area .access_box #sasage_thumbnail .slick-track li {

	float: none;
	margin: 0 1% .7rem 0;
}

#access_area .access_box #sasage_thumbnail .slick-current .trim-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba( 0,0,0, .4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#access_area #akisuta_slider {
	position: relative;
	margin: 0 0 2.1rem;
}

#access_area .access_box #akisuta_slider .prev_nav {
	position: absolute;
	top: 50%;
	left: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}

#access_area .access_box #akisuta_slider .next_nav {
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}

#access_area .access_box #akisuta_slider li {
	height: 546px;
}

#access_area .access_box #akisuta_slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#access_area .access_box #akisuta_thumbnail .slick-track {
	display: flex;
	flex-wrap: wrap;
}

#access_area .access_box #akisuta_thumbnail .slick-track li {
	float: none;
	margin: 0 1% .7rem 0;
	cursor: pointer;
}

#access_area .access_box #akisuta_thumbnail .slick-current .trim-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#access_area .access_box #akisuta_thumbnail .slick-current .trim-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba( 0,0,0, .4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#access_area .access_info .access_flex {
	display: flex;
	align-items: baseline;
	margin: 0 0 0.4rem;
}

#access_area .access_info .access_flex.m_bottom {
	margin: 0 0 1.6rem;
}

#access_area .access_info .access_flex .head {
	min-width: 120px;
	background: #a7a4a4;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font-size: .93rem;
	letter-spacing: .04em;
	margin: 0 2rem 2rem 0;
	padding: 0.5rem 0;
}

#access_area .access_info .access_flex .conts {
	width: calc(100% - 120px);
}

#access_area .access_info .access_flex .conts p {
	font-size: 1rem;
	line-height: 1.875;
	margin: 0 0 2rem;
}

#access_area .access_info .access_flex .conts p:last-child {
	margin: 0;
}

#access_area .access_info .access_flex .conts .tel_no a {
	font-size: 2.125rem;
	color: #e8868d;
	letter-spacing: .02em;
	margin: 0 0 .3rem;
}

#access_area .access_info .access_flex .map-conts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 120px);
	max-width: 674px;
}

#access_area .access_info .access_flex .map-conts p {
	margin: 0;
}

#access_area .access_info .access_flex .map-conts .map_bt {
	width: 100%;
	max-width: 228px;
}

#access_area .access_info .access_flex .map-conts .map_bt a {
	display: block;
	color: #fff;
	font-size: .93rem;
	letter-spacing: .04em;
	background: #777777;
	text-align: center;
	padding: 1rem 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#access_area .access_info .access_flex .map-conts .map_bt a span.icon {
	margin: 0 .3rem 0 0;
}

/*----------------------------------------------------
 biginner_area
----------------------------------------------------*/

#biginner_area {
	position: relative;
	overflow: hidden;
	padding: 2rem 0 1.5rem;
}

#biginner_area .inner {
	max-width: 1080px;
}

#biginner_area .bg01 {
	position: absolute;
	right: -12rem;
	top: -3rem;
	z-index: -1;
}

#biginner_area .bg02 {
	position: absolute;
	right: -5rem;
	top: 29rem;
	z-index: -1;
}

#biginner_area .bg03 {
	position: absolute;
	left: -8rem;
	top: 56rem;
	z-index: -1;
}

#biginner_area .bg04 {
	position: absolute;
	right: -6rem;
	top: 85rem;
	z-index: -1;
}

#biginner_area .bg05 {
	position: absolute;
	left: -10rem;
	bottom: 56rem;
	z-index: -1;
}

#biginner_area .bg06 {
	position: absolute;
	right: -9rem;
	bottom: 42rem;
	z-index: -1;
}

#biginner_area .bg07 {
	position: absolute;
	left: -6rem;
	bottom: 5rem;
	z-index: -1;
}

#biginner_area .biginner_main_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 0 8.3rem;
}

#biginner_area .biginner_main_flex .image {
	width: 69%;
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#biginner_area .biginner_main_flex .image:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 6px solid #fff09b;
	position: absolute;
	left: 4%;
	top: 8%;
	z-index: -1;
	box-sizing: border-box;
}

#biginner_area .biginner_main_flex .image:after {
	content: '';
	width: 76%;
	height: 63%;
	position: absolute;
	right: -7.5%;
	bottom: -14%;
	z-index: -1;
	background: url('/assets/img/bg/biginner_main_bg.jpg') no-repeat;
	background-size: cover;
}

#biginner_area .biginner_main_flex .conts {
	width: 41.8%;
	position: absolute;
	right: 1.2%;
}

#biginner_area .biginner_main_flex .conts .en_image {
	text-align: right;
	margin: 0 0 1.5rem;
}

#biginner_area .biginner_main_flex .conts h2 {
	text-align: right;
	font-size: 1.14rem;
	font-weight: 400;
	letter-spacing: .08em;
}

#biginner_area .center_area {
	text-align: center;
	margin: 0 0 5.4rem;
}

#biginner_area .center_area .pick_title {
	font-size: 2rem;
	text-align: center;
	font-weight: 300;
	line-height: 1.75;
	margin: 0 0 2.5rem;
	letter-spacing: 0.1em;
}

#biginner_area .center_area p {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.75;
	margin: 0 0 2rem;
}


#biginner_area .middle_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin: 0 0 8.6rem;
}

#biginner_area .middle_flex .image {
	width: 61.9%;
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#biginner_area .middle_flex .image:after {
	content: '';
	width: 89%;
	height: 75%;
	position: absolute;
	right: -4%;
	bottom: -7.8%;
	z-index: -1;
	background: rgb(240,175,149);
	background: -moz-linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0af95",endColorstr="#f29d9c",GradientType=1);
}

#biginner_area .middle_flex .conts {
	width: 32%;
	right: 0;
	padding: 0 1.8rem 0 0;
}

#biginner_area .middle_flex .conts .ja_image {
	margin: 0 0 .9rem;
}

#biginner_area .middle_flex .conts .en_title {
	color: #fa9a9c;
	font-size: 1.125rem;
	font-weight: 400;
	font-family: 'Nova Mono', monospace;
	line-height: 1.777;
	margin: 0 0 2.5rem;
}

#biginner_area .middle_flex .conts p {
	line-height: 2;
	margin: 0 0 2.8rem;
}

#biginner_area .middle_flex .conts .link a{
	position: relative;
	display: block;
	text-align: right;
	font-size: 1.07rem;
	padding: 0 2.3rem 0 0;
	z-index: 1;
	right: 0;
	letter-spacing: 2px;
	margin: 0 0 -3rem;
}

#biginner_area .middle_flex .conts .link a:after {
	content: '';
	width: 1.64rem;
	height: .42rem;
	background: url('/assets/img/common/mini_arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 32%;
}

#biginner_area .box_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#biginner_area .box_flex .biginer_box {
	width: 44%;
	margin: 0 0 9rem;
}

#biginner_area .box_flex .biginer_box .image {
	width: 100%;
	margin: 0 0 5.5rem;
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#biginner_area .box_flex .biginer_box .image:after {
	content: '';
	width: 89%;
	height: 75%;
	position: absolute;
	right: -5%;
	bottom: -8.8%;
	z-index: -1;
	background: rgb(240,175,149);
	background: -moz-linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0af95",endColorstr="#f29d9c",GradientType=1);
}

#biginner_area .box_flex .biginer_box.green .image:after {
	background: rgb(172,234,248);
	background: -moz-linear-gradient(148deg, rgba(172,234,248,1) 0%, rgba(155,226,152,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(172,234,248,1) 0%, rgba(155,226,152,1) 100%);
	background: linear-gradient(148deg, rgba(172,234,248,1) 0%, rgba(155,226,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aceaf8",endColorstr="#9be298",GradientType=1);
}

#biginner_area .box_flex .biginer_box.purple .image:after {
	background: rgb(255,203,213);
	background: -moz-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcbd5",endColorstr="#b797d5",GradientType=1);
}

#biginner_area .box_flex .biginer_box.orange .image:after {
	background: rgb(244,208,124);
	background: -moz-linear-gradient(148deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: linear-gradient(148deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4d07c",endColorstr="#f5ba7f",GradientType=1);
}

#biginner_area .box_flex .biginer_box.blue .image:after {
	background: rgb(166,203,247);
	background: -moz-linear-gradient(148deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	background: linear-gradient(148deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6cbf7",endColorstr="#abeef7",GradientType=1);
}

#biginner_area .box_flex .biginer_box .conts {
	padding: 0 3% 0 6%;
}

#biginner_area .box_flex .biginer_box .conts .ja_image {
	margin: 0 0 .9rem;
}

#biginner_area .box_flex .biginer_box .conts .en_title {
	color: #fa9a9c;
	font-size: 1.125rem;
	font-weight: 400;
	font-family: 'Nova Mono', monospace;
	line-height: 1.777;
	margin: 0 0 1.8rem;
}

#biginner_area .box_flex .biginer_box.green .conts .en_title {
	color: #8ad587;
}

#biginner_area .box_flex .biginer_box.purple .conts .en_title {
	color: #b995d7;
}

#biginner_area .box_flex .biginer_box.orange .conts .en_title {
	color: #f7d27f;
}

#biginner_area .box_flex .biginer_box.blue .conts .en_title {
	color: #8bd2db;
}

#biginner_area .box_flex .biginer_box .conts p {
	line-height: 2;
	text-align: justify;
	word-break: break-all;
	margin: 0 0 2.8rem;
}

#biginner_area .box_flex .biginer_box .conts .link a{
	position: relative;
	display: block;
	text-align: right;
	font-size: 1.07rem;
	padding: 0 2.3rem 0 0;
	z-index: 1;
	right: 0;
	letter-spacing: 2px;
	margin: 0 0 -3rem;
}

#biginner_area .box_flex .biginer_box .conts .link a:after {
	content: '';
	width: 1.64rem;
	height: .42rem;
	background: url('/assets/img/common/mini_arrow.svg') no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 32%;
}

#biginner_area h2 {
	position: relative;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: .04em;
	padding: 0 0 0 2.4rem;
	margin: 0 0 2.3rem;
}

#biginner_area h2:before {
	content: '';
	width: 25px;
	height: 4px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#biginner_area #concept_page {
	padding-top: 0;
}

#biginner_area #concept_page .method_box .box_head h3 {
	font-size: 2rem;
}

#biginner_area #concept_page .method_box .image {
	width: 100%;
	margin-bottom: 3.4rem;
	position: relative;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

#biginner_area #concept_page .method_box .image:after {
	content: '';
	width: 89%;
	height: 75%;
	position: absolute;
	right: -3%;
	bottom: -6.6%;
	z-index: -1;
	background: rgb(172,234,248);
	background: -moz-linear-gradient(148deg, rgba(172,234,248,1) 0%, rgba(155,226,152,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(172,234,248,1) 0%, rgba(155,226,152,1) 100%);
	background: linear-gradient(148deg, rgba(172,234,248,1) 0%, rgba(155,226,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aceaf8",endColorstr="#9be298",GradientType=1);
}

/*
#biginner_area .box_flex .biginer_box .image:after {
	content: '';
	width: 89%;
	height: 75%;
	position: absolute;
	right: -5%;
	bottom: -8.8%;
	z-index: -1;
	background: rgb(240,175,149);
	background: -moz-linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: linear-gradient(148deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0af95",endColorstr="#f29d9c",GradientType=1);
}
*/

#biginner_area #concept_page .method_box p {
	font-size: inherit;
	line-height: 1.75;
	text-align: center;
}

#biginner_area #concept_page .concept_desc {
	margin: 0 0 4.3rem;
}

#biginner_area #concept_page .concept_desc > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#biginner_area #concept_page .concept_desc > div p:first-child {
	width: 400px;
}

#biginner_area #concept_page .concept_desc > div p:nth-child(2) {
	width: 100px;
}

#biginner_area .movie {
	width: 843px;
	margin: 0 auto 4.3rem;
}

#biginner_area .movie .responsive {
	position: relative;
	padding-top: 56.25%;
}

#biginner_area .movie .responsive iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------
 rules_area
----------------------------------------------------*/

#rules_area {
	background: #f9f7f5;
	padding: 5rem 0 3rem;
	margin: 0 0 10rem;
}

#rules_area .inner {
	max-width: 904px;
}

#rules_area .rules_head  {
	margin: 0 0 2.7rem;
}

#rules_area .rules_head .en_title {
	font-size: 2.42rem;
	font-weight: 400;
	font-family: 'Nova Mono', monospace;
	margin: 0 0 .2rem;
}

#rules_area .rules_head .ja_title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .04em;
}

#rules_area .pickup_box {
	width: 100%;
	text-align: center;
	border-radius: 16px;
	margin: 0 auto 3.6rem;
	position: relative;
	padding: 8px 0;
	border-radius: 16px;
	background: rgb(252,189,191);
	background: -moz-linear-gradient(315deg, rgba(252,189,191,1) 0%, rgba(255,226,204,1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(252,189,191,1) 0%, rgba(255,226,204,1) 100%);
	background: linear-gradient(315deg, rgba(252,189,191,1) 0%, rgba(255,226,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcbdbf",endColorstr="#ffe2cc",GradientType=1);
}

#rules_area .pickup_box .inner_box {
	position: relative;
	background: #f9f7f5;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	margin: 0 8px;
	padding: 1.2rem 1rem;
	border-radius: 8px;
}

#rules_area .pickup_box .inner_box p {
	font-size: 1.285rem;
	line-height: 1.444;
	font-weight: 500;
	color: #fa9a9c;
}

#rules_area .rules_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.5rem;
}

#rules_area .rules_list li .list_no {
	font-size: 2.28rem;
	color: #fa9a9c;
	width: 60px;
	text-align: right;
}

#rules_area .rules_list li .text {
	font-size: 1.14rem;
	line-height: 1.875;
	width: calc( 100% - 75px);
}

/*----------------------------------------------------
 concept_page
----------------------------------------------------*/

#concept_page {
	position: relative;
	overflow: hidden;
	padding: 2rem 0 1.5rem;
}

#concept_page .inner {
	max-width: 1080px;
}

#concept_page .bg01 {
	position: absolute;
	right: -5.5rem;
	top: 13rem;
	z-index: -1;
}

#concept_page .bg02 {
	position: absolute;
	right: 21rem;
	top: 21rem;
	z-index: 1;
}

#concept_page .bg03 {
	position: absolute;
	left: -9rem;
	top: 42rem;
	z-index: -1;
}

#concept_page .bg04 {
	position: absolute;
	right: -7rem;
	top: 57rem;
	z-index: -1;
}

#concept_page .bg05 {
	position: absolute;
	left: -5rem;
	top: 85rem;
	z-index: -1;
}

#concept_page .bg06 {
	position: absolute;
	right: -4rem;
	bottom: 45rem;
	z-index: -1;
}

#concept_page .bg07 {
	position: absolute;
	left: -12rem;
	bottom: 10rem;
	z-index: -1;
}

#concept_page .bg08 {
	position: absolute;
	right: -8rem;
	bottom: 10rem;
	z-index: -1;
}

#concept_page .bg09 {
	position: absolute;
	left: -6rem;
	bottom: 5rem;
	z-index: -1;
}

#concept_page .concept_main_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 0 11.3rem;
}

#concept_page .concept_main_flex .image {
	width: 69%;
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#concept_page .concept_main_flex .image:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 6px solid #fff09b;
	position: absolute;
	left: 4%;
	top: 8%;
	z-index: -1;
	box-sizing: border-box;
}

#concept_page .concept_main_flex .image:after {
	content: '';
	width: 76%;
	height: 63%;
	position: absolute;
	right: -7.5%;
	bottom: -14%;
	z-index: -1;
	background: rgb(255,203,213);
	background: -moz-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcbd5",endColorstr="#b797d5",GradientType=1);
}

#concept_page .concept_main_flex.pink_bg .image:after {
	background: rgb(240,175,149);
	background: -moz-linear-gradient(153deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	background: linear-gradient(153deg, rgba(240,175,149,1) 0%, rgba(242,157,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0af95",endColorstr="#f29d9c",GradientType=1);
}

#concept_page .concept_main_flex.green_bg .image:after {
	background: rgb(172,250,248);
	background: -moz-linear-gradient(153deg, rgba(172,250,248,1) 0%, rgba(155,226,152,1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(172,250,248,1) 0%, rgba(155,226,152,1) 100%);
	background: linear-gradient(153deg, rgba(172,250,248,1) 0%, rgba(155,226,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acfaf8",endColorstr="#9be298",GradientType=1);
}

#concept_page .concept_main_flex.orange_bg .image:after {
	background: rgb(244,208,124);
	background: -moz-linear-gradient(132deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	background: linear-gradient(132deg, rgba(244,208,124,1) 0%, rgba(245,186,127,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4d07c",endColorstr="#f5ba7f",GradientType=1);
}

#concept_page .concept_main_flex.purple_bg .image:after {
	background: rgb(255,203,213);
	background: -moz-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: -webkit-linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	background: linear-gradient(148deg, rgba(255,203,213,1) 0%, rgba(183,151,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcbd5",endColorstr="#b797d5",GradientType=1);
}

#concept_page .concept_main_flex.blue_bg .image:after {
	background: rgb(166,203,247);
	background: -moz-linear-gradient(132deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	background: linear-gradient(132deg, rgba(166,203,247,1) 0%, rgba(171,238,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6cbf7",endColorstr="#abeef7",GradientType=1);
}

#concept_page .concept_main_flex .conts {
	width: 41.8%;
	position: absolute;
	top: 7.2rem;
	right: 2.1%;
}

#concept_page .concept_main_flex .conts .en_image {
	text-align: right;
	margin: 0 0 2.5rem;
}

#concept_page .concept_main_flex .conts h2 {
	text-align: right;
	font-size: 1.42rem;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: .6;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-family: "Makinas";
}

#concept_page .concept_main_flex .conts h2 span {
	padding: 0 .1rem;
}

#concept_page .concept_desc {
	margin: 0 0 5.3rem;
}

#concept_page .concept_desc .pick_title {
	font-size: 1.85rem;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 2.3rem;
	letter-spacing: 0.1em;
}

#concept_page .concept_desc p {
	font-size: 1.14rem;
	line-height: 1.875;
	margin: 0 0 2rem;
}

#concept_page .method_box  {
	max-width: 902px;
	margin: 0 auto;
}

#concept_page .method_box .box_head {
	margin: 0 0 2.3rem;
}

#concept_page .method_box .box_head h3 {
	position: relative;
	font-weight: 500;
	font-size: 1.57rem;
	letter-spacing: .04em;
	padding: 0 0 0 2.4rem;
}

#concept_page .method_box .box_head h3:before {
	content: '';
	width: 25px;
	height: 4px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#concept_page .method_box p {
	font-size: 1.14rem;
	line-height: 1.875;
	font-weight: 400;
	margin: 0 0 1.4rem;
}

#concept_page .method_box .event_top_bt {
	width: 100%;
	max-width: 348px;
	margin: 8.5rem auto 4rem;
}

#concept_page .method_box .event_top_bt a {
	display: block;
	color: #fff;
	background: #777777;
	font-size: 1.07rem;
	padding: 1rem 0;
	font-weight: 500;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

#concept_page .method_box ul.basicList {
	font-size: 1.14rem;
	line-height: 1.875;
	font-weight: 400;
	padding-left: 1rem;
}

#concept_page .method_box ul.basicList li {
	list-style-type: disc;
}

/*----------------------------------------------------
 button_parts
----------------------------------------------------*/

#button_parts {
	position: relative;
	overfllow: hidden;
}

#button_parts .icon_bt {
	width: 100%;
	max-width: 384px;
	margin: 4rem auto 4rem;
}

#button_parts .icon_bt a {
	display: block;
	position: relative;
	color: #fff;
	background: #777777;
	font-size: 1rem;
	line-height: 80px;
	padding: 0 1rem;
	letter-spacing: .04em;
	font-weight: bold;
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

#button_parts .icon_bt.green_bt a {
	background: rgb(138,211,186);
	background: -moz-linear-gradient(132deg, rgba(138,211,186,1) 0%, rgba(143,211,138,1) 100%);
	background: -webkit-linear-gradient(132deg, rgba(138,211,186,1) 0%, rgba(143,211,138,1) 100%);
	background: linear-gradient(132deg, rgba(138,211,186,1) 0%, rgba(143,211,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ad3ba",endColorstr="#8fd38a",GradientType=1);
}

#button_parts .icon_bt.green_bt a:before {
	content: '';
	width: 43px;
	height: 28px;
	background: url('/assets/img/common/kumiwake_icon.svg') no-repeat;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*----------------------------------------------------
 unknown_area
----------------------------------------------------*/

#unknown_area {
	position: relative;
	margin: 0 0 2.6rem;
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/
@media screen and  (min-width: 1400px) {
	#model_slider_area ul li.current-left {
		transform: scale(.80) translate( -25px, 0) !important;
	}
	
	#model_slider_area ul li.current-right {
		transform: scale(.80) translate( 25px, 0) !important;
	}
}

@media screen and  (min-width: 769px) {
	
	.pc {
		display: none;
	}
	
	#todays_event_area .participation_list ul li:nth-child(7n) {
		margin: 0 0 1.1rem 0;
	}
	
	#individual_event_area .participation_list ul li:nth-child(7n) {
		margin: 0 0 .2rem 0;
	}
	
	#individual_event_area .participation_list ul li.is-empty:nth-child(7n) {
		margin: 0 0 0 0;
	}
	
	#press_area .press_list ul li:nth-child(4n) {
		margin: 0 0 1.6rem 0;
	}
	
	#archive_area .models_list li:nth-child(4n) {
		margin: 0 0 4.5rem;
	}
	
	#works_area .media_box ul li:nth-child(4n) {
		margin: 0 0 1.6rem 0;
	}
	
	#event_individual_area .evnet_model .model_box:nth-child(4n) {
		margin: 0 0 3rem 0;
	}
	
	#schedule_detaile_model_area .models_list li:nth-child(4n) {
		margin: 0 0 4rem;
	}
	
	.schedule #todays_event_area .schecule_head .inner {
		width: calc(100% - 5.6rem);
	}
	
	#model_single .section_head .inner {
		width: calc(100% - 5.6rem);
	}
	
	#archive_model_slider_area .section_head .inner {
		width: calc(100% - 5.6rem);
	}
	
	#model_slider_area ul li.current-left {
		transform: scale(.80) translate( -19px, 0);
	}
	
	#model_slider_area ul li.current-right {
		transform: scale(.80) translate( 19px, 0);
	}
	
	#model_single .model_section_tab #tabBox2 .costume_list li:nth-child(4n) {
		margin: 0 0 3rem 0;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dt span.day {
		width: 40px;
		padding: 0 .5rem 0 2rem;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dt span.week {
		width: 54px;
	}
	
	#access_area .access_box #sasage_thumbnail .slick-track li:nth-child(9n) {
		margin: 0 0 .7rem 0;
	}
	
	#solo_schedule_area .schedule_list .schedule_box:nth-child(4n) {
		margin: 0 0 3rem 0;
	}
	
	#access_area .access_box #sasage_thumbnail .slick-track {
		transform:unset!important;
	}
	
	#access_area .access_box #akisuta_thumbnail .slick-track {
		transform:unset!important;
	}
	
	#access_area .access_box #sasage_thumbnail .slick-track li {
		width: calc(92% / 9) !important;
	}
	
	#access_area .access_box #akisuta_thumbnail .slick-track li {
		width: calc(92% / 9) !important;
	}
	
	#biginner_area .box_flex .biginer_box:nth-child(2n) {
		margin-right: 2.4%;
	}
	
	#concept_page .concept_desc .pick_title {
		white-space: nowrap;
	}
	
	#access_area .access_info .access_flex .map-conts .map_bt a {
		transform: translate(0, 4px);
	}
	
	#todays_event_area .participation_list ul li.is-empty:nth-child(7n) {
		margin: 0;
	}
	
}

@media screen and  (min-width: 769px) and (max-width: 1040px) {
	#header .header_nav ul.nav_list {
		display: none;
	}
	
	#main_visual .slider_flex .visual {
		width: 60%;
	}
	
	#main_visual .slider_flex .main_text {
		width: 36%;
		
	}
	
	#main_visual .slider_flex .main_text .en_text {
		font-size: 7vw;
	}
	
	#main_visual .slider_flex .visual:after {
		height: 81%;
		bottom: 0;
	}
	
	.inner {
		width: calc(100% - 5.6rem);
	}
	
	#model_slider_area .prev_nav {
		left: 31.5%;
	}
	
	#model_slider_area .next_nav {
		right: 31.5%;
	}
	
	#concept_area .concept_box {
		bottom: -12rem;
		width: 65%;
	}
	
	#news_area .news_flex .news_list {
		width: 72%;
	}
	
	#recruitment_area .inner {
		width: calc(100% - 2.6rem);
	}
	
	#recruitment_area .recruitment_flex .image {
		margin: 8rem 0 -8rem -3%;
	}
	
	#recruitment_area .recruitment_flex .box {
		width: 63%;
		margin: 0 -13% 0 0;
	}
	
	#recruitment_area .recruitment_flex .box .link a {
		right: 11.5rem;
		bottom: 1.5rem;
	}
	
	#recruitment_area .recruitment_flex .box h3 {
		margin: 0 0 0.8rem;
		font-size: 2.5rem;
	}
	
	#recruitment_area .recruitment_flex .box h2 img {
		max-width: 50%;
	}
	
	#press_area .head .head_flex {
		margin: 0;
	}
	
	.schedule #todays_event_area .schecule_head {
		margin: .6rem 0 3.8rem 0rem;
	}
	
	#model_single .section_head {
		margin: 2rem 0 5rem 0rem;
	}
	
	#archive_model_slider_area .section_head {
		margin: 2.5rem 0 3rem 0rem;
	}
	
	#todays_event_area .participation_list ul {
		justify-content: center;
	}
	
	#todays_event_area .participation_list ul li:nth-child(7n) {
		margin: 0 .4rem 1.1rem 0;
	}
	
	
	#individual_event_area .participation_list ul {
		justify-content: center;
	}
	
	#individual_event_area .participation_list ul li:nth-child(7n) {
		margin: 0 .4rem .2rem 0;
	}
}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 767px){
	
	.sp {
		display: none !important;
	}
	
	.inner {
		width: calc(100% - 2.28rem);
	}
	
	span.background_bg {
		max-width: 40%;
	}
	
	/*-------------------------------
	 floating
	-------------------------------*/
	
	#floating_sns {
		position: absolute;
		width: auto;
		top: 1.5rem;
		left: 49%;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
	}
	
	#floating_sns ul {
		display: flex;
	}
	
	#floating_sns ul li {
		padding: 0 .7rem;
	}
	
	#floating_schedule {
		width: 95%;
		right: 2.5%;
		bottom: .6rem;
	}
	
	#floating_schedule .floating_schedule_image {
		margin: 0 .7rem 0 0;
	}
	
	#floating_schedule .close_bt {
		right: 1rem;
	}
	
	/*-------------------------------
	 sp menu
	-------------------------------*/
	
	#sp_menu {
		width: 100%;
		padding: 0 1rem;
	}
	
	#sp_menu.open {
		position: fixed;
		overflow-y: scroll;
		z-index: 99;
		top: 5rem;
		height: calc(100% - 5rem);
		-webkit-overflow-scrolling: touch;
	}
	
	#sp_menu .sp_menu_flex .logo {
		text-align: center;
		margin: .8rem 0 2.8rem;
	}
	
	#sp_menu .sp_menu_flex .logo img {
		max-width: 53.6%;
	}
	
	#sp_menu .sp_menu_flex .evnet_banner {
		width: 100%;
		right: 0;
		bottom: 0;
		z-index: 1;
		margin: 0 0 3rem;
	}

	#sp_menu .sp_menu_flex .evnet_banner a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 74px;
		border-radius: 40px;
		color: #fff;
		background: linear-gradient(314deg, #a46cda, #e77680, #d6b71f, #55c9a9, #35b9cb, #5685cf);
		background-size: 1200% 1200%;
		-webkit-animation: AnimationName 15s ease infinite;
		-moz-animation: AnimationName 15s ease infinite;
		-o-animation: AnimationName 15s ease infinite;
		animation: AnimationName 15s ease infinite;
		box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px, rgb(17 17 26 / 10%) 0px 24px 80px;
	}

	#sp_menu .sp_menu_flex .evnet_banner .evnet_image {
		margin: 0 .7rem 0 0;
	}

	#sp_menu .sp_menu_flex .evnet_banner .evnet_text {
		padding: 0 0 0 .6rem;
		position: relative;
	}
	
	#sp_menu .sp_menu_flex .evnet_banner .close_bt {
		position: absolute;
		right: 1rem;
		top: -11px;
		cursor: pointer;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#sp_menu .sp_menu_flex .evnet_banner .evnet_text .en_text {
		font-family: 'Nova Mono', monospace;
		font-size: 1.57rem;
		font-weight: 400;
		text-align: center;
	}

	#sp_menu .sp_menu_flex .evnet_banner .evnet_text .ja_text {
		font-size: .78rem;
	}

	#sp_menu .sp_menu_flex .evnet_banner .evnet_text .arrow {
		position: absolute;
		right: 1.2rem;
		top: 57%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	
	#sp_menu .sp_menu_flex .align-center {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
	#sp_menu .sp_menu_flex .big_nav {
		margin: 0 0 1rem;
	}
	
	#sp_menu .sp_menu_flex .big_nav li {
		margin: 0 0 2.1rem;
	}

	#sp_menu .sp_menu_flex .big_nav li:nth-child(1) a {
		
	}

	#sp_menu .sp_menu_flex .big_nav li:nth-child(2) a {
		
	}

	#sp_menu .sp_menu_flex .big_nav li:nth-child(3) a {
		
	}

	#sp_menu .sp_menu_flex .big_nav li:nth-child(4) a {
		
	}

	#sp_menu .sp_menu_flex .big_nav li:nth-child(5) a {
		
	}
	
	#sp_menu .sp_menu_flex .small_nav {
		display: flex;
		margin: 0 0 3rem;
	}
	
	#sp_menu .sp_menu_flex .small_nav li {
		padding: 0.5rem;
	}
	
	#sp_menu .sp_menu_flex .small_nav .left {
		width: 48%;
		margin: 0 2%;
	}
	
	#sp_menu .sp_menu_flex .small_nav .right {
		width: 48%;
		margin: 0 2%;
	}
	
	#sp_menu .sp_menu_flex .sns_nav {
		display: flex;
		margin: 0 0 3rem;
		justify-content: center;
		align-items: center;
	}
	
	#sp_menu .sp_menu_flex .sns_nav li {
		padding: 0 .8rem;
	}
	
	/*-------------------------------
	 Component
	-------------------------------*/
	
	main .component_head {
		margin: 0 0 3rem;
	}
	
	main .component_text_box {
		padding: 6px 0;
		margin: 0 1.14rem 4rem;
		width: calc(100% - 2.28rem);
	}
	
	main .component_head h2 {
		font-size: 1.57rem;
	}
	
	main .component_text_box .inner_box {
		padding: 2.2rem 1.14rem 0.1rem;
		text-align: left;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		margin: 0 6px;
	}
	
	/*-------------------------------
	 header
	-------------------------------*/
	
	#header {
		padding: 1.14rem 0;
	}
	
	#header .inner {
		width: calc(100% - 2.28rem);
	}
	
	#header .header_logo {
		width: 100%;
		max-width: 127px;
		padding: 0;
	}
	
	#header .header_nav ul {
		display: none;
	}
	
	.menu-trigger {
		top: 1.37rem;
		right: 1.14rem;
		width: 27px;
	}
	
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	
	.menu-trigger span:nth-of-type(3) {
		bottom: 8px;
	}
	
	/*-------------------------------
	 footer
	-------------------------------*/
	
	#footer {
		padding: 4.7rem 0 7.5rem;
	}
	
	#footer  .inner {
		width: calc(100% - 5.28rem);
	}
	
	#footer .footer_logo .logo {
		max-width: 192px;
	}
	
	#footer .footer_info {
		display: block;
	}
	
	#footer .footer_info .footer_tw {
		width: 100%;
		margin: 0 0 3rem;
	}
	
	#footer .footer_info .footer_right {
		width: 100%;
	}
	
	#footer .footer_info .footer_logo {
		width: 100%;
		margin: 0 0 3rem;
	}
	
	#footer .footer_info .footer_logo .logo {
		margin: 0 0 2rem;
		text-align: center;
	}
	
	#footer .footer_info .footer_logo .logo img {
		max-width: 84%;
	}
	
	#footer .footer_info .footer_nav {
		width: 100%;
	}
	
	#footer .footer_info .footer_nav .big_nav li {
		font-size: 3.14vw;
	}
	
	#footer .footer_info .footer_nav .small_nav li {
		font-size: 3.14vw;
	}
	
	#footer #page-top {
		right: 1.5rem;
	}
	
	#footer .footer_info .footer_nav .small_nav {
		width: 43%;
	}
	
	/*-------------------------------
	 main
	-------------------------------*/
	
	#main_visual {
		margin: 0 0 0;
		padding: 1.2rem 0 6.7rem;
	}
	
	#main_visual .slider_flex {
		display: block;
	}
	
	#main_visual .slider_flex .visual {
		width: 100%;
	}
	
	#main_visual .inner {
		width: calc(100% - 2.8rem);
	}
	
	#main_visual .slider_flex .visual:after {
		width: 93%;
		height: 91%;
		left: 16.5%;
		top: 12%;
	}
	
	#main_visual .slider_flex .main_text {
		width: 100%;
		margin: -2.1rem 0 0 -.4rem;
	}
	
	#main_visual .slider_flex .main_text .ja_text {
		margin: 0 0 0 0rem;
	}
	
	#main_visual .slider_flex .main_text .en_text {
		font-size: 10vw;
		margin: 0 0 .8rem;
		line-height: 1.13;
	}
	
	#main_visual .slider_flex .visual .prev_nav {
		width: 28px;
		height: auto;
		left: -1rem;
		top: 44%;
	}
	
	#main_visual .slider_flex .visual .next_nav {
		width: 28px;
		height: auto;
		right: -1rem;
		top: 44%;
	}
	
	#main_visual .slider_flex .visual {
		height: auto;
	}
	
	#main_visual span.scroll_line {
		display: none;
	}
	
	#main_visual .bg01 {
		right: -5rem;
		top: 0;
	}
	
	#main_visual .bg02 {
		right: -2rem;
		top: 18rem;
	}
	
	#main_visual .main_slider .slide-dots {
		opacity: 0;
	}
	
	/*-------------------------------
	 todays
	-------------------------------*/
	
	.schedule #todays_event_area {
		padding: .5rem 0 0;
	}
	
	.schedule #todays_event_area .event_sort_flex .event_days .month {
		font-size: 2rem;
	}
	
	.schedule #todays_event_area .event_sort_flex .event_days .day {
		font-size: 4rem;
	}
	
	.schedule #todays_event_area .event_sort_flex .event_days .week {
		font-size: 1.12rem;
	}
	
	.schedule #todays_event_area .event_sort_flex .prev_link {
		bottom: -3.2rem;
		width: 30%;
	}
	
	.schedule #todays_event_area .event_sort_flex .next_link {
		bottom: -3.2rem;
		width: 30%;
	}
	
	#todays_event_area .event_line_bg {
		width: 26%;
		position: absolute;
		z-index: -1;
		top: 7rem;
	}
	
	#todays_event_area .schecule_head:before {
		display: none;
	}
	
	#todays_event_area .schecule_head:after {
		display: none;
	}
	
	#todays_event_area .section_head {
		margin: 0 0 2.2rem;
	}
	
	#todays_event_area .section_head .en-title {
		font-size: 7.6vw;
	}
	
	#todays_event_area .section_head .ja-title {
		margin: 0;
	}
	
	#todays_event_area .event_sort_flex .event_days .month {
		font-size: 2rem;
	}
	
	#todays_event_area .event_sort_flex .event_days .day {
		font-size: 4rem;
	}
	
	#todays_event_area .event_sort_flex .event_days .week {
		font-size: 1.12rem;
	}
	
	#todays_event_area .schecule_head, .schedule #todays_event_area .schecule_head {
		margin: 0 0 2rem 0;
	}
	
	#todays_event_area .schecule_head .en-title {
		font-size: 11.2vw;
	}
	
	#todays_event_area .schecule_head .ja-title {
		font-size: 3.41vw;
	}
	
	#todays_event_area .event_sort_flex {
		padding: 0 1.14rem;
		margin: 0 0 3rem;
		display: block;
		position: relative;
	}
	
	#todays_event_area .event_sort_flex .prev_link {
		position: absolute;
		bottom: -4.2rem;
		left: 0;
		width: 33%;
	}
	
	#todays_event_area .event_sort_flex .prev_link a {
		font-size: 1.1rem;
		padding: 0 0 0 3.3rem;
		white-space: nowrap;
	}
	
	#todays_event_area .event_sort_flex .prev_link a:before {
		width: 29px;
		height: 29px;
		left: .8rem;
	}
	
	#todays_event_area .event_sort_flex .next_link  {
		position: absolute;
		bottom: -4.2rem;
		right: 0;
		width: 33%;
	}
	
	#todays_event_area .event_sort_flex .next_link a {
		font-size: 1.1rem;
		padding: 0 3.3rem 0 0;
		white-space: nowrap;
	}
	
	#todays_event_area .event_sort_flex .next_link a:before {
		width: 29px;
		height: 29px;
		right: .8rem;
	}
	
	#todays_event_area .event_sort_flex .event_days {
		text-align: center;
		width: 100%;
	}
	
	#todays_event_area .evnet_head_flex .event_info {
		width: calc(100% - 70px);
	}
	
	#todays_event_area .evnet_head_flex .event_name {
		font-size: 7.5vw;
		letter-spacing: 0;
	}
	
	#todays_event_area .evnet_head_flex .limit {
		width: 56px;
		height: 56px;
		line-height: 56px;
	}
	
	#todays_event_area .evnet_head_flex .limit span.number {
		font-size: 5.5vw;
	}
	
	#todays_event_area .event_box .event_cat01 {
		font-size: 3.4vw;
		background-position: 0 .2rem;
	}
	
	#todays_event_area .evnet_head_flex .event_tags li a {
		font-size: 3.4vw;
		padding: .1rem .8rem;
		margin: 0 .5rem 1rem 0;
	}
	
	#todays_event_area .event_number {
		margin: 4.8rem 0 1.5rem;
	}
	
	#todays_event_area .event_number span {
		font-size: 2.52rem;
	}
	
	#todays_event_area .participation_list ul {
		justify-content: center;
	}
	
	#todays_event_area .participation_list ul li {
		width: 106px;
		margin: 0 .8rem .6rem 0;
		padding: 0 .2rem 0 0;
	}
	
	#todays_event_area .participation_list ul li a {
		display: block;
	}
	
	#todays_event_area .participation_list ul li.check a:before {
		width: calc(100px + 8px);
		height: calc(100px + 8px);
	}
	
	#todays_event_area .participation_list ul li a figure {
		width: 100px;
		max-height: 100px;
		left: 5.5px;
	}
	
	#todays_event_area .participation_list ul li.new:after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 3.14vw;
		left: -4px;
	}
	
	#todays_event_area .participation_list ul li.birthday:before {
		width: 50px;
		height: 50px;
		line-height: 1;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		right: -15px;
		bottom: -6px;
	}
	
	#todays_event_area .event_bt {
		width: 74%;
		margin: 0 auto 5rem;
	}
	
	#todays_event_area .event_bt a {
		padding: 1.4rem 0;
	}
	
	#todays_event_area .bg01 {
		left: -6rem;
	}
	
	#todays_event_area .bg02 {
		right: 1rem;
	}
	
	#todays_event_area .bg03 {
		right: -5rem;
		top: 82rem;
	}
	
	#todays_event_area .bg04 {
		left: -5rem;
		top: 151rem;
	}
	
	#todays_event_area .bg05 {
		right: 1rem;
		top: 169rem;
	}
	
	#todays_event_area .bg07 {
		right: -4rem;
	}
	
	#todays_event_area .bg08 {
		right: 1rem;
		top: 30rem;
	}
	
	#todays_event_area .bg09 {
		top: 30rem;
	}
	
	#todays_event_area .bg10 {
		top: 87rem;
	}
	
	/*-------------------------------
	 model_slider_area
	-------------------------------*/
	
	#model_slider_area {
		height: auto;
		padding: 0 0 2.4rem;
	}
	
	#model_slider_area .head {
		padding: 3.5rem 0.8rem 0;
		margin: 0 0 1rem;
	}
	
	#model_slider_area .link {
		position: absolute;
		width: 100%;
		bottom: 2rem;
	}
	
	#model_slider_area .link a {
		right: 0;
	}
	
	#model_slider_area .models_slider {
		margin: 0 0 0 1.8rem;
	}
	
	#model_slider_area ul li.slick-slide {
		width: 100%;
		max-width: 280px;
	}
	
	#model_slider_area .link a {
		top: 0;
	}
	
	#model_slider_area .bg01 {
		right: -3rem;
		bottom: 5.5rem;
	}
	
	/*-------------------------------
	 concept_area
	-------------------------------*/
	
	#concept_area {
		padding: 5rem 0 12rem 0;
	}
	
	#concept_area .inner {
		width: calc(100% - 2.28rem);
		bottom: 0rem;
	}
	
	#concept_area h2 {
		text-align: right;
		right: 1.2rem;
		top: -1.8rem;
	}
	
	#concept_area h2 img {
		max-width: 61%;
	}
	
	#concept_area .concept_box {
		width: 85%;
		padding: 2.5rem 4% 1rem 1rem;
		bottom: auto;
		top: 18rem;
		border-radius: 0 15px 0 0;
	}
	
	#concept_area .concept_box h3 {
		margin: 0 0 1.2rem;
	}
	
	#concept_area .concept_box h3 img {
		max-width: 75%;
	}
	
	#concept_area .concept_box p {
		font-size: 3.14vw;
	}
	
	#concept_area .concept_image:after {
		left: .3rem;
		bottom: -.7rem;
		height: 96%;
		border: 2px solid #fff09b;
	}
	
	#concept_area .bg01 {
		left: -2rem;
		top: 4rem;
	}
	
	#concept_area .bg02 {
		right: -7rem;
		bottom: 9.5rem;
	}
	
	/*-------------------------------
	 news_area
	-------------------------------*/
	
	#news_area {
		padding: 5rem 0 0;
	}
	
	#news_area .bg01 {
		top: 0;
	}
	
	#news_area .news_flex .title .en-title {
		font-size: 2.857rem;
		margin: 0 0 2.1rem;
	}
	
	#news_area .news_flex {
		display: block;
	}
	
	#news_area:before {
		display: none;
	}
	
	#news_area .news_flex .title {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
	}
	
	#news_area .news_flex .news_list {
		width: 100%;
		margin: 0;
	}
	
	#news_area .news_flex .news_list li {
		display: block;
		margin: 0 0 1.2rem;
	}
	
	#news_area .news_flex .news_list li .head {
		width: 100%;
		align-items: center;
		margin: 0 0 .6rem;
		font-size: 3.14vw;
	}
	
	#news_area .news_flex .news_list li a.cat_link {
		width: 100px;
	}
	
	#news_area .news_flex .news_list li .cat_link {
		width: 100px;
	}
	
	#news_area .news_flex .news_list li .day {
		margin: 0 5% 0 0;
	}
	
	#news_area .news_flex .news_list li a.post_link {
		width: 100%;
	}
	
	/*-------------------------------
	 recruitment_area
	-------------------------------*/
	
	#recruitment_area {
		padding: 1.5rem 0 3.3rem;
	}
	
	#recruitment_area .bg01 {
		display: none;
	}
	
	#recruitment_area .bg02 {
		left: 1rem;
	}
	
	.model-arhive #recruitment_area {
		padding: 3.7rem 0 7rem;
		margin: -5rem 0 0;
	}
	
	#recruitment_area:before {
		top: -5rem;
	}
	
	#recruitment_area:after {
		width: 40%;
		height: 15rem;
		right: 0;
	}
	
	#recruitment_area .inner {
		width: 100%;
	}
	
	#recruitment_area .recruitment_flex {
		display: block;
	}
	
	#recruitment_area .recruitment_flex .box {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#recruitment_area .recruitment_flex .box h2 {
		margin: 0 0 .5rem;
	}
	
	#recruitment_area .recruitment_flex .box h2 img {
		max-width: 40%;
	}
	
	#recruitment_area .recruitment_flex .box h3 {
		font-size: 7vw;
		margin: 0 0 1rem;
	}
	
	#recruitment_area .recruitment_flex .box p {
		font-size: 3.14vw;
	}
	
	#recruitment_area .recruitment_flex .box .link a {
		right: 2rem;
	}
	
	#recruitment_area .recruitment_flex .image {
		width: 83%;
		margin: -3.4rem 0 0 17%;
	}
	
	#recruitment_area .bg03 {
		right: -6rem;
	}
	
	#recruitment_area .bg04 {
		right: -3rem;
		left: initial;
		bottom: 2rem;
	}
	
	/*-------------------------------
	 graduated_area
	-------------------------------*/
	
	#graduated_area {
		padding: 3.5rem 0 4.5rem;
	}
	
	#graduated_area .bg01 {
		display: none;
	}
	
	#graduated_area:before {
		top: -5rem;
	}
	
	#graduated_area:after {
		width: 40%;
		height: 15rem;
		right: 0;
	}
	
	#graduated_area .inner {
		width: 100%;
	}
	
	#graduated_area .recruitment_flex {
		display: block;
	}
	
	#graduated_area .recruitment_flex .box {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#graduated_area .recruitment_flex .box h2 {
		margin: 0 0 .5rem;
	}
	
	#graduated_area .recruitment_flex .box h2 img {
		max-width: 40%;
	}
	
	#graduated_area .recruitment_flex .box h3 {
		font-size: 7vw;
		margin: 0 0 1rem;
	}
	
	#graduated_area .recruitment_flex .box p {
		font-size: 3.14vw;
	}
	
	#graduated_area .recruitment_flex .box .link a {
		right: 2rem;
	}
	
	#graduated_area .recruitment_flex .image {
		width: 83%;
		margin: -3.4rem 0 0 17%;
	}
	
	#graduated_area .bg03 {
		right: -6rem;
	}
	
	#graduated_area .bg04 {
		right: -3rem;
		left: initial;
		bottom: 2rem;
	}
	
	/*-------------------------------
	 press_area
	-------------------------------*/
	
	#press_area {
		padding: 0 0 2rem;
	}
	
	#press_area:after {
		width: 70%;
		height: 8.5rem;
		bottom: -6rem;
	}
	
	#press_area .head .head_flex {
		margin: 0 0 2rem;
	}
	
	#press_area .head {
		display: block;
		margin: 0 0 2rem;
	}
	
	#press_area .head .en-title img {
		max-width: 90%;
	}
	
	#press_area .press_list ul {
		display: block;
	}
	
	#press_area .press_list ul .slick-list {
		overflow: visible;
	}
	
	#press_area .press_list ul li {
		width: 100%;
		height: 347px;
		box-shadow: none;
		margin: 0 0.6% 1.6rem 0;
	}
	
	#press_area .press_list ul li:last-child {
		margin: 0 0 1.6rem 0;
	}
	
	#press_area .press_list ul li .obj_img {
		border-radius: 16px;
	}
	
	#press_area .bg01 {
		top: 2rem;
	}
	
	#press_area .bg02 {
		max-width: 70%;
		right: 0rem;
		bottom: 0rem;
	}
	
	/*-------------------------------
	 gallery_area
	-------------------------------*/
	
	#gallery_area {
		margin: 0 0 3rem;
	}
	
	#gallery_area .inner {
		width: calc(100% - 2.28rem);
	}
	
	#gallery_area h2 {
		margin: 0 0 1rem;
		text-align: left;
	}
	
	#gallery_area h2 img {
		max-width: 95%;
	}
	
	#gallery_area .link {
		margin: 2.4rem .3rem -3rem 0;
	}
	
	#gallery_area .bg01 {
		left: 1rem;
		top: 8rem;
	}
	
	#gallery_area .bg02 {
		right: 1rem;
		top: 4rem;
	}
	
	#gallery_area .bg03 {
		left: 3rem;
	}
	
	/*-------------------------------
	 works_area
	-------------------------------*/
	
	#works_area {
		margin: 0 0 0;
	}
	
	#works_area .media_box ul li {
		width: 48%;
		margin: 0 4% 1.6rem 0;
	}
	
	#works_area .media_box ul li:nth-child(2n) {
		margin: 0 0 1.6rem;
	}
	
	
	/*-------------------------------
	 new_modelbanner_area
	-------------------------------*/
	
	#new_modelbanner_area {
		padding: 3rem 0;
	}
	
	#new_modelbanner_area .inner{
		width: calc(100% - 2.28rem);
	}
	
	#new_modelbanner_area .bg02 {
		left: -6rem;
	}
	
	/*-------------------------------
	 schedule_area
	-------------------------------*/
	
	#schedule_area {
		padding: 3rem 0 0 0;
		margin: 0;
	}
	
	#schedule_area .schedule_head .en-title {
		font-size: 8vw;
	}
	
	#schedule_area .inner {
		width: calc(100% - 2.28rem);
	}
	
	#schedule_area .schedule_bottom {
		padding: 2.28rem 0;
	}
	
	#schedule_area .schedule_head .ja-title {
		margin: 0 0 2rem;
	}
	
	#schedule_area .schedule_bottom .head {
		font-size: 5.4vw;
	}
	
	#schedule_area .schedule_bottom .head span {
		font-size: 11vw;
		padding: 0 .5rem;
	}
	
	#schedule_area .schedule_bottom .prev_nav {
		left: 1.4rem;
		top: 2.2rem;
	}
	
	#schedule_area .schedule_bottom .prev_nav img {
		width: 28px;
		height: 28px;
	}
	
	#schedule_area .schedule_bottom .next_nav {
		right: 1.4rem;
		top: 2.2rem;
	}
	
	#schedule_area .schedule_bottom .next_nav img {
		width: 28px;
		height: 28px;
	}
	
	#schedule_area .schedule_bottom .head {
		border-radius: 12px;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl {
		border-radius: 12px;
		    padding: .4rem .4rem .02rem .4rem;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dt {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 24%;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dt span.week {
		padding: 0;
	}
	
	#schedule_area .schedule_bottom .scroll_area {
		width: 92%;
		margin: 0 auto;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dd {
		width: 76%;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dd ul {
		flex-wrap: wrap;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dd ul li {
		width: 48%;
		margin: 0 1% .38rem;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dt span.day {
		line-height: 1;
		padding: 0;
	}
	
	#schedule_area .schedule_bottom .scroll_area dl dt span.day.pickup {
		margin: 0;
	}
	
	#schedule_area .bg01 {
		left: -5rem;
		top: -0.5rem;
	}
	
	/*-------------------------------
	 banner_area
	-------------------------------*/
	
	#banner_area {
		
	}
	
	#banner_area .bn_flex {
		display: block;
	}
	
	#banner_area .bn_flex .left {
		width: 100%;
	}
	
	#banner_area .bn_flex .left .store_bn {
		margin: 0 0 1rem;
	}
	
	#banner_area .bn_flex .left .store_bn .en-title {
		font-size: 10vw;
	}
	
	#banner_area .bn_flex .left .store_bn .bn01_flex .text p {
		font-size: 3.14vw;
	}
	
	#banner_area .bn_flex .left .store_bn .bn01_flex .text .link {
		font-size: 3.24vw;
	}
	
	#banner_area .bn_flex .right {
		width: 100%;
	}
	
	#banner_area .bn_flex .right .guide_bn {
		margin: 0 0 1rem;
	}
	
	#banner_area .bn_flex .right .bottom .youtube_bn {
		width: 48%;
	}
	
	#banner_area .bn_flex .right .bottom .channel_bn {
		width: 48%;
	}
	
	#banner_area .bn_bottom_flex {
		display: block;
	}
	
	#banner_area .bn_bottom_flex .left {
		width: 100%;
		margin: 0 0 1rem;
	}
	
	#banner_area .bn_bottom_flex .right {
		width: 100%;
	}
	
	#banner_area .bg01 {
		left: -2rem;
		top: 9rem;
	}
	
	#banner_area .bg02 {
		right: 0;
		bottom: 2rem;
	}
	
	/*-------------------------------
	 share_area
	-------------------------------*/
	
	#share_area {
		padding: 6rem 0 !important;
	}
	
	#share_area .share_flex {
		display: block;
	}
	
	#share_area .share_flex .title_area {
		margin: 0 0 2rem;
		text-align: center;
	}
	
	.event-details #share_area {
		padding: 6rem 0;
	}
	
	.schedule #share_area,
	.model-arhive #share_area,
	.model #share_area {
		padding: 8rem 0 6rem;
	}
	
	.event-individual #share_area {
		padding: 6rem 0 6rem;
	}
	
	.kojinl-details #share_area {
		padding: 7rem 0 6rem;
	}
	
	#share_area .bg01 {
		left: -3rem;
		bottom: 8rem;
	}
	
	#share_area .bg02 {
		right: -3rem;
		bottom: 8rem;
	}
	
	#share_area .bg04 {
		right: -4rem;
		bottom: 7rem;
	}
	
	#share_area .bg06 {
		right: -4rem;
		bottom: 6rem;
	}
	
	#share_area ul li img {
		width: 48px;
		height: 48px;
	}
	
	/*-------------------------------
	 archive_bt_area
	-------------------------------*/
	
	#archive_bt_area {
		padding: 0;
	}
	
	/*-------------------------------
	 model single
	-------------------------------*/
	
	#model_single .section_head {
		margin: .6rem 0 1.5rem;
	}
	
	#model_single .section_head .en_title img {
		max-width: 80%;
	}
	
	
	#model_single .section_head .ja_title {
		font-size: 3.14vw;
	}
	
	#model_single .section_head .en_title {
		margin: 0 0 0.5rem;
	}
	
	#model_single .model_name .ja {
		font-size: 6.88vw;
	}
	
	#model_single .model_name span.en {
		font-size: 4.75vw;
	}
	
	#model_single .model_name {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 1rem;
	}
	
	#model_single .model_section_top {
		display: block;
	}
	
	#model_single .model_section_top .model_image {
		width: 100%;
		margin: 0 0 2rem;
	}
	
	#model_single .model_section_top .data {
		width: 100%;
		box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	}
	
	#model_single .model_section_top .model_image .prev_nav {
		left: .6rem;
	}
	
	#model_single .model_section_top .model_image .next_nav {
		right: .6rem;
	}
	
	#model_single .model_section_top .data {
		padding: 1.3rem;
	}
	
	#model_single .model_section_top .data .model_icon {
		margin: 0 auto;
	}
	
	#model_single .model_section_top {
		margin: 0 0 5.54rem;
	}
	
	#model_single .model_section_bottom {
		display: block;
		margin: 0 0 5rem;
	}
	
	#model_single .model_section_bottom .profile {
		width: 100%;
		margin: 0 0 3rem;
	}
	
	#model_single .model_section_bottom .contact {
		width: 100%;
	}
	
	#model_single .model_section_bottom .profile .bottom_head {
		font-size: 6vw;
	}
	
	#model_single .model_section_bottom .contact .bottom_head {
		font-size: 6vw;
	}
	
	#model_single .model_section_bottom .contact .bottom_head .ja {
		font-size: 3.14vw;
	}
	
	#model_single .archive_link {
		width: 80%;
	}
	
	#model_single {
		padding: 0;
	}
	
	#model_single #thumbnail_slider .slick-slide {
		margin: -7px .3% 0;
	}
	
	#model_single #thumbnail_slider .trim-wrap {
		width: 100%;
		padding-bottom: 100%;
	}
	
	#model_single .bg01 {
		right: 0rem;
		top: 11rem;
	}
	
	#model_single .model_section_tab #tabMenu {
		width: calc(100% + 2.28rem);
		margin: 0 0 0 -1.14rem;
		padding: 0 2.14rem;
		box-sizing: border-box;
	}
	
	#model_single .model_section_tab #tabBox1 {
		padding: 2.3rem 0% 3.3rem;
	}
	
	#model_single .model_section_tab #tabBox1 dl {
		display: block;
	}
	
	#model_single .model_section_tab #tabBox1 dl div {
		width: 100%;
		line-height: 2.5;
	}
	
	#model_single .model_section_tab #tabBox1 {
		padding: 2.3rem 0% 3.3rem;
	}
	
	#model_single .model_section_tab #tabBox2 .costume_list li {
		width: 49%;
		margin: 0 2% 3rem 0;
	}
	
	#model_single .model_section_tab #tabBox2 .costume_list li:nth-child(2n) {
		margin: 0 0 3rem 0;
	}
	
	/*-------------------------------
	 full_contact_area
	-------------------------------*/
	
	#full_contact_area .contact_flex {
		display: block;
	}
	
	#full_contact_area .contact_flex .mail_area {
		width: 78%;
		margin: 0 auto 2.5%;
	}
	
	#full_contact_area .contact_flex .tel_area {
		width: 78%;
		margin: 0 auto 2.5%;
	}
	
	#full_contact_area .contact_flex .mail_area .contact_link {
		max-width: initial;
	}
	
	/*-------------------------------
	 archive_area
	-------------------------------*/
	
	#archive_area {
		padding: 5rem 0 1.5rem;
	}
	
	#archive_area .models_list li {
		width: 48%;
		margin: 0 4% 4rem 0;
	}
	
	#archive_area .models_list li:nth-child(2n) {
		margin: 0 0 4rem 0;
	}
	
	/*
	#archive_area .models_list li .image .image_bg {
		padding-top: 240px;
	}
	*/
	
	#archive_area .models_list li .image {
		margin: 0 0 1.2rem;
	}
	
	#archive_area .models_list li .name {
		margin: 0 0 .42rem;
	}
	
	#archive_area .models_list li .en_name {
		margin: 0 0 1.2rem;
	}
	
	#archive_area .models_list li .exclusive {
		font-size: 3.14vw;
	}
	
	#archive_area .models_list li .pickup {
		width: 43px;
		height: 43px;
		font-size: 2.85vw;
		padding: .6rem 0 0;
	}
	
	#archive_area .bg01 {
		left: -3.2rem;
		top: 17rem;
	}
	
	#archive_area .bg02 {
		right: -3.2rem;
		top: 99rem;
	}
	
	#archive_area .bg03 {
		left: 7.8rem;
		bottom: 15rem;
	}
	
	#archive_area .bg04 {
		right: -2.2rem;
		bottom: 3rem;
		max-width: 70%;
	}
	
	#archive_area  .cp_ipselect.cp_sl04 select {
		font-size: 16px;
		transform: scale(0.9);
	}
	
	#archive_area  .cp_ipselect.cp_sl04::before {
		top: 1.2rem;
	}
	
	/*-------------------------------
	 modelsort_area
	-------------------------------*/
	
	#modelsort_area .sort_box .input_flex {
		display: block;
	}
	
	#modelsort_area .sort_box .input_flex .genre {
		width: 100%;
		margin: 0 0 1.5rem;
	}
	
	#modelsort_area .sort_box .input_flex .height {
		width: 100%;
		margin: 0 0 1.5rem;
	}
	
	#modelsort_area .sort_box .input_flex .category {
		width: 100%;
	}
	
	#modelsort_area .sort_box .cp_ipcheck {
		display: block;
	}
	
	#modelsort_area .sort_box .cp_ipselect.cp_sl01 select {
		font-size: 16px;
		transform: scale(0.9);
	}
	
	#modelsort_area .sort_box .cp_ipselect.cp_sl01::before {
		top: 1.1rem;
	}
	
	/*-------------------------------
	 archive_model_slider_area
	-------------------------------*/
	
	#archive_model_slider_area {
		margin: 0;
		padding: 0 0 5rem;
	}
	
	#archive_model_slider_area .section_head {
		margin: 3rem 0 2rem;
	}
	
	#archive_model_slider_area .section_head .en_title img {
		max-width: 100%;
	}
	
	#archive_model_slider_area:before {
		top: 33rem;
	}
	
	#archive_model_slider_area ul li {
		min-width: 250px;
		max-width: 250px;
	}
	
	#archive_model_slider_area .bg01 {
		right: -4.2rem;
		top: 3rem;
	}
	
	#archive_model_slider_area .bg02 {
		left: -4rem;
		bottom: -1rem;
	}
	
	/*-------------------------------
	 individual_event_area
	-------------------------------*/
	
	#individual_event_area {
		overflow: hidden;
		padding: 0 0 0.3rem;
	}
	
	#individual_event_area .bg01 {
		right: 0;
		top: -.7rem;
	}
	
	#individual_event_area .bg02 {
		top: 10rem;
	}
	
	#individual_event_area .bg03 {
		left: -5rem;
	}
	
	#individual_event_area .bg08 {
		left: -4rem;
	}
	
	#individual_event_area .bg08 {
		right: 0rem;
		bottom: 12rem;
	}
	
	#individual_event_area .event_search .search_title {
		font-size: 4vw;
	}
	
	#individual_event_area .individual_head .inner {
		width: calc(100% - 2.28rem);
	}
	
	#individual_event_area .individual_head .ja-title {
		font-size: 10.4vw;
	}
	
	#individual_event_area .individual_main .inner {
		width: calc(100% - 2.28rem);
	}
	
	#individual_event_area .individual_main {
		margin: 0 0 0;
		padding: 0.6rem 0 2.5rem;
	}
	
	#individual_event_area .individual_main .flex {
		display: block;
	}
	
	#individual_event_area .individual_main .flex .image {
		width: 96%;
	}
	
	#individual_event_area .individual_main .flex .page-info {
		width: 100%;
	}
	
	#individual_event_area .individual_main .flex .page-info .ja_title {
		margin: 3.3rem 0 .5rem 1rem;
		display: inline-flex;
	}
	
	#individual_event_area .individual_main .flex .page-info .ja_title img {
		max-width: 80%;
	}
	
	#individual_event_area .individual_main .flex .page-info .en_title {
		padding: 0 0 0 1rem;
	}
	
	#individual_event_area .event_search .cp_ipselect select {
		width: 162px;
		font-size: 16px;
		transform: scale(0.9);
	}
	
	#individual_event_area .event_search .cp_ipselect.cp_sl01::before {
		top: 1.2rem;
	}
	
	#individual_event_area .individual_flex {
		margin: 0 0 1rem;
	}
	
	#individual_event_area .event_search {
		margin: 0 0 1.6rem;
	}
	
	#individual_event_area .individual_flex .days {
		margin: 0 1.2rem 0 0;
	}
	
	#individual_event_area .individual_flex .days .day {
		font-size: 4rem;
	}
	
	#individual_event_area .individual_flex .days .month {
		font-size: 2rem;
	}
	
	#individual_event_area .individual_flex .days .week {
		font-size: 1.12rem;
	}
	
	#individual_event_area .individual_flex .event_title h3 {
		font-size: 7.5vw;
		line-height: 1.2;
		letter-spacing: 0;
	}
	
	#individual_event_area .individual_flex .cat_list {
		width: 100%;
	}
	
	#individual_event_area .individual_flex.cat_in_flex {
		display: block;
	}
	
	#individual_event_area .individual_flex .cat_list ul {
		
	}
	
	#individual_event_area .participation_list ul {
		justify-content: center;
		margin: 0 0 2.7rem 0;
	}
	
	#individual_event_area .participation_list ul li {
		width: 106px;
		margin: 0 .8rem 0 0;
		padding: 0 .2rem 0 0;
	}
	
	#individual_event_area .participation_list ul li a.image_link {
		display: block;
	}
	
	
	#individual_event_area .participation_list ul li.check a.image_link:before {
		width: calc(100px + 8px);
		height: calc(100px + 8px);
	}
	
	#individual_event_area .participation_list ul li a.image_link figure {
		width: 100px;
		max-height: 100px;
		left: 5.5px;
	}
	
	#individual_event_area .participation_list ul li.new:after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 2.34vw;
		left: -4px;
	}
	
	#individual_event_area .participation_list ul li.birthday:before {
		width: 50px;
		height: 50px;
		line-height: 1;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		right: -15px;
		top: 16.5vw;
	}
	
	#individual_event_area .participation_list ul li .name {
		padding: 0 0 0 6px;
	}
	
	.event_bt {
		width: 74%;
		margin: 0 auto 5rem;
	}
	
	.event_bt a {
		padding: 1.4rem 0;
	}
	
	#individual_event_area:before {
		left: -43%;
		top: 74rem;
	}
	
	#individual_event_area:after {
		width: 6.3rem;
		top: 132rem;
	}
	
	#individual_event_area span.individual_bg01 {
		top: 145rem;
		width: 8rem;
	}
	
	#individual_event_area span.individual_bg02 {
		top: 167rem;
		right: -7rem;
	}
	
	#individual_event_area span.individual_bg03 {
		width: 11rem;
	}
	
	#individual_event_area span.individual_bg04 {
		width: 14rem;
	}
	
	/*-------------------------------
	 individual_news_area
	-------------------------------*/
	
	#individual_news_area {
		padding: 0 0 7rem;
	}
	
	#individual_news_area .news_flex {
		display: block;
	}
	
	#individual_news_area .news_flex .title {
		width: 100%;
		margin: 0 0 .7rem 0;
	}
	
	#individual_news_area .news_flex .news_list {
		width: 100%;
	}
	
	#individual_news_area .news_flex .news_list::-webkit-scrollbar{ 
		width: 6px;
	}
	
	#individual_news_area .news_flex .news_list::-webkit-scrollbar-thumb{ 
		background: #c7c7c7;
		border-radius: 10px;
	}
	
	#individual_news_area .news_flex .news_list::-webkit-scrollbar-track-piece:start{
		background: #e8e8e8;
	}
	
	#individual_news_area .news_flex .news_list::-webkit-scrollbar-track-piece:end{
		background: #fff;
	}
	
	#individual_news_area .news_flex .title .en_title {
		font-size: 2.85rem;
	}
	
	/*-------------------------------
	 concept_terms_area
	-------------------------------*/
	
	#concept_terms_area {
		background: url('/assets/img/bg/concept_terms_bg_sp.png') center center no-repeat;
		background-size: cover;
		padding: 2rem 1.8rem;
	}
	
	#concept_terms_area.pink_bg {
		background: url('/assets/img/bg/concept_terms_bg_pink_sp.jpg') no-repeat;
		background-size: cover;
		padding: 2rem 1.8rem;
	}
	
	#concept_terms_area.green_bg {
		background: url('/assets/img/bg/concept_terms_bg_green_sp.jpg') no-repeat;
		background-size: cover;
		padding: 2rem 1.8rem;
	}
	
	#concept_terms_area.purple_bg {
		background: url('/assets/img/bg/concept_terms_bg_purple_sp.jpg') no-repeat;
		background-size: cover;
		padding: 2rem 1.8rem;
	}
	
	#concept_terms_area.orange_bg {
		background: url('/assets/img/bg/concept_terms_bg_orange_sp.jpg') no-repeat;
		background-size: cover;
		padding: 2rem 1.8rem;
	}
	
	#concept_terms_area.blue_bg {
		background: url('/assets/img/bg/concept_terms_bg_blue_sp.jpg') no-repeat;
		background-size: cover;
		padding: 2rem 1.8rem;
	}
	
	#concept_terms_area .link_flex {
		display: block;
	}
	
	#concept_terms_area .link_flex .concept {
		width: 100%;
		margin: 0 0 2rem;
	}
	
	#concept_terms_area .link_flex .terms {
		width: 100%;
	}
	
	#concept_terms_area .link_flex a {
		padding: 1.9rem;
		border: 2px solid #fff;
	}
	
	#concept_terms_area .link_flex .en_title {
		font-size: 1.82rem;
	}
	
	#concept_terms_area .link_flex .ja_title {
		font-size: .7rem;
	}
	
	#concept_terms_area .link_flex a:after {
		width: 2rem;
		right: 1.1rem;
	}
	
	/*-------------------------------
	 form_area
	-------------------------------*/
	
	#form_area .form_head {
		margin: 0 0 3rem;
	}
	
	#form_area .form_inner_box {
		width: calc( 100% - 2rem);
		margin: -5rem auto 0;
	}
	
	#form_area .form_inner_box table th, #form_area .form_inner_box table td {
		display: block;
		width: 100%;
	}
	
	#form_area .form_inner_box table td {
		padding: .4rem 0 .4rem 0rem;
	}
	
	#form_area .form_flow .inner {
		width: 100%;
	}
	
	#form_area .form_inner_box {
		border-radius: 30px;
		padding: 2rem .5rem;
	}
	
	#form_area .form_inner_box table th {
		text-align: left;
		justify-content: left;
		padding: 2.4rem 0 .8rem;
	}
	
	#form_area .form_inner_box table th.full_block_th {
		padding: 2.4rem 0 .8rem;
	}
	
	/*
	#form_area .form_inner_box table th.non_span {
		padding: 0;
	}
	*/
	
	#form_area .form_inner_box table th > div {
		display: flex;
		align-items: center;
		justify-content: left;
	}
	
	#form_area .form_inner_box table td .block {
		position: relative;
	}
	
	#form_area .submit_bt {
		width: 96%;
		margin: 2rem auto 0;
	}
	
	#form_area select {
		font-size: 16px;
	}
	
	#form_area #error_box_area .error_box {
		padding: 1.8rem;
	}
	
	#form_area .form_inner_box table.check_table td {
		margin: 0 0 1rem;
	}
	
	#form_area .check_bt_flex {
		display: block;
		margin: 4rem 0 2rem;
		width: 100%;
	}
	
	#form_area .check_bt_flex .back_bt {
		width: 100%;
		margin: 0 0 2.1rem;
	}
	
	#form_area .check_bt_flex .submit_bt {
		width: 100%;
	}
	
	#form_area #error_box_area {
		margin: -4.6rem 0 9.4rem;
	}
	
	#form_area .form_inner_box.thanks_box {
		padding: 4rem 0;
	}
	
	#form_area .form_inner_box table .text_area td {
		padding: .4rem 0 .4rem 0rem;
	}
	
	#form_area .form_inner_box table .text_area th {
		padding: 2.4rem 0 .8rem;
	}
	
	/*-------------------------------
	 schedule_detaile_mian_area
	-------------------------------*/
	
	#schedule_detaile_mian_area .flex .detaile_box .event_days .month {
		font-size: 1.73rem;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box .event_days .day {
		font-size: 4rem;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box .event_days .week {
		font-size: .94rem;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box .event_days {
		margin: 0 0 .5rem;
	}
	
	#schedule_detaile_mian_area {
		padding: 1rem 0 0;
	}
	
	#schedule_detaile_mian_area .bg01 {
		right: .5rem;
		top: 2rem;
	}
	
	#schedule_detaile_mian_area .flex {
		display: block;
	}
	#schedule_detaile_mian_area .flex .image {
		width: 96%;
		height: 173px;
		margin: 0 0 3rem;
	}
	
	#schedule_detaile_mian_area .flex .image:before {
		width: 91%;
		left: 14%;
		top: 32%;
		height: 78%;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box {
		width: 100%;
		padding: 1rem 0 0;
	}
	
	#schedule_detaile_mian_area:before {
		width: 40%;
		right: 0rem;
		top: 14rem;
	}
	
	#schedule_detaile_mian_area:after {
		width: 26%;
		top: 34rem;
	}
	
	#schedule_detaile_model_area:before {
		width: 40%;
	}
	
	/*-------------------------------
	 schedule_detaile_model_area
	-------------------------------*/
	
	#schedule_detaile_model_area {
		margin: 0 0 2rem;
		padding: 4.5rem 0 0;
	}
	
	#schedule_detaile_model_area .bg01 {
		right: -3rem;
		top: -2rem;
	}
	
	#schedule_detaile_model_area .bg02 {
		left: -4rem;
		top: 13rem;
	}
	
	#schedule_detaile_model_area .bg03 {
		right: -5rem;
		top: 40rem;
	}
	
	#schedule_detaile_model_area .models_list li {
		width: 46%;
		margin: 0 8% 4rem 0;
	}
	
	#schedule_detaile_model_area .models_list li:nth-child(2n) {
		margin: 0 0 4rem 0;
	}
	
	#schedule_detaile_model_area .models_list li .new,
	#individual_event_area .solo .talent li .new,
	#todays_event_area .solo .talent li .new {
		top: -1.9rem;
		left: -1rem;
		line-height: 48px;
		width: 48px;
		height: 48px;
		font-size: 1rem;
	}
	
	#schedule_detaile_model_area .models_list li .birthday,
	#individual_event_area .solo .talent li .birthday,
	#todays_event_area .solo .talent li .birthday {
		width: 56px;
		height: 56px;
		top: 53vw;
		right: -.8rem;
	}

	#solo_schedule_area #schedule_detaile_model_area .models_list li .birthday {
		top: 53vw;
	}

	#schedule_detaile_model_area .models_list li .birthday .label,
	#individual_event_area .solo .talent li .birthday .label,
	#todays_event_area .solo .talent li .birthday .label {
		font-size: 10px;
	}

	#schedule_detaile_model_area .models_list li .birthday .day,
	#individual_event_area .solo .talent li .birthday .day,
	#todays_event_area .solo .talent li .birthday .day {
		line-height: 1;
		white-space: nowrap;
	}

	#schedule_detaile_model_area .models_list li .birthday .day b,
	#individual_event_area .solo .talent li .birthday .day b,
	#todays_event_area .solo .talent li .birthday .day b {
		font-size: 13px;
	}
	
	#schedule_detaile_model_area .models_list li .image .image_bg,
	#individual_event_area .solo .talent li .image .image_bg,
	#todays_event_area .solo .talent li .image .image_bg {
		padding-top: 218px;
	}
	
	#schedule_detaile_model_area .models_list li .name,
	#individual_event_area .solo .talent li .name,
	#todays_event_area .solo .talent li .name {
		font-size: .86rem
	}
	
	#schedule_detaile_mian_area .flex .detaile_box .main_title {
		font-size: 7.3vw;
		margin: 0 0 0.4rem;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box ul li a {
		font-size: .72rem;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box .time {
		font-size: 4.8vw;
	}
	
	#schedule_detaile_mian_area .flex .detaile_box p {
		font-size: 3.31vw;
		margin: 0 0 .8rem;
	}
	
	#schedule_detaile_model_area .models_explanation {
		font-size: .79rem;
	}
	
	#schedule_detaile_model_area .models_explanation span {
		background-size: 21.5px 21.5px;
		padding: 0.4rem 0 .4rem 2rem;
	}
	
	#schedule_detaile_model_area:before {
		width: 40%;
		left: 0;
		top: 12rem;
	}
	
	#schedule_detaile_model_area:after {
		width: 50%;
		right: 0;
		top: 75rem;
	}
	
	/*-------------------------------
	 time_table_area
	-------------------------------*/
	
	#time_table_area {
		padding: 3rem 0 5rem;
	}
	
	#time_table_area .bg01 {
		top: -3rem;
	}
	
	#time_table_area .head .en_title {
		font-size: 6.9vw;
	}
	
	#time_table_area .head .ja_title {
		font-size: .79rem;
	}
	
	#time_table_area:before {
		display: none;
	}
	
	#time_table_area .time-table-image {
		overflow-y: scroll;
		margin: 0;
		width: 100%;
	}
	
	#time_table_area .time-table-image img {
		max-width: initial;
	}
	
	/*-------------------------------
	 event_info_area
	-------------------------------*/
	
	#event_info_area {
		padding: 3rem 0 1.5rem;
	}
	
	#event_info_area .head {
		width: 92%;
	}
	
	#event_info_area .head .en_title {
		font-size: 7.3vw;
	}
	
	#event_info_area .head .ja_title {
		font-size: .79rem;
	}
	
	#event_info_area .head_text {
		font-size: .86rem;
		width: 92%;
		margin: 0 auto 3rem;
	}
	
	#event_info_area .box {
		border-radius: 14px;
	}
	
	#event_info_area .box.box01 {
		padding: 2rem 2rem 1rem;
	}
	
	#event_info_area .box.box02 {
		padding: 2rem 2rem 2rem;
	}
	
	#event_info_area .box.box03 {
		padding: 2rem 2rem 2rem;
	}
	
	#event_info_area .box.box04 {
		padding: 2rem 2rem .1rem;
	}
	
	#event_info_area .box .event_name:before {
		width: 1.2rem;
	}
	
	#event_info_area .box .event_name {
		padding: 0 0 0 2rem;
		font-size: 4.4vw;
	}
	
	#event_info_area .box .detail {
		display: block;
	}
	
	#event_info_area .box .detail_head {
		font-size: .86rem;
		padding: .2rem 0;
		margin: 0 0 .5rem;
	}
	
	#event_info_area .box .detail p {
		font-size: .86rem;
	}
	
	#event_info_area .box.box01 a {
		padding: 1rem 0 1rem 0;
	}
	
	#event_info_area .box.box01 .conts a:after {
		width: 13px;
		height: 22px;
		right: -20px;
	}
	
	#event_info_area .box.box02 p {
		font-size: .86rem;
	}
	
	#event_info_area .box.box02 p .big {
		font-size: 1.42rem;
	}
	
	#event_info_area .box.box03 .tel_text {
		margin: 0 0 .5rem;
	}
	
	#event_info_area .box.box03 .tel_text a {
		font-size: 8.5vw;
		padding: 1rem 0 1rem 2.2rem;
		background-size: 16px auto;
		background-position: 4px 25px;
	}
	
	#event_info_area .box .conts {
		width: 100%;
	}
	
	#event_info_area .box.box04 .detail .conts .add_tel_no {
		display: block;
	}
	
	#event_info_area .box.box04 .detail .conts .add_tel_no span {
		display: block;
	}
	
	/*-------------------------------
	 event_individual_area
	-------------------------------*/
	
	#event_individual_area {
		overflow: hidden;
		padding: .6rem 0 0 ;
	}
	
	#event_individual_area span.bg01 {
		right: -4.5rem;
	}
	
	#event_individual_area span.bg02 {
		left: -3rem;
		top: 21rem;
	}
	
	#event_individual_area span.bg03 {
		right: -2rem;
		top: 71rem;
	}
	
	#event_individual_area span.bg04 {
		top: 239rem;
		left: -6rem;
	}
	
	#event_individual_area span.bg08 {
		right: -3rem;
		bottom: 0;
	}
	
	#event_individual_area span.bg09 {
		left: -4rem;
		top: 21rem;
	}
	
	#event_individual_area span.bg10 {
		right: -1rem;
		top: 31rem;
	}
	
	#event_individual_area span.bg11 {
		left: -2rem;
	}
	
	#event_individual_area span.bg12 {
		right: -4rem;
		top: 129rem;
	}
	
	#event_individual_area span.bg14 {
		left: -1rem;
	}
	
	#event_individual_area .schecule_head {
		padding: 0;
		margin: 0 0 3rem;
	}
	
	#event_individual_area .schecule_head .en_title {
		font-size: 7.733vw;
	}
	
	#event_individual_area .schecule_head .ja_title {
		font-size: 3.733vw;
	}
	
	#event_individual_area .event_sort_flex {
		padding: 0 1.14rem;
		margin: 0 0 6rem;
		display: block;
		position: relative;
	}
	
	#event_individual_area .event_sort_flex .prev_link {
		position: absolute;
		bottom: -3rem;
		left: 0;
		width: initial;
	}
	
	#event_individual_area .event_sort_flex .prev_link a {
		font-size: 1.1rem;
		padding: 0 0 0 2.5rem;
	}
	
	#event_individual_area .event_sort_flex .prev_link a:before {
		width: 28px;
		height: 28px;
	}
	
	#event_individual_area .event_sort_flex .next_link  {
		position: absolute;
		bottom: -3rem;
		right: 0;
		width: initial;
	}
	
	#event_individual_area .event_sort_flex .next_link a {
		font-size: 1.1rem;
		padding: 0 2.5rem 0 0;
	}
	
	#event_individual_area .event_sort_flex .next_link a:before {
		width: 28px;
		height: 28px;
	}
	
	#event_individual_area .event_sort_flex .event_days {
		text-align: center;
		width: 100%;
	}
	
	#event_individual_area .evnet_head_flex .event_info {
		display: block;
	}
	
	#event_individual_area .evnet_head_flex .event_info .event_name {
		width: 100%;
	}
	
	#event_individual_area .evnet_head_flex .event_tags {
		width: 100%;
		justify-content: left;
	}
	
	#event_individual_area .evnet_head_flex .event_tags .contact_tel a {
		white-space: nowrap;
		flex-wrap: wrap;
		font-size: 1rem;
		background-position: 14px 12px;
		padding: .1rem 1rem .1rem 2.8rem;
		border-radius: 80px;
	}
	
	#event_individual_area .evnet_head_flex .event_tags .contact_tel a span {
		font-size: 10px;
		margin: 0 0 -.1rem;
	}
	
	#event_individual_area .evnet_head_flex .event_info .event_name {
		margin: 0 0 1.4rem;
	}
	
	#event_individual_area .evnet_head_flex .event_tags .contact_tel {
		margin: 0 .9rem 0 0;
	}
	
	#event_individual_area .evnet_model .model_box {
		width: 48%;
		margin: 0 4% 1rem 0;
	}

	#event_individual_area .evnet_model .model_box .image .birthday {
		width: 56px;
		height: 56px;
		top: 51vw;
	}

	#event_individual_area .evnet_model .model_box .image .birthday .label {
		font-size: 10px; 
	}

	#event_individual_area .evnet_model .model_box .image .birthday .day {
		line-height: 1;
		white-space: nowrap;
	}

	#event_individual_area .evnet_model .model_box .image .birthday .day b {
		font-size: 13px; 
	}

	
	#event_individual_area .evnet_model .model_box:nth-child(2n) {
		margin: 0 0 1rem 0;
	}
	
	#event_individual_area .evnet_model .model_box .bottom_inner {
		padding: 0 .7rem .5rem .7rem;
	}
	
	#event_individual_area .evnet_model .model_box .event_time dd {
		width: 25%;
	}
	
	#event_individual_area .evnet_model .model_box .event_time dt {
		font-size: 3.6vw;
	}
	
	#event_individual_area .evnet_model .model_box table th {
		display: block;
		width: 100%;
		padding: .5rem 0 0;
	}
	
	#event_individual_area .evnet_model .model_box table td {
		display: block;
		width: 100%;
		padding: 0 0 .5rem 0;
	}
	
	#event_individual_area .evnet_model .model_box table td span.mr10 {
		font-size: 10px;
	}
	
	#event_individual_area .evnet_model .model_box table td span {
		font-size: 13px;
	}
	
	#event_individual_area .evnet_model .model_box ul li {
		font-size: 3vw;
		padding: .2rem .5rem;
	}
	
	#event_individual_area .evnet_model .model_box .image {
		height: 150px;
		margin: 0 0 1rem;
	}
	
	#event_individual_area .evnet_model .model_box .name {
		padding: 0 0 1rem;
	}
	
	#event_individual_area .event_box {
		margin: 0 0 5rem;
	}
	
	#event_individual_area .event_top_bt {
		margin: 5.3rem auto;
	}
	
	#event_individual_area .evnet_model .model_box .option_box p {
		font-size: .86rem;
	}
	
	/*-------------------------------
	 event_share_area
	-------------------------------*/
	
	#event_share_area:before {
		display: none;
	}
	
	#event_share_area {
		padding: 0 0 6rem;
	}
	
	#event_share_area .event_top_bt {
		margin: 0 auto 0;
	}
	
	.event-details #event_share_area {
		padding: 3rem 0 6rem;
	}
	
	.event-details #event_share_area .share_modal {
		width: 80%;
		margin: 0 auto 4rem;
	}
	
	.event-details #event_share_area .share_modal a {
		font-size: .89rem;
		font-weight: bold;
		display: block;
		text-align: center;
		color: #777777;
		padding: 1rem;
		border: 2px solid #d8d8d8;
		border-radius: 40px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	
	.event-details #event_share_area .share_modal a span {
		background: url(/assets/img/common/event_share_title.svg) no-repeat;
		padding: 0 0 0 1.6rem;
		background-size: 15.5px auto;
	}
	
	.event-details #event_share_area .pager_links {
		position: relative;
		right: 0;
		bottom: 0.6rem;
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 3rem;
	}

	.event-details #event_share_area .pager_links .next_link a {
		display: block;
		position: relative;
		font-size: 1.1rem;
		padding: 0 3.2rem 0 0;
	}

	.event-details #event_share_area .pager_links .next_link a:before {
		content: '';
		width: 34px;
		height: 34px;
		background: url(/assets/img/common/right-arrow.svg) no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.event-details #event_share_area .pager_links .prev_link a {
		display: block;
		position: relative;
		font-size: 1.1rem;
		padding: 0 0 0 3.2rem;
	}

	.event-details #event_share_area .pager_links .prev_link a:before {
		content: '';
		width: 34px;
		height: 34px;
		background: url(/assets/img/common/left-arrow.svg) no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.solo #event_share_area {
		padding: 5rem 0 6rem;
	}
	
	.solo #event_share_area .share_modal {
		width: 80%;
		margin: 0 auto 4rem;
	}
	
	.solo #event_share_area .share_modal a {
		font-size: .89rem;
		font-weight: bold;
		display: block;
		text-align: center;
		color: #777777;
		background: #fff;
		padding: 1rem;
		border: 2px solid #d8d8d8;
		border-radius: 40px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	
	.solo #event_share_area .share_modal a span {
		background: url(/assets/img/common/event_share_title.svg) no-repeat;
		padding: 0 0 0 1.6rem;
		background-size: 15.5px auto;
	}
	
	.solo #event_share_area .pager_links {
		position: relative;
		right: 0;
		bottom: 0.6rem;
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 3rem;
	}

	.solo #event_share_area .pager_links .next_link a {
		display: block;
		position: relative;
		font-size: 1.1rem;
		padding: 0 3.2rem 0 0;
	}

	.solo #event_share_area .pager_links .next_link a:before {
		content: '';
		width: 34px;
		height: 34px;
		background: url(/assets/img/common/right-arrow.svg) no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.solo #event_share_area .pager_links .prev_link a {
		display: block;
		position: relative;
		font-size: 1.1rem;
		padding: 0 0 0 3.2rem;
	}

	.solo #event_share_area .pager_links .prev_link a:before {
		content: '';
		width: 34px;
		height: 34px;
		background: url(/assets/img/common/left-arrow.svg) no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	.solo #event_share_area .point_text {
		position: absolute;
		top: -3rem;
		right: initial;
		font-size: 1rem;
	}
	
	#event_share_area .bg02 {
		left: -7rem;
		top: -2rem;
	}
	
	#event_share_area .bg03 {
		bottom: 0:
	}
	
	/*-------------------------------
	 solo_mian_area
	-------------------------------*/
	
	#solo_mian_area {
		padding: 0.8rem 0 3.5rem;
	}
	
	#solo_mian_area .flex {
		display: block;
	}
	
	#solo_mian_area .flex .image {
		width: 96%;
		height: 173px;
		margin: 0 0 3rem;
	}
	
	#solo_mian_area .flex .image:before {
		width: 91%;
		left: 14%;
		top: 33%;
		height: 78%;
	}
	
	#solo_mian_area .flex .detaile_box {
		width: 100%;
		padding: 1rem 0 0;
	}
	
	#solo_mian_area .flex .detaile_box .event_days {
		margin: 0 0 1rem;
		padding: 0 0 0 1.6rem;
	}
	
	#solo_mian_area .flex .detaile_box .event_days .month {
		font-size: 1.73rem;
	}
	
	#solo_mian_area .flex .detaile_box .event_days .day {
		font-size: 4rem;
	}
	
	#solo_mian_area .flex .detaile_box .event_days .week {
		font-size: .94rem;
	}
	
	#solo_mian_area .flex .detaile_box .main_title {
		font-size: 6.7vw;
		margin: 0 0 0.8rem;
		padding: 0 0 0 1.6rem;
	}
	
	#solo_mian_area .flex .detaile_box .time {
		font-size: 4.8vw;
		margin: 0 0 .5rem;
		padding: 0 0 0 2rem;
		letter-spacing: .04em;
	}
	
	#solo_mian_area .bg01 {
		right: -5rem;
		top: 13rem;
		max-width: 36%;
	}
	
	#solo_mian_area .bg02 {
		display: none;
	}
	
	#solo_mian_area .bg03 {
		left: -6rem;
		top: 21rem;
		max-width: 46%;
	}
	
	/*-------------------------------
	 solo_schedule_area
	-------------------------------*/
	
	#solo_schedule_area {
		margin: 0;
	}
	
	#solo_schedule_area .model_name {
		font-size: 7.2vw;
	}
	
	#solo_schedule_area .event_name {
		margin: 0 0 2rem;
	}
	
	#solo_schedule_area .event_name h4 {
		font-size: 5.867vw;
	}
	
	#solo_schedule_area .schedule_list {
		justify-content: space-between;
	}
	
	#solo_schedule_area .schedule_list .schedule_box {
		width: 48%;
		margin: 0 0 1rem;
	}
	
	#solo_schedule_area .schedule_list .schedule_box .time {
		font-size: 4.433vw;
	}
	
	#solo_schedule_area .schedule_list .schedule_box table th {
		width: 100%;
		display: block;
		padding: .5rem 0 0;
	}
	
	#solo_schedule_area .schedule_list .schedule_box table td {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	#solo_schedule_area .schedule_list .schedule_box .reservation_bt a {
		padding: .8rem 0;
	}
	
	#solo_schedule_area .bg01 {
		right: 0;
		top: 26rem;
	}
	
	#solo_schedule_area .bg02 {
		left: 0rem;
		top: 39.5rem;
	}
	
	#solo_schedule_area .schedule_list .schedule_box .non_reservation_bt {
		padding: .8rem 0;
	}
	
	/*-------------------------------
	 kiyaku
	-------------------------------*/
	
	#kiyaku_area .kiyaku_head {
		margin: 0 0 2.2rem;
		padding: .6rem 0 0;
	}
	
	#kiyaku_area .kiyaku_head .inner .en_title {
		font-size: 7.733vw;
	}
	
	#kiyaku_area .kiyaku_head .inner .ja_title {
		font-size: 3.733vw;
	}
	
	#kiyaku_area .kiyaku_box .box_head h3 {
		font-size: 4.267vw;
	}
	
	#kiyaku_area .kiyaku_box .inner {
		padding: 0 1rem;
	}
	
	#kiyaku_area .kiyaku_box ul li {
		font-size: 3.467vw;
	}
	
	#kiyaku_area .kiyaku_box .event_top_bt {
		margin: 7.5rem auto 0rem;
	}
	
	#kiyaku_area .bg01 {
		right: -7rem;
		top: -2rem;
	}
	
	#kiyaku_area .bg02 {
		left: -8rem;
		top: 25rem;
	}
	
	/*-------------------------------
	 Access
	-------------------------------*/
	
	#access_area {
		padding: 0 0 1rem;
	}
	
	#access_area .access_head {
		margin: .6rem 0 2.5rem 0;
	}
	
	#access_area .access_head .en-title {
		font-size: 11.467vw;
	}
	
	#access_area .access_head .ja-title {
		font-size: 3.2vw;
	}
	
	#access_area .access_box .box_head h3 {
		font-size: 5.867vw;
		margin: 0 0 1.6rem;
	}
	
	#access_area .access_box #sasage_slider li {
		height: 60.667vw;
	}
	
	#access_area .access_box #sasage_slider .next_nav {
		width: 2.733vw;
		right: 0.8rem;
	}
	
	#access_area .access_box #sasage_slider .prev_nav {
		width: 2.733vw;
		left: 0.8rem;
	}

	#access_area #sasage_slider {
		margin: 0 0 1rem;
	}
	
	#access_area .access_box #sasage_thumbnail .slick-track {
		flex-wrap: initial;
	}
	
	#access_area #sasage_thumbnail .slick-list {
		overflow: visible;
	}

	#access_area .access_box #sasage_thumbnail .slick-track li {
		margin: 0 .85rem .7rem 0;
	}
	
	#access_area .access_box #akisuta_slider li {
		height: 60.667vw;
	}
	
	#access_area .access_box #akisuta_slider .next_nav {
		width: 2.733vw;
		right: 0.8rem;
	}
	
	#access_area .access_box #akisuta_slider .prev_nav {
		width: 2.733vw;
		left: 0.8rem;
	}
	
	#access_area #akisuta_slider {
		margin: 0 0 1rem;
	}
	
	#access_area .access_box #akisuta_thumbnail .slick-track {
		flex-wrap: initial;
	}
	
	#access_area #akisuta_thumbnail .slick-list {
		overflow: visible;
	}

	#access_area .access_box #akisuta_thumbnail .slick-track li {
		margin: 0 .85rem .7rem 0;
	}
	
	#access_area .access_info .access_flex {
		display: block;
	}
	
	#access_area .access_info .access_flex .head {
		width: 24vw;
		margin: 0 0rem .8rem 0;
	}
	
	#access_area .access_info .access_flex .conts {
		width: 100%;
	}
	
	#access_area .access_info .access_flex .map-conts {
		display: block;
		margin: 0 0 2rem;
	}
	
	#access_area .access_info .access_flex .map-conts p {
		margin: 0 0rem .8rem 0;
	}
	
	#access_area .bg01 {
		right: -4rem;
		top: 6rem;
	}
	
	#access_area .bg02 {
		right: -6rem;
		top: 43rem;
	}
	
	#access_area .bg03 {
		left: -6rem;
		top: 28rem;
	}
	
	#access_area .bg04 {
		left: -4rem;
		top: 82rem;
	}
	
	#access_area .bg05 {
		display: none;
	}
	
	#access_area .bg06 {
		display: none;
	}
	
	#access_area .bg07 {
		right: -4rem;
		bottom: -1rem;
	}
	
	#access_area .access_info .access_flex .conts p.mini {
		font-size: 2.667vw;
	}
	
	#access_area .access_info .access_flex .conts .tel_no a {
		font-size: 8vw;
	}
	
	/*-------------------------------
	 biginner_area
	-------------------------------*/
	
	#biginner_area .bg01 {
		right: -6rem;
		top: -2rem;
	}
	
	#biginner_area .bg02 {
		right: -6rem;
		top: 19rem;
	}
	
	#biginner_area .bg03 {
		left: -5rem;
		top: 45rem;
	}
	
	#biginner_area .bg04 {
		right: -8rem;
		top: 82rem;
	}
	
	#biginner_area .bg05 {
		left: -7rem;
		top: 107rem;
	}
	
	#biginner_area .bg06 {
		right: -7rem;
		bottom: 26rem;
	}
	
	#biginner_area .bg07 {
		left: -6rem;
		bottom: 71rem;
	}
	
	#biginner_area {
		padding: 1rem 0 3.5rem;
	}
	
	#biginner_area .biginner_main_flex {
		width: calc(100% + 0.8rem);
		margin: 0 0 0 -.4rem;
		display: block;
	}
	
	#biginner_area .biginner_main_flex .image {
		width: 93%;
		margin: 0 0 4.3rem;
	}
	
	#biginner_area .biginner_main_flex .image:before {
		border: 4px solid #fff09b;
	}
	
	#biginner_area .biginner_main_flex .image:after {
		width: 95%;
		height: 80%;
	}
	
	#biginner_area .biginner_main_flex .conts {
		position: relative;
		width: 78%;
		margin: 0 0 0 6%;
	}
	
	#biginner_area .biginner_main_flex .conts .box_head {
		margin: 0 0 4.2rem;
	}
	
	#biginner_area .biginner_main_flex .conts .en_image {
		text-align: left;
	}
	
	#biginner_area .biginner_main_flex .conts h2 {
		text-align: left;
		font-size: 3.2vw;
	}
	
	#biginner_area .center_area .pick_title {
		font-size: 4.533vw;
		letter-spacing: initial;
	}
	
	#biginner_area .center_area p {
		font-size: 3.467vw;
	}
	
	#biginner_area .middle_flex {
		display: block;
		margin: 0 0 6.6rem;
	}
	
	#biginner_area .middle_flex .image {
		width: 95%;
		margin: 0 0 4rem;
	}
	
	#biginner_area .middle_flex .conts {
		width: 95%;
		margin: 0 0 0 5%;
	}
	
	#biginner_area .middle_flex .conts .en_title {
		margin: 0 0 1.2rem;
	}
	
	#biginner_area .middle_flex .conts .en_title {
		font-size: 3.733vw;
	}
	
	#biginner_area .middle_flex .conts p {
		font-size: 3.467vw;
	}
	
	#biginner_area .box_flex {
		display: block;
	}
	
	#biginner_area .box_flex .biginer_box {
		width: 100%;
		margin: 0 0 7rem;
	}
	
	#biginner_area .box_flex .biginer_box .image {
		width: 95%;
		margin: 0 0 4rem;
	}
	
	#biginner_area .box_flex .biginer_box .conts {
		width: 95%;
		margin: 0 0 0 5%;
		padding: 0 1.8rem 0 0;
	}
	
	#biginner_area .box_flex .biginer_box .conts .en_title {
		margin: 0 0 1.2rem;
	}
	
	#biginner_area .box_flex .biginer_box .conts .en_title {
		font-size: 3.733vw;
	}
	
	#biginner_area .box_flex .biginer_box .conts p {
		font-size: 3.467vw;
	}
	
	#biginner_area #concept_page .inner {
		width: 100%;
	}
	
	#biginner_area #concept_page .method_box {
		padding: 0;
	}
	
	#biginner_area #concept_page .method_box .box_head h3 {
		font-size: 1.5rem;
	}
	
	#biginner_area #concept_page .method_box .image {
		width: 95%;
		margin-bottom: 2.4rem;
	}
	
	#biginner_area #concept_page .method_box .image:after {
		right: -4%;
		bottom: -7.8%;
	}
	
	#biginner_area #concept_page .method_box p {
		font-size: 3.467vw;
	}
	
	#biginner_area #concept_page .method_box:nth-child(1) p,
	#biginner_area #concept_page .method_box:nth-child(2) p {
		text-align: left;
	}
	
	#biginner_area #concept_page .concept_desc {
		margin: 0 0 3.3rem;
	}
	
	#biginner_area #concept_page .concept_desc > div p:first-child {
		width: 65%;
	}
	
	#biginner_area #concept_page .concept_desc > div p:nth-child(2) {
		width: 35%;
	}
	
	#biginner_area h2 {
		font-size: 1.5rem;
		margin: 0 0 1.2rem;
	}
	
	#biginner_area .movie {
		width: 100%;
		margin: 0;
	}
	
	/*-------------------------------
	 rules_area
	-------------------------------*/
	
	#rules_area {
		margin: 0 0 4rem;
	}
	
	#rules_area .rules_head {
		padding: 0 0 0 1.2rem;
	}
	
	#rules_area .rules_head .en_title {
		font-size: 6.8vw;
	}
	
	#rules_area .rules_head .ja_title {
		font-size: 3.067vw;
	}
	
	#rules_area .pickup_box .inner_box p {
		font-size: 3.733vw;
	}
	
	#rules_area .rules_list li {
		align-items: normal;
	}
	
	#rules_area .rules_list li .list_no {
		font-size: 7.733vw;
	}
	
	#rules_area .rules_list li .text {
		font-size: 3.733vw;
		width: calc( 100% - 14.133vw);
	}
	
	#rules_area .rules_list li .list_no {
		width: 10.8vw;
	}
	
	/*-------------------------------
	 concept_page
	-------------------------------*/
	
	#concept_page .bg01 {
		right: -8rem;
		top: 21rem;
	}
	
	#concept_page .bg02 {
		right: -3rem;
		top: 9rem;
	}
	
	#concept_page .bg03 {
		left: -7rem;
		top: 45rem;
	}
	
	#concept_page .bg04 {
		right: -6rem;
		top: 66rem;
	}
	
	#concept_page .bg05 {
		left: -6rem;
		bottom: 59rem;
		top: initial;
	}
	
	#concept_page .bg06 {
		right: -7rem;
		bottom: 29rem;
	}
	
	#concept_page .bg07 {
		left: -6rem;
		bottom: 5rem;
	}
	
	#concept_page .bg08 {
		display: none;
	}
	
	#concept_page {
		padding: .5rem 0 0;
	}
	
	#concept_page .concept_main_flex {
		width: calc(100% + 0.8rem);
		margin: 0 0 0 -.4rem;
		display: block;
	}
	
	#concept_page .concept_main_flex .image {
		width: 93%;
		margin: 0 0 3.1rem;
	}
	
	#concept_page .concept_main_flex .image:before {
		border: 4px solid #fff09b;
		top: 7%;
	}
	
	#concept_page .concept_main_flex .image:after {
		width: 91%;
		height: 76%;
		bottom: -13.5%;
		right: -7%;
		z-index: -2;
	}
	
	#concept_page .concept_main_flex .conts {
		position: relative;
		width: 59%;
		margin: 0 0 0 6%;
		top: initial;
		right: initial;
	}
	
	#concept_page .concept_main_flex .conts .box_head {
		margin: 0 0 4.2rem;
	}
	
	#concept_page .concept_main_flex .conts .en_image {
		text-align: left;
		margin: 0 0 0.8rem;
	}
	
	#concept_page .concept_main_flex .conts h2 {
		text-align: left;
		font-size: 4.4vw;
		justify-content: left;
		line-height: .8;
	}
	
	#concept_page .concept_main_flex .conts h2 span img {
		max-width: 85%;
	}
	
	#concept_page .concept_main_flex .conts h2 span.font_text {
		margin: 0 0 0 -1.2rem;
	}
	
	#concept_page .method_box {
		padding: 0 5%;
	}
	
	#concept_page .concept_desc .pick_title {
		font-size: 4.533vw;
		letter-spacing: initial;
	}
	
	#concept_page .concept_desc p {
		font-size: 3.467vw;
	}
	
	#concept_page .method_box .box_head {
		margin: 0 0 1.2rem;
	}
	
	#concept_page .method_box .box_head h3 {
		font-size: 4.267vw;
	}
	
	#concept_page .method_box p {
		font-size: 3.467vw;
	}
	
	#concept_page .method_box .event_top_bt {
		margin: 7.5rem auto 3rem;
	}
	
	#concept_page .method_box ul.basicList {
		font-size: 3.467vw;
		padding-left: 1rem;
	}
	
	/*-------------------------------
	 remodal
	-------------------------------*/
	
	.remodal-wrapper .remodal {
		border-radius: 20px;
		width: 90%;
	}
	
	.remodal .en_title {
		font-size: 1.67rem;
		font-family: 'Nova Mono', monospace;
		margin: 0 0 1rem;
	}
	
	.remodal ul.modal_share_list li {
		margin: 0 0 1rem;
		position: relative;
	}
	
	.remodal ul.modal_share_list li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.remodal ul.modal_share_list li a.share-url img {
		width: 37px;
		height: 37px;
	}
	
	.remodal ul.modal_share_list li a span {
		font-size: 1.05rem;
		font-weight: 500;
		width: 78%;
		text-align: left;
	}
	
	.remodal ul.modal_share_list li a span.icon {
		width: 20%;
	}
	
	.remodal-wrapper .remodal-close {
		left: auto;
		right: 0;
		top: -1.2rem;
	}
	
	.remodal-wrapper .remodal-close:before {
		background: #777777;
		color: #fff;
		border-radius: 50%;
	}
	
	.remodal-wrapper .remodal .url-copied {
		display: none;
	}
	
	.remodal-wrapper .remodal .url-copied span {
		position: absolute;
		left: 22%;
		color: #ffffff;
		background: #000;
		padding: .1rem 1rem;
		border-radius: 11px;
	}
	
}

/*----------------------------------------------------
 Galaxy S5
----------------------------------------------------*/

@media screen and (max-width: 375px){
	#todays_event_area .participation_list ul li {
		width: 101px;
	}
	
	#todays_event_area .participation_list ul li a figure {
		left: 7px;
	}
	
	
	#individual_event_area .participation_list ul li {
		width: 101px;
	}
	
	#individual_event_area .participation_list ul li a.image_link figure {
		left: 7px;
	}
	
	#form_area .check_box .cp_ipcheck {
		flex-wrap: wrap;
	}
	
	#event_share_area .event_top_bt {
		min-width: 320px;
	}
	
	#individual_event_area .participation_list ul {
		margin: 0 0 2.7rem;
	}
	
	#individual_event_area .participation_list ul li .name {
		padding: 0 0 0 12px;
	}
}

/*----------------------------------------------------
 Iphone5
----------------------------------------------------*/

@media screen and (max-width: 360px){
	#todays_event_area .participation_list ul li {
		width: 84px;
	}
	
	#todays_event_area .participation_list ul li a figure {
		width: 78px;
		max-height: 78px;
	}
	
	#todays_event_area .participation_list ul li.check a:before {
		width: calc(78px + 8px);
		height: calc(78px + 8px);
		left: 4.4px;
	}
	
	#individual_event_area .participation_list ul li {
		width: 84px;
	}
	
	#individual_event_area .participation_list ul li a.image_link figure {
		width: 78px;
		max-height: 78px;
	}
	
	#individual_event_area .participation_list ul li.check a.image_link:before {
		width: calc(78px + 8px);
		height: calc(78px + 8px);
		left: 4.4px;
	}
	
	#form_area .check_box .cp_ipcheck {
		flex-wrap: wrap;
	}
	
	#event_share_area .event_top_bt {
		min-width: 280px;
	}
	
	#event_individual_area .evnet_model .model_box .event_time dt {
		white-space: nowrap;
	}
	
	#event_individual_area .evnet_head_flex .event_tags {
		margin: 0 0 0 -12px;
	}
	
	#solo_mian_area .flex .image {
		margin: 0 0 1rem;
	}
	
	#solo_mian_area .flex .image:before {
		height: 62%;
	}
	
	/*
	#individual_event_area .participation_list ul li.birthday:before {
		right: -17px;
		top: 13vw;
	}
	
	#todays_event_area .participation_list ul li.birthday:before {
		right: -17px;
		top: 13vw;
	}
	*/
	
}
