/*---------------------------------------------
  service
---------------------------------------------*/
#service a {
    cursor: pointer;
}

#service h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#service .kv-section {
    position: relative;
}

#service .service-kv {
    position: relative;
}

#service .pc-kv {
	position: relative;
	margin-top: 60px;
}

#service .pc-kv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(26,26,46,0.7), rgba(26,26,46,0.85), rgba(26,26,46,0.95));
}

#service .pc-kv::after {
	content: '';
	background-image: url(../../images/top/main.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 15px;
	left: 0;
	right: 0;
	filter: blur(12px);
	z-index: -1;
}

#service .pc-kv img {
	display: block;
	width: 860px;
	margin: 0 auto;
}

#service .sp-kv {
	position: relative;
    display: none;
	margin-top: 60px;
    width: 100%;
    height: 75svh;
}

#service .sp-kv img {
    width: 100%;
}

#service .sp-kv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(26,26,46,0.7), rgba(26,26,46,0.85), rgba(26,26,46,0.95));
}

.sp-kv::after {
    content: '';
    background-size: contain;
    background-position: center;
    background-image: url(../../images/top/main.jpg);
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(12px);
    z-index: -1;
}

#service .kv-contents-area {
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 0;
    width: 600px;
    margin: 0 auto;
    z-index: 1;
}

#service .kv-contents-area p {
    width: 160px;
    padding: 9px 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 9999px;
    text-align: center;
}

#service .kv-logo {
    width: 400px;
    margin: 0 auto 32px;
}

#service .kv-logo img {
    width: 100%;
}

#service .kv-contents-area .btn-area {
    display: flex;
    justify-content: center;
}

#service .kv-contents-area .btn-area a {
    display: block;
    padding: 11px 0;
    margin: 0 9px;
    width: 240px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 9999px;
}

#service .kv-contents-area .btn-area a i {
    margin-right: 4px;
}

#service .kv-contents-area .btn-area a.btn-black {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255,255,255,0.43);
}

.scroll-text {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
	animation: floatY 2.5s ease-in-out infinite;
}

@keyframes floatY {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.scroll-text p {
    text-align: center;
}

.scroll-text p i {
    font-size: 18px;
}

.contents-section {
    padding: 48px 0;
    line-height: 1;
	background-color: #F0FFF4;
}

.contents-section .fc-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fc-content {
    width: 32%;
    padding: 33px 30px;
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.fc-content .icon-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 12px;
}

.fc-content.ticket .icon-area {
    background-color: #E74C3C;
}

.fc-content.play .icon-area {
    background-color: #FF6B9D;
}

.fc-content.mail .icon-area {
    background-color: #5DADE2;
}

.fc-content.heart .icon-area {
    background-color: #9B59B6;
}

.fc-content.present .icon-area {
    background-color: #F1C40F;
}

.fc-content.cake .icon-area {
    background-color: #A8E6CF;
}

.fc-content .icon-area i {
    color: #fff;
    font-size: 31px;
}

.fc-content .title {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.fc-content .content-info {
    font-size: 12px;
	font-weight: bold;
    color: #4A5568;
	text-align: center;
    line-height: 1.4;
}

.contents-note {
    width: max-content;
    margin: 0 auto;
}

.contents-note p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 9px;
    color: #4A5568;
    line-height: 1.4;
}

.plan-section {
    background: linear-gradient(90deg, #1A1A2E 0%, #2C3E7B 100%);
    padding: 48px 0;
}

#service .plan-section h2 {
    color: #fff;
    margin-bottom: 32px;
}

#service .plans {
    display: flex;
    justify-content: center;
}

#service .plan-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 26px 49px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    width: 290px;
}

#service .plan-info:nth-child(1) {
    margin-right: 20px;
}

#service .plan-info:nth-child(2) {
    margin-left: 20px;
}

.plan .plan-top {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1;
    text-align: center;
}

