@charset "UTF-8";
/* CSS Document */
.pc { display: none !important; }
.sp { display: block !important; }
body {
  margin: 0 auto;
  padding: 0 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
	position: relative;
	width: 640px;
}
#content{
	width: 640px;
	margin: 0 auto;
}
#wrapper {
  width: 576px;
  margin: 94px auto;
}
p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #10AAC9;
}
.c-both {
  clear: both;
}
/*----------メニュー-------------*/
header{
	width: 640px;
	background-color:rgba(255,255,255,0.85);
	position: fixed;
	 height: 74px;
	top: 0px;
	left: 50%;
  transform: translate(-50%, 0);
	padding: 15px 0 ;
	z-index: 10000;
}
.header-wrapper {
  margin: 0 auto 0 auto;
  
	
  height: 74px;
  
  width: 576px;
  
}
.toplogo {
  width: 399px;
  float: left;
	margin-left: 0px;
}
menu {
  display: block;
  width: 40px;
  float: left;
  margin: 15px 0 0 90px;
  position: relative;
}
input[type="checkbox"].switch {
  display: none;
}
menu label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
menu li label {
  position: static;
}
menu li a {
  color: #FFF;
}
.topmenu {
	display: none;
  overflow: hidden;
  height: 0;
  padding: 0;
  position: relative;
}
.topmenu img {
  position: absolute;
  top: 13px;
  right: 13px;
}
.switch:checked + .topmenu {
	display: block;
  color: #fff;
  list-style: none;
  padding: 40px 0 0 40px;
  font-size: 24px;
  background: #000;
  width: 300px;
  height: auto;
	padding-bottom: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
	transition: background-color .2s ease-out;
}
/* bodyにis-menu-openクラスが付いたら#contentをぼかしフィルター付与 */

input[type="checkbox"].switch_bg {
  display: none;
}
.switch_bg:checked + #content {
  pointer-events: none;
  transition: all .2s ease-out;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
