@charset "UTF-8";
/* CSS Document */

*{
	scroll-padding-top: 90px;
}

/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_icon';
	src: url('../fonts/sns_icon.eot');
	src: url('../fonts/sns_icon.eot#iefix') format('embedded-opentype'),
	url('../fonts/sns_icon.ttf') format('truetype'),
	url('../fonts/sns_icon.woff') format('woff'),
	url('../img/sns_icon.svg#sns_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #000;
}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}



body {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'roboto','droid sans','ヒラギノ角ゴ pro w3','hiragino kaku gothic pro','メイリオ','meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all .5s ease-out;
}
.anim.on {
	opacity: 1;
}

main {
	padding-bottom: 160px;
}

section {
	padding-top: 60px;
	padding-bottom: 80px;
}

.contentWrap {
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

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

	.sp { display: none;}

	a { transition: all 0.3s ease-out;}
	a:hover { color: #FE901F !important;}

	h1 a:hover,
	.hdrAbout a:hover,
	.gnavMain .gnavIconMenu li a:hover,
	.levelSort li a:hover,
	.levelMore a:hover,
	.typeSearchMenu li a:hover,
	.eventWrap .eventBnr a:hover,
	.dispatchList li a:hover,
	.reSitesList li a:hover,
	.newsMore a:hover,
	.snsList li a:hover,
	.ftrBnr li a:hover,
	footer .ftrBottom .ftrLogo a:hover,
	.popTagList > a:hover,
	.popTagList .tagWrap a:hover,
	.detailHead .singleTagList > a:hover {
		opacity: 0.6;
		color: #000 !important;
	}
	.popTagList > a.on:hover,
	.popTagList .tagWrap a.on:hover,
	.detailHead .snsShare li a:hover,
	.movieMore a:hover {
		opacity: 0.6;
		color: #fff !important;
	}
	#hdrNav li:nth-child(1) a:hover { background-image: url("../img/hover_ico_tag.svg"); }
	#hdrNav li:nth-child(2) a:hover { background-image: url("../img/hover_ico_column.svg"); }
	#hdrNav li:nth-child(3) a:hover { background-image: url("../img/hover_ico_rank.svg"); }
	#hdrNav li:nth-child(4) a:hover { background-image: url("../img/hover_ico_movie.svg"); }
	#hdrNav li:nth-child(5) a:hover { background-image: url("../img/hover_ico_instructor.svg"); }
	#hdrNav li:nth-child(6) a:hover { background-image: url("../img/hover_ico_student.svg"); }
	#hdrNav li:nth-child(7) a:hover { background-image: url("../img/hover_ico_teacher.svg"); }
	#hdrNav li:nth-child(8) a:hover { background-image: url("../img/hover_ico_society.svg"); }

	.gnavMain .gnavTxtMenu li a:hover {
		background: url("../img/hover_arrow_odd.svg") no-repeat right center;
		background-size: 18px;
	}
	footer #ftrNavi .ftrNaviList li a:hover {
		background: url("../img/hover_arrow_odd.svg") no-repeat right center;
		background-size: 16px;
	}
}
@media screen and (max-width: 820px) {


	body {
		font-size: min(3vw, 14px);
	}
	.pc { display: none;}

	main {
		padding-bottom: min(20vw, 160px);
	}
	section {
		padding-top: min(12vw, 80px);
		padding-bottom: min(12vw, 80px);
	}
	.contentWrap {
		padding-left: min(5vw, 60px);
		padding-right: min(5vw, 60px);
	}
}



/* ////////////////////////////////////////////////////////////////////////////////

	Header

//////////////////////////////////////////////////////////////////////////////// */
header {
	background-color: rgba(255,255,255,1.00);
	border-bottom: #EDE7E2 solid 1px;
	padding: 20px 100px 20px 35px;
}
header .hdrWrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease-out;
	z-index: 9000;
}
header.on {
	background-color: rgba(255,255,255,0.50);
  backdrop-filter: blur(10px);
}

header .hdrTitle {
	display: flex;
	align-items: center;
}
header .hdrTitle p {
	margin-left: 40px;
	font-size: 13px;
}

header .hdrAbout {
	line-height: 0;
	margin-right: 40px;
    width: 160px;
}

header h1 {
	line-height: 0;
}

.hdrSearch {
	position: fixed;
	top: 20px;
	right: 82px;
	z-index: 9000;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hdrSearch a {
	width: 24px;
	line-height: 0;
	display: block;
}

#hdrNav {
	display: flex;
	justify-content: center;
	padding: 15px;
	border-bottom: #EDE7E2 solid 1px;
	transition: all .3s ease-out;
	z-index: 9100;
}
#hdrNav.on {
	border-bottom: none;
	pointer-events: none;
}
#hdrNav li {
	margin: 0 15px;
}
#hdrNav li a {
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-size: 26px;
	padding-left: 32px;
	pointer-events: auto;
}
#hdrNav li:nth-child(1) a { background-image: url("../img/ico_tag.svg"); }
#hdrNav li:nth-child(2) a { background-image: url("../img/ico_column.svg"); }
#hdrNav li:nth-child(3) a { background-image: url("../img/ico_rank.svg"); }
#hdrNav li:nth-child(4) a { background-image: url("../img/ico_movie.svg"); }
#hdrNav li:nth-child(5) a { background-image: url("../img/ico_instructor.svg"); }
#hdrNav li:nth-child(6) a { background-image: url("../img/ico_student.svg"); }
#hdrNav li:nth-child(7) a { background-image: url("../img/ico_teacher.svg"); }
#hdrNav li:nth-child(8) a { background-image: url("../img/ico_society.svg"); }


#menuButton {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	background-color: #fff;
	border-radius: 50%;
}
#menuButton span {
	display: block;
	background: #000;
	width: 26px;
	height: 2px;
	position: absolute;
	left: 12px;
	transition: all 0.4s;
}

#menuButton span:first-child { top: 19px;}
#menuButton span:nth-child(2) { bottom: 19px;}
#menuButton.active span:first-child {
	transform: translateY(5px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	transform: translateY(-5px) rotate(-45deg);
}


#globalNavi {
	background-color: rgba(0,0,0,0.40);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9998;
	display: none;
}
.gnavMain {
	width: 640px;
	max-width: 90%;
	height: 100%;
	margin: 0 0 0 auto;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3% 6% 5%;
}
.gnavMain .gnavTxtMenu {
	margin-bottom: 6vh;
	width: 100%;
}
.gnavMain .gnavTxtMenu li {
	border-bottom: #000 solid 1px;
}
.gnavMain .gnavTxtMenu li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 0;
	background: url("../img/arrow_odd_bk.svg") no-repeat right center;
	background-size: 18px;
}

.gnavMain .gnavIconMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 68%;
	margin: 0 auto;
}
.gnavMain .gnavIconMenu li {
	width: 30%;
	margin-bottom: 2vh;
}
.gnavMain .gnavIconMenu li a {
	color: #000;
	text-decoration: none;
}
.gnavMain .gnavIconMenu li a > div {
	line-height: 0;
	margin-bottom: 10px;
	background-color: #FAEBDF;
	border: #000 solid 2px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100%;
	position: relative;
}
.gnavMain .gnavIconMenu li a > div img {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gnavMain .gnavIconMenu li a > p {
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
}


@media screen and (max-width: 820px) {
	header {
		padding: 15px 100px 13px 15px;
	}
	header.on {
		background-color: rgba(255,255,255,0.8);
	}
	header .hdrWrap {
		margin-bottom: 0;
	}
	header .hdrTitle {
    	display: block;
	}
	header h1 {
		width: 90px;
	}
	header .hdrTitle p {
		margin-top: min(1.4vw, 10px);
		margin-left: 0;
		font-size: min(2.6vw, 13px);
	}


	.hdrNavWrap {
		height: 51px;
		overflow: hidden;
	}
	#hdrNav {
		position: static;
		padding: 10px 10px 25px;
		overflow: auto;
		justify-content: flex-start;
	}
	#hdrNav li {
		margin: 0 min(3vw, 15px);
	}
	#hdrNav li a {
    	white-space: nowrap;
	}

	header .hdrAbout {
		margin-right: 0;
		width: 105px;
	}

	.hdrSearch {
		width: 40px;
		height: 40px;
		top: 12px;
		right: 53px;
	}
	.hdrSearch a {
		width: 20px;
	}

	#menuButton {
		width: 40px;
		height: 40px;
		top: 12px;
		right: 8px;
	}
	#menuButton span {
		left: 9px;
    	width: 22px;
	}
	#menuButton span:first-child { top: 14px;}
	#menuButton span:nth-child(2) { bottom: 14px;}

	.gnavMain {
		width: 100%;
    	max-width:  100%;
	}
	.gnavMain .gnavIconMenu li {
		margin-bottom: 2vh;
	}
	.gnavMain .gnavTxtMenu li a {
		font-size: min(4.2vw, 20px);
		padding: min(2.5vw, 15px)0;
		background-size: 18px;
	}
	.gnavMain .gnavIconMenu li a > p {
		line-height: 1.6;
		font-size: min(3vw, 15px);
	}
}

