@charset "utf-8";
/* CSS Document */

html {
    font-size: 16px;
}
body {
    color: #38312B;
    letter-spacing: 0.09rem;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: relative;
    background: white;
    margin: 0;
}
a{
	text-decoration: none;
	color: #333333;
}
.sp_br{
display:none;
}
ul li{
	list-style: none;
}

main {
    display: block;
}
.wrapper {
    display: flex;
}
.content {
    width: 77%;
}
header,section{
    padding: 3%;
}
.sp_nav{
	display: none;
}
h1,h2{
	font-family: 'Lora', serif;
}
h1,h2,p{
	text-align: center;
}
h2{
	margin: 0;
}
button{
	margin: auto;
    display: block;
}
header{
    background: url(../img/back/header.jpg);
    background-size: cover;
    position:relative;
}
header label img{
    margin: 66px auto;
    display: block;
}
header .top_logo img{
	position: absolute;
    top: 1em;
    right: 1em;
}
header p{
text-shadow: 2px 2px 6px #ffffff, -2px 2px 6px #ffffff, 2px -2px 6px #ffffff, -2px -2px 6px #ffffff, 2px 0px 6px #ffffff, 0px 2px 6px #ffffff, -2px 0px 6px #ffffff, 0px -2px 6px #ffffff;
}

@media screen and (max-width: 800px) {
header label img{
    width: 90%;
}
}
footer{
	background-color: #fe949e;
    overflow: hidden;
    color: #fff;
}
.links {
    text-align: center;
    font-size: 1em;
    margin-top: 50px;
 }
.links a {
    color: white;
    margin-left: 1rem;
    font-weight: 700;
    position: relative;
}
.news{
    background: url(../img/back/news.jpg);
    background-size: cover;
}
.concept{
    background: url(../img/back/concept.jpg);
    background-size: cover;
}
.howto{
    background: url(../img/back/howto.jpg);
    background-size: cover;
    padding-bottom: 6rem;
}
.live{
    background: url(../img/back/live.jpg);
    background-size: cover;
}
.shop{
    background: url(../img/back/news.jpg);
    background-size: cover;
}
.contact{
    background: url(../img/back/concept.jpg);
    background-size: cover;
}
.sub{
	margin: 0 0 4rem;
}

.btn-area {
    margin: 3rem 0 4rem;
    text-align: center;
}
.btn{
    display: inline-block;
    background-color: white;
    border-radius: 2rem;
    padding: 1.2rem 5rem;
    font-weight: 700;
    line-height: normal;
    font-size: 1.2rem;
}
.btn:after {
    content: "";
    background: url(../img/icon_arrow.png) no-repeat;
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background-size: cover;
    vertical-align: middle;
    margin: 0 0 2px 1rem;
}
/***********NEWSスライダー***************/
.slider-image img {
	margin: 0rem 1rem;
	width: 320px;
	height: 186px;
	object-fit: cover;
	border-radius: 1.6rem;
}

@media screen and (max-width: 540px) {
	.slider-image img {
		margin: 0.5rem;
		width: 60vw;
		height: 144px;
		border-radius: 1rem;
	}
}
/***********ブログ***************/
.blog{
	margin-top: 3rem;
}
.blog_list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.blog_list .blog_content{
	width: 22%;
    margin: 0 1.5%;
    background: #fff;
    border-radius: 10px 10px;
    overflow-wrap: break-word;
}
.blog_list .blog_content .b_img{
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.blog_content img{
	display: block;
    height: 150px;
    object-fit: cover;
    object-position: top;
    width: 96%;
    border-radius: 10px 10px 0 0;
    margin: 5px auto;
}
.blog_list .blog_content time{
	font-size: 12px;
    font-weight: normal;
    font-family: "Gill Sans", sans-serif;
    background: #fe949e;
    color: #fff;
    padding: 0 10px;
}
.blog_list .title{
	margin: 10px;
}
.blog_list .ex{
	margin: 10px;
	font-family: "Gill Sans", sans-serif;
	text-align: left;
	font-size: 13px;
}
/***********CONCEPT***************/
.text_area{
	background-color:rgba(255,255,255,0.8);
	width: 600px;
    margin: auto auto 3rem;
    padding: 10px;
}
@media screen and (max-width: 880px) {
.text_area{
	width: 90%;
}
}
/***********HOW TO***************/
.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: start;
}
.flex img{
	width: 100%;
	margin: auto;
	height: auto;
}
.flex h3{
	margin: 10px auto;
	font-size: 2em;
}
.flex .step{
	width: 28%;
    margin: 0 1.5%;
    background: #fff;
    border-radius: 10px 10px;
    overflow-wrap: break-word;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Gill Sans", sans-serif;
}

.flex .step p{
	text-align: left;
}
.flex .step01{
    background: #fe949e;
}
.flex .step02{
    background: #005c8a;
}
.flex .step03{
    background: #808080;
}
@media screen and (max-width: 1190px) {
.flex .step{
	width:26%;
}
}
/***********live***************/
.flex figure{
	width: 20%;
    margin: 0 1.5% 1.5%;
    overflow-wrap: break-word;
    font-size: 14px;
    text-align: center;
}
.flex figure img{
    border-radius: 10px 10px;
}


