@charset "UTF-8";


/*共通*/
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.bold {
    font-weight: 900;
}

.none {
    display: none;
}

.red {
    color: #EA5511;
}

.blue {
    color: #00b9ef;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #fff9b1;
}


.top05 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top70 {
    margin-top: 70px;
}

.top80 {
    margin-top: 80px;
}

.top90 {
    margin-top: 90px;
}

.top100 {
    margin-top: 100px;
}

.ptop05 {
    padding-top: 5px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop20 {
    padding-top: 20px;
}

.ptop30 {
    padding-top: 30px;
}

.ptop40 {
    padding-top: 40px;
}

.ptop50 {
    padding-top: 50px;
}

.ptop60 {
    padding-top: 60px;
}

.ptop70 {
    padding-top: 70px;
}

.ptop80 {
    padding-top: 80px;
}

.ptop90 {
    padding-top: 90px;
}

.ptop100 {
    padding-top: 100px;
}

.bottom05 {
    margin-bottom: 5px;
}

.bottom08 {
    margin-bottom: 8px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom70 {
    margin-bottom: 70px;
}

.bottom80 {
    margin-bottom: 80px;
}

.bottom90 {
    margin-bottom: 90px;
}

.bottom100 {
    margin-bottom: 100px;
}

.pbottom05 {
    padding-bottom: 5px;
}

.pbottom10 {
    padding-bottom: 10px;
}

.pbottom20 {
    padding-bottom: 20px;
}

.pbottom30 {
    padding-bottom: 30px;
}

.pbottom40 {
    padding-bottom: 40px;
}

.pbottom50 {
    padding-bottom: 50px;
}

.pbottom60 {
    padding-bottom: 60px;
}

.pbottom70 {
    padding-bottom: 70px;
}

.pbottom80 {
    padding-bottom: 80px;
}

.pbottom90 {
    padding-bottom: 90px;
}

.pbottom100 {
    padding-bottom: 100px;
}

.left05 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.left60 {
    margin-left: 60px;
}

.left70 {
    margin-left: 70px;
}

.left80 {
    margin-left: 80px;
}

.left90 {
    margin-left: 90px;
}

.left100 {
    margin-left: 100px;
}

.pleft05 {
    padding-left: 5px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft20 {
    padding-left: 20px;
}

.pleft30 {
    padding-left: 30px;
}

.pleft40 {
    padding-left: 40px;
}

.pleft50 {
    padding-left: 50px;
}

.pleft60 {
    padding-left: 60px;
}

.pleft70 {
    padding-left: 70px;
}

.pleft80 {
    padding-left: 80px;
}

.pleft90 {
    padding-left: 90px;
}

.pleft100 {
    padding-left: 100px;
}

.right05 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right25 {
    margin-right: 25px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.right60 {
    margin-right: 60px;
}

.right70 {
    margin-right: 70px;
}

.right80 {
    margin-right: 80px;
}

.right90 {
    margin-right: 90px;
}

.right100 {
    margin-right: 100px;
}

.pright05 {
    padding-right: 5px;
}

.pright10 {
    padding-right: 10px;
}

.pright20 {
    padding-right: 20px;
}

.pright30 {
    padding-right: 30px;
}

.pright40 {
    padding-right: 40px;
}

.pright50 {
    padding-right: 50px;
}

.pright60 {
    padding-right: 60px;
}

.pright70 {
    padding-right: 70px;
}

.pright80 {
    padding-right: 80px;
}

.pright90 {
    padding-right: 90px;
}

.pright100 {
    padding-right: 100px;
}

.fade00 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade00:hover {
    opacity: 0.0;
}

.fade10 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade10:hover {
    opacity: 0.1;
}

.fade20 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade20:hover {
    opacity: 0.2;
}

.fade30 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade30:hover {
    opacity: 0.3;
}

.fade40 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade40:hover {
    opacity: 0.4;
}

.fade50 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade50:hover {
    opacity: 0.5;
}

.fade60 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade60:hover {
    opacity: 0.6;
}

.fade70 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade70:hover {
    opacity: 0.7;
}

.fade80 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade80:hover {
    opacity: 0.8;
}

.fade90 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade90:hover {
    opacity: 0.9;
}

.scale10 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale10:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale20 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale20:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.scale30 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale30:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.scale40 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale40:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.scale50 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale50:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.scale60 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale60:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.scale70 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale70:hover {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}

.scale80 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale80:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.scale90 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale90:hover {
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
}

.fade-in,
.fade-up,
.fade-left,
.fade-left02,
.fade-right,
.fade-right02,
.fade-bottom,
.fade-bottom02 {
    transition: .8s;
    opacity: 0;
}

.fade-in01 {
    transition: 1.0s;
    opacity: 0;
}

.fade-in02 {
    transition: 3.0s;
    opacity: 0;
}

.fade-in03 {
    transition: 4.0s;
    opacity: 0;
}

.fade-in-top {
    animation-name: fade-in-top;
    animation-duration: 2s;
    animation-iteration-count: 1;
    opacity: 1;
}

.cnt_box > li
{
	margin-bottom:18px;
}
.post_ttl
{
	margin-bottom: 0px;
    line-height: 1.5;
}
.pdl40
{
	padding-left:0!important;
}
.cnt_box
{
/*	margin-left:0px;*/
}
.cnt_box > .col02
{
	width:auto;
}
.cnt_block.cnt_block_article
{
	margin-bottom:0;
}

@keyframes fade-in-top {
    from {
        opacity: 0;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-up-top {
    animation-name: fade-up-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-up-top {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-bottom-top {
    animation-name: fade-bottom-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-bottom-top {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-left-top {
    animation-name: fade-left-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-left-top {
    from {
        opacity: 0;
        transform: translateX(10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-right-top {
    animation-name: fade-right-top;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    opacity: 1;
}

@keyframes fade-right-top {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

/*共通*/


/*リセット*/
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

table,
td,
th {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 900;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

textarea {
    overflow: auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
    border-radius: 0px;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
    border-radius: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

/*リセット*/


html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
    background:#fff;
}

#mobi_menu {}


/*header*/
.header_box {
    overflow: hidden;
}

.header_menu {
    height: 90px;
    display: flex;
    justify-content: space-between;
}

.header_menu_l {
    height: 60px;
    display: flex;
    align-items: flex-end;
    padding: 15px 5px 15px 30px;
}

.top_header_menu_l_title {
    margin-left: 20px;
    font-size: 1.1rem;
    line-height: 100%;
}

/*PORTFOLIO*/
.top_header_menu_l_title.portfolio {
    display: flex;
    flex-direction: column;
    color: #6C2659;
}

.top_header_menu_l_title.portfolio span:nth-child(1) {
    font-size: 1.5rem;
    line-height: 100%;
}

.top_header_menu_l_title.portfolio span:nth-child(2) {
    font-size: 1.8rem;
    margin-top: 5px;
    line-height: 100%;
}

.header_menu_l_subtitle {
    color: #6c2659;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 2.0rem;
    line-height: 120%;
    height: 65px;
    margin-left: 20px;
}

.header_menu_l_subtitle span {
    display: block;
}

.header_menu_l img {
    width: 710px;
    display: block;
}

.header_menu_r {
    min-width: 320px;
    height: 90px;
    background: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
}

.header_menu_r ul {
    display: flex;
    height: 20px;
    margin-top: 20px;
}

.header_menu_r ul li {
    width: 67px;
    margin-right: 10px;
}

.header_menu_r ul li img {
    display: block;
}

.header_menu_r ul li a {}

.header_menu_r_name {
    font-size: 1.0rem;
    line-height: 120%;
    margin-top: 15px;
}

/*ログイン*/
.header_box.login .header_menu_r_name {
    font-size: 1.0rem;
    line-height: 120%;
/*    margin-top: 55px;*/
}

.header_imgbox {
    background: #000000;
}

.header_imgbox_inner {
    width: 1110px;
    margin: 0px auto;
}

.header_imgbox_inner:before
{
	content:"";
	width:25%;
	height:10%;
	position:absolute;
	background:url(/shared/img/common/header_logo.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.header_imgbox_inner img {
    display: block;
}

.header_portfolio {
    min-height: 520px;
    background: #6c2659;
    padding-bottom: 40px;
    position: relative;
}

.header_portfolio::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    height: 170px;
    top: 135px;
}

.header_portfolio_inner {
    width: 1110px;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    z-index: +1;
    position: relative;
}

.header_portfolio_l {
    width: 330px;
}

.header_portfolio_l_img {}

.header_portfolio_l_img img {
    width: 330px;
    height: 330px;
    border-radius: 100%;
}

.header_portfolio_l h2 {
    color: #fff;
    font-size: 3.3rem;
    text-align: center;
    margin-top: 15px;
    line-height: 100%;
}

.header_portfolio_l p {
    text-align: center;
    line-height: 180%;
    margin-top: 15px;
    font-size: 1.3rem;
    letter-spacing: 0px;
    color: #fff;
}

.header_portfolio_l p span {}

.header_portfolio_sns {}

.header_portfolio_sns ul {
    display: flex;
    justify-content: space-between;
    width: 100px;
    margin: 10px auto 0px auto;
}

.header_portfolio_sns ul li {
    width: 20px;
}

.header_portfolio_r {
    margin-left: 50px;
    width: 730PX;
}

.header_portfolio_member {
    display: flex;
    justify-content: flex-end;
}

.header_portfolio_member ul {
    display: flex;
    align-items: flex-end;
}

.header_portfolio_member ul li {
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.header_portfolio_member ul li:nth-child(1) {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

.header_portfolio_imgbox {
    margin-top: 20px;
}

.header_portfolio_imgbox ul {
    display: flex;
}

.header_portfolio_imgbox ul li {
    height: 160px;
    margin-right: 5px;
}

.header_portfolio_imgbox ul li img {
    width: auto;
    height: 160px;
}

.header_portfolio_table {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.header_portfolio_table_t {
    width: 100%;
    color: #fff;
    font-size: 1.3rem;
    line-height: 150%;
}

.header_portfolio_table_b {
    width: 520px;
    margin-top: 20px;
}

.header_portfolio_table_title {
    width: 90px;
    height: 15px;
    background: #fff;
    color: #6C2659;
    font-size: 1.0rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_portfolio_table_b ul {
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.0rem;
    line-height: 120%;
    border: solid 1px #fff;
    border-bottom: none;
    border-right: none;
}

.header_portfolio_table_b ul li {
    color: #fff;
    border: solid 1px #fff;
    border-top: none;
    border-left: none;
}

.header_portfolio_table_b ul li:nth-child(odd) {
    width: 84px;
    padding: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 100%;
    justify-content: center;
}

.header_portfolio_table_b ul li:nth-child(even) {
    width: 420px;
    padding: 5px;
}






.header_workroom {
    min-height: 520px;
    background: #6c2659;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}

.header_workroom_inner {
    width: 1110px;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    z-index: +1;
    position: relative;
}

.header_workroom_title {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100vw;
    padding: 10px 20px;
    font-size: 1.8rem;
    margin: 0px auto;
}

.header_workroom_title_wrapper {
    width: 1110px;
    margin: 0px auto;
}

.header_workroom_l {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 840px;
}

.header_workroom_t {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header_workroom_t_l {
    display: flex;
}

.header_workroom_profile_img {
    width: 200px;
}

.header_workroom_profile_text {
    font-size: 2.0rem;
    color: #fff;
    margin-left: 20px;
}

.header_workroom_profile_text span {}

.header_workroom_profile_text a {
    background: #fff;
    padding: 5px 10px;
    line-height: 100%;
    margin-top: 15px;
    font-size: 1.0rem;
    color: #6c2659;
    text-decoration: none;
    display: inline-block
}

.header_workroom_t_r {
    width: 380px;
}

.header_workroom_sample_title {
    color: #fff;
    font-size: 2.0rem;
    display: flex;
    align-items: center;
}

.header_workroom_sample_title a {
    background: #fff;
    padding: 5px 10px;
    line-height: 100%;
    margin-left: 15px;
    font-size: 1.0rem;
    color: #6c2659;
    text-decoration: none;
    display: inline-block
}

.header_workroom_imgbox {
    border: solid 1px #ffff;
    margin-top: 15px;
}

.header_workroom_imgbox ul {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0px auto;
    padding: 25px 0px;
}

.header_workroom_imgbox ul li {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_workroom_imgbox ul li img {
    max-width: 100%;
    width: auto;
    max-height: 105px;
}

.header_workroom_b_title {
    color: #fff;
    font-size: 2.0rem;
    display: flex;
    align-items: center;
}

.header_workroom_b_title a {
    background: #fff;
    padding: 5px 10px;
    line-height: 100%;
    margin-left: 15px;
    font-size: 1.0rem;
    color: #6c2659;
    text-decoration: none;
    display: inline-block
}

.header_workroom_b {
    display: flex;
    width: 100%;
    margin-top: 40px;
    justify-content: space-between;
}

.header_workroom_b_l {}

.header_workroom_b_l_inner {
    display: flex;
    justify-content: space-between;
    width: 500px;
}

.header_workroom_b_l_inner ul {
    margin-top: 10px;
    font-size: 0.8rem;
    display: flex;
}

.header_workroom_profile {
    width: 300px;
    flex-wrap: wrap;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
}

.header_workroom_profile li {
    color: #fff;
}

.header_workroom_profile li:nth-child(odd) {
    width: calc(30% - 12px);
    padding: 4px 5px;
    text-align: center;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.header_workroom_profile li:nth-child(even) {
    width: calc(70% - 10px);
    padding: 4px 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.header_workroom_introduction {
    width: 190px;
    flex-direction: column;
    border: solid 1px #fff;
    color: #fff;
    letter-spacing: -0.03rem;
}

.header_workroom_introduction li:nth-child(odd) {
    padding: 4px 5px;
    border-bottom: solid 1px #fff;
    text-align: center;
}

.header_workroom_introduction li:nth-child(even) {
    padding: 4px 10px;
}

.header_workroom_equipment {
    width: 330px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #fff;
    font-size: 0.8rem;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
}

.header_workroom_equipment li:nth-child(odd) {
    width: calc(30% - 12px);
    padding: 4px 5px;
    text-align: center;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.header_workroom_equipment li:nth-child(even) {
    width: calc(70% - 0px);
    padding: 0px 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.header_workroom_equipment li:nth-child(even) ul li {
    width: calc(100% - 10px);
    padding: 4px 5px;
    border-right: none;
    border-bottom: solid 1px #fff;
    text-align: left;
}

.header_workroom_equipment li:nth-child(even) ul li:last-child {
    border-bottom: none;
}

.header_workroom_r {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 200px;
}

.header_workroom_r a {
    display: block;
}

.header_workroom_r h3 {
    color: #6c2659;
    font-weight: normal;
    text-align: center;
    font-size: 1.7rem;
}

.header_workroom_r img {
    width: 170px;
    margin: 20px auto;
    display: block;
}

.header_workroom_r p {
    color: #6c2659;
    font-size: 1.0rem;
    line-height: 150%;
}




.header_creators {
    min-height: 77px;
    background: #6c2659;
    position: relative;
}

.header_creators_inner {
    width: 1110px;
    height: 77px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    z-index: +1;
    position: relative;
}

.header_creators form {
    width: 100%;
    display: flex;
    align-items: center;
}

.header_creators input[type="text"] {
    width: 370px;
    height: 30px;
    padding: 0px 5px;
    font-size: 1.3rem;
    border: none;
}

.header_creators select {
    width: 160px;
    height: 30px;
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 10px;
    font-size: 1.3rem;
    line-height: 1.1em;
    border-radius: 0px;
    border: none;
    background-image: url(../img/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px 11px;
    background-position: right 10px center;
    color: #898989;
}

.header_creators input.submit {
    width: 47px;
    height: 47px;
    background: url(../img/creators/header_serch_bt.png) no-repeat;
    background-size: 47px;
    text-indent: -9999px;
    margin-left: 10px;
}

/*header*/





/*スマホメニュー*/
.header {
    width: calc(100% - 20px);
    height: 0px;
    z-index: 1000;
    color: #fff;
    position: absolute;
    top: 115px;
    left: 20px;
}

.sp_logo {
    display: none;
}

.header nav {
    width: 100%;
    height: auto;
    top: -25px;
    position: relative;
}

.header .opennav {
    transition: 0.7s;
    opacity: 1;
    visibility: inherit;
}

.header .closenav {
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}

.header a {
    color: #000;
    text-decoration: none;
}

.header a:hover {
    color: #000;
}

.header .menu_button {
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    top: 0px;
}

.header .menu_button .sp_menu {
    width: 25px;
    height: 25px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    position: absolute;
}

.header .menu_button .open {
    opacity: 1;
    transition: 0.7s;
    background: url(../img/common/sp/open.png) no-repeat;
    background-size: 25px;
    background-position: center;
}

.header .menu_button .close {
    opacity: 1;
    transition: 0.7s;
    background: url(../img/common/sp/close.png) no-repeat;
    background-size: 25px;
    background-position: center;
}

.header .sp_submenu {
    width: 40px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.header .openmenu {
    transition: 0.7s;
}

.header .closemenu {
    transition: 0.7s;
}

.header .menu_subbutton .open {
    opacity: 1;
    transition: 0.5s;
    background: url(../img/common/sp_menu/sp_menu_bt03.svg) no-repeat;
    background-size: 35px;
    background-position: center;
}

.header .menu_subbutton .close {
    opacity: 1;
    transition: 0.5s;
    background: url(../img/common/sp_menu/sp_menu_bt04.svg) no-repeat;
    background-size: 25px;
    background-position: center;
}

.header nav ul {
    width: 280px;
    list-style-type: none;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    font-size: 1.3rem;
    padding-bottom: 20px;
    left: 55px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    z-index: 5;
    border-radius: 0px 0px 10px 10px
}

.header nav ul.logout li:nth-child(1)::after,
.header nav ul.logout li:nth-child(4)::after,
.header nav ul.logout li:nth-child(7)::after,
.header nav ul.logout li:nth-child(9)::after,
.header nav ul.logout li:nth-child(10)::after,
.header nav ul.logout li:nth-child(12)::after,
.header nav ul.logout li:nth-child(13)::after {
    content: "";
    display: block;
    padding-bottom: 10px;
    border-bottom: dashed 1px #000;
    width: 260px;
    margin: 0px auto 10px auto
}

.header nav ul.login li:nth-child(3)::after,
.header nav ul.login li:nth-child(6)::after,
.header nav ul.login li:nth-child(9)::after,
.header nav ul.login li:nth-child(11)::after,
.header nav ul.login li:nth-child(12)::after,
.header nav ul.login li:nth-child(15)::after,
.header nav ul.login li:nth-child(16)::after {
    content: "";
    display: block;
    padding-bottom: 10px;
    border-bottom: dashed 1px #000;
    width: 100%;
    margin: 0px auto 10px auto
}

.header nav ul li {
    padding: 0px 0px;
    line-height: 180%
}

.header nav ul li a {
    width: 260px;
    display: block;
    padding: 0px 10px;
}

.header nav ul li a:hover {
    background: rgba(199, 0, 11, 0.5);
}

/*スマホメニュー*/



/*footer*/
.footer_box {
    margin-top: 50px;
    background: #000;
    padding: 0px 0px 0ox 0px;
    position: relative;
}

.footer_inner {
    width: 1110px;
    margin: 0px auto;
    padding-top: 45px;
    display: flex;
    position: relative;
}

.footer_l {
    display: flex;
    align-items: center;
    margin-left: 125px;
}

.footer_l a {
    display: flex;
    width: 250px;
    align-items: center;
    justify-content: space-between;
}

.footer_l a img {
    width: 120px;
    display: block;
}

.footer_c {
    width: 230px;
    margin-left: 65px;
}

.footer_c_logo {
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
}

.footer_c_logo ul {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100%;
}

.footer_c_logo img {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.footer_sns {}

.footer_sns ul {
    width: 185px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0px auto;
}

.footer_sns ul li {
    width: 25px;
}

.footer_sns ul li a {
    display: block;
}

.footer_sns ul li img {
    display: block;
}

.footer_copy {
    text-align: center;
    color: #9FA0A0;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8rem;
}

.gototop {
    width: 25px;
    position: fixed;
    bottom: 10px;
    right: 20px;
}

.gototop img {
    display: block;
}

/*footer*/

















































#top {
    padding-top: 40px;
    background: #ffffff;
}

#top .box01_title {
    width: 280px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center
}

#top .box01_title img {
    display: block;
}

#top .box01_inner {
    width: 1110px;
    margin: 30px auto 40px auto;
}

#top .box01_inner img {
    margin-bottom: 10px;
    height:auto;
}

#top .box01_inner ul.slick {
    width: 1130px;
    overflow: visible;
    position: relative;
}

/* 前／次の矢印の設定 */
#top .box01 .slick-box.type_img.arrows {
    position: relative;
}

#top .box01 .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    z-index: 1;
    font-size: 2.0rem;
    color: #c9caca;
}

#top .box01 .slick-next {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    z-index: 1;
    font-size: 2.0rem;
    color: #c9caca;
}


#top .box01_inner ul li {
    width: 260px;
    margin-right: 20px;
    text-align: center;
}

#top .box01_inner ul li a {
    width: 260px;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.0rem;
}

#top .gallery_item a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#top .box02 {
    background: #000000;
}

#top .box02_inner {
    width: 1114px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

#top .box02_inner li {
    width: 370px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}

#top .box02_inner li:nth-child(3n) {
    border-right: none;
}

#top .box02_inner li:nth-child(3n+1):nth-last-child(-n+3),
#top .box02_inner li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
}

#top .box02_inner a {
    display: block;
}

#top .box02_inner li img {
    display: block;
}

#top .box03 {
    background: #c9caca;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#top .box03_inner {
    width: 1110px;
    margin: 0px auto;
}

#top .box03_inner ul li {
    width: 1110px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

#top .box03_inner span {
    background: #6C2659;
    color: #fff;
    padding: 10px 20px;
    margin-right: 20px;
    font-size: 1.8rem;
}

#top .box03_inner p a {
    color: #000;
    text-decoration: none;
    font-size: 1.5rem;
}

#top .box04 {
    padding: 40px 0px 0px 0px;
}

#top .box04_title {
    width: 280px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center
}

#top .box04_title img {
    display: block;
}

#top .box04_inner {
    width: 1110px;
    margin: 40px auto 0px auto;
}

#top .box04_inner ul {
    display: flex;
    flex-wrap: wrap;
}

#top .box04_inner ul li {
    width: 50%;
    margin-bottom: 30px;
}

#top .box04_inner ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

#top .box04_inner ul li:nth-last-child(2) {
    margin-bottom: 0px;
}

#top .box04_inner ul li a {
    display: flex;
    text-decoration: none;
    color: #727171;
}

#top .box04_l {
    width: 215px;
}

#top .box04_l img {
    display: block;
    width:100%;
    height:auto;
}

#top .box04_r {
    width: 290px;
    margin: 0px 0px 0px 20px;
    color: #727171;
}