/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer #ftrNavi {
	background-color: #373534;
	padding: 60px 0;
}
footer #ftrNavi .ftrNaviList {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
}
footer #ftrNavi .ftrNaviList li {
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
	border-bottom: #666666 solid 1px;
}
footer #ftrNavi .ftrNaviList li:nth-child(3n) {
	margin-right: 0;
}
footer #ftrNavi .ftrNaviList li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	letter-spacing: .1em;
	background: url("../img/arrow_odd_wh.svg") no-repeat right center;
	background-size: 16px;
}

footer .ftrBottom {
	padding: 30px 60px;
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
	position: relative;
}
footer .ftrBottom .ftrLogo {
	width: 120px;
	line-height: 0;
}
footer .ftrBottom .copyright {
	font-size: 10px;
	margin-left: 40px;
}

footer .pagetop {
	position: absolute;
	top: -30px;
	right: 40px;
}
footer .pagetop a {
	display: block;
	background-color: #FE901F;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
footer .pagetop a::after {
	content: "";
	width: 24%;
	height: 24%;
	border-top: #fff solid 3px;
	border-left: #fff solid 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%) rotate(45deg);
}

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

	footer .pagetop a:hover {
		opacity: 1;
		transform: scale(1.1);
	}
}
@media screen and (max-width: 820px) {

	footer #ftrNavi {
		padding: min(10vw, 60px) 0 min(12vw, 60px);
	}
	footer #ftrNavi .ftrNaviList {
		padding: 0 min(8vw, 60px);
		display: block;
	}
	footer #ftrNavi .ftrNaviList li {
		width: 100%;
		margin-right: 0;
	}
	footer #ftrNavi .ftrNaviList li a {
		padding: min(3vw, 15px) 0;
		letter-spacing: .1em;
		background-size: 16px;
	}

	footer .ftrBottom {
		padding: min(8vw, 30px) min(6vw, 60px);
		display: block;
	}
	footer .ftrBottom .ftrLogo {
		width: 120px;
		margin: 0 auto min(6vw, 30px);
	}
	footer .ftrBottom .copyright {
		font-size: min(2.6vw, 10px);
		text-align: center;
		margin-left: 0;
	}

	footer .pagetop {
		top: max(-6vw, -30px);
		right: min(6vw, 40px);
	}
	footer .pagetop a {
		width: min(14vw, 60px);
    	height: min(14vw, 60px);
	}
}


/* ////////////////////////////////////////////////////////////////////////////////

	Top page

//////////////////////////////////////////////////////////////////////////////// */
#mainVisual {
	height: calc(100vh - 157px);
	/*background: #FCF7F0 url("../images/mv_sample.jpg") no-repeat center center;
	background-size: cover;*/
	background-color: #FCF7F0;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#mainVisual .mvBgWrap {
	/*background-color: #FCF7F0;*/
	position: absolute;
	top: 0;
	left: 50%;
    height: 100%;
	transform: translateX(-50%);
	aspect-ratio: 1.924 / 1;
}

#mainVisual .mvBgWrap > div {
	line-height: 0;
}
#mainVisual .mvBgWrap > div img {
	width: 100%;
}

#mainVisual .mvBgWrap .coin01 {
    top: 4%;
    left: 19%;
    width: 4%;
}
#mainVisual .mvBgWrap .coin02 {
    top: 63%;
    left: 11%;
    width: 4%;
}
#mainVisual .mvBgWrap .coin03 {
    top: 52%;
    left: 53%;
    width: 4%;
}
#mainVisual .mvBgWrap .coin04 {
    top: 80%;
    left: 50%;
    width: 4%;
}
#mainVisual .mvBgWrap .coin05 {
    top: 27%;
    left: 94%;
    width: 4%;
}

#mainVisual .mvBgWrap .bgParts01 {
	position: absolute;
	animation: rote 3s linear 0s infinite;
}
@keyframes rote {
	0% { transform: rotate(0deg) scale(1);}
	50% { transform: rotate(180deg) scale(1.3);}
	100% { transform: rotate(360deg) scale(1);}
}

#mainVisual .mvBgWrap .bag01 {
    top: 82%;
    left: 42%;
    width: 7%;
}
#mainVisual .mvBgWrap .bag02 {
    top: 3%;
    left: 91%;
    width: 7%;
}
#mainVisual .mvBgWrap .bgParts02 {
	position: absolute;
	animation: bag 3s linear 0s infinite;
}
@keyframes bag {
	0% { transform: rotate(0deg);}
	50% { transform: rotate(-90deg);}
	100% { transform: rotate(0deg);}
}

#mainVisual .mvBgWrap .lineGraph01 {
	position: absolute;
    top: -5%;
    left: 28%;
    width: 20%;
}
#mainVisual .mvBgWrap .lineGraph02 {
	position: absolute;
    top: 78%;
    left: 60%;
    width: 20%;
}

#mainVisual .mvBgWrap .graph02 {
	position: absolute;
    top: 7%;
    left: 63%;
    width: 25%;
}

#mainVisual .mvBgWrap .barGraph {
	position: absolute;
    top: 4%;
    left: -3%;
    width: 19%;
}

#mainVisual .mvBgWrap .graph04 {
	position: absolute;
    top: 71%;
    left: 0%;
    width: 36%;
}

#mainVisual .mvBgWrap .bank01 {
	position: absolute;
    top: 61%;
    left: 67%;
    width: 12%;
}
#mainVisual .mvBgWrap .bank01 .bankCoin {
	position: absolute;
    top: -60%;
    left: 41%;
    width: 47%;
	animation: bankCoin 4s cubic-bezier(0.76, 0, 0.24, 1) 0s infinite;
}
@keyframes bankCoin {
	0% { transform: translateY(-100%) rotate(0deg);}
	50% { transform: translateY(0%) rotate(180deg);}
	100% { transform: translateY(-100%) rotate(360deg);}
}
#mainVisual .mvBgWrap .bank02 {
	position: absolute;
    top: 49%;
    left: 0%;
    width: 9%;
    transform: rotate(-41deg);
}

#mainVisual .mvBgWrap .circleGraph01 {
	position: absolute;
    top: 52%;
    left: 84%;
    width: 26%;
}
#mainVisual .mvBgWrap .circleGraph01 .circleGraphWrap {
	position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
}
#mainVisual .mvBgWrap .circleGraph01 .circleGraphWrap div:nth-child(1) {
	position: absolute;
    top: 0;
    right: 51%;
    width: 28.5%;
}
#mainVisual .mvBgWrap .circleGraph01 .circleGraphWrap div:nth-child(2) {
	position: absolute;
    bottom: 52.1%;
    left: 0%;
    width: 45.5%;
}
#mainVisual .mvBgWrap .circleGraph01 .circleGraphWrap div:nth-child(3) {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


#mainVisual .mvBgWrap .circleGraph02 {
	position: absolute;
    top: 20%;
    left: 16%;
    width: 21%;
}
#mainVisual .mvBgWrap .circleGraph02 .circleGraphWrap {
	position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
}

#mainVisual .mvBgWrap .circleGraph02 .circleGraphWrap div:nth-child(1) {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#mainVisual .mvBgWrap .circleGraph02 .circleGraphWrap div:nth-child(2) {
	position: absolute;
    top: 0;
    left: 0;
    width: 47.8%;
}

/*#mainVisual::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FCF7F0 url("../images/bg02.jpg") no-repeat center center;
	background-size: cover;
	z-index: 0;
	animation: mvbg 5s linear 0s infinite;
}
@keyframes mvbg {
	0% { opacity: 1;}
	50% { opacity: 0;}
	100% { opacity: 1;}
}*/

#mainVisual .mvContentWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#mainVisual .mainSlide {
	width: 100%;
    padding: 0 33%;
    margin-bottom: 0;
    overflow: hidden;
}
#mainVisual .mainSlide li {
    padding: 15vh 0;
	position: relative;
}
#mainVisual .mainSlide .slick-current {
	z-index: 2;
}

#mainVisual .mainSlide li .circleOuter {
	position: relative;
	display: block;
	width: 28vh;
	margin: 0 auto;
	transition: all .4s ease-out;
}
#mainVisual .mainSlide li.new .circleOuter::after {
	content: "";
	display: block;
	width: 36%;
	padding-top: 11%;
	background: url(../img/ico_new.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 1;
}
#mainVisual .mainSlide .slick-current .circleOuter,
#mainVisual .mainSlide .is-active-next .circleOuter {
	transform: scale(1.65);
}


#mainVisual .mainSlide li .circle {
	width: 28vh;
    height: 28vh;
	border-radius: 50%;
	border: #000 solid 4px;
	overflow: hidden;
	margin: 0 auto;
}
#mainVisual .mainSlide .slick-current .circle,
#mainVisual .mainSlide .is-active-next .circle {
	border: #000 solid 0px;
}
#mainVisual .mainSlide li .circle img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}


#mainVisual .mainSlide::after {
	content: "";
	display: block;
	background: url("../img/mv_current.svg") no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
    width: 52vh;
    height: 52vh;
	transform: translate(-50%, -50%);
	transition: all .3s ease-out;
	z-index: 0;
}

#mainVisual .slick-list {
	z-index: 1;
	overflow: visible;
}

#mainVisual .catchArea {
	/*position: absolute;
	bottom: 40px;
	left: 40px;*/
	position: relative;
	width: calc(100% - 80px);
	padding-bottom: 30px;
	margin: 0 auto;
    z-index: 2;
}

