@charset "UTF-8";


/*@group hover */

 a {
	 opacity: 1;
	 transform: scale(1);
	 transition : opacity 0.15s ease-out,transform 0.2s;
	 cursor: pointer;
 }
 
 a:hover {
	 opacity: 0.9;
	 transform: scale(1.1);
	 cursor: pointer;
 }
 
.about a img, .information a img, #result-2021 a img, #ranking-2021 a img, #interview-2021 a img, #ranking-100 a img, #overlay a img, #overlay .button img {
	 transform: scale(1);
	 transition : transform 0.2s ease-out;
	 cursor: pointer;
 }
 
.about a img:hover,.information a img:hover, #result-2021 a img:hover, #ranking-2021 a img:hover, #interview-2021 a img:hover, #ranking-100 a img:hover, #overlay a img:hover, #overlay .button img:hover {
	 transform: scale(1.1);
	 cursor: pointer;
 }
 
/* @end */


/*@group fadein */
	.fadein {
		opacity : 0;
		transform : translate(0, 60px);
		transition : all 0.5s ease-out;;
		}
	.scrollin {
		opacity : 1;
		transform : translate(0, 0);
		}
		
/* @end */

.bg-kirakira {
/* 	background: url(../images/2021/shared/bg-kirakira.png) repeat-y top center;
	background-size: 90%;
	transition : all 0.1s; */
	opacity: 0;
	transition : opacity 1s ease-out;
	transition-delay: 0.5s;
}

.bg-kirakira2 {
	background: url(../images/2021/shared/bg-kirakira.png) repeat-y center top;
	background-size: 90%;
	transition : background-position 0.1s, opacity 0.5s ease-out;
	position: fixed;
	top:0;
	width:100%;
	height:100%;
	opacity: 0;
	margin:auto;
	max-width:1200px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}





body.result {
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
	}

.production header.main .hero {
	position: relative;
	}

.production header.main .block-sns {
	position: absolute;
	top: 446px;
	}

.production header.main .hero .button {
	position: absolute;
	top: 340px;
	right: 20px;
	}

.production header.main .hero .button img {
	width: 123px;
	}

.production .button-group-std {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	}

.production .button-group-std .button-small {
	max-width: 413px;
	margin: 0 1em;
	}

.production .button-group-std .button-small img {
	width: 100%;
	}


header.main {
	margin: 3% auto 0;
	width: 100%;
	max-width: 740px;
	}

header.main .page-title img {
	margin: auto;
	width: 100%;
	}

/* @group page-header */

.result .page-header {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding: 0 10%;
	background: #ffe100;
	z-index: 100;
	}

.result.result-index .page-header {
	top:-140px;
	transition : all 0.3s ease-out;;
	}

.result .page-header .button-back-to-top {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 114px;
	min-width: 74px;
	max-height: 141px;
	width: 8vw;
	height: auto;
	}

.result .page-header .button-back-to-top a {
	display: block;
	width: 100%;
	}

.result .page-header .button-back-to-top img {
	display: block;
	width: 100%;
	}

.result .page-header .content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	}

.result .page-header .content .site-logo {
	display: flex;
	justify-content: center;
	/* align-items: center;
	position: absolute;
	top: 0;
	left: 0; */
	width: 24%;
	height: auto;
	min-width:180px;
	}

.result .page-header .content .site-logo img {
	display: block;
	width: 100%;
	height: auto;
	}

.result .page-header .content .back {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	max-width:72px;
	min-width:68px;
	height: 100%;
}

.result .page-header .content .back img {
	display: block;
	width: 100%;
	height: auto;
}

.result .page-header .content nav .back{
width:72px;	
}

.result .page-header .content nav {
	position: absolute;
	top: 0;
	right: 5%;
	width: 50%;
	height: 100%;
	}

.result .page-header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	}

.result .page-header nav li {
	width: 32.22%;
	}

.result .page-header nav a {
	display: block;
	position: relative;
	width: 100%;
	}

.result .page-header nav img {
	display: block;
	width: 100%;
	height: auto;
	}



.page-header .drawer-hamburger {
	display: block;
	box-sizing: content-box;
	position: absolute;
	top: 34.84%;
	right: 14.65%;
	width: 10.34%;
	height: 31.81%;
	padding: 0;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background: transparent;
	z-index: 100;
	}

.page-header .drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent
	}

.page-header .drawer-hamburger-icon {
	position: relative;
	display: block;
	height: 2px;
	background-color: #ffffff;
	}

.page-header .drawer-hamburger-icon:after,
.page-header .drawer-hamburger-icon:before {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #ffffff;
	}

.page-header .drawer-hamburger-icon:after,
.page-header .drawer-hamburger-icon:before {
	position: absolute;
	top: -7px;
	left: 0;
	content: ' '
	}

.page-header .drawer-hamburger-icon:after {
	top: 7px
	}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent
	}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0
	}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
	}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #ffffff;
	}

/* @end */

/* @group nav-ranking */

.nav-ranking {
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	transform: translateY(-500px);
	transition : all 0.3s ease-out;
	}

.drawer-open .nav-ranking {
	opacity: 1;
	transform: translateY(0);
	}

.nav-ranking nav {
	padding: 140px 0 32px;
	background: #fdfabe;
	}

.nav-ranking nav .heading {
	max-width: 646px;
	width: 90.98%;
	margin: 0 auto 32px;
	}

.nav-ranking nav .heading img {
	width: 100%;
	height: auto;
	}

.nav-ranking nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 710px;
	margin: 0 auto;
	}

.nav-ranking nav li {
	max-width: 114px;
	width: 16.05%;
	margin: 0 0 22px;
	}

.nav-ranking nav li a {
	display: block;
	border: 3px solid #f37a0e;
	border-radius: 14px;
	background: #ffffff;
	box-: 0px 1px 6px rgba(102,102,102,0.6);
	}

.nav-ranking nav li a img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

.nav-ranking nav li.data,
.nav-ranking nav li.top-100 {
	max-width: 220px;
	width: 30.98%;
	}

.nav-ranking nav li.data img,
.nav-ranking nav li.top-100 img {
	width: 84%;
	}

.nav-ranking nav li.data {
	margin: 0 0 0 10%;
	}

.nav-ranking nav li.top-100 {
	margin: 0 10% 0 0;
	}

/* @end */

/* @group nav-bottom */

.nav-bottom {
	display: none;
	}

/* @end */



/* @group youtube */

section.youtube {
	margin: 140px auto 0;
	width:85%;
	max-width:720px;
	
}

section.youtube .youtube-title{
	display: flex;
	justify-content: center;
	margin-bottom: 2.5em;
}

section.youtube .youtube-title img{
	width:90%;
	max-width:430px;
}

section.youtube .movie{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	width:100%;
}

section.youtube .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group about */

section.about {
	margin: 90px 0 0;
	border-bottom: 20px solid #e60012;
	}


section.about .button-group-std {
	margin: 0 auto 100px;
	}
	
section.about .banner {
	margin: 0 auto 100px;

	}
	
section.about .banner img{
	width:100%;
	max-width: 510px;
	}

section.about .tabloid {
	max-width: 480px;
	margin: 0 auto 140px;
	}

section.about .tabloid .thumbnail {
	width: 41.43%;
	text-align: center;
	}

section.about .tabloid .thumbnail img {
	display: block;
	width: 72%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #aaaaaa;
	}

section.about .tabloid a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-decoration: none;
	text-align: left;
	}

section.about .tabloid dl {
	width: 58.57%;
	}

section.about .tabloid dt {
	margin: 0 0 0.4em;
	text-decoration: underline;
	}

section.about .heading {
	}

section.about .description {
	max-width: 740px;
	margin: 78px auto 0;
	font-size: 22px;
	line-height: 2.27;
	}

/* @end */


/* @group result */

#result-2021 .book {
	padding: 120px 10% 0;
	}

#result-2021 .book .fluid-columns {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 300px;
	}

#result-2021 .book:after {
	content: '';
	display: block;
	max-width: 740px;
	width: 100%;
	height: 2px;
	background: #e60012;
	margin: 0 auto;
	}

