@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
reset
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	position: relative;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML5BP:
   These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
*/
body {
font-family:"HiraKakuProN-W6","PhonepadTwo",Arial,sans-serif;
font-size:13px;
line-height:1.4;
background:#fff;
color:#000;
letter-spacing:-0.001em;
word-wrap:break-word;
-webkit-text-size-adjust:none;
-webkit-tap-highlight-color:rgba(0,0,0, 0.5);
}
* {
	box-sizing: border-box;
}

#gnHeader {
	margin-bottom: 0;
}
#contentArea {
	font-family: "Noto Sans Japanese", Roboto, "Droid Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	}
#contentArea img {
	display: block;
	margin: auto;
	}

ul.share_list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	//width: 10vw !important;
	}
	ul.share_list > li {
		width: 16%;
		margin: 0 0 0 10px;
		}
		ul.share_list > li a {
			display: block;
			}
			ul.share_list > li img {
				width: 100%;
				}

.loading #mainTitle {
	visibility: hidden;
	}
	#mainTitle {
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 60px;
		background-image: url( "../IMAGES/main.jpg" );
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#mainTitle .btn {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
	}
	#mainTitle .btn ul{
		margin: 0 0 0 15px;
	}
	#mainTitle .btn .share{
		display: flex;
		align-items: center;
	}
	#mainTitle .btn .share li {
		width: 22px;
		margin: 0 10px 0 0;
	}
	#mainTitle .btn .switchLang,
	#mainTitle .btn .share,
	#mainTitle .btn .share li {
		height: 22px;
		//margin: 0 0 0 10px;
		display: flex;
		justify-content: center;
		font-size: 0;
		gap: 5px;
		}
		#mainTitle .btn .switchLang {
			padding-right: 10px;
			border-right: 1px solid #fff;
		}
		#mainTitle .btn img {
			width: auto;
			height: 100%;
			margin: auto;
		}

	#mainTitle #nekoAnime {
		position: relative;
		width: 117px;
		height: 148px;
		margin: auto;
		}
		#mainTitle #nekoAnime .image1 {
			position: absolute;
			z-index: 3;
			left: 4.5%;
			bottom: 0;
			width: 91%;
			}
		#mainTitle #nekoAnime .image2 {
			position: absolute;
			z-index: 2;
			right: -6%;
			top: 16.25%;
			width: 22%;
			}
		#mainTitle #nekoAnime .image2.setAnime {
			right: 24%;
			top: 40%;
			-webkit-transform: rotate3d( 0, 0, 1, 90deg );
			-moz-transform: rotate3d( 0, 0, 1, 90deg );
			-ms-transform: rotate3d( 0, 0, 1, 90deg );
			transform: rotate3d( 0, 0, 1, 90deg );
			}
		#mainTitle #nekoAnime .image3 {
			position: absolute;
			top: 25.75%;
			width: 20%;
			-webkit-transform: scale3d( 1, 1, 1 );
			-moz-transform: scale3d( 1, 1, 1 );
			-ms-transform: scale3d( 1, 1, 1 );
			transform: scale3d( 1, 1, 1 );
			}
		#mainTitle #nekoAnime .image3.setAnime {
			-webkit-transform: scale3d( 0, 0, 0 );
			-moz-transform: scale3d( 0, 0, 0 );
			-ms-transform: scale3d( 0, 0, 0 );
			transform: scale3d( 0, 0, 0 );
			}
		#mainTitle #nekoAnime .image3.left {
			z-index: 5;
			left: 13.5%;
			}
		#mainTitle #nekoAnime .image3.right {
			z-index: 6;
			right: 13%;
			}
		#mainTitle #nekoAnime .image5 {
			position: absolute;
			left: 19.75%;
			top: -3.25%;
			z-index: 4;
			width: 61%;
			}
		#mainTitle #nekoAnime .image5.setAnime {
			top: 40%;
			z-index: 1;
			}
		#mainTitle #nekoAnime .image5.setAnime2 {
			top: -6%;
			z-index: 1;
			}
		#mainTitle #nekoAnime .image2.transition {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
			}
		#mainTitle #nekoAnime .image5.transition {
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
			}
	#mainTitle h1 {
		height: 20%;
		margin-top: 20px;
		}
	#mainTitle h1.EN {
		height: 20%;
		}
		#mainTitle h1 img {
			height: 100%;
			}
	#mainTitle .yt {
		display: block;
		height: 15%;
		margin: 20px auto 0;
		}
		#mainTitle .yt img {
		height: 100%;
		}
	#mainTitle .scroll {
		position: absolute;
		bottom: 30px;
		width: 100%;
		height: 6%;
		}
		#mainTitle .scroll img {
			height: 100%;
			}
	#mainTitle .entry,
	#mainTitle .entryClose {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 10px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	#mainTitle .entryClose {
		width: 320px;
	}
		#mainTitle .entry img,
		#mainTitle .entryClose img {
			width: 100%;
		}
		
