.bg-sky-blue {
	background-color: #bde6ec;

}

.bg-sky-pink {
	background-color: #fbb0d0;

}

.border-color-sky-pink {
	border-color: #fbb0d0 !important;

}

.text-sky-pink {
	color: #fbb0d0;

}


.text-sky-blue {
	color: #bde6ec;

}

.border-color-sky-blue {
	border-color: #bde6ec !important;

}


.border-rad-5 {
	border-radius: 5px;
}


.img-fluid-75 {
	max-width: 75%;
}









.bg-glay {
	background-color: #efefef;
}

.pt-1-1 {
	padding-top: 0.5rem !important;
}


.font-size07 {
	font-size: 0.7rem !important;
}

.pt-custom {
	padding-top: 6rem !important;
}




.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0);
}


.toggle-input {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.toggle-label {
	display: none;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -6%;
	z-index: 99;
	color: #fff;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 5px;
	border-radius: 0px;
	font-size: 10px;
	transition: all 400ms ease-in-out;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.img-modal-icon {
	position: fixed;
	/* display: block; */
	width: 75px;
	height: 75px;
	text-decoration: none;
	bottom: 20%;
	right: 1%;
	background-color: #fe58a4;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	font-weight: 900;
}

.staff-rec-icon {
	bottom: 4% !important;
	background-color: #19acbd;
	font-size: 13px;
}

.img-modal-icon a {
	color: white;
	text-decoration: none;

}

.pink-contain {
	background-color: #ff66b21f;
	text-align: center;
}

.pink-text1 {
	font-weight: 900;
	font-size: 40px;
	color: #7ddeec !important;
}

.pink-text2 {
	font-size: 25px;
	color: #fca3cc;
	font-weight: 900;
	position: relative;
	bottom: 10px;
}

.pink-underline {
	background-image: linear-gradient(white, white);
	background-position: center;
	background-size: 140px 2px;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	position: relative;
	bottom: 12px;
}

/* .pt-15{
	padding-top: 6rem!important;
} */
.hide-show {
	position: relative;
	text-align: center;
	/* margin: 10px 0; */
}

.hide-show a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border: solid 2px #FE6EA3;
	background-color: #fff;
	margin: 0 5px;
	text-decoration: none;
	font-family: 'MS PGothic', sans-serif;
	color: #000;
}

@media (min-width: 992px) {
	.hide-show a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 15px 0;
		border: solid 2px #FE6EA3;
		background-color: #fff;
		margin: 0px;
		text-decoration: none;
		font-family: 'MS PGothic', sans-serif;
		color: #000;
	}
}

.hide-show a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 11px transparent;
	border-left: solid 14px #f65b9d;
	right: 5%;
	margin-top: 0;
	transition: all .2s;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}

.footer a {
	color: #212529 !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	text-decoration: none;
	/* padding: 15px; */
	/* display: block; */
}

.footer-toogle-trigger,
.footer-toogle-close {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-weight: bold; */
}

/* .footer .border{
	border: 2px solid #dee2e6!important;
} */
.w-60 {
	width: 60% !important;
}

.vanila-txt {
	font-size: 1.2rem !important;
}

.font-size1-2rem {
	font-size: 1.2rem !important;
}

.font-size1-5rem {
	font-size: 1.5rem !important;
}

.font-size10px {
	font-size: 0.5rem !important;
}

.fontsize07 {
	font-size: 0.7rem !important;
}

.display-flex {
	display: flex !important;
}