#mainVisual .catchArea .slideCatch {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 60px;
}
#mainVisual .catchArea .catch {
	font-size: 2.8vh;
	font-weight: 700;
	text-align: center;
}
#mainVisual .catchArea .slideCount {
	position: absolute;
	bottom: -14px;
	left: 170px;
	width: 60px;
	height: 60px;
	border: #000 solid 2px;
	border-radius: 50%;
}
#mainVisual .catchArea .slideCount::before {
	content: "";
	display: block;
	width: 60%;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
#mainVisual .catchArea .slideCount .now {
	position: absolute;
    top: 3px;
    left: 14px;
}
#mainVisual .catchArea .slideCount .total {
	position: absolute;
	bottom: 3px;
	right: 14px;
}

#mainVisual .catchArea .seekbarWrap {
    position: absolute;
    bottom: 5px;
    left: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
	font-size: 12px;
}
#mainVisual .catchArea .seekbarWrap .seekbar {
	width: 90px;
	height: 2px;
	background-color: #fff;
	position: relative;
}
#mainVisual .catchArea .seekbarWrap .seekbar::before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 4s linear;
}
#mainVisual .catchArea .seekbarWrap .seekbar.on::before {
	/*width: 100%;*/
	animation: seek 4s linear 0s forwards;
}
@keyframes seek {
	0% { width: 0%;}
	100% { width: 100%;}
}


#mainVisual .slick-prev {
	left: 45px;
	width: 34px;
	height: 20px;
	background: url("../img/arrow_prev.svg") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
#mainVisual .slick-next {
	right: 45px;
	width: 34px;
	height: 20px;
	background: url("../img/arrow_next.svg") no-repeat center center;
	background-size: contain;
	z-index: 1;
}
#mainVisual .slick-prev:before,
#mainVisual .slick-next:before {
	display: none;
}


.bnrAbout {
	line-height: 0;
	width: 90%;
	max-width: 520px;
	margin: 0 auto;
}

#mainVisual .toushi {
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 86px;
	line-height: 0;
}


@media screen and (min-width: 821px) {
	#mainVisual .mainSlide li .circle a {
		overflow: hidden;
	}
	#mainVisual .mainSlide li .circle a img {
		transition: all .3s ease-out;
	}
	#mainVisual .mainSlide li .circle a:hover {
		opacity: 1;
	}
	#mainVisual .mainSlide li .circle a:hover img {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 820px) {
	#mainVisual {
		height: calc(80vh - 157px);
    	position: relative;
	}
	#mainVisual .mainSlide {
		margin-bottom: 0;
    	padding: 0 24%;
	}
	#mainVisual .mainSlide::after {
		width: 40vh;
		height: 40vh;
	}
	#mainVisual .mainSlide li {
		padding: 12vh 0;
	}
	#mainVisual .mainSlide li .circleOuter {
		width: 22vh;
		height: 22vh;
	}
	#mainVisual .mainSlide li .circle {
		width: 100%;
		height: 100%;
	}


	#mainVisual .catchArea {
    	/*bottom: 3vh;
		left: 6vw;*/
		width: 88%;
    	padding-bottom: 50px;
	}
	#mainVisual .catchArea .slideCount {
		width: 50px;
		height: 50px;
		right: 0;
		left: inherit;
	}
	#mainVisual .catchArea .seekbarWrap {
		bottom: 0;
		left: 0;
		width: 80px;
	}
	#mainVisual .catchArea .seekbarWrap .seekbar {
		width: 50px;
	}
	#mainVisual .catchArea .slideCatch {
		padding: 0;
	}
	#mainVisual .catchArea .catch {
		font-size: min(4.8vw, 24px);
		text-align: left;
	}

	#mainVisual .toushi {
		top: min(4vw, 20px);
		bottom: inherit;
		right: min(2vw, 30px);
		width: min(15vw, 86px);
	}

}
@media screen and (max-width: 819px) and (max-width: 630px) {
	#mainVisual {
		height: calc(100vh - 157px);
    	position: relative;
	}
	#mainVisual .mainSlide {
		margin-bottom: 0;
    	padding: 0 18%;
	}
	#mainVisual .mainSlide::after {
		width: 35vh;
		height: 35vh;
	}
	#mainVisual .mainSlide li {
		padding: 12vh 0;
	}
	#mainVisual .mainSlide li .circleOuter {
		width: 22vh;
		height: 22vh;
	}
	#mainVisual .mainSlide .slick-current .circleOuter,
	#mainVisual .mainSlide .is-active-next .circleOuter {
		transform: scale(1.4);
	}

	#mainVisual .mainSlide li .circle {
		width: 100%;
		height: 100%;
	}

	#mainVisual .catchArea {
		/*bottom: 6vh;
		left: 6vw;*/
		width: 88%;
		padding-bottom: 8vh;
    	margin-bottom: 10vh;
	}
	#mainVisual .catchArea .slideCount {
		width: 50px;
		height: 50px;
	}
	#mainVisual .catchArea .seekbarWrap {
		bottom: 0;
		left: 0;
		width: 80px;
	}
	#mainVisual .catchArea .seekbarWrap .seekbar {
		width: 50px;
	}
	#mainVisual .catchArea .slideCatch {
		padding: 0;
	}
	#mainVisual .catchArea .catch {
		font-size: min(4.4vw, 24px);
		text-align: left;
	}
}


.baloon {
	position: absolute;
    top: -80px;
    left: 0;
    font-size: 14px;
    border: #FE901F solid 3px;
    background-color: #fff;
    border-radius: 60px;
    text-align: center;
    padding: 14px 20px;
	text-indent: .05em;
    text-indent: 0.1em;
	transform-origin: center bottom;
	transform: scale(0);
	transition: all .6s cubic-bezier(0.34, 1.56, 0.64, 1);
	color: #000;
}
.baloon.on {
	transform: scale(1)
}
.baloon::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0px 0 14px;
	border-color: #ff8f1f transparent transparent transparent;
	position: absolute;
	top: 103%;
	right: 50%;
}

.topHl {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
    letter-spacing: .07em;
    line-height: 1.2;
    padding: 8px 0;
}
.topHl span {
	display: inline-block;
    font-size: 0.4em;
    font-weight: 500;
	margin-left: .6em;
	letter-spacing: .02em;
}

.surveyBtnArea {
	padding: 60px 0;
}
.surveyBtnArea .surveyBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	margin: 0 auto;
	text-align: center;
	background-color: #FAEBDF;
	border: #000 solid 2px;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
}
.surveyBtnArea .surveyBtn::before {
	content: "";
	display: block;
	background: url("../img/ico_survey.svg") no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 15px;
}

@media screen and (min-width: 821px) {
	
	.surveyBtnArea .surveyBtn:hover {
		color: #000 !important;
		opacity: 0.6;
	}
}
@media screen and (max-width: 820px) {
	.surveyBtnArea {
		padding: min(10vw, 60px) 0;
	}
	.surveyBtnArea .surveyBtn {
		width: 85%;
		border-radius: 8px;
		font-size: 16px;
		padding: 10px;
	}
	.surveyBtnArea .surveyBtn::before {
		content: "";
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

#topPopularTag .topHl {
	background: url("../img/ico_anime_tag.svg") no-repeat right top;
	background-size: contain;
}
.popTagList {
	background-color: #FEB76F;
	padding: 30px 30px 15px;
	border-radius: 10px;
	text-align: center;
}
.popTagList > a,
/*.popTagList .tagWrap a,*/
.popTagList .tagWrap > label {
	display: inline-block;
	white-space: nowrap;
	margin: 0 6px 15px;
	border: #000 solid 2px;
	background-color: #EBEBEB;
	color: #000;
	text-decoration: none;
	padding: 2px 10px;
	border-radius: 6px;
	cursor: pointer;
}
.popTagList > a.on,
.popTagList .tagWrap > input:checked+label {
    color: #FE901F !important;
    border: #FE901F solid 2px;
    background-color: #fff;
}

/*
@media screen and (any-hover: hover) {
#topLevel .popTagList label {
	transition: all .3s ease-out;
}
#topLevel .popTagList label:hover {
    opacity: 0.5;
}
}
*/

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

	#topPopularTag .topHl {
		background-size: auto 65%;
	}

	.topHl {
		font-size: min(7.2vw, 36px);
		margin-bottom: min(8vw, 40px);
	}
	.topHl span {
		display: block;
		margin-left: 0;
		margin-top: min(2vw, 10px);
	}

	.popTagList {
		padding: min(3vw, 30px);
	}
	.popTagList > a,
	.popTagList .tagWrap a {
		margin: 0 3px 10px;
		padding: 2px 6px;
		font-size: 11px;
	}
}

#topLevel {
	background-color: #FAEBDF;
}
#topLevel .topHl {
	background: url("../img/ico_anime_level.svg") no-repeat right top;
	background-size: contain;
}

.levelSort {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}
.levelSort li {
	margin: 0 10px;
}
.levelSort li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	border: #000 solid 2px;
	line-height: 0;
	width: 80px;
	height: 80px;
}
.levelSort li.current a {
	background-color: #F2D6C0;
	border: #000 solid 2px;
}
.levelSort li a img {
	width: 50%;
    pointer-events: none;
}

.levelSort li p {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}