#top .box04_r h2 {
    line-height: 150%;
    color: #727171;
    font-size: 1.8rem;
    line-height: 130%;
    font-weight: 900;
    letter-spacing: 0rem;
}

#top .box04_r p {
    font-size: 1.4rem;
    line-height: 130%;
    margin-top: 10px;
    letter-spacing: -0.05rem;
}

/*top*/





/*portfolio*/
#portfolio .box01 {
    margin-top: 65px;
    margin-bottom: 65px;
}

#portfolio .box01_title {
    width: 425px;
    border-bottom: solid 1px #000;
    margin: 0px auto;
    padding-bottom: 10px;
}

#portfolio .box01 ul.paging {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#portfolio .box01 ul.paging li:nth-child(1) {
    padding: 5px 10px;
    background: #595757;
    color: #fff;
    border-radius: 100px;
}

#portfolio .box01 ul.paging li {
    margin-left: 10px;
}

#portfolio .box01 ul.paging li:last-child a {
    background: none;
    color: #595757;
    font-size: 2.5rem;
}

#portfolio .box01 ul.paging li:last-child a img {
    width: 25px;
}

#portfolio .box01 ul.paging li a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #595757;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
}

#portfolio .box01_inner {
    margin: 50px auto 0px auto;
    width: 1110px;
}

