@charset "utf-8";

/* CSS Documents */

/* tags
-------------------------------------------------- */
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

body {
	position: relative;
	margin: 0 auto;
	font-family: Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
	font-size: 75%;
	background: #f9f1dc url("/social/shirodora/img/base/pattern_a.png") repeat;
	background-size: 82px;
	background-attachment: fixed;
	color: #fff;
	z-index: 1;
	/*iOS safari 対応 */
	-webkit-text-size-adjust: 100%;
}

.hidden {
	visibility: hidden;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a img:hover,
.imgFadeout:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1024px) {

	a img:hover,
	.imgFadeout:hover {
		opacity: 1;
	}
}


/* wrap
-------------------------------------------------- */

.wrapper {
	position: relative;
	width: 100%;
	z-index: 10;
}

@media screen and (min-width: 737px) {

	body {
		min-width: 737px;
	}

	.wrapper {
		min-width: 1040px;
	}

}

/* fixedItem
-------------------------------------------------- */
.fixedItem {
	display: inline-block;
	transform: translateX(-100px);
	background: #fff;
	padding: 15px 10px;
	border-radius: 0 20px 20px 0;
	position: fixed;
	bottom: 100px;
	left: 0;
	z-index: 150;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	opacity: 0;
}

.fixedItem.show {
	transform: translateX(0);
	opacity: 1;
}

.fixedItem-sns {
	width: 34px;
}

.fixedItem-sns div {
	margin-bottom: 7px;
}

.fixedItem-sns div:last-child {
	margin-bottom: 0;
}

.fixedItem-sns img {
	width: 100%;
}

@media screen and (max-width: 736px) {
	.fixedItem {
		background: none;
		padding: 0;
		border-radius: 0;
		position: absolute;
		bottom: auto;
		left: auto;
		top: 85px;
		right: 10px;
		z-index: 150;
		box-shadow: none;
		width: 60px;
		display: flex;
		justify-content: center;
		transform: translateX(0);
		opacity: 1;
	}

	.fixedItem-sns {
		width: 6vw;
		max-width: 38px;
		min-width: 36px;
	}
}

/* header
-------------------------------------------------- */

.header_wrap {
	position: relative;
	z-index: 10000;
	width: 100%;
	max-width: 737px;
	margin: 0 auto;
	background: #f9f1dc url(/social/shirodora/img/base/pattern_a.png) repeat;
	background-attachment: fixed;
}

.mainHeader {
	background: #000;
	padding: 10px 0 20px;
	margin: 0;
}

.mainHeader img {
	width: auto;
}

.mainHeader .logo {
	height: 70px;
}

.mainHeader ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
}

.mainHeader>ul {
	padding: 10px 0;
}

.mainHeader .menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 757px;
	height: 61px;
	padding: 0;
	box-sizing: border-box;
	background: url(/social/shirodora/img/base/bg_header_menu.png) no-repeat;
}

.mainHeader .menu>li {
	height: 61px;
	text-indent: -9999px;
}

.mainHeader .menu>.news {
	width: 122px;
}

.mainHeader .menu>.chara {
	width: 187px;
}

.mainHeader .menu>.movie {
	width: 132px;
	margin: 0;
}

.mainHeader .menu>.special {
	width: 147px;
}

.mainHeader .menu>.qa {
	width: 110px;
}

.mainHeader>ul>li:first-child {
	margin-right: auto;
}

.mainHeader .menu>li a {
	display: block;
	height: 61px;
}

.mainHeader .menu>li img {
	max-width: inherit;
	height: 20px;
}

.mainHeader .mainHeader-logo {
	flex-shrink: 0;
	margin-right: 10px !important;
}

.mainHeader-nav {
	display: flex;
	justify-content: space-between;
}

.mainHeader-nav-sns {
	display: flex;
	align-items: center;
}

.mainHeader-nav-sns div {
	margin-left: 6px;
}

.h-logo-sp {
	display: block;
	width: 160px;
	padding: 10px 0;
	margin: 0 auto;
}

#topPage .h-logo-sp {
	display: none;
}

@media screen and (min-width: 737px) {

	.header_wrap {
		max-width: 100%;
	}

	.h-logo-sp {
		display: none;
	}

}

/* main
-------------------------------------------------- */

.kv {
	float: left;
	width: 740px;
	height: 340px;
}

.notice {
	width: 240px;
	height: 340px;
	float: left;
}

.notice h2 {
	text-align: center;
	font-weight: bold;
}

.notice li:hover {
	background-color: #f2f2f2;
}

.notice li p:nth-child(1) {
	color: #6e6e6e;
}