/* 2020/11/17追記*/
.bnr_wrap{
	width: 94vw;
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	z-index: 10;
}

.bnr_wrap img{
	width: 100%;
}

.bnr_wrap .inner{
	position: relative;
}

.bnr_wrap .inner .btn_tw{
    width: 23vw;
    display: block;
    position: absolute;
    z-index: 10;
    top: 3.5vw;
    right: 27vw;
}

.bnr_wrap .inner .btn_insta{
    width: 23vw;
    display: block;
    position: absolute;
    z-index: 10;
    top: 3.5vw;
    right: 2vw;
}

		
		

#mainText {
	}
	#mainText .text {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		height: 375px;
		padding: 0 10px 43px;
		margin-bottom: 10px;
		position: relative;
/*
		background-image: url( "../IMAGES/main.jpg" );
		background-position: center center;
		background-size: cover;
*/
		}
	#mainText .text:after {
		content: '';
		position: absolute;
		width: 120px;
		height: 120px;
		right: -10px;
		bottom: 50px;
		background: url( "../../IMAGES/thumb.jpg" ) left top no-repeat;
		background-size: contain;
		}
		#mainText .text .inner {
			max-width: 640px;
			}
			#mainText .text p {
				margin: 30px auto;
				color: #666;
				font-size: 10px;
				font-weight: bold;
				line-height: 2.4;
				text-align: left;
				}
			#mainText .text p.EN {
				line-height: 2.0;
				}
			#mainText .text p:last-of-type {
				padding-right: 100px;
				}
				#mainText .text p.lead img {
					width: 80%;
					margin: 0;
					}
				#mainText .text p.lead.EN img {
					width: 90%;
					}
	#mainText .next {
		position: relative;
		height: 120px;
		background: #77c747;
		}
		#mainText .next p {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-moz-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-moz-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			height: 100%;
			}
			#mainText .next img {
				width: 256px;
				}
			#mainText .next.EN img {
				width: 230px;
				}
		#mainText .next:before {
			content: "";
			position: absolute;
			top: -43px;
			left: 50%;
			display: block;
			width: 88px;
			height: 43px;
			margin-left: -88px;
			background-image: url( "../../IMAGES/btn_neko.png" );
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			}

	#ACTION1 h2,
	#ACTION2 h2,
	#ACTION3 h2 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		height: 50px;
		margin: 20px 0 0 45px;
		}
		
		#ACTION1 h2.EN {
		height: 140px;
		}
		
		#ACTION1 h2 img {
			//width: 183px;
			height: 4.5vw;
			width: auto;
			margin: auto 0;
		}
		
		/* 記述を追加 202506 */
		
		#ACTION1 .jaf{
		background: #f3f3f3;
		border-radius: 20px;
		padding: 6vw;
		color: #666;
		margin: 8vw 4vw 0;
		}
		
		#ACTION1 .jaf h2{
			height: auto;
			margin: 0 0 5vw;
		}
		
		#ACTION1 .jaf .txt{
			color: #666;
			font-size: 12px;
			line-height: 1.8;
			text-align: left;
		}
		#ACTION1 .jaf a{
			position: relative;
			display: inline-block;
		}
		#ACTION1 .jaf a::after{
			content: "";
			position: absolute;
			top: 4px;
			right: -20px;
			width: 12px;
			height: 12px;
			background-image: url(../IMAGES/icon_blank.svg);
			background-repeat: no-repeat;
		}
		
		#ACTION1 h2.EN img {
			width: 240px;
			}
		#ACTION2 h2 img {
			width: 198px;
			}
		#ACTION3 h2 img {
			width: 235px;
			margin: auto 0;
			}
	#ACTION1 .image {
		position: relative;
		height: 250px;
		margin-top: 30px;
		}
		#ACTION1 .image .inner {
			position: absolute;
			left: 50%;
			top: 0;
			width: 250px;
			height: 250px;
			margin-left: -125px;
			background-size: cover;
			background-position: center center;
			}
		#ACTION1 .image .inner.image1 {
			background-image: url( "../../IMAGES/img_action1-1.jpg" );
			}
		#ACTION1 .image .inner.image2 {
			background-image: url( "../../IMAGES/img_action1-2.jpg" );
			}
		#ACTION1 #knockAnime {
			display: none;
			}
		#ACTION1 #knockAnime.setAnime .inner.image2 {
			opacity: 0;
			}
		#ACTION1 #knockAnime .inner.image2 {
			-webkit-animation: knockAnime 2s linear 0s infinite normal;
			-moz-animation: knockAnime 2s linear 0s infinite normal;
			-ms-animation: knockAnime 2s linear 0s infinite normal;
			animation: knockAnime 2s linear 0s infinite normal;
			}
			@-webkit-keyframes knockAnime {
			0% { opacity: 0; }
			9% { opacity: 0; }
			10% { opacity: 1; }
			19% { opacity: 1; }
			20% { opacity: 0; }
			29% { opacity: 0; }
			30% { opacity: 1; }
			39% { opacity: 1; }
			40% { opacity: 0; }
			100% { opacity: 0; }
			}
			@-moz-keyframes knockAnime {
			0% { opacity: 0; }
			9% { opacity: 0; }
			10% { opacity: 1; }
			19% { opacity: 1; }
			20% { opacity: 0; }
			29% { opacity: 0; }
			30% { opacity: 1; }
			39% { opacity: 1; }
			40% { opacity: 0; }
			100% { opacity: 0; }
			}
			@-ms-keyframes knockAnime {
			0% { opacity: 0; }
			9% { opacity: 0; }
			10% { opacity: 1; }
			19% { opacity: 1; }
			20% { opacity: 0; }
			29% { opacity: 0; }
			30% { opacity: 1; }
			39% { opacity: 1; }
			40% { opacity: 0; }
			100% { opacity: 0; }
			}
			@keyframes knockAnime {
			0% { opacity: 0; }
			9% { opacity: 0; }
			10% { opacity: 1; }
			19% { opacity: 1; }
			20% { opacity: 0; }
			29% { opacity: 0; }
			30% { opacity: 1; }
			39% { opacity: 1; }
			40% { opacity: 0; }
			100% { opacity: 0; }
			}
			#ACTION1 #knockAnime {
				display: block;
			}
			#ACTION1 #knockAnime .inner {
				width: 1px;
				height: 1px;
				top: 50%;
				margin-top: 0;
				margin-left: 0;
			}

	#ACTION2 .image {
		}
		#ACTION2 .image img {
			width: 62%;
			}
	#ACTION3 .image {
		background: -moz-linear-gradient( top, rgba( 239, 239, 239, 0 ) 0%,
					rgba( 239, 239, 239, 0 ) 24%, rgba( 239, 239, 239, 1 ) 24%, rgba( 239, 239, 239, 1 ) 100% );
		background: -webkit-linear-gradient( top, rgba( 239, 239, 239, 0 ) 0%,
					rgba( 239, 239, 239, 0 ) 24%, rgba( 239, 239, 239, 1 ) 24%, rgba( 239, 239, 239, 1 ) 100% );
		background: linear-gradient( to bottom, rgba( 239, 239, 239, 0 ) 0%,
					rgba( 239, 239, 239, 0 ) 24%, rgba( 239, 239, 239, 1 ) 24%, rgba( 239, 239, 239, 1 ) 100% );
		}
		#ACTION3 #twWidgets {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			width: 290px;
			padding: 52px 22px 0;
			margin: auto auto -10px;
			background-image: url( "../IMAGES/bg_widgets.png" );
			background-position: center bottom;
			background-repeat: no-repeat;
			background-size: contain;
			}
	#ACTION2 .button {
		margin-top: 20px;
		}
		#ACTION2 .button img {
			display: block;
			width: 230px;
			margin: auto;
			}
	#ACTION3 ul.share_list {
		margin: 15px auto 40px;
		}
	#ACTION1 .text,
	#ACTION2 .text,
	#ACTION3 .text {
		margin: 0 0 0 45px;
		color: #666;
		font-size: 12px;
		line-height: 1.8;
		text-align: left;
		}
	#ACTION3 h2,
	#ACTION3 .text {
		margin-left: 43px;
		}