#portfolio .box01_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#portfolio .box01_inner li {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

#portfolio .box01_inner li a {
    color: #000;
    text-decoration: none;
    line-height: 100%;
    font-size: 0.8rem;
}

#portfolio .box01_inner li img {
    max-width: 100%;
    width: auto;
    max-height: 570px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

#portfolio .box01 .sell {
    position: relative;
    display: inline-block;
}

#portfolio .box01 .sell::before {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: -5px;
    width: 50px;
    height: 25px;
    background: url(../img/common/sell.png) no-repeat;
    background-size: cover;
    z-index: +100;
}

/*portfolio*/





/*workroom*/
#workroom {}

#workroom .box01 {
    margin-bottom: 65px
}

#workroom .box01_inner {}

#workroom .box01_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1110px;
    margin: 30px auto 0px auto;
}

#workroom .box01_inner ul li {
    width: 24%;
    margin-bottom: 40px;
}

#workroom .box01 li:nth-child(4n+2):last-child {
    margin-right: calc(24% * 2 + ((100% - 24% * 4) / 3) * 2);
}

#workroom .box01 li:nth-child(4n+3):last-child {
    margin-right: calc(24% * 1 + ((100% - 24% * 4) / 3) * 1);
}

#workroom .box01_inner ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
}

#workroom .box01_sellbox {
    display: flex;
    justify-content: space-between;
}

