@charset "utf-8";
.wrap {
	overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.inner {
	width: 100%;
	margin: auto;
    padding: 0 5%;
}
.center {
    text-align: center;
}
.note{
	font-size: 10px;
}
.justify{
	text-align: justify;
}
.bold{
	font-weight: bold;
}
/*-------------------------------
WALL ART OROJECT
---------------------------------*/

/* header設定変更 */
#header { background: transparent; height: 50px; position: fixed; width: 100%; z-index: 999; }
#header .header-inner { padding: 0 15px; height: auto; }
#header a.logo2 { left: 0; position: absolute; top: 0; z-index: 10; }
#header a.logo2 .showmn_pc { display: block; }
#header a.logo2 .showmn_sp { display: none; }

/* header英語ページリンクボタン追加 */
#header .switch_wrap { float: right; z-index: 1000; }
#header .switch_wrap .btn_en { position: absolute; top: 20px; right: 20px; }
#header .switch_wrap .btn_en a { background-color: #59bac1; color: #ffffff; font-size: 15px; padding: 10px; border-radius: 2px; }
#header .switch_wrap .btn_en a:hover { background-color: #1ea5aa; }

.wallart_bg {
    width: 100%;
	background-image: url("../img/bg_wall-artist.jpg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
}

/* firstview */
.cp_mv{
	width: 100%;
	margin: auto;
}
.cp_mv h1 {
	height: 57px;
	width: 500px;
    margin: 50px auto;
	text-align: center;
}

/* 表示非表示 */
.no_pc{
	display: none;
}
.no_sp{
	display: block;
}
.no-br_pc{
	display: none;
}

/*-------------------------------
作画コンセプト＆プロフィール
---------------------------------*/
.artist01{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist01.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist02{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist02.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist03{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist03.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist04{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist04.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist05{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist05.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist06{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist06.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist07{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist07.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist08{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist08.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
.artist09{
	width:100%;
	margin:auto;
	padding: 0 0 20px;
	background-image: url("../img/bg_artist09.png");
	background-position: 13px 40px;
	background-size: 90px 225px;
	background-repeat: no-repeat;
}
h2.page-title{
	margin: 0 auto;
	padding: 40px 0 50px;
	text-align: center;
	font-size: 24px;
}
.artist_top{
	width:100%;
	height: 150px;
	margin:auto;
	display: flex;
	justify-content: center;
}
.face_yoko{
	height: 150px;
	padding-right: 20px;
}
.face_yoko img{
	max-height: 100%;
}
.face_tate{
	height: 150px;
	padding-right: 20px;
}
.face_tate img{
	max-height: 100%;
}
.introduction{
	height: auto;
}
.name{
	font-size: 32px;
	line-height: 1;
}
.born{
	font-size: 14px;
	line-height: 1;
}
.hp{
	font-size: 14px;
	line-height: 1;
	margin: 30px 0 0;
}

ul.sns{
	padding-top: 10px;
	display: flex;
}
ul.sns li{
	width: 25px;
	height: 25px;
	padding-right: 10px;
}
.profile{
	width: 100%;
	margin: auto;
	background-image: url("../img/bg_kurukuru02.png"),url("../img/bg_kurukuru02.png");
	background-position: -10% 360px,110% 100%;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;	
}
.detail{
	width: 720px;
	margin: auto;
	padding-top: 40px;
}
h3.detail_tit{
	font-size: 18px;
	margin: 25px 0 15px;
	font-weight: bold;
}
h4.artwork_tit{
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 auto;
}
p.explanation{
	margin: 10px auto 0;
	font-size: 14px;
}
p.explanation_link{
	margin: 10px auto 0;
	font-size: 14px;
	color:#337ab7; 
}
p.explanation_link a{
	color:#337ab7; 
}

/* スライダー枠 */
.slider{
	width: 90%;
	margin: auto;
	text-align: center;
}
/* Arrows 設定変更 */
.slick-prev:before,
.slick-next:before
{
	opacity: .35;
    color: black;
}

/* Dots 設定変更 */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}

/* インタビュー動画枠 */
.movie-wrap{
	width: 100%;
	margin: auto;
	padding-top: 15px;
	text-align: center;
}
.youtube-one {
    width: 640px;
    margin: auto;
	text-align: center;
	padding-bottom: 10px;
}
.youtube-one iframe {
    width: 640px;
    height: 360px;
}

/*-------------------------------
link
---------------------------------*/
.link{
	width: 35%;
	margin: 80px auto;
	padding: 0 5%;
}
/* バナー */
.bnr_wallart{
	width: 100%;
}
.bnr_wallart a{
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,1);
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px;
}
.bnr_wallart a:hover{
	background-color: rgba(230,230,230,0.5);
}

/*-------------------------------
footer
---------------------------------*/
#footer {margin: 0;}
#footer #copyright {border-top: none;}


/*-------------------------------
表示切替
---------------------------------*/
@media screen and (max-width:1240px) {
.profile{
	background-position: -15% 360px,115% 100%;
}
	
@media screen and (max-width:1140px) {
.profile{
	background-position: -20% 360px,120% 100%;
}
	
@media screen and (max-width:1090px) {
.profile{
	background-position: -25% 360px,125% 100%;
}

@media screen and (max-width:1040px) {
.profile{
	background-position: -30% 360px,130% 100%;
}	
	
@media screen and (max-width:980px) {
.detail{
	width: 100%;
	max-width: 720px;
	padding: 40px 5% 0;
}
/* WALL ART TOPリンクバナー */	
.link{
	width: 50%;
}		
}
	
@media screen and (max-width:920px) {
.profile{
	background-image: none;
}	

@media screen and (max-width:767px) {
/* header設定変更 */
#header { background: #90D1D6; height: 69px; }	
#header .header-inner { padding: 0; height: 69px; }	
#header a.logo2 { position: static; }
#header a.logo2 .showmn_pc { display: none; }
#header a.logo2 .showmn_sp { display: block; }
	
.no_pc{
	display: block;
}
.no_sp{
	display: none;
}		
	
/* firstview */
.cp_mv h1 {
	height: auto;
	width: 100%;
    margin: 89px auto 20px;
	padding: 0 10px;
}
	
/* 作画コンセプト＆プロフィール */
.artist{
	padding: 0 5% 20px;
}	
h2.page-title{
	text-align: left;
	font-size: 22px;
	line-height: 1.2;
	padding-left: 120px;
}
.artist_top{
	width:100%;
	height: 150px;
	margin:auto;
	display: flex;
	justify-content: flex-start;
	padding-left: 120px;
	padding-right: 14px;
}
	
/* インタビュー動画枠 */
.youtube-one {
    width: 480px;
}
.youtube-one iframe {
    width: 480px;
    height: 269px;
}	
}

@media screen and (max-width:600px) {
.artist01,.artist02,.artist03,.artist04,.artist05,.artist06,.artist07,.artist08,.artist09{
	background-position: 13px 63px;
}	
h2.page-title{
	padding: 20px 13px;
	font-size: 20px;
}
.artist_top{
	width:100%;
	height: auto;
	flex-wrap: wrap;
}
.face_yoko{
	height: 220px;
}	
.face_tate{
	height: 220px;
}	
.name{
	font-size: 22px;
	padding-top: 10px;
}
.hp{
	margin: 10px 0 0;
}
}

@media screen and (max-width:480px) {
/* firstview */
.cp_mv h1 {
    margin: 84px auto 15px;
	padding: 0 15px;
}
	
/* 作画コンセプト＆プロフィール */
.artist01,.artist02,.artist03,.artist04,.artist05,.artist06,.artist07,.artist08,.artist09{
	background-size: 54px 135px;
}
.artist_top{
	padding-left: 80px;
}
.face_yoko{
	height: 135px;
	width:100%;
	padding-right: 40%;	
}	
.face_tate{
	height: 135px;
}	
.born{
	font-size: 12px;
}	
.hp{
	font-size: 12px;
}
	
/* インタビュー動画枠 */
.youtube-one {
    width: 300px;
}
.youtube-one iframe {
    width: 300px;
    height: 168px;
}	

/* WALL ART TOPリンクバナー */	
.link{
	width: 90%;
}	
}

@media screen and (max-width:400px) {
.no-br_pc{
	display: block;
}
.artist01,.artist02,.artist03,.artist04,.artist05,.artist06,.artist07,.artist08,.artist09{
	background-position: 13px 83px;
}
.face_yoko{
	height: 120px;
}
.face_tate{
	height: 130px;
}	
}

@media screen and (max-width:320px) {
.face_yoko{
	height: auto;
}
}
