@charset "UTF-8";
/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-style: none;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
	background-color: #000;

}
html {
	height: 100%;
	overflow: auto;
  scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/****************************************
デフォルト
*****************************************/
section {
    width: 100vw;
	position: relative;
}
article {
    width: 95%;
    max-width: 720px;
    margin: auto;
	text-align: center;
}
article p {
	text-align: left;
	margin-bottom: 3rem;
}
section.top-showcase {
  width: 100%;
  height: 100vh;
	min-height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.top-showcase img {
    display: block;
    margin: auto;
}


/****************************************
OPEN / CLOSE BTNS
*****************************************/
.menu-btn {
  position: absolute;
  top: 20px;
    right: 20px;
    z-index: 999;
    display: block;
    width:40px;
    height:40px;
}
.menu-btn a {
    display: block;
    text-decoration: none;
    /* safari hack */
    width:40px;
    height:40px;
}
.btn-open:before {
    content:" ";
    display:block;
    width:40px;
    height:40px;
  content: url(common/images/open.png);  
    background-size:contain;
}
.btn-open:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.btn-close:before {
    content:" ";
    display:block;
    width:40px;
    height:40px;
  content: url(common/images/close.png);
    background-size:contain;
}

.btn-close:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 996;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
	padding-top: 120px;
}
.overlay ul li {
    color: #aaa;
}
.overlay ul a li {
    color: #000;
}
.overlay ul a li, .overlay ul li {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #000000;
    font-weight: 600;
    line-height: 1.25;
    font-size: 16px;
    list-style: none;
    float: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.overlay ul li.last {
    border-bottom: 1px dotted #000000;
}
.overlay ul a:hover li {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
}
.overlay ul li p {
    display: inline-block;
    text-align: left;
    padding: 0 0.5rem;
}
.overlay ul li span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    padding: 0 1rem;
}

/* GROBAL */

header {
    width: 100%;
	height: 80px;
	display: flex;
    margin-top: 0;
    position: fixed;
    z-index: 997;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */	
    top: 0;
    left: 0;
    background-color: #fafaee;
}
header img {
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: auto;
}
img.header-mark {
	width: 52px;
	height: auto;
	position: absolute;
	top: 14px;
	left: 16px;
}
@media all and (max-width: 480px) {
	
}
h1 {
}
h1 a {
	color:rgba(80,180,130,1);
	font-weight: 400;
	letter-spacing:0.25rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	filter:drop-shadow(0px 0px 1px rgba(255, 2550, 255, 0));
}
h1 a:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.top_copy {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-family: "Hina Mincho", serif;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 4rem;
	padding-top: 6rem;
}
.main-title {
	width: 90%;
	max-width: 320px;
	margin-bottom: 2rem;
}
.detail {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 4rem;
	font-weight: 400;
	padding: 0 1rem;
}
.detail span {
	display: inline-block;
	font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 0 0.125rem;
	transform:scale(0.9,1.0);
	margin-bottom: -0.25rem;
}
.main-title img {
	width: 100%;
	height: auto;
}
.mark_animation {
/*	animation: rotateY-anim 8s linear infinite;*/
	width: 6rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
}
.mark_animation img {
	width: 100%;
	height: auto;
	display: block;
	box-sizing:border-box;
	object-fit: contain;
}
.logo_title {
	margin-top: 0;
	width: 8rem;
	margin: 0 auto 0;
}
.logo_title img {
	width: 100%;
	height: auto;
}
@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
		transform-origin:center center 0;
	}
	50% {
		transform: rotateY(179deg);
		transform-origin:center center 0;
	}
	51% {
		transform: rotateY(180deg);
		transform-origin:center center 0;
	}	
	100% {
		transform: rotateY(360deg);
		transform-origin:center center 0;
	}
}
@media all and (max-width: 640px) {
	h1 {

	}
}
@media all and (max-width: 480px) {
.menu-btn {
  top: 16px;
    right: 12px;
    width:24px;
    height:24px;
}
.menu-btn a {
    width:24px;
    height:24px;
}
.btn-open:before {
    width:24px;
    height:24px;
  content: url(common/images/open02.png);  
}
.btn-open:hover:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.btn-close:before {
    width:24px;
    height:24px;
  content: url(common/images/close02.png);
}
header {
	height: 56px;
}
h1 {
	text-align: left;
	display: block;
	padding-left: 1rem;
	width: 100%;
	font-weight: bold;
}
h1 img {
	width: calc(100% - 88px);
	margin-left: 2.25rem;
}
img.header-mark {
	width: 32px;
	height: auto;
	position: absolute;
	top: 12px;
	left: 6px;
}
.top_copy {
	font-size: 6.25vw;
	margin-top: 6rem;
}
.logo_title {
	margin-bottom: 6rem;	
}
}
h2 {
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
	margin: auto;
    margin-bottom: 0.3rem;
    letter-spacing: 0.3em;
    text-align: center;
    color: rgba(60,180,130,1);
	width: 100%;
    max-width: 480px;
    border-bottom: 2px solid rgba(60,180,130,1);
	display: block;
}
.title-sub {
	font-size: 1rem;
	font-weight: 400;
	display: block;
    border-bottom: 0px solid rgba(60,180,130,1);
	margin: auto;
	margin-bottom: 3rem;
	display: block;
	width: 100%;
    text-align: center;
	color: rgba(60,180,130,1);
	font-weight: bold;
}
h3 {
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	text-align: left;
	margin-left: -.5rem;
}
h4 {
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	text-align: left;
}
/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
	width: 100vw;
  margin: 0;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.full div.img001 {
  background-image: url(common/images/showcase001.jpg);
}
.full div.img002 {
  background-image: url(common/images/showcase002.jpg);
}
.full div.img003 {
  background-image: url(common/images/showcase003.jpg);
}
.full div.img004 {
  background-image: url(common/images/showcase004.jpg);
}
.full div.img005 {
  background-image: url(common/images/showcase005.jpg);
}
.full div.img006 {
  background-image: url(common/images/showcase006.jpg);
}
.full div.img007 {
  background-image: url(common/images/showcase007.jpg);
}
.full div.img008 {
  background-image: url(common/images/showcase008.jpg);
}
.full div.img009 {
  background-image: url(common/images/showcase009.jpg);
}
.full div.img010 {
  background-image: url(common/images/showcase010.jpg);
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

section#top {
	display: flex;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */	
}
section#top img {

}
.gallery img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.gallery img:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
section#about, section#info, section#entry, section#access, section#colabo, section#memory {
	background-color: rgba(255,255,255,0.99);
	padding-top: calc(80px + 4rem);
	color: #000;
	height: auto;
	padding-top: 6rem;
}

