@charset "utf-8";

/**
 * loading
 */
.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.loading:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .8s ease-in-out;
}

.loading.is-active:after {
	transition-delay: 1s;
	opacity: 0;
}

.loading__in {
	background: url("../img/top/main_logo.png") no-repeat 0 0 / 100%;
	width: 250px;
	height: 165px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all .8s ease-in-out;
}

.loading.is-active .loading__in {
	transition-delay: .6s;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	filter: blur(15px);
	transform: translate(30px, -30px) rotate3d(1, 1, 1, -10deg);
	opacity: 0;
}

@media screen and (max-width:768px) {
	.loading__in {
		width: 120px;
		height: 79px;
	}
}

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 0px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/**
 * Animation
 */
.tAni {
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	filter: blur(15px);
	opacity: 0;
	transform: translate(30px, -30px) rotate3d(1, 1, 1, -10deg);
	transition: all .8s ease-in-out;
}

.tAni.is-active {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	transform: translate(0, 0) rotate3d(1, 1, 1, 0);
}

.tAni2 {
	opacity: 0;
	transition: all .8s ease-in-out;
}

.tAni2.is-active {
	opacity: 1;
}

/* title logo */
.mv_logo.is-active {
	transition-delay: 0;
}

/* visual */
.visual.is-active {
	transition-delay: .3s;
}
.visual.js-loadfin{
	transition-delay: unset;
}

/* MV INFO */
.mv_info.is-active {
	transition-delay: .6s;
}

/* staff */
.movieInfo_bnr.is-active {
	transition-delay: .9s;
}

/* SP MENU */
.menuBtn.is-active{
	transition-delay: 1.2s;
}

/* and */
.footer__inWrap.is-active,
.footer__shareListsWrap.is-active,
.footer__siteBnr.is-active {
	transition-delay: .6s;
}

/**
 * fullWrap
 */
#fullWrap {
	/* background: url("../img/top/main_bg.jpg") no-repeat center / cover; */
	width: 100%;
	height: 100vh;
	/* min-width: 1200px; */
	min-height: 620px;
	position: relative;
}
#topContWrap{
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	min-height: 620px;
	overflow: hidden;
	z-index: 10;
}
@media screen and (max-width: 768px){
	#topContWrap{
		display: block;
		height: auto;
		min-height: auto;
		padding-top: 142.1334%;
		position: relative;
	}
	#fullWrap {
		position: relative;
	}
}

/** SIDE **/
#side{
	order: 1;
	/*width: 19.5%;*/
	width: 234px;
	position: relative;
}
.sideNav {
	/*width: 40%;*/
	width: 208px;
	padding: 32px 0 0 28px;
	position: relative;
	z-index: 3;
}
.sideNav__item {
	margin-bottom: 8px;
}
.sideNav__item a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.6px;
	white-space: nowrap;
	color: #fff;
}
@media screen and (max-width: 768px){
	#side{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.menuBtn{
		width: 13.334%;
		padding-top: 13.334%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #0481D5;
		display: block;
		z-index: 9999;
	}
	.menuBtn span{
		width: 36%;
		padding-top: 3%;
		background-color: #fff;
		display: block;
		position: absolute;
		transition: .3s ease;
	}
	.menuBtn span:nth-of-type(1){
		top: 38%;
		left: 32%;
	}
	.menuBtn span:nth-of-type(2){
		top: 49%;
		left: 32%;
	}
	.menuBtn span:nth-of-type(3){
		bottom: 38%;
		left: 32%;
	}
	.menuBtn.menu-view span:nth-of-type(1){
		top: 48.5%;
		transform: rotate(20deg);
	}
	.menuBtn.menu-view span:nth-of-type(2){
		transform: translateX(20%);
		opacity: 0;
	}
	.menuBtn.menu-view span:nth-of-type(3){
		bottom: 48.5%;
		transform: rotate(-20deg);
	}
	.sideNav{
		padding: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	.sideNavListsWrap{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background-color: #0481D5;
		transition: .4s ease-in-out;
	}
	.sideNavListsWrap.menu-view{
		left: 0%;
		pointer-events: auto;
	}
	.sideNavLists{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 20.5334% 0 0 11.4667%;
	}
	.sideNav__item{
		width: 50%;
	}
	.sideNav__item:nth-of-type(2n){
		padding-left: 10.543%;
	}
	.sideNav__item a {
		font-size: 1.5rem;
		font-weight: 600;
		letter-spacing: 1px;
	}
}

