@charset "shift_jis";

/* ======================================================
	* PC
====================================================== */
@media print,screen and (min-width: 751px) {

	/* ------------------------------------------------------
	 * contents
	------------------------------------------------------ */
	.beginning {
		margin-bottom: 55px;
		padding-top: 25px;
	}

	.icon-heading-lv2 {
		margin-bottom: 25px;
	}

	/* ----- copyright-diagram ----- */
	.copyright-diagram {
		margin-top: 60px;
	}

	.copyright-diagram figure {
		margin-left: auto;
		margin-right: auto;
		margin-top: 55px;
		text-align: center;
		width: 582px;
	}

	/* ----- copyright-moral ----- */
	.copyright-moral {
		margin-top: 55px;
	}

	.copyright-moral .heading-lv3 {
		margin-bottom: 25px;
	}

	.copyright-moral table {
		margin-bottom: 55px;
		margin-top: 55px;
	}

	.copyright-moral table thead tr th {
		background-color: #def2ff;
		border: 1px solid #85c4ec;
		font-size: 1.8rem;
		padding: 10px;
		width: 50%;
	}

	.copyright-moral table tbody tr td {
		border: 1px solid #85c4ec;
		padding-bottom: 25px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 25px;
	}

	.copyright-moral table tbody tr td:first-child {
		vertical-align: middle;
	}

	.copyright-moral table tr td b {
		font-size: 1.8rem;
	}

	.copyright-moral table .list-note {
		font-size: 1.4rem;
		margin-top: 0;
	}

	/* ----- three-rights ----- */
	.three-rights {
		display: flex;
		justify-content: space-between;
		margin-bottom: 55px;
		margin-top: 55px;
	}

	.three-rights li {
		width: 357px;
	}

	.three-rights li:nth-child(2) {
		width: 372px;
	}

	/* ------------------------------------------------------
	 * contents whats_2
	------------------------------------------------------ */
	[data-contents="whats_2"] .image01 {
		margin-bottom: 58px;
		padding-top: 60px;
		text-align: center;
	}

	/* ----- lets-see ----- */
	[data-contents="whats_2"] .lets-see {
		margin-top: 90px;
	}

	[data-contents="whats_2"] .lets-see-list {
		display: flex;
		justify-content: space-between;
	}

	[data-contents="whats_2"] .lets-see-list .each_right {
		max-width: 122px;
		width: 100%;
	}

	[data-contents="whats_2"] .lets-see-list .each_right .right_img {
		background-image: url(../img/whats_2_im13_pc.png);
		background-repeat: no-repeat;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(1) .right_img {
		background-position: left top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(2) .right_img {
		background-position: -154px top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(3) .right_img {
		background-position: -308px top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(4) .right_img {
		background-position: -462px top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(5) .right_img {
		background-position: -616px top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(6) .right_img {
		background-position: -770px top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(7) .right_img {
		background-position: -924px top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(8) .right_img {
		background-position: right top;
	}

	[data-contents="whats_2"] .lets-see-list .each_right .right_img img {
		opacity: 0;
	}

	/* ----- moral-rights ----- */
	[data-contents="whats_2"] .moral-rights {
		margin-top: 90px;
	}

	[data-contents="whats_2"] .icon-heading-lv2 {
		margin-bottom: 25px;
	}

	[data-contents="whats_2"] .moral-rights-list {
		display: flex;
		justify-content: space-between;
		margin-bottom: 55px;
		margin-top: 55px;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right {
		max-width: 380px;
		width: 100%;
	}
	
	[data-contents="whats_2"] .moral-rights-list .each_right > a {
		color:#333;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn {
		border: 2px solid #85c4ec;
		border-radius: 6px;
		cursor: pointer;
		font-size: 1.6rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		padding-bottom: 13px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 13px;
		position: relative;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn::after {
		background-image: url(../../common/img/ic_glasses02.png);
		background-size: cover;
		content: "";
		height: 19px;
		position: relative;
		right: 0px;
		top: 50%;
		width: 27px;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn span {
		text-align: center;
		width: 100%;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn i {
		width: 80px;
	}
	
	/* ------------------------------------------------------
	 * contents whats_3
	------------------------------------------------------ */
	[data-contents="whats_3"] .what-rights .icon-heading-lv2,
	[data-contents="whats_3"] .what-rights .heading-lv3 {
		margin-bottom: 25px;
		padding-top:10px;
	}

	/* ----- list-with-thumbnails ----- */
	[data-contents="whats_3"] .list-with-thumbnails {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	[data-contents="whats_3"] .list-with-thumbnails li {
		background-color: #dde8fc;
		border: 1px solid #eee;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 20px;
		padding-top: 30px;
		max-width: 582px;
		width: 100%;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_img {
		width: 180px;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_img img {
		border: 1px solid #eee;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_text {
		width: 330px;
	}
	
	[data-contents="whats_3"] .list-with-thumbnails li .list_text p b {
		display: block;
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	/* ------------------------------------------------------
	 * contents whats_4
	------------------------------------------------------ */
	[data-contents="whats_4"] section {
		margin-top: 75px;
	}

	[data-contents="whats_4"] .icon-heading-lv2 {
		margin-bottom: 25px;
	}

	/* ----- character ----- */
	[data-contents="whats_4"] .character {
		margin-bottom: 55px;
		padding-top: 60px;
	}

	/* ----- not-for-profit ----- */
	[data-contents="whats_4"] .not-for-profit {
		display: flex;
		justify-content: space-between;
		margin-bottom: 35px;
		margin-top: 35px;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit {
		max-width: 376px;
		width: 100%;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit .num {
		font-weight: bold;
		height: 67px;
		padding-left: 20px;
		position: relative;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit .num i {
		left: 0;
		position: absolute;
		top: 0;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit .list-note {
		font-size: 1.4rem;
	}

	/* ----- dubbing ----- */
	[data-contents="whats_4"] .dubbing p:nth-child(n+2) {
		margin-top: 30px;
	}
	
























	



}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 751px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 750px) {

	/* ------------------------------------------------------
	 * contents
	------------------------------------------------------ */	
	.beginning {
		margin-bottom: 35px;
		padding-top: 20px;
	}

	.icon-heading-lv2 {
		margin-bottom: 20px;
	}

	/* ----- copyright-diagram ----- */
	.copyright-diagram {
		margin-top: 38px;
	}

	.copyright-diagram figure {
		margin-top: 17px;
		text-align: center;
	}

	/* ----- copyright-moral ----- */
	.copyright-moral {
		margin-top: 46px;
	}

	.copyright-moral table {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.copyright-moral table thead tr th {
		background-color: #def2ff;
		border: 1px solid #85c4ec;
		font-size: 1.6rem;
		padding: 10px;
		width: 50%;
	}

	.copyright-moral table tbody tr td {
		border: 1px solid #85c4ec;
		padding: 14px;
	}

	.copyright-moral table tbody tr td:first-child {
		vertical-align: middle;
	}

	.copyright-moral table tr td b {
		font-size: 1.6rem;
	}

	.copyright-moral table .list-note {
		font-size: 1.2rem;
		margin-top: 0;
	}


	/* ----- three-rights ----- */
	.three-rights {
		margin-bottom: 28px;
		margin-top: 28px;
	}

	.three-rights li {
		text-align: center;
	}

	.three-rights li img {
		width: 71.3%;
	}

	.three-rights li:nth-child(n+2) {
		margin-top: 30px;
	}

	/* ------------------------------------------------------
	 * contents whats
	------------------------------------------------------ */
	[data-contents="whats"] .heading-lv3 {
		margin-bottom: 15px;
	}

	/* ------------------------------------------------------
	 * contents whats_2
	------------------------------------------------------ */
	[data-contents="whats_2"] .image01 {
		margin-bottom: 40px;
		padding-top: 25px;
	}

	/* ----- lets-see ----- */
	[data-contents="whats_2"] .lets-see {
		margin-top: 45px;
	}

	[data-contents="whats_2"] .lets-see-list {
		display: flex;
		flex-wrap: wrap;
	}

	[data-contents="whats_2"] .lets-see-list .each_right {
		margin-right: 4%;
		width: calc((100% - 8%) / 3);
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(3n) {
		margin-right: 0;
	}

	[data-contents="whats_2"] .lets-see-list .each_right:nth-child(n+4) {
		margin-top: 20px;
	}

	/* ----- moral-rights ----- */
	[data-contents="whats_2"] .moral-rights {
		margin-top: 45px;
	}

	[data-contents="whats_2"] .icon-heading-lv2 {
		margin-bottom: 20px;
	}

	[data-contents="whats_2"] .moral-rights-list {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right {
		max-width: 380px;
		width: 100%;
	}

	@media (orientation: landscape) {
		[data-contents="whats_2"] .moral-rights-list .each_right {
			max-width: initial;
		}
	}
	
	[data-contents="whats_2"] .moral-rights-list .each_right > a {
		color:#333;
		text-decoration: none;
	}
	
	[data-contents="whats_2"] .moral-rights-list .each_right:nth-child(n+2) {
		margin-top: 10px;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn {
		border: 2px solid #85c4ec;
		border-radius: 6px;
		cursor: pointer;
		font-size: 1.6rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		position: relative;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn::after {
		background-image: url(../../common/img/ic_glasses02.png);
		background-size: cover;
		content: "";
		height: 16px;
		position: relative;
		right: 0px;
		top: 50%;
		width: 22px;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn span {
		text-align: center;
		width: 100%;
	}

	[data-contents="whats_2"] .moral-rights-list .each_right .each_btn img {
		width: 65px;
	}

	/* ------------------------------------------------------
	 * contents whats_3
	------------------------------------------------------ */
	[data-contents="whats_3"] .what-rights .icon-heading-lv2,
	[data-contents="whats_3"] .what-rights .heading-lv3 {
		margin-bottom: 15px;
		padding-top:10px;
	}

	/* ----- list-with-thumbnails ----- */
	[data-contents="whats_3"] .list-with-thumbnails {
		margin-bottom: 28px;
		margin-top: 28px;
	}

	[data-contents="whats_3"] .list-with-thumbnails li {
		background-color: #dde8fc;
		border: 1px solid #eee;
		border-radius: 6px;
		display: flex;
		justify-content: space-between;
		
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 25px;
	}

	[data-contents="whats_3"] .list-with-thumbnails li:nth-child(n+2) {
		margin-top: 15px;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_img {
		width: 33%;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_img img {
		border: 1px solid #eee;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_text {
		width: 63%;
	}

	[data-contents="whats_3"] .list-with-thumbnails li .list_text p b {
		display: block;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	/* ------------------------------------------------------
	 * contents whats_4
	------------------------------------------------------ */
	[data-contents="whats_4"] section {
		margin-top: 45px;
	}

	[data-contents="whats_4"] .icon-heading-lv2 {
		margin-bottom: 15px;
	}

	/* ----- character ----- */
	[data-contents="whats_4"] .character {
		margin-bottom: 25px;
		padding-top: 25px;
	}

	/* ----- not-for-profit ----- */
	[data-contents="whats_4"] .not-for-profit {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit:nth-child(n+2) {
		margin-top: 25px;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit .num {
		font-weight: bold;
		margin-bottom: 8px;
		padding-left: 15px;
		position: relative;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit .num i {
		left: 0;
		position: absolute;
		top: 0;
	}

	[data-contents="whats_4"] .not-for-profit .each_profit .list-note {
		font-size: 1.2rem;
	}

	/* ----- dubbing ----- */
	[data-contents="whats_4"] .dubbing p:nth-child(n+2) {
		margin-top: 20px;
	}

	













}

/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 750px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}