.plan .plan-top .plan-name {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.plan .plan-top .price {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.plan .plan-top .price span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.plan-info .plan-contents {
    margin-top: 16px;
}

.plan-info .plan-contents p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
}

.plan-info .plan-contents p i {
    margin-right: 4px;
    color: #A8E6CF;
}

.plan-info .plan-contents p.gray {
    color: rgba(255,255,255,0.4);
}

.plan-info .plan-contents p.gray i {
    color: rgba(255,255,255,0.4);
}

.plan-bottom {
    position: relative;
}

.plan-info .plan-bottom-btn {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 16px 0;
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.plan-info .plan-bottom-btn a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

p.benefits {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    color: #FFD700;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.faq-section {
	background-color: #F0FFF4;
    padding: 48px 0;
}

.faq-section h2 {
    padding-bottom: 36px;
}

.faq-section .faq_box dl {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding: 18px 16px;
    margin-bottom: 8px;
    cursor: pointer;
}

.faq-section .faq_box dl dt {
    font-size: 14px;
    color: #000;
    font-weight: bold;
	margin-right: 5px;
}

.faq-section .faq_box dl dd {
    display: none;
    font-size: 13px;
    color: #4A5568;
}

.faq_box dt::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #616161;
    border-right: 4px solid #616161;
    transform: rotate(135deg);
    position: absolute;
    right: 12px;
    top: 29px;
    margin-top: -5px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-delay: .1s;
}


.faq_box dt.select::after {
    transform: rotate(-45deg);
}

.link-section {
    background: linear-gradient(90deg, #1A1A2E 0%, #2C3E7B 100%);
    padding: 16px 0 32px;
}

.link-section .logo-area {
    width: 260px;
    margin: 0 auto 20px;
}

.link-section .logo-area img {
    width: 100%;
}

.link-section .btn-orange {
    display: block;
    width: 240px;
    padding: 11px 0;
    margin: 0 auto 24px;
    color: #1A1A2E;
    border-radius: 9999px;;
    text-align: center;
}

.link-section .btn-orange i {
    margin-right: 4px;
}

.link-section p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.link-section p a {
    color: #FFD700;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #service .pc-kv {
        display: none;
    }
    
    #service .sp-kv {
        display: block;
    }

    #service .kv-contents-area {
        width: 100%;
        padding: 0 15px;
    }

    #service .kv-logo { 
        width: 340px;
    }

	#service h2 {
		font-size: 24px;
	}
	
    #service h3 {
        width:75%;
    }

    .fc-content {
        padding: 16px 12px;
        width: 49%;
    }

    .fc-content .title {
        font-size: 14px;
    }

    .contents-note {
        width: 100%;
    }

    .contents-note p {
		text-indent: -1rem;
        padding-left: 1rem;
		margin-bottom: 5px;
        text-align: left;
        line-height: 1.3;
    }

    .contents-note p span {
        display: none;
    }

    #service .plans {
        display: flex;
        flex-direction: column-reverse;
    }

    #service .plan-info {
        width: 100%;
        margin-bottom: 15px;
    }

    #service .plan-info:nth-child(1) {
        margin-right: 0;
    }

    #service .plan-info:nth-child(2) {
        margin-left: 0;
    }

}

@media screen and (max-width: 374px) {
	#service .kv-logo {
		width: 290px;
	}

	#service .kv-contents-area .btn-area {
		display: block;
	}

	#service .kv-contents-area .btn-area a {
		width: 100%;
		margin: 0 0 8px;
	}

	#service h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 320px) {
	.fc-content .title {
		font-size: 12px;
	}
}

/*------------------
  単一プラン
------------------*/

/***** plan *****/

#service.service_single .plan {
	width:100%;
	max-width:800px;
	margin:0 auto 64px;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#service.service_single .plan .description {
	padding:32px 16px 0;
}

#service.service_single .plan .price {
	padding:16px;
	text-align:center;
}