.notice li p:nth-child(2) {
	color: #424242;
	margin-top: 6px;
}

.notice li a {
	position: relative;
	display: block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.notice li a:before,
.notice li a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: "";
	width: 12px;
	height: 3px;
	background: #888;
	border-radius: 4px;
}

.notice li a:before {
	margin-top: -4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.notice li a:after {
	margin-top: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* summary
-------------------------------------------------- */

.summary {
	position: relative;
	overflow: hidden;
	margin: 40px 0 0 -33px;
	float: left;
}

/* mainFooter
-------------------------------------------------- */

.mainFooter {
	margin: 0 auto 0;
	text-align: center;
	padding: 18px 8px 18px;
	background: #000;
}

.mainFooter img:hover {
	opacity: 0.6;
}

/* clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	left: auto;
}

/* mainImg
-------------------------------------------------- */

.mainArea {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: auto;
}

.mainAreaMovieOuter {
	position: relative;
	z-index: 130;
	padding: 10px 0 0;
	background: #f2f2f2 url("/social/shirodora/img/base/pattern_b.png") repeat;
	background-attachment: fixed;
}

.mainAreaMovie {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: static;
	width: 368px;
	height: 279px;
	margin: auto;
	padding-top: 63px;
	box-sizing: border-box;
	background: url(/social/shirodora/img/top/bg_top_main_movie.png) no-repeat;
	background-size: cover;
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
}

.mainAreaMovieWrap {
	position: relative;
	cursor: pointer;
}

.mainAreaMovieWrap img {
	border-radius: 15px;
}

.mainAreaMovieWrap .img::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 64px;
	height: 45px;
	background: url(/social/shirodora/img/common/btn/btn_play_youtube.png) no-repeat;
	background-size: 100% 100%;
}

.main {
	width: 320px;
	margin: auto;
	padding-bottom: 30px;
}

.main h2 {
	margin-bottom: 10px;
}

.kv .slider {
	margin-bottom: 40px;
}

@media screen and (min-width: 737px) {

	.mainAreaImg img {
		border-radius: 20px 20px 0 0;
	}

	.mainAreaMovie {
		position: absolute;
		right: 0;
		bottom: 2px;
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
	}

	.mainAreaMovieOuter {
		padding: 0;
	}

	.main {
		width: auto;
		padding: 0 20px;
	}

	.main h2 {
		margin-bottom: 20px;
		text-align: center;
	}

	.main h2>img {
		width: 958px;
	}

	.mainAreaMovieWrap:hover {
		-webkit-filter: brightness(1.2);
		filter: brightness(1.2);
	}

	.main.movie .bottomLink {
		text-align: center;
	}

	.main.movie .bottomLink img {
		width: 300px;
	}
}

@media screen and (max-width: 375px) {

	.mainAreaMovieOuter {
		padding-bottom: 0;
	}

	.mainAreaMovie {
		width: 330px;
		height: 251px;
		padding-top: 57px;
		background-size: 100% auto;
	}

	.mainAreaMovie img {
		width: 300px;
	}
}

/* mainContents
-------------------------------------------------- */

.mainContents {
	width: 100%;
	max-width: 737px;
	margin: 0 auto;
	background: #f2f2f2 url("/social/shirodora/img/base/pattern_b.png") repeat;
	background-size: 82px;
	background-attachment: fixed;
	box-sizing: border-box;
	display: block;
}

.kv {
	width: 100%;
	height: auto;
	float: none;
}

@media screen and (min-width:737px) {

	.mainContents {
		width: 100%;
		max-width: 1020px;
		padding: 20px 20px 30px;
		border-radius: 20px;
	}
}

/* wrap */

.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

@media screen and (min-width:737px) {
	.wrap {
		padding: 10px 0;
	}
}


/* header
-------------------------------------------------- */

/* mainHeader */

.mainHeader {
	display: none;
	position: relative;
	max-width: 737px;
	margin: 0 auto;
	padding: 10px 0 20px;
	background: none;
	z-index: 1000;
}

@media screen and (min-width:737px) {

	.mainHeader {
		display: block;
		max-width: 1020px;
		background: none;
		width: 100%;
		max-height: 90px;
		margin: 0 auto;
		padding: 0;
	}
}

/* main
-------------------------------------------------- */


/* flbox */

.flbox {
	display: block;
}

@media screen and (min-width:737px) {

	.flbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

}

.notice {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 110;
	margin: -34% auto 0;
	float: none;
}

.movie {
	position: relative;
	z-index: 20;
	margin: 20px auto 0;
}

.movie>h2 {
	text-align: center;
}

.movieInner {
	position: relative;
	z-index: 1;
	margin-top: -12px;
	padding: 20px 26.5px;
	border: 3px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
}

.movieInner .bottomLink {
	text-align: center;
}

.notice h2 {
	position: relative;
	width: 100%;
	background: none;
}

.notice .topPageNews {
	position: relative;
	width: 100%;
	margin: -1.6vw auto 0;
	left: 0;
	right: 0;
	background: #fff;
	border: 3px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px 15px 25px 15px;
	overflow: hidden;
	z-index: 11;
}


.howto_and_tw {
	position: relative;
	z-index: 100;
	overflow: visible;
	margin-top: -20px;
}

.noticeText ul {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.noticeText ul li {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
}

.noticeText ul li:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}

.noticeText li:hover {
	background-color: #f2f2f2;
}

.noticeText li p {
	font-size: 14px;
	font-weight: 400;
}

@media screen and (min-width: 737px) {

	.notice {
		position: relative;
		width: 980px;
		margin: -79px auto 0;
	}

	.notice ul {
		width: 920px;
		position: relative;
		margin: 0 auto;
	}

	.notice ul li {
		font-size: 16px;
	}

	.noticeText li p {
		font-size: 16px;
		font-weight: 400;
	}
}

@media screen and (min-width:640px) {
	.notice .topPageNews {
		margin: -18px auto 0;
		border-radius: 40px;
	}
}

/* app-dl-sp */

.app-dl-sp {
	position: relative;
	z-index: 130;
	margin: 0 auto;
	padding: 10px 0;
	width: 320px;
}

.apply-top-dl>h2 {
	margin-bottom: 10px;
	padding: 0 10px;
}

.apply-top-dl ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
}

