﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@100&family=Nova+Mono&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,#header,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}



img{ margin:0 auto; max-width:100%;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}

html {
	overflow-x: hidden;
}

body {
	/*font-family: 'Exo 2', sans-serif;
	font-family: 'Poppins', sans-serif;*/
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#eee;
	width:100%;
	text-align:center;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	letter-spacing: 0.1em!important;
	-webkit-font-smoothing: antialiased;
}

@media (max-width:768px){
	body {font-size: 14px;}
}

@media (max-width:600px){
	body {font-size: 12px;}
}

a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.7;  text-decoration:none!important;}
input:hover { opacity: 0.7;  text-decoration:none!important;}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
a img { transition-property: all; transition: 0.2s linear;}
a:hover div{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none;}
a:visited { color:inherit; text-decoration:none; }

.switch {visibility: hidden;}

#container{
	width:100%;
	margin:0 auto;
	text-align:center;
}

h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 2.3em;
	font-weight: 900;
	letter-spacing: 0em;
	font-style: italic;
	margin-bottom: 0.6em;
	position: relative;
	z-index: 1;
}

h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 2.3em;
	font-weight: 900;
	letter-spacing: 0em;
	font-style: italic;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 1;
}

h3 i {
	color: #db61af;
}

h4 {
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.03em;
	margin-bottom: 2em;
	position: relative;
	z-index: 1;
}

h5 {
	font-weight: 500;
	font-style: italic;
	position: relative;
	width: 100%;
	max-width: 800px;
	font-size: 0.95em;
	margin: auto;
	z-index: 1;
}

h5 p {
    display: flex;
    align-items: center;
}
 
h5 p:before,
h5 p:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #db61af;
}
 
h5 p:before {
    margin-right: 1rem;
}
 
h5 p:after {
    margin-left: 1rem;
}

@media (max-width:600px){
	
	h2, h3 {
		font-size: 2.1em;
	}
	
}


