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%;
	position: relative;
}
/*::::::::::header::::::::::*/
/*::::::::::hamburger::::::::::*/
.s .menu-btn{
	width: 11%;
    height: 11%;
    margin-top: 0;
    margin-left: 1%;
}
.menu-btn {
    position: fixed;
    top: 1.5vw;
    left: 3vw;
    display: flex;
	height: 4%;
    width: 4%;
    max-width: 64px;
    max-height: 64px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
#menu-btn-check:checked ~ .menu-btn ._on {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn ._off {
	display: block;
}

.menu-btn ._off {
	display: none;
}


#menu-btn-check {
    display: none;
}

/* メニュー */
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -50%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.s .menu-content {
	width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
    left: -100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-content ul {
    padding: 17% 5% 0;
}
.menu-content ul li {
    list-style: none;
	width: 50%;
	padding: 2.3% 0;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    position: relative;
}
.menu-content ul ._01 {
	width: 10%;
}
.menu-content ul ._02 {
	width: 18%;
}
.menu-content ul ._03 {
	width: 57%;
}
.menu-content ul ._04 {
	width: 27%;
}
.menu-content ul ._05 {
	width: 16%;
}
.menu-content ul ._06 {
	width: 18%;
}
.menu-content ul ._07 {
	width: 29%;
}
.menu-content ul ._08 {
	width: 22%;
}
.menu-content ._ttl {
	width: 81%;
    margin: 0 auto;
    padding-top: 2%;
}
.s .menu-content ._ttl {
	width: 80%;
    margin: -2% auto 0% 9%;
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


/*::::::::::hamburger::::::::::*/

/*::::::::::contents::::::::::*/
/*::::COMMON::::*/
.mv {
	background: no-repeat center top/100% url(../img/p_mv_bg.png);
	padding: 0;
	text-align: center;
	position: relative;
	margin-top: -5%;
}
@media screen and (min-width:1440px){
	.mv{
		background: no-repeat center top/100% url(../img/p_mv_bg.png);
	}
}
.s .mv {
	background: no-repeat center top/100% url(../img/s_mv_bg.png);
	margin-top: -4%;
}
.mv ._ttl{
	position: absolute;
    width: 44%;
    top: 19%;
    left: 20%;
	max-width: 825px;
}
.s .mv ._ttl{
	width: 90%;
	margin: 0 auto;
	padding-top: 19%;
	position:unset;
}

.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: 38%;
    max-width: 712px;
    margin-top: 29%;
    margin-right: 24%;
}
.s .mv ._prize img{
	width: 94%;
    margin: 42% auto 0;
}
.mv ._btn {
	width: 25%;
	max-width: 600px;
    margin: 3% auto 1% auto;
}
.s .mv ._btn {
	width: 80%;
	max-width: 600px;
    margin: 4% auto 1% auto;
}
.mv ._note {
	width: 21%;
    margin: 1% auto;
}
.s .mv ._note {
	width: 56%;
    margin: 1% auto;
}
.mv .logo {
}
.s .mv .logo {
}

.mv .logo .tfm {
    width: 9%;
    position: absolute;
    top: 12%;
    left: 10%;
}
.s .mv .logo .tfm {
	position: absolute;
    width: 15%;
    top: 5%;
    left: 39%;
}

.mv .logo .ykkap {
	width: 4%;
    position: absolute;
    top: 10.5%;
    left: 20%;
}
.s .mv .logo .ykkap {
	position: absolute;
    width: 7%;
    top: 4%;
    left: 57%;
}


.mv .sns_icon .facebook {
	position: absolute;
	width: 3%;
    top: 10.5%;
    right: 10%;
}
.s .mv .sns_icon .facebook {
	width: 8%;
    top: 4%;
    right: 20%;
}
.mv .sns_icon .x {
	position: absolute;
	width: 2.5%;
    top: 11.2%;
    right: 6.2%;
}
.s .mv .sns_icon .x {
	width: 5%;
    top: 4.8%;
    right: 13%;
}
.mv .sns_icon .line {
	position: absolute;
	width: 3%;
    top: 10.5%;
    right: 2%;
}
.s .mv .sns_icon .line {
    width: 8%;
    top: 4%;
    right: 3%;
}

.bg-pattern {
	width: 100%;
	background-color: #fef7ed;
	background-position: center;
	background-repeat: repeat;
	background-size: 880px;
}
.s .bg-pattern{
	background-size: 60%;
}
.wrap {
	width: 100%;
}

.wrap._join {
	padding:2% 0 10%;
	background-color: #fff;
}
.s .wrap._join {
	padding: 5% 0 7%;
}
.wrap._join h3{
	font-size: 3.8rem;
}
.s .wrap._join h3{
	font-size: 2.4rem;
}

.wrap-inner {
	max-width: none;
}
.wrap._note {
	color: #373737;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
.wrap._note a {
	color: #373737;
}
.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;
	text-align: center;
}
.s .box,.m .box{ width: 95%;margin: 30px auto;}
.box-inner{
	background-color: rgba(255, 255, 255);
	border: 3px solid #3cade7;
	padding: 1px 0 30px;
}
.s .box-inner{
	padding: 1vw 0 8vw;
	border: 3px solid #3cade7;
}
 .box-inner h2{
	background-image:url(../img/cat_left.png),url(../img/cat_right.png);
	background-repeat: no-repeat;
	background-position: top 89% left 3%, top 89% right 3%;
	width: calc(100% + 3px);
	padding: 6vw 0 0;
	margin: -5.8vw auto -6vw;
}
.box-inner h2{
	padding: 7vw 0 0;
}
.s .box-inner h2{
	background-image:url(../img/cat_left.png),url(../img/cat_right.png);
	background-repeat: no-repeat;
	background-position: top 105% left 3%, top 105% right 3%;
	background-size: 10%;
	width: calc(100% + 3px);
	padding: 8vw 0 0;
	margin: -5.8vw auto -6vw;
}
.s .m .box-inner h2{
	padding: 4.8vw 0;
	margin: -6.4vw auto 4px;
}
.box-inner .ttl_line {
	padding-top: 7vw;
	margin-bottom: -7%;
}
.s .box-inner .ttl_line {
	padding-top: 10%;
}

.box-inner ._txt{
	width: 90%;
	max-width: 630px;
}
.box-inner ._txt._02{
	width: 75%;
	margin-bottom: 1%;
	max-width: 550px;

}

.box-inner .about_item {
	background-image: url(../img/blue_bg.png);
	background-repeat: no-repeat;
	background-position: top 35% center;
    background-size: 100%;
}
._about .box-inner ._item {
	width: 90%;
    margin: 4% auto 4%;
}

.box-inner h2 img{
	width: 25%;
    margin: 2% auto 0;
	max-width: 172px;
}
.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-inner ._btn {
	width: 80%;
	max-width: 600px;
    margin: 4% auto 1% auto;
}

.box-inner ._btn._last {
	margin: 2% auto 0 auto;
}


/* -------- box personality -------- */
._personality .box-inner .ps img{
	width: 43%;
    margin: 2% auto;
	max-width: 310px;
}

._personality .box-inner ._main {
	width: 78%;
	margin-bottom: 3%;
	max-width: 620px;
}

._personality .box-inner .guest img{
	width: 19%;
    margin: 0 auto 2%;
	max-width: 140px;
}

.s .box-inner .guest {
	background-position: top 89% left 3%, top 89% right 3%;
	padding: 14vw 0 0;
}

._personality .box-inner ._sub {
	width: 90%;
	max-width: 670px;
}

/* -------- box presents -------- */
._presents .box-inner .pre img{
	width: 29%;
    margin: 2% auto;
	max-width: 210px;
}

._presents .box-inner ._txt{
	width: 73%;
	max-width: 500px;
}

._presents ._item {
	width: 70%;
	margin: 5% auto 0;
	max-width: 500px;
}

._presents ._item ._img {
	margin-top: 8%;
}


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

/* -------- box bingo -------- */
.sec._bingo{
	background-color: #fff;
	border-bottom: 16px solid #188fcc;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.s .sec._bingo{
	background-color: #fff;
	border-bottom: 16px solid #188fcc;
	padding-bottom: 5%;
	margin-bottom: 0;
}
.sec._bingo h5{
	color: #188fcc;
	font-size: 28px;
	line-height: 1.5;
}
.s .sec._bingo h5{
	font-size: 3.74vw;
}
.sec ._data {
	font-size: 24px;
}
.s .sec ._data {
	font-size: 3.2vw;
}

.sec._bingo p{
	color: #222;
}
.sec._bingo .close_ttl {
	background-color: #188fcc;
}
.s .sec._bingo .close_ttl {
	background-color: #188fcc;
	margin-bottom: 3%;
}
.sec._bingo .close_ttl img {
	width: 70%;
	max-width: 550px;
    padding: 20px 0;
}
.s .sec._bingo .close_ttl img {
	width: 70%;
	max-width: 550px;
    padding: 4% 0;
}

@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;
}
.sec ._notice li{
	font-size: 22px;
	font-weight: 300;
}
.s .sec ._notice li{
	font-size: 2.94vw;
	font-weight: 300;
}