#result-2021 .book:nth-last-of-type(1):after {
	display: none;
	}

#result-2021 .book .book-content {
	max-width: 420px;
	margin: 0 6.66% 0 0;
	}

#result-2021 .book .header {
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
	}

#result-2021 .book .header .title {
	width: 49.04%;
	}

#result-2021 .book .header .title img {
	width: 100%;
	height: auto;
	}


#result-2021 .book .header .artwork {
	width: 42.38%;
	padding: 30px 0 0;
	}

#result-2021 .book .header .artwork img {
	width: 100%;
	height: auto;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#result-2021 .book .book-content .description {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.36;
	}

#result-2021 .book .aside {
	max-width: 420px;
	}

#result-2021 .book .aside .comments {
	padding: 30px 0 0;
	color: #3b3b3b;
	}

#result-2021 .book .aside .comment {
	margin: 0 0 2em;
	}

#result-2021 .book .aside .comment dl {
	
	}

#result-2021 .book .aside .comment dt {
	margin: 0 0 0.6em;
	font-size: 20px;
	font-weight: 600;
	}

#result-2021 .book .aside .comment dt::before {
	content: '';
	display: inline-block;
	width: 52px;
	height: 52px;
	margin: 0 1em -0.1em 0;
	background: url(../images/2021/shared/balloon_1.png) no-repeat 0 0;
	background-size: 52px;
	}

#result-2021 .book .aside .comment:nth-of-type(2n) dt::before {
	background: url(../images/2021/shared/balloon_2.png) no-repeat 0 0;
	background-size: 52px;
	}

#result-2021 .book .aside .comment dd {
	font-size: 22px;
	line-height: 2.36;
	}

#result-2021 .book .aside .interview {
	
	}

#result-2021 .book .aside .buy-online {
	margin: 120px 0 0;
	text-align: center;
	}

#result-2021 .book .aside .buy-online img {
	width: auto;
	height: 71px;
	}

#result-2021 .book-1 {
	display: block;
	margin: 0 0 0;
	}

#result-2021 .book-1 .fluid-columns {
	display: block;
	max-width: 740px;
	width: auto;
	margin: 0 auto 0;
	padding: 0 0 120px;
	}

#result-2021 .book-1 .book-content {
	width: auto;
	max-width: 100%;
	margin: 0;
	}

#result-2021 .book-1 .header {
	display: block;
	width: auto;
	margin: 0 auto 80px;
	}

#result-2021 .book-1 .header .title {
	width: auto;
	text-align: center;
	}

#result-2021 .book-1 .header .title {
	max-width: 652px;
	margin: 0 auto;
	}

#result-2021 .book-1 .header .title img {
	width: 100%;
	height: auto;
	}

#result-2021 .book-1 .header .artwork {
	max-width: 655px;
	width: auto;
	margin: 0 auto;
	padding: 26px 0 0;
	text-align: center;
	}

#result-2021 .book-1 .header .artwork img {
	width: 100%;
	height: auto;
	box-shadow: none;
	}

#result-2021 .book-1 .book-content .description {
	text-align: center;
	}

#result-2021 .book-1 .aside {
	width: 100%;
	max-width: 100%;
	}

#result-2021 .book-1 .aside .comments {
	padding: 78px 0 0;
	}

#result-2021 .book-1 .aside .interview {
	margin: 100px 0 0;
	text-align: center;
	}

#result-2021 .book-1 .aside .buy-online {
	margin: 50px 0 0;
	}

#result-2021 .book.book-1 .fluid-columns::after {
	display: none;
	}


#result-2021 .book .fluid-columns::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	left: 0;
	bottom: 0;
	background: url(../images/2021/result/illustration_1.png) no-repeat 100px 20px;
	background-size: auto 140px;
	}

#result-2021 .book-2 .fluid-columns::after {
	background: url(../images/2021/result/illustration_1.png) no-repeat 100px 50px;
	background-size: auto 150px;
	}

#result-2021 .book-3 .fluid-columns::after {
	background: url(../images/2021/result/illustration_2.png) no-repeat 100px 0;
	background-size: auto 160px;
	}

#result-2021 .book-4 .fluid-columns::after {
	background: url(../images/2021/result/illustration_3.png) no-repeat 100px 70px;
	background-size: auto 130px;
	}

#result-2021 .book-5 .fluid-columns::after {
	background: url(../images/2021/result/illustration_4.png) no-repeat 180px 30px;
	background-size: auto 150px;
	}

#result-2021 .book-6 .fluid-columns::after {
	background: url(../images/2021/result/illustration_5.png) no-repeat 50px 0;
	background-size: auto 150px;
	}

#result-2021 .book-7 .fluid-columns::after {
	background: url(../images/2021/result/illustration_6.png) no-repeat 150px 50px;
	background-size: auto 150px;
	}

#result-2021 .book-8 .fluid-columns::after {
	background: url(../images/2021/result/illustration_7.png) no-repeat 50px 0;
	background-size: auto 150px;
	}

#result-2021 .book-9 .fluid-columns::after {
	background: url(../images/2021/result/illustration_8.png) no-repeat 50px 0;
	background-size: auto 150px;
	}

#result-2021 .book-10 .fluid-columns::after {
	background: url(../images/2021/result/illustration_9.png) no-repeat 50px 0;
	background-size: auto 160px;
	}


/* @end */

/* @group ranking */

#ranking-2021 .hero {
	position: relative;
	box-sizing: border-box;
	padding: 120px 10% 100px;
	}

#ranking-2021 .hero .page-title {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
	}

#ranking-2021 .hero .page-title img {
	width: 100%;
	}

#ranking-2021 nav.local {
	margin: 34px auto 0;
	}

#ranking-2021 nav.local .category {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 710px;
	margin: 0 auto 0;
	}

#ranking-2021 nav.local .category li {
	width: 17.04%;
	}

#ranking-2021 nav.local .category li a {
	display: block;
	}

#ranking-2021 nav.local .category li img {
	display: block;
	width: 100%;
	height: auto;
	}

#ranking-2021 nav.local .other {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 440px;
	width: 58.87%;
	margin: 22px auto 0;
	}

#ranking-2021 nav.local .other li {
	width: 44.65%;
	}

#ranking-2021 nav.local .other li a {
	display: block;
	}

#ranking-2021 nav.local .other li img {
	display: block;
	width: 100%;
	height: auto;
	}

#ranking-2021 .ranking-category {
	}

#ranking-2021 .ranking-category .header {
	max-width: 900px;
	margin: 0 auto 97px;
	background: #f37a0e;
	}

#ranking-2021 .ranking-category .header .title {
	}

#ranking-2021 .ranking-category .header .title img {
	display: block;
	margin: 0 auto;
	}

#ranking-2021 .ranking-category .content {
	max-width: 900px;
	margin: 0 auto;
	}

#ranking-2021 .ranking-category .ranking {
	margin: 0 0 120px;
	}

#ranking-2021 .ranking-category .ranking .book {
	}

#ranking-2021 .ranking-category .ranking .book .artwork-group {
	}

#ranking-2021 .ranking-category .ranking .buy-online {
	text-align: center;
	}

#ranking-2021 .ranking-category .ranking .book.fluid-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 900px;
	margin: 0 0 70px;
	}

#ranking-2021 .ranking-category .ranking .book.fluid-columns .artwork-group {
	display: flex;
	justify-content: space-between;
	max-width: 380px;
	}

#ranking-2021 .ranking-category .ranking .book.fluid-columns .artwork-group .artwork {
	width: 42.38%;
	}

#ranking-2021 .ranking-category .ranking .book.fluid-columns .artwork-group .artwork img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#ranking-2021 #by-authors {
	padding: 0 0 40px;
	}

#ranking-2021 #by-authors .ranking-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	}

#ranking-2021 #by-authors .ranking-row.single {
	justify-content: center;
	}

#ranking-2021 #by-authors .ranking {
	width: 46.6%;
	max-width: 420px;
	margin: 0 0 80px;
	}

#ranking-2021 #by-authors .ranking-row.single .ranking {
	width: 61.7%;
	max-width: 556px;
	}

