@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

body {
	background-color: #FFF;
    margin: 0;
    padding: 0;
    width: 100%;
  font: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: 300;
    color: #333;
    letter-spacing: 0.06em;
    

}

a:link,
a:visited {
    text-decoration: none; /* アンダーラインを消す */
}

a {
    transition: opacity 0.3s; /* 0.3秒かけて透明度が変わる */
}

a:hover {
	opacity: .6;
}

.center {
	text-align: center;
}

img {
    vertical-align: bottom;
}



ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* header menu */

.sp-menu {
display: none
}

header {

}

.logo {
	background: #ff644b;
	text-align: center;
	padding: 15px;
	font-size: 150%;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 3px;
	text-shadow: 0px 0px 15px #fff;
	font-family: 'DM Serif Display', serif;
}


nav li h1 a {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}



header .fixbar {
width: 100%;
  }

header.fixed .fixbar {
  position: fixed;
  margin: 0 auto; 
   z-index: 4;
     }
     

nav {
	display: flex;          /* 2 */
    justify-content: center;/* 3 */
    align-items: center;    /* 4 */
    margin: 0 auto;
}

nav li {
    float: left;
	text-align: center;
	display: inline;
		position: relative;
		cursor: pointer;
}

nav li a {
    padding: 20px 20px;
    font-size: 1.2rem;
    display: block;
    color: #333;
font-family: 'DM Serif Display', serif;
}

h1 {
	margin: 0;
	font-weight: normal;
}

nav li h1 a {
	font-weight: normal;
	font-size: 2rem;
	padding: 11px 20px 11px 0px;
}


nav li:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 0px;
  left: 50%;
  background-color: #ccc;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
}

nav li:hover:after {
  width: 100%;
  left: 0;
}

nav li a:hover {
opacity: 0.6;
text-decoration: none;
}


.list-sns {
	padding-left: 50px;
}

nav li.sns a {
    padding: 20px 12px;
    font-size: 15px;
    display: block;
}



     
 /* .fixbar */
 
header.fixed .fixbar { 
	
		width: 100%;
		top: 0px;
			}
	
	header.fixed .fixbar .nav > li > a {
		font-size: 15px;
    padding: 15px  !important;
}

header.fixed .fixbar nav li a {
padding-bottom: 15px;
}

/* title */

.center-title {
	font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 3rem;
  margin: 40px auto 20px;
}


/* top */

.sp-bg-photo {
	display: none;
}
.bg-photo {
background: url("/wp-content/themes/idols/images/photo.jpg") no-repeat center bottom;
  
    background-attachment: fixed;
  width: 100%;
 height: 100vh;
    overflow: hidden;
}



.album {
	text-align: center;
	padding: 100px;
	   background: radial-gradient(#999 0%, #000 51%, #666 100%);
	color: #fff;
}

.album h2,
.album p {
	font-family: 'DM Serif Display', serif;
}

.top-cover {
	width: 500px;
	margin: 0 auto;
	border: solid 1px #444;
}
.top-cover img {
	width: 100%;
	height: auto;
}

.spotify {
	color: #1DB954;
}

.youtube {
	color: #FF0000;
}

.apple {
	color: #A2AAAD;
}

.bandcamp {
	color: #629aa9;
}

.shopify {
	color: #96bf48;
}


.sns-link {
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.sns-link li {
	padding: 0 15px;
	font-size: 2rem;
		width: inherit;
}

.sns-link li a {
	font-size: 1.5rem;
	color: #fff;
}


/* content */

.content-page-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}


/* profile */

.top-profile p {
	line-height: 180%;
	}

/* live */

*, :before, :after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgb(var(--text-color) / .12);
}

.top-live {
	padding: 100px 0;
	width: 1000px;
	margin: 0 auto;
	font-family: 'DM Serif Display', serif;
}

.top-live img {
	width: 80%;
	height: auto;
}

.top-live h3 {
	text-align: center;
	font-size: 1.6rem;
}

.top-live h3 span {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}

.live-info {
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px auto;
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}

.live-left {
	width: 65%;
	font-size: 14px;
}

.live-day {
	    font-size: 15px;
 
    font-weight: 600;
    padding-bottom: 5px;
}

.live-left-middle {
	display: flex;
}

.live-hako {
	width: 60%;
}

.live-other {
    padding: 5px 0 0;
}

.live-erea {
	    width: 40%;
}

