@charset "UTF-8";

/* =====================
	base
===================== */

#comicContent *,
#comicContent *:before,
#comicContent *:after {
	box-sizing: border-box;
}

#comicContent img {
	width: 100%;
	height: auto;
	display: block;
}

#comicContent svg {
	width: 100%;
	height: 100%;
	display: block;
}

#comicContent .flx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#comicContent {
	background: url(/wordpress/wp-content/themes/biz-teachme-jp-2021/img/manga/bg_stripe.svg) repeat top left, #FCFCFD;
	background-size: 10px;
	overflow: hidden;
}

#comicContent .sp_none {
	display: none;
}

#comicContent .comicContent_inner {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

/* =====================
	comicContent_fv
===================== */

#comicContent_fv {
	width: 100%;
	background: url(/wordpress/wp-content/themes/biz-teachme-jp-2021/img/manga/bg_dot.svg) repeat top center, #F8B419;
	background-size: 34px;
}

#comicContent_fv .comicContent_inner {
	position: relative;
	padding: 5% 0 42%;
}

#comicContent_fv .comicContent_fv__illust {
	position: absolute;
	z-index: 1;
}

#comicContent_fv .comicContent_fv__illust.illust1 {
	width: 58%;
	left: -15px;
	bottom: -7px;
}

#comicContent_fv .comicContent_fv__illust.illust2 {
	width: 53%;
	right: -18px;
	bottom: 0;
}

@media screen and (min-width:556px) {
	#comicContent_fv .comicContent_inner {
		padding: 27px 0 233px;
	}
}

/* =====================
	comicContent_section
===================== */

#comicContent_container .comicContent_section {
	padding: 25px 0 0;
}

/*  comicContent_section__tabs
------------------------*/

#comicContent_container .comicContent_section__tabs {
	margin-bottom: 15px;
}

#comicContent_container .comicContent_section__tabs li {
	width: 48.5%;
}

#comicContent_container .comicContent_section__tabs li.active,
#comicContent_container .comicContent_section__tabs li a {
	display: block;
	border-radius: 13px;
	padding: 10px;
	position: relative;
}

#comicContent_container .comicContent_section__tabs li a {
	width: 100%;
	height: 100%;
	background: #6B6B6B;
}

#comicContent_container .comicContent_section__tabs li img {
	width: 110px;
	margin: 0 auto;
}

/*  comicContent_section__manga
------------------------*/

#comicContent_container .comicContent_section__manga_ttl {
	height: 39px;
	margin-bottom: 5px;
}

#comicContent_container .comicContent_section__manga_ttl img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

#comicContent_container .comicContent_section__manga_text {
	width: 180px;
	margin: 0 auto;
}

/*  comicContent_section__manga_swiper
------------------------*/

#comicContent_container .comicContent_section__manga_container {
	width: 110%;
	margin-left: -5%;
	position: relative;
}

#comicContent_container .comicContent_section__manga_swiper {
	overflow: hidden;
}

#comicContent_container .comicContent_section__manga_swiper-pagination {
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: 3px;
}

#comicContent_container .comicContent_section__manga_swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: 1px solid #434D72;
	background: none;
	opacity: 1;
	margin: 0 2.7px;
}

#comicContent_container .comicContent_section__manga_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #434D72;
}

#comicContent_container .comicContent_section__manga_swiper-button {
	width: 35px;
	height: 35px;
	display: block;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	z-index: 1;
	opacity: 0;
}

#comicContent_container .comicContent_section__manga_swiper:hover .comicContent_section__manga_swiper-button {
	opacity: .43;
}

#comicContent_container .comicContent_section__manga_swiper-button.prev {
	background: url(/wordpress/wp-content/themes/biz-teachme-jp-2021/img/manga/arrow_left.svg) no-repeat center;
	background-size: contain;
	left: 5px;
}

#comicContent_container .comicContent_section__manga_swiper-button.next {
	background: url(/wordpress/wp-content/themes/biz-teachme-jp-2021/img/manga/arrow_right.svg) no-repeat center;
	background-size: contain;
	right: 5px;
}

#comicContent_container .comicContent_section__manga_swiper-button.swiper-button-disabled {
	display: none;
}

