@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=block');

* {
	margin:0;
	padding:0;
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight:normal;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	font-family:"Roboto","Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:300;
	color:#000000;
    outline : none;
	font-feature-settings: "palt";
}

html {
	position:relative;
}

body {
	overflow:hidden;
	position:relative;
	min-width:1200px;
}

body.loaded {
	overflow:auto;
}

body #loading {
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:99;
}

a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

a img {
	transition:1.0s;
}

a img:hover {
	opacity:0.5;
}

img {
	vertical-align:top;
	border:0;
    outline : none;
}

ul,ol {
	list-style:none;
}

/* コンテント */

.content {
	width:1200px;
	margin:0 auto;
}

/* ヘッダー */

#first {
	overflow:hidden;
	padding:0 0 28% 0;
	position:relative;
	background:url(../img/bg_main.jpg) no-repeat bottom center;
	background-size:auto 140%;
}

#first img {
	margin:0 auto;
	width:100%;
}

#first .first_lead {
	padding:15px 0 0 0;
	text-align:center;
}

#first .first_lead img {
	width:1000px;
}

#first .first_text {
	padding:55% 0 0 0;
	text-align:center;
}

#first .first_text img {
	width:auto;
	height:80px;
	display:block;
}

#first h1 {
	margin:-25px 0 0 0;
	text-align:center;
}

#first .first_release ,
#first .first_gaga ,
#first .first_gentosha {
	position:absolute;
}

#first .first_release {
	width:225px;
	right:1%;
	bottom:6.5%;
}

#first .first_gaga {
	width:125px;
	right:1.5%;
	bottom:1.5%;
}

#first .first_gentosha {
	width:95px;
	left:1.5%;
	bottom:1.5%;
}

#first.telopon {
	padding:0 0 28% 0;
	background-size:auto 120%;
}

@media screen and (max-width:1800px) {

	#first {
		padding:0 0 22% 0;
		background-size:auto 130%;
	}

	#first.telopon {
		padding:0 0 22% 0;
		background-size:auto 110%;
	}

	#first .first_text {
		padding:43% 0 0 0;
	}
}

/* コメント */

#comments {
	padding:35px 0 60px 0;
	background:#fff100;
}

#comments .section_title {
	padding:0 0 10px 0;
}

#comments p {
	text-align:center;
	font-size:20px;
	font-weight:500;
}

#comments p span {
	font-size:26px;
	color:#f1f404;
}

#comments p a {
	font-size:20px;
	font-weight:500;
	text-decoration: underline;
}

#comments .soon {
	min-height:500px;
	line-height:300px;
}

#comments  #gadget {
	visibility:hidden;
}

#comments .sign_text {
	font-size:16px;
	font-weight:500;
	text-align:center;
}

/* シーンカット */

.ph_box_out {
	overflow:hidden;
}

.ph_box {
	position:relative;
}

.ph_box li img {
	height:200px;
}

/* タイトル */

.section_title {
	text-align:center;
}

.section_title_in {
	display: inline-block;
}

.section_title_in h3 {
}

/* campaign */

#campaign {
	padding:30px 0 0 0;
	background:#ffffff;
	position:relative;
}

#campaign .content {
}

#campaign .step_item h4,
#campaign .step_box h4,
#campaign .share_box h4 {
	text-align:center;
}

#campaign h3 img,
#campaign h4 img {
	margin:0 auto;
}

#campaign h4 {
	margin:0 0 15px 0;
}

#campaign p {
	font-size:30px;
	font-weight:700;
	text-align:center;
	margin:20px 0 0 0;
}

#campaign p span {
	font-size:40px;
	font-weight:900;
	color:#f92603;
}

#campaign p span.small {
	font-size:20px;
	font-weight:700;
	color:#000000;
}

#campaign .campaign_box {
	margin:30px 0 0 0;
}

#campaign .present_item {
	margin:10px auto 0 auto;
	text-align:center;
}

#campaign .present_item_in {
	width:calc(32% - 20px);
	display:inline-block;
	margin:0 10px 20px 10px;
}

#campaign .present_item_img {
}

#campaign .present_item_img img {
	width:100%;
}

