/* @override 
	http://203.143.96.127:8001/fanclub/delphino_ex/ex_202312/assets/css/local.css */

@charset "UTF-8";
/* CSS Document */

/*extra*/

.pcv {
	display: none;
}
.box_wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

header>.inner {
	padding: 5.5vw 3vw 3.5vw 3vw;
	transition: 0.3s;
}

header div.box_num {
	padding-right: 3vw;
	top: -1vw;
}


header div.box_num>p {
	font-size: 3.125vw;
	line-height: 1.25;
}

header div.box_num>p.ex>strong {
	color: #9e8549;
}

div#box_volume>p {
	line-height: 1.5;
}
div#box_volume>p>strong {
	font-size: 4.375vw;
	font-weight: 800;
}


header h1 {
	width: 57vw;
	height: auto;
}

header.min>.inner {
	padding: 3vw 3vw 2vw 4vw;
}


header.min div.box_num>p.ex>strong {
	padding-top: 0.1em;
}

header.min>.inner div.box_num {
	padding-top: 1em;
	padding-bottom: 0;
	margin-right: 1.5em;
}

header.min>.inner>div.box_num p.ex {
	margin-right: 0.5em;
}

header.min h1 {
	width: 35vw;
	margin-left: -6vw;
}
/*=footer=*/



footer div.box_ft_titles h6 {
	line-height: 1.2;
}

footer>.inner.endcredit p>strong {
	font-weight: 700;
}

/*=box_read_samplelink=*/
.box_link_read_sample {
	background-color: #f00;
	position: relative;
	z-index: 0;
}

.box_link_read_sample>p {
	text-align: center;
	font-size: 3.125vw;
	font-weight: 600;
	line-height: 1;
	position: relative;
}

.box_link_read_sample>p strong {
	font-size: 4.375vw;
	font-weight: 800;
	margin-left: 0.2em;
	position: relative;
	display: inline-block;
	top: 0.05em;
}

.box_link_read_sample>p>a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1.2em 1em 1.25em 1em;
}


/*= #sec_main_contents =*/


#sec_main_contents {
}

#sec_main_contents>div[id^='ex_']>img {
	display: block;
}

#box_join_now {
	position: relative;
	z-index: 10;
}

#box_join_now>a {
	display: block;
	position: relative;
	z-index: 0;
}


#box_join_now .fig_mascot {
	display: block;
	position: absolute;
	bottom: 6.65vw;
	right: -0.5vw;
	width: 20.5vw;
}

#sec_main_contents>div#ex_05 {
	padding-bottom: 5vw;
	background-color: #020202;
}



#sec_main_contents>div#ex_06 {
	padding-bottom: 5vw;
	background-color: #d6f0f3;
}



/*=== buttons ===*/
.box_btn_join {
	padding: 4vw 0 3vw 0;
}

/*footerの上だけ*/
article>.box_btn_join:last-child{
	padding-bottom: 20vw;
}


.box_btn_join>p {
	text-align: center;
	line-height: 1;
}

.box_btn_join>p>a {
	display: block;
	text-decoration: none;
	color: #020202;
}

.box_btn_join>p.btn+p {
	font-size: 4.375vw;
	margin-top: 0.5em;
}

.box_btn_join>p.btn+p>a>strong {
	text-decoration: underline !important;
}



/*== img ==*/

section#sec_guide_joinning img {
	display: block;
	vertical-align: bottom;
}



#para_members_items,
#para_benefit_homegame {
	margin-top: 6vw;
}


#sec_categories_benefits {
	margin-top: 16vw;
	position: relative;
	z-index: 0;
	padding-bottom: 3vw;
}

#sec_categories_benefits::before {
	content: "";
	position: absolute;
	width: 50vw;
	left: 50%;
	margin-left: -25vw;
	display: block;
	height: 3px;
	background-color: #0299cc;
	top: -9vw;
}



#sec_categories_benefits>.wrap_scroll {
	width: 100%;
	height: auto;
	overflow: scroll;
}

#sec_categories_benefits>.wrap_scroll>.inner {
	width: calc(100vw * 2.3);
	padding: 5vw;
}

/*=== #sec_faq ===*/

#sec_faq {
	margin-top: 8vw;
	position: relative;
	z-index: 0;
}



#sec_faq>.inner {
	padding-bottom: 8vw;
	margin: 0;
	width: 100%;
	background-color: #e1f5ff;
	min-height: 50vw;
}

#sec_faq>.inner>dl,
{
	position: relative;
}




#sec_faq>.inner>dl{
	width: 86vw;
	margin: 0 auto;
	z-index: 0;
	padding-top: 10vw;
}

#sec_faq>.inner>dl dt {
	z-index: 0;
	font-size: 5.0vw;
	line-height: 1.2;
	font-weight: 700;
	color: #0299cc;
		margin-top: 8vw;
		padding: 4.2vw 4vw 3.5vw 16vw;
		border-top-left-radius: 3vw;
	border-top-right-radius: 3vw;
	box-shadow: 0px -1px 3px rgba(0,0,0,0.1);
}


#sec_faq>.inner>dl dt,
#sec_faq>.inner>dl dd {
	background-color: #fff;
	position: relative;
}