#DOWNLOAD {
	padding: 50px 0;
	}
	#DOWNLOAD > h2 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		height: 100px;
		background: #68B82E;
		}
		#DOWNLOAD > h2 img {
			width: 140px;
			}
		#DOWNLOAD > h2.EN img {
			width: 206px;
			}
	#DOWNLOAD > p {
		color: #666;
		font-size: 11px;
		line-height: 1.6;
		}
	#DOWNLOAD > p:nth-of-type(1) {
		margin-top: 3em;
		margin-right: 0;
		margin-left: 40px;
		font-size: 12px;
		line-height: 1.8;
		}
	#DOWNLOAD > p + p {
		margin-top: 1em;
		margin-right: 10px;
		margin-left: 40px;
		}
	#DOWNLOAD .logo,
	#DOWNLOAD .sticker,
	#DOWNLOAD .poster {
		padding: 25px;
		}
	#DOWNLOAD .logo,
	#DOWNLOAD .sticker {
		border-bottom: #ccc solid 1px;
		}
		#DOWNLOAD h3 {
			margin: 20px auto;
			color: #666;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			}
		#DOWNLOAD .sticker .image {
			padding-left: 8px;
			}
			#DOWNLOAD .image img {
				width: 260px;
				}
			#DOWNLOAD ul li {
				position: relative;
				width: 230px;
				margin: 30px auto auto;
				}
				/*
				#DOWNLOAD ul li:before {
					content: "";
					display: block;
					width: 88px;
					height: 43px;
					margin: auto;
					background-image: url( "../../IMAGES/btn_neko.png" );
					background-size: 100% 100%;
					}
				*/
					#DOWNLOAD ul li a img {
						width: 100%;
						}
	#DOWNLOAD .caution {
		width: 230px;
		margin: 0 auto;
		}
