body {
    font-family: "Work Sans", "Noto Sans JP", "Helvetica", "Helvetica Neue", sans-serif, "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic" !important;
    background-image: linear-gradient(to top left, #88888800 20%, #f1fcff 25%, #88888800 30% 70%, #f1fcff 75%, #88888800 80%), linear-gradient(to top right, #88888800 20%, #f1fcff 25%, #88888800 30% 70%, #f1fcff 75%, #88888800 80%);
    background-size: 20px 20px;
	background-attachment: fixed;
}




.artsitHead {
	letter-spacing: 0.03em;
}

.head-wrapper {
    width: 100%;
    height: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.head-text {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 1;
    position: relative;
    text-align: center;
}

.head-text-wrap {
    padding: 0 5%;
    max-width: 1000px;
    margin: auto;
}

.head-text-wrap h3 {
    font-size: 40px;
}

.head-text-wrap p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    white-space: pre-wrap;
    margin-bottom: 3px;
    padding-top: 14px;
}


.head-text-wrap hr {
    width: 90px;
    margin: 14px auto 0;
    border-top: 1px solid #fff;
}

.head-img {
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0;
    background-size: cover !important;
    background-position: center !important;
}

@media screen and (max-width: 768px) {
.head-wrapper {
    height: 200px;
}
	
.head-text-wrap h3 {
    font-size: 24px;
}	
	
.head-text-wrap p {
    font-size: 14px;	
}
	
	
}






.artist-description {
    margin: 48px 0 72px;
}

.artist-description-wrap {
    display: flex;
    flex-wrap: wrap;
}

.artist-description-img {
    width: 40%;
}

.artist-description-img-inner {
    width: 100%;
	height: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    transition: all 0.2s;
    background: #fff;
	margin: auto;
}


.artist-description-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 16px;
}

.artist-description-text {
    width: 60%;
    padding-left: 3%;
}

.artist-description-prolile {
    padding: 0 30px;
	margin-top: 20px;
	max-width: 600px;
}


.artist-description-name {
    margin: 0px auto 8px;
    border-bottom: 2px solid #6aa1c7;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
}

.artist-description-name-name {
	width: -webkit-fill-available;
}

.artist-description-name-sub {
	margin: 0px auto 4px;
    font-size: 16px;
    font-weight: 700;
}

.artist-description-name-main {
	position: relative;
	margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.artist-description-brand {
	display: flex;
    align-items: center;
    width: fit-content;
    border-top: 1px solid #c3c3c3;
    width: 100%;
    padding-top: 24px;
    margin-top: 32px;
}

.artist-description-brand-img {
	width: 22%;
    margin-right: 3%;
}

.artist-description-brand-img a {
	transition: all .3s;
}

.artist-description-brand-img a:hover {
	opacity: 0.7;
}

.artist-description-prolile h5 {
	margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #888888;
}

.artist-description-prolile p {
	width: fit-content;
	margin: 0 0 0.8em;
	font-size: 16px;
	line-height: 1.5em;
}

.artist-description-link {
    margin-top: 24px;
}

.artist-description-link-grids {
    display: flex;
    flex-wrap: wrap;
}

.artist-description-link-grid {
    padding-right: 2%;
}

.artist-description-link-grid a {
    display: flex;
    align-items: center;
	transition: all 0.3s;
}

.artist-description-link-grid a img {
    width: 24px;
}


.artist-description-link-grid a:hover {
    transform: translateY(-5px);
}





.artist-usage {
    background: #f2f5f9;
    margin: 72px 0;
	padding: 72px 0 24px;
}

.artist-usage-head {
    margin: 0 0 28px;
}

.artist-usage-head h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .06em;
    text-indent: .06em;
    line-height: 1.2;
    padding-left: .3em;
    border-left: 4px solid #6aa1c7;
    margin-bottom: 1em;
}

.artist-usage-head span {
    font-size: .6em;
    color: #666;
    letter-spacing: .06em;
    text-indent: .06em;
    padding-left: .6em;
}

.artist-usage-wrap {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 40px;
}

.artist-usage-reverse {
	flex-direction: row-reverse;
}

.artist-usage-setup {
    width: calc(100% / 2);
    padding: 20px;
	font-size: 16px;
}

.artist-usage-setup h5 {
    position: relative;
	margin: 4px auto 16px;
    padding: 14px 0px 10px 14px;
    font-size: 22px;
    font-weight: bold;
}

.artist-usage-setup h5::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #063f5c;
}

.artist-usage-setup h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: repeating-linear-gradient(-45deg, #063f5c, #063f5c 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    backface-visibility: hidden;
}

.artist-usage-setup ul {
	position: relative;
	background: #fff;
    padding: 6px 8px;
    border: 2px solid #6aa1c7;
    border-radius: 16px;
    margin-top: 48px;
}

.artist-usage-tag {
	position: absolute;
    top: -30px;
    left: 4%;
    background: #6aa1c7;
    padding: 4px 16px 2px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
}
	
