@charset "utf-8";
* {
    box-sizing: border-box;
}
html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1em;
}
html,body{
	line-height:1.4em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#030000;
	font-size: 62.5%;
	font-weight:normal;
	text-align:left;
}
body {
    font-size: 1.0rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 1100px;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #e60012;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
    transition: all 0.7s ease;
}
#pieces a img:hover {
    opacity: 0.0;
    transition: all 0.3s ease;
}
.inner {
    margin: 0 auto;
    width: 1000px;
}

body {
    background: #efefef;
}
input {
    box-sizing: border-box;
}
.pc-only { display: block; }
.sp-only { display: none; }

/*==================
Header
================================================*/
header {
	position: fixed;  /* 位置を固定する */
    top: 0;  /* 固定する位置を指定 */
    left: 0;  /* 固定する位置を指定 */
    width: 100%;  /* ヘッダーの幅 */
    background: #efefef;  /* 背景色 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 12px;
    z-index: 100;
}
header ul {
    overflow: hidden;
}
header ul li {
    font-size: 1.6rem;
    float: left;
    line-height: 1.6;
    margin-left: 30px;
}
header ul li:first-child {
    margin-left: 0;
}
/*------------------
Contents
------------------------------------------------*/
#vs {
	margin-top:45px;
    margin-bottom: 45px;
    width: 100%;
}
#vs img {
    height: auto;
    width: 100%;
}

#concept {
    background: #fff;
    margin: 0 auto 50px;
    padding: 110px 0 80px;
    width: 1100px;
}
#concept h2 {
    text-align: center;
    padding-bottom: 30px;
}
#concept ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 50px;
}
#concept ul li {
    margin: 0 36px;
}
#concept p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2;
}
#concept p i {
    font-style: normal;
}

#situations {
    background: #fff;
    margin: 0 auto;
    padding: 70px 0;
    width: 1100px;
}
#situations h2 {
    text-align: center;
    padding-bottom: 40px;
}
#situations ul {
    background: url(../img/img_09.png) no-repeat center bottom;
    background-size: 975px 52px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 auto 30px;
    padding-bottom: 50px;
    width: 975px;
}
#situations p {
    text-align: center;
}

#pieces {
}
#pieces div {
	position: relative;
	width: 1100px;
	margin: 0 auto
}
#pieces div a {
    display: block;
    position: absolute;
    top: 65.5%;
    left: 11.7%;
}
#pieces div a.abs_01 {
    top: 180px;
    left: 180px;
}
#pieces div a.abs_02 {
    top: 237px;
    left: 272px;
}
#pieces div a.abs_03 {
    top: 237px;
    left: 456px;
}
#pieces div a.abs_04 {
    top: 180px;
    left: 548px;
}
#pieces div a.abs_05 {
    top: 180px;
    left: 730px;
}
#pieces div h2 {
    margin: 0 auto;
    width: 1100px;
}

#life {
    border-top: 48px solid #00A0E9;
    border-bottom: 48px solid #E60012;
}
#life h2 {
    margin: 0 auto;
    width: 1100px;
}

#aboutus {
    background: #fff;
    padding: 45px 215px 60px;
    margin: 0 auto;
    width: 1100px;
}
.aboutus_wrap {
    overflow: hidden;
}
.aboutus_wrap .fL {
    float: left;
    width: 110px;
}
.aboutus_wrap .fR {
    float: left;
}
.aboutus_wrap dl {
    overflow: hidden;
    padding-bottom: 24px;
}
.aboutus_wrap dl dt {
    clear: both;
    float: left;
    font-size: 1.4rem;
    line-height: 1.5;
}
.aboutus_wrap dl dt::after {
    content: "：";
    margin-left: -5px;
}
.aboutus_wrap dl dd {
    float: left;
    font-size: 1.4rem;
    line-height: 1.5;
}
.aboutus_wrap dl dd i {
    font-style: normal;
}
.aboutus_wrap p.ttl {
    font-size: 1.4rem;
    line-height: 1.5;
}
.aboutus_wrap ul {
    padding-bottom: 24px;
}
.aboutus_wrap ul li {
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}
.aboutus_wrap ul li::before {
    content: "・";
}
.aboutus_wrap p.inq {
    font-size: 1.4rem;
}
.aboutus_wrap p.inq a {
    font-size: 1.7rem;
    margin-left: 20px;
}

#artists {
    background: #fff;
    padding: 80px 0;
    margin: 0 auto;
    width: 1100px;
}
#artists h2 {
    margin: 0 auto 70px;
    max-width: 400px;
}
.artists__block {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.artists__box {
    max-width: 500px;
}
.artists__info {
    display: flex;
    gap: 35px;
}
.artists__pic {
    flex-shrink: 0;
    width: 220px;
}
.artists__pic figure {
    margin: 0;
}
.artists__pic figure img {
    width: 100%;
}
.artists__name {
    margin-bottom: 8px;
}
.artists__name i {
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1.173;
}
.artists__name h3 {
    border-bottom: 1px solid #000;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    line-height: 1.333;
}
.artists__red .artists__name h3 {
    border-color: #00A0E9;
    /*border-color: #E60012;*/
}
.artists__blue .artists__name h3 {
    border-color: #00A0E9;
}
.artists__name span {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    line-height: 1.571;
}
.artists__detail {
    margin-bottom: 8px;
}
.artists__detail div {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.473;
    gap: 0;
}
.artists__detail dt {
    text-align-last: justify;
    width: 80px;
}
.artists__detail dd::before {
    content: "：";
}
.artists__works ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}
.artists__works ul li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4;
}
.artists__works ul li::before {
    content: "●";
}
.artists__red .artists__works ul li::before {
    color: #E60012;
}
.artists__blue .artists__works ul li::before {
    color: #00A0E9;
}
.artists__works p {
    font-size: 1.4rem;
    line-height: 1.4;
	margin-top: 20px;
}
.artists__intro {
    margin-top: 16px;
}
.artists__intro p {
    font-size: 1.4rem;
    line-height: 1.53;
}
.artists__links {
    margin-top: 12px;
}
.artists__links ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.artists__links li a:hover {
    opacity: 0.5;
}
.artists__sns {
    /*margin-top: 24px;*/
	width: 550px;
}
.artists__sns ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.artists__sns li {
    max-width: 64px;
}
.artists__sns li a:hover {
    opacity: 0.5;
}
.artists__youtube {
    margin-top: 24px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.artists__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================
Footer
================================================*/
footer {
    border-top: 1px solid rgba(0, 0, 0, 0.0625);;
    padding: 16px 0;
}
footer p {
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 460px) {
}