#campaign .present_kome {
	font-size:16px;
	text-align:center;
	font-weight:500;
	margin:5px 0 50px 0;
}

#campaign .present_kome span {
	font-size:12px;
	font-weight:500;
}

/* ステップ */

#step {
	padding:45px 0 40px 0;
	background:#ededed;
}

#step .step_arrow {
	margin:20px 0 0 0;
	text-align:center;
}

#step .step_arrow img {
	width:80px;
}

#step .step_item {
	clear:both;
	overflow:hidden;
	margin:25px 0 20px 0;
}

#step .step_item h3 {
	padding:0 0 10px 0;
}

#step .step_item_in {
	background:#fff100;
	margin:15px 30px 0 30px;
	padding:10px 20px 10px 20px;
}

#step .step_item_in.over {
	padding:25px 20px 10px 20px;
}

#step .step_item_in_in {
	display:table;
	width:100%;
}

#step .step_item_in_in h4,
#step .step_item_in_in .step_d_box {
	display:table-cell;
	vertical-align:middle;
}

#step .step_item_in_in .step_d_box_in {
	display:table;
	width:100%;
}

#step .step_item_in_in h4 {
	width:150px;
	font-size:36px;
	line-height:1;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings;
	color:#000000;
	font-weight:800;
	text-align:center;
}

#step .step_item_in_in .step_d_box_in p {
	font-size:24px;
	text-align:left;
	font-weight:700;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 15px;
}

#step .step_item_in p.one {
	width:auto;
	padding:35px 0 35px 25px;
	text-align:left;
}

#step .step_item_in.age p.one {
	color:#ffffff;
	padding:5px 0 5px 25px;
}

#step .step_item_in span {
	font-size:30px;
	font-weight:900;
	color:#f92603;
}

#step .step_item_in span.small {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#step .step_item_in_in .step_d_box_in .step_but_box {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}

#step .step_but {
	padding:0 10px 10px 10px;
	display:inline-block;
}

#step .step_but a {
	display: block;
	text-align:center;
	background-color:#ffffff;
	margin:10px 0 0 0;
	line-height:1;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	padding:10px;
	position: relative;
	z-index: 0;
}

/* シェア */

#step .share_box {
}

#step .share_item_box {
	clear:both;
	overflow:hidden;
	margin:20px 0 0 0;
}

#step .share_item {
	width:calc(33.3% - 20px);
	background:#ffffff;
	float:left;
	margin:0 10px 20px 10px;
}

#step .share_item.pickup {
	width:calc(50% - 20px);
}

#step .share_item span {
	transition:1.0s;
	cursor: pointer;
}

#step .share_item span:hover {
	opacity:0.35;
}

#step .share_item_img {
}

#step .share_item_img img {
	width:100%;
}

#step .share_item_but {
	border-top:1px solid #cccccc;
	padding:18px 15px 13px 15px;
	text-align:center;
}

#step .share_item_but span {
	display:inline-block;
	margin:0 5px;
	background:#fff100;
	padding:10px 15px;
	text-align:center;
	width:100px;
}

#step .share_item_but span img {
	height:40px;
	display:block;
}

#step .share_aside {
	margin:0 10px;
}

#step .share_aside_item {
	display:table;
	width:100%;
	margin:0 0 15px 0;
}

#step .share_aside_item_h,
#step .share_aside_item_d {
	display:table-cell;
	vertical-align:middle;
}

#step .share_aside_item_h {
	background:#000000;
	width:calc( 100% - 700px);
	text-align:center;
	padding:10px;
	position:relative;
}

#step .share_aside_item_h img {
	height:28px;
}

#step .share_aside_item_h::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -10px;
    border-left-color:#000000;
    left:100%;
    top:50%;
}

#step .share_aside_item_d {
	font-size:14px;
	font-weight:500;
	color:#000000;
	background:#ffffff;
	width:700px;
	padding:10px 20px 10px 30px;
}

#step .share_aside_item_d_in {
	font-size:14px;
	font-weight:800;
	color:#f92603;
}

/* 規約 */

#step .kiyaku_text {
	margin:0 30px;
}