.apply-top-dl li:first-child {
	margin-right: 5px;
	width: 20%;
}

.apply-top-dl li:nth-child(2) {
	width: 56%;
	margin-right: 2px;
}

.apply-top-dl li:nth-child(3) {
	width: 68%;
}

.apply-top-dl-info>h2 {
	margin-bottom: 5px;
	padding: 0 10px;
}

.apply-top-dl-info>.desc {
	display: none;
}

@media screen and (min-width:737px) {

	.app-dl-sp {
		width: 100%;
		margin: 0 auto 30px;
		padding: 0;
		color: #707070;
	}

	.apply-top-dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		padding: 23px 21px;
		box-sizing: border-box;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.8);
	}

	.apply-top-dl-info {
		width: 820px;
	}

	.apply-top-dl-info>h2 {
		padding: 0;
	}

	.apply-top-dl-info>h2>img {
		max-width: 420px;
	}

	.apply-top-dl-info>.desc {
		display: block;
		color: #000;
		text-shadow: 0px 0px 2px #fff;
	}

	.apply-top-dl li:first-child,
	.apply-top-dl li:nth-child(2) {
		margin-right: 8px;
	}

}

.slick-dots li button:before {
	font-size: 20px;
}

@media screen and (min-width:737px) {

	.miniBnr {
		width: 100%;
		max-height: 184px;
	}

	.miniBnr ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.miniBnr ul li {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding-top: 38px;
		margin: 0 0 10px 0;
	}

	.miniBnr ul li {
		margin: 0 0 10px 0;
		max-width: 236px;
		min-height: 133px;
	}

	.miniBnr ul li:first-child {
		margin: 0 0 10px 0;
	}

	.miniBnr ul li:nth-child(3) {
		margin: 0 0 10px 0;
	}

	.miniBnr ul li a {
		max-width: 236px;
		max-height: 133px;
		width: 100%;
	}

	.slick-slide picture img {
		width: 100%;
	}

	ul.slick-slider {
		margin-bottom: 30px;
	}

	.slick-initialized .slick-slide {
		margin: 0 4px;
	}

	.slider img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.slick-initialized .slick-slide.slick-current img {
		opacity: 1;
	}

	.slick-initialized .slick-slide.slick-current img:hover {
		opacity: 0.8;
	}

}

/* summary */

.summary {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: -5% auto 0;
	float: none;
}

.summary section img {
	width: 100%;
}

@media screen and (min-width:737px) {

	.summary {
		padding: 20px 0 0 0;
		margin-top: 0;
	}

}

/* twitter
-------------------------------------------------- */

.twitter {
	position: relative;
	box-sizing: border-box;
	margin-top: 1.5%;
	float: none;
	background: none;
}

.twitter section img {
	width: 100%;
}

.twitter section {
	position: relative;
}

