@charset "utf-8";
/*-----------------------------------------------
 * common
 * First view
 * Movie
 * Top section
 * News
-------------------------------------------------*/
/*-----------------------------------------------
 * common
-------------------------------------------------*/
:root {
	--circle-svg: 24px;
	--change-transition: .4s ease-in-out;
}

@keyframes scrollDown {
	0% { top: -100%; }
	70%, 100% { top: 100%; }
}

/**
 * mainTop
 */
.mainTop {
	padding-bottom: 240px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.mainTop {
		padding-bottom: 120px;
	}
}

#loading{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: #000;
}
#load{
	position: absolute;
	transform: rotate(30deg);
	top: calc(50% - 68px);
	left: 50%;
}
#loading_bar{
	width: 1px;
	height: 160px;
	background-color: rgba(255,255,255,0.2);
	position: relative;
}
#loading_barIn{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 80%;
	background-color: #fff;
	animation: loadbarAni 1.2s linear;
	animation-fill-mode: forwards;
	transition: 2s ease;
}
@keyframes loadbarAni {
	0%{
		bottom: 100%;
	}
	20%{
		bottom: 100%;
	}
	60%{
		bottom: 80%;
	}
	80%{
		bottom: 25%;
	}
	100%{
		bottom: 10%;
	}
}
#loading_barIn.js-loadfin{
	bottom: 0%;
	animation-fill-mode: none;
}

.js-load03{
	display: none;
}
.js-load04:before{
	opacity: 0;
	transition:opacity 3.6s ease!important;
	transition-delay : 0.1s!important;
}
.js-load04.js-loadon:before{
	opacity: 1;
}
.js-load05{
	position: absolute;
	opacity: 0;
	transition: 3.6s cubic-bezier(0.46, 0.32, 0.29, 1.02);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	transform: scale(0.98);
}
.js-load05.js-loadon{
	opacity: 1;
	transform: scale(1);
}

#logoWrap:before{
	top: 22px;
	bottom: 22px;
	right: 0;
	left: 0;
}
.js-load06, .js-load07{
	opacity: 0;
}
.js-load07.js-load07on{
	opacity: 1;
}
.js-load06.js-load06on{
	opacity: 0.2;
}
.js-load06{
	transition: 1s ease;
}
.js-load07{
	filter: blur(16px);
	transition: 1.8s ease-in-out;
}
.js-load07.js-load07on2{
	filter: blur(0);
	transition-delay: .4s;
}


/*-----------------------------------------------
 * First view
-------------------------------------------------*/
.firstview {
	position: relative;
	z-index: 1;
	background-color: #043297;
}

/* inner */
.firstview__inner {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.firstview__inner {
		flex-direction: column;
	}
}

/**
 * fvTltleArea
 */
.fvTltleAreaWrap{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}
.fvTltleArea {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	min-height: var(--common-min-height);
	position: sticky;
	top: 0;
	z-index: 2;
}
@media screen and (max-width:767px){
	.fvTltleAreaWrap{
		position: unset;
		order: 2;
		margin-top: auto;
	}
	.fvTltleArea {
		width: 100%;
		height: auto !important;
		position: unset;
		z-index: 1;
		display: block;
	}
}

/* inner */
.fvTltleArea__inner {
	width: 50%;
	margin-right:auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.fvTltleArea__inner {
		width:100%;
		margin: 20px 0 80px;
	}
}


.fvTltle_visualNav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	height: 100vh;
	width: 160px;
	background-color: #000;
}

@media screen and (max-width: 767px){
	.fvTltle_visualNav {
		position: relative;
		width: 100%;
		height: auto;
        display: flex;
	}
}
.fvTltle_visualNav-item img{
	width: 45%;
    height: 100%;
	object-fit: contain;
}

.fvTltle_visualNav-item {
	height: 50%;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px){
	.fvTltle_visualNav-item {
		width: 50%;
		height: 100px;
	}
}

.fvTltle_visualNav-item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45%;
	transition: .2s ease;
}

.fvTltle_visualNav-item:nth-child(1) a {
	background-color: #FFF;
	background-image: url(../img/top/banner/1st_bnr.png);  
}

.fvTltle_visualNav-item:nth-child(2) a {
	background-color: #000;
	background-image: url(../img/top/banner/2nd_bnr.png);
}

@media screen and (max-width:767px){
	.fvTltle_visualNav-item a {
		background-size: 60%;
	}

	.fvTltle_visualNav-item:nth-child(1) a {
		background-image: url(../img/top/banner/1st_bnr-s.png);  
	}
	
	.fvTltle_visualNav-item:nth-child(2) a {
		background-image: url(../img/top/banner/2nd_bnr-s.png);
	}
}