/** TOP MAIN **/
#topMain{
	order: 2;
	width: calc(100% - 234px);
	height: 100%;
	position: relative;
}
#scene{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#scene .layer{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
}
.visual{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("../img/top/main_visual.jpg") no-repeat top center / cover;
	transition: background-position-y 4s ease, background-position-x 4s ease, filter .8s ease-in-out, transform .8s ease-in-out, -webkit-filter .8s ease-in-out, opacity .8s ease-in-out;
}
.mv_logo{
	min-width: 420px;
	width: 32.8157%;
	padding-top: 21.6357%;
	background: url("../img/top/main_logo.png") no-repeat center / 100%;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.mv_catch{
	min-width: 780px;
	width: 6.6626%;
	padding-top: 36.9566%;
	position: absolute;
	top: 50px;
	left: 16px;
	background: url("../img/top/mv_catch.png") no-repeat top left / 100%;
}
.mv_roadshow{
	min-width: 157px;
	width: 16.2526%;
	padding-top: 7.4535%;
	background: url("../img/top/mv_roadshow.png") no-repeat bottom left / 100%;
	position: absolute;
	left: 16px;
	bottom: 12px;
}
@media screen and (min-width: 768px){
	.js-mouseOver{
		position: absolute;
		z-index: 100;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px){
	.mv_logo{
		padding-top: 209px;
	}
	.mv_catch{
		padding-top: 357px;
	}
	.mv_roadshow{
		padding-top: 72px;
	}
}
@media screen and (max-width: 768px){
	#topMain{
		width: 100%;
		padding-top: 142.1334%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.visual{
		background: url("../img/top/main_visual_sp.jpg") no-repeat top center / cover;
	}
	.mv_logo{
		display: none;
	}
	.mv_catch{
		min-width: auto;
		width: 11.7334%;
		padding-top: 65.4667%;
		top: 10.319%;
		left: 0.5334%;
	}
	.mv_roadshow{
		min-width: auto;
		width: 35.2%;
		padding-top: 16.1334%;
		left: 32.4%;
		bottom: 0.28142%;
	}
}

/** topContent **/
#topContent{
	position: absolute;
	width: 234px;
	height: 308px;
	left: 0;
	bottom: 0;
}

@media screen and (max-width:768px) {
	#topContent{
		width: 100%;
		height: auto;
		padding-top: 1066px;
		padding-top: 142.1334%;
	}
}
.movieInfo_bnr {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: 110px;
	right: calc(50% - 50px);
	z-index: 1;
}
.movieInfo_bnr a {
	display: block;
	transition: all .3s;
}
.movieInfo_bnr a:hover {
	opacity: .75;
}
.movieInfo_bnr a img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.movieInfo_bnr{
		width: 25.334%;
		height: auto;
		padding-top: 25.334%;
		bottom: 2.81426%;
		right: 2.667%;
	}
}
.topCont__movie {
	background-color: #000;
	width: 234px;
	height: 94px;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
@media screen and (max-width:768px) {
	.topCont__movie {
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		margin-top: 0.8%;
		z-index: 0;
	}
}
.topCont__movie a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.topCont__movie a:before {
	content: "";
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .3s ease-in-out;
}
.topCont__movie a:hover:before {
	opacity: 0;
}
.topCont__movie--icon {
	display: block;
	color: #fff;
	font-size: 14px;
	width: 62px;
	height: 70px;
	line-height: 70px;
	margin: auto;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-shadow: 0px 0px 10px #2e89e4;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	z-index: 2;
}
.topCont__movie--icon:before,
.topCont__movie--icon:after {
	content: "";
	width: 46px;
	height: 24px;
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	transition: all .3s ease;
}
.topCont__movie--icon:before {
	background: url("../img/common/deco1_l.svg") no-repeat 0 0 / 100%;
	top: 0;
}
.topCont__movie a:hover .topCont__movie--icon {
	color: #ece48b;
}
.topCont__movie a:hover .topCont__movie--icon:before {
	top: -10px;
}
.topCont__movie--icon:after {
	background: url("../img/common/deco1_r.svg") no-repeat 0 0 / 100%;
	bottom: 0;
}
.topCont__movie a:hover .topCont__movie--icon:after {
	bottom: -10px;
}
@media screen and (max-width:768px) {
	.topCont__movie--icon {
		font-size: 1.2rem;
	}
}


/*== STAFF ==*/
.top_staffWrap{
	padding: 32px 48px;
	text-align: center;
	margin: 0 auto;
}
.top_mainStaffWrap{
	margin-bottom: 24px;
}
.top_mainStaff{
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 1.6;
	font-weight: 500;
}
.top_mainStaff_dt{
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}
.top_mainStaff_dd{
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}
.top_staffInWrap_ttl{
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 4px;
}
.top_staffInLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
}
.top_staffInList{
	padding: 0 5px;
	display: flex;
}
.top_staffInList__dt,.top_staffInList__dd{
	font-size: 10px;
	font-weight: 500;
	line-height: 1.8;
}
.top_staffInList__dt:after{
	content: '：';
}

