@charset "utf-8";

.carousel-wrapper{
height: 256px;
margin: 150px 0 120px;
}
@media (max-width: 640px) {
.carousel-wrapper{
height: 150px;
overflow: hidden;
margin: 60px 0;
	}
}

.carousel-wrapper li{
display: flex !important;
align-items: center;
height: 256px;
margin: 0 15px 20px;
}
@media (max-width: 640px) {
.carousel-wrapper li{
height: 150px;
margin: 0 10px 20px;
	}
}

.carousel-wrapper li img{
display: block;
}
@media (max-width: 640px) {
.top .carousel-wrapper li img{
width:130px;
	}
}

.top .sec-1{
text-align: center;
margin: 70px auto 85px;
max-width: 1100px;
}
@media (max-width: 1000px) {
.top .sec-1{
margin: 80px 0 30px;
padding: 0 20px;
	}
}
@media (max-width: 640px) {
.top .sec-1{
margin: 40px 0;
	}
}

.top .sec-1 .title{
margin:0 0 35px;
}
@media (max-width: 640px) {
.top .sec-1 .title img{
width: 250px;
height: auto;
	}
}

._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62{
 max-width: 1100px;
display: flex !important;
width: 100% !important;
}
@media (max-width: 1000px) {
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62{
display: flex !important;
flex-wrap: wrap !important;
	}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan-list{
margin-bottom: 0 !important;
	}
}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan_cell{
box-sizing: border-box;
width: 25% !important;
height: auto !important;
padding: 0 5px !important;
}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan_cell a,._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan_cell a ._fukugan_mask{
width: 100% !important;
height: auto !important;
}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan_cell img{
width: 100% !important;
height: auto !important;

}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 li{
width: calc(25% - 10px);
}
@media (max-width: 1024px) {
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 li{
width:25%;
box-sizing: border-box;
padding: 10px;
margin-bottom: 0;
	}
}
@media (max-width: 640px) {
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 li{
width:50%;
	}
}

._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 li img{
width: 100% !important;
}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan-list ._fukugan-list-Img, ._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan-list ._fukugan-list-Img-box{
height: auto !important;
width: 100% !important;
}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 .imgBorder{
display: block !important;
}
._fukugan_grid_f8e134cf6dd0ab2ef4273aaae434fe62 ._fukugan-list ._fukugan-list-Inner{
display: none !important;
}
.top .sec-2{
max-width: 60vw;
margin: auto;
padding-bottom: 80px;
}
@media (max-width: 1000px) {
.top .sec-2{
padding-bottom: 40px;
max-width: 100%;
	}
}