#workroom .box01_sellbox::after {
    background-image: url(../img/workroom/sell_off.png);
    content: "";
    display: inline-block;
    background-size: cover;
    width: 36px;
    height: 16px;
    margin-right: 5px;
}

#workroom .box01_sellbox.checked::after {
    background-image: url(../img/workroom/sell_on.png);
    content: "";
    display: inline-block;
    background-size: cover;
    width: 36px;
    height: 16px;
    margin-right: 5px;
}

#workroom .box01 ul.paging {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#workroom .box01 ul.paging li:nth-child(1) {
    padding: 5px 10px;
    background: #595757;
    color: #fff;
    border-radius: 100px;
}

#workroom .box01 ul.paging li {
    margin-left: 10px;
}

#workroom .box01 ul.paging li:last-child a {
    background: none;
    color: #595757;
    font-size: 2.5rem;
}

#workroom .box01 ul.paging li:last-child a img {
    width: 25px;
}

#workroom .box01 ul.paging li a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #595757;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
}

#workroom .box01 li input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    background-size: cover;
    width: 45px;
    height: 20px;
}

#workroom .box01 li input[type=checkbox] + label::before {
    background-image: url(../img/workroom/sell_off.png);
    transition: 0.2s;
}

#workroom .box01 li input[type=checkbox]:checked + label::before {
    background-image: url(../img/workroom/sell_on.png);
    transition: 0.2s;
}

