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 {
	margin: 0;
	position: relative;
}
/*::::::::::header::::::::::*/

/*::::::::::contents::::::::::*/
/*::::COMMON::::*/
.mv {
	padding: 77px 0 0 0;
	text-align: center;
	position: relative;
}
.s .mv {
	padding: 15vw 0 0 0;
	background-image: none;
}
.mv img {
	width: 100%;
	max-width: 901px;
	margin: 0 auto;
}
.mv-button {
	position:absolute;
	left:0px;
	right: 0px;
	margin: 0 auto;
	cursor: pointer;
	width: 431px;
	top:350px;
}
@media screen and (min-width:769px) and ( max-width:901px){
	.mv-button{
	width: 47.835vw;
	top:calc(77px + 30.299vw);
}
}
.s .mv-button {
	width: 82vw;
	top:68.933vw;
}
.mv-button:hover {
	opacity: 1;
	transform: translateY(6px);
}

.mv-link {
	position: absolute;
	z-index: 2;
	width: 80%;
	left: 15%;
	top: -10px;
}
.s .mv-link{
	left: 19vw;
}
.mv-link a {
	display: inline-block;
	width: 240px;
	height: 120px;
	margin: 1px;
}
.s .mv-link a {
	width: 34.3vw;
	height: 10vw;
}

.bingo-release{
	text-align: center;
	margin: 0 auto;
	color: #000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px ;
}
.s .bingo-release{
	font-size:4vw;
}


.bg-pattern {
	width: 100%;
	background-image: url(../img/bg-sample.png);
	background-position: top center;
	background-repeat: repeat;
}
.wrap {
	width: 100%;
}
.s .wrap {
	padding: 0 4vw;
}
.wrap._join {
	padding-top:10px;
	background-color: #8d4e1b;
}
.s .wrap._join {
	padding: 18px 0 0;
}

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

}
.s .box{
	padding: 12vw 1.3vw 1.3vw 1.3vw;
} 

/* .s .box {
	max-width: 100%;
	padding: 12 4px 4px 4px;
} */
._join .box{
	padding: 0 12px 60px 12px;
	background: transparent;
}
._note .box {
	padding: 0 12px 60px 12px;
	background: transparent;
}

#noteView {
	background-color: #cccccc;
	padding-top: 16px;
	padding-bottom: 16px;	
}
.s #noteView {
	padding-top: 9px;
	padding-bottom: 16px;
}

.box._about {
	background:url(../img/about-bg.png);
	background-size: 100%;
	border-radius: 16px;
}

.box._present {
	/* background-size: contain; */
	background:url(../img/present-bg.png);
	background-size: 100%;
	border-radius: 16px;
}
.box._sns{
	background:url(../img/sns-bg.png);
	background-size: 100%;
	border-radius: 16px;
}
.box._songlist{
	background:url(../img/songlist-bg.png);
	border-radius: 16px;
}

.box-title {
	text-align: center;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:20px;
}
.s .box-title{
	top:2vw;
}
/* .s .box-title {
	top: -3.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;
}


/* .s .box-title {
	width: 100%;
} */
/* .s .box-title._about {
	top: -4.5vw;
} */


.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%;
}
.box-posts-area {
	max-width:560px;
	margin:0 auto;
	height:320px;
	overflow-y:scroll;
}
.l .box-posts-area {
	height:500px;
}

.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-guide {
	max-width: 880px;
	letter-spacing: 0.05em;
}
.box-guide dt {
	color: #ff287e;
	font-weight: 600;
	padding-left: 1em;
	text-indent: -1em;
}
.box-guide dd a{
	color: #666666;
}
.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;
}
.s .box-inner p{
	font-size:10px;
	letter-spacing: 0.01em;
}


.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{
	background: #fff;
	border-radius: 0 0 16px 16px; /* 左上、右上、右下、左下 */
}
.box-inner._bingoGameView {
	background: #fff;
	position: relative;
	border-radius: 0 0 0 0;
}
.box-inner p{
	text-align: center;
	margin: 0 auto;
}
.s .box-inner._bingoGameView {
	padding: 0px 16px;
}
.notice {
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
	color: #666666;
	border: solid 1px #d6d6d6;
}
.s .notice {
	padding: 8px;
}
.notice ul li {
	text-indent: -1em;
	padding-left: 1em;
	letter-spacing: -0.1em;
}
.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::*/

/*::SONG LIST::*/
.box-songList {
	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: dashed 2px #abc9ab;
}
.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: dashed 2px #abc9ab;
	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: dashed 2px #abc9ab;
	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: #666;
}
.m .box-songList dl dt {
	letter-spacing: -0.1em;
}
.box-songList dl dd {
	text-align: right;
	color: #ff5a00;
}
.m .box-songList .text-primary {
	font-size: 1.2rem;
}

/* sp用アコーディオン*/
.more-btn-sp {
	display: none;
}
.s .more-btn-sp {
	display: block;
	text-decoration: underline;
	text-align: center;
	border-bottom: dashed 2px #abc9ab;
	padding: 20px 0;
	margin: 0 15px;
}
.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 #333;
	border-right: 2px solid #333;
	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;
}
/*::SONG LIST::*/
/*::::::::::contents::::::::::*/

/*::::::::::footer::::::::::*/
footer {
	background: #fff;
	padding-top:1.2vh;
	padding-bottom:1.2vh ;
}
.footer-sponsor a{
	padding: 0 2vw;
}

.footer-sponsor a:nth-child(1) img{
  width: 103px;
  height: 42px;
}
.footer-sponsor a:nth-child(2) img{
  width: 53px;
  height: 39px;
}
.footer-sponsor a:nth-child(3) img{
  width: 195px;
  height: 33px;
}

.s .footer-sponsor a:nth-child(1) img {
	width: 22vw;
	height: auto;
}
.s .footer-sponsor a:nth-child(2) img {
	width: 9vw;
	height: auto;
}
.s .footer-sponsor a:nth-child(3) img {
	width: 26vw;
	height: auto;
}
.footer-logoArea {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 880px;
	margin: 0 auto;
}
.footer-logoArea > a {
	width: 108px;
}
.footer-logoArea > a img {
	width: 100%;
}
.footer-sponsor {
	display: flex;
	align-items: center;
}
.Copyright{
	text-align: center;
	font-size: 9px;
	padding-top: 14px;
}
/*::::::::::footer::::::::::*/

/*::::::::::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%;
}