.display-hidden {
	display: hidden !important;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-font-size {
	font-size: 0.9rem !important;
}

@media screen and (min-width:576px) and (max-width:991px) {
	.footer-font-size {
		font-size: 1.3rem !important;
	}

	.font-size1-2rem {
		font-size: 2rem !important;
	}

	.vanila-txt {
		font-size: 2.2rem !important;
	}

	.w-60 {
		width: 65% !important;
	}

	/* .pt-15{
		padding-top: 7.5rem !important;
	} */
	.toggle-label {
		display: none;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 92%;
		right: 1.2%;
		margin-top: -6%;
		z-index: 99;
		color: #fff;
		width: 42px;
		height: 42px;
		-webkit-border-radius: 5px;
		border-radius: 0px;
		font-size: 10px;
		transition: all 400ms ease-in-out;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.sub-header {
		top: 59px !important;
	}

	.img-fluid-75 {
		max-width: 50% !important;
	}

	.cute-about-text {
		font-size: 2rem !important;
		font-weight: bold !important;
	}

	.font-size07 {
		font-size: 1rem !important;
	}

	.font-size15 {
		font-size: 2rem;
	}

	.font-size-xx {

		font-size: xx-large;

	}

	.new-info-text {
		font-size: calc(3.375rem + 1.5vw) !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
	}

	.girlsinfo-desc-text {
		font-size: 1.5rem;
	}

	.mt-2-tab {
		margin-top: .5rem !important;
	}

	.font-size2 {
		font-size: 1.5rem !important;
	}

	.font-size03 {
		font-size: 2.5rem !important;
	}

	span.new-info-subtext {
		font-size: 2rem !important;
	}

	.staff-rec-icon {
		bottom: 44% !important;
	}

	span.new-info-subtext-left {
		position: relative;
		left: 2%;
		top: 2%;
		font-size: 2.5rem;
	}

	span.new-info-subtext-right {
		position: relative;
		/* right: 2%; */
		top: 2%;
		font-size: 2.5rem;
	}

}



/* @media screen and (min-width: 1024px) and (max-width: 1200px){ */
/* .pt-15 {
		padding-top: 7rem!important;
	} */
/* .blank{
		padding-top: 5rem;
	}
	.title-contain{
		padding-top: 7rem!important;
	}
	.toggle-label {
		display: none;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 98%;
		right: 2%;
		margin-top: -6%;
		z-index: 99;
		color: #fff;
		width: 42px;
		height: 42px;
		-webkit-border-radius: 5px;
		border-radius: 0px;
		font-size: 10px;
		transition: all 400ms ease-in-out;
		-webkit-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}
	.toggle-label{
		top: 90%;
		height: 40px;
	}
	.toggle-menu-style-custmaize{
		height: 5rem !important;
	}
	.sub-header {
		top: 85px!important;
	}

	.img-fluid-75 {
		max-width: 50%!important;
	}
	.cute-about-text {
		font-size: 2rem!important;
		font-weight: bold!important;
	}
	.font-size07 {
		font-size: 1.5rem!important;
	}
	span.new-info-subtext {
		font-size: 2rem !important;
	}
	.display-6{
		font-size: 5rem !important;
	}
	.newface-container {
		font-size: 2rem !important;
	}
	.font-size15 {
		font-size: 3rem !important;
	}
	span.new-info-subtext-left {
        position: relative;
        left: 2%;
		top: 2%;
		font-size: 2.5rem;
	}
	span.new-info-subtext-right {
        position: relative;
		top: 2%;
		font-size: 2.5rem;
    } */
/* } */

/* .toggle-label:hover .toggle-icon,
.toggle-label:hover .toggle-icon:before,
.toggle-label:hover .toggle-icon:after {
	background-color: #cc0000;
} */
.toggle-label:active {
	-webkit-tap-highlight-color: transparent;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
	position: absolute;
	top: 35%;
	left: 50%;
	height: 3px;
	width: 28px;
	cursor: pointer;
	background: #fff;
	display: block;
	content: '';
	transition: all 500ms ease-in-out;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.toggle-label .toggle-icon {
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
}

.toggle-label .toggle-icon:before {
	transform: translate3d(-50%, -10px, 0);
	-webkit-transform: translate3d(-50%, -10px, 0);
}

.toggle-label .toggle-icon:after {
	transform: translate3d(-50%, 8px, 0);
	-webkit-transform: translate3d(-50%, 8px, 0);
}

.toggle-label p {
	position: absolute;
	bottom: -16px;
	width: 100%;
	text-align: center;
	left: 0;
	line-height: 1;
	font-size: 0.7rem;
}

.toggle-input:checked~.toggle-label {
	color: #fff;
}

.toggle-input:checked~.toggle-label .toggle-icon {
	background-color: transparent;
}

.toggle-input:checked~.toggle-label .toggle-icon:before,
.toggle-input:checked~.toggle-label .toggle-icon:after {
	top: 0;
	background: #fff;
}

.toggle-input:checked~.toggle-label .toggle-icon:before {
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
}

.toggle-input:checked~.toggle-label .toggle-icon:after {
	transform: translateX(-50%) translateY(-10px) rotate(-45deg);
	-webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
	top: 10px;
}



/*メニュー*/



@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		display: block !important;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		display: block !important;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}





.drawer_menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	z-index: 1;
	height: 100%;
	visibility: hidden;
	/* background-color: #444; */
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: ease-out;
	width: 100%;
	/* max-width: 500px; */
	overflow: scroll;
}

.nav-primary {
	padding-top: 60px;
}

.nav-primary li {
	padding: 5px 30px;
}

.nav-primary li a {
	display: block;
	color: #f0f0f0;
	padding: 10px 15px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.nav-primary li a:hover {
	background-color: #c00;
}

.row.collapse .columns {
	padding-left: 0;
	padding-right: 0;
}

/*Effect - Fade*/
.drawer_menu {
	z-index: 3;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.toggle-input:checked~.drawer_menu {
	visibility: visible;
}

.fadeInRight,
[data-effect="pure-effect-fade"] .toggle-input:checked~.drawer_menu {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeOutRight,
[data-effect="pure-effect-fade"] .drawer_menu {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.toggle-drawer {
	/* height: 1500px;
	max-height: 2000px;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch; */
}

.spmene_center {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	background: #444;
	z-index: 9999;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 50%;
}

.spmene_center .spmene_top {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
}

.spmene_center input[type="radio"] {
	display: none;
}

.spmene_center .spmene_tab {
	position: relative;
	float: left;
	z-index: 5;
	width: 50%;
	height: 50px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	font-size: 12px;
	transition: background .25s ease-in-out;
	color: #858585;
	font-weight: bold;
}

.spmene_center .tabspmene_:hover {
	color: #fff;
}

.spmene_center input[type="radio"]:checked+.spmene_tab {
	color: #fff;
}

.spmene_center .spmene_content {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 120%;
}

.spmene_center .spmene_content .spmene_box {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	pointer-events: none;
	transition: all .25s ease-in;
	width: 100%;
}

#menutab-1:checked~.spmene_content #box-1,
#menutab-2:checked~.spmene_content #box-2,
#menutab-3:checked~.spmene_content #box-3 {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all .25s ease-out .25s;
}

.spmenu_wrap {
	color: #fff;
}

.spmenu_wrap dt {
	background-color: #333;
	padding: 10px 15px;
	border-bottom: 1px solid #999;
}

.fu-page-link {
	display: block;
	text-align: center;
	background-color: #444;
	line-height: 50px;
	border-bottom: 1px solid #999;
	/* position: relative; */
	font-weight: normal !important;
}

.fu-page-link a {
	color: white;
}

.sl_label {
	display: block;
	text-align: center;
	background-color: #444;
	line-height: 50px;
	border-bottom: 1px solid #999;
	position: relative;
}

.sl_label:before,
.sl_label:after {
	content: '';
	position: absolute;
	display: block;
	background: #a3a3a3;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sl_label:before {
	height: 1px;
	width: 20px;
	left: 14px;
	margin-top: 1px;
}

span.d_link {
	font-weight: normal;
}

.sl_label:after {
	height: 20px;
	width: 1px;
	left: 23px;
	margin-top: -9px;
}

.contact-menu div {
	height: 50px;
	line-height: 50px;
}

.spmenu_acbox {
	max-height: 0;
	overflow: hidden;
	transition: height .2s ease-in-out;
	opacity: 0;
}

.ac_list input:checked~.spmenu_acbox {
	max-height: 500px;
	opacity: 1;
}

.spmenu_wrap input:checked+label:after,
.spmenu_wrap input:checked+label:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.spmene_box li {
	height: 50px;
	display: table;
	vertical-align: middle;
}

.spmene_box .cont1 li,
.spmene_box .cont2 li {
	border-bottom: 1px solid #999;
}

.spmene_box li a {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	color: #fff !important;
	text-decoration: none;
	padding: 0 5px;
	font-weight: normal;
}

.spmene_box ul {
	width: 100%;
	background: #333;
	/* font-size: 12px; */
}

.spmene_box ul.list_odd {
	border-bottom: 1px solid #999;
}

.spmene_box .btop {
	border-top: 1px solid #999;
}

.spmene_box .bbot {
	border-bottom: 1px solid #999;
}

.spmene_box .bbotnon {
	border-bottom: none;
}

.spmene_box .btopnon {
	border-top: none;
}

.spmene_box .cont1 li {
	width: 100%;
	background-color: #444;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.spmene_box .cont2 li {
	width: 100%;
	padding-left: 2rem;
}

.spmene_bo .cont2 li a {
	text-align: left
}

/* odd */
.spmene_box .cont2 li:nth-child(n+1) {
	border-right: 1px solid #999;
}

.spmene_box .cont2.list_odd li:nth-last-child(1),
.spmene_box .cont3.list_odd li:nth-last-child(1) {
	border-bottom: none;
}

.spmene_box .cont3 {
	border-bottom: 1px solid #999;
}

.spmene_box .cont3 li {
	float: left;
	width: 33.3%;
	border-right: 1px solid #999;
}

.spmene_box .cont3 li:nth-child(3n) {
	width: 33.4%;
	border-right: none;
}

.spmene_box .acount {
	margin-top: 50px;
}

.spmene_box .acount li:first-child {
	width: 100%;
	background-color: #d6d6d6;
	text-align: center;
	line-height: 50px;
}

.spmene_box .acount li:nth-child(2) {
	border-right: 1px solid #999;
}

.spmene_box .acount li:not(:first-child) {
	width: 50%;
	float: left;
}

.footer-toggle input:checked~.spmenu_acbox {
	max-height: 500px;
	opacity: 1;
	display: block !important;
}

.footer-toggle ul li {
	display: inline-block;
	width: calc(100%/3);
}

.toggle-menu-style-custmaize {
	height: 4rem;
	margin: 0 !important;
}

.close-btn {
	background: linear-gradient(45deg, white 50%, #212529 50%);
}

input#sl-1 {
	display: none;
}

input#sl-2 {
	display: none;
}

input#sl-3 {
	display: none;
}

input#sl-4 {
	display: none;
}

input#sl-5 {
	display: none;
}