/* -------- box theme -------- */
._theme .box-inner ._btn {
	margin: 7% auto 0 auto;
}

._theme .box-inner ._ttl img {
	width: 22%;
}

/* -------- 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::*/
._songlist .box-inner ._ttl img {
	width: 33%;
	max-width: 212px;
}
.box-songList {
	padding: 0 24px;
	display: flex;
}
.s .box-songList {
	height: auto;
	flex-direction: column;
}
.box-songList-inner {
	width: 100%;
}
.s .box-songList-inner {
	width: 50%;
}
.box-songList-inner ._txt {
	width: 53%;
}
/* .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: 72px;
	border-bottom: dotted 3px #82cde2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: -0.06em;
}
.s .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 4%;
}
.s .box-songList dl {
	padding: 11px 0;
	border-bottom: dotted 3px #82cde2;
	height: auto;
	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: #006b94;
	font-size: 17px;
}
.s .box-songList dl dt {
	font-size: 3.07vw;
}
.m .box-songList dl dt {
	letter-spacing: -0.1em;
}
.box-songList dl dd {
	text-align: right;
	color: #f38d2c;
	font-size: 15px;
}
.s .box-songList dl dd {
	font-size: 3.47vw;
}

/* :::::::: 参加方法 :::::::: */
.box-guide {
	width: 87%;
	max-width: 880px;
	margin: 20px auto 0;
	letter-spacing: 0.05em;
}
.box-guide dt {
	color: #188fcc;
	font-weight: 600;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 20px;
}
.s .box-guide dt {
	font-size: 4.27vw;
}
.box-guide dd{
	color: #666666;
	font-size: 15px;
}
.s .box-guide dd{
	font-size: 3.47vw;
}

