@charset "UTF-8";

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}
li {
list-style: none;
}
a img {
border: none;
}
html,body, .bgstretcher-area, #bgstretcher, .bgstretcher-page {
height:100%;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


body {
  margin: 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
}


#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffeefa; /* 元の背景色 */
  z-index: 1000; /* コンテンツより前面に表示 */
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 0px;
  margin-bottom: 7px;
}

nav .switchButton {
  width: 95px;
  height: 95px;
  background-color: #ff9fd7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

nav .switchButton:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

nav img {
  width: 95%;
  height: auto;
}

#contents {
  flex-grow: 1;
  padding: 12px;
  max-width: 900px;
  margin: 200px auto 0 auto;
  box-sizing: border-box;
}

#slideshow {
  text-align: center;
}

#slideshow img {
  display: inline-block; 
  max-width: 100%;
  height: auto;
}

#slider {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#slider div {
  background: #f9f9f9;
  padding: 5px;
  text-align: center;
}

#slider img {
  width: 80%;
  height: auto;
  margin-left: 10%;
}

footer {
  width: 100%;
  background-color: #fee;
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  box-sizing: border-box;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slider .slide-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#slider img {
  width: 150px; 
  height: auto;
}

#slider .slide-text {
  flex: 1;
}

#slider .slide-text p {
  margin: 5px 0;
}

#contact {
 font-size: 14px;
 line-height: 140%;
 margin-top: 5px;
}

#movie {
margin-top: 5px;
}

#maincontents{
 margin-left: 10px;
 width: 750px;
 font-size: 14px;
 line-height: 110%;
}


#profile {
	clear:both;
	margin-bottom: 30px;
}

#profile h1 {
	color: #360;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
}
#profile img {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
}
#profile p {
	font-size: 110%;
	line-height: 130%;
	color: #666;
	margin-left: 460px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}



#gori {
	color: #666;
	font-size: 130%;
	line-height: 120%;
	clear:both;
	margin-left: 100px;
	margin-bottom: 10px;
}

#gori img {
	clear:both;
	vertical-align: middle;
	margin-right: 5px;
}


#gorigori {
	color: #666;
	font-size: 130%;
	line-height: 120%;
	clear:both;
	margin-left: 100px;
}


#gorigori img {
	clear:both;
	margin-left: 300px;	
	margin-bottom: 5px;
	vertical-align: middle;
}
#gorigori object {
	margin-left: 300px;
	margin-bottom: 5px;	
}
#gorigori p {
	text-indent: 2em;
	font-size: 110%;
	line-height: 120%;
	color: #666;
	margin-right: 50px;
}

#Schedule {
	clear:both;
	margin-left: 100px;

}


#discography2 {
	margin-left: 70px;
}

#discography {
	clear:both;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 130%;
}

#discography h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 300px;
	line-height: 130%;
}
#discography img {
	float: left;
	margin-left: 70px;
	margin-top: 15px;
}
#discography p {
	margin-left: 300px;
	margin-right: 100px;
	font-size: 110%;
	line-height: 130%;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#discography h2 {
	line-height: 130%;
	margin-left: 300px;
	margin-right: 150px;
	font-size: 100%;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #contents {
    margin-top: 10px;
  }
  nav .switchButton {
    width: 60px;
    height: 60px;
  }
  nav img {
    width: 90%;
  }
  nav {
    gap: 4px;
  }
}


#custom-text {
  text-align: right;
  margin: -15px 0;
}
html {
  scroll-behavior: smooth;
}