#service.service_single .plan .registration a {
	padding:16px;
	border-top:solid 1px #E0E0E0;
	text-align:center;
	display:block;
}


/***** service *****/

#service.service_single .service .service_list {
	padding-bottom:16px;
}

#service.service_single .service .service_list dl {
	border-bottom:solid 1px #E0E0E0;
	padding-bottom:16px;
	margin-bottom:16px;
}

#service.service_single .service .service_list dt {
	font-size:16px;
	font-weight:normal;
	margin-bottom:0.5em;
}


/*------------------
  複数プラン
------------------*/

#service.service_multiple .lead {
	font-size: 14px;
	margin-bottom: 64px;
}

/***** plan *****/

#service.service_multiple .plan {
margin-bottom: 64px;
}

#service.service_multiple .plan ul {
	text-align:center;
	padding: 10px 0;
}

#service.service_multiple .plan li {
	padding: 32px 0 0;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 3px;
}

#service.service_multiple .plan li dl  {
	margin:0 16px 32px;
}

#service.service_multiple .plan li dt  {
	margin-bottom:16px;
	font-weight: normal;
}

#service.service_multiple .plan li dt .plan_name {
	font-size:20px;
}

#service.service_multiple .plan li dd {
	text-align:left;
}

#service.service_multiple .plan li .registrations a {
	padding:16px 0;
	border-top: solid 1px #E0E0E0;
	display:block;
}


@media screen and (min-width: 768px) {

#service.service_multiple .plan ul {
display: flex;
flex-wrap: nowrap;
justify-content:center;
}

#service.service_multiple .plan li {
	margin: 0px 1.5%;
}

#service.service_multiple .plan.plan-2 li {
flex-basis: 40%;
}

#service.service_multiple .plan.plan-3 li {
flex-basis: 30%;
}

}


@media screen and (max-width: 767px) {

#service.service_multiple .plan li {
	margin-bottom:32px;
}

}


/***** service *****/

#service.service_multiple .service h5 {
	font-size:16px;
	text-align:center;
	margin-bottom:32px;
}

#service.service_multiple .service table {
	width:100%;
	border-collapse:separate;
	border-spacing: 8px 0;
}

#service.service_multiple .service th {
	text-align:center;
	border-collapse:separate;
	border-bottom:solid 1px #E0E0E0;
	padding-bottom:16px;
	font-weight:normal;
}

#service.service_multiple .service td {
	border-bottom:solid 1px #E0E0E0;
	padding:16px 0px;
}

#service.service_multiple .service th:first-child {
	position: relative;
	left: -8px;
}
#service.service_multiple .service th:last-child {
	position: relative;
	right: -8px;
}

#service.service_multiple .service tr td:nth-child(n+2) {
	text-align:center;
	/*border-left:solid 16px rgba(255,255,255,0);*/
}

#service.service_multiple .service tr td:first-child {
	position: relative;
	left: -8px;
}

#service.service_multiple .service tr td:last-child {
	position: relative;
	right: -8px;
}

#service.service_multiple .service tr td.no_service {
	color:#E0E0E0;
}

#service.service_multiple .service tr td .sub_txt {
	font-size:12px;
	margin-top:8px;
}




@media screen and (min-width: 768px) {

#service.service_multiple .service tr td:first-child {
	padding:16px;
}

	
}


@media screen and (max-width: 767px) {

#service.service_multiple .service table {
	border-spacing: 4px 0;
}

#service.service_multiple .service th {
	padding-bottom:8px;
	line-height:1.4;
}

#service.service_multiple .service th:first-child {
	left: -4px;
}
#service.service_multiple .service th:last-child {
	right: -4px;
}


#service.service_multiple .service tr td:nth-child(n+2) {
	text-align:center;
	/*border-left:solid 8px #fff;*/
	width:20%;
}

#service.service_multiple .service tr td:first-child {
	left: -4px;
}

#service.service_multiple .service tr td:last-child {
	right: -4px;
}

}





/*---------------------------------------------
  payment
---------------------------------------------*/