.box-guide dd a{
	color: #666666;
}
._join ._ttl {
	text-align: center;
	margin: 4% auto 3%;
}
.s ._join ._ttl {
	text-align: center;
	margin: 4% auto 7%;
}
._join ._ttl img {
	width: 15%;
	max-width: 220px;
}
.s ._join ._ttl img {
	width: 25%;
	max-width: 220px;
}
/* :::::::: 参加方法 :::::::: */


/* :::::::: 注意事項 :::::::: */
#noteView {
	background-color: #e0f9fb;
	padding-top: 16px;
	padding-bottom: 16px;
}
.s #noteView {
	background-color: #e0f9fb;
	padding-top: 9px;
	padding-bottom: 16px;
}

#noteView ._note h3 {
	font-size: 32px;
	font-weight: 300;
}
.s #noteView ._note h3 {
	font-size: 4.27vw;
}

#noteView ._note li {
	font-size: 15px;
	font-weight: 300;
}

.s #noteView ._note li {
	font-size: 2.94vw;
}

/* :::::::: 注意事項 :::::::: */


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

.footer-sponsor a:nth-child(1){
	width: 39%;
	margin-right: 9%;
}
.footer-sponsor a:nth-child(2){
	width: 15%;
}

.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%;
}
.Copyright{
	color: #888;
	text-align: center;
	font-size: 1.6rem;
	padding-top: 14px;
}
.s .Copyright {
	font-size: 2.67vw;
}
/*::::::::::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;
}





.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  */
/*::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: #82cde2;
	font-size: 3vw;
}
.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%;
}

.song_spotify {
	max-width: 630px;
	width: 90%;
	margin: 0 auto 8%;
}