.fvTltle_visualNav-item a:hover {
	animation: .2s linear 0s flashAni;
}


/**
 * fvTltleArea__cover
 */
.fvTltleArea__cover {
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767px){
	.fvTltleArea__cover {
		width: 100%;
	}
}

/**
 * .fvTltleArea__corner
 */
.fvTltleArea__corner {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.fvTltleArea__corner.is-sp {
	display: none;
}
@media screen and (max-width:767px){
	.fvTltleArea__corner {
		display: none;
	}
	.fvTltleArea__corner.is-sp {
		display: block;
		z-index: 100;
		pointer-events: none;
	}
}

/* img */
.fvTltleArea__corner:before,
.fvTltleArea__corner:after {
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	position: absolute;
	width: 80px;
	height: 136px;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width:767px){
	.fvTltleArea__corner:before,
	.fvTltleArea__corner:after {
		width: 40px;
    	height: 70px;
	}
}

.fvTltleArea__corner:before {
	background-image: url(../img/common/corner_l_blue.svg);
	top: 0;
	left: 0;
}
.fvTltleArea__corner:after {
	background-image: url(../img/common/corner_r_blue.svg);
	bottom: 0;
	right: 0;
}

@media screen and (max-width:767px){
	.fvTltleArea__corner:after {
		bottom: 100px;
	}
}


/**
 * fvTltleArea__en
 */
.fvTltleArea__en {
	width: 100%;
	height: 136px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:767px){
	.fvTltleArea__en {
		height: 70px;
	}
}

.fvTltleArea__en.is-top {
	top: 0;
}
.fvTltleArea__en.is-bottom { 
	bottom: 0;
}

@media screen and (max-width:767px){
	.fvTltleArea__en.is-bottom { 
		bottom: 100px;
	}
}

/* mask */
.fvTltleArea__en.is-top {
	clip-path: polygon(80px 0, 100% 0, 100% 100%, 0% 100%);
}
.fvTltleArea__en.is-bottom {
	clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0% 100%);
}
@media screen and (max-width:767px){
	.fvTltleArea__en.is-top {
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0% 100%);
	}
	.fvTltleArea__en.is-bottom {
		clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
	}
}