input#sl-6 {
	display: none;
}

input#sl2-7 {
	display: none;

}

input#sl2-8 {
	display: none;

}

input#sl5 {
	display: none;
}

.text-white {
	color: #fff !important;
}

.mb-15 {
	margin-bottom: 100px;
}

.border-glay {
	border-color: #999 !important;
}




.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 400 !important;
	line-height: 1.2;
}




.border-semi-elliptical {
	height: 42px !important;
	border-radius: 0 0 100% 100%;
	background: #fbb0d0;

}




.title-font {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.07em;
}


.wrap {
	overflow: hidden;
}

.news-text {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: bold;
	line-height: 1.2;
}

.balloon-bottom {
	position: relative;
}

.fgroup-text {
	bottom: 25%;
	width: 100%;
	right: 0;
}


.balloon-bottom::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #bde6ec;
}


.decration-text-color {
	background: -webkit-linear-gradient(#ee609c, #b564d9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.text-light-sky-pink {
	/* color:#fcabd2; */
	color: #fc83be;
}

.border-light-sky-pink {
	border-color: #fcabd2 !important;
}

.bg-light-sky-pink {
	background-color: #fcabd2 !important;
}



.bg-img {
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.font-size05 {
	font-size: 0.5rem;
}

.cute-about-text {
	font-size: rem;
	font-weight: bold;
}

.font-weight-bold {
	font-weight: bold;
}


.font-size15 {
	font-size: 1rem;
}


.font-size09 {
	font-size: 1.5rem;
}


.border-semi-elliptical-blue {
	border-radius: 20px 20px 0 0;
	background: #bde6ec;
}


.border-semi-elliptical-pink {
	border-radius: 20px 20px 0 0;
	background: #fcabd2;
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 1000;
	line-height: 1.2;
}


.h-18 {
	height: 18% !important;
}


.font-size22 {
	font-size: 15px !important;
}

.border-semicircle-top {
	height: 55px;
	border-radius: 50% 50% 0 0/100% 100% 0 0;
	background: #bde6ec;

}


.h-232 {
	height: 190% !important;
}


.font-xlarge {
	font-size: x-large;
}

.gradBoxInner {
	padding: 5%;
	background-color: #FFF;
}

.gradBox {
	padding: 2px;
	text-align: center;
	background: linear-gradient(#ee609c, #b564d9);
}


a.customisable-highlight {
	font-size: x-large !important;
	color: #fcabd2 !important;
}


.bg-dark-glay {
	background-color: #8d8d8d !important;
}


.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;

}


.border-gentle-orange {
	border-color: #d6c69f !important;
}

.border-light-blue {
	border-color: #65cbcf !important;
}



.header {
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
}

/* ヘッダーの高さ分paddingを開ける */
body {
	padding-top: 20px;
}


.sub-header {
	position: sticky;
	top: 8% !important;
	z-index: 8;
	left: 0;
}



.text-gentle-orange {
	color: #d6c69f;
}




.display-7 {
	font-size: calc(1rem + 1.5vw);
	font-weight: 400 !important;
	line-height: 1.2;
}


.col-0 {
	flex: 0 0 auto;
	width: 0%;
	padding: 0;
}


@media (min-width: 576px) {
	.col-sm-3 {
		flex: 0 0 auto !important;
		width: 25% !important;
	}
}

@media (min-width: 576px) {
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
}




.container-fluid {
	overflow: hidden;
}

.review-content-img {
	width: 70% !important;
}





#rec-icon {
	z-index: 9;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

#rec-icon a {
	text-decoration: none;
}

.bottom-left {
	position: absolute;
	bottom: 0;
	right: 0;
}


span.new-info-subtext {
	font-size: 1rem;
}


.fw-500 {
	font-weight: 500 !important;
}


.start-anim {
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;

}




.w-20 {
	width: 20% !important;
}

.my-2-1 {
	margin-top: 0.6rem !important;
	margin-bottom: 0.6rem !important;
}

.fa-angle-down:after {
	content: "\f107" !important;
	position: absolute;
	right: 10px;
}

.fa-angle-down.active:after {
	content: "\f106" !important;
	position: absolute;
	right: 10px;
}

.fa-angle-down:before {
	content: "" !important;
}

/* メールフォーム内容確認 */
.mailcheck-form tr td:nth-child(1) {
	background-color: rgb(242, 242, 242);
	width: 25%;
}

table.mailcheck-form {
	/* border-color:grey; */

}

.mailcheck-form td {
	/* border: solid 1px; */
}

/* end メールフォーム内容確認 */


.line-height1-8 {
	line-height: 1.8rem !important;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */

	.title-underline {
		bottom: 50px !important;
		background-size: 110px 2px !important;
	}

	.pt-custom {
		padding-top: 7rem !important;
	}

	.img-modal-icon {
		position: fixed;
		/* display: block; */
		width: 90px;
		height: 90px;
		text-decoration: none;
		bottom: 55%;
		font-size: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9;
		font-weight: 900;
	}

	.staff-rec-icon {
		font-size: 15px;
	}

	#rec-icon {
		z-index: 9;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100px;
		height: 50px;
	}


}