#sec_faq>.inner>dl dt:first-of-type {
	margin-top: 0;
}

#sec_faq>.inner>dl dd{
	border-bottom-left-radius: 3vw;
	border-bottom-right-radius: 3vw;
		padding: 0 4vw 6vw 4vw;
		z-index: 10;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.1);
}


#sec_faq>.inner>dl dd p>a {
	color: #1a76dd;
}

#sec_faq>.inner>dl dt::before,
#sec_faq>.inner>dl dd::before {
	content: "";
	display: inline-block;
	float: left;
	width: 10vw;
	height: calc(10vw * 1.7);
	position: relative;
	margin-right: 2.2vw;
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size: contain;
	left: 0;
}

#sec_faq>.inner>dl dt::before {
	position: absolute;
	background-image: url(../img/typo_faq_q.svg);
	bottom: 2.5vw;
	left: 4.2vw;
}

#sec_faq>.inner>dl dd::before {
	margin-top: 3.5vw;
		background-image: url(../img/typo_faq_a.svg);
}



#sec_faq>.inner>dl dd>p {
	font-size: 4.375vw;
	line-height: 1.6;
	font-weight: 500;
	margin-top: 0.5em;
}

#sec_faq>.inner>dl dd>p:first-of-type {
	border-top: 3px dotted #00b2ee;
	padding-top: 3vw;
	margin-top: 0;
}

#sec_faq>.inner>dl dd>p>small {
	color: #777;
	display: block;
	line-height: 1.5;
}


#sec_faq>.inner>dl p>span.marking {
	display: inline-block;
	position: relative;
	z-index: 0;
}

#sec_faq>.inner>dl p>span.marking::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0.3em;
	width: 100%;
	
	height: 1.2em;
	background-color: #d8f64a;
}


#sec_faq>.inner>dl figure {
	margin-top: 6vw;
}

#sec_faq>.inner>dl figcaption {
	font-size: 3.125vw;
	line-height: 1.5;
	color: #777;
}

#sec_faq>.inner>dl figcaption::before {
	content: none;
}

#sec_faq>.inner>dl figure+p {
	margin-top: 6vw;
}


#sec_faq>.inner>dl dd .wrapper_category {
width: 70vw;
margin: 0 auto;
padding-bottom: 3vw;

}

#sec_faq>.inner>dl dd .wrapper_category>p {
	margin-top: 6vw;
}


/*==== responsive =====*/
/*768px以上*/
@media screen and (min-width:768px) {

/**/

body {
	background-color: #00bfff;
	position: relative;
}

#side_name {
	display: block;
	top: 0px;
	left: 0;
	margin-left: -1315px;
	z-index: 0;
	position: fixed;
	transform-origin: right top;
	transform: rotate(-90deg);
	text-transform: uppercase;
	font-family: "Roboto",sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 11rem;
	line-height: 1;
	opacity: 0.2;
	width: 1300px;
	text-align: right;
}

#right_side_menu {
	min-width: 450px;
	display: block;
	position: fixed;
	z-index: 10;
	left: calc(768px + 10% );
	width: calc(90% - 768px);
	height: 100%;
	box-sizing: border-box;
	padding: 32px;
}

#right_side_menu ul:nth-of-type(1) {
	border-bottom: 1px solid #fff;
	padding-bottom: 1.5em;
}

#right_side_menu a {
	text-decoration:none ;
	color: #fff;
}

#right_side_menu>h3 {
	color: #fff;
	font-size: 5rem;
	font-family: "Roboto",sans-serif;
	line-height: 1;
	font-weight: 300;
}

#right_side_menu ul {
	margin-top: 2em;
}

#right_side_menu li {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.5em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

#right_side_menu li.sp {
	border-top: 1px solid #fff;
	line-height: 1.45;
	padding-top: 1em;
	margin-top: 1em;
	font-size: 2rem;
	font-weight: 600;
}

#right_side_menu p.btn_expand {
	display: none;
}

#right_side_menu li.sp ul {
	margin-top: 0;
}



#sec_main_contents {
	min-height: 50vw;
}


#wrapper,
#wrapper_header {
width: 768px;
margin-left: 10%;
margin-right: calc(100% - 10% -768px);
}

#wrapper {
	background-color: #fff;
	z-index: 20;
	box-shadow: 8px 3px 80px rgba(0,0,0,0.3);
}

#wrapper_header {
	left: 10%;
	margin: 0;
}

header div.box_num {
	padding-right: 0;
	top: -0;
	transition: 0;
	min-width: initial;
	width: 240px;
}


header>.inner {
	padding: 24px 32px 18px 32px;
	transition: 0.3s;
}


header div.box_num>p {
	font-size: 2rem;
}

header div.box_num>p>strong {
font-size: 3.6rem;
}


header h1 {
	width: 420px;
	margin-left: -24px;
}

header.min h1 {
	width: 45%;
	margin-left: -15%;
}


/*===== common margin / padding =====*/
#container,
#box_contents_menu {
	width: 768px;
	left: calc((100% - 768px) / 2);
	padding-top: 124px;
}