section#info img {
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: auto;
}
.music-concert {
	display: block;
	margin: 4rem auto 0;
	width: 90%;
	max-width: 400px;
	padding-bottom: 4rem;
}
.music-concert img {
	width: 100%;
	height: auto;
}
img.hirosaki-mark {
	width: 30%;
	max-width: 6rem;
	height: auto;
	margin: -1rem auto 0.5rem;
}
.jigyo {
	width: 100%;
	text-align: center;
}
.jigyo span {
	display: inline-block;
	text-align: left;
}
#info a {
	color: rgba(80,180,130,1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0));
}
#info a:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.information {
	text-align: left;
	font-weight: 500;
	margin: 2rem 0;
	width: 100%;
}
#info table th,#info table td {
	padding: 0.25rem;
}
#info table ,#info table tr,#info table th,#info table td {
	display: block;
}
#info table th {
	font-weight: 500;
	width: 4.5rem;
	float: left;
}
#info table td {
	font-weight: 500;
	width: calc(100% - 4.5rem);
	float: left;
}
iframe {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16 / 9;
    border: 1px solid #000000;
}
.info-detail {
	text-align: left;
}
.profile-top {
	text-align: left;
	margin-top: 4rem;
	width: 100%;
	margin-bottom: 1rem;
}
.profile {
	display: block;
	text-align: left;
}
.charactor {
	display: flex;
	width: 100%;
	padding-bottom: 2rem;
	text-align: left;
}
.caractor-img {
	display: block;
	float: left;
	width: 100px;
}
.caractor-img img {
	width: 100%;
	height: auto;
}
.caractor-text {
	display: block;
	float: left;
	padding-left: 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	width: calc(100% - 100px);
	text-align: left;
}
.caractor-text .name {
	font-weight: 600;
	margin-bottom: 0.25rem;
	font-size: 1.0625rem;
}