.artist-usage-setup li {
    padding: 8px 10px;
    border-bottom: 1px solid #888;
	font-size: 16px;
}

.artist-usage-setup li:last-child {
    border-bottom: none;
}



.artist-usage-setup-wrap {
    width: 100%;
	height: fit-content;
    aspect-ratio: 4 / 3;
    display: flex;
}

.artist-usage-setup-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 12px;
}



.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}







.artist-movie {
	margin: 72px 0;
}

.artist-movie-head {
	margin: 0 0 28px;
}

.artist-movie-head h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .06em;
    text-indent: .06em;
    line-height: 1.2;
    padding-left: .3em;
    border-left: 4px solid #6aa1c7;
    margin-bottom: 1em;
}

.artist-movie-head span {
	font-size: .6em;
    color: #666;
    letter-spacing: .06em;
    text-indent: .06em;
    padding-left: .6em;
}

.artist-movie-grids {
    display: flex;
    flex-wrap: wrap;
}

.artist-movie-grid {
    width: calc(100% / 2);
    padding: 1%;
}

.artist-movie-youtube {
    width: 100%;
	height: fit-content;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.artist-movie-youtube iframe {
    width: 100%;
    height: 100%;
	border-radius: 12px;
}







.artist-item {
    margin: 72px 0;
}

.artist-item-head {
	margin: 0 0 28px;
}

.artist-item-head h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .06em;
    text-indent: .06em;
    line-height: 1.2;
    padding-left: .3em;
    border-left: 4px solid #6aa1c7;
    margin-bottom: 1em;
}

.artist-item-head span {
	font-size: .6em;
    color: #666;
    letter-spacing: .06em;
    text-indent: .06em;
    padding-left: .6em;
}

.artist-item-grids {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}

.artist-item-grid {
    width: calc(100% / 5);
    border: 1px solid #adadad;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
	background: #fff;
}

.artist-item-grid-img {
    width: 100%;
}

.artist-item-grid-img:hover {
    opacity: 0.7;
}

.artist-item-grid-img a {
    width: 100%;
	height: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    transition: all 0.2s;
    background: #fff;
    padding: 3%;
}

.artist-item-grid-img a img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.artist-item-grid-content {
    width: 100%;
}

.artist-item-grid-brand {
    font-size: 12px;
    margin: 10px 0 8px;
    color: #6aa1c7;
    border: 1px solid #6aa1c7;
    padding: 1px 5px 3px;
    border-radius: 20px;
    width: fit-content;
}

.artist-item-grid-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.artist-item-grid-link {
    margin: 15px 0 10px;
}

.artist-item-grid-link-btn {
    position: relative;
    display: block;
    width: 80%;
    margin: auto;
    padding: 5px 0px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.artist-item-grid-link-btn::after {
    position: absolute;
    top: 12px;
    right: 26px;
    width: 8px;
    height: 8px;
    transform: rotate(35deg) skewX(-20deg);
    transition: 0.3s;
    content: "";
}






.artist-list {
    max-width: 1920px;
    margin: 60px auto ;
}

.artist-list-head {

}

.artist-list-head h2 {
    position: relative;
    border-bottom: solid 2px #cce4ff;
    border-left: none;
    padding: 0 0 0.4em;
    margin: 0;
}

.artist-list-head h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #5472cd;
    bottom: -2px;
    width: 20%;
}



.artist-list-grids {
    display: flex;
    flex-wrap: wrap;
}

.artist-list-grid {
    width: calc(100% / 5);
    padding: 5% 0.5% 0.5%;
}

.artist-list-grid-pick {
    width: calc(100% / 3);
    padding: 5% 0.5% 0.5%;
}

.artist-list-img {
    width: 100%;
}

.artist-list-img a {
    transition: all 0.2s;
}

.artist-list-img a:hover {
    opacity: 0.7;
}

.artist-list-img-inner {
    width: 100%;
	height: fit-content;
    aspect-ratio: 4 / 3;
    display: flex;
    transition: all 0.2s;
    background: #fff;
}