#topLevel .levelListWrap {
	display: none;
}
#topLevel #level01 {
	display: block;
}
.levelList {
	display: flex;
	flex-wrap: wrap;
}
.levelList li {
	width: calc(100% / 3);
	padding: 0 25px;
	margin-bottom: 30px;
	position: relative;
}
.levelList li.new::before {
	content: "";
	display: block;
    width: 26%;
    padding-top: 8%;
	background: url("../img/ico_new.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
    top: -5%;
    left: 4%;
	z-index: 1;
}
.levelList li .thumb {
	line-height: 0;
	margin-bottom: 10px;
}
.levelList li .thumb a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 66.77%;
}
.levelList li .thumb a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.levelList li .cat {
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-bottom: 5px;
}
.levelList li.cat01 .cat { background-image: url("../img/ico_level_cat01.svg");}
.levelList li.cat02 .cat { background-image: url("../img/ico_level_cat02.svg");}
.levelList li.cat03 .cat { background-image: url("../img/ico_level_cat03.svg");}

.levelList li .date {
	color: #999999;
	font-size: 12px;
	margin-bottom: 5px;
}

.levelList li .must {
	padding: 2px 4px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 34px;
    background: #FCF7F0 url(../img/ico_logomark.svg) no-repeat 8px 6px;
    background-size: 16px;
}
#searchList.levelList li .must {
    background: #FAEBDF url(../img/ico_logomark.svg) no-repeat 8px 6px;
    background-size: 16px;
}
.levelList li .must p {
	font-size: 13px;
}

.levelList li h4 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.levelList li h4 a {
	color: #000;
	text-decoration: none;
}

.levelList li .tag {
	color: #999999;
}

.levelMore {
    max-width: 320px;
    margin: 40px auto 0;
}
.levelMore a {
    display: block;
    text-align: center;background-color: #fff;
    border: #000 solid 2px;
    color: #000;
    text-decoration: none;
    padding: 15px;
    font-size: 18px;
    border-radius: 6px;
}


@media screen and (min-width: 821px) {
	.levelList li .thumb a {
		overflow: hidden;
	}
	.levelList li .thumb a img {
		transition: all .3s ease-out;
	}
	.levelList li .thumb a:hover {
		opacity: 1;
	}
	.levelList li .thumb a:hover img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 820px) {
	#topLevel .topHl {
		background-size: auto 65%;
	}
	.levelSort {
		margin-bottom: min(10vw, 60px);
	}
	.levelSort li a {
		width: 60px;
		height: 60px;
	}
	.levelSort li p {
		margin-top: min(2vw, 10px);
		font-size: min(3vw, 14px);
	}

	.levelList {
		justify-content: space-between;
	}
	.levelList li {
		width: 47%;
		padding: 0;
		margin-bottom: min(6vw, 30px);
	}
	.recommend .levelList li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: min(5vw, 30px);
		padding-bottom: min(5vw, 30px);
		border-bottom: #ccc solid 1px;
	}

	.levelList li.new::before {
		top: -3%;
		left: -3%;
	}
	.recommend .levelList li.new::before {
		width: 15%;
	}
	.recommend .levelList .thumb {
		width: 37%;
		padding-top: min(1vw, 5px);
	}
	.recommend .levelList .levelContents {
		width: 58%;
	}
	.levelList li .cat {
		padding: min(1vw, 5px) 0 min(1vw, 5px) min(5vw, 30px);
		background-size: min(3.8vw, 20px);
		margin-bottom: 0;
		line-height: 1.4;
		font-size: min(2.7vw, 14px);
	}
	.levelList li .must {
		padding: min(2vw, 4px);
		margin-bottom: min(1.5vw, 5px);
		padding-left: min(6vw, 34px);
		background: #FCF7F0 url(../img/ico_logomark.svg) no-repeat min(1.5vw, 8px) min(1.6vw, 6px);
		background-size: min(3.4vw, 16px);
	}
	#searchList.levelList li .must {
		background: #FAEBDF url(../img/ico_logomark.svg) no-repeat min(1.5vw, 8px) min(1.6vw, 6px);
		background-size: min(3.4vw, 16px);
	}
	.levelList li .must p {
		line-height: 1.4;
		font-size: min(2.6vw, 14px);
	}

	.levelList li .date {
		font-size: min(2.8vw, 12px);
		margin-bottom: min(0.8vw, 4px);
	}
	.levelList li h4 {
		font-size: min(3.2vw, 16px);
		margin-bottom: min(0.8vw, 4px);
	}
	.levelList li h4 a {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}


	.levelMore {
		max-width: 85%;
		margin: min(4vw, 40px) auto 0;
	}
	.levelMore a {
		padding: min(3vw, 15px);
    	font-size: min(4vw, 18px);
	}
}

#topColumn {
	background-color: #FCF7F0;
}
#topColumn .topHl {
    background: url(../img/ico_anime_column.svg) no-repeat right top;
    background-size: contain;
}

.columnListWrap {
	overflow: hidden;
	padding: 0 15px;
}
.columnList {
	padding: 0 calc(100% / 3);
}
.columnList li {
	padding: 0 10px;
	transform: scale(0.9);
	transition: all 0.3s ease-out;
}
.columnList .slick-slide.slick-current li {
	transform: scale(1);
}
.columnList li .thumb {
	line-height: 0;
	margin-bottom: 10px;
}
.columnList li .thumb a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 66.77%;
}
.columnList li .thumb a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.columnList li .cat {
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-bottom: 5px;
}
.columnList li.cat01 .cat { background-image: url("../img/ico_level_cat01.svg");}
.columnList li.cat02 .cat { background-image: url("../img/ico_level_cat02.svg");}
.columnList li.cat03 .cat { background-image: url("../img/ico_level_cat03.svg");}

.columnList li h4 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.columnList li h4 a {
	color: #000;
	text-decoration: none;
}

.columnList li .date {
	color: #999999;
	font-size: 12px;
	margin-bottom: 5px;
}

.columnList li .tag {
	color: #999999;
}


.columnList .slick-list {
	overflow: visible;
}
.columnList .slick-prev {
	background: url("../img/arrow_prev.svg") no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	left: -15px;
	z-index: 1;
}
.columnList .slick-next {
	background: url("../img/arrow_next.svg") no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	right: -15px;
	z-index: 1;
}


@media screen and (max-width: 820px) {
	
	#topColumn .topHl {
		background-size: auto 65%;
	}
	.columnListWrap {
		margin-bottom: min(10vw, 60px);
	}
	.columnList {
		padding: 0 min(4vw, 20px);
	}
	.columnList .slick-list {
		overflow: hidden;
	}
	
	.columnList li h4 {
		font-size: min(3.2vw, 16px);
		margin-bottom: min(0.8vw, 4px);
	}
}


#topTypeSearch .topHl {
	background: url("../img/ico_anime_money.svg") no-repeat right top;
    background-size: contain;
}
.typeSearchMenu {
	display: flex;
	justify-content: center;
}
.typeSearchMenu li {
	width: calc(25% - 20px);
	margin: 0 10px;
}
.typeSearchMenu li a {
	display: block;
	background: #FAEBDF url("../img/arrow_odd_bk.svg") no-repeat 94% center;
	background-size: 16px;
	padding: 10px 15px;
	border: #000 solid 2px;
	border-radius: 8px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}


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

	#topTypeSearch .topHl {
		background-size: auto 65%;
	}

	.typeSearchMenu {
		border: #000 solid 2px;
		border-radius: 8px;
		display: block;
		overflow: hidden;
	}
	.typeSearchMenu li {
		width: 100%;
		margin: 0;
		border-bottom: #000 solid 2px;
	}
	.typeSearchMenu li:last-child {
		border-bottom: none;
	}
	.typeSearchMenu li a {
		background-size: min(4vw, 16px);
		padding: 10px 15px;
		border: none;
		border-radius: 0;
    	font-size: min(3.4vw, 16px);
	}
}


#topRanking {
	background-color: #F7B878;
}
#topRanking .topHl {
	background: url("../img/ico_anime_rank.svg") no-repeat right top;
    background-size: contain;
}

.rankingWrap {
	display: flex;
	justify-content: space-between;
}
.rankingWrap .rank01 {
	width: 45%;
	position: relative;
    padding-top: 20%;
}
.rankingWrap .rank01::before {
	content: "";
	display: block;
	width: 38px;
	height: 50px;
	background: url("../img/rank01.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.rankingWrap .rank01 .thumb {
	position: absolute;
	top: 0;
	left: 50%;
	width: 64%;
	transform: translateX(-50%);
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
}
.rankingWrap .thumb a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 81.25%;
}
.rankingWrap .thumb a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rankingWrap .rank01 .rankTxtBox {
	padding: 50px 20px 20px;
}