/*----------メインビジュアル-------------*/
.mainviz {
  margin: 74px 0px 0px -24px;
}
.slick-list {
  margin: 0 0 0 -40px;
}
.slick-dots {
  margin: -20px 0 20px -40px;
}
/*----------トップコピー-------------*/
.maincopy h1 {
  font-size: 32px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.maincopy p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.top_title_1 {
  text-align: center;
  margin: 79px 0;
}
.top_content_1 {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 0 21px 0;
}
.top_content_1 p{
	  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0px 0 16px 0;
	display: block;
	width: 332px;
	float: left;
}
/*----------授業を行う先生へ-------------*/
label.for_teachers {
  background: #00B46E;
  border: none;
  border-radius: 5px;
  width: 208px;
  height: 65px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  float: right;
  box-sizing: border-box;
  padding: 16px;
	
}
label.for_teachers:hover {
  cursor: pointer;
}
.top_content_1 input[type="checkbox"] {
  display: none;
}
.forteacher {
	display: none;
  height: 0;
  overflow: hidden;
  position: relative;
	opacity: 0;
}
input[type="checkbox"].switch_ft {
  display: none;
}
.switch_ft:checked + .forteacher {
	display: block;
	opacity: 1;
  background: url("../img/SP_modal1.png") no-repeat;
  width: 586px;
  height: 986px;
  margin: 0 auto;
  padding: 40px 0 0 70px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10001;
  top: calc(50% + 80px);
  left: calc(50% - 586px/2);
	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
	transition: opacity .2s ease;
}
.forteacher label {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.forteacher_text {
  margin: 45px 100px 100px 0px;
  height: 700px;
  overflow: scroll;
}
.forteacher_text p {
  margin-top: 0;
	font-size: 18px;
}
.forteacher h1 {
  margin: 0;
  padding: 0;
}
/*----------マンガ一覧-------------*/
.top_manga_contents {
  width: 576px;
  float: left;
  box-sizing: border-box;
  margin-left: 32px;
  margin-top: 30px;
  letter-spacing: 0em;
}

.manga_list{
  margin-left: -30px;
}
.manga_head {
  height: 300px;
  border-left: #000 solid 576px;
  border-bottom: transparent solid 44px;
  position: relative;
}
.manga_head img {
  position: absolute;
  top: 0px;
  left: -576px;
}
.manga_text_border {
  width: 576px;
  height: 610px;
  border-right: #000 solid 576px;
  border-top: transparent solid 44px;
  box-sizing: border-box;
  position: relative;
  margin-top: -36px;
}
.manga_text_border_inner {
  width: 564px;
  height: 598px;
  border-right: #FFF solid 564px;
  border-top: transparent solid 44px;
  box-sizing: border-box;
  position: absolute;
  top: -38px;
  left: 6px;
}
.manga_text {
  width: 540px;
  height: 530px;
  padding: 12px;
  position: relative;
}
.top_manga_contents h2 {
  font-size: 36px;
  line-height: 1.7em;
  margin: 15px 0 20px 0;
}
.top_manga_contents p {
font-size: 24px;
  line-height: 1.7em;
  margin: 0px;
}
.manga_tag {
  position: absolute;
  bottom: 30px;
  width:460px;
	disply: table-cell;
	vertical-align: bottom;
}
.manga_tag .tag {
	vertical-align: bottom;
  font-size: 18px;
  font-weight: 600;
  background: #CCCCCC;
  border-radius: 4px;
  padding: 0px 14px;
  display: inline-block;
margin: 0 ;
}
.manga_tag .detail {
  position: absolute;
  bottom: -10px;
  right: -70px;
}
/*----------メンバー一覧-------------*/
.top_changers {
  margin: 79px 0;
}
.changers_top_img {
  text-align: center;
}
.top_changers h3 {
  text-align: center;
}
.member {
  width: 192px;
  float: left;
  text-align: center;
  position: relative;
  height: 280px;
  margin: 60px 0 0 0;
}
.member h3 {
  margin: 0px;
  padding: 0;
  line-height: 2em;
}
.member p {
  font-weight: 400;
  margin: 0px;
  padding: 0;
  line-height: 1.4em;
}
.sns {
  position: absolute;
  bottom: 3;
  right: 0;
  left: 0;
}
/*----------ニュース-------------*/
#information div dl dt{
	display: block;
  background: url("../img/news_y_m.png") no-repeat right;
  width: 558px;
  height: 66px;
  padding: 30px 0px 5px 18px;
  margin:0 -42px 20px 20px;
  color: #FFF;
	
}
#information div dl dd{
	margin: -116px 0px 0 6px;
	color: #FFF;
	background-color:#FFB62B;
	border-radius:44px;
	padding:60px 30px 30px 30px;
	width: 513px;
	font-size: 20px;
}
#information div dl dd a{
	text-decoration: underline;
	color: #FFF;
}
ul.news {
  list-style: none;
  padding: 0px;
}
ul.news li {
  display: block;
  background: url("../img/news_y_m.png") no-repeat center;
  width: 576px;
  height: 66px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
  color: #FFF;
}
/*----------よくある質問-------------*/
.top_question {
  margin: 80px 0 0 0;
  position: relative;
	text-align: center;
}
.top_question_title {
  display: inline-block;
}
.question_content_1, .question_content_2, .question_content_3, .question_content_4, .question_content_5 {  
        display: block;
	text-align: left;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 576px;
	margin:0px 0px 40px 0px;
}
.question_content_1 {
  top: 40px;
  left: 260px;
}
.question_content_2 {
  top: 340px;
  left: 30px;
}
.question_content_3 {
  top: 640px;
  left: 160px;
}
.question_content_4 {
  top: 940px;
  left: 60px;
}
.question_content_5 {
  top: 1240px;
  left: 160px;
}
.question_content_1 .q1, .question_content_1 .a1, .question_content_2 .q1, .question_content_2 .a1, .question_content_3 .q1, .question_content_3 .a1, .question_content_4 .q1, .question_content_4 .a1, .question_content_5 .q1, .question_content_5 .a1 {
  display: block;
  padding: 26px 0px 30px 100px;
}
.question_content_1 .a1 {
  background: url("../img/a1.png") no-repeat left;
}
.question_content_2 .a1 {
  background: url("../img/a2.png") no-repeat left;
}
.question_content_3 .a1 {
  background: url("../img/a3.png") no-repeat left;
}
.question_content_4 .a1 {
  background: url("../img/a4.png") no-repeat left;
}
.question_content_5 .a1 {
  background: url("../img/a1.png") no-repeat left;
}
.question_content_1 .q1 {
  background: url("../img/q1.png") no-repeat left;
}
.question_content_2 .q1 {
  background: url("../img/q2.png") no-repeat left;
}
.question_content_3 .q1 {
  background: url("../img/q3.png") no-repeat left;
}
.question_content_4 .q1 {
  background: url("../img/q4.png") no-repeat left;
}
.question_content_5 .q1 {
  background: url("../img/q1.png") no-repeat left;
}