.artist-list-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.artist-list-profile {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.artist-list-profile h3 {
    font-size: 24px;
    margin: 0 0 4px;
}

.artist-list-profile p {
    font-size: 14px;
    margin: 0;
}

.artist-list-profile-pick {
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.artist-list-profile-pick h3 {
    font-size: 32px;
    margin: 0 0 14px;
}

.artist-list-profile-pick p {
    font-size: 18px;
    margin: 0;
}


.artist-list-link {
    font-size: 28px;
    margin-top: 18px;
}

.artist-list-link-btn {
    width: 60%;
    padding: 7px 0px 8px;
    font-size: 14px;
    font-weight: normal;
}

.artist-list-link-btn::after {
    top: 14px;
}






#artistSingle {
    margin: 20px auto 40px;
	position: relative;
}

.search-list__filter-types {
    width: 100%;
}

.search-list__filter-types .check-box {
    display: none;
}

.artistSort-grids {
    display: flex;
    flex-wrap: wrap;
}

.artistSort-grid {
    width: calc(100% / 4);
    padding: 0.5% 1%;
}

.artistSort-grid-label {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    padding: 7px 0px 8px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
    cursor: pointer;
}

.artistSort-grid-label:hover {
    background: #fff;
    color: #333333;
}

.artistSort-grid-label.checked {
    background: #fff;
    color: #333333;
}



.search-list__table {
    width: 100%;
    margin-top: 40px;
}

.artistSort-lists {
    display: flex;
    flex-wrap: wrap;
}

.artistSort-list {
    width: calc(100% / 6);
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
}

.artistSort-list .brand {
    display: none;
}

.artistSort-list-img {
    width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.artistSort-list-imgWrap {
    width: 100%;
	height: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    transition: all 0.2s;
    background: #fff;
}

.artistSort-list-imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 12px;
}

.artistSort-list-imgWrap:hover {
    transform: scale(1.05);
}

.artistSort-list-name {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}

.artistSort-list-ruby {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 4px;
}

#artistSort-list-pagenation {
	display: flex;
    justify-content: center;
    margin-top: 50px;
}








@media screen and (max-width:768px) {
	
.artist-description {
    margin: 0;
}

.artist-description-wrap {
    flex-direction: column;
}

.artist-description-img {
    width: 100%;
}
	
.artist-description-img-inner {
    width: 75%;	
}
	
.artist-description-text {
    width: 100%;
    padding-left: 0%;
}

.artist-description-prolile {
   padding: 0;
}

.artist-description-prolile p {
	font-size: 12px;
	margin-bottom: 0.5em;
}
	
.artist-description-name-sub {
    font-size: 14px;
}

.artist-description-name-main {
	font-size: 28px;
}
		
.artist-description-prolile h5 {
	font-size: 14px;
}
	
.artist-description-prolile p {
    font-size: 12px;
	margin-top: 12px;
}

.artist-description-link {
    margin-top: 16px;
}	

.artist-description-link-grid a img {
    width: 20px;
}

.artist-description-brand {
	padding-top: 20px;
    margin-top: 20px;
}
	
	
.artist-usage {
	margin: 40px 0 0;
    padding: 20px 0 0;
}

.artist-usage-head {
	margin: 0 0 16px;
}
	
.artist-usage-head h3 {
    font-size: 20px;
}

.artist-usage-wrap {
    flex-direction: column-reverse;
    margin-bottom: 52px;
}

.artist-usage-tag {	
	font-size: 12px;
    top: -24px;	
}	
	
.artist-usage-setup {
    width: calc(100% / 1);
    padding: 4px 0px;
}

.artist-usage-setup h5 {
    font-size: 16px;
}

.artist-usage-setup p {
    font-size: 12px;
}

.artist-usage-setup ul {	
	margin-top: 36px;
}
	
.artist-usage-setup li {
    padding: 7px;
    font-size: 12px;
}



.artist-movie {
	margin: 28px 0 32px;
}

.artist-movie-head {
	margin: 0 0 16px;
}

.artist-movie-head h3 {
	font-size: 20px;
}
	
.artist-movie-grid {
    width: calc(100% / 1);
    padding: 1%;
}





.artist-item {
    margin: 32px 0;
}

.artist-item-head {
	margin: 0 0 16px;
}

.artist-item-head h3 {
	font-size: 20px;
}

.artist-item-grids {
    padding: 0;
	margin-top: 20px;
}

.artist-item-grid {
    width: 100%;
    align-items: center;
}

.artist-item-grid-img {
    width: 30%;
}

.artist-item-grid-content {
    width: 70%;
    padding-left: 3%;
}

.artist-item-grid-brand {
    font-size: 10px;
    margin: 3px 0 1px;
    padding: 1px 5px;
}

.artist-item-grid-title {
    margin: 5px 0;
}

.artist-item-grid-link {
    display: none;
}



.artist-group-grid {
    width: calc(100% / 2);
	padding: 1% 1% 5%;
}

.artist-group-all-btn {
    font-size: 10px;
}

.artist-group-all-btn::after {
    top: 12px;
    right: 10px;
    width: 5px;
    height: 5px;
}

.artist-group-profile {
    margin-top: 12px;
}

.artist-group-profile h3 {
    font-size: 14px;
}

.artist-group-profile p {
    font-size: 10px;
}


.artist-group-link-btn {
    width: 90%;
    font-size: 10px;
}

.artist-group-link-btn::after {
    top: 12px;
    right: 18px;
    width: 5px;
    height: 5px;
}





	
	
.artistSort-grid {
    width: calc(100% / 2);
}
	
.artistSort-grid-label {
	padding: 3px 0px 2px;
	font-size: 12px;
}

.artistSort-list {
    width: calc(100% / 2);
	padding: 1% 2% 5% 2%;
}

.artistSort-list-name {
    font-size: 14px;
    margin-top: 4px;
}
	
	
	
	

}








