/* reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*	max-height: 100%; */
	box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
font-family: 'Noto Serif JP', sans-serif;
       line-height: 2;
	color:#242424;
	font-size:1rem;
	position:relative;
	overflow-x: hidden;
}
#wrapper{
	width:100%;
	overflow:hidden;
}

html,body {
	height: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ul {
	list-style: none;
	
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}


/* clear fix */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clf {
	clear: both;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}
	
/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


/* align */

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.pcnone{display:none;}
.spnone{display:inline-block;}
@media screen and (max-width:900px){
	body{max-width:100vw;overflow-x:hidden;}
	main{max-width:100vw;}
	.MV{max-width:100vw;}
	.pcnone{display:inline-block;}
	.spnone{display:none;}
}
.wrap{width:90%;margin:0 auto;}

@media screen and (max-width:900px){
	.wrap{width:95%;}
}
/* header */

header{position:absolute;left:0;top:0;z-index:2;width:100%;}
.sidenav{width:180px;background:#0d3365;color:#fff;position:relative;}
.sidenav .close{width:100%;height:135px;background:#072142;text-align:center;padding-top:30px;position:relative;}
.sidenav .close a{z-index:999;position:relative; cursor: pointer;}
.sidenav .closebtn{display:none;}
.sidenav .active .openbtn{display:none;}
.sidenav .active .closebtn{display:inline-block;}
.close .btn{display:inline-block;}
.sidenav .logo{text-align:center;padding:40px 10px;height:180px;}

.sidenav .entrybtn{position:absolute;bottom:0;left:0;background:#072142;text-align:center;width:100%;height:65px;padding-top:10px;}
.sidenav .entrybtn a{color:#fff;position:relative;}






@media screen and (max-width:900px){
	header{width:100%;}
	.sidenav{width:100%;}
	.sidenav .close{width:20%;float:left;height:90px;}
	.sidenav .logo{width:60%;float:left;padding:10px 0 5px;}
	.sidenav .logo img{max-height:65px;}
	
	.sidenav .entrybtn{width:20%;float:left;position:relative;height:90px;font-size:1.4vw;padding:15px 0;}
	.sidenav .entrybtn a:after{margin-top:10px;}
	
}
@media screen and (max-width:480px){
	.sidenav .entrybtn{font-size:3vw;}
	.menublock .menu ul li{font-size:6vw;}
}
/* MV */
.MV{width:100%;padding:12.7% 10.7% 5%;text-align:center;}
.MV .mvcontainer{width:auto;}
.MV .mvcontainer{background-size:contain;padding:100px 0;color:#fff;text-align:center;background-repeat:no-repeat;height: 100%;
    background-position: center;}
.how .MV{width:100%;padding:20px 0% 5%;text-align:center;}


@media screen and (max-width:900px){
	.MV{width:90%;margin:0 auto;}
	
}




/* content */

main{position:relative;z-index:1;padding-top:11%;}
main.top{padding:0;}
@media screen and (max-width:900px){
	main{margin-top:90px;width:100%;overflow:hidden;}
}
.headtext{font-size:110%;text-shadow:1px 1px #000;}
.entry{width:100%;margin:60px 0 0px;}

.entry a{background:#0d3365;padding:20px;color:#fff;width:25%;margin:0 auto;text-align:center;}

#entry{width:100%;margin:60px 0 240px;}
#entry .btns ul{display:block;width:100%;margin:30px auto;text-align:center;display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;}
#entry .btns li{background:#0d3365;padding:20px;color:#fff;width:25%;margin: 0 3%;}
#entry .btns li a{color:#fff;width:100%;display:inline-block;}
a:hover{opacity:0.8;}
.concept{position:relative;margin-top:60px;}
.concept h2{position:absolute;left:0;font-size:36px;}
.concept h2 span{font-size:15px;color:#db6137;display:block;}
.concept h2 span:after{height:6em;background:#db6137;width:1px;content:"";display:inline-block;margin:10px;}
.concept .textblock{width:100%;margin-left:0%;font-size:15px;}
.concept .textblock h3{font-size:44px;}
.concept .textblock p{padding-left:3%;}

@media screen and (max-width:900px){
	.concept .textblock{width:100%;margin:0;}
	.concept .textblock h3{font-size: 9vw;padding-left: 30%;padding-top: 5%;line-height: 1.4;padding-bottom:8%;}
	.concept .textblock p{padding:0 2%;font-size:2.3vw;}
}
@media screen and (max-width:480px){
	.concept .textblock h3{font-size: 9vw;padding-left: 30%;padding-top: 12%;line-height: 1.4;padding-bottom:20%;}
	.concept .textblock p{padding:0 2%;font-size:4vw;}
}
.pickup{position:relative;margin-top:60px;}
.pickup h2{height:300px;position:absolute;right:0;font-size:36px;}
.pickup h2 span{font-size:15px;color:#db6137;display:block;}
.pickup h2 span:after{height:6em;background:#db6137;width:1px;content:"";display:inline-block;margin:10px;}
.pickup .food_block{width:80%;margin-right:20%;padding-top:55px;font-size:15px;}
.song_block .floatL{width:50%;padding-right:2%;}
.song_block .floatR{width:50%;padding-left:2%;}
.song_block h3{font-size:15px;text-align:center;margin:20px 0 5px;}
.song_block p{color:#868686;font-size:12px;}

.prof{width:100%;margin:55px auto 75px;}
.prof .floatL{width:50%;}
.prof .floatR{width:50%;background:#fff;padding:5%;}
.prof .floatR .name{font-size:1.2vw;}
.prof .floatR .name span{font-size:1.6vw;}
.prof .text{margin-bottom:1em;font-size:12px;}
.prof .text2{color:#868686;font-size:12px;}

@media screen and (max-width:900px){
	.pickup{width:90%;margin:30px auto;}
	.song_block .floatL{width:90%;margin-bottom:30px;}
	.song_block .floatR{width:90%;float:left;}
	.song_block h3{font-size:2.5vw;}
	.song_block p{font-size:2vw;}
	.prof{width:90%;}
	.prof .floatL{width:100%;}
	.prof .floatL img{width:100%;}
	.prof .floatR{width:100%;padding:9%;}
	.prof .floatR .name{font-size:4vw;}
	.prof .floatR .name span{font-size:5vw;}
	.prof .text{font-size:2.5vw;}
	.prof .text2{font-size:2.5vw;}
}
@media screen and (max-width:480px){
	.prof .floatR .name{font-size:6vw;}
	.prof .floatR .name span{font-size:8vw;}
	.prof .text{font-size:3.2vw;}
	.prof .text2{font-size:3.2vw;}
	
	.pickup{position:relative;margin-top:60px;}
.pickup h2{height:300px;position:absolute;right:0;font-size:36px;top:-40px;}
	.song_block{font-size:3.5vw;}
	.song_block h3{font-size:3.5vw;}
	.song_block p{font-size:3vw;}
}

.menu{width:100%;}
.menu h3{font-size:28px;margin:100px 0 60px;}
.menu .song_column{width:100%;}
.menu .song_box{width:32%;margin-right:2%;float:left;}
.menu .song_box:last-child{margin-right:0;}
.menu .song_box .name{font-size:12px;padding:15px 0 30px;text-align:center;}
.menu .menu_table{width:100%;background:#fff;margin-top:35px;padding:50px 10%;font-size:12px;}
.menu_table .left{width:46%;float:left;margin-right:4%;}
.menu_table .right{width:46%;float:left;margin-left:4%;}
.menu .menu_table th{text-align:left;font-weight:normal;padding:5px 0 0;}
.menu .menu_table td{text-align:right;font-weight:bold;}
.menu .menu_table .btn{width:1.5em;display:inline-block;margin-left:1em;}

.subh{text-align:center; position: relative;
    display: inline-block;
    padding: 0 65px;
}
.sub{width:100%;text-align:center;}
.subh:before,
.subh:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #242424;
}
.subh:before{left:0px;}
.subh:after{right:0px;}

.bnrblock{width:100%;font-size:0;margin-bottom:160px;}
.bnrblock .bnr01{padding:10px;text-align:center;font-size:14px;background:#de4344;color:#fff;width:40%;display:inline-block;margin:0 5%;}
.bnrblock .bnr02{padding:10px;text-align:center;font-size:14px;background:#de4344;color:#fff;width:40%;display:inline-block;margin:0 5%;}
.bnrblock .bnr01 span,.bnrblock .bnr02 span{font-size:12px;}

@media screen and (max-width:900px){
	.menu .song_box{width:80%;margin:0 auto 20px;float:inherit;text-align:center;}
	.menu .song_box:last-child{margin-right:auto;}
	.menu .song_box .name{font-size:2.5vw;}
	.menu_table .left,.menu_table .right{width:100%;margin:0;float:inherit;}
	.menu_table .left{margin-bottom:1em;}
	.menu h3{font-size:5vw;}
	.bnrblock .bnr01{width:80%;margin:0 auto 30px;float:inherit;}
	.bnrblock .bnr02{width:80%;margin:0 auto;float:inherit;}
}

.content{width:100%;}
.content .wrap{padding-top:100px;}
.content .block{width:100%;background:#fff;padding:5% 10%;margin-bottom:60px;}
.content .first .img,.content .third .img{float:left;width:40%;}
.content .first .text,.content .third .text{float:right;width:50%;}
.content .second .img,.content .fourth .img{float:right;width:40%;}
.content .second .text,.content .fourth .text{float:left;width:50%;}
.content .block h3{font-size:2vw;margin:10px 0;text-align:left;}
.content .block .textbox1{font-weight:bold;font-size:12px;margin-bottom:1em;}
.content .block .textbox2{font-size:12px;}

@media screen and (max-width:900px){
	.content .block{padding:0;width:90%;margin:0 auto 60px;}
	.content .img img{width:100%;}
	.content .first .img,.content .third .img{float:inherit;width:100%;}
.content .first .text,.content .third .text{float:inherit;width:100%;padding:2% 5%;}
.content .second .img,.content .fourth .img{float:inherit;width:100%;}
.content .second .text,.content .fourth .text{float:inherit;width:100%;padding:2% 5% 5%;}
.content .block h3{font-size:6vw;}
.content .block .textbox1{font-size:3.6vw;}
.content .block .textbox2{font-size:3.2vw;}

	
}

@media screen and (max-width:480px){
	.content .block h3{font-size:6vw;}
.content .block .textbox1{font-size:5vw;}
.content .block .textbox2{font-size:4vw;}
}


.about{position:relative;padding:80px 0 120px;}
.about .wrap{position:relative;}
.about .info{width:80%;margin-left:20%;}
.about h2{height:300px;position:absolute;left:0;font-size:36px;}
.about h2 span{font-size:15px;color:#db6137;display:block;}
.about h2 span:after{height:6em;background:#db6137;width:1px;content:"";display:inline-block;margin:10px;}

.about .block{width:100%;margin-bottom:80px;}
.about .block .floatL{width:60%;}
.about .block .floatL h3{margin:0 0 50px;text-align:left;font-size:1.6vw;}
.about .block .floatL h3 span{display:inline-block;margin-left:10px;line-height:1.2;}
.about .block .floatR{width:40%;}
.about .block .floatL .address{font-size:12px;}
.resbnr{background:#e14b4a;line-height:60px;height:60px;text-align:center;margin-bottom:18px;width:100%;color:#fff;}
.mapbnr{border:1px solid #262626;width:100%;line-height:60px;height:60px;text-align:center;margin-bottom:18px;}
.tabbnr{border:1px solid #ffaa00;background:#fff;width:100%;line-height:60px;height:60px;text-align:center;margin-bottom:18px;display:table;}
.mapbnr a,.resbnr a{width:100%;display:inline-block;}
.tabbnr a{display:table-cell;width:100%;height:60px;vertical-align:middle;}

@media screen and (max-width:900px){
	.about{padding-bottom:60px;}
	.about .block{width:80%;margin-left:20%;margin-bottom:0px;padding-top:50px;}
	.about .block .floatL{width:90%;float:inherit;}
	.about .block .floatR{width:90%;float:inherit;}
	.about .block .floatL h3{margin:0;}
	.about .block .floatL h3 span{width:100%;font-size:5vw;margin-left:0;line-height:2.5;}
	.about .block .floatL .address{font-size:3.2vw;margin-bottom:30px;}
}

footer{padding:10px 0;background:#0d3365;color:#fff;text-align:center;}
footer ul{padding-bottom:2em;width:100%;max-width:1000px;margin:0 auto;}
.footlogo{width:100%;text-align:right;}
footer ul li{display:inline-block;margin-right:1em;font-size:14px;line-height:1.8;}
.copy{color:#fff;font-size:10px;}
footer .sns p{display:inline-block;font-weight:bold;border-right:2px solid #242424;padding-right:20px;margin-right:20px;line-height:1.2;}
footer .snsmenu{display:inline-block;padding-bottom:2em;}
footer .snsmenu li span{display:inline;margin-right:1em;}
footer .snsmenu li.tw{margin-right:0;}


@media screen and (max-width:480px){
	footer{padding:50px 0;}
	footer ul li{font-size:5vw;margin-right:1em;}
	footer .sns p{margin-bottom:20px;}
	footer .sns li{font-size:3.3vw;margin-bottom:10px;}
	h2{position:relative;}
	h3{position:relative;}
	.bummy{position:absolute;top:-105px;left:0;}
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


#entry{text-align:center;}
h3.entryh{font-size: 28px;
    margin: 100px 0 40px;}
#entry .dataform{width:90%;max-width:auto;margin:0 auto;padding:20px;}
#entry .dataform .submit p{text-align:center;}

.how #entry{width:100%;}


@media (min-width: 992px) {
	.header_upper { background-color: #0d3365; }
	.header_upper, .header_upper a, .upper-nav li a { color: #ffffff; }
	.header_upper a:hover, .header_upper button:hover { color: #999999; }
	.upper-nav, .upper-nav li { border-color: #4d4d4d; }
	.header_lower { background-color: rgb(200, 230, 247) }
	.header_lower_wrapper, .header_lower_wrapper a, .p-global-nav > li > a { color: #000000; }
	.header_lower_wrapper a:hover, .header_lower_wrapper button:hover, .p-global-nav > li > a:hover, .p-global-nav > li.current-menu-item > a { color: #999999; }
	.l-header.is-header-fixed{position:fixed;animation: headerSlideDown 0.5s ease;}
	.l-header.is-header-fixed .header_upper { background-color: rgba(13, 51, 101, 0.8); }
	.l-header.is-header-fixed .header_upper, .l-header__fix--mobile .is-header-fixed .header_upper a { color: #ffffff; }
	.l-header.is-header-fixed .header_upper a:hover, .l-header__fix--mobile .is-header-fixed .header_upper button:hover { color: #999999; }
	.l-header.is-header-fixed .upper-nav, .l-header__fix--mobile .is-header-fixed .upper-nav li { border-color: #4d4d4d; }
	.l-header.is-header-fixed .header_lower { background-color: rgba(200, 230, 247, 0.8); }
	.l-header.is-header-fixed .header_lower_wrapper, .l-header__fix--mobile .is-header-fixed .header_lower_wrapper a { color: #000000; }
	.l-header.is-header-fixed .header_lower_wrapper a:hover, .l-header__fix--mobile .is-header-fixed .header_lower_wrapper button:hover, .l-header__fix .is-header-fixed .p-global-nav > li:hover > a, .l-header .is-header-fixed .p-global-nav > li.current-menu-item > a { color: #999999; }
	.p-global-nav .sub-menu a { background-color: #70a3e6; color: #ffffff !important; }
	.p-global-nav .sub-menu a:hover, .p-global-nav .sub-menu .current-menu-item > a { background-color: #1e74e6; color: #ffffff !important; }
}
@media (max-width: 991px) {
	.header_upper { background-color: #0d3365; }
	.header_upper, .header_upper a { color: #ffffff; }
	.header_upper a:hover, .header_upper button:hover { color: #999999; }
	.upper-nav, .upper-nav li { border-color: #4d4d4d; }
	.header_lower { background-color:  rgb(200, 230, 247); }
	.header_lower_wrapper, .header_lower_wrapper a { color: #000000; }
	.header_lower_wrapper a:hover, .header_lower_wrapper button:hover { color: #999999; }
	.l-header.is-header-fixed{position:fixed;animation: headerSlideDown 0.5s ease;}
	.l-header.is-header-fixed .header_upper, .search_form { background-color: rgba(13, 51, 101, 0.8); }
	.l-header.is-header-fixed .header_upper, .l-header__fix--mobile .is-header-fixed .header_upper a { color: #ffffff; }
	.l-header.is-header-fixed .header_upper a:hover, .l-header__fix--mobile .is-header-fixed .header_upper button:hover { color: #999999; }
	.l-header.is-header-fixed .upper-nav, .l-header__fix--mobile .is-header-fixed .upper-nav li { border-color: #4d4d4d; }
	.l-header--mobile .is-header-fixed .header_lower { background-color: rgba(200, 230, 247, 0.8); }
	.l-header--mobile .is-header-fixed .header_lower_wrapper, .l-header__fix--mobile .is-header-fixed .header_lower_wrapper a { color: #000000; }
	.l-header--mobile .is-header-fixed .header_lower_wrapper a:hover, .l-header__fix--mobile .is-header-fixed .header_lower_wrapper button:hover { color: #999999; }
	.p-header_logo--text { font-size: 30px; }
	.p-footer_logo--text { font-size: 30px; }
	.p-drawer__contents { background-color: #000000; }
	.p-drawer__contents .ps__thumb-y { background-color: #666666; }
	.p-drawer__menu a, .p-drawer__menu > li > a { background-color: #222222; color: #ffffff !important; }
	.p-drawer__menu a, .p-drawer__menu > li > a { background-color: #222222; color: #ffffff !important; }
	.p-drawer__menu a:hover, .p-drawer__menu > li > a:hover { background-color: #222222; color: #ff004b !important; }
	.p-drawer__menu .sub-menu a { background-color: #333333; color: #ffffff !important; }
	.p-drawer__menu .sub-menu a:hover { background-color: #333333; color: #ff004b !important; }
	.p-entry__title { font-size: 20px; }
	.p-entry__body { font-size: 14px; }
	.p-entry-item__title { font-size: 20px; }
	.p-entry-item__body { font-size: 14px; }
	.p-entry-item__price { font-size: 16px; }
	.p-entry-feature__title { font-size: 18px; }
	.p-entry-feature__body { font-size: 14px; }
	.p-entry-news__title { font-size: 20px; }
	.p-entry-news__body { font-size: 14px; }
	.p-entry-page__body { font-size: 14px; }
}
.p-header-content__overlay { background-color: rgba(0, 0, 0, 0.2); }
.p-header-slider__item--1 .p-header-content__category { background-color: #ff004b; color: #ffffff; }
.p-header-slider__item--1 .p-header-content__catch { color: #ffffff; font-size: 20px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--1 .p-header-content__desc { color: #ffffff; font-size: 12px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--2 .p-header-content__category { background-color: #ff004b; color: #ffffff; }
.p-header-slider__item--2 .p-header-content__catch { color: #ffffff; font-size: 20px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--2 .p-header-content__desc { color: #ffffff; font-size: 12px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--3 .p-header-content__category { background-color: #ff004b; color: #ffffff; }
.p-header-slider__item--3 .p-header-content__catch { color: #ffffff; font-size: 20px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--3 .p-header-content__desc { color: #ffffff; font-size: 12px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--4 .p-header-content__category { background-color: #ff004b; color: #ffffff; }
.p-header-slider__item--4 .p-header-content__catch { color: #ffffff; font-size: 20px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--4 .p-header-content__desc { color: #ffffff; font-size: 12px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--5 .p-header-content__category { background-color: #ff004b; color: #ffffff; }
.p-header-slider__item--5 .p-header-content__catch { color: #ffffff; font-size: 20px; text-shadow: 0px 0px 0px #999999; }
.p-header-slider__item--5 .p-header-content__desc { color: #ffffff; font-size: 12px; text-shadow: 0px 0px 0px #999999; }
.p-header-carousel__item a { background-color: #f1f1f1; color: #000000; }
.p-header-carousel__item a:hover { color: #999999; }
#cb_1 .p-cb__item-headline { color: #000000; font-size: 36px; }
#cb_1 .p-cb__item-subheadline { color: #000000; font-size: 16px; }
#cb_1 .p-cb__item-button { background-color: #ff004b; color: #ffffff !important; }
#cb_1 .p-cb__item-button:hover { background-color: #d20041; color: #ffffff !important; }
#cb_2 .p-cb__item-headline { color: #000000; font-size: 36px; }
#cb_2 .p-cb__item-subheadline { color: #000000; font-size: 16px; }
#cb_2 .p-cb__item-content a { color: #000000; }
#cb_2 .p-cb__item-content a:hover { color: #333333; }
#cb_3::after { background-color: rgba(0, 0, 0, 0.6); }
#cb_3 .p-cb__item-headline { color: #ffffff; font-size: 36px; }
#cb_3 .p-cb__item-subheadline { color: #ffffff; font-size: 16px; }
#cb_3 .p-cb__item-button { background-color: #ff004b; color: #ffffff !important; }
#cb_3 .p-cb__item-button:hover { background-color: #d20041; color: #ffffff !important; }
#cb_3 .p-3col-banners__item--1 .p-3col-banners__item-thumbnail::after { background-color: rgba(0, 0, 0, 0.2); }
#cb_3 .p-3col-banners__item--1 .p-3col-banners__item-info { color: #ffffff; }
#cb_3 .p-3col-banners__item--1 a:hover .p-3col-banners__item-info { color: #ffffff; }
#cb_3 .p-3col-banners__item--2 .p-3col-banners__item-thumbnail::after { background-color: rgba(0, 0, 0, 0.2); }
#cb_3 .p-3col-banners__item--2 .p-3col-banners__item-info { color: #ffffff; }
#cb_3 .p-3col-banners__item--2 a:hover .p-3col-banners__item-info { color: #ffffff; }
#cb_3 .p-3col-banners__item--3 .p-3col-banners__item-thumbnail::after { background-color: rgba(0, 0, 0, 0.2); }
#cb_3 .p-3col-banners__item--3 .p-3col-banners__item-info { color: #ffffff; }
#cb_3 .p-3col-banners__item--3 a:hover .p-3col-banners__item-info { color: #ffffff; }
#cb_4 .p-cb__item-headline { color: #000000; font-size: 36px; }
#cb_4 .p-cb__item-subheadline { color: #000000; font-size: 16px; }
#cb_4 .p-cb__item-button { background-color: #ff004b; color: #ffffff !important; }
#cb_4 .p-cb__item-button:hover { background-color: #d20041; color: #ffffff !important; }
#cb_5::after { background-color: rgba(0, 0, 0, 0.3); }
#cb_5 .p-cb__item-headline { color: #ffffff; font-size: 36px; }
#cb_5 .p-cb__item-subheadline { color: #ffffff; font-size: 16px; }
#cb_5 .p-cb__item-content a { color: #ffffff; }
#cb_5 .p-cb__item-content a:hover { color: #efefef; }
#cb_6 .p-cb__item-headline { color: #000000; font-size: 36px; }
#cb_6 .p-cb__item-subheadline { color: #000000; font-size: 16px; }
#cb_6 .p-cb__item-button { background-color: #ff004b; color: #ffffff !important; }
#cb_6 .p-cb__item-button:hover { background-color: #d20041; color: #ffffff !important; }
#cb_6 .p-cb__item-content .p-article__title { color: #000000; }
#cb_6 .p-cb__item-content a:hover .p-article__title { color: #999999; }
@media (max-width: 991px) {
	.p-header-slider__item--1 .p-header-content__catch { font-size: 16px; }
	.p-header-slider__item--1 .p-header-content__desc { font-size: 10px; }
	.p-header-slider__item--2 .p-header-content__catch { font-size: 16px; }
	.p-header-slider__item--2 .p-header-content__desc { font-size: 10px; }
	.p-header-slider__item--3 .p-header-content__catch { font-size: 16px; }
	.p-header-slider__item--3 .p-header-content__desc { font-size: 10px; }
	.p-header-slider__item--4 .p-header-content__catch { font-size: 16px; }
	.p-header-slider__item--4 .p-header-content__desc { font-size: 10px; }
	.p-header-slider__item--5 .p-header-content__catch { font-size: 16px; }
	.p-header-slider__item--5 .p-header-content__desc { font-size: 10px; }
	#cb_1 .p-cb__item-headline { font-size: 26px; }
	#cb_1 .p-cb__item-subheadline { font-size: 14px; }
	#cb_2 .p-cb__item-headline { font-size: 26px; }
	#cb_2 .p-cb__item-subheadline { font-size: 14px; }
	#cb_3 .p-cb__item-headline { font-size: 26px; }
	#cb_3 .p-cb__item-subheadline { font-size: 14px; }
	#cb_4 .p-cb__item-headline { font-size: 26px; }
	#cb_4 .p-cb__item-subheadline { font-size: 14px; }
	#cb_5 .p-cb__item-headline { font-size: 26px; }
	#cb_5 .p-cb__item-subheadline { font-size: 14px; }
	#cb_6 .p-cb__item-headline { font-size: 26px; }
	#cb_6 .p-cb__item-subheadline { font-size: 14px; }
}

/* header upper */
.header_upper { background: #0d3365; color: #fff; position: relative; }
.header_upper_wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; min-height: 60px; }
.head_p { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; font-size: 16px; line-height: 1.5; padding: 12px 10px 12px 0; }
.upper-nav { border-right: 1px solid #4d4d4d; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 14px; margin-left: auto; }
.upper-nav li { border-left: 1px solid #4d4d4d; }
.upper-nav li a { color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; height: 100%; margin: 0 21px; }_:-ms-input-placeholder, :root .header_upper_wrapper { /* ie hack */ height: 0; }
@media (max-width: 991px) {
	.header_upper_wrapper { margin-left: 5.5556%; margin-right: 0; min-height: 50px; width: auto; }
	.head_p { font-size: 12px; padding: 6px 5px 6px 0; }
	.upper-nav { border-right: none; }
	.upper-nav li a { margin: 0 12px; }
}

/* header search */
@media (min-width: 992px) {
	.search { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.search_form { overflow: hidden; width: 0; -webkit-transition: width 0.5s ease; -moz-transition: width 0.5s ease; -ms-transition: width 0.5s ease; transition: width 0.5s ease; }
	.search_form form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; height: 100%; }
	.search.is-active .search_form { width: 280px; }
	.search_input { background: #ddd; border: none; height: 40px; margin: 10px 0 10px 10px; padding: 6px; width: 280px; }
	.search_submit { display: none; }
	.search__button { color: inherit; font-size: 18px; width: 56px; }}
@media (max-width: 991px) {
	.search { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
	.search_form { background: #000; overflow: hidden; width: 0; position: absolute; right: 0; top: 100%; z-index: 995; -webkit-transition: width 0.3s ease; -moz-transition: width 0.3s ease; -ms-transition: width 0.3s ease; transition: width 0.3s ease; }
	.search_form form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
	.search.is-active .search_form { width: 280px; }
	.search_input { background: #ddd; border: none; height: 40px; margin: 10px; padding: 6px 40px 6px 6px; width: 260px; }
	.search_submit { font-size: 16px; height: 40px; width: 40px; position: absolute; right: -270px; top: 10px; -webkit-transition: right 0.3s ease; -moz-transition: right 0.3s ease; -ms-transition: right 0.3s ease; transition: right 0.3s ease; }
	.search.is-active .search_submit { right: 10px; }
	.search__button { color: inherit; font-size: 16px; width: 48px; }}

/* header lower */
.header_lower {}
.header_lower_wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; min-height: 70px; }
_:-ms-input-placeholder, :root .header_lower_wrapper { /* ie hack */ height: 0; }
@media (min-width: 992px) {
	.p-drawer__membermenu { display: none; }
	.header_lower .p-social-nav { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
}
@media (max-width: 991px) {
	.header_lower_wrapper { margin-left: 5.5556%; margin-right: 0; min-height: 54px; width: auto; }
	.header_lower .p-social-nav { display: none; }
}

/* header logo */
.header_logo {}
.header_logo img { display: block; max-width: 100%; height: auto; }
.header_logo--text { font-size: 36px; line-height: 1.2; }
.header_logo--mobile { display: none; }
@media (max-width: 991px) {
	.header_logo { display: none; }
	.header_logo--mobile { display: block; }
	.header_logo--text { font-size: 30px; }
}

/* menu button */
.p-menu-button { display: none; }
@media (max-width: 991px) {
	.p-menu-button { color: inherit; display: block; font-size: 15px; line-height: 54px; height: 100%; text-align: center; width: 54px; align-self: stretch; }
}

/* drawer */
@media (min-width: 992px) {
	.p-drawer-overlay { display: none !important; }
}
@media (max-width: 991px) {
	.p-drawer {}
	.p-drawer__contents { background: #000; max-width: 420px; overflow-x: hidden; overflow-y: auto; width: 80%; position: fixed; bottom: 0; right: -100%; top: 0; z-index: 999; -webkit-transition: right 0.3s ease; -moz-transition: right 0.3s ease; -ms-transition: right 0.3s ease; transition: right 0.3s ease; -webkit-overflow-scrolling: touch; }
	.p-drawer__contents.ps--active-y { overflow-y: hidden; }
	.p-drawer-overlay { background: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; top: 0; z-index: 998; -webkit-transition-property: opacity, visibility; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: opacity, visibility; -moz-transition-duration: 0.3s; -moz-transition-timing-function: ease-out; -ms-transition-property: opacity, visibility; -ms-transition-duration: 0.3s; -ms-transition-timing-function: ease-out; transition-property: opacity, visibility; transition-duration: 0.3s; transition-timing-function: ease-out; }
	html.show-drawer { overflow-y: scroll; }
	html.show-drawer .p-drawer__contents { right: 0; }
	html.show-drawer .p-drawer-overlay { opacity: 1; visibility: visible; }
	body.admin-bar .p-drawer__contents, body.admin-bar .p-drawer-overlay { top: 32px; }
}
@media (max-width: 782px) {
	body.admin-bar .p-drawer__contents, body.admin-bar .p-drawer-overlay { top: 46px; }
}
@media (max-width: 600px) {
	body.admin-bar .p-drawer__contents, body.admin-bar .p-drawer-overlay { top: 0; }
}

/* drawer menu */
@media (max-width: 991px) {
	.p-drawer__menu {}
	.p-drawer__menu a, .p-drawer__menu .p-sidemenu__nourl, .p-drawer__menu > li > a { display: block; height: 50px; line-height: 50px; text-overflow: ellipsis; padding: 0 30px; position: relative; white-space: nowrap; }
	.p-drawer__menu .menu-item-has-children > a { padding-right: 60px; }
	.p-drawer__menu .menu-item-has-children > a > .p-global-nav__toggle { height: 50px; padding-right: 30px; text-align: right; width: 80px; position: absolute; top: 0; right: 0; }
	.p-drawer__menu .menu-item-has-children > a > .p-global-nav__toggle::before { content: "\e90e"; font-family: "design_plus"; -webkit-transition: -webkit-transform 0.5s ease; -moz-transition: -moz-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; }
	.p-drawer__menu .menu-item-has-children > a > .p-global-nav__toggle.is-active::before { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); transform: rotateX(180deg); }
	.p-drawer__menu .sub-menu { display: none; }
	.p-drawer__menu .sub-menu a { padding-left: 44px; }
	.p-drawer__menu .sub-menu .sub-menu a { padding-left: 56px; }
	.p-drawer__menu .sub-menu .sub-menu .sub-menu a { padding-left: 68px; }
	.p-drawer__menu .sub-menu .sub-menu .sub-menu .sub-menu a { padding-left: 80px; }
}

/* global nav */
@media (min-width: 992px) {
	.header_lower_wrapper.no-social-nav .p-drawer { margin-left: auto; margin-right: auto; }
	.p-global-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; font-size: 14px; line-height: 1.7; margin: 0 18px; }
	.p-global-nav a { display: block; position: relative; }
	.p-global-nav > li { display: inline-block; position: relative; }
	.p-global-nav > li > a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; height: 70px; overflow: hidden; padding: 0 18px; text-align: center; }
	.p-global-nav > li.menu-item-has-children > .sub-menu { top: 100%; left: 0; z-index: 3; }
	.p-global-nav .sub-menu { line-height: 1.7; visibility: hidden; opacity: 0; position: absolute; left: 100%; top: 0; z-index: 1; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
	.p-global-nav .sub-menu a { background: #70a3e6; color: #fff; padding: 13.5px 22px; width: 240px; z-index: 2; }
	.p-global-nav .sub-menu a:hover, .p-global-nav .sub-menu .current-menu-item > a { background: #1e74e6; }
	.p-global-nav .menu-item-has-children { position: relative; }
	.p-global-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; visibility: visible; }
	.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; -webkit-transition: none; }
	.p-global-nav .p-has-megamenu .sub-menu { display: none; }
}

@-webkit-keyframes headerSlideDown {
	0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes headerSlideDown {
	0% { transform: translate3d(0, -100%, 0); }
	100% { transform: translate3d(0, 0, 0); }
}

.information{text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 0 20px 40px;}
.information p{margin: 1em 0;}

.main_content{width:70%;padding-right:5%;}

.ranking,.topics{width:100%;position:relative;border:1px solid #000;border: 2px solid #000;
    padding: 34px 23px 23px;
    margin: 20px 0 50px;counter-reset: rank;}
.ranking h2,.topics h2{text-align:center;font-size:36px;
	margin-bottom: 0;
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
    position: absolute;
    line-height: 1.1;
    top: -25px;
    left: .5em;}
.ranking h2 span{font-size:15px;color:#db6137;display:block;}
.ranking_container .block{width:32%;margin-right:2%;margin-bottom:50px;float:left;position: relative;}
.ranking_container .block:nth-child(3n){margin-right:0;}
.container .block{width:32%;margin-right:2%;margin-bottom:50px;float:left;position: relative;}
.container .block:nth-child(3n){margin-right:0;}

.topics_container .block{width:32%;margin-right:2%;margin-bottom:50px;float:left;position: relative;}
.topics_container .block:nth-child(3n){margin-right:0;}

.block img{height: auto;max-height:140px;overflow:hidden;}
 
.ranking_container .block:nth-child(1)::before { /* 1位（王冠）のスタイル */
  color: #e6c300;
	font-family: "Font Awesome 5 Free";
  content: "\f521";
  font-weight: 900;
  position: absolute;
  top: -45px; /* 王冠の位置（縦軸） */
  left: -10px; /* 王冠の位置（横軸） */
  font-size: 60px; /* 王冠の大きさ */
}
 
.ranking_container .block:nth-child(2)::before { /* 2位（王冠）のスタイル */
  color: #a9a9a9;
	font-family: "Font Awesome 5 Free";
  content: "\f521";
  font-weight: 900;
  position: absolute;
  top: -45px; /* 王冠の位置（縦軸） */
  left: -10px; /* 王冠の位置（横軸） */
  font-size: 60px; /* 王冠の大きさ */
}
 
.ranking_container .block:nth-child(3)::before { /* 3位（王冠）のスタイル */
  color: #815a2b;
	font-family: "Font Awesome 5 Free";
  content: "\f521";
  font-weight: 900;
  position: absolute;
  top: -45px; /* 王冠の位置（縦軸） */
  left: -10px; /* 王冠の位置（横軸） */
  font-size: 60px; /* 王冠の大きさ */
}
 
.ranking_container .block:nth-child(n + 4)::before { /* 3位以下のスタイル */
  content: "";
  position: absolute;
  border-bottom: 100px solid transparent;
  border-left: 100px solid rgba(0,0,0,0.8);
}
 
.ranking_container .block::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: counter(rank) " 位";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1em;
  color: #fff;
}
 
.ranking_container .block img { /* 画像のスタイル */
  width: 100%;
  height: 200px;
  object-fit: cover;
}
 
.ranking_container .block .m_title{margin-top: 0.5em;
    font-size: 14px;
    color: #000;
    line-height: 1.714;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.5em;
    overflow: hidden;}

.ranking_container .block .m_genre{margin-top: 1em;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 1.1;}


.ranking_foot{width:100%;text-align:center;display:inline-block;padding:1em;}
.ranking_foot a{text-decoration:underline;}

.sidebar{width:30%;margin-top:20px;}



.sidebar .bnr01{background:url(img/bnr11.jpeg);background-size:cover;width:100%;margin:0 0 50px;}
.bnr01 .text{font-size:160%;}
.bnr01 .text2{font-size:100%;}

@media screen and (max-width: 782px) {
	.header_upper_wrapper{display:block;}
	
	.MV .mvcontainer{padding:10px 0;background-size:cover;}
	.headtext{position:absolute;text-align:center;font-size:70%;line-height:1.2;width:100%}
	.header_upper_wrapper .head_p{width:100%;display:block;font-size:80%;}
	.header_upper_wrapper .upper-nav{display:block;}
	.header_upper_wrapper .upper-nav li{float:right;display:none;}
	.sidebar{display:none;}
	.main_content{width:100%;padding-right:0;}
	.entry a{font-size:12px;padding:5px;}
	.entry{width:100%;margin:35% auto 5%;}
	.ranking_container .block{width:90%;margin:0 auto 3%}
	.container .block{width:90%;margin:0 auto 3%}
.ranking_container .block:nth-child(3n){margin-right:0;}
	.how .menu h3{margin:30px 0;}
	#entry .btns ul{display:block;}
	#entry .btns li{width:90%;margin:0 auto 3%}
	#entry .dataform{padding:20px 0;width:100%;}
	.entry .dataform th{width:100%;display:inline-block;padding:5px 0 5px 10px;text-align:left;}
	.entry .dataform td{width:100%;display:inline-block;border-bottom:1px dotted #ccc;padding-bottom:10px;}
	.footlogo{width:70%;margin:0 auto;}
}
@media screen and (max-width: 480px){
	.concept .textblock h3{width:100%;padding:0 1% 7%;}
	.ranking h2{top:-25px;}
	.spbold{font-weight:bold;font-size:4vw;}
	.how .entry{margin:5% auto;}
	.how .prof{margin:5% auto;}
}

@import url('https://fonts.googleapis.com/css?family=Nixie+One');

.sidebar .bnr01 {
  margin: 0;
  height: 100%;
  width: 100%;
  display: table;
}
.sidebar .bnr01 a{width:100%;height:100%;display:block;}
.sidebar .bnr01 {
  background-repeat: repeat;
  background-position: center center;
}

.sidebar .bnr01 {
  padding:50px;
  text-align: center;
  vertical-align: middle;
	position:relative;
}

.sidebar .bnr01 .text {
  font: normal 70px/ 50px 'Nixie One', Helvetica, Arial;
  color: #EEDDE0;
  text-shadow: 0 0 30px #EC637B, 
    0 0 10px rgba(230, 161, 173, 0.41), 
    0 0 100px #E6A1AD, 
    0 0 500px #F36780, 
    5px 9px 5px rgba(0, 0, 0, 0.5);
	transform:rotate(-5deg);
transform-origin:0 0;
}
.sidebar .bnr01 .text2{color: #EEDDE0;
  text-shadow: 0 0 30px #EC637B;position:absolute;right:5px;bottom:5px;}

.sidebar .topics {    margin: 40px 0 20px;}
.sidebar .topics h3{font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1em;}
.sidebar .topics ul{width:100%;}
.sidebar .topics li{position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 19px;
    margin-bottom: 15px;
    padding-left: 0px;}
.sidebar .topics li a{width:100%;height:100%;display:block;position:relative;}
.sidebar .topics li .thumb{float:left;overflow: hidden;
	width:50px;
	height:50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e6e4e4;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    background-size: contain;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
transition: .1s ease-in-out;}
.sidebar .topics li .thumb img{width:100%;height:100%;}
.sidebar .topics li .title{float:right;font-size: 16px;
    font-weight: 500;
    width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .05em;
    text-overflow: ellipsis;}


.swiper-container {
    width: 100%;
    margin: 30px 0;
    padding: 35px 0;
}

.swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5); /* スライドの大きさ調整 */
}

.ranking h2{border:0px !important;}
.singer_block,.music_block,.lyric_block,.lyricist_block{width:100%;}
.singer_block .ranking,.music_block .ranking,.lyric_block .ranking,.lyricist_block .ranking{margin-top:50px;}
.singer_block h2,.music_block h2,.lyric_block h2,.lyricist_block h2{font-size:200%;border-bottom:2px solid #aaa;padding-bottom:0.5em;margin-bottom:1em;}
.singer_block h3,.music_block h3,.lyric_block h3,.lyricist_block h3{margin-bottom:.5em;font-size:140%;}
.singer_block .floatL,.lyricist_block .floatL{width:40%;}
.singer_block .floatR,.lyricist_block .floatR{width:60%;}

.singer_block .thumb,.lyricist_block .thumb{width:100%;}
.singer_block .floatR table,.lyricist_block .floatR table{width:100%;}
.singer_block .floatR th,.lyricist_block .floatR th{width:8em;border-bottom:1px dotted #ccc;padding-left:.5em;text-align:left;}
.singer_block .floatR td,.lyricist_block .floatR td{border-bottom:1px dotted #ccc;}

.music_block .m_box{height:400px;}
.music_block .m_box iframe{height:100%;}
.music_block .m_title{}


@media screen and (max-width:728px){
.how .MV .mvcontainer{color:#fff;width:100%;padding:50px 0% 70px;text-align:center;}
	.headtext{position:relative;text-align:left;font-size:90%;width:90%;margin:0 auto;}
	.information {margin:0 20px;}
	.information p{margin:0;}
	.entry a{font-size:4vw;padding:5%;}
	
}


.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 90%;font-size:0;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
	font-size:16px;
}


/*選択されているタブのコンテンツのみを表示*/
#one:checked ~ #one_content,
#two:checked ~ #two_content,
#three:checked ~ #three_content,
#four:checked ~ #four_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
.tab_content a{color:inherit;}
.tab_content h3{display:inline-block;width:35%;text-align:left;font-size:1.5vw;margin:2% 0;}
.tab_content .window h3{width:60%;}
.tab_content .artist-name{display:inline-block;width:30%;}


.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up,#pop-up2,#pop-up3,#pop-up4 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay,#pop-up2:checked + .overlay,#pop-up3:checked + .overlay,#pop-up4:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 90%;
	height: auto;
	max-height:70vh;
	overflow:scroll;
	background-color: #ffffff;
	border-radius: 6px;
	
	position: fixed;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.window .text {
	font-size: 18px;
	margin: 0;
	padding:15px 10%;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

.window p{display:inline-block;width:90%;margin:0 auto;}

.music_play{width:60%;margin:0 auto;border:1px solid #ccc;display:flex;}
.lyricbtn{width:25%;display:inline-block;}


@media screen and (max-width:480px){
	.musicarea.toplist li{width:100%;}
	.artist-regist p{font-size:18px;}
	#subMV .main-img h1{width:90%;}
	.tabs{width:100%;}
	.tab_item{font-size:1.8vw;}
	.tab_content{padding:1%;}
	.lyricbtn{float:right;font-size: 2vw;
    text-decoration: underline;width:25%;}
	.tab_content .artist-name{width:30%;font-size:1.2vw;float:left;}
	.tab_content h3{font-size:5vw;width:90%;float:left}
	.window p{font-size:4vw;}
}


.songblock{width:100%;display:block;}
.songblock .tab_content h3{width:100%;}
.songblock iframe{width:50%;height:150px;margin:0 auto;display:block}

@media screen and (max-width:480px){
	.songblock{width:100%;}
	.music_play{width:100%;font-size:3.5vw;}
	.music_play audio{width:250px;}
	.window{height:68vh;top:52%;}
}

.songjoin .lyricbtn{width:44%;}

.companytable{width:100%;border-top:1px solid #ddd;margin-bottom:20px;}
.companytable th{width:20%;border-left:1px solid #ddd;border-bottom:1px solid #ddd;border-right:1px solid #ddd;padding:10px;vertical-align:top;text-align:left;}
.companytable td{width:80%;border-bottom:1px solid #ddd;border-right:1px solid #ddd;padding:10px;}
@media screen and (max-width:480px){
	.companytable th{width:100%;border-left:0;border-bottom:1px solid #ddd;border-right:0px solid #ddd;padding:10px;vertical-align:top;text-align:left;display:block;font-size:1.8vw;}
.companytable td{width:100%;border-bottom:1px solid #ddd;border-right:0px solid #ddd;padding:10px;display:block;font-size:1.8vw;}
	.footnav li{font-size:1.8vw;}
}