#ranking-2021 #by-authors .book {
	margin: 0 0 50px;
	text-align: center;
	}

#ranking-2021 #by-authors .book.book-small {
	width: 43.80%;
	margin: 0 auto 50px;
	}

#ranking-2021 #by-authors .book .title img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

#ranking-2021 #by-genre {
	padding: 0 0 0;
	}

#ranking-2021 #by-genre .ranking-sub-category {
	position: relative;
	margin: 0 auto 100px;
	}
	
#ranking-2021 #by-genre .ranking-sub-category.last {
	position: relative;
	margin: 0 auto 0;
}

#ranking-2021 #by-genre .ranking-sub-category::after {
	content: '';
	display: block;
	max-width: 740px;
	width: 100%;
	height: 2px;
	background: #f37a0e;
	margin: 0 auto;
	}

#ranking-2021 #by-genre .ranking-sub-category:nth-last-of-type(1)::after {
	display: none;
	}

#ranking-2021 #by-genre .header-sub-category {
	}

#ranking-2021 #by-genre .header-sub-category .title {
	width: 44.44%;
	max-width: 400px;
	margin: 0 auto 100px;
	border: 2px solid #f37a0e;
	background: #ffffff;
	}

#ranking-2021 #by-genre .header-sub-category .title img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 70px;
	margin: 0 auto;
	}

#ranking-2021 #by-genre .ranking-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}

#ranking-2021 #by-genre .ranking-row.single {
	justify-content: center;
	}

#ranking-2021 #by-genre .ranking {
	width: 42.22%;
	max-width: 420px;
	margin: 0 0 100px;
	}

#ranking-2021 #by-genre .ranking-row.single .ranking {
	width: 46.6%;
	max-width: 380px;
	}


#ranking-2021 #by-genre .book {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 50px;
	}

#ranking-2021 #by-genre .book .title {
	width: 48.68%;
	}

#ranking-2021 #by-genre .book .title img {
	display: block;
	width: 100%;
	}

#ranking-2021 #by-genre .book .artwork-group {
	width: 37.36%;
	}

#ranking-2021 #by-genre .book .artwork {
	width: 100%;
	}

#ranking-2021 #by-genre .book .artwork img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#ranking-2021 #by-genre .ranking .buy-online {
	width: 62.63%;
	margin: 0 auto;
	}

#ranking-2021 #by-genre .ranking .buy-online img {
	width: 100%;
	height: auto;
	}

#ranking-2021 #by-grade {
	padding: 0 0 0;
	}

#ranking-2021 #by-grade .ranking {
	overflow: scroll;
	overflow: auto;
	width: 100%;
	margin: 0 0 100px;
	overflow-y: hidden;
	}

#ranking-2021 #by-grade .sticky-table {
	max-width: 900px;
	}

#ranking-2021 #by-grade .sticky-table th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	}

#ranking-2021 #by-grade .sticky-table thead {
	}

#ranking-2021 #by-grade .sticky-table thead th {
	padding: 0 0 26px;
	text-align: center;
	}

#ranking-2021 #by-grade .sticky-table thead img {
	width: auto;
	height: 42px;
	}

#ranking-2021 #by-grade .sticky-table tbody {
	text-align: center;
	}

#ranking-2021 #by-grade .sticky-table tbody th {
	padding: 8px 14px 8px 0;
	}

#ranking-2021 #by-grade .sticky-table tbody th img {
	width: 36px;
	height: auto;
	}

#ranking-2021 #by-grade .sticky-table tbody td {
	padding: 8px 14px;
	}

#ranking-2021 #by-grade .sticky-table tbody td img {
	width: auto;
	height: 136px;
	border: 1px solid #aaaaaa;
	}

#ranking-2021 #by-grade table .meta {
	display: none;
	}



#ranking-2021 #by-gender {
	margin: 0 0 100px;
	}

#ranking-2021 #by-gender .ranking {
	width: 100%;
	margin: 0 0 100px;
	}

#ranking-2021 #by-gender table {
	max-width: 480px;
	margin: 0 auto;
	}

#ranking-2021 #by-gender table thead {
	}

#ranking-2021 #by-gender table thead th {
	padding: 0 0 26px;
	text-align: center;
	}

#ranking-2021 #by-gender table thead img {
	width: auto;
	height: 42px;
	}

#ranking-2021 #by-gender table tbody {
	text-align: center;
	}

#ranking-2021 #by-gender table tbody th {
	padding: 8px 14px 8px 0;
	}

#ranking-2021 #by-gender table tbody th img {
	width: 36px;
	height: auto;
	}

#ranking-2021 #by-gender table tbody td {
	padding: 8px 30px;
	}

#ranking-2021 #by-gender table td:last-child {
	padding: 8px 60px 8px 30px;
	}

#ranking-2021 #by-gender table tbody td img {
	width: auto;
	height: 136px;
	border: 1px solid #aaaaaa;
	}

#ranking-2021 #by-gender table .meta {
	display: none;
	}


#ranking-2021 #data {
	}

#ranking-2021 #data .data {
	max-width: 860px;
	margin: 0 auto 100px;
	}

#ranking-2021 #data .data .title {
	width: 44.44%;
	max-width: 400px;
	margin: 0 auto 100px;
	border: 2px solid #f37a0e;
	background: #ffffff;
	}

#ranking-2021 #data .data .title img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 70px;
	margin: 0 auto;
	}

#ranking-2021 #data .data .figure img {
	max-width: 100%;
	}

#ranking-2021 #top-100 {
	margin: 0 0 160px;
	}

#ranking-2021 #top-100 .heading {
	max-width: 390px;
	width: 43.33%;
	margin: 0 auto 50px;
	}

#ranking-2021 #top-100 .heading img {
	width: 100%;
	height: auto;
	}

#ranking-2021 #top-100 .figure {
	width: 100%;
	margin: 0 auto 100px;
	}

#ranking-2021 #top-100 .figure img {
	display: block;
	width: 100%;
	height: auto;
	}

#ranking-2021 #top-100 .button {
	max-width: 408px;
	width: 45.33%;
	margin: 0 auto;
	}

#ranking-2021 #top-100 .button a {
	display: block;
	border: 4px solid #f37a0e;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0px 1px 6px rgba(102,102,102,0.6);
	}

#ranking-2021 #top-100 .button a img {
	display: block;
	width: 71.07%;
	margin: 0 auto;
	}


/* @end */

/* @group interview */

#interview-2021 {
	margin: 0 0 76px;
	border-bottom: 2px solid #ffe100;
	}

#interview-2021 .hero {
	position: relative;
	box-sizing: border-box;
	padding: 120px 10% 100px;
	}

#interview-2021 .hero .page-title {
	display: block;
	max-width: 900px;
	margin: 0 auto 76px;
	text-align: center;
	}

#interview-2021 .hero .page-title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

#interview-2021 .hero .description {
	max-width: 740px;
	margin: 0 auto;
	}

#interview-2021 .hero .description p {
	font-size: 24px;
	line-height: 2.16;
	}

#interview-2021 .section {
	max-width: 740px;
	margin: 0 auto 180px;
	}

#interview-2021 .section.last {
	margin: 0 auto 130px;
	}

#interview-2021 .section .heading {
	width: 54.86%;
	margin: 0 auto 4em;
	}

#interview-2021 .section .heading img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	}

#interview-2021 .section .question {
	margin: 0 0 3em;
	font-size: 24px;
	font-weight: 600;
	line-height: 2.16;
	}

#interview-2021 .section .content {
	font-size: 24px;
	line-height: 2.16;
	}

#interview-2021 .section .content p {
	margin: 0 0 2em;
	}

#interview-2021 .section .figure {
	margin: 0 auto 2em;
	text-align: center;
	}
	
#interview-2021 .section .figure .caption{
	font-size: 22px;
}

#interview-2021 .reference {
	max-width: 740px;
	margin: 0 auto 40px;
	}

#interview-2021 .reference .fluid-columns{
	display: flex;
	justify-content: space-between;
	}

#interview-2021 .reference .book {
	max-width: 340px;
	width: 45.94%;
	}