/********************サイドメニュー***************************/
.sidemenu {
    min-width: 13rem;
    height: 100vh;
    width: 23%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    background: url(../img/back/side.jpg);
    background-size: cover;
}
.sidemenu .side_logo{
    margin-top: 90px;
}
.sidemenu img{
	margin: auto;
	display: block;
}
.sidemenu ul{
	padding: 0 21% 0 22%;
    font-size: 1.2em;
    font-family: 'Lora', serif;
}
.sidemenu ul li{
    border-bottom: 1px dotted;
    border-color: #bbb;
    padding: 13px 0;
}
.sidemenu a{
	display: block;
}
.tuibi{
    position: fixed;
    bottom: 16rem;
    right: 2rem;
    z-index: 100;
}
/************問い合わせフォーム****************/
table.formTable {
    width: 95%;
    max-width: 850px;
    margin: 20px auto;
    border-collapse: collapse;
}
table.formTable input{
	border: 1px solid #ccc;
    height: 30px;
    border-radius: 0;
}
table.formTable textarea{
	border: 1px solid #ccc;
}
table.formTable select{
	border: 1px solid #ccc;
    height: 36px;
    padding: 10px;
}
form .submit{
	width: 100px;
    height: 40px;
    color: #fff;
    background: #333;
}
form .reset{
	width: 100px;
    height: 40px;
    border: 1px solid;
    background: #fff;
}
table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
}
table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
    height: 39px;
    vertical-align: middle;
}
table.formTable td{
	background: #fff;
}
.boshuu table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
}
form .text{
	text-align: center;
	padding:0 0 20px 0;
}	
/************会社概要****************/

.news table{
	border-spacing: 0;
    width: 95%;
    max-width: 850px;
    background: #fff;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    border-collapse: initial;
    margin: 30px auto;
}
.news table th {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    width: 30%;
    padding: 20px 30px;
    background: #f0ece0;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.6;
}
.news table td {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    padding: 20px;
    position: relative;
    vertical-align: middle;
    line-height: 1.6;
    width: 33%;
}
/***************ポップアップ***********************/
.popup_wrap input {
    display: none;
}
.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #EB68773d;
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}
.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
    color: #EB6877;
    z-index: 3;
}

.popup_content {
    position: relative;
    align-self: center;
    width: 75%;
    height: 90%;
    max-width: 800px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    box-shadow: 0 0 5px rgb(94 94 94 / 70%);
    padding: 10px 20px;    
    overflow: auto;
}
.popup_box {
    width: 100%;
    background: #fff;
    border-collapse: initial;
}
.open_btn:hover{
	opacity: 0.8; filter: brightness(110%);
}
.live figcaption{
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    padding: 10px 0;
    border-radius: 10px;
}
.popup_box ul{
	padding-left: 10px;
}
.popup_box ul li{
	list-style:inside;
}
.popup_box p{
	text-align: left;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-weight: normal;
    line-height: 1.6;
}

.popup_box .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  margin: 30px auto;
  width: 50%;
  display: block;
  border-radius: 0.5rem;
}
.popup_box .btn:after{
	display: none;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}
.name_btn {
    background: #000;
    color: #FFF;
    text-align: center;
    display: block;
    width: 90%;
    margin: 30px auto 0;
    padding: 16px 0;    
    border-radius: 50px;
}

.fa, .fas {
    margin-left: 10px;
}
.sp{
	display: none;
}
@media screen and (max-width: 900px){
.sp{
	display: inherit;
}
}
@media screen and (max-width: 750px){
.popup_content {
    width: 96%;
    height: 90%;
    padding: 4.37vw 4.37vw;
    overflow-y: scroll;
}
.popup_box .btn {
    font-size: 1rem;
}
.open_btn figcaption{
	font-size: 0.8em;
	padding: 10px 6px;
}
.name_btn{
	width: 95%;
}
}



/***********tesut***************/