/* img */
.fvTltleArea__en:after {
	content: '';
	background-image: url(../img/common/ttl_eng.svg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
}
.fvTltleArea__en.is-top:after {
	top: -76px;
	animation: Topslideeng 160s linear infinite;
}
.fvTltleArea__en.is-bottom:after {
	bottom: -44px;
	animation: Bottomslideeng 160s linear infinite;
}
@media screen and (max-width:767px){
	.fvTltleArea__en.is-top:after {
		top: -38px;
	}
	.fvTltleArea__en.is-bottom:after {
		bottom: -22px;
	}
}

/**
 * fvTltleArea__enText
 */
.fvTltleArea__enText {
	font-size: 10px;
	line-height: 2;
	opacity: 1;
	color: #fff;
	font-weight: 700;
	pointer-events: none;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 8;
}
@media screen and (max-width:767px){
	.fvTltleArea__enText {
		width: 90%;
		position: unset;
		padding: 0 10px;
		opacity: 1;
	}
}



/**
 * fvTltleArea__scrBtnWrap
 */
.fvTltleArea__scrBtnWrap {
	position: absolute;
	width: 80px;
	padding-top: 135px;
	right: 5px;
	bottom: 40px;
	z-index: 10;
	display: flex;
	justify-content: center;
	z-index: 11;
}

.fvTltleArea__scrBtnWrap .scrBtnBarWrap{
	height: 80px;
	top: 72px;
}
@media screen and (max-width:767px){
	.fvTltleArea__scrBtnWrap {
		width: 40px;
		padding-top: 170px;
		bottom: 110px;
	}
}

/**
 * fvTltleArea__visuals
 */
.fvTltleArea__visualWrap{
	position: relative;
	width: calc(100% - 160px);
/*	filter: brightness(3) contrast(3);*/
	transition: filter 2s cubic-bezier(.39,.25,.26,1) .5s;
}
body.--loaded .fvTltleArea__visualWrap{
	/*filter: brightness(100%) contrast(100%);*/
	/* animation: flashAni .2s linear 3.4s; */
}
body.--noloadani .fvTltleArea__visualWrap{
	transition: unset;
	filter: unset;
}
.fvTitleArea__visualLists {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.fvTltleArea__visualIn{
	width: 100%;
	padding-top: 140.9091%;
	position: relative;
}
.fvTltleArea__visualIn img{
	width:100%;
	height:100%;
	display: block;
	object-fit: contain;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
}
.v2e {
	position: absolute;
	left:0;
	top:0;
	opacity:0;
}
.v2e.e {
	animation:flash 0.24s linear forwards;
}
@keyframes flash {
	0%,20%,40%,60%,80%,99% {
		opacity:0;
	}
	10%,30%,50%,70%,90%,100% {
		opacity:1;
	}
}
@media screen and (max-width: 767px){
	.fvTltleArea__visualWrap{
		width: 100%;
/*		filter: brightness(4) contrast(4) opacity(1) saturate(1);*/
		/*transition: filter 1.7s linear .4s;*/
	}
	body.--loaded .fvTltleArea__visualWrap{
		/*filter: brightness(1) contrast(1) opacity(1) saturate(1);*/
		/* animation: flashAni .2s linear 2.2s; */
	}
}


@keyframes scaleUP {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	60%,100% { transform: scale(1.6);opacity: 0; }
}

.--tlani_op{
	opacity: 0;
	filter: blur(20px);
}
body.--noloadani .--tlani_op{
	filter: unset;
	opacity: unset;
}
body.--loaded .--tlani_op{
	opacity: 1;
	filter: blur(0px);
	transition: opacity 1s cubic-bezier(.54,.14,.39,.99) 3.9s,  filter 1.8s cubic-bezier(.54,.14,.39,.99) 4s;
}
@media screen and (max-width:767px){
	::-webkit-full-page-media, :future, :root .--tlani_op{
		filter: unset;
	}
	body.--loaded .--tlani_op{
		transition-delay: 2.3s, 2.4s;
	}
}


/*-----------------------------------------------
 * Movie
-------------------------------------------------*/
.movie {
	width: 100%;
	height: 100vh;
	min-height: var(--common-min-height);
	position: relative;
	z-index: 2;
}
@media screen and (max-width:767px){
	.movie {
		height: auto;
		padding-top: 56.25%;
	}
}

/**
 * movieLinkWrap
 */
.movieLinkWrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* link */
.movieLink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* icon */
.movieLink__icon {
	background-color: rgba(200,0,15,.4);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	width: 120px;
	height: 80px;
	-webkit-mask-image: url(../img/common/icon_play.svg);
	mask-image: url(../img/common/icon_play.svg);
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -40px;
}

/**
 * movie__bg
 */
.movie__bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* cover */
.movie__bg:after {
	content: "";
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* inner */
.movie__bg__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
@media screen and (max-width: 767px){
	.movie__bg__inner {
		width: 100%;
		height: 100vh!important;
	}
}

/*-----------------------------------------------
 * News
-------------------------------------------------*/
/**
 * newsLists
 */
/* wrap */
.newsListsWrap {
	padding: 80px;
}
@media screen and (max-width:767px){
	.newsListsWrap {
		padding: 20px;
	}
}

/* item */
.newsLists__item:not(:first-child) {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.newsLists__item:not(:first-child) {
		margin-top: 12px;
	}
}

/* link */
.newsLists__link {
	background-color: rgba(0,0,0,.6);
	display: block;
	width: 100%;
	position: relative;
	padding: 40px;
	text-decoration: none;
	transition: background-color .2s ease;
}
.newsLists__link:hover {
	background-color: rgba(0,0,0,1);
	animation: flashAni .2s linear;
}
@media screen and (max-width:767px){
	.newsLists__link {
		padding: 12px;
	}
	.newsLists__link:hover {
		animation: none;
	}
}

/* date */
.newsLists__date {
	color: rgb(var(--main-color-red));
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.newsLists__date {
		font-size: 12px;
		margin-bottom: 6px;
	}
}

/* title */
.newsLists__title {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width:767px){
	.newsLists__title {
		font-size: 12px;
		-webkit-line-clamp: 3;
	}
}

/* more btn */
.newsLists__more {
	width: 400px;
	margin: 40px auto 0;
}
@media screen and (max-width:767px){
	.newsLists__more {
		width: calc(100% - 40px);
		margin: 20px auto 0;
	}
}


/*-------------------------------------
* staff
--------------------------------------*/
@media screen and (max-width:767px){
	#staff {
		margin: 40px 0;
	}
}
/**
 * scListsWrap
 */
 .scListsWrap {
	width: var(--common-incont-width);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
}

@media screen and (max-width:767px){
	.scListsWrap {
		margin-bottom: 0;
	}
}

/* title */
.scLists__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.scLists__title {
		margin-bottom: 0;
	}
}

/* title in */
.scLists__title__in {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 0 20px;
}
@media screen and (max-width:767px){
	.scLists__title__in {
		font-size: 16px;
	}
}

/* lists */
.scLists {
	display: flex;
	flex-wrap: wrap;
}
.scLists.--mt1t{
	margin-top: 30px;
}
@media screen and (max-width:767px){
	.scLists {
		width: 100%;
		flex-direction: column;
		align-content: flex-end;
	}
	.scLists.--mt1t{
		margin-top: 0;
	}
}

/* item */
.scLists__item {
    width: 480px;
    padding-left: 80px;
    position: relative;
    margin: 28px 0;
    padding-top: 10px;
}
.scLists__item:nth-of-type(4n + 3) {
	/* margin-left: 80px; */
}
@media screen and (max-width:767px){
	.scLists__item {
		width: calc(100% - 90px);
		padding-left: 0;
		margin: 28px 20px;
	}
	.scLists__item:nth-of-type(4n + 3) {
		/* margin-left: 30px; */
	}
	.scLists__item:nth-child(even) {
		/* margin-left: 60px; */
	}
}

/* job */
.scJ__job{
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	-moz-transform: scale(1, 0.7);
	-webkit-transform: scale(1, 0.7);
	-ms-transform: scale(1, 0.7);
	transform:
	scale(1, 0.7);
	transform-origin: center left;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.scJ__job{
		font-size: 16px;
	}
}

/* name */
.scJ__name {
	display: flex;
	align-items: center;
	width: 142.86%;
	font-size: 24px;
	line-height: 1;
	transform:
	scale(0.7, 1);
	transform-origin: center left;
}
@media screen and (max-width:767px){
	.scJ__name {
		font-size: 32px;
	}
}

/* commentBtn */
.commentBtn {
	display: block;
	width: 32px;
	height: 29px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url(../img/common/btn_comment.svg);
	mask-image: url(../img/common/btn_comment.svg);
	background-color: rgb(var(--main-color-red));
	margin-left: 20px;
	transform: scale(1.3,1);
}
@media screen and (max-width:767px){
	.commentBtn {
		width: 26px;
		height: 22px;
	}
}

/* min */
.sc_min{
	margin-top: 16px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.25px;
}
@media screen and (max-width:767px){
	.sc_min{
		font-size: 10px;
	}
}

/* en */
.scDetail--en{
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	transform: scale(.8);
}

/* job */
.scE__job{
	order: 2;
	font-size: 10px;
	font-weight: 700;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
@media screen and (max-width:767px){
	.scE__job{
		transform: scale(.8);
	}
}

/* name */
.scE__name{
	order: 1;
	font-size: 12px;
	font-weight: 700;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	line-height: 1.4;
}
@media screen and (max-width:767px){
	.scE__name{
		transform: scale(.8);
	}
}


/**
 * comment modal
 */
.commentWrap {
	display: flex;
	width: var(--common-incont-width);
}
@media screen and (max-width:767px){
	.commentWrap {
		display: block;
		padding: 60px 20px;
	}
}

/* commentImg */
.commentImg {
	width: 320px;
	flex: none;
}
.commentImg img {
	width: 100%;
}
@media screen and (max-width:767px){
	.commentImg {
		width: 200px;
		margin: 0 auto;
	}
}

/**
 * commentTextWrap
 */
.commentTextWrap {
	color: #fff;
	font-size: 16px;
	padding-left: 50px;
}
@media screen and (max-width:767px){
	.commentTextWrap {
		font-size: 12px;
		margin-top: 20px;
		padding-left: 0;
	}
}

/**
 * commentName
 */
.commentName {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
}
.commentName_job {
	color: rgb(var(--main-color-red));
	font-size: 70%;
}
@media screen and (max-width:767px){
	.commentName {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}
}

/* text */
.commentTxt {
	line-height: 2;
}

/*-----------------------------------------------
 * Book
-------------------------------------------------*/
/**
 * bookssWrap
 */
 .booksWrap  {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	.booksWrap  {
		width: 100%;
	}
}

/**
 * bookCont
 */
 .bookCont {
	margin-bottom: 120px;
}
.bookCont:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.bookCont {
		margin-bottom: 80px;
		padding: 0 20px;
	}
}

/**
 * bookCont__title
 */
.bookCont__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
@media screen and (max-width:767px){
	.bookCont__title {
		margin-bottom: 0;
	}
}

/* en */
.bookCont__title--en {
	background-color: rgb(var(--main-color-red));
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}

/* is-novel */
.bookCont__title--en.is-novel {
	-webkit-mask-image: url(../img/book/title_novel.svg);
	mask-image: url(../img/book/title_novel.svg);
	width: 260px;
	height: 85px;
}
@media screen and (max-width:767px){
	.bookCont__title--en.is-novel {
		width: 166px;
    	height: 54px;
	}
}

/* is-comic */
.bookCont__title--en.is-comic {
	-webkit-mask-image: url(../img/book/title_comic.svg);
	mask-image: url(../img/book/title_comic.svg);
	width: 306px;
	height: 85px;
}
@media screen and (max-width:767px){
	.bookCont__title--en.is-comic {
		width: 196px;
    	height: 54px;
	}
}

/* is-other */
.bookCont__title--en.is-other {
	-webkit-mask-image: url(../img/book/title_other.svg);
	mask-image: url(../img/book/title_other.svg);
	width: 306px;
	height: 85px;
}
@media screen and (max-width:767px){
	.bookCont__title--en.is-other {
		width: 196px;
    	height: 54px;
	}
}

/* ja */
.bookCont__title--ja {
	font-size: 18px;
	transform: translateY(-28px);
}
@media screen and (max-width:767px){
	.bookCont__title--ja {
		font-size: 16px;
		transform: translateY(-24px);
	}
}

/**
 * bookContDl
 */
/* item */
.bookContDl__item:not(:first-child) {
	margin-top: 100px;
}
@media screen and (max-width:767px){
	.bookContDl__item:not(:first-child) {
		margin-top: 50px;
	}
}

/* dt */
.bookContDl__dt {
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.bookContDl__dt {
		font-size: 14px;
	}
}

/* dd */
.bookContDl__dd {
	margin-top: 40px;
}
@media screen and (max-width:767px){
	.bookContDl__dd {
		margin-top: 30px;
	}
}

/* text */
.bookContDl__text {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width:767px){
	.bookContDl__text {
		font-size: 14px;
		margin-top: 20px;
	}
}

/**
 * bookLists
 */
.bookLists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

/* item */
.bookLists__item {
	width: calc((100% - 120px) / 4);
	margin-bottom: 40px;
}
.bookLists__item:not(:nth-child(4n + 1)) {
	margin-left: 40px;
}
@media screen and (max-width:767px){
	.bookLists__item {
		width: calc((100% - 24px) / 3);
		margin-bottom: 8px;
	}
	.bookLists__item:not(:nth-child(4n + 1)) {
		margin-left: 0;
	}
	.bookLists__item:not(:nth-child(3n + 1)) {
		margin-left: 8px;
	}
}

/* a */
.bookLists__item > a {
	display: block;
	overflow: hidden;
}

/* img */
.bookLists__item > a img {
	width: 100%;
	transition: transform .3s ease;
}
.bookLists__item > a:hover img {
	animation: .2s linear 0s flashAni;
	transform: scale(1.15);
}


/*-----------------------------------------------
 * Twitter
-------------------------------------------------*/
/**
 * twitterwjCont
 */
.twitterwjCont {
	padding: 80px;
}
@media screen and (max-width:767px){
	.twitterwjCont {
		padding: 20px;
	}
}

/* twitter-timelineWrap */
.twitter-timelineWrap {
	background-color: #000;
	width: 100%;
	height: 560px;
	position: relative;
}
@media screen and (max-width:767px){
	.twitter-timelineWrap {
		height: auto;
		padding-top: 100%;
	}
}

/* twitter-timeline */
.twitter-timelineWrap .twitter-timeline {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
}

/* more btn */
.twitterwj__more {
	width: 400px;
	margin: 40px auto 0;
}
@media screen and (max-width:767px){
	.twitterwj__more {
		width: calc(100% - 40px);
		margin: 20px auto 0;
	}
}


#accessModal .oneModalIn__cont{
	width: 100%;
}
.accessModal__img {
	width: 56.6667%;
	margin: 0 auto;
	max-width: 1400px;
}
.accessModal__img img{
	max-width: 100%;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
}
@media screen and (max-width:767px){
	.accessModal__img {
		width: 100%;
	}
}


@media screen and (min-width: 767px){
	#accessModal_b .oneModalIn__cont{
		padding: 0;
	}
	#accessModal_b .accessModal__img{
		max-height: 100vh;
	}
	#accessModal_b .accessModal__img img{
		height: 100vh;
		object-fit: contain;
	}
}