@charset "utf-8";
/*--------------------------------------------------------------
singular.php
--------------------------------------------------------------*/
.wrapper.article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6em auto 0;
  width: 92%;
  max-width: 1140px;
}
.wrapper.article main {
	width: 65%;
}
.wrapper.article main article {
	
}
.wrapper.article main article .single {
	
}
.wrapper.article main article .single .container {
	padding: 0;
}
.wrapper.article main article .single .container figure.eyecatch {

}
.wrapper.article main article .single .container figure.eyecatch img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: .3125em;
}
.wrapper.article main article .single .container h1 {
	font-size: 1.75em;
	line-height: 1.4;
}
.wrapper.article main article .single .container .author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 2em;
  text-decoration: none;
  color: inherit;
}
.wrapper.article main article .single .container .author-list .row {
  display: flex;
}
.wrapper.article main article .single .container .author-list .row:not(:first-child) { 
  margin: 0 0 0 1.5em;
}
.wrapper.article main article .single .container .author-list .row .image {
  margin: 0 .625em 0 0;
  width: 3.75em;
}
.wrapper.article main article .single .container .author-list .row .image figure {
  margin: .25em 0 0;
}
.wrapper.article main article .single .container .author-list .row .image figure img {
  display: block;
  width: 100%;
  border: .125em solid #ff5a5f;
  border-radius: 50%;
}
.wrapper.article main article .single .container .author-list .row .content {

}
.wrapper.article main article .single .container .author-list .row .content .name {
  font-size: .9375em;
  font-weight: bold;
}
.wrapper.article main article .single .container .author-list .row .content .name span {
  display: block;
  font-size: .75em;
  color: #888;
}
.wrapper.article main article .single .container .author-list .row .content p {
  margin: 0;
  font-size: .875em;
}
.wrapper.article main article .single .container time {

}
.wrapper.article main article .single .container .author {
  margin: 3em 0 0;
}
.wrapper.article main article .single .container .author .label {
  margin: 0 0 .5em;
  font-size: .9375em;
  font-weight: bold;
}
.wrapper.article main article .single .container .author .row {
  display: flex;
  justify-content: space-between;
}
.wrapper.article main article .single .container .author .row:not(:first-child) { 
  margin: .75em 0 0;
}
.wrapper.article main article .single .container .author .row .image {
  width: 5em;
}
.wrapper.article main article .single .container .author .row .image figure {
  margin: .25em 0 0;
}
.wrapper.article main article .single .container .author .row .image figure img {
  display: block;
  width: 100%;
  border: .125em solid #ff5a5f;
  border-radius: 50%;
}
.wrapper.article main article .single .container .author .row .content {
  width: calc(100% - 6.25em);
}
.wrapper.article main article .single .container .author .row .content .name {
  font-size: .9375em;
  font-weight: bold;
}
.wrapper.article main article .single .container .author .row .content .name span {
  display: block;
  font-size: .75em;
  color: #888;
}
.wrapper.article main article .single .container .author .row .content p {
  margin: 0;
  font-size: .875em;
}
.wrapper.article aside {
  width: 29%;
}
.wrapper.article aside .toc_widget {
  position: sticky;
  top: 6.25em;
  padding: 1.875em;
  background-color: #f8f8f8;
  border-radius: .375em;
}
.wrapper.article aside .toc_widget h4 {
  margin: 0 0 .25em;
  font-size: 1em;
}
.wrapper.article aside .toc_widget ul {
  margin: 0;
  padding: 0 0 0 .5em;
  font-size: .9375em;
  list-style-type: none;
  max-height: 28.75em;
  overflow: scroll;
  position: relative;
}
.wrapper.article aside .toc_widget ul li {
  margin: 0 0 .25em;
}
.wrapper.article aside .toc_widget ul li a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
.wrapper.article aside .toc_widget ul li a:hover,
.wrapper.article aside .toc_widget ul li a.current {
  color: rgba(193,39,45,1);
}
.wrapper.article aside .toc_widget ul li a span {

}
@media (max-width: 769px) {
  .wrapper.article {
    margin: 3.75em auto 0;
  }
  .wrapper.article main {
  	margin: 0;
  	width: 100%;
  }
  .wrapper.article main article .single .container .author-list {
    display: block;
  }
  .wrapper.article main article .single .container .author-list .row:not(:first-child) { 
    margin: .75em 0 0;
  }
  .wrapper.article main article .single .container .author-list .row .image {
    height: auto;
  }
  .wrapper.article main article .single .container .meta .author figure img {
  	width: 3em;
  }
  .wrapper.article aside {
  	margin: 0;
  	width: 100%;
  }
}
/*--------------------------------------------------------------
aside.sidebar
--------------------------------------------------------------*/
#ranking {
	margin: 1em 0;
}
#ranking h4 {
	margin: 0 0 1em;
	line-height: 1.4;
}
#ranking h4 .en {
	font-size: 1.5em;
}
#ranking h4 .ja {
	padding-left: .5em;
	font-size: .875em;
	color: #666;
}
#ranking ol {
	padding: 0;
	list-style-type: none;
	counter-reset: archive-mark;
}
#ranking ol li {
	display: table;
	margin: 0 0 1em;
}
#ranking ol li:before {
	display: table-cell;
	width: 2em;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: rgba(26,26,26,1);
	vertical-align: middle;
	content: counter(archive-mark, decimal);
	counter-increment: archive-mark;
}
#ranking ol li a {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
}
#ranking ol li a:hover {
	color: rgba(26,26,26,1);
}
#ranking ol li a figure {
	display: inline-block;
	margin: 0;
	width: 30%;
	vertical-align: top;
}
#ranking ol li a figure img {
	width: 100%;
	height: auto;
}
#ranking ol li a .ttl {
	display: inline-block;
	margin: 0 0 0 1em;
	padding: .5em 0;
	font-size: .875em;
	font-weight: bold;
}
#ranking ol li:nth-child(2):before {
	background-color: rgba(26,26,26,.8);
}
#ranking ol li:nth-child(3):before {
	background-color: rgba(26,26,26,.6);	
}
#ranking ol li:nth-child(4):before,
#ranking ol li:nth-child(5):before,
#ranking ol li:nth-child(6):before,
#ranking ol li:nth-child(7):before,
#ranking ol li:nth-child(8):before,
#ranking ol li:nth-child(9):before,
#ranking ol li:nth-child(10):before,
#ranking ol li:nth-child(11):before,
#ranking ol li:nth-child(12):before,
#ranking ol li:nth-child(13):before,
#ranking ol li:nth-child(14):before,
#ranking ol li:nth-child(15):before,
#ranking ol li:nth-child(16):before,
#ranking ol li:nth-child(17):before,
#ranking ol li:nth-child(18):before,
#ranking ol li:nth-child(19):before,
#ranking ol li:nth-child(20):before {
	color: rgba(26,26,26,1);
	background-color: transparent;
}
#ranking ol li:nth-child(1) a .ttl,
#ranking ol li:nth-child(2) a .ttl,
#ranking ol li:nth-child(3) a .ttl {
	font-size: 1em;	
}



