
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@500&display=swap');

body {
	color: #000;
}


#arrow {
	display: none;
}



#page {
	position: relative;
}

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}


p {
	padding-bottom: 1em;
}

#header {
	background: #00ffd2;
	height: 94px;
}

#header header {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	padding-top: 26px;
}

#header header ul {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}

#main {
	text-align: center;
	height: auto;
	margin-bottom: 0;
}

#main img,
.widimg img {
	width: 100%;
}


.iconlogo {
	background: url(../../images/behindthefacemask/icon_logo_bg.jpg) center center;
	background-size: cover;
	text-align: center;
	padding: 80px 0;
}


.pagelead {
	width: 750px;
	margin: 70px auto 120px;
}

.pagelead h2 {
	font-size: 35px;
	font-weight: normal;
	color: #f71de3;
	text-align: center;
	margin-bottom: 20px;
}

.pagelead h3 {
	font-size: 25px;
	font-weight: normal;
}



#member {
	width: 1100px;
	margin: 0 auto 175px;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#member span {
	font-size: 25px;
}
#member p {
	padding-top: 10px;
}
#member li:first-child {
	width: 1100px;
	padding-bottom: 70px;
}

#contentindex {
	font-size: 25px;
	text-align: center;
	margin-bottom: 200px;
}
#contentindex li {
	padding-bottom: 60px;
}
#contentindex a {
	color: #f71de3;
}



#sentence {
	font-size: 25px;
	width: 750px;
	margin: 0 auto 150px;
}
#sentence div {
	margin-bottom: 40px;
}
#sentence h2 {
	font-size: 35px;
	color: #f529e7;
	margin-top: 200px;
	margin-bottom: 65px;
}
#sentence h2 span {
	font-size: 25px;
}
#sentence h3 {
	color: #f529e7;
	margin-bottom: 50px;
}


#sentence .talkbox li {
	padding-bottom: 1em;
}

#sentence .talkbox li span {
	color: #f529e7;
}


#qa {
	font-size: 25px;
	width: 750px;
	margin: 0 auto 150px;
}
#qa h2 {
	font-size: 35px;
	color: #f529e7;
	margin-top: 200px;
	margin-bottom: 65px;
	text-align: center;
	line-height: 1.4;
}

#qa .profile {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
#qa .profile span {
	font-size: 35px;
	color: #f529e7;
}
#qa dd {
	margin-bottom: 50px;
}
#qa dl {
	margin-bottom: 300px;
}

#qa dl span {
	font-weight: bold;
	color: #f529e7;
}



.list-fitem{
	transition: .5s;
	opacity: 0;
	transform: translate(-30px,0);
	-webkit-transform: translate(-30px,0);
	transform: scale(.9);
}
.fitem{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transform: scale(1);
}

 
 
 
 
 
 



@media screen and (max-width: 767px) {

.content {
	margin-top: 0 !important;
}


#arrow {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 200;
	width: 40px;
	height: 40px;
}


#header {
	height: 47px;
	position: fixed;
	z-index: 200;
}

#header header {
	background: none;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
}

#header header div {
	width: 60%;
	padding-left: 2%;
}

#header header ul {
}
#header header ul img {
	width: auto;
	height: 47px;
}

#main {
	text-align: center;
	padding: 47px 0 0 0;
	height: auto;
	background: none;
}


.iconlogo {
	padding: 14.6667% 0;
}

.iconlogo img {
	width: 38.9333%;
}

.pagelead {
	width: 85.3333%;
	margin: 16% auto 20%;
}

.pagelead h2 {
	font-size: 4.6667vw;
	letter-spacing: .4em;
	margin-bottom: 11.3333%;
}

.pagelead h3 {
	font-size: 3.3333vw;
}



#member {
	width: 78%;
	margin: 0 auto 24%;
	font-size: 3.125vw;
}

#member li {
	width: 48%;
	text-align: center;
}
#member span {
	font-size: 3.9063vw;
}
#member p {
	padding-top: 10px;
}
#member li:first-child {
	width: 100%;
	padding-bottom: 7.0313%;
}
#member li:first-child img {
	width: 52.5%;
}




#contentindex {
	font-size: 3.8063vw;
	text-align: left;
	width: 85.3333%;
	margin: 0 auto 20%;
}
#contentindex li {
	padding-bottom: 2em;
}



#sentence {
	font-size: 3.3333vw;
	width: 100%;
	margin: 0 auto 10%;
}
#sentence h2 {
	font-size: 4.6667vw;
	width: 85.3333%;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 10%;
}
#sentence h2 span {
	font-size: 3.3333vw;
}
#sentence h3 {
	width: 85.3333%;
	margin: 0 auto;
	margin-bottom: 10%;
}
#sentence ul {
	width: 85.3333%;
	margin: 0 auto;
	margin-bottom: 10%;
}


#qa {
	font-size: 3.3333vw;
	width: 100%;
	margin: 0 auto 10%;
}
#qa h2 {
	font-size: 4.6667vw;
	line-height: 1.8;
	width: 85.3333%;
	margin: 0 auto;
	margin-top: 40%;
	margin-bottom: 10%;
}

#qa .profile {
	margin-top: 10%;
	margin-bottom: 10%;
}
#qa .profile span {
	font-size: 4.6667vw;
	letter-spacing: .2em;
}
#qa dt {
	margin-bottom: 1em;
}
#qa dd {
	margin-bottom: 2em;
}
#qa dl {
	width: 85.3333%;
	margin: 0 auto;
	margin-bottom: 29.3333%;
}












#form {
	width: 100%;
}


}