#step .kiyaku_text ul {
	margin:20px auto 20px auto;
}

#step .kiyaku_text li {
	display:table;
}

#step .kiyaku_text li span {
	display:table-cell;
	font-size:14px;
	font-weight:500;
}

#step .kiyaku_text li span a {
	color:#000000;
	font-size:14px;
	font-weight:500;
}

#step .kiyaku {
	padding:30px 25px 10px 25px;
    background:#000000;
	margin:15px 30px 0 30px;
	overflow-y:scroll;
	height:300px;
}

#step .kiyaku::-webkit-scrollbar-thumb {
	background:#fff100;
}

#step .kiyaku::-webkit-scrollbar {
	width:5px;
}

#step .kiyaku::-webkit-scrollbar-track{
	background: #999999;
}

#step .kiyaku::-webkit-scrollbar-thumb {
	background-color:#fff100;
	box-shadow:0 0 0 1px #fff100;
}

#step .kiyaku h5 {
	font-size:12px;
	color:#ffffff;
	font-weight:600;
}

#step .kiyaku ul {
	margin:5px auto 20px auto;
}

#step .kiyaku li {
	color:#ffffff;
	font-size:12px;
	position:relative;
	padding:0 0 0 14px;
	font-weight:400;
}

#step .kiyaku li:before {
	display: inline;
	content: "■";
	position: absolute;
	top:1px;
	left:0;
	font-size:10px;
	color:#fff100;
}

#step .kiyaku li a {
	color:#ffffff;
	font-size:12px;
	font-weight:400;
}

#step .step_kome {
	margin:10px 0 3px 0;
	color:#f92603;
	font-size:18px;
	text-align:center;
	font-weight:800;
}

/* 応募締切 */

.campaign_end {
	text-align:center;
	font-size:24px;
	font-weight:700;
}

.campaign_end span {
	font-size:48px;
	font-weight:700;
}

/* タイトル */

#title {
	padding:40px 0 40px 0;
	background:#ffffff;
}

#title .title_logo {
	text-align:center;
}

#title .title_release {
	text-align:center;
	margin:20px 0 0 0;
}

#title .title_copyright {
	text-align:center;
	font-size:12px;
	font-weight:500;
	margin:20px 0 0 0;
}

/* soon */

.soon {
	font-size:48px;
	color:#ffffff;
	text-align:center;
	margin:40px 0 0 0;
	font-weight:600;
}

.soon.bk {
	color:#000000;
}

/* 作品紹介 */

#story {
	padding:50px 0 0 0;
	background:rgba(255,255,255,0.7);
}

#story .ytMovie_box {
	margin:30px 0 0 0;
}

#story h4 {
	margin:20px 0 0 0;
	font-size:36px;
    font-family: "Zen Antique Soft",serif;
    font-style: normal;
    font-weight: 400;
	letter-spacing:-0.1em;
	text-align: center;
}

#story p {
	margin:20px 0 0 0;
	font-size:18px;
	text-align: justify;
	text-justify: inter-ideograph;
    font-family: "Zen Antique Soft",serif;
    font-style: normal;
    font-weight: 400;
}

/* ボタン */

.but_box_in a ,
.but_box_in span {
	display:block;
	font-size:16px;
	font-weight:500;
	color: #ffffff;
	text-decoration:none;
	transition:1.0s;
	border-radius:85px;
	padding:15px 20px 15px 0;
	text-align:center;
	position:relative;
	background:#121212;
}

.but_box_in a::after,
.but_box_in span::after {
	content: '';
	position: absolute;
	top:calc(50% - 5px);
	right:30px;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1;
	width:10px;
	height:10px;
	border-top:3px solid #ffffff;
	border-right:3px solid #ffffff;
	transform: rotate(45deg);
}

.but_box {
	padding:0;
	text-align:center;
}

.but_box_in {
	margin:15px 5px 0 5px;
	text-align:center;
	display:inline-block;
	width:360px;
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}


