body {
	text-align: center !important;
}

.p-header.pt-1 {
	background-color: #000 !important;
}

.p-headerNav li a:after {
	background: #fff !important; 
}

.p-headerNav li a:hover {
	color: #e85298 !important;
}

.no-gutters {
	margin-bottom: 10px;
}

.pl-lg-3, .px-lg-3 {
	padding-top: 20px;
}


.service-container {
	width: 50%; 
}

service {
	padding-bottom: 0px !important;
}

.p-header__siteTitle {
	color: #DBFFAC ; 
	 text-shadow: 0 0 10px #ffffff,
    0 0 60px #71F6AB,
    0 0 70px #71F6AB;
}

.p-headerNav{
	background-color: #000 !important;
}

.service-sub-title {
	line-height: 2.4;
	font-size: 16px !important;
}



/*SPサイズ*/
@media screen and (max-width: 480px) {
	.p-imgSlider {
		display: none !important;
	}
	.p-header__tel {
	display: none;
}
	pc-menu-icons {
	display: none !important;
}
	.p-headerNav li a {
	padding: 1rem 2rem !important;
}
}

/*PCサイズ*/
@media screen and (min-width: 481px) {
	.sp-main {
		display: none;
	}
	.service-content-list {
		width: 50% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.bg-1 {
	background-image: url("https://supermelons.jp/wp-content/uploads/2023/09/supermelons_about_bg.png");
	background-size: cover;
	background-position: bottom;
}

.bg-bk-title {
	  color: #fff;
  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #0fa,
    0 0 82px #0fa,
    0 0 92px #0fa,
    0 0 102px #0fa,
    0 0 151px #0fa;
}

/*welcomeセクション*/

.neon-word {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #0f0;
  text-shadow: 0 0 50px rgba(0,255,0,.5);
	border:solid 1px rgba(0,255,0,0.5);
	padding:5px;
}

.neon-word span {
  position: absolute;
  top: 4%;
  left: 8%;
  opacity: .3;
}


/*how-to-use*/
.how-to-container {
	padding-left: 40px;
	padding-right: 40px;
}

.how-to-card {
	border: 2px solid purple;
	border-radius: 5px;
	box-shadow: 0 0 10px #fff;
	padding: 10px;
}

.how-to-title {
	background: none;
	border: none !important;
	font-size: 24px !important;
	text-shadow: 0 0 16px pink;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.how-to-text {
	margin-bottom: 0px !important;
}

.neon-arrow {
	margin: 10px;
	width: 40px;
	height: 40px;
}

.price {
	font-size: 20px;
	background-color: purple;
	width: fit-content;
	padding: 0 20px;
	margin: 20px auto;
}

.play-flow {
	font-size: 16px;
	background-color: purple;
	width: fit-content;
	padding: 0 20px;
	margin:5px auto;
}

.about-text {
	color: #ffffff;
	line-height: 2.4;
	padding-right: 20px;
	padding-left: 20px;
}

.title-underline {
	text-align: center;
	width: 120px;
	margin-bottom: 40px;
}

/*モーダル ボタン*/
.btn.p-indexModal__enter {
	width: 50%;
	background: #377547;
}

.btn--base {
	width: 50%;
}

.btn {
	background: linear-gradient(to bottom right,#3B0368 50%, #B161C4 100%) !important;
}

/*出勤一覧*/

.p-index h2 {
	margin-bottom: 0px !important;
}

.p-index h2:after {
	display: none;
}

.c-section--color {
	background-color: #ffffff !important;
}

.bg-wh-title {
	color: #12131c;
}

/*ランキング*/
.bg-2 {
	background-color: #0F0B16 !important;
}

.none-btn{
	display: none !important;
}

.c-bg--accent {
	background: #0F0B16!important;
}

.banner-list-section {
	padding: 20px;
	background-color: #0F0B16;
}


/*PCサイズ*/
@media screen and (min-width: 481px) {
	.banner-list-section {
	padding: 120px;
	background-color: #0F0B16;
}
}


/*サービス*/
.bg-3 {
	background-color: #0F0B16;
	padding-bottom: 20px !important;
}

.service-container {
	width: 100%;
	padding: 0 40px;
}

.video-player {
	margin-bottom: 20px;
	border-radius: 10px;
}

/*アバウト*/


.phone-num-box {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	height: fit-content;
	width: fit-content;
	border: 2px solid #fff;
	 border-radius: 10px;
	padding: 5px 10px;
	justify-content: center !important;
	box-shadow: 0 0 16px #fc6c85 !important;
}

.phone-num-box:hover {
	transition: all 1s ease-in-out;
	background-color: #ddd;
}

a:hover {
	text-decoration: none !important;
}

.white-text {
	color: #fff ;
}

.phone-num-text {
	font-size: 18px;
	margin-bottom: 0px;
	color: #DBFFAC ; 
	 text-shadow: 0 0 10px #ffffff,
    0 0 60px #71F6AB,
    0 0 70px #71F6AB;
}

.phone-num-text:hover {
	color: #fc6c85;
	transition: all 1s ease-in-out;
	letter-spacing: 0.15em !important;
}

.chat-icon-list {
	display: flex;
	height: 50px;
	width: fit-content;;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 20px;
}

.chat-icon-box {
	border-radius: 100px;
	background-color: #000;
	padding: 10px;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 16px black;
	margin: 0 10px;
}

.chat-icon {
	width: 30px;
	height: 30px;
}

/*予約フォーム*/
.wpcf7-validates-as-required {
	background: white !important;
}

.wpcf7-validates-as-date {
	padding: 8px 15px;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	box-sizing: border-box;
}

input[type="submit"].wpcf7-submit {
	font-size: 16px !important;
	margin-top: 80px !important;
	background: linear-gradient(to bottom right,#3B0368 50%, #B161C4 100%) !important;
}

/*アクセス*/
.twitter-timeline-container {
	padding: 40px ;
}

.twitter-timeline {
	margin-left: auto;
	margin-right: auto;
}

section#access {
	padding-bottom: 0px !important;
}


/*フッター*/
.p-footer {
    background-color: #0F0B16 !important;
    color: #fff;
}

.footer-text {
	display: none;
}



/*キャストプロフィール*/
.p-castItem {
	background-color: #0F0B16
}

.p-castItemImg__slider {
	margin-bottom: 20px;
}

.p-castItemName {
	color: #fff;
}


/*モーダル*/
.modal-h4 {
	margin-bottom: 0px !important;
}

.cosplay-free {
	background: #0F0B16;
	padding: 40px;
	height: fit-content;
}

@media screen and (max-width: 480px) {
	.cosplay-free-image {
	height: 350%;
}
}

@media screen and (min-width: 481px) {
	.cosplay-free-image {
		height: 480px;
	}
}

/*review*/

#jp-relatedposts {
	display: none !important;
}

.review-box {
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
}

.review-title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px !important;
}

.review-form-container {
	width: 100%;
	text-align: left;
	padding-top: 60px;
}

.review-form-input {
	width: 100%;
	margin-bottom: 15px;
}

.input-default {
	height: 40px;
}

.input-textarea {
	height: 120px;
}

.review-form-btn {
	height: 50px;
	margin-top: 20px;
	background: #E85298;
	color: #fff;
}


.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
	  font-size: 16px;
	/* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */

.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */

.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */

.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */

.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */

.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


.blog-image {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 761px) {
	.blog-image {
		width: 100%;
		text-align: center;
	}
}