#INTRO_IMAGES {
	padding-top: 1px;
	}

#INTRO_IMAGES .text {
	padding: 30px 0 30px 60px;
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	}
	#INTRO_IMAGES .text p + p {
		margin-top: 15px;
	}

#COUNTER {
	padding: 30px 0 40px;
	background: #68b82e;
	}
	#COUNTER h2 img {
		width: 149px;
	}
	#COUNTER > span {
		color: #fff;
		text-align: center;
		display: block;
		margin-top: 5px;
		font-size: 11px;
	}
	#COUNTER ul {
		margin-top: 15px;
		text-align: center;
		font-size: 0;
	}
	#COUNTER li span,
	#COUNTER li:before,
	#COUNTER li:after {
		height: 30px;
		display: inline-block;
		vertical-align: bottom;
	}
	#COUNTER li.tw:before,
	#COUNTER li.tw:after,
	#COUNTER li.instagram:before,
	#COUNTER li.instagram:after {
		content: '';
		background-size: cover;
	}
	#COUNTER li.tw:before,
	#COUNTER li.instagram:before {
		width: 26px;
		margin-right: 10px;
	}
	#COUNTER li.tw:after,
	#COUNTER li.instagram:after {
		width: 50px;
		margin-left: 10px;
	}
	#COUNTER li.tw:before {
		background-image: url(../../IMAGES/COUNTER/x_icon.png);
	}
	#COUNTER li.tw:after {
		background-image: url(../../IMAGES/COUNTER/x_unit.png);
	}
	#COUNTER li.instagram:before {
		background-image: url(../../IMAGES/COUNTER/instagram_icon.png);
	}
	#COUNTER li.instagram:after {
		background-image: url(../../IMAGES/COUNTER/instagram_unit.png);
	}
	#COUNTER li.instagram {
		margin-top: 12px
		}
		#COUNTER li img {
			width: auto;
			height: 100%;
		}
		#COUNTER li span {
			margin-left: 4px;
		}