#payment .lead {
	font-size: 14px;
	margin-bottom: 64px;
	font-weight: 400;
}


/***** tab_menu *****/

#payment .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#payment .tab_scroll {
	overflow-x: scroll;
}

#payment .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#payment .tab_menu li {
	display: table-cell;
}

#payment .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}

#payment .tab_menu li input:checked+label {
	color: #3ecf65;
	border-bottom: solid 2px #3ecf65;
}


/***** sub_menu *****/

#payment .sub_menu {
	margin-bottom: 64px;
}

#payment .sub_menu li {
	display: inline-block;
	margin-right: 1em;
}

#payment .sub_menu li label{
	cursor: pointer;
}
#payment .sub_menu li input:checked+label {
	color: #3ecf65;
}


/***** payment *****/

#payment .payment .payment_list h3 {
	margin-bottom: 64px;
	font-size: 20px;
}

#payment .payment .payment_list .payment_box {
	margin-bottom: 64px;
}

#payment .payment .payment_list .payment_box h4 {
	font-size: 16px;
	margin-bottom: 32px;
}

#payment .payment .payment_list .payment_box dl {
	display: flex;
	flex-direction: column;
	border-bottom: solid 1px #CBCBCB;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
#payment .payment .payment_list .payment_box dl {
flex-direction: row;
}

#payment .payment .payment_list .payment_box dt {
flex-basis:16%;
	font-weight: normal;
}

#payment .payment .payment_list .payment_box dd {
	flex-basis: 84%;
	margin-bottom: 0;
}
}


@media screen and (max-width: 767px) {

#payment .payment .payment_list .payment_box dt {
	font-weight: normal;
	margin-bottom: 8px;
}

#payment .payment .payment_list .payment_box dd {
	margin-bottom: 0;
}
}



/*---------------------------------------------
  INFO
---------------------------------------------*/

#info dl {
	margin-bottom:64px;
}

#info dt {
	font-size:24px;
	margin-bottom:16px;
}

#info dd ul, #faq dd ul {
	margin-bottom:0;
	list-style: none;
}

@media screen and (max-width:767px){
	
	#info dt {
		font-size:20px;
		line-height:1.2;
	}

}


/*------------------
  law
------------------*/

#law .law_box {
	margin-bottom:64px;
}

#law .law_box h3 {
	font-size:24px;
	line-height: 1.8;
	margin-bottom: 16px;
}

#law .law_box h4 {
	font-size:20px;
	margin-bottom: 16px;
}

#law .law_box h4 .info{
	font-size:16px;
}


#law .law_box dl {
display: flex;
flex-direction:column;
	padding:16px 0;
	border-bottom:solid 1px #E0E0E0;
	margin-bottom:0;
}

#law .law_box dd {
margin-bottom: 0;
}


@media screen and (min-width:768px){
#law .law_box dl {
flex-direction: row;
}

#law .law_box dt {
flex-basis: 30%;
}

#law .law_box dd {
flex-basis: 70%;
}

}


@media screen and (max-width:767px){

#law .law_box h4 {
	font-size:18px;
	line-height:1.2;
}

#law .law_box h3 {
	font-size:20px;
	line-height:1.2;
}

#law .law_box dt {
	margin-bottom:16px;
	font-size:16px;
}


}



/*------------------
  FAQ
------------------*/

/***** tab_menu *****/

#faq .tab_menu {
	margin-bottom: 64px;
	border-bottom: solid 1px #CBCBCB;
	height: 36px;
	overflow-y: hidden;
}

#faq .tab_scroll {
	overflow-x: scroll;
}

#faq .tab_menu ul {
	display: table;
	padding-bottom: 24px;
}

#faq .tab_menu li {
	display: table-cell;
}

#faq .tab_menu li label{
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 16px 8px;
	position: relative;
	white-space: nowrap;
}
#faq .tab_menu li input:checked+label {
	color: #3ecf65;
	border-bottom: solid 2px #3ecf65;
}