#interview-2021 .reference .book .artwork {
	max-width: 196px;
	width: 57.64%;
	margin: 0 auto 40px;
	}

#interview-2021 .reference .book .artwork img {
	width: 100%;
	height: auto;
	border: 1px solid #aaaaaa;
	}

#interview-2021 .reference .book .title {
	margin: 0 0 1em;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	}

#interview-2021 .reference .book .meta {
	width: 67.64%;
	margin: 0 auto 2em;
	font-size: 16px;
	line-height: 1.4;
	}

#interview-2021 .reference .book .buy-online {
	width: 68.82%;
	margin: 0 auto 1em;
	}

#interview-2021 .reference .book .buy-online img{
	width: 100%;
	margin: 0 auto 1em;
	}

#interview-2021 .credit {
	max-width: 740px;
	margin: 0 auto 200px;
	text-align: right;
	}

#interview-2021 .profile {
	max-width: 740px;
	margin: 0 auto 120px;
	}

#interview-2021 .profile .heading {
	width: 25.13%;
	margin: 0 auto 42px;
	}

#interview-2021 .profile .heading img {
	width: 100%;
	height: auto;
	}

#interview-2021 .profile p {
	font-size: 20px;
	line-height: 2.6;
	}

#interview-2021 .series {
	max-width: 900px;
	margin: 0 auto 120px;
	}

#interview-2021 .series .heading {
	background: #febe23;
	margin: 0 0 80px;
	}

#interview-2021 .series .heading img {
	display: block;
	max-width: 421px;
	margin: 0 auto;
	}

#interview-2021 .series .series-list {
	display: flex;
	flex-wrap: wrap;
	}

#interview-2021 .series .series-list li {
	display: block;
	width: 20%;
	}

#interview-2021 .series .series-list li a {
	display: block;
	width: 82.22%;
	margin: 0 auto 14%;
	}

#interview-2021 .series .series-list li img {
	width: 100%;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#interview-2021 .series .series-list .meta {
	display: none;
}

#interview-2021 .ending {
	max-width: 740px;
	margin: 0 auto 120px;
	}

#interview-2021 .ending .figure {
	max-width: 398px;
	width: 53.78%;
	margin: 0 auto 64px;
	}

#interview-2021 .ending .figure img {
	width: 100%;
	height: auto;
	}

#interview-2021 .ending .button {
	max-width: 398px;
	width: 53.78%;
	margin: 0 auto 64px;
	}

#interview-2021 .ending .button img {
	width: 100%;
	height: auto;
	}

/* @end */

/* @group ranking-100 */

#ranking-100 {
	margin: 0 0 76px;
	border-bottom: 2px solid #ffe100;
	}

#ranking-100 .hero {
	position: relative;
	box-sizing: border-box;
	padding: 120px 10% 100px;
	}

#ranking-100 .hero .page-title {
	display: block;
	max-width: 900px;
	margin: 60px auto 76px;
	text-align: center;
	}

#ranking-100 .hero .page-title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

#ranking-100 .hero .description {
	max-width: 740px;
	margin: 0 auto;
	}

#ranking-100 .hero .description p {
	font-size: 24px;
	line-height: 2.16;
	}

#ranking-100 .section {
	max-width: 740px;
	margin: 0 auto 180px;
	}

#ranking-100 .section.last {
	margin: 0 auto 130px;
	}

#ranking-100 .section .heading {
	width: 54.86%;
	margin: 0 auto 4em;
	}

#ranking-100 .section .heading img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	}

#ranking-100 .section .question {
	margin: 0 0 3em;
	font-size: 24px;
	font-weight: 600;
	line-height: 2.16;
	}

#ranking-100 .section .content {
	font-size: 24px;
	line-height: 2.16;
	}

#ranking-100 .section .content p {
	margin: 0 0 2em;
	}

#ranking-100 .section .figure {
	margin: 0 auto 2em;
	text-align: center;
	}
	
#ranking-100 .section .figure .caption{
	font-size: 22px;
}

#ranking-100 .reference {
	max-width: 740px;
	margin: 0 auto 40px;
	}

#ranking-100 .reference .fluid-columns{
	display: flex;
	justify-content: space-between;
	}

#ranking-100 .reference .book {
	max-width: 340px;
	width: 45.94%;
	}

#ranking-100 .reference .book .artwork {
	max-width: 196px;
	width: 57.64%;
	margin: 0 auto 40px;
	}

#ranking-100 .reference .book .artwork img {
	width: 100%;
	height: auto;
	border: 1px solid #aaaaaa;
	}

#ranking-100 .reference .book .title {
	margin: 0 0 1em;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	}

#ranking-100 .reference .book .meta {
	width: 67.64%;
	margin: 0 auto 2em;
	font-size: 16px;
	line-height: 1.4;
	}

#ranking-100 .reference .book .buy-online {
	width: 68.82%;
	margin: 0 auto 1em;
	}

#ranking-100 .reference .book .buy-online img{
	width: 100%;
	margin: 0 auto 1em;
	}

#ranking-100 .credit {
	max-width: 740px;
	margin: 0 auto 200px;
	text-align: right;
	}

#ranking-100 .profile {
	max-width: 740px;
	margin: 0 auto 120px;
	}

#ranking-100 .profile .heading {
	width: 25.13%;
	margin: 0 auto 42px;
	}

#ranking-100 .profile .heading img {
	width: 100%;
	height: auto;
	}

#ranking-100 .profile p {
	font-size: 20px;
	line-height: 2.6;
	}

#ranking-100 .series {
	max-width: 900px;
	margin: 0 auto 120px;
	}

#ranking-100 .series .heading {
	background: #febe23;
	margin: 0 0 80px;
	}

#ranking-100 .series .heading img {
	display: block;
	max-width: 421px;
	margin: 0 auto;
	}

#ranking-100 .series .series-list {
	display: flex;
	flex-wrap: wrap;
	}

#ranking-100 .series .series-list li {
	display: block;
	width: 20%;
	}

#ranking-100 .series .series-list li a {
	display: block;
	width: 82.22%;
	margin: 0 auto 14%;
	}

#ranking-100 .series .series-list li img {
	width: 100%;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#ranking-100 .series .series-list .meta {
	display: none;
}

#ranking-100 .ending {
	max-width: 740px;
	margin: 0 auto 120px;
	}

#ranking-100 .ending .figure {
	max-width: 398px;
	width: 53.78%;
	margin: 0 auto 64px;
	}

#ranking-100 .ending .figure img {
	width: 100%;
	height: auto;
	}

#ranking-100 .ending .button {
	max-width: 398px;
	width: 53.78%;
	margin: 0 auto 64px;
	}

#ranking-100 .ending .button img {
	width: 100%;
	height: auto;
	}
	
.ranking-100 .ending .button a {
	display: block;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0px 1px 6px rgba(102,102,102,0.6);
	}

.ranking-100 .ending .button a img {
	display: block;
	width: 71.07%;
	margin: 0 auto;
	}

/* @end */

/* @group information */

section.information {
	width: 100%;
	padding: 120px 0;
	border-top: 10px solid #e60012;
	background: #fdfabe;
	}

section.information.ranking {
	border-top: 20px solid #f37a0e;
	}

section.information .content {
	padding: 0 10%;
	}

section.information .tabloid {
	max-width: 480px;
	margin: 100px auto 140px;
	}

section.information .tabloid .thumbnail {
		width: 41.43%;
		text-align: center;
		}
	
section.information .tabloid .thumbnail img {
	display: block;
	width: 72%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #aaaaaa;
	}

section.information .tabloid a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-decoration: none;
	text-align: left;
	}

section.information .tabloid dl {
	width: 58.57%;
	}

section.information .tabloid dt {
	margin: 0 0 0.4em;
	text-decoration: underline;
	}


section.information .heading {
	margin: 0 0 150px;
	text-align: center;
	}

section.information .fluid-columns {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	}

section.information .fluid-columns .column {
	max-width: 420px;
	}
	
section.information .fluid-columns .column-left {
	padding-right: 5%;
	}

section.information .fluid-columns .button dt {
	margin: 0 0 1.4em;
	}