.top_staffInLists:nth-of-type(3){
	max-width: 840px;
	margin: 0 auto 10px;
}

.top_staffInLists:nth-of-type(4){
	max-width: 1150px;
	margin: 0 auto 10px;
}
.top_staffInList__dd.spe{
	padding-left: 1em;
}

@media screen and (max-width: 768px){
	.top_staffWrap{
		padding: 6.4%;
	}
	.top_mainStaffWrap{
		width: 100%;
		margin-bottom: 7.34%;
	}
	.top_mainStaff{
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 7.34%;
	}
	.top_mainStaff_dt{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.top_mainStaff_dd{
		font-size: 1.4rem;
	}
	.top_staffInWrap_ttl{
		font-size: 1.2rem;
		font-weight: 500;
		margin-bottom: 6px;
	}
	.top_staffInLists{
		margin-bottom: 12px;
	}
	.top_staffInList{
		padding: 0 0.5em;
	}
	.top_staffInList__dt,.top_staffInList__dd{
		font-size: 1.2rem;
	}
	.top_staffInLists .top_staffInList{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.top_staffInLists:nth-of-type(3){
		max-width: auto;
		margin: 0 auto 12px;
	}
	.top_staffInLists:nth-of-type(4){
		max-width: auto;
		margin: 0 auto 12px;
	}
}

/**
 * Footer
 */
#footer{
	/*position: relative;
	padding-top: 100vh;*/
	padding-bottom: 28px;
}
@media screen and (min-width: 769px) and (max-height: 620px){
	#footer{
		/*padding-top: 620px;*/
	}
}
@media screen and (max-width: 768px){
	#footer{
		padding-top: 0;
		z-index: 0;
	}
}

/* site bnr */
#footerIn{
	position: relative;
	padding: 10px 0 28px;
}
.footer__siteBnr {
	width: 100%;
	text-align: center;
}

.footer__siteBnr img {
	width: 380px;
}

@media screen and (max-width:768px) {
	.footer__siteBnr {
		position: relative;
		right: auto;
		bottom: auto;
	}

	.footer__siteBnr img {
		width: 100%;
	}
}

/* shareLists, link */
.footer__linkshareWrap {
	width: 580px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 14px;
	left: 30px;
	z-index: 11;
}