.rankingWrap .rankTxtBox {
	background-color: #fff;
	border: #000 solid 2px;
	border-radius: 8px;
}
.rankingWrap .rankHead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.rankingWrap .rankHead .cat {
	font-size: 14px;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.rankingWrap .rank01 .rankHead .cat {
	padding-left: 30px;
	background-size: 20px;
}
.rankingWrap .rankHead .cat.cat01 { background-image: url("../img/ico_level_cat01.svg");}
.rankingWrap .rankHead .cat.cat02 { background-image: url("../img/ico_level_cat02.svg");}
.rankingWrap .rankHead .cat.cat03 { background-image: url("../img/ico_level_cat03.svg");}

.rankingWrap .rankHead .date {
	font-size: 12px;
	color: #999999;
}
.rankingWrap .rankTxtBox h3 {
	font-size: 16px;
}
.rankingWrap .rankTxtBox h3 a {
	color: #000;
	text-decoration: none;
}

.rankingWrap .rank02::before,
.rankingWrap .rank03::before {
	content: "";
	display: block;
	width: 30px;
	height: 38px;
	position: absolute;
	top: 0;
	left: -12px;
    z-index: 2;
}
.rankingWrap .rank02::before {
	background: url("../img/rank02.png") no-repeat left top;
	background-size: contain;
}
.rankingWrap .rank03::before {
	background: url("../img/rank03.png") no-repeat left top;
	background-size: contain;
}


.rankingWrap .rank0203 {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.rankingWrap .rank0203 .rank02,
.rankingWrap .rank0203 .rank03 {
	position: relative;
	padding-left: 20%;
    min-height: 44%;
}
.rankingWrap .rank0203 .thumb {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    width: 30%;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
}
.rankingWrap .rank0203 .rankTxtBox {
    padding: 20px 20px 20px 18%;
    height: 100%;
}

.rankingWrap .rank0203 .rankTxtBox h3 {
	font-size: 14px;
}
.rankingWrap .rank0203 .rankHead .cat {
	font-size: 12px;
}


@media screen and (min-width: 821px) {
	.rankingWrap .thumb a {
		overflow: hidden;
	}
	.rankingWrap .thumb a img {
		transition: all .3s ease-out;
	}
	.rankingWrap .thumb a:hover {
		opacity: 1;
	}
	.rankingWrap .thumb a:hover img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 820px) {

	#topRanking .topHl {
		background-size: auto 65%;
	}

	.rankingWrap {
		display: block;
	}
	.rankingWrap .rank01 {
		width: 100%;
    	padding-top: 44%;
		margin-bottom: min(8vw, 40px);
	}
	.rankingWrap .rank01 .rankTxtBox {
		padding: 11% min(4vw, 20px) min(4vw, 20px);
	}
	.rankingWrap .rankHead .cat {
		font-size: min(3vw, 14px);
    	letter-spacing: 0;
    	padding-left: min(4.5vw, 25px);
    	background-size: min(3.3vw, 15px);
	}
	.rankingWrap .rank01 .rankHead .cat {
		padding-left: min(6vw, 30px);
		background-size: min(4.2vw, 20px);
	}
	.rankingWrap .rankHead .date {
		font-size: min(2.8vw, 12px);
	}
	.rankingWrap .rankTxtBox h3 {
		font-size: min(3.4vw, 16px);
    	letter-spacing: .02em;
	}

	.rankingWrap .rank0203 {
		width: 100%;
	}
	.rankingWrap .rank02 {
		margin-bottom: min(6vw, 30px);
	}
	.rankingWrap .rank02::before,
	.rankingWrap .rank03::before {
		width: 25px;
    	height: 32px;
		left: 0;
	}

	.rankingWrap .rank0203 .rankTxtBox {
		padding: min(4vw, 20px) min(4vw, 20px) min(4vw, 20px) 16%;
		height: 100%;
	    min-height: 30vw;
	}
	.rankingWrap .rank0203 .rankHead .cat {
		font-size: min(2.8vw, 12px);
    	padding: min(1vw, 2px) 0 min(1vw, 2px) min(4.5vw, 25px);
	}
	.rankingWrap .rank0203 .rankTxtBox h3 {
		font-size: min(3vw, 14px);
	}
}


#topEvent .topHl {
	background: url("../img/ico_anime_event.svg") no-repeat right top;
    background-size: contain;
}

.eventWrap {

}
.eventWrap .eventSlideWrap {
    width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.eventWrap .eventSlide li {
	position: relative;
	display: flex;
	padding-bottom: 40px;
}
.eventWrap .eventSlide li::before {
	content: "";
	display: block;
	background-color: #F2F2F2;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 30px;
	right: 0;
    z-index: -1;
	border-radius: 6px;
}

.eventWrap .eventSlide li .eventSlideItem {
	display: flex;
}

.eventWrap .eventSlide .thumb {
	line-height: 0;
	width: 50%;
}
.eventWrap .eventSlide .eventTxt {
	width: 50%;
	margin-top: 30px;
	position: relative;
    padding: 40px 40px 70px 40px;
}
.eventWrap .eventSlide h3 {
	font-size: 16px;
    margin-bottom: 15px;
}
.eventWrap .eventSlide h3 a {
	color: #000;
	text-decoration: none;
}
.eventWrap .eventSlide .date {
	color: #999;
	font-size: 14px;
}

.eventWrap .eventSlide .seekbarWrap {
	position: absolute;
	bottom: 0;
	left: 40px;
	display: flex;
	justify-content: space-between;
    align-items: center;
    width: 140px;
    font-size: 12px;
}
.eventWrap .eventSlide .seekbarWrap .seekbar {
    width: 90px;
    height: 2px;
    background-color: #fff;
    position: relative;
}

.eventWrap .eventSlide .seekbarWrap .seekbar::before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 4s linear;
}
.eventWrap .eventSlide .slick-current .seekbarWrap .seekbar::before {
	/*width: 100%;*/
	animation: seek 4s linear 0s forwards;
}


.eventWrap .slideCount {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border: #000 solid 2px;
    border-radius: 50%;
}
.eventWrap .slideCount::before {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.eventWrap .slideCount .now {
    position: absolute;
    top: 3px;
    left: 14px;
}
.eventWrap .slideCount .total {
    position: absolute;
    bottom: 3px;
    right: 14px;
}


.eventWrap .eventBnr {
    max-width: 520px;
    margin: 0 auto;
	line-height: 0;
}



@media screen and (min-width: 821px) {
	.eventWrap .eventSlide .thumb a {
		overflow: hidden;
    	display: block;
	}
	.eventWrap .eventSlide .thumb a img {
		transition: all .3s ease-out;
	}
	.eventWrap .eventSlide .thumb a:hover {
		opacity: 1;
	}
	.eventWrap .eventSlide .thumb a:hover img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 820px) {

	#topEvent .topHl {
		background-size: auto 65%;
	}
	.eventWrap {
		display: block;
	}

	.eventWrap .eventSlideWrap {
		padding-right: 0;
		width: 100%;
		border-right: none;
		padding-bottom: min(8vw, 60px);
		border-bottom: #ccc solid 1px;
		margin-bottom: min(8vw, 60px);
	}
	
	.eventWrap .eventSlide li .eventSlideItem {
		display: block;
	}
	.eventWrap .eventSlide .thumb {
		width: 100%;
		margin-bottom: min(4vw, 20px);
	}
	.eventWrap .eventSlide h3 {
		font-size: min(3.4vw, 16px);
		margin-bottom: min(2vw, 10px);
	}
	.eventWrap .eventSlide .date {
		font-size: min(2.6vw, 12px);
	}

	.eventWrap .eventSlide li {
		display: block;
		padding-bottom: 0;
	}
	.eventWrap .eventSlide li::before {
		display: none;
	}
	.eventWrap .eventSlide .eventTxt {
		width: 100%;
		margin-top: 0;
		padding: 0 0 60px 0;
	}

	.eventWrap .eventSlide .seekbarWrap {
		bottom: 0;
		left: 0;
		width: 120px;
	}
	.eventWrap .eventSlide .seekbarWrap .seekbar {
		width: 70px;
	}

	.eventWrap .slideCount {
		bottom: min(8vw, 60px);
		right: 0;
		width: 50px;
		height: 50px;
	}

	.eventWrap .eventBnr {
		width: 100%;
	}
}


#topMovie {
	background-color: #373534;
	color: #fff;
}

#topMovie .topHl {
	background: url("../img/ico_anime_movie.svg") no-repeat right top;
    background-size: contain;
}

.levelList.movieList {
	margin-bottom: 40px;
}
.levelList.movieList li h4 a {
	color: #fff;
}
.levelList.movieList li .thumb a,
li.movieContent .thumb a{
	display: block;
	position: relative;
	background-color: #000;
}
.levelList.movieList li .thumb a::after,
li.movieContent .thumb a::after{
	content: "";
	display: block;
	width: 20%;
    height: 30%;
	background: url("../img/ico_play.svg") no-repeat center center;
    background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.levelList.movieList li .thumb a img,
li.movieContent .thumb a img{
	opacity: .5;
}
.levelList.movieList li .must p {
	color: #000;
}


.movieMore {
	max-width: 320px;
	margin: 0 auto;
}
.movieMore a {
	display: block;
	text-align: center;
	border: #fff solid 2px;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	font-size: 18px;
	border-radius: 6px;
}


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

	#topMovie .topHl {
		background-size: auto 65%;
	}
	.levelList.movieList {
		margin-bottom: min(6vw, 40px);
	}

	.movieMore {
		max-width: 85%;
	}
	.movieMore a {
		padding: min(3vw, 15px);
		font-size: min(4vw, 18px);
	}
}




.otherWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px 60px;
	margin-bottom: 60px;
}
.otherWrap #topNews {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

#topDispatch .topHl {
	background: url("../img/ico_anime_instructor.svg") no-repeat right top;
    background-size: contain;
}
#topReSites {
	background-color: #FAEBDF;
}
#topReSites .topHl {
	background: url("../img/ico_anime_website.svg") no-repeat right top;
    background-size: contain;
}
#topNews .topHl {
	background: url("../img/ico_anime_news.svg") no-repeat right top;
    background-size: contain;
}