section.information .fluid-columns .button dt img {
	display: block;
	width: 82.14%;
	height: auto;
	margin: 0 auto;
	}

section.information .fluid-columns .button dd img {
	display: block;
	width: 100%;
	height: auto;
	}

section.information .fluid-columns .tabloid {
	}

section.information .fluid-columns .tabloid .thumbnail {
	width: 41.43%;
	text-align: center;
	}

section.information .fluid-columns .tabloid .thumbnail img {
	display: block;
	width: 72%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #aaaaaa;
	}

section.information .fluid-columns .tabloid a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-decoration: none;
	}

section.information .fluid-columns .tabloid dl {
	width: 58.57%;
	}

section.information .fluid-columns .tabloid dt {
	margin: 0 0 0.4em;
	text-decoration: underline;
	}

section.information .banner {
	max-width: 740px;
	margin: 150px auto 0;
	}

section.information .banner img {
	width: 100%;
	height: auto;
	}
	
section.information .download {
	margin: 150px auto 0;
}

section.information .download .heading {
	margin: 0 0 30px;
	text-align: center;
}

section.information .download .caption {
	text-align: center;
}

section.information .download .caption dt {
	font-weight: 600;
	margin: 0 0 25px;
}

section.information .download ul {
	margin: 50px auto 0;
	flex-wrap: wrap;
	max-width: 740px;
}

section.information .download li {
	text-align: center;
	margin: 0 10px 50px;
}

section.information .download li img{
	margin: 0 0 5px;
}

section.information .download li {
	transform: scale(1);
 	transition : transform 0.2s ease-out;
 	cursor: pointer;
 }

section.information .download li:hover {
	transform: scale(1.1);
	 cursor: pointer;
 }

section.information .download li img:hover {
	transform: scale(1);
	cursor: pointer;
 }
 
 section.information .download li a {
 	text-decoration: none;
 }
 
 


/* @end */

/* @group cf */

section.cf {
	max-width: 900px;
	margin: 150px auto 0;
	text-align: center;
}

section.cf .heading{
	margin: 0 auto 2em;
	text-align: center;
}

section.cf .cf-img{
	margin: 0 auto 2em;
}

section.cf .cf-img img{
	border-radius: 1em;
	box-shadow: 0px 1px 6px rgba(102,102,102,0.6);
}

section.cf dt {
	font-weight: 600;
	margin: 0 0 15px;
}

section.cf a img{
	transform: scale(1);
	transition : transform 0.2s ease-out;
	cursor: pointer;
	opacity: 1;
 }

section.cf a img:hover {
	transform: scale(1.1);
	cursor: pointer;
	opacity: 0.8;
 }


/* @end */

/* @group backnumber */

section.backnumber {
	max-width: 900px;
	margin: 150px auto 0;
	}

section.backnumber .fluid-columns {
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
	}

section.backnumber .heading {
	width: 420px;
	max-width: 420px;
	text-align: center;
	}

section.backnumber .heading img {
	width: 68%;
	height: auto;
	}

section.backnumber .button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 420px;
	margin: 34px 0 0;
	}

section.backnumber .button-group .button-small {
	width: 45.7%;
	}

section.backnumber .button-group .button-large {
	width: 100%;
	}

section.backnumber .button-group .button img {
	width: 100%;
	height: auto;
	}

/* @end */

/* @group modal */

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#overlay {
	/*display: block;*/
	}

.page-overlay.ranking {
	position: fixed;
	}

.page-overlay.ranking .background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #ffe100;
	cursor: pointer;
	}

.page-overlay.ranking .overlay-content {
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	margin: 0;
	}

.page-overlay.ranking .overlay-content .button-close {
	position: absolute;
	top: -20px;
	right: 20%;
	}

.page-overlay.ranking .overlay-content .button-close:hover {
	cursor: pointer;
	}

.page-overlay.ranking .overlay-content .button-close img {
	display: block;
	width: 4.66%;
	width: 42px;
	}

.page-overlay.ranking .overlay-content .book {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	padding: 6%;
	background: #f4f4f4;
	}

.page-overlay.ranking .overlay-content .book .column {
	width: 46.6%;
	max-width: 420px;
	/*padding: 5.55% 0;*/
	}

.page-overlay.ranking .overlay-content .book .column-left {
	text-align: right;
	}

.page-overlay.ranking .overlay-content .book .artwork {
	display: inline-block;
	width: 71.90%;
	height: 71.90%;
	max-width: 302px;
	}

.page-overlay.ranking .overlay-content .book .artwork img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 302px;
	border: 1px solid #aaaaaa;
	}

.page-overlay.ranking .overlay-content .book .meta {
	margin: 0 0 2em;
	}

.page-overlay.ranking .overlay-content .book .meta dt {
	margin: 0 0 1em;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	}

.page-overlay.ranking .overlay-content .book .meta dd {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	}

/* @end */

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

.production header.main .block-sns {
	width: 20.1111111111111vw;
	height: 12.2222222222222vw;
	position: absolute;
	top: 56.1111111111111vw;
	background-size: 20.1111111111111vw auto;
	z-index: 10;
	}


.production header.main .hero .button {
	top: 47vw;
	right: 6vw;
	}

.production header.main .hero .button img {
	width: 13.6666666666667vw;
	}

}


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


.bg-kirakira {
/* 	background: url(../images/2021/shared/bg-kirakira-mobile.png) repeat-y top center;
	background-size: 100%;
	transition : all 0.1s; */
}

.bg-kirakira2 {
	background: url(../images/2021/shared/bg-kirakira-mobile.png) repeat-y center top;
	background-size: 100%;
	transition : background-position 0.1s, opacity 0.5s ease-out;
	position: fixed;
	top:0;
	width:100%;
	height:100%;
	opacity: 0;
	margin:auto;
	max-width:1200px;
	left: 50%;
	transform: translate(-50%, 0);
}

.production header.main {
	width: 100%;
	height: auto;
	background-image: none;
	margin: 0;
	position: relative;
	}


.production header.main .hero .button {
	position: absolute;
	top: 102vw;
	right: 1vw;
	}

.production header.main .hero .button img {
	width: 19.6666666666667vw;
	}

header.main .page-title img {
	margin: auto;
	width: 100%;
	}

.production header.main .sns .block-sns {
	width: 31.5625vw;
	height: 19.375vw;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/sp-2021/sns-icon-bg.png) no-repeat right top;
	background-size: 31.5625vw auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	}



.production .button-group-std {
	display: block;
	justify-content: space-between;
	max-width: 510px;
	margin: 0 auto;
	}

.production .button-group-std .button-small {
	max-width: 510px;
	margin: 0 0 20px;
	}

.production .button-group-std .button-small img {
	width: 100%;
	}



/* @group page-header */

.result .page-header {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 0 10%;
	background: #ffe100;
	z-index: 100;
	}

.result.result-index .page-header {
	top: -200px;
	transition : all 0.3s ease-out;
}

.result .page-header .button-back-to-top {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 114px;
	min-width: 0;
	max-height: 141px;
	width: 19vw;
	height: auto;
	}

.result .page-header .content {
	position: relative;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	}

.result .page-header .content .site-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 17%;
	width: 55%;
	height: 100%;
	}

.result .page-header .content .site-logo img {
	display: block;
	width: 100%;
	height: auto;
	}

.result .page-header .content nav {
	display: none;
	}

/* @end */



/* @group nav-ranking */

.nav-ranking {
	opacity: 0.5;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: red;
	z-index: 99;
	transform: translateY(800px);
	transition : all 0.3s ease-out;
}

.nav-ranking nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 60px 0 170px;
	background: #fdfabe;
	}

.nav-ranking nav .heading {
	max-width: 516px;
	width: 86%;
	margin: 0 auto 8px;
	}

.nav-ranking nav .heading img {
	width: 100%;
	height: auto;
	}

.nav-ranking nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 500px;
	margin: 0 auto;
	}

.nav-ranking nav li {
	max-width: 142px;
	width: 28.4%;
	margin: 0 0 30px;
	}

.nav-ranking nav li a {
	display: block;
	border: 3px solid #f37a0e;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0px 1px 6px rgba(102,102,102,0.6);
	}