#access,
#cosplay {
	display: block;
	padding-top: 200px !important;
	margin-top: -200px !important;
}

/*プリンセス 開始*/
.princess_intro {
	background-image: url(../images/princess/intro_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.princess_intro_gif {
	background-image: url(../images/princess/intro_anime.gif);
	background-repeat: no-repeat;
	background-size: contain;
	;
	background-position: bottom 50% left 0px;

}

.princess_contents {
	width: 100%;
}

/* .princess_title01{
  width: 200px;
	margin: 0 auto;
	padding-top: 10px;
  } */
.princess_banner img {
	width: 100%;
}

.princess_text01 {
	font-size: 10px;
	font-family: "A-OTF Maru Folk Pro";
	color: rgba(45, 34, 24, 0.851);
	line-height: 1.533;
	text-align: center;
	padding-bottom: 20px;
	-moz-transform: matrix(1.11019929660023, 0, 0, 1.11065088757396, 0, 0);
	-webkit-transform: matrix(1.11019929660023, 0, 0, 1.11065088757396, 0, 0);
	-ms-transform: matrix(1.11019929660023, 0, 0, 1.11065088757396, 0, 0);
	/*  position: absolute;
	left: 842.384px;
	top: 714.199px;
	z-index: 28;*/
}

/* .princess_text01 p{
	padding: 0 20px;
  } */
.princess_text01_bold {
	font-weight: bold;
	color: #4c433a;
}

.princess_text01_red {
	font-weight: bold;
	color: #f54a4a;
}

.princess-container,
.member-container,
.campaign-container,
.access-container {
	/* background: url(../images/w_bg.jpg); */
	/* padding: 10px 5px 0; */
}

.princess-container img {
	vertical-align: baseline;
}

/*プリンセス 終了*/
/*member*/
.is_member .event ul {
	padding-left: 0;
}

.is_member .event ul li img {
	width: 100%;
	vertical-align: baseline;

}

.is_member .event ul li:first-child img {
	width: 100%;
}

.is_member .translation h3 {
	background-color: #FE6EA3;
	color: #fff;
	font-size: 1rem;
	padding: 0 5px;
	margin-bottom: 10px;
}

.is_member .translation h3+p {
	margin-bottom: 15px;
	padding: 0 5px;
}

.is_member .caution {
	border: 2px solid #FE6EA3;
	padding: 5px;
	background: #fff;
}

.is_member .caution h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}

.is_member .register_box {
	margin-top: 30px;
}

.is_member .register_box .btn_form {
	text-align: center;
	padding: 10px 30px;
}

.is_member .register_box #login_btn2 {
	background-color: #FE6EA3;
	border: 1px solid #FE6EA3;
	color: #fff;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FE6EA3), color-stop(0.50, #ff5594), color-stop(0.50, #ff0d66), color-stop(1.00, #ffa7b0));
	background: -webkit-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
	background: -moz-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
	background: -o-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
	background: -ms-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
	background: linear-gradient(to bottom, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
}

.is_member .register_box .btn_form+p {
	margin: 30px 0;
	background: url('../images/system/coming_bg.jpg');
	border: 1px solid #FE6EA3;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

/*member end*/
/*キャンペーン*/
.campaign-container {
	font-size: 14px;
}

.is_campaign .campaign_banner {
	/* background: rgba(255, 255, 255, .7); */
	margin-bottom: 10px;
}

.is_campaign .campaign_tit {
	background: #FE6EA3;
	color: #fff;
	padding: 5px;
}

.is_campaign .campaign_img {
	width: 100%;
}


.arrow_tit {
	background: #fca3cc;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	margin-bottom: 12.5px;
	text-align: center;
	position: relative;
}

.arrow_tit::after {
	content: '';
	width: 0;
	height: 0;
	border: 13px solid transparent;
	border-top: 13px solid #fca3cc;
	position: absolute;
	right: 47%;
	top: 38px;
}

.p_btn {
	height: 18px;
	line-height: 18px;
	width: 106px;
	background: #FF66B2;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.p_btn a {
	color: #fff;
}

.w_btn {
	height: 18px;
	line-height: 18px;
	width: 106px;
	background: #ff66b21f;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.w_btn a {
	color: #FF66B2;
}

/*access　end*/
/*ホテルリスト*/
.hotel_tit {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #fff;
	background-color: #1C85F2;
}

.select_hotel_list {
	width: 80%;
	margin: 10px auto 20px;
	overflow: hidden;
}

.business_hotel,
.love_hotel {
	float: left;
	width: 48%;
	text-align: center;
}

.business_hotel {
	margin: 0 2% 0 0;
}

.business_hotel a,
.love_hotel a {
	display: block;
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 3;
	border: solid 1px #ccc;
}

.business_hotel_tit {
	background: url(../images/guide/business.png);
}

#business_hotel caption {
	border-bottom: 2px solid #1C85F2;
	margin-bottom: 10px;
	border-left: 10px solid #1C85F2;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.2rem;
}

#love_hotel caption {
	border-bottom: 2px solid #FE6EA3;
	margin-bottom: 10px;
	border-left: 10px solid #FE6EA3;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.2rem;
}