@media screen and (max-width:720px) {

	body {
		min-width:320px;
		padding:0 0 30px 0;
	}

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	body {
		min-width:320px;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* タイトル */

	.section_title_in h3 {
		font-size:30px;
	}

	.section_title_in h3:before {
		height:3px;
		bottom:-5px;
	}

	.section_title_in h3:after {
		height:3px;
		bottom:-5px;
	}

	.section_title_a {
		font-size:18px;
	    padding:10px 0 0 0;
	}

	/* ヘッダー */
	
	#first {
		min-width:320px;
	    height:auto;
		padding:0 0 35% 0;
	}

	#first.telopon {
		padding:0 0 38% 0;
		background-size: auto 105%;
	}

	#first .first_lead {
		padding:20px 0 0 0;
	}

	#first .first_lead img {
		width:95%;
	}

	#first .first_text {
		padding:55% 0 0 0;
	}

	#first .first_text img {
		height:30px;
	}

	#first h1 {
		margin:-8px 0 0 0;
	}

	#first .first_release {
		width:80px;
		right:1%;
		bottom:6.5%;
	}

	#first .first_gaga {
		width:50px;
		right:2.5%;
		bottom:5px;
	}

	#first .first_gentosha {
		width:30px;
		left:2.5%;
		bottom:10px;
	}

	/* コメント */

	#comments {
		padding:25px 0 30px 0;
	}

	#comments .section_title {
		padding:0;
	}

	#comments h3 {
		margin:0 6.5%;
	}

	#comments h3 img {
		width:100%;
	}

	#comments p {
		font-size:18px;
	}

	#comments p span {
		font-size:24px;
	}

	#comments p a {
		font-size:18px;
	}

	#comments .comment_cont_box {
		padding:0 5% 10px 5%;
	}

	#comments .comment_cont {
		font-size:24px;
		padding:0 20px 15px 20px;
	}

	#comments .comment_cont span {
		font-size:40px;
		line-height:1.5;
	}

	#comments .soon {
	    min-height:100px;
	    line-height:25px;
	}

	#comments .sign_text {
		font-size:12px;
	}

	/* campaign */

	#campaign {
		padding:20px 0 30px 0;
	}

	#campaign h3 img,
	#campaign h4 img {
		height:38px;
	}

	#campaign p {
		font-size:18px;
		padding:0 5%;
		margin:20px 0 20px 0;
		word-break: break-all;
	}

	#campaign .netabare {
	    margin:0 5% 0 5%;
	}

	#campaign .netabare img {
		width:100%;
	}

	#campaign p span {
	    font-size:24px;
	    display:inline-block;
		line-height:1.3;
	}

	#campaign p span.small {
		font-size:14px;
	    display:inline;
	}

	#campaign .campaign_box {
	    margin:25px 0 0 0;
	}

	#campaign .present_item {
		margin:20px 0 0 0;
		padding:0;
		width:auto;
	}

	#campaign .present_item_in {
		width:calc(45% - 10px);
		margin:0 5px 10px 5px;
	}

	#campaign .present_item_in img {
		width:100%;
	}

	#campaign .present_kome {
		font-size:10px;
		padding:10px 0 0 0;
	    margin:0;
	}

	#campaign .present_kome span {
	    font-size:10px;
	}

	/* ステップ */

	#step {
		padding:25px 0 30px 0;
	}

	#step h3 img,
	#step h4 img {
		height:38px;
	}

	#step .step_item {
		margin:0 0 20px 0;
	}

	#step .step_item h3 {
		padding:0 0 10px 0;
	}

	#step .step_item_in {
		margin:10px 5% 20px 5%;
		padding:25px 15px 10px 15px;
	}

	#step .step_item_in_in {
		display:block;
		width:auto;
	}

	#step .step_item_in_in h4,
	#step .step_item_in_in .step_d_box {
		display:block;
	}

	#step .step_item_in_in .step_d_box_in {
		display:block;
		width:auto;
	}

	#step .step_item_in_in h4 {
		width:auto;
		font-size:30px;
		margin:0 0 10px 0;
	}

	#step .step_item_in_in .step_d_box_in p {
		font-size:18px;
		display:block;
		padding:0 10px;
	}

	#step .step_item_in span {
		font-size:24px;
	}

	#step .step_item_in_in .step_d_box_in .step_but_box {
		display:block;
		text-align:center;
	}

	#step .step_but {
		padding:5px 5px 10px 5px;
		display:inline-block;
		width:120px;
	}

	#step .step_but a {
		display: block;
		padding:10px;
	}

	#step .step_but a img {
		width:100%;
	}

	/* シェア */

	#step .share_item_box {
		margin:20px 0 0 0;
	}

	#step .share_item {
		width:auto;
		float:none;
		margin:0 0 15px 0;
	}

	#step .share_item.pickup {
		width:auto;
	}

	#step .share_item_img img {
		width:100%;
	}

	#step .share_item_but {
		padding:13px 15px 8px 15px;
	}

	#step .share_item_but span {
		display:inline-block;
		margin:0 5px;
		padding:10px 15px;
		width:80px;
	}

	#step .share_item_but span img {
		width:100%;
		height:auto;
		display:block;
	}

	#step .share_aside {
		margin:0;
	}

	#step .share_aside_item {
		display:block;
		width:auto;
		margin:0 0 15px 0;
	}

	#step .share_aside_item_h,
	#step .share_aside_item_d {
		display:block;
	}

	#step .share_aside_item_h {
		width:auto;
		padding:10px;
	}

	#step .share_aside_item_h::after{
	    border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		border-color: rgba(0, 0, 0, 0);
		border-top-width:10px;
		border-bottom-width:10px;
		border-left-width:13px;
		border-right-width:13px;
		margin-left: -10px;
		margin-top:auto;
		border-top-color:#000000;
		top:100%;
		left:50%;
	}

	#step .share_aside_item_h img {
		height:20px;
	}

	#step .share_aside_item_d {
		font-size:12px;
		width:auto;
		padding:15px 20px 10px 20px;
	}

	#step .share_aside_item_d_in {
		font-size:12px;
	}

	/* 規約 */

	#step .kiyaku {
		padding:20px 15px 10px 15px;
		margin:0 5% 0 5%;
	}

	#step .kiyaku h4,
	#step .kiyaku h5 {
		text-align:center;
	}

	#step .kiyaku ul {
		margin:5px 0 15px 0;
	}

	#step .kiyaku li {
		padding-left:12px;
		font-size:10px;
	}

	#step .kiyaku li:before {
	    top:0;
	}

	#step .kiyaku li a {
		font-size:10px;
	}

	#step .step_kome {
		margin:5px 0 5px 0;
		font-size:12px;
		text-align:left;
	}

	#step .kiyaku_text {
		margin:0 5%;
		padding:0;
	}

	#step .kiyaku_text ul {
		margin:20px auto 0 auto;
	}

	#step .kiyaku_text li span {
		font-size:12px;
	}

	#step .kiyaku_text li span b {
	    font-size:12px;
	}

	#step .kiyaku_text li span a {
		font-size:12px;
	}

	/* 作品紹介 */

	#story {
		padding:20px 6.5% 0 6.5%;
	}

	#story .ytMovie_box {
	    margin:20px 0 0 0;
	}

	#story h4 {
		margin:15px 0 0 0;
		font-size:18px;
	}

	#story h4 img {
		width:100%;
	}

	#story p {
		margin:10px 0 0 0;
		font-size:12px;
	}

	/* 応募締切 */

	.campaign_end {
		font-size:14px;
		padding:0;
		line-height:1.5;
	}

	.campaign_end span {
		font-size:26px;
		display:inline-block;
		line-height:1.3;
	}

	/* soon */

	.soon {
		font-size:30px;
		margin:40px 0 0 0;
	}

	/* シーンカット */

	.ph_box li img {
		height:80px;
	}

	/* ボタン */

	.but_box_in a ,
	.but_box_in span {
		font-size:12px;
		padding: 10px 10px 10px 0;
		width:190px;
		margin:0 auto;
	}

	.but_box_in a::after,
	.but_box_in span::after {
		right:20px;
		width:6px;
		height:6px;
	}

	.but_box {
		padding:0 17.5% 0 17.5%;
	}

	.but_box_in {
	    display:block;
	    width:auto;
	}

	/* タイトル */

	#title {
		padding:40px 0 40px 0;
	}

	#title .title_logo img {
		width:85%;
	}

	#title .title_release {
		margin:20px 0 0 0;
	}

	#title .title_release img {
		width:35%;
	}

	#title .title_copyright {
		font-size:10px;
		margin:20px 0 0 0;
	}

}