/*----------フッター-------------*/
.application {
  margin: 80px;
  text-align: center;
}
footer .logo {
  width: 576px;
  height: 340px;
  border-left: #000 solid 576px;
  border-bottom: transparent solid 44px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  position: relative;
}
footer .logo-inner {
  width: 564px;
  height: 328px;
  border-left: #FFF solid 564px;
  border-bottom: transparent solid 44px;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: -570px;
}
footer .logo-inner img {
  z-index: 9999;
  position: absolute;
  top: 100px;
  left: -450px;
}

footer .foot_menu{
  width: 576px;
  height: 280px;
  border-right: #000 solid 576px;
  border-top: transparent solid 44px;
  box-sizing: border-box;
  position: relative;
  margin: -36px 0 20px 0;
}
footer .foot_menu-inner {
  width: 564px;
  height: 268px;
  border-right: #FFF solid 564px;
  border-top: transparent solid 44px;
  box-sizing: border-box;
  position: absolute;
  top: -38px;
  left: 6px;
}
footer .foot_menu-inner ul  {
  list-style: none;
  position:absolute;
	width: 460px;
  top: 40px;
  left: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
}
footer .foot_menu-inner li {
	margin: 0 20px 15px 0;
  font-size: 20px;
	float: left;
}

footer .foot_about_us {
  width: 100%;
  border: #000 solid 6px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 0 0 20px 0;
  position: relative;
	text-align: center;
}
footer .foot_about_us img {
	margin: 30px 0 0 0;
}
footer .foot_about_us_text {
	text-align: left;
  margin: 16px 30px 50px 30px;
  display: block;
}
footer .foot_about_us_text p {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}
footer .foot_contact_us {
  clear: both;
  display: block;
  width: 100%;
  border: #000 solid 6px;
  box-sizing: border-box;
  margin: 0 0 128px 0;
  position: relative;
	text-align: center;
	height: 250px;
}
footer .foot_contact_us img {
  margin: 30px 0 0 0;
}
footer .foot_contact_us_text {
  margin: 16px 30px 50px 30px;
	-webkit-text-size-adjust: 100%;
}
footer .foot_contact_us_text h4 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
footer .foot_contact_us_text p {
  font-size: 20px;
  font-weight: 400;
  padding-top: 0px;
	margin-top: 0px;
}
/*----------マンガ詳細ページ-------------*/
.mangadetail_mainviz {
  margin: 104px -40px 0 2px;
	width: 560px;
}
.mangadetail_mainviz video{
  border: 6px solid #000;
}
.manga_maincontents {
  border: 6px solid #000;
  padding: 32px 32px 80px 32px;
  margin: 20px 0 0 0;
  position: relative;
}
.comicnumber {
  position: absolute;
  top: 0px;
  right: 0px;
}
.manga_maincontents h1 {
  margin: 0 0 0 0;
}
.manga_maincontents p {
	font-size: 18px;
}
.manga_maincontents .manga_tag {
  position: absolute;
  bottom: 24px;
  left: 28px;
	width: 576px;
}
.manga_maincontents .manga_tag .tag {
  float: left;
  margin: 5px 0 0 5px;
	font-size: 14px;
}
.manga_maincontents .kyoka{
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 4px 4px 4px 4px;
}
.manga_img01 {
  border: 6px solid #000;
  margin: 24px 10px 0 0;
  padding: 0;
  width: 204px;
  height: 115px;
  float: left;
	display: none;
}
.manga_img02 {
  border: 6px solid #000;
  margin: 24px 10px 0 0;
  padding: 0;
  width: 160px;
  height: 94px;
  float: left;
	overflow:hidden;
}
.manga_img03 {
  width: 179px;
  height: 106px;
  border-bottom: solid #000 106px;
  border-right: solid 20px transparent;
  box-sizing: border-box;
  float: left;
  margin: 24px 0px 10px 0px;
  position: relative;
}
.manga_img03 img {
  padding: 6px 0 0 6px;
	width: 165px;
	height: auto;
}
.manga_dl {
  width: 222px;
  height: 224px;
  border-top: solid #000 224px;
  border-left: solid 38px transparent;
  box-sizing: border-box;
  float: right;
  margin: 24px 0px 10px -100px;
  position: relative;
}
.manga_dl-inner {
  width: 210px;
  height: 212px;
  border-top: solid #FFF 212px;
  border-left: solid 38px transparent;
  box-sizing: border-box;
  position: absolute;
  top: -218px;
  left: -32px;
}
.manga_dl-inner img {
  position: absolute;
  top: -200px;
  left: -16px;
}
.manga_profile {
  width: 380px;
  height: 108px;
  border-bottom: solid #000 108px;
  border-right: solid 16px transparent;
  box-sizing: border-box;
  float: left;
  margin: 0px 0px 10px 0px;
  position: relative;
}
.manga_profile-inner {
  width: 368px;
  height: 96px;
  border-bottom: solid #FFF 96px;
  border-right: solid 15px transparent;
  box-sizing: border-box;
  position: absolute;
  padding: 0px 0 0 0px;
  top: 6px;
  left: 6px;
}
.manga_profile-inner .author {
  display: block;
  float: left;
  margin: 15px 0px -10px 50px;
	line-height: 1em;
}
.manga_profile-inner h3 {
  margin: 0;
}
.manga_profile-inner p{
	font-size: 18px;
}
.manga_profile-inner img {
  margin: -16px 50px 0 10;
  float: right;
}
.myplan_flame{
	border: 6px solid #000;
  margin: 20px 0 40px 0;
}
.myplan_flame h1,.myplan_flame h2,.myplan_flame h3,.myplan_flame h4,.myplan_flame p{
	margin: 0px;
}
.myplan_1{
	padding: 32px;
	box-sizing: border-box;
}
.myplan_1 h3{
	font-size: 24px;
}
.myplan_1 .kyoka{
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 4px;
	white-space: nowrap;
}
.myplan_2{
	border-top: 6px #000000 solid;
	padding: 32px 0 32px 32px;
	box-sizing: border-box;
}
.myplan_2-1{
	width: 25%;
	float: left;

}
.myplan_2-2{
	width: 60%;
	float: left;
	margin-left: 10px;
}
.myplan_2-2 p{
	font-size: 18px;
}
.myplan_3{
	border-top: 6px #000000 solid;
	padding: 32px;
	box-sizing: border-box;
}
.myplan_4{
	border-top: 6px #000000 solid;
	padding: 32px 32px 220px 32px;
	position: relative;
}
.myplan_4 p{
}
.myplan_4 img{
	position: absolute;
	bottom: 32px;
	right: 32px;
	float: right;
}
/*----------作者プロフィール-------------*/
.author_profile {
  height: 0;
  overflow: hidden;
  position: relative;
	opacity: 0;
	display: none;
}
input[type="checkbox"].switch_prof {
  display: none;
}
.switch_prof:checked + .author_profile {
	display: block;
	opacity: 1;
  background: url("../comic/img/SP_author.png") no-repeat;
  width: 582px;
  height: 986px;
  margin: 0 auto;
  padding: 40px 0 0 70px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10002;
  top: calc(50% - 986px/2);
  left: calc(50% - 582px/2);
	-ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
	transition: opacity .2s ease;
}
.author_profile label {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.author_profile_text {
  margin: 25px 80px 20px 0px;
  height: 670px;
  overflow: scroll;
}
.author_profile_text h3 {
  margin: 0;
  padding: 0;
}
.author_profile_text h2 {
  margin: 0px 0 10px 0;
  padding: 0;
}
.author_profile_text p {
  margin-top: 10px;
}
.author_profile_text .sns{
	position:relative;
	text-align: right;
	width: 400px;
	height: 0px;
}
.author_profile_text .sns img{
	position: absolute;
	bottom: 20px;
}
.author_img {
  position: absolute;
  bottom: 20px;
  left: 0;
}
/*----------コメント動画埋め込み-------------*/
.comment .profile h2{
	height: 40px;
	padding-left:10px;
	padding-bottom:10px;
	border-left: solid 10px #e43135;

}
.comment .profile p{
	height: 200px;
}

/*----------タイトルいろずけ-------------*/
.yellow{
	color: #FFB62B;
	margin-top: 50px;
}
.green{
	color: #0BB46E;
	margin-top: 50px;
}
.purple{
	color: #551586;
	margin-top: 50px;
}
.aqua{
	color: #10AAC9;
	margin-top: 50px;
}
.red{
	color: #FA343D;
	margin-top: 50px;
}
.blue{
	color: #2623AA;
	margin-top: 50px;
}
.y-green{
	color: #B3E02B;
	margin-top: 50px;
}
.orange{
	color: #FE4620;
	margin-top: 50px;
}