.is_hotel table.hotel_list {
	border-collapse: collapse;
	border-spacing: 0;
}

.is_hotel table.hotel_list {
	/*border: 1px solid #FF80BF;*/
	margin-bottom: 20px;
	width: 100%;
}

.is_hotel table.hotel_list td,
.is_hotel table.hotel_list th {
	border: 1px solid #A6A6A6;
	padding: 2px;
	background: rgba(255, 255, 255, .7);
}

.is_hotel table.hotel_list th {
	background-color: rgba(254, 110, 163, 0.8);
	text-align: center;
}

.is_hotel table.hotel_list td.head {
	background-color: rgba(254, 110, 163, 0.8);
	color: #fff;
}

.is_hotel table.hotel_list td.business_head {
	background-color: rgba(46, 157, 207, 0.8);
	color: #fff;
}

.is_hotel table.hotel_list .area_tit,
.is_hotel table.hotel_list .area_tit_child {
	text-align: center;
}

.is_hotel table.hotel_list .area_tit {
	background-color: #f3f3f3;
}

.is_hotel table.hotel_list .area_tit_child {
	background-color: #fff;
}

.is_hotel table#business_hotel.hotel_list th {
	background-color: rgba(46, 157, 207, 0.1);
}

.is_hotel .drawer-dropdown {
	display: none;
	margin: 5px 0 10px;
	font-size: 12px;
}

.is_hotel .drawer-dropdown table {
	border-collapse: collapse;
}

.is_hotel .drawer-dropdown table td,
.is_hotel .drawer-dropdown table th {
	background: rgba(255, 255, 255, .7);
	border: 1px solid #FE6EA3;
	padding: 2px;
}

.is_hotel .drawer-dropdown table th {
	background: #FE6EA3;
	color: #fff;
}

/* .is_hotel .nav_list.business > ul > li{
	background: url(../images/guide/business_LINE.jpg);
  } */
.is_hotel .business .drawer-dropdown table th,
.is_hotel .business .drawer-dropdown table td {
	border: 1px solid #46A0FF;
}

.is_hotel .business .drawer-dropdown table th {
	background: #46A0FF;
}

.is_hotel h3 {
	font-size: 1rem;
	background: #999;
	color: #fff;
	padding: 10px 5px;
}

.is_hotel .nav_list {
	padding: 5px 0 15px;
}

