@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
/* アーティストネーム
---------------------------------------------------------------------------- */
.artistname {
  margin: 0 auto 2.5em;
}

.artistname ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artistname li {
  margin: 0 1% 1em;
  width: 48%;
  padding: 0.5em 1em;
  background: #fff0fb;
  font-weight: bold;
}

.artistname li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artistname li dl dt {
  min-width: 30px;
}

/*==================================================================*/
/* アーティストリスト
---------------------------------------------------------------------------- */
.artist-list {
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*.artist-list .artistbox {
  margin: 0 1.5% 1.5em;
  padding-bottom: 1em;
  width: 47%;
  background: white url("../assets/img/artist_bg.png") 0 0 repeat-x;
  box-shadow: 0px 0px 5px #d3d3d3;
}*/
.artist-list .artistbox {
  margin: 0 1.5% 1.5em;
  padding-bottom: 1em;
  background: white url("../assets/img/artist_bg.png") 0 0 repeat-x;
  border: 2px solid #f3cbd0; /* 線の太さ・種類・色 */
  padding: 20px; /* 内側の余白 */
  position: relative;
  width: 47%;
  border-radius: 30px 0 30px 0;
}

/*==================================================================*/
/* 通販ありエリア
---------------------------------------------------------------------------- */
.ic-order {
  margin-top: 2em;
}

.ic-order p {
  position: relative;
  padding: 2px 15px 5px 47px;
  display: inline-block;
  color: #fff;
  background: #a12162;
  font-weight: bold;
  border-radius: 20px;
}
.ic-order p:before {
  position: absolute;
  content: url(../assets/img/all_usagi_fig.png);
  bottom: -5px;
  left: 0;
}

.artist-list .artistbox .titlearea {
  margin: 1em auto;
  padding: 0.5em 0;
  background: #fff0fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist-list .artistbox .titlearea .no {
  padding: 0 0.5em;
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
}

.artist-list .artistbox .titlearea .shopname {
  padding-right: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}

.artist-list .artistbox .artistdetail {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.artist-list .artistbox .artistdetail .artistinfo dl {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
}

.artist-list .artistbox .artistdetail .artistinfo dl dt {
  width: 15%;
}

.artist-list .artistbox .artistdetail .artistinfo dl dt span {
  min-width: 30px;
  font-size: 0.8em;
  color: #fff;
  background: #000;
  padding: 2px 3px;
}

.artist-list .artistbox .artistdetail .artistinfo dl dd {
  width: 83%;
}

.artist-list .artistbox .artistdetail .artistphoto {
  width: 25%;
  min-width: 100px;
}

.artist-list .artistbox .artistdetail .artistphoto p {
  position: relative;
  margin: 0 auto 1em;
}

.artist-list .artistbox .artistdetail .artistphoto p a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.artist-list .artistbox .artistdetail .artistphoto p a:hover {
  opacity: 0.5;
}

.artist-list .artistbox .artistdetail .artistphoto p i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #000;
  padding: 5px;
  color: #fff;
}

.artist-list .artistbox .btn {
  text-align: right;
}

.artist-list .artistbox .btn a {
  font-size: 0.9em;
  padding: 5px 20px;
  max-width: 300px;
  border-radius: 10px;
  background: #c7000b;
  color: #fff;
}

.artist-list .artistbox .btn a:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 0 0 7px;
}

.artist-list .artistbox .btn a:hover {
  text-decoration: none;
}

/*==================================================================*/
/* アーティスト詳細ページ
---------------------------------------------------------------------------- */
.artist-detail {
  margin: 0 1.5% 1.5em !important;
  padding: 3.5em 1em 2em !important;
  background: white url("../assets/img/artist_bg.png") 0 0 repeat-x;
  border: 2px solid #e6b59e; /* 線の太さ・種類・色 */
  padding: 20px; /* 内側の余白 */
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px 0 30px 0;
}

.artist-detail:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -8px;
  width: 37px;
  height: 35px;
  background: url("../assets/img/artist_bg_l.png") 0 0 no-repeat;
}