.nav-ranking nav li a img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

.nav-ranking nav li.grade,
.nav-ranking nav li.gender {
	max-width: 229px;
	width: 45.8%;
	margin: 0 0 30px;
	}

.nav-ranking nav li.grade img,
.nav-ranking nav li.gender img {
	width: 62%;
	}


.nav-ranking nav li.data,
.nav-ranking nav li.top-100 {
	max-width: 229px;
	width: 45.8%;
	margin: 0;
	}

.nav-ranking nav li.data img,
.nav-ranking nav li.top-100 img {
	width: 100%;
	}

/* @end */

/* @group nav-bottom */

.nav-bottom {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1;
	z-index: 100;
	}
	
.result-index .nav-bottom {
	bottom:-100px;
	transition : all 0.3s ease-out;;
}

.nav-bottom nav {
	}

.nav-bottom nav ul {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	width: 87%;
	margin: 0 auto;
	}

.nav-bottom nav li {
	position: relative;
	top: -38px;
	max-width: 232px;
	width: 32%;
	}

.nav-bottom nav li img {
	display: block;
	width: 100%;
	height: auto;
	}

.nav-bottom nav li a {
	display: block;
	width: 100%;
	height: auto;
	}

.nav-bottom .drawer-hamburger {
	display: block;
	box-sizing: content-box;
	position: absolute;
	top: 34.84%;
	right: 14.65%;
	width: 10.34%;
	height: 31.81%;
	padding: 0;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background: transparent;
	z-index: 100;
	}

.nav-bottom .drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent
	}

.nav-bottom .drawer-hamburger-icon {
	position: relative;
	display: block;
	height: 3px;
	background-color: #ffffff;
	}

.nav-bottom .drawer-hamburger-icon:after,
.nav-bottom .drawer-hamburger-icon:before {
	width: 100%;
	height: 3px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #ffffff;
	}

.nav-bottom .drawer-hamburger-icon:after,
.nav-bottom .drawer-hamburger-icon:before {
	position: absolute;
	top: -9px;
	left: 0;
	content: ' '
	}

.nav-bottom .drawer-hamburger-icon:after {
	top: 9px
	}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent
	}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0
	}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
	}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #ffffff;
	}


/*.nav-bottom nav li.ranking::after {
	content: '';
	display: block;
	position: absolute;
	top: 34.84%;
	right: 14.65%;
	width: 10.34%;
	height: 31.81%;
	z-index: 2;
	opacity: 0.5;
	background: red;
	}*/

/* @end */


/* @group about */

section.about {
	width: 100%;
	margin: 140px 0 0;
	padding: 0 0 200px;
	border-bottom: 13px solid #e60012;
	}

section.about .button-group-std {
	margin: 0 auto 100px;
	}

section.about .tabloid {
	max-width: 510px;
	margin: 0 auto 140px;
	font-size: 22px;
	}

section.about .tabloid .thumbnail {
	width: 41.43%;
	text-align: center;
	}

section.about .tabloid .thumbnail img {
	display: block;
	width: 72%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #aaaaaa;
	}

section.about .tabloid a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-decoration: none;
	text-align: left;
	}

section.about .tabloid dl {
	width: 58.57%;
	}

section.about .tabloid dt {
	margin: 0 0 0.4em;
	text-decoration: underline;
	}

section.about .heading {
	}

section.about .description {
	max-width: 510px;
	margin: 78px auto 0;
	font-size: 24px;
	line-height: 2.27;
	}

/* @end */

/* @group result */

#result-2021 .book {
	padding: 120px 0 0;
	}

#result-2021 .book:after {
	content: '';
	display: block;
	max-width: 100%;
	width: 100%;
	height: 2px;
	background: #e60012;
	margin: 0 auto;
	}


#result-2021 .book .fluid-columns {
	display: block;
	justify-content: space-between;
	position: relative;
	max-width: 510px;
	margin: 0 auto;
	padding: 0 0 340px;
	}

#result-2021 .book .book-content {
	max-width: 510px;
	margin: 0 0 60px;
	}

#result-2021 .book .book-content .description {
	font-size: 24px;
	width:510px;
	margin: auto;
	}

#result-2021 .book .aside {
	max-width: 510px;
	margin: auto;
	}

#result-2021 .book .aside .comment dt {
	margin: 0 0 0.6em;
	font-size: 23px;
	font-weight: 600;
	}

#result-2021 .book .aside .comment dt::before {
	width: 58px;
	height: 58px;
	margin: 0 1em 0 0;
	background-size: 58px;
	}

#result-2021 .book .aside .comment:nth-of-type(2n) dt::before {
	background-size: 58px;
	}

#result-2021 .book .aside .comment dd {
	font-size: 28px;
	line-height: 2.36;
	}


#result-2021 .book .aside .buy-online {
	margin: 60px 0 0;
	text-align: right;
	}

#result-2021 .book-1 {
	display: block;
	margin: 0 0 0;
	padding: 120px 3% 0;
	}

#result-2021 .book-1 .fluid-columns {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto 0;
	padding: 0 0 120px;
	}

#result-2021 .book-1 .book-content {
	width: auto;
	max-width: 100%;
	margin: 0;
	}

#result-2021 .book-2 .fluid-columns::after {
	background: url(../images/2021/result/illustration_1.png) no-repeat 100px 50px;
	background-size: auto 150px;
	}

#result-2021 .book-3 .fluid-columns::after {
	background: url(../images/2021/result/illustration_2.png) no-repeat 100px 30px;
	background-size: auto 170px;
	}

#result-2021 .book-4 .fluid-columns::after {
	background: url(../images/2021/result/illustration_3.png) no-repeat 30px 50px;
	background-size: auto 140px;
	}

#result-2021 .book-5 .fluid-columns::after {
	background: url(../images/2021/result/illustration_4.png) no-repeat 100px 30px;
	background-size: auto 160px;
	}

#result-2021 .book-6 .fluid-columns::after {
	background: url(../images/2021/result/illustration_5.png) no-repeat 50px 50px;
	background-size: auto 160px;
	}

#result-2021 .book-7 .fluid-columns::after {
	background: url(../images/2021/result/illustration_6.png) no-repeat 150px 50px;
	background-size: auto 160px;
	}

#result-2021 .book-8 .fluid-columns::after {
	background: url(../images/2021/result/illustration_7.png) no-repeat 50px 50px;
	background-size: auto 160px;
	}

#result-2021 .book-9 .fluid-columns::after {
	background: url(../images/2021/result/illustration_8.png) no-repeat 50px 20px;
	background-size: auto 160px;
	}

#result-2021 .book-10 .fluid-columns::after {
	background: url(../images/2021/result/illustration_9.png) no-repeat 50px 20px;
	background-size: auto 170px;
	}

/* @end */

/* @group ranking */

#ranking-2021 .hero {
	position: relative;
	box-sizing: border-box;
	padding: 142px 10% 100px;
	}

#ranking-2021 nav.local {
	margin: 54px auto 0;
	}

#ranking-2021 nav.local .category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
	max-width: 100%;
	margin: 0 auto 2%;
	}

#ranking-2021 nav.local .category li {
	width: 29.10%;
	margin: 0 2% 0;
	}

#ranking-2021 nav.local .category li:nth-of-type(4n) {
	margin: 0 -10% 0 0;
	}

#ranking-2021 nav.local .category li:nth-of-type(5n) {
	margin: 0 0 0 -10%;
	}

#ranking-2021 nav.local .category li a {
	display: block;
	}

#ranking-2021 nav.local .category li img {
	display: block;
	width: 100%;
	height: auto;
	}

#ranking-2021 nav.local .other {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 100%;
	width: 100%;
	margin: 0 auto 0;
	}

#ranking-2021 nav.local .other li {
	width: 47.26%;
	margin: 0 2% 0;
	}

#ranking-2021 nav.local .other li a {
	display: block;
	}

#ranking-2021 nav.local .other li img {
	display: block;
	width: 100%;
	height: auto;
	}


#ranking-2021 .ranking-category .header {
	max-width: 100%;
	margin: 0 auto 97px;
	background: #f37a0e;
	}