#topDispatch p {
	text-align: center;
}
.dispatchList {
	display: flex;
	justify-content: space-between;
	padding: 20px 60px;
}
.dispatchList li {
	width: 32%;
}
.dispatchList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #FEB76F;
	color: #000;
	text-decoration: none;
	border: #000 solid 2px;
	padding: 15px;
	border-radius: 8px;
	font-size: 18px;
}
.dispatchList li a::before {
	content: "";
	display: inline-block;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
}
.dispatchList li.dispatchBtn01 a::before {
	background-image: url("../img/ico_company.svg");
	width: 42px;
}
.dispatchList li.dispatchBtn02 a::before {
	background-image: url("../img/ico_school.svg");
	width: 40px;
}
.dispatchList li.dispatchBtn03 a::before {
	background-image: url("../img/ico_university.svg");
	width: 50px;
}




.reSitesList {
	display: flex;
	justify-content: space-between;
	padding: 20px 60px;
}
.reSitesList li {
	width: 32%;
}

.reSitesList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border: #000 solid 2px;
	padding: 15px;
	border-radius: 8px;
	font-size: 18px;
}
.reSitesList li a::before {
	content: "";
	display: inline-block;
	height: 40px;
	width: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
}
.reSitesList li.reSitesBtn01 a::before {
	background-image: url("../img/ico_student.svg");
}
.reSitesList li.reSitesBtn02 a::before {
	background-image: url("../img/ico_teacher.svg");
}
.reSitesList li.reSitesBtn03 a::before {
	background-image: url("../img/ico_society.svg");
}

.newsList.moreNews {
	display: none;
}
.newsList li {
	border-bottom: #CCCCCC solid 1px;
	padding: 10px 0 30px;
}
.newsList li .newsListHead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.newsList li .newsListHead .cat {
	font-size: 14px;
	color: #373534;
}
.newsList li .newsListHead .date {
	font-size: 12px;
	color: #999999;
}
.newsList li h3 {
	font-size: 16px;
}
.newsList li h3 a {
	color: #000;
	text-decoration: none;
}

.newsMore {
	max-width: 280px;
	margin: 40px auto 0;
}
.newsMore a {
	display: block;
	text-align: center;
	border: #000 solid 2px;
	color: #000;
	text-decoration: none;
	padding: 15px;
	font-size: 18px;
	border-radius: 6px;
}
.newsMore a::after {
	content: "";
	display: inline-block;
	border-bottom: #000 solid 2px;
	border-right: #000 solid 2px;
	width: 14px;
	height: 14px;
	transform: translateY(-3px) rotate(45deg);
	margin-left: 15px;
	transition: all .3s ease-out;
}
.newsMore a .close,
.newsMore a.on .open {
	display: none;
}
.newsMore a.on .close {
	display: inline;
}

.newsMore a.on::after {
    transform: translateY(4px) rotate(-135deg);
}

.snsList {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	list-style: none !important;
}
.snsList li {
	margin: 0 20px;
}
.snsList li a {
	font-size: 36px;
	text-decoration: none;
	color: #000;
}

.ftrBnr li {
	padding: 0 10px;
}

.slick-dots {
    bottom: -30px;
}
.slick-dots li {
	padding: 0;
	width: auto;
	height: inherit;
}
.slick-dots li button {
	background-color: #D6D6D6;
    width: 10px;
    height: 10px;
    padding: 0;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
	background-color: #000;
}
.slick-dots li button:before {
	display: none;
}


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

	.otherWrap {
		display: block;
		margin-bottom: min(8vw, 60px);
	}


	#topOtherContents .contentWrap {
		padding: 0;
	}

	#topDispatch .topHl,
	#topReSites .topHl,
	#topNews .topHl {
		background-size: auto 65%;
	}

	#topDispatch {
		border-bottom: none;
		margin-bottom: min(8vw, 40px);
	}
	.dispatchList {
		padding: min(4vw, 20px) 0;
	}

	.dispatchList li a {
    	flex-direction: column;
    	height: 100%;
   		padding: 10px;
    	font-size: 12px;
	}
	.dispatchList li a::before {
		margin-right: 0;
		margin-bottom: 5px;
	}

	#topReSites {
		padding: min(8vw, 60px) 0;
	}
	.reSitesList {
		background-color: #fff;
		border: #000 solid 2px;
		border-radius: 8px;
		display: block;
	}
	.reSitesList li {
		width: 100%;
	}
	.reSitesList li a {
		justify-content: flex-start;
		text-align: center;
		background: url("../img/arrow_odd_bk.svg") no-repeat 95% center;
		background-size: min(6vw, 20px);
		border: none;
		padding: min(3vw, 15px);
    	font-size: min(3.8vw, 18px);
		border-bottom: #000 solid 2px;
		border-radius: 0;
	}
	.reSitesList li:last-child a {
		border-bottom: none;
	}
	.reSitesList li a::before {
		height: min(10vw, 40px);
		width: min(10vw, 40px);
		margin-right: min(4vw, 15px);
	}


	#topNews {
		padding: min(8vw, 60px) 0;
	}

	.newsList li .newsListHead {
		margin-bottom: min(1vw, 5px);
	}
	.newsList li .newsListHead .date {
		font-size: min(2.8vw, 12px);
	}
	.newsList li h3 {
		font-size: min(3.4vw, 16px);
	}

	.newsMore {
		max-width: 85%;
	}
	.newsMore a {
		padding: min(3vw, 15px);
		font-size: min(4vw, 18px);
	}
	.newsMore a::after {
		width: 12px;
		height: 12px;
		margin-left: 14px;
	}

	.newsList li {
		padding: min(2vw, 10px) 0 min(6vw, 30px);
	}

	.snsList {
		margin-bottom: min(8vw, 60px);
	}
	.snsList li {
		margin: 0 min(3vw, 20px);
	}
	.snsList li a {
		font-size: min(8vw, 36px);
	}

	.reSitesList {
    	padding: 0;
	}

}



/* ////////////////////////////////////////////////////////////////////////////////

	List page

//////////////////////////////////////////////////////////////////////////////// */

.searchBox {
	padding: 40px 25px 0;
	border-top: #000 solid 1px;
}
.searchBox .serachSelectBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.searchBox .serachSelectBox li {
	width: 48%;
}
.searchBox .serachSelectBox li select {
	background-color: #fff;
    padding: 15px 60px 15px 25px;
	width: 100%;
	border-radius: 6px;
	border: #000 solid 2px;
	font-size: 16px;
	background: #fff url("../img/arrow_down.svg") no-repeat 95% center;
	background-size: 20px;
}
.searchBox .serachSelectBox li select:focus {
	outline: none;
}

.searchBox .tagSearchTtl {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.searchBox .popTagList {
	position: relative;
	padding-bottom: 40px;
}
.searchBox .popTagList .moreTagBtn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.searchBox .popTagList .moreTagBtn a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: #000 solid 2px;
	border-radius: 50%;
}
.searchBox .popTagList .moreTagBtn a::before,
.searchBox .popTagList .moreTagBtn a::after {
	content: "";
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	background-color: #000;
	top: 50%;
	left: 50%;
}
.searchBox .popTagList .moreTagBtn a::before {
	width: 2px;
	height: 30%;
}
.searchBox .popTagList .moreTagBtn a::after {
	height: 2px;
	width: 30%;
}
.searchBox .popTagList .moreTagBtn a.on::before {
	opacity: 0;
}
.searchBox .popTagList .tagWrap {
	height: 86px;
	overflow: hidden;
}
.searchBox .popTagList .tagWrap > input{
	display: none;
}
.searchBox .popTagList .tagWrap.on {
	height: auto;
}
.searchBox .popTagList > a:nth-child(n + 12) {
	/*display: none;*/
}


.listHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	padding: 0 25px;
}
.listHead .totalNum {
	font-size: 16px;
}
.listHead .sortSelect {
	min-width: 200px;
}
.listHead .sortSelect select {
	background-color: #fff;
    padding: 10px 60px 10px 20px;
	width: 100%;
	border-radius: 6px;
	border: #000 solid 2px;
	font-size: 16px;
	background: #fff url("../img/arrow_down.svg") no-repeat 92% center;
	background-size: 20px;
}
.listHead .sortSelect select:focus {
	outline: none;
}


@media screen and (min-width: 821px) {
	.searchBox .popTagList .moreTagBtn a:hover {
		transform: scale(1.1);
		opacity: 1;
	}
}
@media screen and (max-width: 820px) {
	.searchBox {
		padding: min(6vw, 40px) 0 0;
	}
	.searchBox .serachSelectBox {
		display: block;
		margin-bottom: min(6vw, 40px);
	}
	.searchBox .serachSelectBox li {
		width: 100%;
	}
	.searchBox .serachSelectBox li + li {
		margin-top: min(3vw, 20px);
	}
	.searchBox .serachSelectBox li select {
		padding: min(2vw, 15px) min(12vw, 60px) min(2vw, 15px) min(4vw, 25px);
		background: #fff url(../img/arrow_down.svg) no-repeat 95% center;
		background-size: min(4vw, 20px);
	}

	.searchBox .tagSearchTtl {
		font-size: min(3.4vw, 16px);
		margin-bottom: min(3vw, 20px);
	}
	.searchBox .popTagList {
		position: relative;
		padding-bottom: min(7vw, 40px);
	}
	.searchBox .popTagList .moreTagBtn a {
		width: min(12vw, 60px);
		height: min(12vw, 60px);
	}

	.searchBox .popTagList .tagWrap {
		height: 112px;
	}

	.listHead {
		padding: 0;
		margin-bottom: min(10vw, 60px);
	}
	.listHead .totalNum {
		font-size: min(3.6vw, 16px);
	}
	.listHead .sortSelect select {
		padding: min(1.5vw, 15px) min(12vw, 60px) min(1.5vw, 15px) min(3vw, 25px);
		background: #fff url(../img/arrow_down.svg) no-repeat 95% center;
		background-size: min(4vw, 20px);
	}
}