.is_hotel .nav_list>ul>li {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	background-color: #fca3cc;
	position: relative;
	font-size: 1rem;
}

.is_hotel .nav_list.business>ul>li {
	background-color: #bde6ec;
	color: grey !important;
}

.is_hotel ul {
	padding: 0;
	margin: 0;
}

.is_hotel li {
	margin: 2px 0 !important;
}

.is_hotel .nav_list.pink>ul:nth-child(1)>li:nth-child(1) {
	font-size: 13px;
}

.is_hotel table {
	width: 100%;
}

/*ホテルリスト end*/


.one-menu {
	width: 100% !important;
}



.fas::before {
	font-weight: 900;
}


.font-family-normal {
	font-family: normal;
}

.fixed-position {
	overflow: hidden !important;
}


/* Safari */
_:lang(x)+_:-webkit-full-screen-document,
#sc01 {
	min-height: -webkit-fill-available;
}

.special3-content h2,
.rateplan-content h2,
.rateplan-content h6 {
	font-weight: 400;
}

.subheader-img {
	background-color: #fbb0d0;
}

li {
	list-style: none;
}

.news_content {
	margin-bottom: 1em;
}

.newsIcon {
	width: 22px;
	display: inline-block;
}

.girls_latest_news {
	padding: 2px 5px;
}

.girls_latest_news .girlNewsImg img {
	width: 100% !important;
	margin: -25% 0 0 0 !important;
}

.girls_latest_news li {
	margin: 0.5em 0;
}

.girls_latest_news .girlNewsImg {
	/* float: left; */
	display: inline-block;
	position: relative;
	width: 50px;
	height: 46px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 30%);
}

.girls_latest_news li a {
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	color: #489de4 !important;
}

.girls_latest_news .girlNewsTitle {
	position: absolute;
	/* float: right; */
	display: inline-block;
	left: 5em;
	/* margin-top: -5em; */
	width: 75%;
}

.news-date {
	border-bottom: dotted 1px #aaa;
	font-size: 13px;
}

.more_btn a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border: solid 2px #fbb0d0;
	background-color: #fff;
	/* margin: 0 5px; */
	color: #000;
	text-decoration: none;
	/* font-family: 'MS PGothic',sans-serif; */
}

.more_btn a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 11px transparent;
	border-left: solid 14px #f65b9d;
	right: 5%;
	margin-top: 0;
	transition: all .2s;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}

.girl_news_wrapper {
	margin-bottom: 1em;
}

/* 交通費料金 */
.bnr_area div {
	float: left;
	width: 48%;
	margin: 0 1%;
}

.transport_cost ul li {
	display: inline-block;
	width: 36%;
}

.transport_cost ul li.long {
	width: 55% !important;
}

.transport_free_left {
	font-size: 100%;
	background-color: #fcabd2;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	font-weight: bold;
}

.transport_free_right ul {
	padding: 0;
	margin: 0;
}

.transport_free_right ul li {
	border: 1px solid #fcabd2;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
}

.cost_left {
	font-size: 100%;
	color: white;
	background-color: #bce5ec;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	font-weight: bold;

}

.cost_right ul {
	padding: 0;
	margin: 0;
}

.cost_right ul li {
	border: 1px solid #bce5ec;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* .transport_no1{
    height: 95px;
    line-height: 95px;
}
.transport_no2{
    height: 160px;
    line-height: 160px;
}
.transport_no3{
    height: 95px;
    line-height: 95px;
}
.transport_no4{
    height: 160px;
    line-height: 160px;
}
.transport_no5{
    height: 160px;
    line-height: 160px;
}
.transport_no6{
    height: 95px;
    line-height: 95px;
} */
.border-semicircle-transport {
	height: 45px;
	border-radius: 25px 25px 0 0;
	background: #BCE5EC;
	margin-bottom: 10px;

}

.transport-top {
	font-size: 25px;
	text-align: left !important;
}

/* swiper content */

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-container2 {
	width: 100%;
	height: auto;
}

.swiper-cus-voice {
	height: 175px;
}

/* 新着情報のアイコン */
.newstype1 {
	background: no-repeat url(../images/newface.png);
	background-size: 70%;
}

.newstype2 {
	background: no-repeat url(../images/revival.png);
	background-size: 70%;
}

.newstype3 {
	background: no-repeat url(../images/redbeacon.png);
	background-size: 70%;
}

.newstype4 {
	background: no-repeat url(../images/camera.png);
	background-size: 70%;
}

.newstype5 {
	background: no-repeat url(../images/kuu.png);
	background-size: 70%;
}

.newstype6 {
	background: no-repeat url(../images/movie.png);
	background-size: 70%;
}

.newstype7 {
	background: no-repeat url(../images/star.png);
	background-size: 70%;
}

.newstype8 {
	background: no-repeat url(../images/heart.png);
	background-size: 70%;
}

.newstype9 {
	background: no-repeat url(../images/newface.png);
	background-size: 70%;
}

/* もっと見るボタン */
#loadMoreNews {
	text-align: center;
	margin: 10px 0;
}

#loadMoreNews span {
	display: inline-block;
	background: #FE6EA3;
	padding: 10px 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	transition: .4s;
	color: #fff;
	cursor: pointer;
}

/* girlsinfo-slider */
.next-button {
	right: 52% !important;
	top: 90% !important;
	color: black !important;
	--swiper-navigation-size: 20px !important;
}

.prev-button {
	left: 2% !important;
	top: 90% !important;
	color: black !important;
	--swiper-navigation-size: 20px !important;
}