.twitter section .twitterInner {
	position: relative;
	width: 100%;
	height: 120vw;
	margin: -3.2vw auto 0;
	left: 0;
	right: 0;
	background: white;
	border: solid 3px black;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px 25px 85px;
	overflow: hidden;
	z-index: 11;
}

.twitter section .twitterInner iframe {
	width: 100% !important;
	height: 100% !important;
}

/* .twitter .bottomLink {
	position: absolute;
  bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 80;
}

.twitter .bottomLink a:hover img {
	opacity: 1;
	filter: brightness(1.2);
} */
.twitter .bottomLink {
	/* margin-top: 10px;*/
	margin-bottom: 10px;
	text-align: center;
}

.twitter .bottomLink a img {
	max-width: 292px;
}

@media screen and (min-width:640px) {
	.twitter section .twitterInner {
		margin: -15px auto 0;
		border-width: 4px;
		border-radius: 40px;
	}
}


@media screen and (min-width:737px) {

	.twitter {
		padding: 20px 0 0;
		margin: 0 0 0 12px;
	}

	.twitter section .twitterInner {
		height: 1250px;
	}

}

.twitter-timeline.twitter-timeline-rendered {
	height: 100% !important;
}

/* Footer */

.footerBan {
	width: calc(100% - 20px);
	max-width: 640px;
	margin: 30px auto;
}

.footerBan li {
	margin-bottom: 10px;
}

.footerBan ul:last-child li:last-child {
	margin-bottom: 0;
}

.footerBan img {
	border-radius: 15px;
}

.footerNav {
	background: #000;
	padding: 10px;
	font-size: 12px;
}

.footerNav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin: 10px auto;
}


.footerDl {
	display: block;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.footerDl li {
	width: 45%;
}

.footerDl li:first-child {
	margin-right: 10px;
}

.footerDl li:nth-child(2) {
	width: 55%;
}

.footerInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.footerInfo ul {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 290px;
	margin: 0 0 0 10px;
	display: table;
}

.footerInfo li span {
	display: table-cell;
}

.footerInfo li span:first-child {
	width: 4.1em;
}

.footerInfo div img {
	margin-top: 4px;
}





/* @media screen and (min-width:737px) {

	.footerBan img {
		border-radius: 10px;
	}

	.footerNav {
		font-size: 12px;
		padding: 10px 0 0;
	}

	.footerInfo li span:first-child {
		width: auto;
	}

	.footerInfo div img {
		margin-top: 0px;
	}

} */


.footerInfo .shirodora-ico {
	display: block;
	width: 45px;
	height: 45px;
}

.footerMenu {
	background: #000;
}

.footerMenu li {
	background: #000;
	border-bottom: 1px solid #bdbdbd;
}

.footerMenu li:nth-child(1) {
	border-top: 1px solid #bdbdbd;
}

.footerMenu li a {
	position: relative;
	display: block;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	color: #fff;
}

.footerMenu li a:before,
.footerMenu li a:after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: "";
	width: 12px;
	height: 3px;
	background: #888;
	border-radius: 4px;
}

