@charset "utf-8";

@media screen and (max-width: 768px) {
body {
	min-width: 0;
}
img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.pc-only { display: none; }
.sp-only { display: block; }
/*------------------
Header
------------------------------------------------*/
header img {
    width: 151px;
}
header ul {
    display: none;
}
#g-nav.panelactive{
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}
.circle-bg{
    position: fixed;
	z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E60012;
	transform: scale(0);
	right:-50px;
    top:-50px;
    transition: all .6s;
}
.circle-bg.circleactive{
	transform: scale(50);
}
#g-nav-list{
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list{
    display: block;
}
#g-nav ul {
	opacity: 0;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav.panelactive ul {
    opacity:1;
}
@keyframes gnaviAnime{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#g-nav li {
	text-align: center;
	list-style: none;
}
#g-nav li a {
	color: #fff;
	text-decoration: none;
    font-size: 2rem;
    line-height: 2.5;
	display: block;
	font-weight: bold;
}
#g-nav li:last-child {
    margin-top: 32px;
}
/*------------------
Contents
------------------------------------------------*/
#spmenu {
    position: fixed;
    top: 20px;
    right: 15px;
    width: 14%;
    max-width: 70px;
    z-index: 101;
}
#spmenu img {
    height: auto;
    width: 100%;
}

#concept {
    padding: 60px 10%;
    width: 100%;
}
#concept span {
    margin: 50px auto;
    width: 90%;
}
#concept p {
    font-size: min(4vw, 1.4rem);
}
#concept p i {
    display: block;
}

#situations {
    padding:  50px 0;
    width: 100%;
}
#situations h2 {
    margin: 0 auto;
    width: 90%;
}
#situations p {
    margin: 32px auto 0;
    width: 68%;
}
#pieces h2 {
    width: 100%;
}
#life h2 {
    width: 100%;
}
#aboutus {
    padding: 25px 10px;
    width: 100%;
}
.aboutus_wrap .fL {
    float: none;
    margin: 20px auto;
    width: 80px;
}
.aboutus_wrap .fR {
    float: none;
}
.aboutus_wrap dl dd i {
    display: block;
}

#artists {
    padding: 40px 0;
    margin: 0 auto;
    width: 100%;
}
#artists h2 {
    margin-bottom: 40px;
    width: 90%;
}
.artists__block {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    width: 95%;
}
.artists__box {
    max-width: none;
}
.artists__info {
    flex-direction: column;
}
.artists__pic {
    margin: 0 auto;
    width: 50%;
}
.artists__sns li {
    max-width: 48px;
}

}

@media screen and (max-width: 580px) {
}
@media screen and (max-width: 380px) {
}