.live-ticket {
	    display: flex;
}


.btn-ticket {
	color: #333;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #666;
    padding: 10px 40px;
    margin: 10px 0 0;
    min-width: 200px;
    text-align: center;
    height: 45px;
}
	/* profile */
	
	.img-fluid {
		width: 100%;
		height: auto;
	}

/* single page */

.page-single {
	margin-top: 40px;
	display: flex;
    justify-content: space-between;
}

.page-single li a {
	color: #fff;
}

.en-title {
	font-family: 'DM Serif Display', serif;
}

.content-page,
.content-single {
	width: 800px;
	margin: 60px auto;
	
}

.content-page h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
} 

.content-page p,
.content-single p {
	font-weight: 500;
    line-height: 200%;
    letter-spacing: .15em;
    font-size: 14px;
    }

.music-link {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.music-link li {
	padding: 15px 15px 0 0; 
	font-size: 1.5rem;
}

.music-link li a {
	color: #fff;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* news */

.content-page-news h2 {
	text-align: center;
}

.content-page-news {
	width: 1000px;
		margin: 60px auto;
	
}


/* live */

.content-page-live {
	width: 1000px;
		margin: 60px auto;
		font-family: 'DM Serif Display', serif;
	
}

/* contact */

.contact-space {
  width: 100%;
 height: 60vh;
    overflow: hidden;
    }

.contact-space a {
		color: #333;
}

.contact-space a:hover {
color: #ccc;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
	
}

/* news */

li, ol, ul {
    list-style: none;
}

.news-list {
	width: 100%;
  list-style-type: none; /* リストマーカーを非表示にする */
  padding: 0; /* パディングをリセットする */
  margin-bottom: 60px;
}


.news-list li:first-of-type {
    border-top: 1px solid #ddd;
}
.news-list li {
    border-bottom: 1px solid #ddd;
}

.news-list li a {
	color: #fff;
}


.news-list li a:hover {
text-decoration: none;
color: #ccc;
}


.news-list li h2 {
	 font-size: 14px;
	 font-weight: normal;
}

.news-list article {
    align-items: baseline;
    display: flex;
    padding: 15px 0;
    }

	.date {
    flex: 0 0 10em;
    font-size: 12px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
	
	.news-list {
	width: auto;
	padding: 0 20px;
	}	
	
	.news-list li {
		font-size: 14px;
		padding: 15px 0;
	}
	
	.news-list li h2 {
    font-size: 14px;
    margin: 0;
}
.date {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    }
	
	.news-list article {
		display: inherit;
	}
	}

/* disco */

.disco-category {
	   display: flex;
	   justify-content: center;
	   margin: 30px auto;
}

.disco-category li a {
	color: #fff;
    padding: 0 10px;
    border-radius: 20px;
    padding: 5px 10px;
    border: solid 1px #fff;
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
}

.disco-list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 20px;
    width: 1000px;
}

.disco-list li {
    width: 33.3333%;
    padding: 0 15px 30px 15px;
    text-align: center;
}

.disco-list li a {
	color: #fff;
}
.disco-list li img {
	width: 100%;
	height: auto;
}


.disco-list li h3 {
    font-size: 15px;
    line-height: 160%;
    margin: 0;
    padding: 10px 0 5px;
    font-weight: normal;
    white-space: nowrap;
}

.disco-list li span {
    border-radius: 15px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
}

.disco-list li p {
    line-height: 180%;
    font-size: 10px;
    margin: 0;
}

/* disco single */

.disco-single {
	margin: 100px auto;
}

.disco-single .col-lg-5 img {
	width: 100%;
	height: auto;
}

.disco-single h1 {
	margin-bottom: 10px;
}

.disco-single h3 {
padding: 20px 0 0;
	margin: 0 auto;
	font-size: 14px;
}

.disco-single h3 span {
	display: inline-block;
	margin-left: 10px;
	margin-top: 2px;

}

.disco-single .type {
    border-radius: 15px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;
}

.disco-single .info {
    line-height: 180%;
    font-size: 10px;
    margin: 0 0 10px;
}

ol.tracklist {
  counter-reset: count 0;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.tracklist li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

.tracklist li {
	line-height: 180%;

	font-size: 14px;
}

/* Video Slider */

.video-content {
	width: 100%;
	padding-bottom: 100px;
}

.video-slider {
	width: 100%;
	overflow: hidden;
}

.video-slider .slick-slide {
    width: 800px; /* 各スライドの幅を800pxに設定 */
  display: flex;
    justify-content: center; /* Flexboxを使って中央揃え */
    align-items: center;
    height: 100%; /* 必要に応じて高さ調整 */
    margin: 0 20px;
}

/* レスポンシブ対応 */
@media (max-width: 840px) {
    .video-slider .slick-slide {
        width: 100%; /* 画面幅が840px以下の場合は、幅を100%に調整 */
        height: auto;
    }
}

.slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.video-slider .slick-slide a {
  position: relative;
  display: block;
  text-decoration: none;
}
 
.video-slider .slick-slide a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid #f2f2f2;
  width: 100px;
  height:100px;
}
 
.video-slider .slick-slide a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #f2f2f2;
  border-width: 15px 0 15px 25px;
}

lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 1200px;
}
.action {
	display: block;
	margin: 100px auto;
	width: 100%;
	text-align: center;
}
.action a {
	display: inline-block;
	padding: 5px 10px;
	background: #f30;
	color: #fff;
	text-decoration: none;
}
.action a:hover {
	background: #000;
}
.lity-close {
	font-size: 55px !important;
	width: 55px !important;
	height: 55px !important;
	z-index: 9999999999999999999;
}

/* contact */

.red {
	color: red;
}

.form {
	background: #fff;
	padding: 20px 40px;
	color: #333;
	border-radius: 20px;
	margin: 0 auto;
	width: 600px;
}

.form dl {

	margin-bottom: 20px;
}

.form dt,
.form label {
	line-height: 46px;
}

.form dt {
	font-size: 14px;
}
.form dd {
	margin: 0;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 1%;
    font-size: 1rem;
    line-height: 180%;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-one {
	display:  inline-block;
    width: 25%;
    height: auto;
    padding: 1%;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label {
    margin-bottom: 10px;
    display: block;
}

.input-two {
	width: 49%;
	height: 46px;
}

.input-radio {
	margin-right: 20px;
}

.input-file {
	padding-top: 10px;
	margin-bottom: 10px;
}

dd.two_colum {
	display: flex;
	justify-content: space-between;
}

.screen-reader-response {
	margin: auto;
		text-align: center;
		width: 80%;
	}
	.wpcf7-validation-errors {
		text-align: center;
		color: red;
	}

span.wpcf7-list-item-label {
    margin-right: 20px;
}

.select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #f8f8f8;
	background: url("../images/select-arrow.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#f8f8f8 100%);
	background: url("../images/select-arrow.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#f8f8f8 100%);
	background-size: 20px, 100%;
}

.flex-center {
	text-align: center;
}

.final-bottom {
    flex: auto;
    margin: 30px auto;
    width: 260px;
}

.btn-radius {
    width: 260px;
    height: 50px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
    border: 1px solid #CCC;
    background: #ff644b;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
}

/* form */

.btn-buy {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    font-size: 1.2rem;
}

small {
	display: inline-block;
    margin: 0 0 15px;
}

.form p {
	font-size: 14px;
}


@media (max-width: 768px) {
	
	.form, .company  {
		width: auto !important;
		padding: 20px;
		margin: 0 auto;
	}
	
	
	
	}


@media (max-width: 768px) {
	
	.sc-music {
		width: 90%;
		margin: 0 auto;
	}
	
	}

/* footer */

footer {
	width: 100%;
	margin: 0 auto;
	
	overflow: hidden;
}

.copy {
	text-align: center;
	font-size: 10px;
}

/* sp */

@media (max-width: 768px) {
	
/* sp menu */

.fixbar,
.logo {
	display: none;
}

header {
	padding: 0;
	width: 100%;
	z-index: 9;
}
.sp-menu {
	display: inherit;
	position: fixed;
	width: 100%;
	z-index: 9;
	    top: 0;
}
.header {
	display: flex;
	justify-content: flex-end;
	height: 50px;
}
.menu-icon {
    position: relative;
    top: 10px;
    right: 20px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 9999;
}

.bar, .bar:before, .bar:after {
    height: 2px;
    position: absolute;
    background-color: #FFF;
    transition: all 250ms ease-in-out;
    content: "";
}

.bar {
    width: 30px;
    top: 13.5px;
}

.bar:before {
    width: 30px;
    top: -10px;
}

.bar:after {
    width: 30px;
    top: 10px;
}

.menu-icon:hover .bar, .menu-icon:hover .bar:before, .menu-icon:hover .bar:after {
    background-color: #FFF;
}

.menu-icon:hover .bar {
    width: 0px;
}

.menu-icon:hover .bar:after {
    width: 30px;
}

.bar--active, .bar--active:before, .bar--active:after {
    background-color: #FFF;
}

.bar--active {
    width: 0px ; /* 中央のバーを非表示にする */
}

.bar--active:before, .bar--active:after {
    width: 30px; /* バツ印の線の幅を揃える */
    top: 0; /* 位置を中央に揃える */
    opacity: 1; /* 表示を確実にする */
}

.bar--active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bar--active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	opacity: 0;
	transition: all 300ms ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.overlay--active {
	opacity: 0.95;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.overlay li a {
	color: #fff;
	line-height: 150%;
	font-size: 3rem;
	text-decoration: none;
	font-family: 'DM Serif Display', serif;
}
.list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.items {
	margin-bottom: 30px;
}
.links {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	text-decoration: none;
	position: relative;
}
.links:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #fff;
	transition: width 300ms ease-in;
}
.links:hover {
	color: #FF530D;
}
.links:hover:after {
	width: 100%;
}
 @media (max-width: 475px) {
 .headline {
 margin-left: 15px;
 -webkit-transform: translateY(-160px);
 transform: translateY(-160px);
}
}
@media (min-width: 475px) {
.headline {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
}

.overlay li a i {
            margin: 10px;
        padding-top: 20px;
        font-size: 2rem;
  
}

.sp-sns-icon {
	margin: 20px 8px 0;
	display: inline-block;
}
.mini {
	font-size: 8px;
	letter-spacing: -0.06em
}
.fixbar {
	display: none;
}
.sp-sns {
	float: right;
}
.sp-sns {
	display: inherit;
	position: absolute;
	right: 60px;
	top: 8px;
}
.sp-sns a {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0px 3px;
	color: #fff;
	line-height: 35px;
	padding: 0;
	font-size: 1.5rem;
	text-align: center;
	margin: 0;
}
.sp-sns a img {
	width: 20px;
	height: auto;
	margin-top: -3px;
	margin-left: -1px;
}
.sp-sns a:hover {
	opacity: 0.6;
}
/* sp menu */


.sp-logo {
	top: 8px;
	left: 20px;
	display: inherit;
	position: absolute;
	color: #333;
	letter-spacing: 2px;
	font-size: 1.4rem;
	font-family: 'DM Serif Display', serif;
}
.sp-logo a {
	color: #FFF;
}
.sp-logo a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.sp-logo img {
	width: auto;
	height: 25px;
}

/* top */

.content-page-wrapper {
	width: 100%;
}
.top-profile {
	margin: 0 20px;
}

.bg-photo {
	display: none;
}

.sp-bg-photo {
display: inherit;
    background: url("/wp-content/themes/lamp/images/wisp-cover.jpeg") no-repeat center;
    background-size: auto;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.album h3 {
	white-space: nowrap;
}

.album {
	width: 100%;
}

.top-cover {
    width: 100%;
    }

/* single */

.content-page-news {
    width: 100%;
   }

.content-page-news li h2 {
	text-align: left;
}

.content-page {
	width: auto;
	margin: 60px 20px 30px;
}

/* disco sp */

.disco-list {
	width: 100%;
	justify-content: space-evenly;
}

.disco-list li {
    width: 45%;
    padding: 0 0px 30px 0px;
    }

.disco-list li span {
	font-size: 8px;
}

.disco-single h3 {
	text-align: center;
}

.music-link {
    justify-content: center;
    }

.content-page-live {
    width: 100%;
    }
    
    .top-live {
	width: 100%;
}	

.top-live h3 {
	font-size: 1.3rem;
}
.top-live h3 span {
	display: block;
	font-size: 1rem;
	margin-top: 10px;
}

.live-info {
	display: inherit;
	margin: 20px;
}

.live-left {
	width: 100%;
	margin-bottom: 10px;
}

.live-left-middle {
	display: inherit;
}

.btn-ticket {
	width: 100%;
	margin: 10px 0 20px;
}


/* sp youtube */

.video-slider .slick-slide {
	width: 80%;
	}
 aside {
 display: none;
}
 .fixbar {
 display: none;
}
    
}