#workroom .box01 li input[type=checkbox] {
    display: none;
}

/*workroom*/





/*creators list*/
#creators {
    background: #fff;
}

#creators .box01 {}

#creators .box01_inner {
    width: 1110px;
    margin: 60px auto 0px auto;
}

#creators .box01_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#creators .box01_inner ul li {
    width: 210px;
    min-height: 270px;
    margin-bottom: 20px;
    background: #DCDDDD;
    position: relative;
}

#creators .box01_inner ul li:nth-child(5n+2):last-child {
    margin-right: calc(210px * 3 + ((100% - 210px * 5) / 4) * 3);
}

#creators .box01_inner ul li:nth-child(5n+3):last-child {
    margin-right: calc(210px * 2 + ((100% - 210px * 5) / 4) * 2);
}

#creators .box01_inner ul li:nth-child(5n+4):last-child {
    margin-right: calc(210px * 1 + ((100% - 210px * 5) / 4) * 1);
}

#creators .box01_inner ul li a {
    color: #231815;
    text-decoration: none;
    display: block;
}

#creators .creators_img {
    width: 210px;
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#creators .creators_img::before {
    content: "";
    display: block;
    padding-top: 65%;
}

#creators .creators_img img {
    position: absolute;
    width: 100%;
    height: auto;
}

#creators .box01_contents {
    padding: 10px;
}

#creators .box01_contents .attribute {
    font-size: 1.0rem;
    font-weight: 100;
}

#creators .box01_contents h2 {
    font-size: 1.3rem;
    line-height: 120%;
    font-weight: 900;
    letter-spacing: 0rem;
}

#creators .box01_contents .area {
    font-size: 1.0rem;
    font-weight: 100;
}

#creators .box01_contents .linklist {
    display: flex;
    margin-top: 8px;
}

#creators .box01_contents .linklist a {}

#creators .box01_contents .linklist img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}

#creators .box01 .badge {
    width: calc(100% - 10px);
    display: flex;
    justify-content: flex-end;
    position: absolute;
    align-items: flex-end;
    bottom: 0px;
    right: 0px;
    padding: 0px 10px 10px 0px;
    overflow: visible;
}

#creators .box01 .badge img {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

#creators .box01 .badge img:nth-child(2) {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: 5px;
}





#creators .box01 ul.paging {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#creators .box01 ul.paging li:nth-child(1) {
    padding: 5px 10px;
    background: #595757;
    color: #fff;
    border-radius: 100px;
}

#creators .box01 ul.paging li {
    margin-left: 10px;
}

#creators .box01 ul.paging li:last-child a {
    background: none;
    color: #595757;
    font-size: 2.5rem;
}

#creators .box01 ul.paging li:last-child a img {
    width: 25px;
}

#creators .box01 ul.paging li a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #595757;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
}



/*creators list*/