/* ////////////////////////////////////////////////////////////////////////////////

	Detail page

//////////////////////////////////////////////////////////////////////////////// */
.detailHead .articleMeta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.detailHead .articleMeta .cat {
	padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 5px;
	font-size: 16px;
}
.detailHead .articleMeta .cat.cat01 {
    background-image: url(../img/ico_level_cat01.svg);
}
.detailHead .articleMeta .cat.cat02 {
    background-image: url(../img/ico_level_cat02.svg);
}
.detailHead .articleMeta .cat.cat03 {
    background-image: url(../img/ico_level_cat03.svg);
}
.detailHead .articleMeta .date {
	color: #999999;
	font-size: 14px;
}

.detailHead .titleAreaWrap {
	display: flex;
	justify-content: space-between;
}
.detailHead .titleArea {
	width: 48%;
}.detailHead .titleArea.noImg {
	width: 100%;
}
.detailHead .titleArea .must {
	display: inline-block;
	padding: 2px 15px 2px 38px;
    border-radius: 3px;
    margin-bottom: 20px;
    background: #FCF7F0 url(../img/ico_logomark.svg) no-repeat 9px 7px;
    background-size: 20px;
	font-size: 16px;
}
.detailHead .titleArea h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.detailHead .titleArea .tag {
	color: #999;
	margin-bottom: 40px;
}

.detailHead .singleTagList > a {
	display: inline-block;
    white-space: nowrap;
    margin: 0 12px 15px 0;
    border: #000 solid 2px;
    background-color: #EBEBEB;
    color: #000;
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 6px;
}
.detailHead .snsShare {
	display: flex;
    margin-top: 20px;
}
.detailHead .snsShare li {
	margin-left: 10px;
    line-height: 1;
}
.detailHead .snsShare li:first-child {
	margin-left: 0;
}
.detailHead .snsShare li a {
	text-decoration: none;
}
.detailHead .snsShare li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 5px 15px;
	border-radius: 30px;
}
.detailHead .snsShare li a.shareFB { background-color: #3878ea;}
.detailHead .snsShare li a.shareTW { background-color: #1DA1F2;}

.detailHead .snsShare li a i {
	color: #fff;
	font-size: 16px;
}
.detailHead .snsShare li a span {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}


.detailHead .eyeCatch {
	width: 48%;
	line-height: 0;
}
.detailHead.hasNoImg .titleAreaWrap {
	display: block;
}
.detailHead.hasNoImg .titleAreaWrap > div {
	width: 100%;
}

.detailBody {
	border-top: #ccc solid 1px;
}

.detailBody h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 2px solid #ff040d;
}
.detailBody p + h4 {
	margin-top: 40px;
}

.detailBody h5 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 2px solid #ffc500;
}
.detailBody p + h5 {
	margin-top: 40px;
}

.detailBody h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: 1px solid #9fa0a0;
}
.detailBody p + h6 {
	margin-top: 40px;
}

.detailBody p {
	font-size: 15px;
	font-weight: 500;
	margin: 20px 0;
}

.detailBody a {
	color: #000;
	text-decoration: underline;
	word-break: break-all;
}

.detailBody blockquote {
	background-color: #F2F2F2;
	padding: 10px;
	font-size: 15px;
	border-radius: 6px;
	margin: 30px 0;
}
.detailBody blockquote::before {
	content: "“";
}
.detailBody blockquote::after {
	content: "”";
}
.detailBody hr {
	height: 1px;
	border: none;
	background-color: #ccc;
	margin: 50px 0;
}
.detailBody ul {
	list-style: disc;
	margin: 40px 0;
	padding-left: 20px;
}
.detailBody ul li {
	margin: 5px 0;
}
.detailBody ol {
	list-style: decimal;
	margin: 40px 0;
	padding-left: 20px;
}
.detailBody ol li {
	margin: 5px 0;
}


.detailBody dl {
	margin: 60px 0;
}
.detailBody dl dt {
	background-color: #FEB76F;
	padding: 15px;
	font-size: 16px;
}
.detailBody dl dd + dt {
	margin-top: 20px;
}
.detailBody dl dd {
	padding: 15px 0;
	font-size: 15px;
}

/*文字揃え*/
.detailBody .ta-l {
 text-align: left;
}
.detailBody .ta-c {
 text-align: center;
}
.detailBody .ta-r {
 text-align: right;
}

@media screen and (min-width: 821px) {
	.detailBody figure.fig-r,
	.detailBody figure.fig-l {
		 display: flex;
	}
	.detailBody figure.fig-l {
		 flex-direction: row-reverse;
	}
	.detailBody figure.fig-r img {
		margin-left: 20px;
	}
	.detailBody figure.fig-l img {
		margin-right: 20px;
	}
}


.detailBody figure, .detailBody p.txt{
	margin: 30px 0 60px;
}
.detailBody figure:first-child, .detailBody p.txt:first-child {
	margin-top: 0;
}
.detailBody figure.bg, .detailBody p.txt.bg {
	padding: 40px 40px 40px;
	background-color: #F2F2F2;
}
.detailBody figure.bl, .detailBody p.txt.bl{
	padding: 40px 40px 40px;
	border: 1px solid #d1d1d1;
}
.detailBody figure img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.detailBody figure figcaption:first-child {
	margin-bottom: 20px;
	font-size: 15px;
}
.detailBody figure figcaption:last-child {
	margin-top: 20px;
	font-size: 15px;
}


.detailBody strong {
	font-weight: bold;
}


.detailBody table {
	border-collapse:separate;
	border-spacing:2px;
	width: 100%;
	font-size: 15px;
	margin: 30px 0;
}
.detailBody table th {
	background-color: #F7E4D6;
	text-align: left;
	padding: 15px;
}
.detailBody table td {
	background-color: #FCF7F0;
	padding: 15px;
}
/* .detailBody table tr:nth-child(even) th {
	background-color: rgb(247 228 214 / 30%);
} */
.detailBody table tr:nth-child(even) td {
	background-color: rgb(252 247 240 / 30%);
}

/* color */
.detailBody table.clr_red th {
	background-color: #f47e78;
}
.detailBody table.clr_red td {
	background-color: #feeeee;
}
/* .detailBody table.clr_red tr:nth-child(even) th {
	background-color: rgb(244 126 120 / 30%);
} */
.detailBody table.clr_red tr:nth-child(even) td {
	background-color: rgb(254 238 238 / 30%);
}
.detailBody table.clr_gray tr th {
	background-color: #d3d3d3;
}
.detailBody table.clr_gray tr td {
	background-color: #f5f5f5;
}
/* .detailBody table.clr_gray tr:nth-child(even) th {
	background-color: rgb(211 211 211 / 30%);
} */
.detailBody table.clr_gray tr:nth-child(even) td {
	background-color: rgb(245 245 245 / 30%);
}

/* mode */
@media screen and (max-width: 820px) {
	.detailBody table.mode_column th,
	.detailBody table.mode_column td {
		display: block;
		width: 100%
}
	.detailBody table.mode_column td {
		background-color: #FCF7F0!important;
	}
	.detailBody table.mode_column.clr_red td {
		background-color: #feeeee!important;
	}
	.detailBody table.mode_column.clr_gray td {
		background-color: #f5f5f5!important;
	}
}


.detailFtr {
	padding-bottom: 0;
}
.detailFtr .popTagList {
	padding: 0;
	background-color: transparent;
	margin-bottom: 60px;
}


.recommend {
	border-top: #ccc solid 1px;
	padding-bottom: 0;
}
.recommend h4 {
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}

