@charset "UTF-8";
/* CSS Document */
.pc { display: block !important; }
.sp { display: none !important; }
body {
  margin: 0 0;
  padding: 0 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
	position: relative;
}
#wrapper {
  width: 876px;
  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: 100%;
	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: 876px;
  
}
.toplogo {
  width: 699px;
  float: left;
}
menu {
  display: block;
  width: 40px;
  float: left;
  margin: 15px 0 0 80px;
  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;
  line-height: 20px;
  padding: 40px 0 0 40px;
  font-size: 16px;
  background: #000;
  width: 200px;
  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 -40px 0;
}
.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: 600;
}
.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: 16px 0 16px 0;
	display: block;
	width: 662px;
	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/modal1.png") no-repeat;
  width: 954px;
  height: 658px;
  margin: 0 auto;
  padding: 40px 0 0 70px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10001;
  top: calc(50% + 80px);
  left: calc(50% - 954px/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: 375px;
  overflow: scroll;
}
.forteacher_text p {
  margin-top: 0;
}
.forteacher h1 {
  margin: 0;
  padding: 0;
}
/*----------マンガ一覧-------------*/
.top_manga_contents {
  width: 272px;
  float: left;
  box-sizing: border-box;
  margin-left: 30px;
  margin-top: 30px;
  letter-spacing: 0em;
}

.manga_list{
  margin-left: -30px;
}
.manga_head {
  height: 192px;
  border-left: #000 solid 284px;
  border-bottom: transparent solid 22px;
  position: relative;
}
.manga_head img {
  position: absolute;
  top: 6px;
  left: -278px;
}
.manga_text_border {
  width: 284px;
  height: 400px;
  border-right: #000 solid 284px;
  border-top: transparent solid 22px;
  box-sizing: border-box;
  position: relative;
  margin-top: -10px;
}
.manga_text_border_inner {
  width: 272px;
  height: 388px;
  border-right: #FFF solid 272px;
  border-top: transparent solid 22px;
  box-sizing: border-box;
  position: absolute;
  top: -16px;
  left: 6px;
}
.manga_text {
  width: 260px;
  height: 360px;
  padding: 12px;
  position: relative;
}
.top_manga_contents h2 {
  font-size: 20px;
  line-height: 1.7em;
  margin: 0 0 5px 0;
}
.top_manga_contents p {
  line-height: 1.7em;
  margin: 0px;
}
.manga_tag {
  position: absolute;
  bottom: 30px;
  width: 180px;
	display: table-cell;
	vertical-align: bottom;
}
.manga_tag .tag {
	vertical-align: bottom;
  font-size: 9px;
  font-weight: 600;
  background: #CCCCCC;
  border-radius: 2px;
  padding: 0px 7px;
  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: 172px;
  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: 0;
  right: 0;
  left: 0;
}
/*----------ニュース-------------*/
#information div dl dt{
	display: block;
  background: url("../img/news_y.png") no-repeat center;
  width: 848px;
  height: 38px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
  color: #FFF;
	
}
#information div dl dd{
	margin: -71px 14px 0 0px;
	color: #FFF;
	background-color:#FFB62B;
	border-radius:22px;
	padding:8px 8px 8px 140px;
}
#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.png") no-repeat center;
  width: 848px;
  height: 38px;
  padding: 10px 20px 5px 20px;
  margin-bottom: 20px;
  color: #FFF;
}
/*----------よくある質問-------------*/
.top_question {
  margin: 80px 0 0 0;
  position: relative;
  height: 1500px;
}
.top_question_title {
  position: absolute;
  top: 0;
  left: 0;
}
.question_content_1, .question_content_2, .question_content_3, .question_content_4, .question_content_5 {
  display: block;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 820px;
  position: absolute;
}
.question_content_1 {
  top: 40px;
  left: 260px;
	width: 500px;
}
.question_content_2 {
  top: 340px;
  left: 30px;
}
.question_content_3 {
  top: 640px;
  left: 160px;
	width: 600px;
}
.question_content_4 {
  top: 940px;
  left: 60px;
	width: 700px;
}
.question_content_5 {
  top: 1240px;
  left: 160px;
	width: 600px;
}
.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: 485px;
  height: 296px;
  border-top: solid #000 296px;
  border-right: solid 22px transparent;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  position: relative;
  float: left;
}
footer .logo-inner {
  width: 473px;
  height: 284px;
  border-top: solid #FFF 284px;
  border-right: solid 22px transparent;
  box-sizing: border-box;
  position: absolute;
  top: -290px;
  left: 6px;
}
footer .logo-inner img {
  z-index: 9999;
  position: absolute;
  top: -190px;
  left: 60px;
}
footer .foot_menu {
  width: 401px;
  height: 296px;
  border-bottom: solid #000 296px;
  border-left: solid 22px transparent;
  box-sizing: border-box;
  float: right;
  margin: 0 0px 10px -100px;
  position: relative;
}
footer .foot_menu-inner {
  width: 389px;
  height: 284px;
  border-bottom: solid #FFF 284px;
  border-left: solid 22px transparent;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: -16px;
}
footer .foot_menu-inner ul {
  list-style: none;
  position: absolute;
  top: 40px;
  left: 30px;
}
footer .foot_menu-inner li {
  font-size: 14px;
  line-height: 2.6em;
}
footer .foot_about_us {
  width: 100%;
  height: 460px;
  border: #000 solid 6px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 0 0 10px 0;
  position: relative;
}
footer .foot_about_us img {
  position: absolute;
  top: 40px;
  left: 40px;
}
footer .foot_about_us_text {
  width: 650px;
  margin-top: 16px;
  float: right;
  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%;
  height: 145px;
  border: #000 solid 6px;
  box-sizing: border-box;
  margin: 0 0 128px 0;
  position: relative;
}
footer .foot_contact_us img {
  position: absolute;
  top: 40px;
  left: 40px;
}
footer .foot_contact_us_text {
  width: 650px;
  margin-top: 10px;
  float: right;
  display: block;
}
footer .foot_contact_us_text p {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  padding-top: 0px;
}
/*----------マンガ詳細ページ-------------*/
.mangadetail_mainviz {
  margin: 104px -40px 0 -40px;
}
.mangadetail_mainviz video{
  border: 6px solid #000;
	cursor: pointer;
}
.manga_maincontents {
  border: 6px solid #000;
  padding: 32px;
  margin: 64px 0 0 0;
  position: relative;
}
.comicnumber {
  position: absolute;
  top: -30px;
  left: -40px;
}
.manga_maincontents h1 {
  margin: 0 0 0 0;
}
.manga_maincontents .manga_tag {
  position: absolute;
  top: 48px;
  right: 32px;
	width: 320px;
}
.manga_maincontents .manga_tag .tag {
  float: right;
  margin: 0 0 0 5px;
}
.manga_maincontents .kyoka{
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 4px;
	white-space: nowrap;
}
.manga_img01 {
  border: 6px solid #000;
  margin: 24px 10px 0 0;
  padding: 0;
  width: 204px;
  height: 115px;
  float: left;
}
.manga_img02 {
  border: 6px solid #000;
  margin: 24px 10px 0 0;
  padding: 0;
  width: 204px;
  height: 115px;
  float: left;
}
.manga_img03 {
  width: 215px;
  height: 126px;
  border-bottom: solid #000 126px;
  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;
}
.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: 683px;
  height: 88px;
  border-bottom: solid #000 88px;
  border-right: solid 15px transparent;
  box-sizing: border-box;
  float: left;
  margin: 0px 0px 10px 0px;
  position: relative;
}
.manga_profile-inner {
  width: 671px;
  height: 76px;
  border-bottom: solid #FFF 76px;
  border-right: solid 14px transparent;
  box-sizing: border-box;
  position: absolute;
  padding: 0px 0 0 0px;
  top: 6px;
  left: 6px;
}
.manga_profile-inner .author {
  float: left;
	display: flex;
  margin: 20px 0px 0px 20px;
	line-height: 1em;
  width: 250px;
	height: 40px;
  flex-direction: column;
  justify-content: center;
}
.manga_profile-inner h3 {
  margin: 0px 0px 5px 0px;
}
.manga_profile-inner img {
  margin: 15px 0px 0 0;
  float: left;
}
.individual_DL{
  padding: 12px;
}
/*
.myplan_flame{
	width: 618px;
	margin: 0px auto;
	border: 6px #000000 solid;
	margin-bottom: 40px;
}
.myplan_flame h1,.myplan_flame h2,.myplan_flame h3,.myplan_flame h4,.myplan_flame p{
	margin: 0px;
}
.myplan_1{
	padding: 20px 0px 20px 20px;
	width: 300px;
	float: left;
	box-sizing: border-box;
}
.myplan_1 .kyoka{
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 2px;
	padding: 4px;
	white-space: nowrap;
}
.myplan_2{
	border-left: 6px #000000 solid;
	padding: 20px 0 20px 20px;
	width: 318px;
	float: left;
	box-sizing: border-box;
}
.myplan_2-1{
	width: 40%;
	float: left;

}
.myplan_2-2{
	width: 50%;
	float: left;
	margin-left: 10px;
}
.myplan_3{
	border-top: 6px #000000 solid;
	padding: 20px;
	float: left;
	width: 618px;
	box-sizing: border-box;
}
.myplan_4{
	border-top: 6px #000000 solid;
	padding: 20px;
	float: left;
	width: 618px;
	box-sizing: border-box;
	position: relative;
}
.myplan_4 p{
	width: 430px;
	float: left;
}
.myplan_4 img{
	position: absolute;
	bottom: 20px;
	right: 30px;
}
*/