.footer__linkshare__item {
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.footer__linkshare__item:nth-of-type(2) {
	margin-right: 24px;
}

.footer__linkshare__item:last-child {
	margin-right: 0;
}

.footer__linkshare__item dt {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	margin-right: 10px;
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.footer__linkshareWrap {
		width: auto;
		/*flex-direction: row-reverse;*/
		display: flex;
		justify-content: center;
		margin-top: 40px;
		margin-bottom: 40px;
		position: relative;
		top: auto;
		left: auto;
	}
	.footer__linkshare__item:nth-of-type(1){
		margin-top: 20px;
		order: 3;
	}
	.footer__linkshare__item:nth-of-type(2){
		order: 1;
	}
	.footer__linkshare__item:nth-of-type(3){
		order: 2;
	}
	.footer__linkshare__item {
		display: block;
		margin-right: 0;
	}

	.footer__linkshare__item dt {
		color: #fff;
		display: block;
		font-size: 1.2rem;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
}

/* shareLists */
.shareLists {
	display: flex;
}

.shareLists__item {
	width: 40px;
	height: 40px;
}

.shareLists__link {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.shareLists__link.shareLists__link--tw {
	background-image: url("../img/common/sns_tw.svg");
}

.shareLists__link.shareLists__link--fb {
	background-image: url("../img/common/sns_fb.svg");
}

.shareLists__link.shareLists__link--li {
	background-image: url("../img/common/sns_line.svg");
}

@media screen and (max-width:768px) {
	.shareLists {
		justify-content: center;
	}

	.shareLists__item {
		margin: 8px;
	}

	.shareLists__link {
		background-size: 24px;
	}

	.shareLists__link.shareLists__link--tw {
		background-image: url("../img/common/sns_tw.svg");
	}

	.shareLists__link.shareLists__link--fb {
		background-image: url("../img/common/sns_fb.svg");
	}

	.shareLists__link.shareLists__link--li {
		background-image: url("../img/common/sns_line.svg");
	}
}

/* tw link */
.footer__linktw a,
.footer__linktt a {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	margin-right: 10px;
	text-decoration: none;
	white-space: nowrap;
}

.footer__linktw a:after,
.footer__linktt a:after {
	content: "";
	background-image: url("../img/common/sns_tw.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
}
.footer__linktt a:after{
	background-image: url("../img/common/tiktok.svg");
}

@media screen and (max-width:768px) {

	.footer__linkshare__sp,
	.footer__linktw,
	.footer__linktw a {
		height: 100%;
	}

	.footer__linkshare__sp,
	.footer__linktw,
	.footer__linktt {
		display: flex;
		justify-content: center;
	}

	.footer__linktw a,
	.footer__linktt a {
		color: #fff;
		display: block;
		justify-content: center;
		margin-right: 0;
	}

	.footer__linktw a:after,
	.footer__linktt a:after {
		background-image: url("../img/common/sns_tw.svg");
		background-size: 24px;
		margin-top: 8px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer__linktt a:after{
		background-image: url("../img/common/tiktok.svg");
	}
}

.footer__copyRight {
	color: #FFF;
	display: block;
	font-size: 10px;
	width: 100%;
	text-align: center;
	left: 0;
}
@media screen and (max-width: 767px) {
.footer__copyRight {
		margin-top: 5px;
	}
}

/**
 * 20210608 intro追加
 */

.pc-none {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc-none {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none;
	}
}

/** ---------------------------------------------------------------- **/
.intro {
	background: url("../img/top/main_bg.jpg") no-repeat center/cover;
	width: 100%;
	min-width: 1200px;
	min-height: 630px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.intro {
		width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.intro {
		min-width: 100%;
		height: 100%;
		min-height: 100vh;
		padding: 20% 6%;
	}
}

.intro__inner {
	max-width: 1040px;
	margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.intro__inner {
		max-width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.intro__inner {
		max-width: 100%;
	}
}

.intro__title {
	color: #0481D5;
	font-size: 240%;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 20px 0px 10px 0px;
	text-align: center;
}
hr.title{
	border: solid 1px #0481D5;
}

@media screen and (max-width: 767px) {
	.intro__title {
		font-size: 200%;;
		white-space: nowrap;
	}
}

.intro__contents {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.intro__contents {
		margin-top: 15px;
	}
}

.intro__text {
	text-align: left;
	line-height: 1.8;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-size: 17px;
}

.intro__text span {
	/*color:#970000;*/
}

@media screen and (max-width: 767px) {
	.intro__text {
		line-height: 1.8;
		font-size: 16px;
	}
}

.intro__text--medium {
	font-size: 16px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.intro__text--medium {
		font-size: 15px;
	}
}

.intro__text--bold {
	font-size: 16px;
	font-weight: 600;
}
.intro__text--heavy {
	font-size: 18px;
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	.intro__text--bold {
		font-size: 12px;
	}
	.intro__text--heavy {
		font-size: 14px;
	}
}

#introModal .oneModalIn,
#storyModal .oneModalIn {
	display: block;
}

.js-introOpen a span,
.js-storyOpen a span {
	background-color: #000;
}

.js-introOpen a:after,
.js-storyOpen a:after {
	content: "CLOSE";
	color: #000;
	text-shadow: none;
}

/**
 * TOP MV-TEXT
 */
@media screen and (min-width: 768px) {
	.visual__in {
		position: relative;
	}

	.visual__text img {
		height: auto;
	}

	.visual__text--left {
		top: 24px;
		left: 20px;
	}

	.visual__text--right {
		top: 24px;
		right: 20px;
	}

	.visual__text--date {
		width: 220px;
		height: 40px;
		top: inherit;
		bottom: 70px;
		left: 50%;
		margin-left: -120px;
	}

	.visual__text--count {
		width: 100%;
		top: inherit;
		bottom: 140px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 64px;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #76161b;
		text-shadow: 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF;
		font-weight: 600;
	}
}

@media screen and (max-width: 768px) {
	.visual__sp {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
	}

	.visual__sp__text {
		position: absolute;
	}

	.visual__sp__text--main {
		margin: 0 5px;
		top: 10px;
		right: 0px;
	}

	.visual__sp__text--main img {
		max-width: 100%;
	}

	.visual__sp__text--date {
		bottom: 5px;
		left: 50%;
		margin-left: -65px;
	}

	.visual__sp__text--date img {
		max-width: 60%;
	}

	.visual__sp__text--logo {
		bottom: 35px;
		left: 50%;
		margin-left: -85px;
	}

	.visual__sp__text--logo img {
		max-width: 175px;
	}
}

/**
 * ticket
 */
@media screen and (max-width:768px) {
	.footer__bnr {
		margin-bottom: 15px;
	}

	.footer__bnr a {
		display: block;
		transition: all .3s;
	}

	.footer__bnr img {
		max-width: 40%;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (min-width:767px) {
	.footer__bnr {
		position: absolute;
		width: 120px;
		height: 120px;
		bottom: 150px;
		right: 15px;
	}

	.footer__bnr a {
		display: block;
		transition: all .3s;
	}

	.footer__bnr a:hover {
		opacity: .75;
	}

	.footer__bnr img {
		max-width: 120px;
	}
}