.youtube{
	margin-top: 20px;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.youtube.sp {
	margin-bottom: 20px;
}
 
.youtube iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

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

	.detailHead .articleMeta {
		display: block;
		margin-bottom: min(6vw, 30px);
	}
	.detailHead .articleMeta .cat {
		padding-left: min(6vw, 30px);
		background-size: min(4vw, 20px);
		margin-bottom: min(1vw, 5px);
		font-size: min(3.4vw, 16px);
	}

	.detailHead .articleMeta .date {
		font-size: min(3vw, 14px);
	}

	.detailHead .titleAreaWrap {
		display: block;
	}
	.detailHead .titleArea {
		width: 100%;
		margin-bottom: min(6vw, 60px);
	}

	.detailHead .titleArea .must {
    	padding: min(1vw, 2px) min(3vw, 15px) min(1vw, 2px) min(7vw, 34px);
		margin-bottom: min(3vw, 10px);
		background: #FCF7F0 url(../img/ico_logomark.svg) no-repeat min(1.5vw, 8px) min(1.6vw, 8px);
		background-size: min(3.4vw, 16px);
    	font-size: min(3.4vw, 16px);
	}

	.detailHead .titleArea h3 {
		font-size: min(5.4vw, 30px);
		margin-bottom: min(4vw, 20px);
	}
	.detailHead .titleArea .tag {
		margin-bottom: min(5vw, 40px);
	}

	.detailHead .singleTagList > a {
		margin: 0 min(2vw, 12px) min(2vw, 15px) 0;
		padding: min(1vw, 2px) min(3vw, 10px);
	}
	.detailHead .snsShare {
		margin-top: min(4vw, 20px);
	}
	.detailHead .snsShare li {
		margin-left: min(3vw, 16px);
	}
	.detailHead .snsShare li a {
    	line-height: 1;
    	padding: min(1.5vw, 5px) min(3vw, 15px);
	}
	.detailHead .snsShare li a i {
		font-size: min(3.2vw, 16px);
	}
	.detailHead .snsShare li a span {
		font-size: min(2.8vw, 12px);
		margin-left: min(1vw, 5px);
	}

	.detailHead .eyeCatch {
		width: 100%;
	}


	.detailBody h4 {
		font-size: min(4.8vw, 20px);
		margin: min(4vw, 20px) 0;
	}
	.detailBody h5 {
		font-size: min(3.8vw, 18px);
		margin: min(4vw, 20px) 0;
	}
	.detailBody h6 {
		font-size: min(3.8vw, 18px);
		margin: min(4vw, 20px) 0;
	}
	.detailBody p + h4,
	.detailBody p + h5,
	.detailBody p + h6 {
		margin-top: min(6vw, 40px);
	}


	.detailBody p {
		font-size: min(3.5vw, 15px);
		margin: min(4vw, 20px) 0;
	}

	.detailBody blockquote {
		padding: min(3vw, 10px);
		font-size: min(3.5vw, 15px);
		margin: min(6vw, 30px) 0;
	}

	.detailBody hr {
		margin: min(10vw, 50px) 0;
	}
	.detailBody ul,
	.detailBody ol {
		margin: min(8vw, 40px) 0;
		padding-left: min(6vw, 20px);
	}
	.detailBody ul li,
	.detailBody ol li {
		margin: min(1vw, 5px) 0;
		font-size: min(3.5vw, 15px);
	}


	.detailBody dl {
		margin: min(10vw, 60px) 0;
	}
	.detailBody dl dt {
		padding: min(3vw, 15px);
		font-size: min(3.8vw, 16px);
	}
	.detailBody dl dd + dt {
		margin-top: min(6vw, 20px);
	}
	.detailBody dl dd {
		padding: min(3vw, 15px) 0;
		font-size: min(3.5vw, 15px);
	}


	.detailBody figure {
		/* padding: min(6vw, 40px) min(6vw, 40px) min(6vw, 40px);*/
		padding: 0;
		margin: min(10vw, 30px) 0;
	}
	.detailBody figure img {
		max-width: 100%;
	}
	.detailBody figure figcaption:first-child {
		margin-bottom: min(4vw, 20px);
		font-size: min(3.5vw, 15px);
	}
	.detailBody figure figcaption:last-child {
		margin-top: min(4vw, 20px);
		font-size: min(3.5vw, 15px);
	}

	.detailBody table {
		border-spacing: 1px;
		font-size: min(3.5vw, 15px);
	}
	.detailBody table th,
	.detailBody table td {
		padding: min(4vw, 15px) min(3vw, 15px);
	}

	.detailFtr .popTagList {
    	margin-bottom: min(6vw, 60px);
	}


	.recommend h4 {
		padding: 0;
		font-size: min(4.2vw, 18px);
		margin-bottom: min(6vw, 30px);
	}
}





/* ////////////////////////////////////////////////////////////////////////////////

	About

//////////////////////////////////////////////////////////////////////////////// */

#mainVisual.aboutHead {
	background-color: #fff;
    height: 480px;
}
#mainVisual.aboutHead .mvBgWrap {
    height: auto;
    width: 100%;
}
#mainVisual.aboutHead .aboutTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
    font-size: 4.2vh;
	background: url("../img/ico_logomark.svg") no-repeat center top;
    background-size: auto 22vh;
    padding-top: 25vh;
}

.aboutLead {
	padding-bottom: 40px;
}
.aboutLead p {
	text-align: center;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}

.aboutBody {
	padding-bottom: 0;
}

.aboutBody .aboutWrap {
	margin-bottom: 60px;
}
.aboutBody .aboutWrap.borderbtm {
	border-bottom: #ccc solid 1px;
	padding-bottom: 60px;
}
.aboutBody .aboutWrap h3 {
	background-color: #FEB76F;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.aboutBody .aboutWrap p {
	margin-bottom: 30px;
}
.aboutBody .aboutWrap .aboutLevel {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.aboutBody .aboutWrap .aboutLevel li {
	margin: 0 20px;
}
.aboutBody .aboutWrap .aboutLevel li div {
	line-height: 0;
	margin-bottom: 15px;
}
.aboutBody .aboutWrap .aboutLevel li div img {
	width: 65px;
	height: auto;
}
.aboutBody .aboutWrap .aboutLevel li p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 0;
}


.aboutBody .aboutWrap .aboutContentList {
	border: #CBCBCB solid 1px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aboutBody .aboutWrap .aboutContentList dt {
	width: 150px;
	height: 80px;
	background-color: #FAEBDF;
	border: #000 solid 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.aboutBody .aboutWrap .aboutContentList dd {
	width: calc(100% - 180px);
	margin-bottom: 15px;
}
.aboutBody .aboutWrap .aboutContentList dd p:last-child {
	margin-bottom: 0;
}


.aboutBody .aboutWrap .aboutMovie {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.aboutBody .aboutWrap .aboutMovie .icoMovie {
	width: 80px;
}

.aboutBody .aboutWrap .aboutMovieBtn {
	max-width: 320px;
	margin: 0 auto;
}
.aboutBody .aboutWrap .aboutMovieBtn a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	border: #000 solid 2px;
	border-radius: 8px;
	background: url("../img/arrow_odd_bk.svg") no-repeat 95% center;
	background-size: 20px;
}

.aboutBody .snsList {
	margin-bottom: 0;
}


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

	#mainVisual.aboutHead {
		height: 64vw;
	}
	#mainVisual.aboutHead .mvBgWrap {
		height: 100%;
		width: auto;
	}
	#mainVisual.aboutHead .aboutTitle {
		font-size: 5.4vw;
		background-size: auto 28vw;
		padding-top: 30vw;
		white-space: nowrap;
	}

	.aboutLead {
		padding-bottom: 0;
	}
	.aboutLead p {
		font-size: min(4vw, 20px);
		line-height: 2;
	}

	.aboutBody .aboutWrap {
		margin-bottom: min(10vw, 60px);
	}
	.aboutBody .aboutWrap h3 {
		padding: min(3vw, 20px) min(4vw, 20px);
		font-size: min(3.8vw, 18px);
		margin-bottom: min(4vw, 30px);
		line-height: 1.6;
	}
	.aboutBody .aboutWrap p {
		font-size: min(3.4vw, 16px);
		margin-bottom: min(6vw, 30px);
	}

	.aboutBody .aboutWrap .aboutLevel li {
		margin: 0 min(4vw, 20px);
	}
	.aboutBody .aboutWrap .aboutLevel li div {
		margin-bottom: min(3vw, 15px);
	}
	.aboutBody .aboutWrap .aboutLevel li div img {
		width: min(14vw, 65px);
		height: auto;
	}
	.aboutBody .aboutWrap .aboutLevel li p {
		font-size: min(3.6vw, 16px);
	}

/*
	.aboutBody .aboutWrap .aboutContentList {
		padding: min(4vw, 30px);
		align-items: flex-start;
	}
	.aboutBody .aboutWrap .aboutContentList dt {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(4vw, 15px);
	}
	.aboutBody .aboutWrap .aboutContentList dd {
		width: calc(100% - 100px);
		margin-bottom: min(4vw, 15px);
	}
	.aboutBody .aboutWrap .aboutContentList dd p {
		font-size: min(3.2vw, 14px);
	}
*/
	.aboutBody .aboutWrap dl.aboutContentList {
		padding: min(4vw, 30px);
		display: block;
		border: none;
	}
	.aboutBody .aboutWrap .aboutContentList dt {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(4vw, 15px);
		height: inherit;
		width: 100%;
		padding: 5px;
	}
	.aboutBody .aboutWrap .aboutContentList dd {
		width: 100%;
		margin-bottom: 30px;
	}
	.aboutBody .aboutWrap .aboutContentList dd p {
		font-size: min(3.2vw, 14px);
	}

	.aboutBody .aboutWrap .aboutMovie {
		align-items: center;
    	margin-bottom: min(8vw, 40px);
	}
	.aboutBody .aboutWrap .aboutMovie p {
		width: 75%;
		margin-bottom: 0;
	}
	.aboutBody .aboutWrap .aboutMovie .icoMovie {
		width: 20%;
	}

	.aboutBody .aboutWrap .aboutMovieBtn {
		max-width: 85%;
	}
	.aboutBody .aboutWrap .aboutMovieBtn a {
		padding: min(4vw, 15px);
		font-size: min(4vw, 18px);
	}
}