/***** FAQ *****/

#faq .faq_box {
	margin-bottom:64px;
}

#faq .faq_box h3 {
	font-size:24px;
	margin-bottom:16px;
	line-height:1.8;
}

#faq .faq_box h3 i {
	margin-right:0.5em;
}

#faq .faq_box dl {
	margin-bottom:8px;
}

#faq .faq_box dt {
	padding:16px 32px 16px 16px;
	position:relative;
	cursor:pointer;
	border:solid 1px #E0E0E0;
	transition: 0.3s;
}

#faq .faq_box dt:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #BDBDBD;
	border-right: 4px solid #BDBDBD;
	transform: rotate(135deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .1s;
}

#faq .faq_box dt.select:after {
	transform: rotate(-45deg);
}

#faq .faq_box dd {
	padding:16px;
	display:none;
	border:solid 1px #E0E0E0;
}




@media screen and (max-width:767px){

	#faq .faq_box h3 {
		font-size:20px;
		line-height:1.2;
	}

}








/*---------------------------------------------
 MESSAGE MAIL
---------------------------------------------*/

/*--------------------
 message_mail
--------------------*/

#message_mail .message_mail {
	width: 100%;
	margin: 0 auto 64px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .message_mail .description {
	padding:32px 16px 0;
}

#message_mail .message_mail .description .attention {
color: #FF0004;
}

#message_mail .message_mail .price {
	padding:32px 0;
	text-align:center;
}

#message_mail .message_mail .registration {
	border-top:solid 1px #E0E0E0;
}

#message_mail .message_mail .registration a {
	text-align:center;
	display:block;
	padding:16px;
}


/*--------------------
 member
--------------------*/

#message_mail .member {
	margin-top: 128px;
}

#message_mail .member h3 {
	margin-bottom: 32px;
	font-size: 24px;
}

#message_mail .member h4 {
	margin-bottom: 32px;
	font-size: 20px;
}

/***** sample *****/

#message_mail .member .sample {
	width: 100%;
	margin: 0 auto 64px;
	padding:32px 16px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#message_mail .member .sample dt {
display: flex;
flex-wrap: wrap;
	border-bottom: solid 1px #E0E0E0;
	font-weight: normal;
	margin-bottom: 32px;
	padding-bottom: 8px;
}

#message_mail .member .sample dt .title {
flex-basis:80%;
}

#message_mail .member .sample dt .time {
	flex-basis: 20%;
	text-align: right;
}
#message_mail .member .sample dt .from {
flex-basis: 100%;
}

#message_mail .member .sample dt .time, #message_mail .member .sample dt .from .name {
	color: #9E9E9E;
}

#message_mail .member .sample dd img {
width: auto;
max-width: 100%;
}


/***** member_list *****/

#message_mail .member .member_list ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 -1.5%;
}

#message_mail .member .member_list li {
	flex-basis: 22%;
	margin: 0 1.5% 32px;
}

@media screen and (max-width: 767px) {

#message_mail .member .member_list li {
	flex-basis: 30.3%;
}

}


#message_mail .member .member_list dl {
	margin-bottom: 0;
}

#message_mail .member .member_list dt {
	width: 100%;
	padding-top: 100%;
	margin-bottom: 16px;
	border-radius: 50% !important;
	height: 0;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transition:opacity .3s ease;
}

#message_mail .member .member_list dt img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: top;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
}

#message_mail .member .member_list dt:hover {
	opacity: 0.8;
}

#message_mail .member .member_list dd {
	text-align: center;
}



/*---------------------------------------------
 MESSAGE MAIL GUIDE
---------------------------------------------*/

#messagemail_guide .guide .re_box {
	margin-bottom: 64px;
}

#messagemail_guide .guide .re_box h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

#messagemail_guide .guide .re_box dl {
	margin-bottom: 32px;
}

#messagemail_guide .guide .re_box dt {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}