/*  comicContent_section__cv
------------------------*/

#comicContent_container .comicContent_section__cv {
	margin-top: 15px;
}

#comicContent_container .comicContent_section__cv_illust {
	width: 151px;
	margin: 0 auto -17px;
	position: relative;
}

#comicContent_container .comicContent_section__cv_illust_balloon {
	width: 138px;
	position: absolute;
	top: 0;
	left: -100px;
}

#comicContent_container .comicContent_section__cv_illust_img {
	width: 100%;
}

/* =====================
	comicContent_creation
===================== */

#comicContent_creation .comicContent_section__tabs li.active {
	background: #F8B419;
}

#comicContent_creation .comicContent_section__manga {
	margin-bottom: 35px;
}

#comicContent_creation .comicContent_section__manga_swiper-button.prev.swiper-button-disabled {
	display: block;
}

#comicContent_creation .comicContent_section__manga_swiper-button.prev.swiper-button-disabled::before {
	content: '';
	width: 39px;
	height: 9.5px;
	display: block;
	background: url(/wordpress/wp-content/themes/biz-teachme-jp-2021/img/manga/arrow_how.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -13px;
	left: 50%;
  margin-left: -19.5px;
}

#comicContent_creation .comicContent_section__manga_swiper-button.prev a {
	display: none;
	width: 100%;
	height: 100%;
}

#comicContent_creation .comicContent_section__manga_swiper-button.prev.swiper-button-disabled a {
	display: block;
}

/* =====================
	comicContent_howto
===================== */