/* 予告 */

.ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

.ytMovie_box.share {
	padding-bottom:52.45%;
}

.ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* 効果 */
#first h1,#first h2,.first_tag,.first_text,.present_item_in,.first_lead {
	visibility:hidden;
}

/* setting */

.footer,
.footer * {
	font-family: YakuHanJP, 'Noto Sans Japanese', 'Nunito', sans-serif;
	line-height: 1.75;
}

.footer img {
	height: auto;
    max-width: 100%;
    width: 100%;
}

.footer-snsnavi,
.footer-corpnavi {
	padding: 0;
	margin: 0;
}

.footer-snsnavi-item,
.footer-corpnavi-item {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* footer */

.footer {
	padding: 34px 0 82px 0;
}

.footer-container {
	width: 716px;
	margin: 0 auto;
}

@media screen and ( max-width: 991px ){

	.footer {
		padding: 36px 0 80px 0;
	}

	.footer-container {
		width: 640px;
		box-sizing: border-box;
	}

}

@media screen and ( max-width: 660px ){

	.footer-container {
		width: 90%;
		margin: 0 auto;
	}

}

@media screen and ( max-width: 640px ){

	.footer {
		padding: 44px 0 56px 0;
	}

	.footer-container {
		padding: 0;
	}

}

.footer-ttl{

	width: 185px;
	margin: 0 auto;
}

/* snsnavi */

.footer-snsnavi {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 40px 0 34px 0;
}

.footer-snsnavi-item {
	width: 6.5%;
}

.footer-snsnavi-item a {
	display: block;
	line-height: 0;
}

.footer-snsnavi-item a img {
	width: 100%;
	transition: 0.5s;
}

.footer-snsnavi-item a:hover img {
	opacity: 0.8;
}

@media screen and ( max-width: 991px ){

	.footer-snsnavi {
		margin: 30px 0 48px 0;
	}

	.footer-snsnavi-item {
	}

}

@media screen and ( max-width: 550px ){
	.footer-snsnavi {
		width: 60%;
		justify-content: center;
		margin: 12% auto 6%;
	}

	.footer-snsnavi-item {
		width: calc(100% / 3 - 20px);
		max-width: 46px;
		margin: 0 20px 13% 0;
	}
	.footer-snsnavi-item:nth-of-type(4n){
		margin: 0 0 13% 0;
	}

}

@media screen and ( max-width: 455px ){
	.footer-snsnavi {
		width: 60%;
		justify-content: center;
		margin: 12% auto 6%;
	}

	.footer-snsnavi-item {
		width: calc(100% / 3 - 20px);
		max-width: 46px;
		margin: 0 20px 13% 0;
	}
	.footer-snsnavi-item:nth-of-type(4n){
		margin: 0 20px 13% 0;
	}
	.footer-snsnavi-item:nth-of-type(3n){
		margin: 0 0 13% 0;
	}

}


/* corpnavi */

.footer-corpnavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-corpnavi-item {
	margin: 0 7px;
}

.footer-corpnavi-item a {
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}

.footer-corpnavi-item a:before {
	content: ">";
	margin: 0 5px 0 0;
	font-size: 14px;
	line-height: 1;
}


/* copyright */

.footer-copyright {
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	margin: 14px 0 30px 0;
}

@media screen and ( max-width: 640px ){

	.footer-copyright {
		margin: 24px 0 30px 0;
	}

}


/* logo */

.footer-logo {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-logo a {
	display: block;
	line-height: 0;
	padding: 27% 0 0 0;
	position: relative;
}

.footer-logo a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.5s;
	background-image: url(https://gaga.ne.jp/common/footer_new/img/gaga_logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer-logo a:hover span {
	opacity: 0.8;
}


/* footer black */

.footer.black {
	background-color: #000;
	color: #fff;
}

.footer.black * {
	color: #fff;
}

.footer.black ._wh{
	display: none;
}

.footer.black .footer-corpnavi-item:before {
	color: #fff;
}

.footer.black .footer-corpnavi-item a {
	color: #fff;
}

.footer.black .footer-copyright {
	color: #fff;
}

.footer.black .footer-logo a span {
	background-image: url(https://gaga.ne.jp/common/footer_new/img/gaga_logo.png);
}

/* ナビ */

.l-gnav {
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.l-gnav * {
	line-height: 1;
}

.l-gnav img {
	width:100%;
}

.l-gnav__overlay {
    background-color: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.l-gnav__inner {
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    position: relative
}

@media screen and (max-width: 768px) {
    .l-gnav__inner {
        padding:24vw 0
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__inner {
        padding:5.4904831625vw 0
    }
}

.l-gnav__inner a {
    color: #000;
    transition: all .2s;
    text-decoration: none;
}

.l-gnav__inner a:hover {
    color: #d40019
}

.l-gnav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .l-gnav__list {
        width:86.1333333333vw;
        gap: 6.6666666667vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__list {
        width:30.6002928258vw;
        gap: 1.9033674963vw
    }
}

.l-gnav__list__link {
    font-family: "Zen Old Mincho",serif;
    display: block
}

@media screen and (max-width: 768px) {
    .l-gnav__list__link {
        font-size:4.5333333333vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__list__link {
        font-size:1.6105417277vw
    }
}

.l-gnav__sns-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .l-gnav__sns-wrap {
        margin-top:16vw;
        gap: 6.6666666667vw;
        width: 24vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__sns-wrap {
        width:6.588579795vw;
        gap: 1.8301610542vw;
        margin-top: 4.2459736457vw
    }
}

@media screen and (max-width: 768px) {
    .l-gnav__sns-wrap__item {
        width:8vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__sns-wrap__item {
        transition:.2s all;
        width: 2.196193265vw
    }
}

.l-gnav__sns-wrap__item:hover {
    opacity: .7
}

.l-gnav__button {
    position: fixed;
    z-index: 10000;
    background-color: #ffec01;
    right: 0;
    top: 0
}

@media screen and (max-width: 768px) {
    .l-gnav__button {
        height:12vw;
        width: 12vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__button {
        height:4.39238653vw;
        width: 4.39238653vw
    }
}

.l-gnav__button.is-none {
/*    opacity: 0*/
}

.l-gnav__button span {
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: height .4s,top .4s,transform .4s
}

@media screen and (max-width: 768px) {
    .l-gnav__button span {
        width:7.7333333333vw;
        height: .5333333333vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__button span {
        width:2.635431918vw;
        height: 2px
    }
}

@media screen and (max-width: 768px) {
    .l-gnav__button span:nth-child(1) {
        top:3.4666666667vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__button span:nth-child(1) {
        top:1.1713030747vw
    }
}

@media screen and (max-width: 768px) {
    .l-gnav__button span:nth-child(2) {
        top:5.8666666667vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__button span:nth-child(2) {
        top:2.1229868228vw
    }
}

@media screen and (max-width: 768px) {
    .l-gnav__button span:nth-child(3) {
        bottom:3.4666666667vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__button span:nth-child(3) {
        bottom:1.1713030747vw
    }
}

@media screen and (max-width: 768px) {
    .l-gnav__button.is-open span {
        height:.5333333333vw;
        top: 6vw;
        left: 2.4vw
    }
}

@media screen and (min-width: 769px) {
    .l-gnav__button.is-open span {
        height:2px;
        top: 2.196193265vw;
        left: .9516837482vw
    }
}

.l-gnav__button.is-open span:nth-child(1) {
    transform: rotate(45deg)
}

.l-gnav__button.is-open span:nth-child(2) {
    opacity: 0
}

.l-gnav__button.is-open span:nth-child(3) {
    transform: rotate(-45deg)
}

button {
    background-color: rgba(0,0,0,0);
    border: inherit;
    border-radius: inherit;
    cursor: pointer;
    padding: 0
}