#ranking-2021 .ranking-category .header .title {
	}

#ranking-2021 .ranking-category .header .title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	}


#ranking-2021 .ranking-category .ranking .book.fluid-columns {
	display: block;
	max-width: 512px;
	margin: 0 auto 70px;
	}

#ranking-2021 .ranking-category .book.fluid-columns .title {
	width: 100%;
	margin: 0 0 50px;
	}

#ranking-2021 .ranking-category .book.fluid-columns .title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}


#ranking-2021 .ranking-category .ranking .book.fluid-columns .artwork-group {
	display: flex;
	justify-content: space-between;
	max-width: 512px;
	}

#ranking-2021 .ranking-category .ranking .book.fluid-columns .artwork-group .artwork {
	width: 44.92%;
	}

#ranking-2021 .ranking-category .ranking .buy-online {
	max-width: 512px;
	margin: 0 auto;
	}

#ranking-2021 .ranking-category .ranking .buy-online img {
	width: 57.03%;
	height: auto;
	}

#ranking-2021 #by-authors {
	padding: 0 0 60px;
	}

#ranking-2021 #by-authors .ranking-row {
	display: block;
	max-width: 512px;
	margin: 0 auto;
	}

#ranking-2021 #by-authors .ranking-row.single {
	}

#ranking-2021 #by-authors .ranking-row.small {
	display: flex;
	max-width: 512px;
	}

#ranking-2021 #by-authors .ranking {
	width: 100%;
	max-width: 512px;
	margin: 0 0 100px;
	}

#ranking-2021 #by-authors .ranking-row.single .ranking {
	width: 100%;
	max-width: 512px;
	}

#ranking-2021 #by-authors .ranking-row.small .ranking {
	width: 100%;
	max-width: 230px;
	}

#ranking-2021 #by-authors .book {
	margin: 0 0 50px;
	text-align: center;
	}

#ranking-2021 #by-authors .book.book-small {
	width: 100%;
	margin: 0 auto 50px;
	}

#ranking-2021 #by-authors .book .title img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

#ranking-2021 #by-authors .ranking-row.small .buy-online {
	max-width: 100%;
	margin: 0 auto;
	}

#ranking-2021 #by-authors .ranking-row.small .buy-online img {
	width: 100%;
	height: auto;
	}



#ranking-2021 #by-genre {
	padding: 0 0 0;
	}

#ranking-2021 #by-genre .ranking-sub-category {
	position: relative;
	margin: 0 auto 130px;
	}

#ranking-2021 #by-genre .ranking-sub-category::after {
	content: '';
	display: block;
	max-width: 100%;
	width: 100%;
	height: 2px;
	background: #f37a0e;
	margin: 0 auto;
	}

#ranking-2021 #by-genre .ranking-sub-category:nth-last-of-type(1)::after {
	display: none;
	}

#ranking-2021 #by-genre .header-sub-category {
	}

#ranking-2021 #by-genre .header-sub-category .title {
	width: 64.45%;
	max-width: 400px;
	margin: 0 auto 100px;
	border: 4px solid #f37a0e;
	background: #ffffff;
	}

#ranking-2021 #by-genre .header-sub-category .title img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 70px;
	margin: 0 auto;
	}

#ranking-2021 #by-genre .ranking-row {
	display: block;
	max-width: 512px;
	margin: 0 auto;
	}

#ranking-2021 #by-genre .ranking-row.single {
	justify-content: center;
	}

#ranking-2021 #by-genre .ranking {
	width: 100%;
	max-width: 512px;
	margin: 0 0 200px;
	}

#ranking-2021 #by-genre .ranking-row.single .ranking {
	width: 100%;
	max-width: 512px;
	}


#ranking-2021 #by-genre .book {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 60px;
	}

#ranking-2021 #by-genre .book .title {
	width: 48.68%;
	}

#ranking-2021 #by-genre .book .title img {
	display: block;
	width: 100%;
	}

#ranking-2021 #by-genre .book .artwork-group {
	width: 37.36%;
	}

#ranking-2021 #by-genre .book .artwork {
	width: 100%;
	}

#ranking-2021 #by-genre .book .artwork img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#ranking-2021 #by-genre .ranking .buy-online {
	width: 100%;
	margin: 0;
	text-align: right;
	}

#ranking-2021 #by-genre .ranking .buy-online img {
	width: 57.03%;
	height: auto;
	}

#ranking-2021 #by-grade {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	}

#ranking-2021 #by-grade .ranking {
	overflow: scroll;
	overflow: auto;
	max-width: 100%;
	width: 100%;
	margin: 0 0 100px 0;
	overflow-y: hidden;
	}

#ranking-2021 #by-grade .sticky-table {
	max-width: 900px;
	}

#ranking-2021 #by-grade .sticky-table th:first-child {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	}

#ranking-2021 #by-grade .sticky-table thead {
	}

#ranking-2021 #by-grade .sticky-table thead th {
	padding: 0 0 30px;
	text-align: center;
	}

#ranking-2021 #by-grade .sticky-table thead img {
	width: auto;
	height: 51px;
	}

#ranking-2021 #by-grade .sticky-table tbody {
	text-align: center;
	}

#ranking-2021 #by-grade .sticky-table tbody th {
	padding: 10px 18px 10px 44px;
	}

#ranking-2021 #by-grade .sticky-table tbody th img {
	width: 40px;
	height: auto;
	}

#ranking-2021 #by-grade .sticky-table tbody td {
	padding: 10px 18px;
	}

#ranking-2021 #by-grade .sticky-table tbody td img {
	width: auto;
	height: 170px;
	border: 1px solid #aaaaaa;
	}

#ranking-2021 #by-gender {
	margin: 0 auto 160px;
}

#ranking-2021 #by-gender table thead th {
	padding: 0 0 30px;
	text-align: center;
	margin: 0 auto 60px;
	}

#ranking-2021 #by-gender table thead th:last-child {
	padding: 0 60px 30px 0;
	}

#ranking-2021 #by-gender table thead img {
	width: auto;
	height: 42px;
	}

#ranking-2021 #by-gender table tbody {
	text-align: center;
	}

#ranking-2021 #by-gender table tbody th {
	padding: 10px 18px 10px 0;
	}

#ranking-2021 #by-gender table tbody th img {
	width: 40px;
	height: auto;
	}

#ranking-2021 #by-gender table tbody td {
	padding: 10px 18px;
	}

#ranking-2021 #by-gender table td:last-child {
	padding: 10px 60px 10px 18px;
	}

#ranking-2021 #by-gender table tbody td img {
	width: auto;
	height: 170px;
	border: 1px solid #aaaaaa;
	}

#ranking-2021 #data {
	}

#ranking-2021 #data .data {
	max-width: 512px;
	margin: 0 auto 150px;
	}

#ranking-2021 #data .data .title {
	width: 100%;
	max-width: 512px;
	margin: 0 auto 100px;
	border: 4px solid #f37a0e;
	background: #ffffff;
	}

#ranking-2021 #data .data .title img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 80px;
	margin: 0 auto;
	}

#ranking-2021 #data .data .figure img {
	max-width: 100%;
	}

#ranking-2021 #top-100 {
	margin: 0 0 160px;
	}

#ranking-2021 #top-100 .heading {
	max-width: 512px;
	width: 100%;
	margin: 0 auto 60px;
	}

#ranking-2021 #top-100 .heading img {
	width: 100%;
	height: auto;
	}

#ranking-2021 #top-100 .figure {
	max-width: 512px;
	width: 100%;
	margin: 0 auto 100px;
	}

#ranking-2021 #top-100 .figure img {
	display: block;
	width: 100%;
	height: auto;
	}

#ranking-2021 #top-100 .button {
	max-width: 380px;
	width: 74.21%;
	margin: 0 auto;
	}

#ranking-2021 #top-100 .button a {
	display: block;
	border: 4px solid #f37a0e;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0px 1px 6px rgba(102,102,102,0.6);
	}

#ranking-2021 #top-100 .button a img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

/* @end */



/* @group interview */

#interview-2021 {
	padding: 0 0 76px;
	border-bottom: none;
	}

