<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #666666;
	font-family: "Noto Sans JP", 貂ｸ繧ｴ繧ｷ繝�け菴�, YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium",
		"Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3",
		Meiryo, 繝｡繧､繝ｪ繧ｪ, Helvetica, Arial, YuGothic, sans-serif;
	font-weight: 400;
}
html,
body {
	/* min-width: 980px; */
}
body {
	background-size: 125px;
}
.s body {
	font-size: 12px;
	background-size: 62.5px;
}
input:focus {
	outline: 0;
}
a {
	opacity: 1;
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
}

img {
	width: 100%;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}
.fw400 {
	font-weight: 400;
}
.fw500 {
	font-weight: 500;
}
.fw700 {
	font-weight: 700;
}
.pc-none {
	display: none;
}
.s .pc-none {
	display: block;
}
.sp-none {
	display: block;
}
.s .sp-none {
	display: none;
}

/*::::::::::header::::::::::*/
.header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 1px 3px 8px rgb(76 143 205 / 16%);
}
.header .header-logo{
	width: 84px;
}
.header .header-logo img{
	width: 100%;
}
/*::::::::::header::::::::::*/

/*::::::::::contents::::::::::*/
/*::::COMMON::::*/
.mv {
	background: no-repeat center top/1440px url(../img/mv_bg.png);
	padding: 0;
	margin-top: 56px;
	text-align: center;
	position: relative;
}
@media screen and (min-width:1440px){
	.mv{
		background: no-repeat center top/100% url(../img/mv_bg.png);
	}
}
.s .mv {
	background: no-repeat center top/100% url(../img/s_mv_bg.png);
}