.artist-detail .titlearea {
  margin: 0 auto 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff0fb;
  padding: 1em;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist-detail .url {
  margin: 0 auto 1em;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
}

.artist-detail .url dt {
  width: 80px;
}

.artist-detail .url dt span {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  font-size: 0.9em;
}

.artist-detail .titlearea p {
  margin: 0;
}

.artist-detail .titlearea .no {
  width: 80px;
  padding: 0 0.5em;
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
}

.artist-detail .titlearea .shopname {
  width: calc(100% - 80px);
  padding-right: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}

.artist-detail .detail {
  margin: 0 auto 3em;
  /*display:flex;
  justify-content: space-around;*/
}

.artist-detail .detail .photo {
  margin: 0 auto 0.5em;
  text-align: center; /*width:40%;*/
}

.artist-detail .detail .photo img {
  max-width: 100%;
  width: auto;
}

.artist-detail .detail .textarea {
  margin: 0 auto 0.5em;
  /*width:55%;*/
  width: 96%;
}

.artist-detail .photoarea {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artist-detail .photoarea li {
  list-style-type: none;
  margin: 0 1% 1em;
  width: 31.3%;
}

/* ページ送り
---------------------------------------------------------------------------- */
.pagenation {
  margin-bottom: 4em;
}

.pagenation ul {
  text-align: center;
  letter-spacing: -0.4em;
}

.pagenation ul li {
  display: inline-block;
  margin: 0 0.3em;
  vertical-align: top;
  letter-spacing: normal;
  font-weight: bold;
}

.pagenation ul li a {
  display: block;
  padding: 0 0.4em;
  font-size: 1.1em;
  text-decoration: none;
  background-color: #fff;
  color: #ff8caa;
  border: 1px solid #ff8caa;
}

.pagenation ul li a:hover {
  background-color: #ff8caa;
  color: #fff;
}

.pagenation ul li.current {
  padding: 0 0.4em;
  font-size: 1.1em;
  background-color: #ff8caa;
  color: #fff;
  text-decoration: none;
}

/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  /*==================================================================*/
  /* アーティストネーム
  ---------------------------------------------------------------------------- */
  .artistname ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* アーティストリスト
  ---------------------------------------------------------------------------- */
  .artist-list .artistbox {
    padding-top: 30px;
  }
  .artist-list .artistbox .titlearea .no {
    font-size: 1.4em;
  }
  .artist-list .artistbox .titlearea .shopname {
    font-size: 1em;
  }
  .artist-list .artistbox .artistdetail {
    padding: 0 1em 1em;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .artist-detail .url {
    font-size: 1em;
  }
  .artist-detail .titlearea .no {
    font-size: 1.4em;
  }
  .artist-detail .titlearea .shopname {
    font-size: 1.2em;
  }
  .artist-list .artistbox .artistdetail .artistinfo {
    margin: 0 auto 1em;
    width: 100%;
  }
  .artist-list .artistbox .artistdetail .artistinfo dl {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
  }
  .artist-list .artistbox .artistdetail .artistinfo dl dt {
    width: 15%;
  }
  .artist-list .artistbox .artistdetail .artistinfo dl dt span {
    min-width: 30px;
    font-size: 0.8em;
    color: #fff;
    background: #000;
    padding: 2px 3px;
  }
  .artist-list .artistbox .artistdetail .artistinfo dl dd {
    width: 83%;
  }
  .artist-list .artistbox .artistdetail .artistphoto {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .artist-list .artistbox .artistdetail .artistphoto p {
    margin: 0 2%;
  }
  /*詳細ぺージ*/
  .artist-detail .detail {
    display: block;
  }
  .artist-detail .detail .photo {
    margin: 0 auto 1em;
    max-width: 600px;
  }
  .artist-detail .detail .photo img {
    width: 100%;
  }
  .artist-detail .detail .textarea {
    margin: 0 auto 1em;
    width: 100%;
  }
  .pagenav {
    _zoom: 1;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 6em 0;
    position: relative;
  }
  .pagenav .prev {
    display: inline-block;
    float: left;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .next {
    display: inline-block;
    float: right;
    width: 40%;
    margin-bottom: 0.5em;
  }
  .pagenav .back {
    margin: 0 auto !important;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  /*==================================================================*/
  /* アーティストネーム
  ---------------------------------------------------------------------------- */
  .artistname ul {
    display: block;
    width: 100%;
  }
  .artistname li {
    margin: 0 auto 0.5em;
    width: 100%;
    font-size: 0.9em;
  }
  .artist-detail .url {
    width: 98%;
    font-size: 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .artist-detail .url dt {
    min-width: 70px;
    width: 20%;
  }
  .artist-detail .url dt span {
    padding: 5px 12px;
    background: #000;
    color: #fff;
    font-size: 0.9em;
  }
  .artist-detail .url dd {
    width: 78%;
  }
  .artist-list {
    display: block;
  }
  .artist-list .artistbox {
    margin: 0 1.5% 1.5em !important;
    padding-bottom: 1em;
    width: 94%;
  }
  .artist-list .artistbox .artistdetail {
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .artist-list .artistbox .artistdetail .artistphoto {
    width: 17%;
    min-width: 80px;
    display: block;
  }
  .artist-list .artistbox .artistdetail .artistphoto p {
    position: relative;
    margin: 0 auto 1em;
  }
  .artist-list .artistbox .artistdetail .artistphoto p i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #000;
    padding: 5px;
    color: #fff;
  }
  .artist-detail .photoarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .artist-detail .photoarea li {
    margin: 0 auto 1em;
    width: 96%;
  }
}