.about-block {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.about-block-about,
.about-block-mess {
	position: relative;
	width: 50%;
	padding: 5% 3%;
	box-sizing: border-box;
}

.about-block-about p,
.about-block-mess p {
	text-align: left;
	margin-bottom: 0.5em;
	position: relative;
	z-index: 1;
}

.about-block-about {
	background-color: #fff;
}

.about-block-about h2 {
	color: #db61af;
}

.about-block-about h2 i {
	color: #912776;
}


.about-block-mess {
	background-color: #262626;
	color: #fff;
	background-image:url("../images/bg_mess.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-block-mess h2 i {
	color: #db61af;
}

@media (max-width:600px){
	
	.about-block {
		display: block;
	}
	
	.about-block-about,
	.about-block-mess {
		width: 100%;
		padding: 10% 4% 8% 4%;
	}
}


.mess-screen {
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	position:absolute;
	z-index: 0;
	background: rgba(38,0,22,0.7);
	box-sizing: border-box;
}

.tit-bar {
	position: relative;
	z-index: 3;
	background-color: #912776;
	color: #fff;
	padding: 3% 2% 1.5% 2%;
	background: -moz-linear-gradient(left, #600039, #912776, #600039); 
	background: -webkit-linear-gradient(left, #600039, #912776, #600039); 
	background: linear-gradient(to right, #600039, #912776, #600039); 
}

.tit-bar:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:30px;
    border-bottom-width:30px;
    border-left-width:25px;
    border-right-width:25px;
    margin-left: -25px;
    border-top-color:#912776;
    top:100%;
    left:50%;
}

@media (max-width:600px){
	
	.tit-bar {
		padding: 7% 3% 3% 3%;
	}
	
	.tit-bar:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#912776;
    top:100%;
    left:50%;
}
	
}


.bene-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bene-item {
	width: 46%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.bene-item-no {
	width: 100%;
	border: solid #db61af;
	border-width: 3px 0 0 10px;
	margin-bottom: -3.5%;
	position: relative;
	z-index: 3;
}

.bene-number {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #db61af;
	font-family: 'Exo 2', sans-serif;
	padding: 1.8% 2.5% 2.5% 1.8%;
	transform: skewX(-9deg);
	transform-origin: left bottom;
	width:fit-content;
	margin-left: -10px;
}

.bene-number dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffd7f1;
	font-size: 0.65em;
	line-height: 1em;
	font-weight: 700;
	margin-right: 1em;
}

.bene-number p {
	color: #fff;
	font-size: 2.3em;
	font-weight: 700;
}


.bene-item-tit {
	width: 55%;
	text-align: left;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.4em;
	padding: 0.3em 0 0.3em 0.7em;
	border-left: solid 10px #ffd7f1;
}

.bene-item-tit i {
	display: inline-block;
}

.bene-item-img {
	width: 35%;
	line-height: 0;
}

.bene-item-txt {
	width: 100%;
	text-align: left;
	margin: 1em 0 2em 0;
}

.bene-bb {
	border-bottom: solid  3px #db61af;
}

@media (max-width:1000px){
	
	.bene-item-tit {
		font-size: 1.1em;
	}
}

@media (max-width:850px){
	
	.bene-item-tit {
		font-size: 1em;
	}
}

@media (max-width:768px){
	
	.bene-item-tit {
		font-size: 1.1em;
	}
}

@media (max-width:600px){
	
	.bene-item-no {
		margin-bottom: -1%;
	}
	
	.bene-block {
		display: block;
		
	}
	
	.bene-item {
		width: 100%;
	}
	
	.bene-item-tit {
		font-size: 1.3em;
	}
	
}

@media (max-width:350px){
	
	.bene-item-tit {
		font-size: 1.1em;
	}
	
}


.follower-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 700px;
	margin: auto;
	margin-bottom: -50px;
}

.follower-item {
	width: 46%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.follower-item a {
	width: 100%;
}

.follower-item-img {
	width: 25%;
}

.follower-item-data {
	font-family: 'Exo 2', sans-serif;
	width: 68%;
	text-align: left;
	font-style: italic;
}

.follower-item-data dd {
	color: #600039;
	font-size: 3.5em;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: -0.02em;
	padding-bottom: 0.15em;
	border-bottom: solid 2px #db61af;
	margin-bottom: 0.1em;
}

.follower-item-data dd span {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.3em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.follower-item-data p {
	font-size: 1.6em;
	font-weight: 900;
	letter-spacing: 0;
	color: #262626;
}

@media (max-width:768px){
	
	.follower-block {
		width: 80%;
	}
	
	.follower-item-data dd {
		font-size: 3.3em;
	}
	
}

@media (max-width:600px){
	
	
	.follower-block {
		width: 100%;
		margin-bottom: -30px;
	}
	
	.follower-item {
		width: 48%;
		align-items: center;
		margin-bottom: 35px;
	}
	
	.follower-item-img {
		width: 100%;
	}
	
	.follower-item-img img {
		width: 35%;
	}

	.follower-item-data {
		width: 100%;
		text-align: center;
	}
	
	.follower-item-data dd {
		font-size: 2.8em;
		padding-bottom: 0.2em;
	}
	
	.follower-item-data dd span {
		font-size: 0.4em;
	}

}

@media (max-width:350px){
	
	.follower-item-data dd {
		font-size: 2.3em;
		padding-bottom: 0.2em;
	}
	
}




footer {
	background-color: #db61af;
	color: #fff;
	padding: 2% 3%;
}

.foot-sns {
	width: 180px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.foot-sns a {
	width: 20%;
}

.copyright {
	width: 100%;
	margin: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
}


.copyright span {
	display: inline-block;
}

@media (max-width:600px){
	
	footer {
		padding: 5% 3%;
	}
	
	.foot-sns {
	width: 160px;
	margin-bottom: 10px;
}
	
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 7px;
	line-height: 0;
	margin-bottom: 125px;
	z-index: 100;
	background-color: #7a0149;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.pagetop a {
	width: 40px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

@media (max-width:600px){
	
	.pagetop {
		margin-bottom: 48px;
	}
	
}
	

@media (max-width:320px){
	
	.pagetop {
		margin-bottom: 48px;
	}

}