.next-button2 {
	right: 2% !important;
	top: 90% !important;
	color: black !important;
	--swiper-navigation-size: 25px !important;
}

.prev-button2 {
	left: 52% !important;
	top: 90% !important;
	color: black !important;
	--swiper-navigation-size: 25px !important;
}

.cus-voice-prev {
	left: 0 !important;
	top: 75% !important;
	color: black !important;
	--swiper-navigation-size: 20px !important;
}

.cus-voice-next {
	right: 0 !important;
	top: 75% !important;
	color: black !important;
	--swiper-navigation-size: 20px !important;
}

.cus-voice-box {
	/* margin: 0 1rem !important; */
	height: 65%;
}

.newface-container {
	font-size: 10px;
}

.group_inner {
	min-height: 165px;
	margin-right: 0;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 4px rgb(51 51 51 / 40%);
}

.textlength {
	padding: 0 20px !important;
}

@media screen and (min-width:480px) and (max-width:575px) {

	/* .girls_latest_news .girlNewsTitle{
        width: 75%;
    }
    .girls_latest_news .girlNewsImg{
        left: 5%;
        margin-top: 5px;
    }
    .girls_latest_news .girlNewsTitle{
        left: 16%;
    }
    .girls_latest_news li{
        margin: 0.5em 0 1.5em 0;
    }
    .girls_latest_news li a{
        font-size: 22px;
        color: #0d6efd !important;
    } */
	/* .news-date{
        font-size: 18px;
    } */
	.next-button {
		right: 52% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.prev-button {
		left: 2% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.next-button2 {
		right: 2% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.prev-button2 {
		left: 52% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.cus-voice-box {
		margin: 0 4rem !important;
		height: 80%;
	}

	.cus-voice-prev {
		top: 92% !important;
		--swiper-navigation-size: 30px !important;
	}

	.cus-voice-next {
		top: 92% !important;
		--swiper-navigation-size: 30px !important;
	}

	.swiper-cus-voice {
		margin-bottom: 5rem !important;
	}

	/* .newsIcon {
        width: 32px !important;
    }
    .newstype1, .newstype2, .newstype3, .newstype4, .newstype5, .newstype6, .newstype7, .newstype8, .newstype9{
        background-size: 80%;
    } */
}

@media screen and (min-width:576px) and (max-width:991px) {
	body {
		/* font-size: 1.5rem; */
	}

	.girls_latest_news .girlNewsTitle {
		width: 75%;
	}

	.girls_latest_news .girlNewsImg {
		left: 5%;
		margin-top: 5px;
	}

	.girls_latest_news .girlNewsTitle {
		left: 16%;
	}

	.girls_latest_news li {
		margin: 0.5em 0 1.5em 0;
	}

	.girls_latest_news li a {
		font-size: 22px;
		color: #0d6efd !important;
	}

	.news-date {
		font-size: 18px;
	}

	.next-button {
		right: 52% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.prev-button {
		left: 2% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.next-button2 {
		right: 2% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.prev-button2 {
		left: 52% !important;
		top: 91% !important;
		color: black !important;
		--swiper-navigation-size: 40px !important;
	}

	.cus-voice-box {
		margin: 0 4rem !important;
		height: 80%;
	}

	.cus-voice-prev {
		top: 92% !important;
		--swiper-navigation-size: 30px !important;
	}

	.cus-voice-next {
		top: 92% !important;
		--swiper-navigation-size: 30px !important;
	}

	.swiper-cus-voice {
		margin-bottom: 5rem !important;
	}

	.newsIcon {
		width: 32px !important;
	}

	.newstype1,
	.newstype2,
	.newstype3,
	.newstype4,
	.newstype5,
	.newstype6,
	.newstype7,
	.newstype8,
	.newstype9 {
		background-size: 80%;
	}

	.border-light-sky-pink.more_btn a::before {
		right: 10% !important;
	}

	.border-color-sky-blue.more_btn a::before {
		right: 10% !important;
	}

	.img-modal-icon {}

	.header {
		overflow: visible !important;
	}

	.drawer_menu {
		width: 100%;
		height: 100%;
	}

	.shop-tel {
		width: 80%;
		position: relative;
		left: 8%;
	}

	.fupoint-logo {
		width: 80%;
		position: relative;
		left: 28%;
	}
}


/* @media screen and (min-width: 1024px) and (max-width: 1200px){
    .next-button{
        right: 52% !important;
        top: 91% !important;
        color: black !important;
        --swiper-navigation-size: 40px !important;
    }
    .prev-button{
        left: 2% !important;
        top: 91% !important;
        color: black !important;
        --swiper-navigation-size: 40px !important;
    }
    .next-button2{
        right: 2% !important;
        top: 91% !important;
        color: black !important;
        --swiper-navigation-size: 40px !important;
    }
    .prev-button2{
        left: 52% !important;
        top: 91% !important;
        color: black !important;
        --swiper-navigation-size: 40px !important;
    }
    .cus-voice-box{
        margin: 0 4rem !important;
        height: 80%;
    }
    .cus-voice-prev{
        top: 92% !important;
        --swiper-navigation-size: 30px !important;
    }
    .cus-voice-next{
        top: 92% !important;
        --swiper-navigation-size: 30px !important;
    }

    .swiper-cus-voice{
        margin-bottom: 5rem !important;
    }
    
    .header{
        overflow: visible !important;
    }
    .drawer_menu {
        width: 50%;
        height: 120%;
    }
    .shop-tel{
        width: 80%;
        position: relative;
        left: 8%;
    }
    .fupoint-logo{
        width: 80%;
        position: relative;
        left: 28%;
    }
    .girl-info-text{
        position: relative;
        top: 5%;
    }
    .border-light-sky-pink.more_btn a::before {
        right: 12% !important;
    }
    .border-color-sky-blue.more_btn a::before{
        right: 12% !important;
    }
} */



@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(0deg) translate(0, 0);
	}

	20% {
		-webkit-transform: rotate(0deg) translate(10px, 0px);
	}

	40% {
		-webkit-transform: rotate(0deg) translate(0, 0);
	}
}

@keyframes sdb {
	0% {
		transform: rotate(0deg) translate(0, 0);
	}

	20% {
		transform: rotate(0deg) translate(10px, 0px);
	}

	40% {
		transform: rotate(0deg) translate(0, 0);
	}
}


.border-light-sky-pink.more_btn a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 11px transparent;
	border-left: solid 14px #fcabd2;
	right: 5%;
	margin-top: 0;
	transition: all .2s;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}


.border-color-sky-blue.more_btn a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 11px transparent;
	border-left: solid 14px #bde6ec;
	right: 5%;
	margin-top: 0;
	transition: all .2s;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

	/* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */
	.font-size10px {
		font-size: 1.5rem !important;
	}

	.h6,
	h6 {
		font-size: 1.5rem;
	}

	.mt-3 {
		margin-top: 3rem !important;
	}

	.font-size22 {
		font-size: 30px !important;
	}

	.more_btn a {
		display: block;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding: 15px 0;
		border: solid 2px #fbb0d0;
		background-color: #fff;
		/* margin: 0 5px; */
		color: #000;
		text-decoration: none;
		/* font-family: 'MS PGothic',sans-serif; */
	}

	.border-light-sky-pink.more_btn a::before {
		position: absolute;
		content: '';
		width: -1px;
		height: 0;
		border: solid 22px transparent;
		border-left: solid 26px #fcabd2;
		/* right: 9%!important; */
		margin-top: 0;
		transition: all .2s;
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
		/* top: -98%; */
	}

	.more_btn a::before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 22px transparent;
		border-left: solid 26px #fcabd2;
		right: 5%;
		margin-top: 0;
		transition: all .2s;
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
	}

	body {
		margin: 0;
		font-family: var(--bs-font-sans-serif);
		/* font-size: 1.5rem; */
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: transparent;
	}

	.border-color-sky-blue.more_btn a::before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 22px transparent;
		border-left: solid 26px #fcabd2;
		right: 5%;
		margin-top: 0;
		transition: all .2s;
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
	}


}

.ranking-img-fluid {
	max-width: 82%;
	position: absolute;
	top: 6.5%;
	left: 8.5%;
}


@media all and (min-width: 768px) and (max-width: 1024px) {
	/* タブレット */

	.ranking-img-fluid {
		max-width: 84%;
		position: absolute;
		top: 6.5%;
		left: 7.5%;
	}
}


.font-w-300 {
	font-weight: 300;
}


.font-w-400 {
	font-weight: 400;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
	font-weight: bolder !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	font-weight: bolder !important;
}


.height4-5 {
	height: 4.5%;
}

.mb-11 {
	margin-bottom: 11rem;
}


.mb-22 {
	margin-bottom: 22rem;
}

@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
}