.top .sec-2 .list{
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.top .sec-2 .list li{
width: 50%;
margin: 0;
}
@media (max-width: 640px) {
.top .sec-2 .list li{
width: 100%;
	}
}
.top .sec-2 .list li.wide{
width: 100%;
margin: 0;
}
.top .sec-2 .list li.half{
width: 50%;
margin: 0;
}
@media (max-width: 640px) {
.top .sec-2 .list li.wide,.top .sec-2 .list li.half{
width: 100%;
	}
}
.top .sec-2 .list li a{
display: block;
width: 100%;
position: relative;
color: white;
}
/* 3番目以降 */
.top .sec-2 .list li:nth-child(n + 4) a{
color: black;
}
.top .sec-2 .list li a .txt-area{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
text-align: center;
width: 100%;
}
.top .sec-2 .list li a img{
width: 100%;
}
.top .sec-2 .list li a .txt-area small{
display: block;
font-size: 18px;
font-weight: bold;
margin-bottom:20px;
line-height: 1;
}
@media (max-width: 1000px) {
.top .sec-2 .list li a .txt-area small{
font-size: 14px;
margin-bottom:15px;
	}
}
@media (max-width: 480px) {
.top .sec-2 .list li:nth-child(n + 5) a .txt-area small{
margin-bottom:5px;
	}
}

.top .sec-2 .list li a .txt-area p{
font-size: 38px;
font-weight: bold;
letter-spacing: 5px;
}
@media (max-width: 1000px) {
.top .sec-2 .list li a .txt-area p{
font-size: 22px;
letter-spacing: 2px;
	}
}

.top .sec-2 .bottom-txt{
text-align: center;
font-size: 18px;
margin-top: 80px;
font-weight: bold;
}
@media (max-width: 1000px) {
.top .sec-2 .bottom-txt{
font-size: 16px;
margin-top: 60px;
padding: 0 20px;
text-align: justify;
text-justify: inter-ideograph;
	}
}

.top .sec-3 .list{
max-width: 800px;
margin:0 auto 100px;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
@media (max-width: 1000px) {
.top .sec-3 .list{
margin:0 0 60px;
padding: 20px;
	}
}
@media (max-width: 640px) {
.top .sec-3 .list{
margin:0 0 40px;
display: block;
padding-bottom: 10px;
	}
}

.top .sec-3 .list dt{
width: calc(100% - 180px);
text-align: left;
font-size: 18px;
box-sizing: border-box;
padding-right: 20px;
margin-bottom: 15px;
font-weight: bold;
}
@media (max-width: 1000px) {
.top .sec-3 .list dt{
font-size: 16px;
margin-bottom: 10px;
text-align: center;
	}
}
@media (max-width: 640px) {
.top .sec-3 .list dt{
width:100%;
padding-right: 0;
	}
}

.top .sec-3 .list dd{
width: 180px;
text-align: center;
margin-bottom: 15px;
}
@media (max-width: 1000px) {
.top .sec-3 .list dd{
width: 180px;
text-align: center;
margin:0 auto 35px;
	}
}

.top .sec-3 .list dd a{
display: inline-block;
padding:5px 10px;
line-height: 1;
color: black;
border: 1px solid black;
font-size: 16px;
border-radius:40px; 
font-weight: bold;
}
@media (max-width: 640px) {
.top .sec-3 .list dd a{
font-size: 14px;
	}
}

.top .sec-4{
background:url(../img/top/bg-green.png) ;
padding-bottom: 65px;
}
@media (max-width: 640px) {
.top .sec-4{
padding: 30px 20px;
	}
}

.top .sec-4 .raw{
display: flex;
max-width:660px; 
margin: auto;
align-items: center;
}
@media (max-width: 640px) {
.top .sec-4 .raw{
display: block;
	}
}

.top .sec-4 .raw .icon{
-webkit-animation: spin 5s linear infinite;
-moz-animation: spin 5s linear infinite;
-ms-animation: spin 5s linear infinite;
-o-animation: spin 5s linear infinite;
animation: spin 5s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
@media (max-width: 1000px) {
.top .sec-4 .raw .icon{
width: 100px;
	}
.top .sec-4 .raw .icon img{;
width: 100%;
	}
}
@media (max-width: 640px) {
.top .sec-4 .raw .icon{
padding-right:0;
width: 20%;
margin:0 auto 30px;
	}
}
@media (max-width: 480px) {
.top .sec-4 .raw .icon{
width: 28%;
	}
}
.top .sec-4 .raw .txt-area{
padding-left: 75px;
}
@media (max-width: 1000px) {
.top .sec-4 .raw .txt-area{
padding-left: 50px;
	}
}
@media (max-width: 640px) {
.top .sec-4 .raw .txt-area{
padding-left: 0;
	}
}

.top .sec-4 .raw .txt-area .sp{
display: none;
}
.top .sec-4 .raw .txt-area h3{
font-size: 31px;
font-weight: bold;
background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffd400 0%) repeat scroll 0 0;
margin-bottom: 10px;
}
@media (max-width: 640px) {
.top .sec-4 .raw .txt-area h3.pc{
display: none;
	}
.top .sec-4 .raw .txt-area .sp{
display: block;
text-align: center;
}
.top .sec-4 .raw .txt-area strong{
display: inline-block;
background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffd400 0%) repeat scroll 0 0;
font-size: 40px;
font-weight: bold;
margin:0 0 20px;
text-align: center;
	}
.top .sec-4 .raw .txt-area strong + strong{
margin-left: 20px;
margin-right: 20px;
	}
}
@media (max-width: 640px) {
.top .sec-4 .raw .txt-area strong{
font-size: 34px;
	}
}

.top .sec-4 .raw .txt-area p{
font-weight: bold;
font-size: 18px;
line-height: 1.4;
}
@media (max-width: 640px) {
.top .sec-4 .raw .txt-area p{
font-size: 16px;
margin-top: 30px;
line-height: 2;
	}
.top .sec-4 .raw .txt-area p br{
display: none;
	}
}

.top .sec-5{
margin-bottom: 65px;
}
@media (max-width: 1000px) {
.top .sec-5{
margin-bottom: 40px;
	}
}
@media (max-width: 640px) {
.top .sec-5{
padding: 0 20px;
	}
}

.top .sec-5 .raw{
text-align: center;
font-size: 18px;
font-weight: bold;
}
@media (max-width: 640px) {
.top .sec-5 .raw{
font-size: 15px;
	}
}

.top .sec-5 .raw h3,.top .sec-5 .raw p{
font-weight: bold;
line-height: 2.2;
}
.top .sec-5 .raw a{
color: black;
font-weight: bold;
}
.top .sec-6 .form-style{
width: 880px;
margin: auto;
}
@media (max-width: 1000px) {
.top .sec-6 .form-style{
width: auto;
padding: 0 20px;
	}
}

.top .sec-6 .form-style table{
width: 100%;
border-collapse: collapse;
}
.top .sec-6 .form-style table td{
border: 1px solid black;
padding: 20px;
font-size: 18px;
font-weight: bold;
}
@media (max-width: 1000px) {
.top .sec-6 .form-style table td{
display: block;
width: 100%;
box-sizing: border-box;
padding: 15px;
font-size: 16px;
margin-bottom: 20px;
	}
}

.top .sec-6 .form-style td input,.top .sec-6 .form-style td select,.top .sec-6 .form-style td textarea,.top .sec-6 .form-style .submit-btn input{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-size: 18px;
}
.top .sec-6 .form-style td input{
width: 100% !important;
box-sizing: border-box;
padding: 15px 10px;
font-weight: bold;
}
.top .sec-6 .form-style td select{
width: 100% !important;
font-size: 18px;
box-sizing: border-box;
padding: 15px 10px;
background: url(../img/top/contact-icon.png) no-repeat scroll 95% center;
font-weight: bold;
}
.top .sec-6 .form-style td textarea{
width: 100% !important;
height: 200px !important;
padding: 15px 10px;
font-size: 18px;
box-sizing: border-box;
font-weight: bold;
}
:placeholder-shown {
    color: black; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: black; }

/* Firefox 18- */
:-moz-placeholder {
    color: black; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: black; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: black; }
.top .sec-6 .form-style .submit-btn{
text-align: center;
width: 420px;
margin:50px auto 0;
position: relative;
}
@media (max-width: 640px) {
.top .sec-6 .form-style .submit-btn{
width: auto;
margin:50px auto 0;
padding: 0 20px;
	}
}

.top .sec-6 .form-style .submit-btn input{
color: white;
font-weight: bold;
font-size: 18px;
display: block;
background: black;
padding:35px 22px 35px 0 ;
text-align: center;
width: 100%;
position: relative;
cursor: pointer;
}
@media (max-width: 640px) {
.top .sec-6 .form-style .submit-btn input{
font-size: 16px;
padding:20px 10px 20px 0 ;
	}
}

.top .sec-6 .form-style .submit-btn input+i{
display: inline-block;
position: absolute;
margin-top: -11px;
top: 50%;
left: 270px;
vertical-align: top;
cursor: pointer;
}
@media (max-width: 640px) {
.top .sec-6 .form-style .submit-btn input+i{
margin-top: -7px;
right: 45px;
left: inherit;
	}
}

.top .sec-6 .form-style .submit-btn input+i img{
vertical-align: top;
}
@media (max-width: 640px) {
.top .sec-6 .form-style .submit-btn input+i img{
width:15px ;
	}
}

/* artist */

@media (max-width: 1100px) {
.artist .list{
padding: 0 20px;
	}
}

.artist .list .num{
display: flex;
justify-content: space-between;
width: 1040px;
margin: 0 auto 75px;
}
@media (max-width: 1100px) {
.artist .list .num{
width: auto;
margin: 0 auto 50px;
	}
}
@media (max-width: 800px) {
.artist .list .num{
flex-wrap: wrap;
margin: 0 0 50px;
	}
}


.artist .list .num .thumb{
width: 521px;
}
@media (max-width: 1100px) {
.artist .list .num .thumb{
width: 52%;
	}
}
@media (max-width: 800px) {
.artist .list .num .thumb{
width: 60%;
margin:0 auto 30px;
order: 0;
	}
}
@media (max-width: 480px) {
.artist .list .num .thumb{
width: 100%;
margin:0 auto 20px;

	}
}

.artist .list .num .txt-area{
width: 480px;
font-size: 16px;
}
@media (max-width: 1100px) {
.artist .list .num .txt-area{
width: 44%;
	}
}
@media (max-width: 800px) {
.artist .list .num .txt-area{
width: 100%;
box-sizing: border-box;
padding: 0 20px;
font-size: 16px;
order: 1;
	}
}
@media (max-width: 480px) {
.artist .list .num .txt-area{
padding: 0;
	}
}

.artist .list .num .txt-area strong{
display: block;
font-size: 32px;
margin-bottom:  40px;
}

@media (max-width: 900px) {
.artist .list .num .txt-area strong{
font-size: 26px;
margin-bottom:  30px;
	}
}

@media (max-width: 800px) {
.artist .list .num .txt-area strong{
font-size: 32px;
margin-bottom:  20px;
	}
}

@media (max-width: 640px) {
.artist .list .num .txt-area strong{
font-size: 26px;
	}
}


.artist .list .num .txt-area .txt{
margin-bottom: 25px;
}
.artist .list .num .txt-area .btn a{
display: block;
background:#ff005a;
color: white;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 35px 0;
}
@media (max-width: 1100px) {
.artist .list .num .txt-area .btn a{
font-size: 20px;
padding: 30px 0;
	}
}
@media (max-width: 800px) {
.artist .list .num .txt-area .btn a{
margin: 0 20%;
	}
}
@media (max-width: 640px) {
.artist .list .num .txt-area .btn a{
margin: 0;
padding: 20px 0;
	}
}

.artist .list .num .txt-area .btn a:after{
content: "";
display: inline-block;
margin-left: 10px;
margin-top: 4px;
vertical-align: top;
background-image:url(../img/artist/btn-icon.png);
background-position: 0;
background-repeat: no-repeat;
background-size:22px; 
width: 22px;
height: 22px;
}
@media (max-width: 1100px) {
.artist .list .num .txt-area .btn a:after{
margin-top: 6px;
background-size:18px; 
width: 18px;
height: 18px;
	}
}

/* products */
.products .list{
display: flex;
flex-wrap: wrap;
max-width: 935px;
margin: auto;
}
@media (max-width: 640px) {
.products .list{
display: block;
padding: 0 20px;
	}
}

.products .list li{
width: 49%;
margin-bottom: 55px;
}
@media (max-width: 640px) {
.products .list li{
width: 100%;
margin-bottom: 40px;
	}
}

.products .list li:nth-child(odd){
margin-right: 2%;
}
@media (max-width: 640px) {
.products .list li:nth-child(odd){
margin-right:0;
	}
}

.products .list li .thumb{
max-width: 400px;
margin:0 auto 10px;
}
.products .list li .thumb img{
width: 100%;
}
.products .list li table{
width: calc(100% - 60px);
margin:0 auto 30px;
}
.products .list li table th{
font-weight: bold;
font-size: 16px;
width: 70px;
line-height: 1.8;
}
@media (max-width: 640px) {
.products .list li table th{
font-size: 14px;
width: 50px;
	}
}

.products .list li table td{
line-height: 1.8;
}
.products .list li .copy{
font-size: 16px;
margin-bottom: 30px;
padding: 0 30px;
font-weight: bold;
}
@media (max-width: 640px) {
.products .list li .copy{
font-size: 15px;
margin-bottom: 20px;
padding: 0;
	}
}

.products .list li .btn a{
display: block;
background:#ff005a;
color: white;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 35px 0;
}
@media (max-width: 1000px) {
.products .list li .btn a{
font-size: 18px;
padding: 30px 0;
	}
}
@media (max-width: 640px) {
.products .list li .btn a{
font-size: 18px;
padding: 20px 0;
	}
}

.products .list li .btn a:after{
content: "";
display: inline-block;
margin-left: 10px;
margin-top: 4px;
vertical-align: top;
background-image:url(../img/artist/btn-icon.png);
background-position: 0;
background-repeat: no-repeat;
background-size:22px; 
width: 22px;
height: 22px;
}
@media (max-width: 1000px) {
.products .list li .btn a:after{
margin-top: 6px;
background-size:18px; 
width: 18px;
height: 18px;
	}
}

.detail .list{
max-width: 2000px;
margin: auto;
overflow: hidden;
}
.detail .list li{
width: 100%;
margin-bottom:60px ;
}
@media (max-width: 800px) {
.detail .list li{
margin-bottom:40px ;
	}
}

.detail .list li h3 img{
width: 100%;
}
.detail .list li section{
max-width:700px;
margin: auto;
}
@media (max-width: 800px) {
.detail .list li section{
padding: 0 20px;
	}
}

.detail .list li h4{
margin: 30px 0;
font-weight: bold;
font-size: 18px;
line-height: 1;
}
.detail .list li h4 + p{
font-size: 16px;
}
.detail .banner-area{
max-width: 1024px;
margin:120px auto 0;
}
@media (max-width: 1100px) {
.detail .banner-area{
margin:80px 0 0;
padding: 0 40px;
	}
}
@media (max-width: 640px) {
.detail .banner-area{
margin:40px 0 0;
padding: 0 20px;
	}
}

.detail .banner-area a{
display: block;
float: left;
}
@media (max-width: 1100px) {
.detail .banner-area a{
display: block;
float:none;
text-align: center;
margin-bottom: 30px;
	}
}

.detail .banner-area a:nth-child(even){
float: right;
}
@media (max-width: 1100px) {
.detail .banner-area a:nth-child(even){
float: none;
	}
}

/* artist-detail */
.artist-detail .sec-1{
margin-top: 160px;
}
@media (max-width: 1000px) {
.artist-detail .sec-1{
margin-top: 100px;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-1{
margin-top: 60px;
	}
}

.artist-detail .sec-1 .title{
text-align: center;
margin-bottom: 60px;
}
@media (max-width: 640px) {
.artist-detail .sec-1 .title img{
width: 70%;
margin: auto;
	}
}
@media (max-width: 480px) {
.artist-detail .sec-1 .title{
margin-bottom: 30px;
	}
}

.artist-detail .sec-1 .thumb{
text-align: center;
margin:0 auto 90px;
position: relative;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

@media (max-width: 1000px) {
.artist-detail .sec-1 .thumb{
padding: 0 20px;
	}
.artist-detail .sec-1 .thumb img{
width: 100%;
	}
}

@media (max-width: 767px) {
.artist-detail .sec-1 .thumb{
margin:0 auto 40px;
display: block;
padding: 0 20px;
	}
}


.artist-detail .sec-1 .thumb .pic-area{
margin: 0 15px 60px;
}
@media (max-width: 767px) {
.artist-detail .sec-1 .thumb .pic-area{
margin: 0 0 18%;
padding: 0 20px;
	}
}

.artist-detail .sec-1 .thumb.list{
max-width: 1000px;
justify-content: flex-start;
}



.artist-detail .sec-1 .thumb .pic-area a:first-child{
display: block;
}

.artist-detail .sec-1 .thumb .data{
display: flex;
justify-content: center;
margin-top: -10px;
}
@media (max-width: 640px) {
.artist-detail .sec-1 .thumb .data{
margin-top: 10px;
	}
}
.artist-detail .sec-1 .thumb .data .inner{
text-align: left;
}
.artist-detail .sec-1 .thumb .data strong{
display: block;
}
.artist-detail .sec-1 .thumb .data table{
width: 100%;
}
.artist-detail .sec-1 .thumb .data table th{
vertical-align: top;
text-align: right;
}
.artist-detail .sec-1 .thumb .data .inner a{
display: inline-block;
}
.artist-detail .sec-1 .thumb .pic-area .link-btn{
	display: block;
    background: #ff005a;
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 35px 0;
	max-width: 450px;
	width: 80%;
	margin: 30px auto 0;
}

@media (max-width: 900px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn{
		width: 90%;
	}
}
@media (max-width: 767px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn{
		width: 80%;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn{
		font-size: 18px;
    padding: 20px 0;
		width: 100%;
    margin:30px auto;
	}
}

.artist-detail .sec-1 .thumb .pic-area .link-btn.half{
text-align: center;
padding: 7px 0;
max-width: 450px;
margin: 30px auto 0;
font-size: 20px;
}
.artist-detail .sec-1 .thumb .pic-area .link-btn.half:last-child{
margin: 10px auto 0;
}
@media (max-width: 900px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn.half{
		width: 90%;
	}
}
@media (max-width: 767px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn.half{
		width: 80%;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn.half{
		font-size: 18px;
    padding: 20px 0;
		width: 100%;
	}
}

.artist-detail .sec-1 .thumb .pic-area .link-btn:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    vertical-align: top;
    background-image: url(../img/artist/btn-icon.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
}
@media (max-width: 640px) {
.artist-detail .sec-1 .thumb .pic-area .link-btn:after {
    margin-top: 6px;
    background-size: 18px;
    width: 18px;
    height: 18px;
	}
}

.artist-detail .sec-1 .profile-area{
max-width:1040px;
margin: auto;
display: flex;
align-items: flex-end;
}
@media (max-width: 1100px) {
.artist-detail .sec-1 .profile-area{
padding: 0 20px;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-1 .profile-area{
display: block;
	}
}

.artist-detail .sec-1 .profile-area .photo{
width: 250px;
}
@media (max-width: 640px) {
.artist-detail .sec-1 .profile-area .photo{
margin:0 auto 30px;
	}
}
@media (max-width: 480px) {
.artist-detail .sec-1 .profile-area .photo{
width: 200px;
margin:0 auto 30px;
	}
}
/*
.artist-detail .sec-1 .profile-area .photo.illust img{
position: relative;
top: -40px;
right: -20px;
}
@media (max-width: 640px) {
.artist-detail .sec-1 .profile-area .photo.illust img{
top:inherit;
right:inherit;
	}
}
*/

.artist-detail .sec-1 .profile-area .photo.border img{
border: 3px solid black;
}

.artist-detail .sec-1 .profile-area .txt{
font-size: 16px;
line-height: 1.8;
padding-left: 40px;
letter-spacing: -0.5px;
font-weight: bold;
}
@media (max-width: 640px) {
.artist-detail .sec-1 .profile-area .txt{
font-size: 15px;
padding-left: 0;
letter-spacing: 0;
	}
}

.artist-detail .sec-2{
max-width: 2000px;
margin:80px auto 120px;
}
@media (max-width: 1000px) {
.artist-detail .sec-2{
margin:60px auto 80px;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-2{
margin:40px auto 60px;
	}
}

.artist-detail .sec-2 img{
width: 100%;
}
.artist-detail .sec-2 .btn{
max-width:460px;
margin:100px auto 0;
}
@media (max-width: 640px) {
.artist-detail .sec-2 .btn{
margin:40px auto 0;
padding: 40px;
	}
}

.artist-detail .sec-2 .btn a{
display: block;
background:#ff005a;
color: white;
font-size: 22px;
font-weight: bold;
text-align: center;
padding: 35px 0;
}
@media (max-width: 1000px) {
.artist-detail .sec-2 .btn a{
font-size: 20px;
padding: 30px 0;
margin: auto;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-2 .btn a{
font-size: 18px;
padding: 20px 0;
max-width: 70%;
margin: auto;
	}
}
@media (max-width: 480px) {
.artist-detail .sec-2 .btn a{
max-width:inherit;
	}
}
.artist-detail .sec-2 .btn a:after{
content: "";
display: inline-block;
margin-left: 10px;
margin-top: 4px;
vertical-align: top;
background-image:url(../img/artist/btn-icon.png);
background-position: 0;
background-repeat: no-repeat;
background-size:22px; 
width: 22px;
height: 22px;
}
@media (max-width: 1000px) {
.artist-detail .sec-2 .btn a:after{
margin-top: 6px;
background-size:18px; 
width: 18px;
height: 18px;
	}
}

.artist-detail .sec-3{
margin-top: 140px;
}
@media (max-width: 1000px) {
.artist-detail .sec-3{
margin-top: 100px;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-3{
margin-top: 60px;
	}
}

.artist-detail .sec-3 .title{
text-align: center;
margin-bottom: 90px;
}
@media (max-width: 640px) {
.artist-detail .sec-3 .title{
margin-bottom: 50px;
	}
.artist-detail .sec-3 .title img{
width: 70%;
	}
}

.artist-detail .sec-3 .list{
max-width: 1060px;
margin: auto;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 1100px) {
.artist-detail .sec-3 .list{
padding:0 5px 0 15px;
	}
}
@media (max-width: 640px) {
.artist-detail .sec-3 .list{
padding:0 15px;
	}
}
.artist-detail .sec-3 .list li {
  margin: 0 5px 10px;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 1100px) {
.artist-detail .sec-3 .list li{
width: calc(33% - 10px);
}
.artist-detail .sec-3 .list li img{
width: 100%;
	}
}

@media (max-width: 640px) {
.artist-detail .sec-3 .list li{
width: calc(50% - 10px);
	}
}
.artist-detail .sec-3 .list li a {
  position: relative;
  display: block;
	font-weight: bold;
}

.artist-detail .sec-3 .list li a .mask {
  background: rgba(0, 0, 0, .8);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 1s ease;
  opacity: 0;
}
.artist-detail .sec-3 .list li a .mask {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
.artist-detail .sec-3 .list li a:hover .mask,.artist-detail .sec-3 .list li.current a .mask {
  opacity: 0;
}
.artist-detail .sec-3 .list li a:hover {
  opacity: 1;
	}
}
.artist-detail .sec-3 .list li.current a .mask{
opacity: 0;
}
.artist-detail .sec-3 .list li a .mask .caption {
  font-size: 16px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  opacity: 1;
  transition: all 1.2s ease;
  display: block;
  width: 100%;
	font-weight: bold;
}

.artist-detail .sec-3 .list li a:hover .mask .caption,.artist-detail .sec-3 .list li.current a .mask .caption {
  display: none;

}
.artist-detail .sec-3 .list li.current a{
pointer-events: none;
}
/* thanks */
.thanks .success-message{
text-align: center;
font-size: 32px;
font-weight: bold;
line-height: 1.6;
}
@media (max-width: 1024px) {
.thanks .success-message{
font-size: 26px;
padding: 0 20px;
	}
}
@media (max-width: 640px) {
.thanks .success-message{
font-size: 22px;
	}
}

.thanks .success-message .att{
font-size: 22px;
font-weight: bold;
display: block;
margin-top: 20px;
}
@media (max-width: 1024px) {
.thanks .success-message .att{
font-size: 16px;
	}
}
@media (max-width: 640px) {
.thanks .success-message .att{
font-size: 14px;
	}
}

