#sp-site-navigation-1 > ul > li > a {
	font-size: 1.4rem;
}

ol.storyboard {
	text-align: center;
}

.vtframe {
	width: 100%;
	max-width: 300px;
}

#sp-definition-list-1 > dt,
#sp-definition-list-1 > dd {
	line-height: 1.78;
	padding: 0;
}

#sp-definition-list-1 > dd {
	margin-left: 110px;
}

#sp-definition-list-1 > dd span {
	line-height: 1;
}

.col2 {
	display: flex;
	flex-direction: column;
	row-gap: 1.33em;
}

.col2,
.col2 > div {
	padding: 0!important;
}
.col2 > div > p{
	line-height:1.5;
}
.col2 > div > p + header.linkset{
	margin-top:26px;
}
/* Facebook (index.html) */
.fb_wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	text-align: center;
}
.fb_wrap .is_pc, .fb_wrap .is_sp {
	padding:0 !important;
}
.fb_wrap .is_pc {
	display:none;
}
/* Facebook end */
/* ABOUT (about.html) */
.definition-list {
	margin:3em auto 0;
	max-width:720px;
}
.definition-list dt {
	padding:10px;
	width:100%;
	background:#f4eae4;
	font-weight:700;
}
.definition-list dd {
	margin:0;
	padding:10px;
	width:100%;
}
.definition-list dd ul {
	padding-left:0;
}
.definition-list dd ul li {
	list-style:none;
	display:flex;
	flex-flow:row wrap;
}
.definition-list dd ul li span:first-child {
	margin-right: 1em;
	width:100%;
}
.definition-list dd ul li span:nth-child(2) {
	color:#666;
	font-size:.9em;
}
.basic2 #sp-block-container-3 {
	margin-top: 3em;
	padding-top: 3em;
	border-top:1px solid #d5d5d5;
}
/* ABOUT end */
/* CREATOR (artist.html) */
.creator-name-l {
	margin: 0 20px;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
}
.creator-name-l span {
	display:inline-block;
}
.creator-block {
	padding:20px;
	padding-top:10px;
	margin-bottom:20px;
	background: #ffffff;
	line-height: 1.5;
}
.creator-img {
	text-align: center;
}
.creator-img img {
	border-radius:6px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
	max-width: 100%;
}
.creator-site,.creator-profile,.creator-pict {
	margin-top:1.5em;
}
.creator-comment,
.creator-profile {
	font-size:.85em;
	text-align: justify;
}
.creator-site {
	font-size:1.6rem;
}
.creator-site dl {
	display:flex;
	flex-flow: row wrap;
	margin-bottom:0;
}
.creator-site p + dl,.creator-site dl + dl {
	margin-top:.5em;
}
.creator-site dl dt {
	width:100%;
}
.creator-site dl dd {
	margin:0;
	max-width:100%;
}
.link_blank::after {
	position: relative;
	content: " ";
	display: inline-block;
	top: 0;
	margin-left: 4px;
	width: 0.8em;
	height: 0.8em;
	vertical-align: middle;
	background-image: url("img/icon_link_blank.svg");
	background-size:0.8em 0.8em;
}
.creator-pict {
	display:flex;
	flex-direction:column;
	padding:0;
	list-style:none;
}
.creator-pict li {
	width:100%;
	font-size:.75em;
	text-align:center;
}
.creator-pict li:not(:first-child) {
	margin-top:1.5em;
}
.creator-pict li img.is_pc {
	display:none;
}
/* CREATOR end */

.img_wrap{
	display:flex;
	margin-top:3em;
	padding:0;
	list-style:none;
}
.img_item{
	width:auto !important;
	height:auto !important;
	margin:0 16px 0 0 !important;
	padding:0 !important;
}
.img_wrap_col2 .img_item{
	width:50% !important;
	margin:0 16px !important;
}
.img_wrap_col3 .img_item{
	width:33.3% !important;
	margin:0 16px !important;
}
.img_link{
	transition:opacity .1s;
}
@media (hover:hover) and (pointer:fine){
	.img_link:hover{
		text-decoration:none;
		opacity:.6;
	}
}
.img{
	vertical-align:bottom;
	width:auto\9;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
}

.u-mt24{
	margin-top:24px;
}
.u-mt40{
	margin-top:40px;
}
.u-mt80{
	margin-top:80px;
}
.u-col-red{
	color:#f00 !important;
}
.u-ta-c{
	text-align:center;
}
.u-fw-b{
	font-weight:bold;
}
.u-fs-m{
	line-height:1.6 !important;
	font-size:24px;
}
.u-fs-l{
	line-height:1.2 !important;
	font-size:32px;
}
.sp-none{
	display:none;
}

@media not screen,screen and (min-width: 569px) {
	.home #masthead {
		display: none;
	}

	#main>#contenthead>a {
		margin: 0;
		background: #fff;
	}

	#main > #contenthead > .horizontal {
		background: repeating-linear-gradient(-45deg,#fff3e8 0,#fff3e8 5px,#fffaf5 5px,#fffaf5 10px);
	}
	#sp-site-navigation-1>ul>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.col2 {
		display: flex;
		flex-direction: row;
		column-gap: 40px;
	}

	.col2 > div {
		flex: 1;
	}
/* Facebook (index.html) */
.fb_wrap {
	max-width: 340px;
}
.fb_wrap .is_pc {
	display:block;
}
.fb_wrap .is_sp {
	display:none;
}
/* Facebook end */
/* ABOUT (about.html) */
.definition-list {
	display: flex;
	flex-flow:row wrap;
}
.definition-list dt {
	width:9em;
	border-bottom: 1px solid #fff;
}
.definition-list dd {
	padding-left:20px;
	width:calc(100% - 9em);
	border-bottom: 1px solid #fff;
}
.definition-list dd ul {
	padding-left:0;
}
.definition-list dd ul li {
	list-style:none;
	display:flex;
	flex-flow:row wrap;
}
.definition-list dd ul li span:first-child {
	width:6em;
}
.basic2 #sp-block-container-3 {
	margin-left: auto;
	margin-right: auto;
	padding-left:0;
	padding-right:0;
	width: 100%;
	max-width:720px;
}
/* ABOUT end */
/* CREATOR (artist.html) */
.creator-block {
	display:flex;
}
.creator-img {
	margin-right:15px;
	width: 300px;
}
.creator-txt {
	width: calc(100% - 310px);
}
.u-director .creator-img {
	width: 234px;
}
.u-director .creator-txt {
	width: calc(100% - 244px);
}
.creator-pict {
	flex-direction:row;
}
.creator-pict li {
	max-width: calc(33.3% - 3.3px);
}
.creator-pict li:not(:first-child) {
	margin-top:0;
	margin-left:5px;
}
.creator-pict li img.is_sp {
	display:none;
}
.creator-pict li img.is_pc {
	display:inline-block;
}
/* CREATOR end */

.row-pc{
	display:flex;
	justify-content:center;
}
.row_col{
	margin-right:24px;
}

.sp-none{
	display:inline;
}
.pc-none{
	display:none;
}

}