#interview-2021 .hero {
	position: relative;
	box-sizing: border-box;
	padding: 120px 10% 240px;
	}

#interview-2021 .hero .page-title {
	display: block;
	max-width: 512px;
	margin: 0 auto 70px;
	text-align: center;
	}

#interview-2021 .hero .page-title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

#interview-2021 .hero .description {
	max-width: 512px;
	margin: 0 auto;
	}

#interview-2021 .hero .description p {
	font-size: 28px;
	line-height: 2.16;
	}

#interview-2021 .section {
	max-width: 512px;
	margin: 0 auto 230px;
	}

#interview-2021 .section.last {
	margin: 0 auto 130px;
	}

#interview-2021 .section .heading {
	width: 100%;
	margin: 0 auto 4em;
	}

#interview-2021 .section .heading img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	}

#interview-2021 .section .question {
	margin: 0 0 3em;
	font-size: 28px;
	font-weight: 600;
	line-height: 2.16;
	}

#interview-2021 .section .content {
	font-size: 28px;
	line-height: 2.16;
	}

#interview-2021 .section .content p {
	margin: 0 0 3em;
	}

#interview-2021 .section .figure {
	margin: 0 auto 2em;
	text-align: center;
	}
	
#interview-2021 .section .figure .caption{
	font-size: 22px;
}

#interview-2021 .reference {
	max-width: 512px;
	margin: 0 auto 40px;
	}

#interview-2021 .reference .fluid-columns{
	display: flex;
	justify-content: space-between;
	}

#interview-2021 .reference .book {
	max-width: 230px;
	width: 44.92%;
	}

#interview-2021 .reference .book .artwork {
	max-width: 200px;
	width: 86.95%;
	margin: 0 auto 40px;
	}

#interview-2021 .reference .book .artwork img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #aaaaaa;
	}

#interview-2021 .reference .book .title {
	margin: 0 0 1em;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	}

#interview-2021 .reference .book .meta {
	width: 100%;
	margin: 0 auto 2em;
	font-size: 16px;
	line-height: 1.4;
	}

#interview-2021 .reference .book .buy-online {
	width: 100%;
	margin: 0 auto 1em;
	}

#interview-2021 .reference .book .buy-online img{
	width: 100%;
	margin: 0 auto 1em;
	}

#interview-2021 .credit {
	max-width: 512px;
	margin: 0 auto 200px;
	text-align: right;
	}

#interview-2021 .profile {
	max-width: 512px;
	margin: 0 auto 120px;
	}

#interview-2021 .profile .heading {
	width: 44.72%;
	margin: 0 auto 42px;
	}

#interview-2021 .profile .heading img {
	width: 100%;
	height: auto;
	}

#interview-2021 .profile p {
	font-size: 24px;
	line-height: 2.6;
	}

#interview-2021 .series {
	max-width: 512px;
	margin: 0 auto 120px;
	}

#interview-2021 .series .heading {
	background: #febe23;
	margin: 0 0 80px;
	}

#interview-2021 .series .heading img {
	display: block;
	max-width: 512px;
	margin: 0 auto;
	}

#interview-2021 .series .series-list {
	display: flex;
	flex-wrap: wrap;
	}

#interview-2021 .series .series-list li {
	display: block;
	width: 33.33%;
	}

#interview-2021 .series .series-list li a {
	display: block;
	width: 82.22%;
	margin: 0 auto 14%;
	}

#interview-2021 .series .series-list li img {
	width: 100%;
	box-shadow: 0px 4px 6px rgba(102,102,102,0.6);
	}

#interview-2021 .ending {
	max-width: 512px;
	margin: 0 auto 120px;
	}

#interview-2021 .ending .figure {
	max-width: 498px;
	width: 97.26%;
	margin: 0 auto 64px;
	}

#interview-2021 .ending .figure img {
	width: 100%;
	height: auto;
	}

#interview-2021 .ending .button {
	max-width: 512px;
	width: 100%;
	margin: 0 auto 64px;
	}

#interview-2021 .ending .button img {
	width: 100%;
	height: auto;
	}

/* @end */

/* @group information */

section.information {
	width: 100%;
	padding: 120px 0;
	border-top: 10px solid #e60012;
	background: #fdfabe;
	}

section.information.ranking {
	border-top: 20px solid #f37a0e;
	}

section.information .content {
	padding: 0 10%;
	}

section.information .heading {
	margin: 0 0 150px;
	text-align: center;
	}

section.information .heading img {
	width: 100%;
	height: auto;
	}

section.information .fluid-columns {
	display: block;
	justify-content: space-between;
	max-width: 510px;
	margin: 0 auto;
	}

section.information .fluid-columns .column {
	max-width: 510px;
	margin: 0 0 70px;
	}

section.information .fluid-columns .button dt {
	margin: 0 0 1.4em;
	}

section.information .fluid-columns .button dt img {
	display: block;
	width: 82.14%;
	height: auto;
	margin: 0 auto;
	}

section.information .fluid-columns .button dd img {
	display: block;
	width: 100%;
	height: auto;
	}

section.information .fluid-columns .tabloid {
	font-size: 22px;
	}

section.information .fluid-columns .tabloid .thumbnail {
	width: 41.43%;
	text-align: center;
	}

section.information .fluid-columns .tabloid .thumbnail img {
	display: block;
	width: 72%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #aaaaaa;
	}

section.information .fluid-columns .tabloid a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	text-decoration: none;
	}

section.information .fluid-columns .tabloid dl {
	width: 58.57%;
	}

section.information .fluid-columns .tabloid dt {
	margin: 0 0 0.4em;
	text-decoration: underline;
	}

section.information .banner {
	max-width: 510px;
	margin: 150px auto 0;
	}

section.information .banner img {
	width: 100%;
	height: auto;
	}

/* @end */

/* @group backnumber */

section.backnumber {
	max-width: 510px;
	margin: 150px auto 100px;
	}

section.backnumber .fluid-columns {
	display: block;
	justify-content: space-between;
	padding: 0 0;
	}

section.backnumber .heading {
	width: auto;
	max-width: 510px;
	text-align: center;
	}

section.backnumber .heading img {
	width: 68%;
	height: auto;
	}

section.backnumber .button-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 510px;
	margin: 34px 0 0;
	}

section.backnumber .button-group .button-small {
	width: 45.7%;
	margin: 0 0 20px;
	}

section.backnumber .button-group .button-large {
	width: 100%;
	}

section.backnumber .button-group .button img {
	width: 100%;
	height: auto;
	}

/* @end */



/* @group modal */

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#overlay {
	}

.page-overlay.ranking .overlay-content {
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	margin: 0;
	}

.page-overlay.ranking .overlay-content .button-close {
	position: absolute;
	top: 660px;
	right: -22px;
	}

.page-overlay.ranking .overlay-content .button-close img {
	display: block;
	width: 70px;
	}

.page-overlay.ranking .overlay-content .book {
	display: block;
	justify-content: space-between;
	align-items: center;
	max-width: 532px;
	margin: 0 auto;
	padding: 15% 10%;
	background: #f4f4f4;
	}

.page-overlay.ranking .overlay-content .book .column {
	width: auto;
	max-width: 532px;
	margin: 0 auto 0;
	text-align: center;
	}


.page-overlay.ranking .overlay-content .book .artwork {
	display: inline-block;
	width: 71.05%;
	height: 71.05%;
	max-width: 378px;
	margin: 0 0 50px;
	}

.page-overlay.ranking .overlay-content .book .artwork img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 378px;
	border: 1px solid #aaaaaa;
	}

.page-overlay.ranking .overlay-content .book .meta {
	margin: 0 0 2em;
	}

.page-overlay.ranking .overlay-content .book .meta dt {
	margin: 0 0 1em;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	}

.page-overlay.ranking .overlay-content .book .meta dd {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	}

.page-overlay.ranking .overlay-content .book .buy-online {
	width: 61.81%;
	margin: 4em auto 0;
	}

.page-overlay.ranking .overlay-content .book .buy-online img {
	display: block;
	width: 100%;
	height: auto;
	}

/* @end */

}