.mv ._ttl{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.mv ._bingo{
	background: no-repeat center/contain url(../img/mv_btn_bg.png);
	width: 94%;
	max-width: 520px;
	margin: -56px auto 0;
	padding: 44px 0;
}
.s .mv ._bingo{
	margin: -4vw auto 0;
	padding: 8vw 0;
}
.mv ._bingo a{
	width: 56%;
	display: block;
	margin: 0 auto;
}
.mv ._prize{
	margin: -16px auto 0;
}
.s .mv ._prize{
	margin: -2vw auto 0;
}
.mv ._prize img{
	width: 94%;
	max-width: 840px;
}


.bg-pattern {
	width: 100%;
	background-image: url(../img/bg_sea.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: 880px;
	padding-bottom: 20px;
}
.s .bg-pattern{
	background-size: 60%;
}
.wrap {
	width: 100%;
}

.wrap._join {
	padding:32px 0;
	background-color: #fff;
}
.s .wrap._join {
	padding: 24px 0 32px;
}
.wrap._join h3{
	font-size: 3.8rem;
}
.s .wrap._join h3{
	font-size: 2.4rem;
}

.wrap-inner {
	max-width: none;
}
.wrap._note {
	color: #fff;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
.wrap._note a {
	color: #fff;
}
.box {
	max-width: 880px;
	margin: 0 auto;
	/* padding: 90px 12px 12px 12px; */
	position: relative;

}

._join .box{
	padding: 0 12px 60px 12px;
	background: transparent;
}
._note .box {
	padding: 0 12px 60px 12px;
	background: transparent;
}

/* box sec 蜈ｱ騾� */
.box-inner p,.sec p{
	color: #fff;
	line-height: 1.5;
}
.box p strong,.sec p strong{
	font-size: 160%;
}
.box p strong._140,.sec p strong._140{
	font-size: 140%;
}
.box p strong._border,.sec p strong._border{
	position: relative;
	z-index: 3;
}
.box p strong._border::before,.sec p strong._border::before{
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	height: 12px;
	width: calc(100% + 20px);
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.box-inner p span, .sec p span{
	color: #fff000;
}

/* ------------ about ------------ */
.box{
	width: 94%;
	max-width: 920px;
	margin: 50px auto;
}
.s .box,.m .box{ width: 90%;margin: 30px auto;}
.box-inner{
	background-color: rgba(255, 255, 255, 0.2);
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	padding: 1px 0 30px;
}
.s .box-inner{
	padding: 1vw 0 6vw;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
.box-inner h2{
	background: no-repeat center/contain url(../img/ttl_bg.png);
	padding: 38px;
	width: calc(100% + 4px);
	text-align: center;
	margin: -42px auto 20px;
}
.s .box-inner h2{
	background: no-repeat center/cover url(../img/ttl_bg.png);
	width: calc(100% + 3px);
	padding: 6vw 0;
	margin: -5.8vw auto 3.2vw;
}
.m .box-inner h2{
	padding: 4.8vw 0;
	margin: -6.4vw auto 4px;
}
.box-inner h2 img{
	width: 90%;
	max-width: 580px;
}
.m .box-inner h2 img{
	width: 76%;
	max-width: none;
}
.box-inner p{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
}
.m .box-inner p{
	font-size: 1.8rem;
	padding: 0 5px;
}
.s .box-inner p{
	font-size: 1.5rem;
	padding: 0 2.4vw;
}
.box-inner ._img{
	background: no-repeat center/contain url(../img/about_img_bg.png);
	margin-bottom: 10px;
}
.s .box-inner ._img{
	background: no-repeat center/120% url(../img/about_img_bg.png);
}
.box-inner ._img img{
	width: calc(100% + 12px);
	max-width: 692px;
	display: inline-block;
	margin-left: -8px;
}
.m .box-inner ._img img,.l .box-inner ._img img{
	margin-left: 12px;
}
.box-inner ._txt img{
	width: 90%;
	max-width: 540px;
}

/* ::::: 譁懊ａ邱� ::::: */
.box .box_bottom{
	width: 0;
	height: 0;
	margin-left: 4px;
	border-style: solid;
	border-width: 5vw 90vw 0 0;
	border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
	position: relative;
}
.s .box .box_bottom{
	margin-left: 3px;
}
.box .box_bottom::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2.8vw;
	width: 89vw;
	height: 10vw;
	background-image: linear-gradient(-3.2deg, transparent, transparent 52%, #fff 52%, #fff 58%, transparent 58%, transparent);
}
.box .box_bottom::before{
	content: '';
	background-color: #fff;
	position: absolute;
	left: -4px;
	top: -5vw;
	height: 5vw;
	width: 4px;
}
.s .box .box_bottom::before{
	left: -3px;
	width: 3px;
}
@media screen and (min-width:640px) and (max-width:980px){
	.box .box_bottom{
		border-width: 5vw 90vw 0 0;
		border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
	}
	.box .box_bottom::after{
		bottom: -3.2vw;
		width: 89.6vw;
		height: 10vw;
		background-image: linear-gradient(-2.8deg, transparent, transparent 53%, #fff 53%, #fff 57%, transparent 57%, transparent);
	}
	.box .box_bottom::before{
		top: -5vw;
		height: 5vw;
	}
}
.l .box .box_bottom{
	border-width: 40px 924px 0 0;
}
.l .box .box_bottom::after{
	bottom: -32px;
	width: 916px;
	height: 98px;
	background-image: linear-gradient(-2.6deg, transparent, transparent 52%, #fff 52%, #fff 55%, transparent 55%, transparent);
}
.l .box .box_bottom::before{
	top: -40px;
	height: 41px;
}
/* ::::: 譁懊ａ邱� ::::: */



/* -------- box present -------- */
.box-inner ul{
	width: 94%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s .box-inner ul{
	width: 96%;
}
.box-inner ul li{
	width: 48%;
	margin: 60px 0 0;
	text-align: center;
}
.l .box-inner ul li:nth-child(1),.l .box-inner ul li:nth-child(2),.l .box-inner ul li:nth-child(5),.l .box-inner ul li:nth-child(6),
.m .box-inner ul li:nth-child(1),.m .box-inner ul li:nth-child(2),.m .box-inner ul li:nth-child(5),.m .box-inner ul li:nth-child(6){
	margin: 24px 0 0;
}
.s .box-inner ul li{
	width: 100%;
	margin: 50px 0 0;
}
.s .box-inner ul li:first-child{
	margin: 10px 0 0;
}
.box-inner ul li a{
	display: block;
	width: 94%;
	margin: 0 auto;
}
.l .box-inner ul li:nth-child(3) a,.m .box-inner ul li:nth-child(3) a{
	margin: 45px auto;
}
.box-inner ul li img{
	width: 100%;
}
.box-inner ul li h4{
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0 6px;
}
.m .box-inner ul li h4,.s .box-inner ul li h4{
	font-size: 1.8rem;
}
.box-inner ul li p{
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 auto 16px;
}
.m .box-inner ul li p,.s .box-inner ul li p{
	font-size: 1.5rem;
}
.box-inner ul li p small{
	font-size: 88%;
}
.m .box-inner ul li p small{
	font-size: 80%;
}
.box-inner ul li p.wchance_txt{
	font-size: 2.4rem;
	font-weight: bold;
}
.box-inner ul li p.wchance_txt small{
	font-size: 2.1rem;
	font-weight: bold;
}
.m .box-inner ul li p.wchance_txt{
	font-size: 2.0rem;
}
.m .box-inner ul li p.wchance_txt small{
	font-size: 1.7rem;
	font-weight: bold;
}
.s .box-inner ul li p.wchance_txt{
	font-size: 1.7rem;
}
.s .box-inner ul li p.wchance_txt small{
	font-size: 1.46rem;
	font-weight: bold;
}
.box-inner ul li div{
	border: 1px solid #fff;
	padding: 6px 12px;
	width: 100%;
	margin: 0 auto 12px;
}
.box-inner ul li div p{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}
.box-inner ul li div._present_04 p{
	padding-left: 16.2rem;
	text-indent: -16.2rem;
}
.m .box-inner ul li div,.s .box-inner ul li div{
	padding: 6px 6px;
}
.m .box-inner ul li div p,.s .box-inner ul li div p{
	font-size: 1.3rem;
	padding-left: 0;
	text-indent:  0;
}
.m .box-inner ul li div._present_04 p{
	padding-left: 0.6rem;
	text-indent:  -0.6rem;
}
.s .box-inner ul li div._present_04 p{
	padding-left: 15.0rem;
	text-indent: -15.0rem;
}
@media screen and (max-width:399px){
	.s .box-inner ul li div._present_04 p{
		font-size: 1.24rem;
		padding-left: 0.6rem;
		text-indent: -0.6rem;
	}
	.s .box-inner ul li div._present_04 p .m-inline{
		display: inline;
	}
}


/* -------- sec -------- */
.sec{
	width: 100%;
	margin: 40px auto 80px;
	text-align: center;
}
.s .sec{
	margin: 30px auto 50px;
}
.sec h2 img{
	width: 80%;
	max-width: 580px;
}
.sec p{
	font-size: 1.8rem;
	margin: 8px 0;
}
.s .sec p{
	font-size: 1.4rem;
}
.sec ._btn{
	width: 90%;
	max-width: 600px;
	margin: 20px auto;
}

.youtube_box{
	width: 90%;
	max-width: 600px;
	border: 4px solid #fff;
	margin: 20px auto 0;
}
.youtube_inner{
	width: 100%;
	padding-bottom: 56.216%;
	position: relative;
}
.youtube_inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* -------- sec bingo -------- */
.sec._bingo{
	background-color: #fff;
	border-top: 16px solid #003b93;
	border-bottom: 16px solid #003b93;
	padding: 40px 0;
	margin-bottom: 0;
}
.sec._bingo h5{
	color: #222;
	font-size: 2.6rem;
	line-height: 1.5;
}
.s .sec._bingo h5{
	font-size: 1.8rem;
}
.sec._bingo p{
	color: #222;
}
@media screen and (max-width:500px){
	iframe[src="bingo/banner.html?220811a"]{
		height: 130px !important;
		margin-top: -30px !important;
	}
}

.sec ._notice {
	width: 90%;
	max-width: 680px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 16px;
	color: #666666;
	border: solid 1px #d6d6d6;
}
.s .sec ._notice{
	padding: 4px 8px;
}
.sec ._notice li {
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin: 4px 0;
}
.s .sec ._notice li{
	font-size: 1.2rem;
}

/* -------- sec theme -------- */
.sec._theme{
	background: repeat center/400px url(../img/bg_grunge.png);
	margin: 0;
	padding: 40px 0 20px;
}
.sec._theme p{
	margin-top: 20px;
}

/* -------- sec sns -------- */
.sns_text{
	background: no-repeat left center/contain url(../img/sns_icon_tw.png);
	display: inline-block;
	padding-left: 112px;
	margin: 28px auto;
	color: #fff;
	text-align: left;
	font-size: 2.4rem;
	line-height: 1.3;
}
.s .sns_text{
	padding-left: 74px;
	font-size: 1.7rem;
}
.sns_text span._pink{
	color: #ffd6ed;
}
._sns .box-posts-area {
	background-color: #fff;
	margin:0 auto;
	width: 90%;
	max-width:560px;
	height:360px;
	border-radius: 12px;
	overflow-y:scroll;
}
.l ._sns .box-posts-area {
	height:500px;
	padding: 4px 24px;
}

/*::SONG LIST::*/
.box-songList {
	padding: 0 24px;
	display: flex;
	flex-wrap: wrap;
}
.s .box-songList {
	height: auto;
	flex-direction: column;
}
.box-songList-inner {
	width: 50%;
}
.box-songList-inner:last-child {
	border-left: dotted 3px #82cde2;
}
.s .box-songList-inner:last-child {
	border-left: none;
}
.s .box-songList-inner {
	width: 100%;
}

.box-songList dl {
	width: 100%;
	padding: 0 10px;
	height: 42px;
	border-bottom: dotted 3px #82cde2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: -0.06em;
}
.m .box-songList dl {
	padding: 0 6px;
}
.s .box-songList dl {
	padding: 11px 0;
	border-bottom: dotted 3px #82cde2;
	height: auto;
	flex-wrap: wrap;
	letter-spacing: 0;
}

.s .box-songList dl:nth-child(-n + 50) {
	border-right: none;
}
.box-songList dl dt {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	color: #fff;
}
.m .box-songList dl dt {
	letter-spacing: -0.1em;
}
.box-songList dl dd {
	text-align: right;
	color: #fedcba;
}
.m .box-songList .text-primary {
	font-size: 1.3rem;
}

/* :::::::: 蜿ょ刈譁ｹ豕� :::::::: */
.box-guide {
	width: 80%;
	max-width: 880px;
	margin: 20px auto 0;
	letter-spacing: 0.05em;
}
.box-guide dt {
	color: #004abf;
	font-weight: 600;
	padding-left: 1em;
	text-indent: -1em;
}
.box-guide dd a{
	color: #666666;
}
/* :::::::: 蜿ょ刈譁ｹ豕� :::::::: */


/* :::::::: 豕ｨ諢丈ｺ矩�� :::::::: */
#noteView {
	padding-top: 16px;
	padding-bottom: 16px;	
}
.s #noteView {
	padding-top: 9px;
	padding-bottom: 16px;
}
/* :::::::: 豕ｨ諢丈ｺ矩�� :::::::: */


/*::::::::::footer::::::::::*/
footer {
	background: #fff;
	padding: 32px 0 20px;
}
.footer-sponsor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	max-width: 280px;
}

.footer-sponsor a:nth-child(1){
  width: 48%;
}
.footer-sponsor a:nth-child(2){
  width: 40%;
}
.footer-sponsor a img{
	width: 100%;
}
.footer-logoArea {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 880px;
	margin: 0 auto;
}
.footer-logoArea &gt; a {
	width: 108px;
}
.footer-logoArea &gt; a img {
	width: 100%;
}
.Copyright{
	color: #888;
	text-align: center;
	font-size: 9px;
	padding-top: 14px;
}
/*::::::::::footer::::::::::*/


.box-title {
	text-align: center;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:20px;
}
.s .box-title{
	top:2vw;
}
.box-title img{
	height:50px;
	width: auto;
}
.s .box._about .box-title img{
	height:8.4vw;
	width: auto;
}
.s .box._present .box-title img{
	height:8.4vw;
	width: auto;
}
.s .box._sns .box-title img{
	height:8.4vw;
	width: auto;
}
.s .box._songlist .box-title img{
	height:8.4vw;
	width: auto;
}



.theme-title {
	padding: 20px 0;
	max-width: 680px;
	text-align: center;
	margin: 0 auto;
}
.theme-inner{
	color: #fff;
}
.theme-title img{
	width:auto;
}
.s .theme-title img{
	height:9vw;
}

.box-title._sns {
	padding-bottom: 10px;
}
.s .box-title._sns {
	margin: 0 auto;
}

.box-title._join {
	width: 450px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
.box-title._join p{
	font-size:40px;
	font-weight: 600;
}
.s .box-title._join {
	width: 77.6vw;
}
.s .box-title._join p{
font-size: 30px;
font-weight: 600;
}

.box-text {
	color: #333333;
	text-align: center;
	letter-spacing: -0.07em;
}
.box-text ._pink,
.box-posts ._pink {
	color: #ff7434;
}
.box-text ._skyblue,
.box-posts ._skyblue {
	color: #55abe6;
}
.box-text ._blue,
.box-posts ._blue {
	color: #ff1776;
}
.theme .theme-inner ._skyblue {
	color: #55abe6;
}

.s .box-text {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.box-detail {
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
}
.box-detail img {
	width: 100%;
}


.btnArea {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	transition: 0.5s;
	cursor: pointer;
}
.s .btnArea {
	width: 82.9vw;
	margin-right: auto;
	margin-left: auto;
	transition: 0.5s;
	cursor: pointer;
}
.s .btnArea.-more {
	width: 73.3vw;
}
.btnArea:hover {
	opacity: 1;
	transform: translateY(6px);
}
.btnArea img {
	width: 100%;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,0.1));
	/* box-shadow: 0 3px 5px rgba(163, 127, 156, 0.29); */
}
.box-noteArea ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	width: 260px;
	cursor: pointer;
}
.pagetop img {
	width: 100%;
}
.s .pagetop {
	position: fixed;
	right: 0;
	cursor: pointer;
}
.pagetop._absolute {
	position: absolute;
	top: -100px;
	bottom: 0;
}
/*::::COMMON::::*/

/*::ABOUT::*/
.box-about {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 602px;
}
.s .box-about{
	width: 89.85%;
}
.box-about._text {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 620px;
}
.s .box-about{
	width: 92.5%;
}
.box-outline {
	width: 90%;
	text-align: center;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-outline img:nth-child(1){
	width:209px;
}
.s .box-outline img:nth-child(1){
	width: 30%;
}
.box-outline img:nth-child(2){
	width:375px;
	margin-left: 26px;
}
.s .box-outline img:nth-child(2){
	width:65%;
	margin-left: 5%;
}

.box-outline img {
	width: 100%;
	max-width: 750px;
}
.s .box-detail {
	width: 93%;
}

/*::ABOUT::*/


/*::PRESENTS::*/

.box-present {
	width: 100%;
	max-width: 607px;
	margin: 0 auto;
}

.box-items {
	width: 100%;
	margin: 0 auto;
	column-count: 2;
	max-width:800px;
}
.box-items li{
	width: 300px;
	margin: 15px auto;
}
.s .box-items{
	width: 80vw;
	column-count: 1;
}
.s .box-items li{
	padding-top: 21px;
}


.present-number {
	font-size: 1.6rem;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
}
.m .present-number {
	font-size: 1.4rem;
}
.s .present-number {
	font-size: 1.6rem;
}
.box-wchance {
	position: relative;
}
.s .box-wchance {
	line-height: 1.2;
}
.s .box-wchance-text {
	width: 90%;
	margin: 0 auto;
}
.box-wchance-text {
	max-width: 540px;
	margin: 0 auto;
}

.box-presentItem {
	width: 100%;
	position: relative;
}
.s .box-presentItem {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 13px;
}
.box-presentItem img {
	width: 100%;
}
.box-presentItem:not(:last-of-type) {
	margin-right: 30px;
}
.s .box-presentItem:not(:last-of-type) {
	margin-right: auto;
	margin-left: auto;
}
.box-presentItem:not(:first-of-type)::before {
	content: "";
	position: absolute;
	height: 96%;
	width: 2px;
	left: -15px;
	top: 30px;
	border-left: dashed 2px #d4d4d4;
}
.s .box-presentItem::before {
	display: none;
}
.box-presentRibbon {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.box-presentContent {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
}
.s .box-presentContent {
	flex-direction: row;
	align-items: flex-start;
}
.box-presentThumb {
	height: 100%;
}
.s .box-presentThumb {
	width: 35%;
	max-width: 240px;
	margin-right: 5%;
}
.box-presentThumb img {
	height: 100%;
}
.s .box-presentThumb img {
	width: 100%;
}
.box-presentText {
	line-height: 1.2;
	font-weight: 700;
}
.s .box-presentText {
	width: 180px;
}
.box-presentText span {
	color: #666;
	font-weight: 300;
}
/*::PRESENTS::*/

/*::bingoGameView::*/
#bingoGameView {
	background-image: url(../img/rainbow.png);
	background-repeat: repeat;
	background-size: 100%;
	padding-top: 16px;
	padding-bottom: 16px;	
}
.s #bingoGameView {
	padding-top: 9px;
	padding-bottom: 16px;
}
.box-inner._bingoGameView {
	position: relative;
	border-radius: 0 0 0 0;
}
.box-inner p{
	text-align: center;
}
.s .box-inner._bingoGameView {
	padding: 0px 16px;
}
.s #playbannerOpen {
	height: 120px;
}
/*::bingoGameView::*/

/* theme  */
.theme {

	background-image: url(../img/bg_notice-top.png);
}
.theme-text {
	width: 500px;
	margin: 0 auto;
}
.theme-inner p{
	text-align: center;
	margin: center;
}
.theme-inner p span{
	color: yellow;
}
/* .s .theme-text {
	width: 90%;
}
.s .theme-inner-info li {
	border-bottom: 2px dotted #c2c2c2;
	padding-top: 10px;
	padding-bottom: 20px;
}
.s .theme-inner-info h2{
	font-size: 2.4rem;
	letter-spacing: -0.05em;
	font-weight: 700;
	padding-bottom: 10px;
}
.s .theme-inner-info p {
	font-size: 1.3rem;
}
.s .themeText {
	max-width: 415px;
	margin: 0 auto;
} */
.theme-inner-info h2 {
	font-size: 4rem;
	font-weight: 600;
	padding-bottom: 20px;
}
.theme-inner-info p {
	font-size: 2.4rem;
	font-weight: 400;
}
.theme-inner-info-ttl01 {
	color: #ff5a00;
}
.theme-inner-info-ttl02 {
	color:#1e9dcc;
}

/*::SNS::*/
.box-sns {
	position: relative;
	padding-bottom: 20px;
}
.box-sns-info {
	margin: 0 auto;
	border-bottom: dashed 2px #abc9ab;
	width: 560px;
}
.s .box-sns-info{
	width: 68.4vw;
}

.box-snsDesc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-snsDesc li {
	width: 132px;
	padding: 0 10px;
}
.s .box-snsDesc li {
	width: 76px;
}
@media screen and (max-width: 320px) {
	.s .box-snsDesc li {
		width: 58px;
		padding: 0 6px;
	}
}

/*::SNS::*/


/* sp逕ｨ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ*/
.more-btn-sp {
	display: none;
}
.s .more-btn-sp {
	display: block;
	text-decoration: underline;
	text-align: center;
	border-bottom: dotted 3px #82cde2;
	padding: 20px 0;
	margin: 0 15px;
	color: #fff;
}
.s .more-btn-sp div {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	text-decoration: underline;
}
.s .more-btn-sp div:after {
	content: "";
	width: 5px;
	height: 5px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 3px;
	margin: auto;
	transition-duration: 0.3s;
}
.s .more-btn-sp div._open:after {
	transform: rotate(-45deg);
	bottom: -3px;
}

/*::::::::::contents::::::::::*/


/*::::::::::posts::::::::::*/
.posts {
	text-align: left;
	max-width: 740px;
	margin: 0 auto; /*border:1px solid #fff;*/
	padding: 16px;
	font-size: 14px;
	height: 600px;
	overflow-y: scroll;
}

.posts .-item {
	background: #fff;
	border-radius: 8px;
	padding: 10px 10px;
	margin-bottom: 15px;
	border: solid 1px #f76868;
}
.posts .-content {
	display: block;
	float: left;
	width: 70%;
	text-decoration: none;
	color: #333333;
}
.posts .-content .-image {
	text-align: center;
}
.posts .-content .-image img {
	max-width: 100%;
	margin-bottom: 10px;
}
.posts .-content .-message {
	word-wrap: break-word;
}

.posts .-profile {
	display: block;
	float: left;
	width: 30%;
	position: relative;
	text-decoration: none;
	color: #333333;
}
.posts .-profile .-icon {
	width: 40px;
	position: absolute;
	height: 40px;
	background: #eee;
	border-radius: 50%;
}
.posts .-profile .-icon img {
	width: 100%;
	border-radius: 50%;
}
.posts .-profile .-name {
	margin-left: 50px;
	padding: 10px 0;
	word-wrap: break-word;
}
.posts .-more {
	cursor: pointer;
	margin-top: 20px;
}
.posts .-more img {
	width: 100%;
}

.s .posts {
	font-size: 12px;
	padding: 16px;
	height: 460px;
}
.s .posts .-item {
	margin-bottom: 10px;
}
.s .posts .-content {
	width: 100%;
}
.s .posts .-content .-image img {
	width: 100%;
	max-width: 340px;
}
.s .posts .-profile {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #cccccc;
}

/*::::::::::posts::::::::::*/

/* 繝舌リ繝ｼ */

.bnr {
	padding: 40px 12px ;
	margin: 0 auto;
	text-align: center;
	background-color: #efefef;
}

.bnr-wrap {
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
	max-width: 670px;
	margin: 0 auto;
}

.s .bnr p img {
	width: 100%;
}
</pre></body></html>