#comicContent_howto .comicContent_section__tabs li.active {
	background: #EF6F0C;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:960px) {

	/* =====================
    base
  ===================== */

  #comicContent {
    background-size: 20px;
  }

	#comicContent .sp_none {
		display: block;
	}

  #comicContent .pc_none {
    display: none;
  }

	#comicContent .comicContent_inner {
		width: 740px;
		max-width: 100%;
	}

	/* =====================
	  comicContent_fv
	===================== */

	#comicContent_fv {
		height: 590px;
		padding-top: 85px;
		background: url(/wordpress/wp-content/themes/biz-teachme-jp-2021/img/manga/bg_dot.svg) repeat top 6px center, #F8B419;
		background-size: 54.5px;
	}

	#comicContent_fv .comicContent_inner {
		width: 925px;
		height: 100%;
	}

	#comicContent_fv .comicContent_fv__illust.illust1 {
		width: 430px;
    left: -180px;
    bottom: -25px;
	}

	#comicContent_fv .comicContent_fv__illust.illust2 {
		width: 388px;
		right: -187px;
		bottom: 0;
	}

	/* =====================
	  comicContent_section
	===================== */

	#comicContent_container .comicContent_section {
		padding: 75px 0 0;
	}

	/*  comicContent_section__tabs
	------------------------*/

	#comicContent_container .comicContent_section__tabs {
		padding-right: 3px;
		margin-bottom: 0;
	}

	#comicContent_container .comicContent_section__tabs li {
		width: 410px;
		height: 107px;
		margin-left: 50px;
	}

	#comicContent_container .comicContent_section__tabs li.active,
	#comicContent_container .comicContent_section__tabs li a {
		display: -webkit-flex;
		display: flex;
		border-radius: 26px 26px 0 0;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0 20px 15px 0;
	}

	#comicContent_container .comicContent_section__tabs li.active {
		padding-bottom: 0;
		z-index: 1;
	}

	#comicContent_container .comicContent_section__tabs li.active::before,
	#comicContent_container .comicContent_section__tabs li a::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 95px 50px;
		border-color: transparent transparent #6B6B6B transparent;
		position: absolute;
		bottom: 0;
		right: 100%;
		margin-right: -4px;
	}

	#comicContent_container .comicContent_section__tabs li img {
		width: 166px;
	}

	#comicContent_container .comicContent_section__tabs li.active img {
		width: 217px;
	}

	/*  comicContent_section__manga
	------------------------*/

	#comicContent_container .comicContent_section__manga {
		border: 3px solid #000;
    margin-top: -16px;
    background: #fff;
		padding: 13px;
		position: relative;
		z-index: 0;
	}

	#comicContent_container .comicContent_section__manga_inner {
		border: 3px solid #000;
		background: #fff;
		padding: 55px 0 40px;
		position: relative;
	}

	#comicContent_container .comicContent_section__manga::before,
	#comicContent_container .comicContent_section__manga::after,
	#comicContent_container .comicContent_section__manga_inner::before,
	#comicContent_container .comicContent_section__manga_inner::after {
		content: '';
		width: 66px;
		height: 66px;
		display: block;
		background: #F8B419;
		position: absolute;
		z-index: -1;
	}

	#comicContent_container .comicContent_section__manga::before,
	#comicContent_container .comicContent_section__manga::after {
		top: -0.5px;
	}

	#comicContent_container .comicContent_section__manga::before,
	#comicContent_container .comicContent_section__manga_inner::before {
		left: 0;
	}

	#comicContent_container .comicContent_section__manga::after,
	#comicContent_container .comicContent_section__manga_inner::after {
		right: 0;
	}

	#comicContent_container .comicContent_section__manga_inner::before,
	#comicContent_container .comicContent_section__manga_inner::after {
		bottom: -16.5px;
	}

	#comicContent_container .comicContent_section__manga_inner::before {
		left: -16px;
	}

	#comicContent_container .comicContent_section__manga_inner::after {
		right: -16px;
	}

	#comicContent_container .comicContent_section__manga_ttl {
		height: 77px;
		margin-bottom: 15px;
	}

	#comicContent_container .comicContent_section__manga_text {
		width: 358px;
	}

	/*  comicContent_section__manga_swiper
	------------------------*/

	#comicContent_container .comicContent_section__manga_container {
		width: 512px;
		margin: 0 auto;
	}

	#comicContent_container .comicContent_section__manga_swiper-pagination {
		margin-top: 5px;
	}

	#comicContent_container .comicContent_section__manga_swiper-pagination .swiper-pagination-bullet {
		width: 22px;
    height: 22px;
    border: 2px solid #434D72;
    transform: scale(0.75);
    transform-origin: 100% 0;
    margin: 0 2.5px;
	}

	#comicContent_container .comicContent_section__manga_swiper-button {
		width: 69px;
		height: 69px;
		margin-top: -48.5px;
		opacity: 1;
	}

	#comicContent_container .comicContent_section__manga_swiper-button.prev {
		left: -77px;
	}

	#comicContent_container .comicContent_section__manga_swiper-button.next {
		right: -77px;
	}

	#comicContent_container .comicContent_section__manga_swiper-button:hover {
		opacity: .6;
	}

	#comicContent_creation .comicContent_section__manga_swiper-button.prev.swiper-button-disabled::before {
		width: 78px;
		height: 19px;
		top: -22px;
		margin-left: -39px;
	}

	/*  comicContent_section__cv
	------------------------*/

	#comicContent_container .comicContent_section__cv_illust {
		width: 302px;
		margin: 0 auto -33px;
	}

	#comicContent_container .comicContent_section__cv_illust_balloon {
		width: 320px;
		top: 10px;
		left: -260px;
	}

	/* =====================
	  comicContent_creation
	===================== */

	#comicContent_creation .comicContent_section__tabs li.active::before {
		border-color: transparent transparent #F8B419 transparent;
	}

	#comicContent_creation .comicContent_section__manga {
		margin-bottom: 0;
	}

	#comicContent_creation .comicContent_section__manga::before,
	#comicContent_creation .comicContent_section__manga::after,
	#comicContent_creation .comicContent_section__manga_inner::before,
	#comicContent_creation .comicContent_section__manga_inner::after {
		background: #F8B419;
	}

	/* =====================
	  comicContent_howto
	===================== */

	#comicContent_howto .comicContent_section__tabs li.active {
		background: #EF6F0C;
	}

	#comicContent_howto .comicContent_section__tabs li.active::before {
		border-color: transparent transparent #EF6F0C transparent;
	}

	#comicContent_howto .comicContent_section__manga::before,
	#comicContent_howto .comicContent_section__manga::after,
	#comicContent_howto .comicContent_section__manga_inner::before,
	#comicContent_howto .comicContent_section__manga_inner::after {
		background: #EF6F0C;
	}
}