section#entry .entry {
	width: 8rem;
	margin: auto;
}
section#entry .entry img {
	width: 100%;
	height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	margin-bottom: 3rem;
	filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
}
.entry-detail {
	display: block;
	width: 100%;
	max-width: 640px;
	font-size: 0.75rem;
	text-align: left;
	margin: auto;
}
.lesson {}
.lesson ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 1em;
}
.lesson ul li {
	padding-left: 1rem;
	list-style-type: none;
	list-style-position: outside;
}
.lesson ul li:first-letter {
	margin-left: -1em;
}
.lesson ul li:before {
  content: "●";
}
section#entry .entry img:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#entry .entry-caution {
	text-align: center;
	font-size: 0.875rem;
	display: block;
	width: 100%;
}
#entry .entry-caution h6 {
	font-size: 1rem;
	font-weight: 400;
}
#entry .entry-caution .phone {
	font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 0 0.125rem;
	transform:scale(0.9,1.0);
	white-space: nowrap;
}
#entry .entry-caution p {
	display:inline-block;
	text-align: left;
	font-size: 0.75rem;
}
#colabo .information-colabo {
	width: 100%;
	text-align: left;
}
#colabo .information-colabo .clolabo-text {
	display: inline-block;
	text-align: left;
}
#colabo .information-colabo .clolabo-text a {
	color: rgba(80,180,130,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#colabo .information-colabo .clolabo-text a:hover {
	filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#colabo .information-colabo h4 {
    font-weight: 700;
    display: block;
	margin-bottom: 0.5rem;
}
#colabo .colabo-link {
	width: 100%;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: block;
}
#colabo .colabo-link a {
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    padding: 0.5rem 1rem;
    color: rgba(80,180,130,1.00);
    border: 2px solid rgba(80,180,130,1.00);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 1.5rem;
}

#colabo .colabo-link a:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#colabo .colabo-gallerys, #memory .colabo-gallerys {
	width: 100%;
	text-align: left;
}
#colabo .colabo-gallerys .colabo-gallery {
    width: 22.5%;
    margin: 1%;
    padding: 0rem;
    border: 1px solid rgba(0,0,0,0.00);
	height: auto;
	aspect-ratio: 1 / 1;
	display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#memory .colabo-gallerys .colabo-gallery {
    width: 22.5%;
    margin: 1%;
    padding: 0rem;
    border: 1px solid rgba(0,0,0,0.00);
	height: auto;
	display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#colabo .colabo-gallerys .colabo-gallery:hover, #memory .colabo-gallerys .colabo-gallery:hover {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#colabo .colabo-gallerys .colabo-gallery img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#memory .colabo-gallerys .colabo-gallery img {
	width: 100%;
	height: auto;
}
@media all and (max-width: 768px) {
#colabo .colabo-gallerys .colabo-gallery, #memory .colabo-gallerys .colabo-gallery {
    width: 30%;
    margin: 1.4%;
}
}
@media all and (max-width: 600px) {
#colabo .colabo-gallerys .colabo-gallery, #memory .colabo-gallerys .colabo-gallery {
    width: 45%;
    margin: 2%;
}
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0em;
	display: block;
	color: rgba(0,0,0,1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0));
}
.Label:hover {
	cursor: pointer;
	filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;

}
.Label::before{		/*タイトル横の矢印*/
	content:"▶︎";
	color: rgba(80,180,130,1.00);
}
.toggle:checked + .Label::before {
	content:"▼";
	color: rgba(80,180,130,1.00);
}
.content {		/*本文*/
	height: 0;
	padding:0;
	overflow: hidden;
}
.content ul {
	list-style-type: none;
	list-style-position: outside;
}
.content li {
	padding-left: 1rem;
	list-style-type: none;
	list-style-position: outside;
}

.content li::first-letter {
	margin-left: -1rem;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.black {
	color: #000;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.colabo-cross {
	width: 100%;
}
.marker {
	background:linear-gradient(transparent 60%, rgba(90,240,80,0.25) 40%);
}
.colabo-cross {
	width: 100%;
	margin-bottom: 4rem;
	margin-top: 2rem;
}
.colabo-cross img {
    width: 100%;
    height: auto;
    border-radius: 5%;
}