.card-img-overlay {
	padding: 0;
	top: calc(50% - 10vh);
	text-align: center;
	font-weight: bold;
}




.princess-bg-img-overlay {
	padding: 0;
	top: calc(65% - 8vw);
	/* text-align: center; */
	/* font-weight: bold; */
	font-weight: 100 !important;
	color: white;
	padding: -21px;
	left: 10%;
	/* top: 14vh; */
	text-align: center;
	/* font-weight: bold; */
	font-size: 1vw;
	font-size: 0.9vw;
	position: absolute;
}


.princess-bg-img-overlay-title {
	padding: 0;
	top: calc(65% - 10vw);
	font-weight: 100 !important;
	color: white;
	padding: -21px;
	left: 36%;
	text-align: center;
	font-size: 1vw;
	position: absolute;
}

.princess-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none !important border-radius: 0.25rem;
}


/* pc-共通 */
@media screen and (min-width:992px) {
	.bg-img {
		background-image: url("https://www.feeling-yk.com/dev/images/about_feeling.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.border-light-sky-pink.more_btn a::before {
		width: 68%;
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 11px transparent;
		border-left: solid 14px #fcabd2;
		right: 5%;
		margin-top: 0;
		transition: all .2s;
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
	}

	.more_btn a {
		width: 68%;
		display: block;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 15px 0;
		border: solid 1px #FE6EA3;
		background-color: #fff;
		margin: 0;
		text-decoration: none;
		font-family: 'MS PGothic', sans-serif;
		color: #000;
	}

	.girls_latest_news .girlNewsImg {
		/* float: left; */
		display: inline-block;
		position: relative;
		/* width: 55px;
		height: 55px; */
		width: 33px;
		height: 34px;
		overflow: hidden;
		border-radius: 50%;
		box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 30%);
	}

	.movie-princess-bg-img-overlay-title {
		padding: 0;
		top: calc(65% - 11vw);
		font-weight: 100 !important;
		color: white;
		padding: -21px;
		left: 53%;
		text-align: center;
		font-size: 1vw;
		position: absolute;
	}
}
