@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*#################################
	サイト内共通
#################################*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #383838;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #383838;
}
a:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	color: #383838;
}

p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

header {
	min-height: 83px;
}
@media screen and (max-width: 767px) {
	header {
		min-height: 70px;
	}
}
header .creator-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	border: 1px solid #cecece;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
header .creator-search-form input {
	width: 250px;
	height: 45px;
	padding: 5px 15px;
	border: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1em;
	outline: none;
	background-color: white;
}
header .creator-search-form input::-webkit-input-placeholder {
	color: #cecece;
}
header .creator-search-form input::-moz-placeholder {
	color: #cecece;
}
header .creator-search-form input:-ms-input-placeholder {
	color: #cecece;
}
header .creator-search-form input::-ms-input-placeholder {
	color: #cecece;
}
header .creator-search-form input::placeholder {
	color: #cecece;
}
header .creator-search-form button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 50px;
	height: 45px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
header .creator-search-form button:focus {
	outline: none;
}
header .creator-search-form button::after {
	width: 24px;
	height: 24px;
	color: #4b4b4b;
	background-image: url("./images/search-ico.svg");
	background-repeat: no-repeat;
	content: "";
}
header .header-nav {
	padding: 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	position: relative;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	background-color: white;
}
@media screen and (max-width: 767px) {
	header .header-nav {
		padding: 10px 15px;
	}
}
header .header-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: headerFade 0.4s forwards;
	        animation: headerFade 0.4s forwards;
}
@-webkit-keyframes headerFade {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes headerFade {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@media screen and (max-width: 767px) {
	header .header-nav .logo {
		width: 192px;
	}
}
header .header-nav .creator-search-form {
	margin-left: auto;
	margin-right: 15px;
}
@media screen and (max-width: 767px) {
	header .header-nav .creator-search-form {
		display: none;
	}
}

.drawer--right .drawer-hamburger {
	top: 9px;
	right: 10px;
	z-index: 999;
	position: static;
	top: auto;
	right: auto;
}
.drawer--right .drawer-hamburger:focus {
	outline: none;
}
.drawer--right .drawer-hamburger-icon {
	margin-top: 0;
	background-color: transparent;
}
.drawer--right .drawer-hamburger-icon:after {
	background-color: black;
}
.drawer--right .drawer-hamburger-icon:before {
	background-color: black;
	top: 0;
}
.drawer--right .drawer-nav {
	color: white;
	z-index: 999;
}
.drawer--right .drawer-nav .drawer-menu {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item:hover {
	text-decoration: none;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item a {
	color: #383838;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item.drawer-logo {
	padding-top: 15px;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item.drawer-logo img {
	width: 200px;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item.--small {
	padding-bottom: 0px;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item.--small a {
	font-size: 14px;
}
.drawer--right .drawer-nav .drawer-menu .drawer-menu-item .creator-search-form input {
	width: 160px;
}
.drawer--right.drawer-open header .header-nav {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: transparent;
}
.drawer--right.drawer-open header .header-nav .logo,
.drawer--right.drawer-open header .header-nav .creator-search-form {
	visibility: hidden;
}
.drawer--right.drawer-open .drawer-nav {
	right: 0 !important;
}
.drawer--right.drawer-open .drawer-hamburger {
	background-color: transparent;
	position: fixed;
	top: 9px;
}
.drawer--right.drawer-open .drawer-hamburger:hover {
	background-color: transparent;
}
.drawer--right.drawer-open .drawer-hamburger-icon:after,
.drawer--right.drawer-open .drawer-hamburger-icon:before {
	background-color: black;
	top: 0;
}

@media (min-width: 1200px) {
	main .container {
		max-width: 1030px;
	}
}
main .kana-switch {
	padding-bottom: 60px;
}
main .kana-switch ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	text-align: center;
	gap: 20px 10px;
}
main .kana-switch ul li {
	width: calc((100% - 40px) / 5);
}
@media screen and (max-width: 767px) {
	main .kana-switch ul li {
		width: calc((100% - 20px) / 3);
	}
}
main .kana-switch ul li a {
	display: inline-block;
	width: 100%;
	background-color: #4d4d4d;
	padding: 15px;
	border-radius: 50px;
	color: white;
	font-size: 24px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	main .kana-switch ul li a {
		font-size: 15px;
		padding: 10px;
	}
}
main .kana-switch ul li a.is-active {
	background-color: #999999;
}

footer {
	background-color: #4d4d4d;
}
footer .f-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px 50px;
	padding: 30px 15px;
	max-width: 1360px;
	margin: 0 auto;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
@media screen and (max-width: 767px) {
	footer .f-nav {
		display: none;
	}
}
footer .f-nav .blk ul li {
	margin-bottom: 10px;
}
footer .f-nav .blk ul li a {
	color: white;
}
footer .f-nav .blk:nth-of-type(3) {
	margin-left: auto;
}
footer .f-nav .blk:nth-of-type(3) .logo {
	margin-bottom: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
footer .f-nav .blk:nth-of-type(3) .logo p {
	text-align: right;
	margin-top: 5px;
	margin-right: 3px;
	color: white;
}
footer .f-nav .blk:nth-of-type(3) > p {
	color: white;
	margin-bottom: 7px;
}
footer .copy {
	border-top: 1px solid white;
}
footer .copy .inner {
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1360px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	footer .copy .inner {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
footer .copy .inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}
@media screen and (max-width: 767px) {
	footer .copy .inner ul {
		display: none;
	}
}
footer .copy .inner ul li a {
	color: white;
	font-size: 14px;
}
footer .copy .inner > p {
	color: white;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	footer .copy .inner > p {
		text-align: center;
		font-size: 11px;
	}
}

body.error404 main .page-ttl {
	background-color: #e10707;
	padding: 20px 0;
	text-align: center;
}
body.error404 main .page-ttl__txt {
	color: white;
	font-size: 35px;
}
@media screen and (max-width: 767px) {
	body.error404 main .page-ttl__txt {
		font-size: 21px;
	}
}
body.error404 main .e404 {
	text-align: center;
	height: 60vh;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	body.error404 main .e404 {
		height: calc(100vh - 173px);
	}
}
body.error404 main .e404 .inner {
	width: 100%;
}
body.error404 main .e404 .inner__txt {
	margin-bottom: 50px;
	line-height: 1.8;
}
body.error404 main .e404 .inner__link {
	background-color: #757575;
	color: white;
	border-radius: 50px;
	padding: 10px;
	display: inline-block;
	width: 330px;
	max-width: 100%;
}

/*#################################
	TOPページ
#################################*/
body.home main .home-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 325px;
	max-width: 100%;
	height: 67px;
	padding: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #4d4d4d;
}
@media screen and (max-width: 767px) {
	body.home main .home-btn {
		width: 295px;
		height: 60px;
	}
}
body.home main .home-btn:hover {
	background-color: #e10707;
	opacity: 1;
}
body.home main .home-btn span {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
}
body.home main .mv__img {
	width: 100%;
}
body.home main .contents {
	padding-top: 70px;
}
@media screen and (max-width: 767px) {
	body.home main .contents {
		padding-top: 40px;
	}
}
body.home main .contents__ttl {
	font-size: 32px;
	color: #e10707;
	margin-bottom: 20px;
	margin-left: 5px;
	line-height: 1.2;
	padding-left: 25px;
	position: relative;
}
@media screen and (max-width: 767px) {
	body.home main .contents__ttl {
		font-size: 24px;
		margin-left: 0;
	}
}
body.home main .contents__ttl:before {
	content: "";
	width: 9px;
	height: 105%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #e10707;
}
body.home main .contents__txt-1 {
	padding-bottom: 25px;
	padding-left: 10px;
	line-height: 1.7;
}
body.home main .contents .kana-switch {
	padding: 0;
}
body.home main .contents .kana-switch ul li a {
	background-color: #e10707;
}
body.home main .contents .go-index {
	text-align: right;
	padding: 40px 15px 40px 0;
}
@media screen and (max-width: 767px) {
	body.home main .contents .go-index {
		padding: 0 10px 30px 0;
	}
}
body.home main .contents .go-index__link {
	display: inline-block;
	border: 1px solid #373838;
	padding: 0 15px;
	font-size: 18px;
	padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
	body.home main .contents .go-index__link {
		font-size: 14px;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}
body.home main .contents .creator-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	gap: 20px;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	body.home main .contents .creator-list {
		gap: 10px;
		padding: 0 10px;
	}
}
body.home main .contents .creator-list .creator-item {
	width: calc((100% - 140px) / 8);
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
@media screen and (max-width: 767px) {
	body.home main .contents .creator-list .creator-item {
		width: calc((100% - 30px) / 4);
	}
}
body.home main .contents .creator-list .creator-item a {
	display: block;
}
body.home main .contents .creator-list .creator-item .thumb {
	width: 100%;
	aspect-ratio: 500/560;
}
body.home main .contents .creator-list .creator-item .thumb img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
	aspect-ratio: 500/560;
	pointer-events: none;
}
body.home main .contents .category-link {
	padding-top: 80px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .contents .category-link {
		gap: 30px;
		padding-bottom: 40px;
	}
}
body.home main .notice-topics .notice,
body.home main .notice-topics .topics {
	padding-top: 30px;
}
body.home main .notice-topics .notice .ttl,
body.home main .notice-topics .topics .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .notice-topics .notice .ttl,
	body.home main .notice-topics .topics .ttl {
		padding-bottom: 15px;
	}
}
body.home main .notice-topics .notice .ttl__label,
body.home main .notice-topics .topics .ttl__label {
	background-color: #e10707;
	font-size: 24px;
	color: white;
	padding: 10px 15px;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	body.home main .notice-topics .notice .ttl__label,
	body.home main .notice-topics .topics .ttl__label {
		font-size: 20px;
		padding: 7px 10px;
	}
}
body.home main .notice-topics .notice .ttl__txt,
body.home main .notice-topics .topics .ttl__txt {
	font-size: 21px;
	padding-left: 20px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	body.home main .notice-topics .notice .ttl__txt,
	body.home main .notice-topics .topics .ttl__txt {
		font-size: 18px;
	}
}
body.home main .notice-topics .notice__txt,
body.home main .notice-topics .topics__txt {
	text-align: right;
	width: 100%;
	padding: 0 20px 10px;
	-webkit-transform: translateY(calc(-100% - 20px));
	        transform: translateY(calc(-100% - 20px));
}
@media screen and (max-width: 767px) {
	body.home main .notice-topics .notice__txt,
	body.home main .notice-topics .topics__txt {
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		text-align: left;
		padding: 0 10px 10px;
	}
}
body.home main .mv-explanation {
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	body.home main .mv-explanation {
		padding-top: 0;
	}
}
body.home main .mv-explanation .mv-explanation-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	body.home main .mv-explanation .mv-explanation-row {
		display: block;
	}
}
body.home main .mv-explanation .mv-explanation-row > div {
	width: 50%;
	padding: 5px;
}
@media screen and (max-width: 767px) {
	body.home main .mv-explanation .mv-explanation-row > div {
		width: 100%;
	}
}
body.home main .mv-explanation__img {
	pointer-events: none;
}
body.home main .mv-explanation__txt {
	padding-top: 20px;
}
body.home main .mv-explanation__txt a {
	text-decoration: underline;
}
body.home main .mv-explanation .minegishi-link {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	body.home main .mv-explanation .minegishi-link {
		padding-top: 40px;
	}
}
body.home main .mv-explanation .minegishi-link__txt {
	color: #e10707;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .mv-explanation .minegishi-link__txt {
		font-size: 21px;
	}
}
body.home main .mv-explanation .minegishi-link .home-btn {
	margin: 0 auto;
}
body.home main .book {
	background-color: #ededed;
	padding-top: 60px;
	padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
	body.home main .book {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
body.home main .book .book-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row .thumb {
		width: 40%;
		padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row .txt-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
body.home main .book .book-row .txt-block .ttl {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
body.home main .book .book-row .txt-block .ttl__txt-1 {
	background-color: #e10707;
	font-weight: bold;
	color: white;
	font-size: 26px;
	border-radius: 10px;
	font-weight: 500;
	padding: 10px 20px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row .txt-block .ttl__txt-1 {
		font-size: 18px;
		text-align: center;
		white-space: normal;
	}
}
body.home main .book .book-row .txt-block .ttl__txt-2 {
	font-size: 26px;
	color: #e10707;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row .txt-block .ttl__txt-2 {
		font-size: 18px;
		text-align: right;
		padding-right: 5px;
		padding-top: 5px;
	}
}
body.home main .book .book-row .txt-block .inner {
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row .txt-block .inner {
		width: 60%;
	}
}
body.home main .book .book-row .txt-block .inner__txt-1 {
	padding: 30px 0 35px;
}
@media screen and (max-width: 767px) {
	body.home main .book .book-row .txt-block .inner__txt-1 {
		padding: 40px 0 35px;
	}
}
body.home main .book .book-row .txt-block .inner__link {
	display: inline-block;
	border-radius: 50px;
	background-color: white;
	border: 1px solid black;
	width: 200px;
	max-width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
body.home main .owner-policy {
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	body.home main .owner-policy {
		padding: 80px 0;
	}
}
body.home main .owner-policy .owner .ttl,
body.home main .owner-policy .policy .ttl {
	background-color: #4d4d4d;
	padding: 15px 20px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
body.home main .owner-policy .owner .ttl:hover,
body.home main .owner-policy .policy .ttl:hover {
	cursor: pointer;
}
body.home main .owner-policy .owner .ttl p,
body.home main .owner-policy .policy .ttl p {
	color: white;
}
body.home main .owner-policy .owner .ttl .ico i,
body.home main .owner-policy .policy .ttl .ico i {
	color: white;
	font-size: 24px;
}
body.home main .owner-policy .owner .ttl .ico i.fa-angle-up,
body.home main .owner-policy .policy .ttl .ico i.fa-angle-up {
	display: none;
}
body.home main .owner-policy .owner .ttl.open .ico i.fa-angle-up,
body.home main .owner-policy .policy .ttl.open .ico i.fa-angle-up {
	display: inline-block;
}
body.home main .owner-policy .owner .ttl.open .ico i.fa-angle-down,
body.home main .owner-policy .policy .ttl.open .ico i.fa-angle-down {
	display: none;
}
body.home main .owner-policy .owner .slide-contents,
body.home main .owner-policy .policy .slide-contents {
	display: none;
	padding: 20px 15px 15px;
}
body.home main .owner-policy .owner__txt-1 {
	padding-bottom: 20px;
	line-height: 1.8;
}
body.home main .owner-policy .owner__txt-1 span {
	color: black;
}
body.home main .owner-policy .owner .owner-table {
	background-color: black;
}
body.home main .owner-policy .owner .owner-table .owner-table-tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1px 1px 0 1px;
}
body.home main .owner-policy .owner .owner-table .owner-table-tr:last-of-type {
	padding-bottom: 1px;
}
body.home main .owner-policy .owner .owner-table .owner-table-th {
	width: 260px;
	background-color: #e6e6e6;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	body.home main .owner-policy .owner .owner-table .owner-table-th {
		width: 117px;
		padding: 15px;
		font-size: 14px;
	}
}
body.home main .owner-policy .owner .owner-table .owner-table-td {
	width: calc(100% - 261px);
	padding: 20px;
	background-color: white;
}
@media screen and (max-width: 767px) {
	body.home main .owner-policy .owner .owner-table .owner-table-td {
		width: calc(100% - 118px);
		padding: 15px;
		font-size: 14px;
	}
}
body.home main .owner-policy .policy {
	margin-top: 40px;
}
body.home main .owner-policy .policy__ttl {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	body.home main .owner-policy .policy__ttl {
		font-size: 16px;
	}
}
body.home main .owner-policy .policy__sub-ttl {
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	body.home main .owner-policy .policy__sub-ttl {
		font-size: 16px;
	}
}
body.home main .owner-policy .policy ul li {
	position: relative;
	padding-left: 1em;
}
body.home main .owner-policy .policy ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

/*#################################
	作家一覧INDEX（タクソノミー）
#################################*/
body.archive main .page-ttl,
body.search main .page-ttl,
body.event main .page-ttl,
body.award main .page-ttl {
	background-color: #e10707;
	padding: 20px 0;
	text-align: center;
}
body.archive main .page-ttl__txt,
body.search main .page-ttl__txt,
body.event main .page-ttl__txt,
body.award main .page-ttl__txt {
	color: white;
	font-size: 35px;
}
@media screen and (max-width: 767px) {
	body.archive main .page-ttl__txt,
	body.search main .page-ttl__txt,
	body.event main .page-ttl__txt,
	body.award main .page-ttl__txt {
		font-size: 21px;
	}
}
body.archive main .creator-archive,
body.search main .creator-archive,
body.event main .creator-archive,
body.award main .creator-archive {
	padding-top: 60px;
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive,
	body.search main .creator-archive,
	body.event main .creator-archive,
	body.award main .creator-archive {
		padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .kana-switch,
	body.search main .creator-archive .kana-switch,
	body.event main .creator-archive .kana-switch,
	body.award main .creator-archive .kana-switch {
		padding-bottom: 40px;
	}
}
body.archive main .creator-archive .icon-description,
body.search main .creator-archive .icon-description,
body.event main .creator-archive .icon-description,
body.award main .creator-archive .icon-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .icon-description,
	body.search main .creator-archive .icon-description,
	body.event main .creator-archive .icon-description,
	body.award main .creator-archive .icon-description {
		padding-bottom: 30px;
	}
}
body.archive main .creator-archive .icon-description .item,
body.search main .creator-archive .icon-description .item,
body.event main .creator-archive .icon-description .item,
body.award main .creator-archive .icon-description .item {
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
body.archive main .creator-archive .icon-description .item p,
body.search main .creator-archive .icon-description .item p,
body.event main .creator-archive .icon-description .item p,
body.award main .creator-archive .icon-description .item p {
	font-size: 14px;
	padding-left: 12px;
}
body.archive main .creator-archive .icon-description .item:last-child,
body.search main .creator-archive .icon-description .item:last-child,
body.event main .creator-archive .icon-description .item:last-child,
body.award main .creator-archive .icon-description .item:last-child {
	padding-right: 0;
}
body.archive main .creator-archive .head,
body.search main .creator-archive .head,
body.event main .creator-archive .head,
body.award main .creator-archive .head {
	border-bottom: 2px solid #e10707;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 20px;
}
body.archive main .creator-archive .head .list-title,
body.search main .creator-archive .head .list-title,
body.event main .creator-archive .head .list-title,
body.award main .creator-archive .head .list-title {
	background-color: #e10707;
	color: white;
	min-width: 200px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 26px;
	padding: 10px;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .head .list-title,
	body.search main .creator-archive .head .list-title,
	body.event main .creator-archive .head .list-title,
	body.award main .creator-archive .head .list-title {
		font-size: 18px;
		min-width: 100px;
	}
}
body.archive main .creator-archive .head .order-switch,
body.search main .creator-archive .head .order-switch,
body.event main .creator-archive .head .order-switch,
body.award main .creator-archive .head .order-switch {
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
body.archive main .creator-archive .head .order-switch .left,
body.search main .creator-archive .head .order-switch .left,
body.event main .creator-archive .head .order-switch .left,
body.award main .creator-archive .head .order-switch .left {
	padding-right: 10px;
}
body.archive main .creator-archive .head .order-switch .right a,
body.search main .creator-archive .head .order-switch .right a,
body.event main .creator-archive .head .order-switch .right a,
body.award main .creator-archive .head .order-switch .right a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
body.archive main .creator-archive .head .order-switch .right a.is-active,
body.search main .creator-archive .head .order-switch .right a.is-active,
body.event main .creator-archive .head .order-switch .right a.is-active,
body.award main .creator-archive .head .order-switch .right a.is-active {
	color: #999999;
	pointer-events: none;
}
body.archive main .creator-archive .creator-list,
body.search main .creator-archive .creator-list,
body.event main .creator-archive .creator-list,
body.award main .creator-archive .creator-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	padding-bottom: 80px;
}
body.archive main .creator-archive .creator-list .creator-item,
body.search main .creator-archive .creator-list .creator-item,
body.event main .creator-archive .creator-list .creator-item,
body.award main .creator-archive .creator-list .creator-item {
	display: block;
	border: 1px solid #c4c4c4;
	width: 20%;
	border-right: none;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .creator-list .creator-item,
	body.search main .creator-archive .creator-list .creator-item,
	body.event main .creator-archive .creator-list .creator-item,
	body.award main .creator-archive .creator-list .creator-item {
		width: 50%;
	}
}
body.archive main .creator-archive .creator-list .creator-item:last-child,
body.search main .creator-archive .creator-list .creator-item:last-child,
body.event main .creator-archive .creator-list .creator-item:last-child,
body.award main .creator-archive .creator-list .creator-item:last-child {
	border-right: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
	body.archive main .creator-archive .creator-list .creator-item:nth-of-type(5n),
	body.search main .creator-archive .creator-list .creator-item:nth-of-type(5n),
	body.event main .creator-archive .creator-list .creator-item:nth-of-type(5n),
	body.award main .creator-archive .creator-list .creator-item:nth-of-type(5n) {
		border-right: 1px solid #c4c4c4;
	}
}
@media screen and (min-width: 768px) {
	body.archive main .creator-archive .creator-list .creator-item:nth-of-type(n+6),
	body.search main .creator-archive .creator-list .creator-item:nth-of-type(n+6),
	body.event main .creator-archive .creator-list .creator-item:nth-of-type(n+6),
	body.award main .creator-archive .creator-list .creator-item:nth-of-type(n+6) {
		border-top: none;
	}
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .creator-list .creator-item:nth-of-type(2n),
	body.search main .creator-archive .creator-list .creator-item:nth-of-type(2n),
	body.event main .creator-archive .creator-list .creator-item:nth-of-type(2n),
	body.award main .creator-archive .creator-list .creator-item:nth-of-type(2n) {
		border-right: 1px solid #c4c4c4;
	}
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .creator-list .creator-item:nth-of-type(n+3),
	body.search main .creator-archive .creator-list .creator-item:nth-of-type(n+3),
	body.event main .creator-archive .creator-list .creator-item:nth-of-type(n+3),
	body.award main .creator-archive .creator-list .creator-item:nth-of-type(n+3) {
		border-top: none;
	}
}
body.archive main .creator-archive .creator-list .creator-item a,
body.search main .creator-archive .creator-list .creator-item a,
body.event main .creator-archive .creator-list .creator-item a,
body.award main .creator-archive .creator-list .creator-item a {
	display: block;
	padding: 5px 10% 40px;
	background-color: white;
	height: 100%;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .creator-list .creator-item a,
	body.search main .creator-archive .creator-list .creator-item a,
	body.event main .creator-archive .creator-list .creator-item a,
	body.award main .creator-archive .creator-list .creator-item a {
		padding-bottom: 20px;
	}
}
body.archive main .creator-archive .creator-list .creator-item a .icon,
body.search main .creator-archive .creator-list .creator-item a .icon,
body.event main .creator-archive .creator-list .creator-item a .icon,
body.award main .creator-archive .creator-list .creator-item a .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 50px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
body.archive main .creator-archive .creator-list .creator-item a .icon > div,
body.search main .creator-archive .creator-list .creator-item a .icon > div,
body.event main .creator-archive .creator-list .creator-item a .icon > div,
body.award main .creator-archive .creator-list .creator-item a .icon > div {
	text-align: center;
	padding: 0 5px;
}
body.archive main .creator-archive .creator-list .creator-item a .icon > div p,
body.search main .creator-archive .creator-list .creator-item a .icon > div p,
body.event main .creator-archive .creator-list .creator-item a .icon > div p,
body.award main .creator-archive .creator-list .creator-item a .icon > div p {
	font-size: 11px;
}
body.archive main .creator-archive .creator-list .creator-item a .thumb,
body.search main .creator-archive .creator-list .creator-item a .thumb,
body.event main .creator-archive .creator-list .creator-item a .thumb,
body.award main .creator-archive .creator-list .creator-item a .thumb {
	width: 100%;
	aspect-ratio: 500/560;
}
body.archive main .creator-archive .creator-list .creator-item a .thumb img,
body.search main .creator-archive .creator-list .creator-item a .thumb img,
body.event main .creator-archive .creator-list .creator-item a .thumb img,
body.award main .creator-archive .creator-list .creator-item a .thumb img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
	aspect-ratio: 500/560;
	pointer-events: none;
}
body.archive main .creator-archive .creator-list .creator-item a .number,
body.search main .creator-archive .creator-list .creator-item a .number,
body.event main .creator-archive .creator-list .creator-item a .number,
body.award main .creator-archive .creator-list .creator-item a .number {
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 35px;
	color: #999999;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .creator-list .creator-item a .number,
	body.search main .creator-archive .creator-list .creator-item a .number,
	body.event main .creator-archive .creator-list .creator-item a .number,
	body.award main .creator-archive .creator-list .creator-item a .number {
		font-size: 21px;
	}
}
body.archive main .creator-archive .creator-list .creator-item a .name,
body.search main .creator-archive .creator-list .creator-item a .name,
body.event main .creator-archive .creator-list .creator-item a .name,
body.award main .creator-archive .creator-list .creator-item a .name {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	body.archive main .creator-archive .creator-list .creator-item a .name,
	body.search main .creator-archive .creator-list .creator-item a .name,
	body.event main .creator-archive .creator-list .creator-item a .name,
	body.award main .creator-archive .creator-list .creator-item a .name {
		font-size: 16px;
	}
}
body.archive main .creator-archive .no-creator,
body.search main .creator-archive .no-creator,
body.event main .creator-archive .no-creator,
body.award main .creator-archive .no-creator {
	padding-top: 50px;
	text-align: center;
}
body.archive main .creator-archive .pagination,
body.search main .creator-archive .pagination,
body.event main .creator-archive .pagination,
body.award main .creator-archive .pagination {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.archive main .creator-archive .pagination > *,
body.search main .creator-archive .pagination > *,
body.event main .creator-archive .pagination > *,
body.award main .creator-archive .pagination > * {
	margin: 0 5px;
}
body.archive main .creator-archive .pagination .page-numbers.current,
body.search main .creator-archive .pagination .page-numbers.current,
body.event main .creator-archive .pagination .page-numbers.current,
body.award main .creator-archive .pagination .page-numbers.current {
	color: #999;
}

/*#################################
	作家詳細
#################################*/
body.single-creator main {
	padding-top: 60px;
}
@media screen and (max-width: 767px) {
	body.single-creator main {
		padding-top: 40px;
	}
}
body.single-creator main img {
	/* PCの右クリック禁止 */
	pointer-events: none;
}
body.single-creator main .creator-post .profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
body.single-creator main .creator-post .profile .blk-1 {
	width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .blk-1 {
		width: 100%;
	}
}
body.single-creator main .creator-post .profile .blk-1 .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .blk-1 .name {
		display: block;
	}
}
body.single-creator main .creator-post .profile .blk-1 .name__txt-1 {
	font-size: 67px;
	color: #b3b3b3;
	padding-right: 50px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .blk-1 .name__txt-1 {
		font-size: 52px;
		padding-right: 0;
	}
}
body.single-creator main .creator-post .profile .blk-1 .name__txt-2 {
	font-size: 30px;
	font-weight: 500;
}
body.single-creator main .creator-post .profile .blk-1 .name__txt-2 span {
	padding-left: 15px;
	font-size: 18px;
}
body.single-creator main .creator-post .profile .blk-2 {
	width: 250px;
	padding-right: 50px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .blk-2 {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}
body.single-creator main .creator-post .profile .blk-2 img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	aspect-ratio: 500/560;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .blk-2 img {
		max-width: 80%;
		width: 240px;
	}
}
body.single-creator main .creator-post .profile .blk-2 .eye-dummy {
	width: 100%;
	aspect-ratio: 500/560;
	background-color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: gray;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .sns {
		padding-top: 30px;
	}
}
body.single-creator main .creator-post .profile .sns .sns-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	width: 100%;
}
body.single-creator main .creator-post .profile .sns .sns-row__txt-1, body.single-creator main .creator-post .profile .sns .sns-row__ico {
	width: 150px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .profile .sns .sns-row__txt-1, body.single-creator main .creator-post .profile .sns .sns-row__ico {
		width: 80px;
	}
}
body.single-creator main .creator-post .profile .sns .sns-row__txt-1 img, body.single-creator main .creator-post .profile .sns .sns-row__ico img {
	width: 17px;
}
body.single-creator main .creator-post .profile .sns .sns-row__txt-2 {
	text-decoration: underline;
	color: #0071bc;
}
body.single-creator main .creator-post .profile .blk-3 {
	width: 100%;
	padding-top: 30px;
}
body.single-creator main .creator-post .profile .blk-3 .pr__txt-1 {
	line-height: 1.7;
}
body.single-creator main .creator-post .work {
	margin-top: 50px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .work {
		overflow-x: scroll;
	}
}
body.single-creator main .creator-post .work .scroll-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .work .scroll-area {
		width: 1040px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	body.single-creator main .creator-post .work .scroll-area {
		width: 190vw;
	}
}
body.single-creator main .creator-post .work .blk-1 {
	width: 100%;
	margin-bottom: 20px;
}
body.single-creator main .creator-post .work .blk-1 a {
	display: block;
}
body.single-creator main .creator-post .work .blk-1 img {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
}
body.single-creator main .creator-post .work .blk-2,
body.single-creator main .creator-post .work .blk-3 {
	width: 50%;
}
body.single-creator main .creator-post .work .blk-2 > div,
body.single-creator main .creator-post .work .blk-3 > div {
	border: 1px solid #cecece;
	height: 100%;
	padding: 15px;
}
body.single-creator main .creator-post .work .blk-2 > div p,
body.single-creator main .creator-post .work .blk-3 > div p {
	line-height: 1.7;
}
body.single-creator main .creator-post .work .blk-2 {
	padding-right: 20px;
}
body.single-creator main .creator-post .work .blk-3 {
	padding-left: 20px;
}
body.single-creator main .creator-post .award {
	background-color: #f4f4f4;
	padding: 30px 0 50px;
}
body.single-creator main .creator-post .award__txt-1 {
	color: #e10707;
	font-size: 21px;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .award__txt-1 {
		font-size: 18px;
	}
}
body.single-creator main .creator-post .award__content {
	line-height: 1.7;
}
body.single-creator main .creator-post .illust {
	padding: 50px 0;
}
body.single-creator main .creator-post .illust .illust-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 15px;
	border-radius: 50px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #cecece;
}
body.single-creator main .creator-post .illust .illust-ttl:hover {
	cursor: pointer;
}
body.single-creator main .creator-post .illust .illust-ttl__txt-1 {
	color: #e10707;
	font-size: 21px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .illust .illust-ttl__txt-1 {
		font-size: 18px;
	}
}
body.single-creator main .creator-post .illust .illust-ttl .ico i {
	color: #e10707;
	font-size: 24px;
}
body.single-creator main .creator-post .illust .illust-ttl .ico i.fa-angle-up {
	display: none;
}
body.single-creator main .creator-post .illust .illust-ttl.open .ico i.fa-angle-up {
	display: inline-block;
}
body.single-creator main .creator-post .illust .illust-ttl.open .ico i.fa-angle-down {
	display: none;
}
body.single-creator main .creator-post .illust__content {
	display: none;
	padding: 20px 15px 0;
}
body.single-creator main .creator-post .illust__content * {
	font-size: 16px !important;
	line-height: 1.7 !important;
	max-width: 100% !important;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .illust__content * {
		font-size: 14px !important;
	}
}
body.single-creator main .creator-post .illust__content a {
	display: inline-block;
	text-decoration: underline !important;
}
body.single-creator main .creator-post .illust__content p {
	margin-bottom: 5px !important;
}
body.single-creator main .creator-post .illust__content ul {
	padding-left: 40px;
}
body.single-creator main .creator-post .illust__content ul li {
	list-style-type: disc;
}
body.single-creator main .creator-post .event {
	padding: 50px 0;
	background-color: #f4f4f4;
}
body.single-creator main .creator-post .event__txt-1 {
	color: #e10707;
	padding-bottom: 20px;
	font-size: 21px;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .event__txt-1 {
		font-size: 18px;
	}
}
body.single-creator main .creator-post .event .kkn-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .event .kkn-ttl {
		display: block;
	}
}
body.single-creator main .creator-post .event .kkn-ttl .kkn {
	width: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
body.single-creator main .creator-post .event .kkn-ttl .kkn__txt-1 {
	background-color: #e10707;
	padding: 15px 0 15px 5px;
	color: white;
	width: 60px;
	text-align: center;
}
body.single-creator main .creator-post .event .kkn-ttl .kkn__txt-2 {
	border: 1px solid #cecece;
	padding: 15px 5px;
	background-color: white;
	width: calc(100% - 60px);
}
body.single-creator main .creator-post .event .kkn-ttl .ttl {
	width: calc(100% - 250px - 15px);
	border: 1px solid #cecece;
	padding: 15px 15px;
	background-color: white;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .event .kkn-ttl .ttl {
		width: 100%;
		margin-top: 20px;
	}
}
body.single-creator main .creator-post .event .kkn-ttl .ttl__txt-1 {
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .event .kkn-ttl .ttl__txt-1 {
		font-size: 16px;
	}
}
body.single-creator main .creator-post .event__content {
	border: 1px solid #cecece;
	padding: 15px 30px;
	margin-top: 20px;
	background-color: white;
}
body.single-creator main .creator-post .event__content * {
	font-size: 16px !important;
	line-height: 1.7 !important;
	max-width: 100% !important;
}
@media screen and (max-width: 767px) {
	body.single-creator main .creator-post .event__content * {
		font-size: 14px !important;
	}
}
body.single-creator main .creator-post .event__content a {
	display: inline-block;
	text-decoration: underline !important;
}
body.single-creator main .creator-post .event__content p {
	margin-bottom: 5px !important;
}
body.single-creator main .creator-post .event__content ul {
	padding-left: 40px;
}
body.single-creator main .creator-post .event__content ul li {
	list-style-type: disc;
}
body.single-creator main .return {
	padding: 90px 0;
	text-align: center;
}
body.single-creator main .return__link {
	background-color: #757575;
	color: white;
	border-radius: 50px;
	padding: 10px;
	display: inline-block;
	width: 330px;
	max-width: 100%;
}

/*#################################
	先生ページ
#################################*/
body.minegishi main img {
	/* PCの右クリック禁止 */
	pointer-events: none;
}
body.minegishi main .profile {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
body.minegishi main .profile {
	background-image: url(./images/minegishi/mj.svg);
	background-position: center right;
	background-size: auto 90%;
	background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
	body.minegishi main .profile {
		background-size: 10% auto;
	}
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile {
		background: none;
	}
}
body.minegishi main .profile .profile-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
body.minegishi main .profile .profile-inner .blk-1 {
	width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .blk-1 {
		width: 100%;
	}
}
body.minegishi main .profile .profile-inner .blk-1 .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
	padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .blk-1 .name {
		display: block;
	}
}
body.minegishi main .profile .profile-inner .blk-1 .name__txt-1 {
	font-size: 44px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .blk-1 .name__txt-1 {
		text-align: center;
		font-size: 38px;
	}
}
body.minegishi main .profile .profile-inner .blk-1 .name__txt-1 span {
	padding-left: 15px;
	font-size: 24px;
	color: #d93a15;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .blk-1 .name__txt-1 span {
		font-size: 18px;
	}
}
body.minegishi main .profile .profile-inner .blk-2 {
	width: 250px;
	padding-right: 50px;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .blk-2 {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
}
body.minegishi main .profile .profile-inner .blk-2 img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	aspect-ratio: 500/560;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .blk-2 img {
		max-width: 80%;
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .sns {
		padding-top: 25px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
}
body.minegishi main .profile .profile-inner .sns .sns-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}
body.minegishi main .profile .profile-inner .sns .sns-row__txt-1, body.minegishi main .profile .profile-inner .sns .sns-row__ico {
	width: 150px;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .sns .sns-row__txt-1, body.minegishi main .profile .profile-inner .sns .sns-row__ico {
		width: 80px;
	}
}
body.minegishi main .profile .profile-inner .sns .sns-row__txt-1 img, body.minegishi main .profile .profile-inner .sns .sns-row__ico img {
	width: 17px;
}
body.minegishi main .profile .profile-inner .sns .sns-row__txt-2 {
	text-decoration: underline;
	color: #0071bc;
}
body.minegishi main .profile .profile-inner .sns__comment {
	margin-left: 150px;
}
@media screen and (max-width: 767px) {
	body.minegishi main .profile .profile-inner .sns__comment {
		margin-left: 0;
	}
}
body.minegishi main .history {
	background-color: #f4f4f4;
	padding: 60px 0 50px;
}
body.minegishi main .history ul li {
	position: relative;
	padding-left: 50px;
	padding-bottom: 20px;
	border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
	body.minegishi main .history ul li {
		border: none;
		padding-left: 0;
		padding-bottom: 5px;
		line-height: 1.8;
	}
}
body.minegishi main .history ul li:last-child {
	border-left: none;
	padding-bottom: 0;
}
body.minegishi main .history ul li:before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #383838;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
}
@media screen and (max-width: 767px) {
	body.minegishi main .history ul li:before {
		content: none;
	}
}
body.minegishi main .history ul li p {
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
	body.minegishi main .history ul li p {
		-webkit-transform: none;
		        transform: none;
	}
}
body.minegishi main .works {
	padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
	body.minegishi main .works {
		padding: 50px 0 0;
	}
}
body.minegishi main .works__txt-1 {
	font-size: 32px;
	text-align: center;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	body.minegishi main .works__txt-1 {
		font-size: 18px;
		line-height: 1.8;
		padding-bottom: 40px;
	}
}
body.minegishi main .works .works-inner {
	width: 1600px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}
@media screen and (max-width: 767px) {
	body.minegishi main .works .works-inner {
		padding: 0 15px;
		max-width: 100%;
	}
}
body.minegishi main .works .works-inner__archive {
	position: absolute;
	width: 23px;
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	body.minegishi main .works .works-inner__archive {
		display: none;
	}
}
body.minegishi main .works .works-inner__main {
	width: 100%;
}
body.minegishi main .works hr {
	margin: 60px auto;
	border-color: #b3b3b3;
}
@media screen and (max-width: 767px) {
	body.minegishi main .works hr {
		margin: 40px auto;
	}
}
body.minegishi main .return {
	padding: 90px 0;
	text-align: center;
}
body.minegishi main .return__link {
	background-color: #757575;
	color: white;
	border-radius: 50px;
	padding: 10px;
	display: inline-block;
	width: 330px;
	max-width: 100%;
}
/*# sourceMappingURL=style.css.map */