.footerMenu li a:before {
	margin-top: -4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.footerMenu li a:after {
	margin-top: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.topButton {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
}

@media screen and (min-width:737px) {

	.topButton {
		bottom: 40px;
		right: 40px;
	}

}


.topButton a {
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	color: #2e2e2e;
	font-size: 24px;
	text-decoration: none;
	line-height: 60px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

/* @media screen and (min-width:737px) {

	.footerBan {
		max-width: 1020px;
		margin: 30px auto;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.footerBan ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		        align-items: center;
	}

	.footerBan li {
		margin-top: 5px;
		margin-bottom: 5px;
		border-radius: 5px;
		width: calc(100% / 3);
		max-width: 320px;
    max-height: 55px;
	}

	.footerBan li:not(:last-child) {
		margin-right: 10px;
	}

	.footerBan ul:last-child li:last-child {
		margin-bottom: 5px;
	}

	.footerBan ul li img {
		max-width:320px;
		max-height:55px;
  }

  .footerBg {
    background: #000;
  }

  .footerInfo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    max-width: inherit;
  }

  .footerInfo .shirodora-ico,
  .footerInfo .shirodora-ico > img {
    width: 64px;
  }

  .footerInfo .shirodora-ico {
    margin-top: 4px;
    margin-right: 5px;
  }

  .footerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 980px;
    margin: auto;
    padding: 20px 5px 20px 20px;
    box-sizing: border-box;
  }

  .footerNav ul {
    max-width: inherit;
  }

  .footerNav ul.footerDl {
    max-width: 400px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
		margin: auto;
		vertical-align: top;
  }

  .footerNav ul.footerDesc {
    max-width: 450px;
  }

	.footerMenu {
		margin-top:-1px;
		padding-bottom: 21px;
	}

	.footerMenu ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap:nowrap;
		        flex-wrap:nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
		margin:0 auto;
	}

	.footerMenu ul li {
		margin: 0 5px;
  }

  .footerMenu li,
  .footerMenu li:nth-child(1) {
    border: none;
  }

	.footerMenu li a {
		color: #b4b4b4;
		border-bottom: 1px solid #b4b4b4;
		text-decoration: none;
		-webkit-transition: border-color 0.3s, color 0.3s;
		transition: border-color 0.3s, color 0.3s;
		padding:0;
	}

	.footerMenu li a::before {
		margin-top:0;
		transform:none;
		-webkit-transform: none;
		position:relative;
		top: auto;
    right: auto;
		display:inline;
		width:auto;
		height:auto;
		background:none;
		border-radius: 0;
	}

	.footerMenu li a::after {
		display:none;
	}

	.footerMenu li a:hover {
		color: #ff0;
		border-color: #ff0;
	}


	.mainFooter {
		margin: -1px auto 0;
	}

} */

/* .stellarnav */
.scroll-prevent {
	overflow: hidden;
}

.stellarnav {
	display: block;
}

.stellarnav .h-logo-sp {
	width: 160px;
	margin: 10px auto;
	padding: 0;
	/*	display: block;*/
	display: none !important;
}

.stellarnav .menu-toggle span.bars {
	display: inline-block;
	margin: 0;
	position: relative;
	top: 3px;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle,
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
	background: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 20px;
	z-index: 1001;
}

.stellarnav.mobile.left ul,
.stellarnav.mobile.right ul {
	border: none;
	max-width: 737px;
	margin: 0 auto;
	background: url("../img/base/patan.png") #fff center center;
	z-index: 10000;
}

.stellarnav.mobile.light li a {
	padding: 5px 0;
	border: none;
	background: url("../img/base/header-menu-kusari.png") no-repeat bottom center;
	background-size: contain;
}

.stellarnav.mobile.light li:nth-child(7) a {
	background: none;
}

.stellarnav.mobile.light li:nth-child(3) {
	margin-top: 60px;
	background-size: contain;
}

.stellarnav.mobile.light li:first-child a,
.stellarnav.mobile.light li.h-logo-sp,
.stellarnav.mobile.light li.h-logo-sp a {
	border: none;
	background: none;
	padding: 0;
}

.stellarnav.mobile ul.floatMenu-dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: calc(100% - 56px);
	max-width: 560px;
	margin: 10px auto 0;
}

.stellarnav.mobile .floatMenu-dl li {
	display: block;
}

.stellarnav.mobile .floatMenu-dl li:first-child {
	width: 45%;
}

.stellarnav.mobile .floatMenu-dl li:nth-child(2) {
	width: 55%;
}

.stellarnav.mobile.light .floatMenu-dl li a {
	background: none;
	padding: 5px;
}

.stellarnav .menu-toggle span.bars {
	margin: 0;
}

.stellarnav .menu-toggle span.bars span {
	width: 20px;
	height: 3px;
}

.stellarnav .icon-close {
	width: 40px;
	height: 45px;
}

.stellarnav .icon-close:after,
.stellarnav .icon-close:before {
	width: 30px;
}

.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
	position: absolute;
	right: 0;
	width: auto;
	z-index: 1002;
}

.stellarnav .sNav-menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 65px;
	height: 13vw;
}

.stellarnav .sNav-menu-text {
	min-height: 20px;
	height: 4vw;
	padding-bottom: 1vw;
}

.sNav {
	padding-bottom: 60px !important;
}

#sNav-btn {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 30px;
}

#sNav-btn img {
	width: 100%;
	height: auto;
}

#sNav-btn a {
	display: block;
	background: none;
	margin-top: 8px;
	padding: 0;
}

@media screen and (min-width:737px) {
	.stellarnav {
		display: none !important;
	}
}

/*  asobism フッターロゴ 調整  2020-05-18
--------------------------------------------------*/

.footerLogo {
	width: 72px;
	margin: 3px auto 9px;
}

.cr_asobism,
.cr_pictoy {
	position: relative;
	display: block;
	font-family: Helvetica, Arial, Doroid Sans, Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 10px;
}

.cr_asobism {
	margin-bottom: 2px;
}


@media screen and (min-width:737px) {

	.footerLogo {
		width: 72px;
		margin: 0 auto 12px;
	}

}