#box_contents_menu.min {
	padding-top: 132px;
}

#btn_contents_menu {
	display: none;
}

header.min #btn_contents_menu {
	transform: scale(0.50);
	background-color: #fff;
}


#box_contents_menu>ul>li>.inner li,
#box_contents_menu>ul>li {
	font-size: 3.6rem;
	line-height: 1.3;
}


#box_contents_menu>ul>li>.inner {
	width: 84%;
	border-radius: 36px;
}

#box_contents_menu>ul>li>.inner.open {
	border-radius: 36px;
}


#box_contents_menu p.btn_expand {
	margin: 5px;
	font-size: 2rem;
}


#box_contents_menu p.btn_expand>a {
	height: 64px;
	border-radius: 32px;
}


#box_contents_menu p.btn_expand>a::before {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
}




div#box_volume {
	padding: 24px 12px 24px 12px;
}


div#box_volume>p {
font-size: 2.4rem;
}
div#box_volume>p>strong {
	font-size: 4rem;
}

/*=box_read_samplelink=*/
.box_link_read_sample {
}

.box_link_read_sample>p {
	font-size: 3.2rem;
	line-height: 1.3;
}

.box_link_read_sample>p strong {
	font-size: 4.8rem;
}

.box_link_read_sample>p>a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 1.2em 1em 1.25em 1em;
}


#box_join_now .fig_mascot {
	bottom: 52px;
	right: -5px;
	width: 20.5%;
}

.box_btn_join>p.btn+p {
	font-size: 3.2rem;
	margin-top: 0.5em;
}


#sec_categories_benefits>.wrap_scroll>.inner {
	width: calc(100% * 1.5);
	padding: 32px;
}



/*=== #sec_faq ===*/

#sec_faq {
	margin-top: 54px;
}



#sec_faq>.inner {
	padding-bottom: 54px;
	min-height: initial;
}



#sec_faq>.inner>dl{
	width: 90%;
	padding-top: 32px;
}

#sec_faq>.inner>dl dt {
	font-size: 4rem;
		margin-top: 2em;
		padding: 1em 32px 1em 160px;
		border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}




#sec_faq>.inner>dl dd{
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
		padding: 0 32px 5em 32px;
}



#sec_faq>.inner>dl dt::before,
#sec_faq>.inner>dl dd::before {
	width: 100px;
	height: calc(100px * 1.7);
	margin-right: 32px;
}

#sec_faq>.inner>dl dt::before {
	bottom: 18px;
	left: 28px;
}

#sec_faq>.inner>dl dd::before {
	margin-top: 40px;
}



#sec_faq>.inner>dl dd>p {
	font-size: 3.6rem;
	line-height: 1.5;
	margin-top: 0.5em;
}

#sec_faq>.inner>dl dd>p:first-of-type {
	padding-top: 1em;
}



#sec_faq>.inner>dl p>span.marking {
	display: inline-block;
	position: relative;
	z-index: 0;
}



#sec_faq>.inner>dl figure {
	margin-top: 5em;
}

#sec_faq>.inner>dl figcaption {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #777;
}


#sec_faq>.inner>dl figure+p {
	margin-top: 1em;
}


#sec_faq>.inner>dl dd .wrapper_category {
width: 85%;
padding-bottom: 3em;

}

#sec_faq>.inner>dl dd .wrapper_category>p {
	margin-top: 3em;
}

/*===== footer =====*/

/*footerの上だけ*/
article>.box_btn_join:last-child{
	padding-bottom: 72px;
}



footer {
	padding-top: 48px;
}

footer .box_banner p,
footer .inner.links,
footer>.inner.endcredit {
	width: 88%;
}



footer .inner.links p {
	font-size: 3.2rem;
}


footer .inner.links p>a {
	padding: 1em 3em 1em 3em;
}

footer .inner.links p>a::before,
footer .inner.links p>a::after {
	width: 48px;
}

footer .inner.links p>a::before {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

footer .inner.links p>a::after{
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}




footer .box_banner {
	padding: 0 0 72px 0;
	margin-top: -20px;
}

footer .box_banner p {
	margin-top: 32px;
}



footer>.inner.endcredit {
	padding-top: 64px;
	padding-bottom: 64px;
margin-top: 72px;
}





footer>.inner.endcredit p {
	font-size:3.2rem;
}



footer>.inner.second {
	padding: 0 0 64px 0;
}


footer>.inner.second::before {
	height: 400px;
	top: -140px;
}

footer p.copy {
	font-size: 2.0rem;
	color: #ccc;
}

footer div.box_ft_titles {
width: 90%;
}

footer div.box_ft_titles p {
	font-size: 3.2rem;
}

footer div.box_ft_titles h6 {
	font-size: 6rem;
}


footer p.kf_logo {
	padding-right: 0%;
}



footer p.kf_logo img {
	height: 140px;
}

footer p.kf_logo+p {
	margin-top: 1em;
}


footer p.copy,
footer p.copy strong {
	font-weight: normal;
}

footer p.copy strong {
	text-transform: uppercase;
}



/**/
} /* Querie End */





/*==*/
/*==*/






















/*==*/