.live .open_btn{
    width: 22%;
    margin: 20px 1.5%;
    background: #fff;
    border-radius: 10px 10px;
    overflow-wrap: break-word;
}
.live_box{
	display: flex;
	flex-direction: column;
}
.live_box .b_img{
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.live_box img{
	display: block;    
    height: 200px;
    object-position: top;
    object-fit: cover;
    width: 96%;
    border-radius: 10px 10px 0 0;
    margin: 5px auto;
}
.live_box .time{
	font-size: 12px;
    font-weight: normal;
    font-family: "Gill Sans", sans-serif;
    background: #272727;
    color: #fff;
    padding: 0 10px;
    width: 80%;
    margin-top: 5px;
    text-align: left;
}
.live_box .title{
	font-size: 13px;
	margin: 10px 0 0;
}
.live_box .ex{
	margin: 10px;
	font-family: "Gill Sans", sans-serif;
	text-align: center;
	font-size: 13px;
}
.live_box .livebtn{
	font-size: 13px;
	width: 80%;
    display: block;
    margin: auto;
    color: #272727;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}
.live_box .livebtn:hover{
	background: #ebedee;
}
@media screen and (max-width: 1000px){
.live .open_btn {
    width: 47%;
}
}

/***********************チケット選択ボタン*************************/
.popup_box .btn01 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  margin: 30px auto;
  width: 70%;
  display: block;
  border-radius: 0.5rem;
}
.popup_box .btn01:after{
	display: none;
}
a.btn-d {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
}
a.btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}
a.btn-e {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #6a95ea;
  -webkit-box-shadow: 0 5px 0 #5380e5;
  box-shadow: 0 5px 0 #5380e5;
}
a.btn-e:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #809aed;
  -webkit-box-shadow: 0 2px 0 #5380e5;
  box-shadow: 0 2px 0 #5380e5;
}
a.btn-f {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #6adb6c;
  -webkit-box-shadow: 0 5px 0 #63c663;
  box-shadow: 0 5px 0 #63c663;
}
a.btn-f:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #93ed80;
  -webkit-box-shadow: 0 2px 0 #63c663;
  box-shadow: 0 2px 0 #63c663;
}
a.btn-g {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #e59863;
  -webkit-box-shadow: 0 5px 0 #cc8758;
  box-shadow: 0 5px 0 #cc8758;
}
a.btn-g:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #e5a070;
  -webkit-box-shadow: 0 2px 0 #cc8758;
  box-shadow: 0 2px 0 #cc8758;
}
.sp01{
	height:50%;
}

@media screen and (max-width: 750px){
.popup_box .btn01 {
	font-size: 1rem;
    padding: 1rem 0.5em;
    width: 95%;
}
.sp01{
	height: 60%;
}
}

@media screen and (max-width: 400px){
.popup_box .btn01 {
	font-size: 1rem;
    padding: 1rem 0.5em;
    width: 95%;
}
.sp01{
	height: 80%;
}
}
/***********************ライブ配信一覧**********************/
.live h3 {
  position: relative;
  padding: 1rem .5rem;
  width: auto;
}

.live h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.1em;
    border-radius: 5px;
    border: none;
    /*background-image: url(img/pic.png) !important;*/
    background-repeat: no-repeat;
    background-size: 16px 13px;
    background-position: right 19px center;
    padding: 16px 24px;
    background: #fe949e;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    width: 399px;
    text-align: center;
    margin: 30px auto 130px;
}
@media screen and (max-width: 750px){
select {
    width: 80%;
}
.live h3 {;
  width: auto;
}

}
/***********************スタジオ使用料**********************/
.fee .flex table{
    width: 32%;
    border-collapse:collapse;
    background: #fff;
    font-size: 1.3em;
    margin: 7px;
}
.fee .flex table td{
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}
.fee .flex table th{
    border: 1px solid #ccc;
    padding: 12px 0;
    height: 40px;
    color: #fff;
    font-size: 0.8em;
}
.fee .flex table td p{
	text-align: left;
    font-size: 0.7em;
    font-family: "Gill Sans", sans-serif;
}
.fee .flex .studio th{
    background: #ffcc00;
}
.fee .flex .piano th{
	background: #fe9900;
}
.fee .flex .cloud th{
	background: #f01952;
}
.fee .flex .sinya th{
	background: #09a5eb;
}
@media screen and (max-width: 1466px){
.fee .flex table{
    width: 30%;
}
}
@media screen and (max-width: 1458px){
.fee .flex table td{
	font-size: 0.7em;
}
}
@media screen and (max-width: 1140px){
.fee .flex table th {
    font-size: 0.8em;
}
}
@media screen and (max-width: 903px){
.fee .flex table {
    width: 95%;
    margin: 20px auto;
}
.fee .flex table td,
.fee .flex table th{
	font-size: 1em;
}
.fee .flex .cloud th {
    font-size: 0.8em;
}
}
/***********************アーカイブ**********************/
.archive_box .box{
	display: flex;
	justify-content: center;
    margin-bottom: 25px;
    align-items: flex-start;
}
.archive_box .box p{
	text-align: left;
    font-family: "Gill Sans", sans-serif;
    padding-top: 60px;
    width: 60%;
        position: relative;
}
.dot:before{
	background: radial-gradient(ellipse at center,  rgba(193,193,193,1) 0%,rgba(193,193,193,1) 25%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%) center 0 repeat-y;
	background-size: 8px 8px;
	width: 8px;
    height: 37vh;
    display: block;
    position: absolute;
    top: 16vh;
    left: 40%;
	content: "";
}
.archive_box .box img{
	width: 30%;
    margin-right: 20px;
    max-width: 354px;
    border: 1px solid;
}
@media screen and (max-width: 1300px){
.dot:before{
	display:none;
}
.archive_box .box p{
	padding-top: 0;
}
}
@media screen and (max-width: 600px){
.archive_box .box{
	display: block;
}
.archive_box .box img {
    width: 70%;
    margin: auto;
    display: block;
}
.archive_box .box p {
    width: 95%;
    margin: 20px auto;
}
}