/*スタジオカード*/
.studiocard {
	position: relative;
	margin: 3em 0 1em;
	transition: .3s;
}
.studiocard a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
	color: #1a1a1a !important;
}
.studiocard a .image {
  width: 150px;
}
.studiocard a .image figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 12px;
  z-index: 9;
}
.studiocard a .image figure:before {
  content:"";
  display: block;
  padding-top: 100%;
}
.studiocard a .image figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.5s;
}
.studiocard a .body {
	position: relative;
	width: calc(100% - 180px);
}
.studiocard a .body .area {
	margin: 0 0 .25em;
	padding: 0 0 0 20px;
	font-size: .75em;
	background-image: url(../../assets/images/icon/map.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 1.25em;
}
.studiocard a .body .area svg {
	display: inline-block;
	padding: 0 .125em 0 0;
	width: auto;
	height: 14px;
	fill: #1a1a1a;
	vertical-align: text-bottom;
}
.studiocard a .body .name {
	margin: 0;
	font-size: .9375em;
	font-weight: bold;
	line-height: 1.4;
}
.studiocard a .body .catchphrase {
	margin: .25em 0;
	font-size: .875em !important;
	line-height: 1.6 !important;
	color: #3a3a3a;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.studiocard a .body .spec {
  margin: .25em 0;
  padding: 0 0 0 25px;
  font-size: .875em;
	background-image: url(../../assets/images/icon/ruler.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 1em;
}
.studiocard a .body .spec .num {
  display: inline-block;
  padding: 0 .25em;
}
.studiocard a .body .price {
  margin: .25em 0;
  font-size: .875em;
}
.studiocard a .body .price .base {
  display: inline-block;
  padding: 0 0 0 25px;
	background-image: url(../../assets/images/icon/money.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 1em;
}
.studiocard a .body .price .base small {
  display: inline-block;
  padding: 0 .25em;
}
.studiocard a .body .price .equipment {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0 0 25px;
	background-image: url(../../assets/images/icon/equipment.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 1.125em;
}
.studiocard a .body .price .equipment small {
  display: inline-block;
  padding: 0 .25em;
}
.studiocard a .body .price .energy {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0 0 25px;
	background-image: url(../../assets/images/icon/power.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 1em;
}
.studiocard a .body .price .energy small {
  display: inline-block;
  padding: 0 .25em;
}
.studiocard a .body .feature {
  margin: .25em 0 0;
  font-size: .875em;
}
.studiocard a .body .feature ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.studiocard a .body .feature ul li {
  margin-right: 1em;
  font-size: .875em;
}
.studiocard a .body .feature ul li:last-child {
  margin: 0;
}
.studiocard a .body .feature ul li .key {
  padding-right: .5em;
}
.studiocard a .body .feature ul li .value {
  
}
@media (max-width: 769px) {
.studiocard a .image {
  margin: 0 0 .5em;
  width: 100%;
}
.studiocard a .image figure {
  border-radius: 8px;
}
.studiocard a .image figure:before {
  padding-top: 50%;
}
.studiocard a .body {
  width: 100%;
}
}