#INTRO_IMAGES li {
	width: 33.33%;
	padding: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	}
	#INTRO_IMAGES li:nth-child(n+10) {
		display: none;
		}
		#INTRO_IMAGES li img {
			width: 100%;
		}
#INTRO_IMAGES .viewMore {
	width: 150px;
	margin: 20px auto 0;
	display: block;
	}
	#INTRO_IMAGES .viewMore img {
	width: 100%;
	}

#OMOIYARI {
	margin-top: 70px;
	padding: 30px 0 30px 45px;
	position: relative;
	background: #68B82E;
	}
	#OMOIYARI .nekoIcon {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 88px;
		height: 43px;
		margin-left: -88px;
		background-image: url( "../../IMAGES/btn_neko.png" );
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
		}
	#OMOIYARI h2 img {
		width: 212px;
		margin: 0;
		}
	#OMOIYARI p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 1.8;
		color: #fff;
		}

#RESEARCH_RESULT {
		position: relative;
		background: #fff;
	}
	#RESEARCH_RESULT p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 1.8;
		color: #666;
	}
	#RESEARCH_RESULT .text {
		padding: 30px 0 30px 45px;
		}
		#RESEARCH_RESULT h2 img {
			width: 237px;
			margin: 0;
		}
		#RESEARCH_RESULT .text {
			padding-right: 20px;
		}
		#RESEARCH_RESULT p span {
			font-weight: bold;
		}
	#RESEARCH_RESULT .graph {
		padding: 20px;
		background: url(../../IMAGES/bg_tile.png) center top repeat;
		}
		#RESEARCH_RESULT .graph .dummy {
			height: 0;
			margin: 0;
			padding: 0;
		}
		#RESEARCH_RESULT .graph p img {
			width: 100%;
		}
#playerWrapper {
	display: none;
	}
#playerWrapper.on {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, .6 );
	}
	#playerWrapper .player {
		position: relative;
		width: 90%;
		padding-top: 50.625%;
		}
		#playerWrapper #YTplayer {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			}
			
		/* 201125追記*/
#NEKOBANBAN_LOGO .btn_naomi{
	width: 88vw;
	margin: 0 auto 0px;
	padding-bottom: 30px;
	transition: all 1s ease-out;
}

#NEKOBANBAN_LOGO .btn_naomi img{
	width: 100%;
}


#NEKOBANBAN_LOGO {
	padding: 30px 0 0;
	background: #68b82e;
	}
	#NEKOBANBAN_LOGO h2 {
		width: 272px;
		margin: 0 auto;
		}
		#NEKOBANBAN_LOGO h2 img {
			width: 100%;
		}
	#NEKOBANBAN_LOGO .text {
		padding: 30px 10px 30px;
		font-size: 12px;
		color: #fff;
		line-height: 1.8;
		text-align: center;
	}
	#NEKOBANBAN_LOGO .logos {
		padding: 1px 0 30px;
		background: #fff;
		}
		#NEKOBANBAN_LOGO .logos li {
			width: 33.33%;
			padding: 1px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			display: inline-block;
			line-height: 0;
			vertical-align: top;
			}
			#NEKOBANBAN_LOGO .logos li:nth-child(n+19) {
				display: none;
				}
				#NEKOBANBAN_LOGO .logos li img {
					width: 100%;
				}

		#NEKOBANBAN_LOGO .viewMore {
			width: 150px;
			margin: 20px auto 0;
			display: block;
			}
			#NEKOBANBAN_LOGO .viewMore img {
			width: 100%;
			}

#BANNER {
	margin: 0 10px;
	padding: 0 0 90px;
	}
	#BANNER img {
		width: 100%;
	}