.myplan_flame{
	border: 6px solid #000;
  margin: 20px 20px 40px 0;
	width: 418px;
	box-sizing: border-box;
	float: left;
}
.myplan_flame:last-child{
	  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:pre-wrap;
}
.myplan_2{
	border-top: 6px #000000 solid;
	padding: 32px 0 32px 32px;
	box-sizing: border-box;
}
.myplan_2-1{
	width: 30%;
	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/author.png") no-repeat;
  width: 760px;
  height: 640px;
  margin: 0 auto;
  padding: 40px 0 0 70px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10002;
  top: calc(50% - 640px/2);
  left: calc(50% - 752px/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: 360px;
  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: 570px;
	height: 0px;
}
.author_profile_text .sns img{
	position: absolute;
	bottom: 20px;
}

.author_img {
  position: absolute;
  bottom: 20px;
  left: 0;
}
/*----------コメント動画埋め込み-------------*/
.comment {
	height: 350px;
	position: relative;
}

.comment .movie {
	position: absolute;
	top: 10px;
	left: 10px;
}
.comment .profile {
	position: absolute;
	top: 10px;
	left: 570px;	
	padding-left:20px;
	padding-right:20px;
}
.comment .profile h2{
	height: 30px;
	padding-left:10px;
	border-left: solid 10px #e43135;
	font-size:90%;
}
.comment .profile p{
	height: auto;
	font-size: 80%;

}


/*----------タイトルいろずけ-------------*/
.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;
}