/*レスポンシブ　750px以下*/
@media screen and (max-width:1210px) {

    body {
        overflow-x: hidden;
    }

    #mobi_menu {}


    /*header*/
    .header_box {}

    .header_menu {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header_menu_l {
        width: calc(100% - 65px);
        min-height: 60px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 2px 0px 0px 65px;
    }

    .top_header_menu_l_title {
        margin-left: 0px;
        margin-top: 5px;
        font-size: 1.1rem;
    }

    /*PORTFOLIO*/
    .top_header_menu_l_title.portfolio {
        display: flex;
        flex-direction: row;
        color: #6C2659;
    }

    .top_header_menu_l_title.portfolio span:nth-child(1) {
        font-size: 1.1rem;
        line-height: 100%;
        margin-top: 0px
    }

    .top_header_menu_l_title.portfolio span:nth-child(2) {
        font-size: 1.1rem;
        margin-top: 0px;
        margin-left: 5px;
        line-height: 100%;
    }

    .header_menu_l_subtitle {
        color: #6c2659;
        display: none;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 2.0rem;
        line-height: 120%;
        height: 65px;
        margin-left: 20px;
    }

    .header_menu_l_subtitle span {
        display: block;
    }

    .header_menu_l img {
        width: 200px;
        display: block;
    }

    .header_menu_r {
        width: calc(100% - 20px);
        min-width: 100%;
        height: auto;
        background: #000000;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 10px;
    }

    .header_menu_r ul {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }

    .header_menu_r ul li {}

    .header_menu_r ul li a {
        border-radius: 100px;
    }

    .header_menu_r_name {
        line-height: 120%;
        margin-top: 10px;
        text-align: center;
        white-space: nowrap;
    }

    /*ログイン*/
    .header_box.login .header_menu_r_name {
        font-size: 1.0rem;
        line-height: 120%;
        margin-top: auto;
    }

    .header_imgbox {
        background: #000000;
    }

    .header_imgbox_inner {
        width: 80%;
        margin: 0px auto;
    }

    .header_imgbox_inner img {
        display: block;
    }

    .header_portfolio {
        min-height: 100%;
        background: #6c2659;
        padding-bottom: 40px;
        position: relative;
    }

    .header_portfolio::before {
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        position: absolute;
        height: 150px;
        top: 115px;
    }


    .header_portfolio_inner {
        width: 90%;
        margin: 0px auto;
        padding: 40px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: +1;
        position: relative;
    }

    .header_portfolio_l {
        width: 100%;
        margin: 0px auto;
    }

    .header_portfolio_l_img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header_portfolio_l_img img {
        width: 280px;
        height: 280px;
        border-radius: 100%;
        margin: 0px auto;
    }

    .header_portfolio_l h2 {
        color: #fff;
        font-size: 3.3rem;
        text-align: center;
        margin-top: 15px;
        line-height: 100%;
    }

    .header_portfolio_l p {
        text-align: center;
        line-height: 200%;
        margin-top: 15px;
        font-size: 1.3rem;
        color: #fff;
    }

    .header_portfolio_l p span {}

    .header_portfolio_sns {}

    .header_portfolio_sns ul {
        display: flex;
        justify-content: space-between;
        width: 130px;
        margin: 10px auto 0px auto;
    }

    .header_portfolio_sns ul li {
        width: 25px;
    }

    .header_portfolio_r {
        width: 100%;
        margin: 20px auto 0px auto;
    }

    .header_portfolio_member {
        display: flex;
        justify-content: center;
    }

    .header_portfolio_member ul {
        display: flex;
        width:95%;
    }

    .header_portfolio_member ul li {
        width: 50px;
        height: 50px;
        margin-left: 10px;
    }

    .header_portfolio_member ul li:nth-child(1) {
        width: 40px;
        height: 40px;
    }

    .header_portfolio_imgbox {
        margin-top: 20px;
    }

    .header_portfolio_imgbox ul {
        display: flex;
        justify-content: center;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .header_portfolio_imgbox ul li {
        height: 100px;
    }

    .header_portfolio_imgbox ul li img {
        width: auto;
        height: 100px;
    }

    .header_portfolio_table {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header_portfolio_table_t {
        width: 100%;
        color: #fff;
        font-size: 1.1rem;
        line-height: 130%;
    }

    .header_portfolio_table_b {
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .header_portfolio_table_b ul {
        width: 100%;
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        font-size: 1.0rem;
        line-height: 120%;
    }

    .header_portfolio_table_b ul li {}

    .header_portfolio_table_b ul li:nth-child(odd) {
        text-align: center;
        display: flex;
        align-items: center;
        line-height: 100%;
        justify-content: center;
    }

    .header_portfolio_table_b ul li:nth-child(even) {
        width: calc(100% - 100px);
    }





    .header_workroom {
        min-height: auto;
        background: #6c2659;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }

    .header_workroom_inner {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: +1;
        position: relative;
    }

    .header_workroom_title {
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        width: 80%;
        padding: 10px 5%;
        font-size: 1.4rem;
        margin: 0px auto;
        line-height: 150%
    }

    .header_workroom_title_wrapper {
        width: 100%;
        margin: 0px auto;
    }

    .header_workroom_l {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .header_workroom_t {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .header_workroom_t_l {
        display: flex;
    }

    .header_workroom_profile_img {
        width: 130px;
    }

    .header_workroom_profile_text {
        font-size: 2.0rem;
        color: #fff;
        margin-left: 20px;
    }

    .header_workroom_profile_text a {
        background: #fff;
        padding: 5px 10px;
        line-height: 100%;
        margin-top: 15px;
        font-size: 1.0rem;
        color: #6c2659;
        text-decoration: none;
        display: inline-block
    }

    .header_workroom_t_r {
        width: 100%;
        margin-top: 20px;
    }

    .header_workroom_sample_title {
        color: #fff;
        font-size: 2.0rem;
        display: flex;
        align-items: center;
    }

    .header_workroom_sample_title a {
        background: #fff;
        padding: 5px 10px;
        line-height: 100%;
        margin-left: 15px;
        font-size: 1.0rem;
        color: #6c2659;
        text-decoration: none;
        display: inline-block;
        white-space: nowrap;
    }

    .header_workroom_imgbox {
        border: solid 1px #ffff;
        margin-top: 15px;
    }

    .header_workroom_imgbox ul {
        display: flex;
        align-items: center;
        width: 90%;
        margin: 0px auto;
        padding: 25px 0px;
    }

    .header_workroom_imgbox ul li {
        width: 32%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_workroom_imgbox ul li img {
        max-width: 100%;
        width: auto;
        max-height: 105px;
    }

    .header_workroom_b_title {
        color: #fff;
        font-size: 2.0rem;
        display: flex;
        align-items: center;
    }

    .header_workroom_b_title a {
        background: #fff;
        padding: 5px 10px;
        line-height: 100%;
        margin-left: 15px;
        font-size: 1.0rem;
        color: #6c2659;
        text-decoration: none;
        display: inline-block
    }

    .header_workroom_b {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
    }

    .header_workroom_b_l {}

    .header_workroom_b_l_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .header_workroom_b_l_inner ul {
        margin-top: 10px;
        font-size: 1.0rem;
        display: flex;
    }

    .header_workroom_profile {
        width: 100%;
        flex-wrap: wrap;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
    }

    .header_workroom_profile li {
        color: #fff;
    }

    .header_workroom_profile li:nth-child(odd) {
        width: calc(33% - 12px);
        padding: 5px;
        text-align: center;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .header_workroom_profile li:nth-child(even) {
        width: calc(67% - 10px);
        padding: 5px;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .header_workroom_introduction {
        width: 100%;
        flex-direction: column;
        border: solid 1px #fff;
        color: #fff;
    }

    .header_workroom_introduction li:nth-child(odd) {
        padding: 5px;
        border-bottom: solid 1px #fff;
        text-align: center;
    }

    .header_workroom_introduction li:nth-child(even) {
        padding: 5px 10px;
    }

    .header_workroom_b_r {
        margin-top: 20px;
    }

    .header_workroom_equipment {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        color: #fff;
        font-size: 1.0rem;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
    }

    .header_workroom_equipment li:nth-child(odd) {
        width: calc(30% - 12px);
        padding: 5px;
        text-align: center;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .header_workroom_equipment li:nth-child(even) {
        width: calc(70% - 0px);
        padding: 0px;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .header_workroom_r {
        background: #fff;
        border-radius: 10px;
        margin-top: 40px;
        padding: 20px 0px;
        width: 100%
    }

    .header_workroom_r h3 {
        color: #6c2659;
        font-weight: normal;
        text-align: center;
        font-size: 1.7rem;
    }

    .header_workroom_r img {
        width: 170px;
        margin: 20px auto;
        display: block;
    }

    .header_workroom_r p {
        color: #6c2659;
        font-size: 1.0rem;
        line-height: 150%;
        padding: 0px 5%;
    }

    .header_creators {
        min-height: 100px;
        background: #6c2659;
        position: relative;
    }

    .header_creators_inner {
        width: 90%;
        height: auto;
        margin: 0px auto;
        padding: 10px 0px;
        display: flex;
        z-index: +1;
        position: relative;
    }

    .header_creators form {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header_creators input[type="text"] {
        width: calc(100% - 10px);
        height: 30px;
        margin-bottom: 10px;
        padding: 0px 5px;
        font-size: 1.4rem;
    }

    .header_creators select {
        width: calc(100% - 0px);
        margin-left: 0px;
        margin-bottom: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px 20px 5px 10px;
        font-size: 1.4rem;
        line-height: 1.0em;
        border-radius: 0px;
        border: none;
        background-image: url(../img/common/icon_arrow.svg);
        background-repeat: no-repeat;
        background-size: 15px 11px;
        background-position: right 5px center;
    }
    
    .header_creators input.submit {
    width: 47px;
    height: 47px;
    background: url(../img/creators/header_serch_bt.png) no-repeat;
    background-size: 47px;
    text-indent: -9999px;
    margin: 0px auto;
}

    /*header*/





    /*スマホメニュー*/
    .header {
        width: 80%;
        z-index: 1000;
        color: #fff;
        position: absolute;
        top: 110px;
        left: 20px;
    }

    .header nav {
        width: 100vw;
        height: 100vh;
        top: -110px;
        left: -20px;
        position: relative;
        display: block;
        z-index: 1;
    }

    .header .opennav {
        transition: 0.7s;
        opacity: 1;
        visibility: inherit;
    }

    .header .closenav {
        transition: 0.7s;
        opacity: 0;
        visibility: hidden;
    }

    .header a {
        color: #000;
        text-decoration: none;
    }

    .header a:hover {
        color: #000;
    }

    .header .menu_button {
        width: 40px;
        height: 40px;
        position: absolute;
        display: flex;
        top: -100px;
        left: -10px;
        background: #000;
    }

    .header .menu_button .sp_menu {
        width: 40px;
        height: 40px;
        padding: 0px;
        text-align: center;
        cursor: pointer;
    }

    .header .menu_button .open {
        opacity: 1;
        transition: 0.7s;
        background: url(../img/common/sp/open.png) no-repeat;
        background-size: 20px;
        background-position: center;
    }

    .header .menu_button .close {
        opacity: 1;
        transition: 0.7s;
        background: url(../img/common/sp/close.png) no-repeat;
        background-size: 20px;
        background-position: center;
    }

    .header .sp_submenu {
        width: 40px;
        height: 40px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        cursor: pointer;
    }

    .header .openmenu {
        transition: 0.7s;
    }

    .header .closemenu {
        transition: 0.7s;
    }

    .header .menu_subbutton .open {
        opacity: 1;
        transition: 0.5s;
        background: url(../img/common/sp_menu/sp_menu_bt03.svg) no-repeat;
        background-size: 35px;
        background-position: center;
    }

    .header .menu_subbutton .close {
        opacity: 1;
        transition: 0.5s;
        background: url(../img/common/sp_menu/sp_menu_bt04.svg) no-repeat;
        background-size: 25px;
        background-position: center;
    }

    .header nav ul {
        width: 220px;
        list-style-type: none;
        margin: 0 auto;
        padding: 10px 0px 0px 0px;
        font-size: 1.3rem;
        padding-bottom: 20px;
        top: 0px;
        left: 60px;
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
        color: #000;
        z-index: 5;
        border-radius: 0px 0px 10px 10px
    }

    .header nav ul li {
        padding: 0px 0px;
        line-height: 180%
    }

    .header nav ul li a {
        width: calc(100% - 20px);
        display: block;
        padding: 0px 10px;
    }

    .header nav ul li a:hover {
        background: rgba(199, 0, 11, 0.5);
    }

    /*スマホメニュー*/




    /*footer*/
    .footer_box {
        margin-top: 40px;
        background: #000;
        padding: 40px 0px 10px 0px;
    }

    .footer_inner {
        width: 90%;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .footer_l {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
    }

    .footer_l a {
        display: flex;
        width: 250px;
        align-items: center;
        justify-content: space-between;
    }

    .footer_l a img {
        width: 120px;
        display: block;
    }

    .footer_c {
        width: 230px;
        margin: 20px auto;
    }

    .footer_c_logo {
        width: 230px;
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 100%;
    }

    .footer_c_logo img {
        width: 100%;
        display: block;
        margin:0 auto;
    }

    .footer_sns {}

    .footer_sns ul {
        width: 170px;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 0px auto;
    }

    .footer_sns ul li {
        width: 20px;
    }

    .footer_sns ul li img {
        display: block;
    }

    .footer_copy {
        text-align: center;
        color: #fff;
        margin-top: 10px;
    }

    .gototop {
        width: 25px;
        position: fixed;
        bottom: 5px;
        right: 5px;
    }

    /*footer*/

















































    #top {
        padding-top: 40px;
        background: #ffffff;
    }

    #top .box01_title {
        width: 200px;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #top .box01_title img {
        display: block;
    }

    #top .box01_inner {
        width: 100%;
        margin: 30px auto 40px auto;
        text-align: center;
        display: flex;
        align-items: center;
    }


    #top .box01_inner ul.slick {
        width: 80%;
        overflow: visible;
        position: relative;
        margin: 0px auto;
    }

    /* 前／次の矢印の設定 */
    #top .box01 .slick-box.type_img.arrows {
        position: relative;
    }

    #top .box01 .slick-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -12%;
        ;
        margin: auto;
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 7px auto;
        z-index: 1;
        font-size: 2.0rem;
        color: #c9caca;
    }

    #top .box01 .slick-next {
        position: absolute;
        top: 0;
        right: -12%;
        ;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 7px auto;
        z-index: 1;
        font-size: 2.0rem;
        color: #c9caca;
    }

    #top .box01_inner ul li {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

    #top .box01_inner ul li a {
        width: 100%;
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 1.0rem;
    }

    #top .box02 {
        background: #000000;
    }

    #top .box02_inner {
        width: 90%;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
    }

    #top .box02_inner li {
        width: 32.5%;
        border-bottom: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
    }

    #top .box02_inner li:nth-child(3n) {
        border-right: none;
    }

    #top .box02_inner li:nth-child(3n+1):nth-last-child(-n+3),
    #top .box02_inner li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
        border-bottom: none;
    }

    #top .box02_inner li img {
        display: block;
    }

    #top .box03 {
        background: #c9caca;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    #top .box03_inner {
        width: 90%;
        margin: 0px auto;
    }

    #top .box03_inner ul li {
        width: 90%;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #top .box03_inner span {
        width: 100%;
        padding: 5px 10px;
        margin-right: 0px;
        text-align: center;
        font-size: 1.5rem
    }

    #top .box03_inner p a {
        color: #000;
        text-decoration: none;
        font-size: 1.2rem;
        padding: 10px 0px;
        display: block;
    }

    #top .box04 {
        padding: 40px 0px 0px 0px;
    }

    #top .box04_title {
        width: 200px;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #top .box04_title img {
        display: block;
    }

    #top .box04_inner {
        width: 90%;
        margin: 20px auto 0px auto;
    }

    #top .box04_inner ul {
        display: flex;
        flex-wrap: wrap;
    }

    #top .box04_inner ul li {
        width: 1000%;
        margin-bottom: 30px;
    }

    #top .box04_inner ul li:nth-last-child(1) {
        margin-bottom: 0px;
    }

    #top .box04_inner ul li:nth-last-child(2) {
        margin-bottom: 30px;
    }

    #top .box04_inner ul li a {
        display: flex;
        flex-wrap: wrap;
        text-decoration: none;
    }

    #top .box04_l {
        width: 100%;
    }

    #top .box04_l img {
        display: block;
    }

    #top .box04_r {
        width: 100%;
        margin: 10px 0px 0px 0px;
        color: #727171;
    }

    #top .box04_r h2 {
        line-height: 150%;
        color: #727171;
        font-size: 1.5rem;
        font-weight: 900;
    }

    #top .box04_r p {
        font-size: 1.3rem;
        line-height: 150%;
        margin-top: 10px;
    }

    /*top*/





    /*portfolio*/
    #portfolio .box01 {
        margin-top: 40px;
    }

    #portfolio .box01_title {
        max-width: 320px;
        width: 90%;
        border-bottom: solid 1px #000;
        margin: 0px auto;
        padding-bottom: 10px;
    }

    #portfolio .box01 ul.paging {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    #portfolio .box01 ul.paging li:nth-child(1) {
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        color: #595757;
        border-radius: 100px;
        text-align: center;
    }

    #portfolio .box01 ul.paging li {
        margin-left: 10px;
    }

    #portfolio .box01 ul.paging li:last-child {
        margin-left: 0px;
    }

    #portfolio .box01 ul.paging li:last-child a {
        background: none;
        color: #595757;
        font-size: 2.5rem;
    }

    #portfolio .box01 ul.paging li:last-child a img {
        width: 25px;
    }

    #portfolio .box01 ul.paging li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #595757;
        color: #fff;
        border-radius: 100px;
        text-decoration: none;
    }

    #portfolio .box01_inner {
        margin: 40px auto 0px auto;
        width: 90%;
    }

    #portfolio .box01_inner ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #portfolio .box01_inner li {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        position: relative;
    }

    #portfolio .box01_inner li img {
        max-width: 100%;
        width: auto;
        max-height: 570px;
        margin-bottom: 10px;
        display: block;
        position: relative;
    }

    #portfolio .box01 .sell {
        position: relative;
        display: inline-block;
    }

    #portfolio .box01 .sell::before {
        content: "";
        display: block;
        position: absolute;
        right: 5px;
        top: -5px;
        width: 35px;
        height: 18px;
        background: url(../img/common/sell.png) no-repeat;
        background-size: cover;
        z-index: +100;
    }

    /*portfolio*/





    /*workroom*/
    #workroom {}

    #workroom .box01 {}

    #workroom .box01_inner {}

    #workroom .box01_inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        margin: 20px auto 0px auto;
    }

    #workroom .box01_inner ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    #workroom .box01 li:nth-child(4n+2):last-child {
        margin-right: 0px;
    }

    #workroom .box01 li:nth-child(4n+3):last-child {
        margin-right: 0px;
    }

    #workroom .box01_inner ul li a {
        color: #000;
        text-decoration: none;
    }

    #workroom .box01_sellbox {
        display: flex;
        justify-content: space-between;
    }

    #workroom .box01_sellbox::after {
        background-image: url(../img/workroom/sell_off.png);
        content: "";
        display: inline-block;
        background-size: cover;
        width: 36px;
        height: 16px;
        margin-right: 5px;
    }

    #workroom .box01_sellbox.checked::after {
        background-image: url(../img/workroom/sell_on.png);
        content: "";
        display: inline-block;
        background-size: cover;
        width: 36px;
        height: 16px;
        margin-right: 5px;
    }

    #workroom .box01 ul.paging {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    #workroom .box01 ul.paging li:nth-child(1) {
        padding: 5px 10px;
        background: #595757;
        color: #fff;
        border-radius: 100px;
    }

    #workroom .box01 ul.paging li {
        margin-left: 10px;
    }

    #workroom .box01 ul.paging li:last-child a {
        background: none;
        color: #595757;
        font-size: 2.5rem;
    }

    #workroom .box01 ul.paging li:last-child a img {
        width: 25px;
    }

    #workroom .box01 ul.paging li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #595757;
        color: #fff;
        border-radius: 100px;
        text-decoration: none;
    }

    #workroom .box01 li input[type=checkbox] + label:before {
        content: "";
        display: inline-block;
        background-size: cover;
        width: 45px;
        height: 20px;
    }

    #workroom .box01 li input[type=checkbox] + label::before {
        background-image: url(../img/workroom/sell_off.png);
        transition: 0.2s;
    }

    #workroom .box01 li input[type=checkbox]:checked + label::before {
        background-image: url(../img/workroom/sell_on.png);
        transition: 0.2s;
    }

    #workroom .box01 li input[type=checkbox] {
        display: none;
    }

    #workroom .box01 ul.paging {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    #workroom .box01 ul.paging li:nth-child(1) {
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        color: #595757;
        border-radius: 100px;
        text-align: center;
    }

    #workroom .box01 ul.paging li {
        margin-left: 10px;
    }

    #workroom .box01 ul.paging li:last-child {
        margin-left: 0px;
    }

    #workroom .box01 ul.paging li:last-child a {
        background: none;
        color: #595757;
        font-size: 2.5rem;
    }

    #workroom .box01 ul.paging li:last-child a img {
        width: 25px;
    }

    #workroom .box01 ul.paging li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #595757;
        color: #fff;
        border-radius: 100px;
        text-decoration: none;
    }

    /*workroom*/





    /*creators list*/
    #creators {
        background: #fff;
    }

    #creators .box01 {}

    #creators .box01_inner {
        width: 90%;
        margin: 40px auto 0px auto;
    }

    #creators .box01_inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #creators .box01_inner ul li {
        width: 49%;
    min-height: auto;;
        margin-bottom: 20px;
        background: #DCDDDD;
        padding-bottom:30px;
    }

    #creators .box01_inner ul li:nth-child(5n+2):last-child {
        margin-right: 0px;
    }

    #creators .box01_inner ul li:nth-child(5n+3):last-child {
        margin-right: 0px;
    }

    #creators .box01_inner ul li:nth-child(5n+4):last-child {
        margin-right: 0px;
    }

    #creators .box01_inner ul li a {
        color: #231815;
        text-decoration: none;
        display: block;
    }

    #creators .creators_img {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    #creators .creators_img::before {
        content: "";
        display: block;
        padding-top: 65%;
    }

    #creators .creators_img img {
        position: absolute;
        width: 100%;
        height: auto;
    }

    #creators .box01_contents {
        padding: 10px;
    }

    #creators .box01_contents .attribute {
        font-size: 1.0rem;
    }

    #creators .box01_contents h2 {
        font-size: 1.3rem;
    }

    #creators .box01_contents .area {
        font-size: 1.0rem;
    }

    #creators .box01_contents .linklist {
        display: flex;
        margin-top: 8px;
    }

    #creators .box01_contents .linklist a {}

    #creators .box01_contents .linklist img {
        width: 15px;
        height: 15px;
        display: block;
        margin-right: 5px;
    }

    #creators .box01 .badge {
        width: calc(100% - 10px);
        display: flex;
        justify-content: flex-end;
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 0px 10px 10px 0px;
    }

    #creators .box01 .badge img {
        display: block;
        width: 25px;
        height: 25px;
        margin-left: 5px;
    }

#creators .box01 .badge img:nth-child(2) {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

    #creators .box01 ul.paging {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

    #creators .box01 ul.paging li:nth-child(1) {
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        color: #595757;
        border-radius: 100px;
        text-align: center;
    }

    #creators .box01 ul.paging li {
        margin-left: 10px;
    }

    #creators .box01 ul.paging li:last-child {
        margin-left: 0px;
    }

    #creators .box01 ul.paging li:last-child a {
        background: none;
        color: #595757;
        font-size: 2.5rem;
    }

    #creators .box01 ul.paging li:last-child a img {
        width: 25px;
    }

    #creators .box01 ul.paging li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #595757;
        color: #fff;
        border-radius: 100px;
        text-decoration: none;
    }



    /*creators list*/







}

/*レスポンシブ　750px以下*/
