/* ========================================

  style CSS

======================================== */

#contents #contentsBody {
  margin-top: 80px;
}
#contents #contentsBody p{
  text-align: justify;
  line-height: 1.8;
}
#contents .section+.section{
  margin-top: 80px;
}

/*--------------------------------------
  index
--------------------------------------*/
#contents.index #mainArea{
  position: relative;
  background-image: url("../img/index/main.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 450px;
}
#contents.index #mainArea h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/*contentsBody*/
#contents.index #danmaru{
  display: flex;
  justify-content: space-between;
  align-items:center;
}
#contents.index #danmaru .txt{
  width: 35%;
}
#contents.index #danmaru .txt h3{
  font-size: 24px;
  margin-top: 20px;
}
#contents.index .txt h2::before{
  content: "";
  display: inline-block;
  background: url("../img/index/bt_arrow.png")no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#contents.index #danmaru .txt h2::before{
  width: 28px;
  height: 28px;
}
#contents.index #danmaru .txt a{
  display: block;
}
#contents.index .kamishibai{
  position: relative;
  height: auto;
  overflow: hidden;
  box-shadow: 8px 8px 14px rgba(0,0,0,0.3);
  background: #000;
}
#contents.index #danmaru .kamishibai{
  width: 60%;
}
#contents.index .kamishibai:before {
  content: "";
  display: block;
  padding-top: 70%;
}
#contents.index .kamishibai ol,
#contents.index .kamishibai .frame{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#contents.index .kamishibai li{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition-duration: .6s;
  transition-property: left;
}
#contents.index .kamishibai .cover{
  left: -35%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#contents.index .memberIndex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents.index .memberIndex > li{
  width: 48%;
  margin-bottom: 60px;
}
#contents.index .memberIndex .txt a{
  display: flex;
  align-items: center;
  padding: 20px 15px 0 15px;
}
#contents.index #danmaru .txt a:hover,
#contents.index .memberIndex .txt a:hover{
  opacity: .7;
}
#contents.index .memberIndex .txt h3{
  font-size: 18px;
  margin-left: 20px;
}
#contents.index a{
  color: #231815;
}

#contents.index .tokyoList{
  display: flex;
  justify-content: space-between;
}
#contents.index .tokyoList li{
  width: 19%;
  text-align: center;
}
#contents.index .tokyoList li .name img{
  height: 30px;
  width: auto;
  margin-top: 15px;
}


/*--------------------------------------
  member
--------------------------------------*/
#contents.member #mainArea{
  position: relative;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 450px;
}
#contents.member #mainArea.ikkyu{
  background-image: url("../img/ikkyu/main.jpg");
}
#contents.member #mainArea.danmaru{
  background-image: url("../img/danmaru/main.jpg");
}
#contents.member #mainArea.bonmaru{
  background-image: url("../img/bonmaru/main.jpg");
}
#contents.member #mainArea.rakkyomu{
  background-image: url("../img/rakkyomu/main.jpg");
}
#contents.member #mainArea.haruru{
  background-image: url("../img/haruru/main.jpg");
}
#contents.member #mainArea.dash{
  background-image: url("../img/dash/main.jpg");
}
#contents.member #mainArea .illust{
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
/*intro*/
#contents.member .inner900{
  max-width: 900px;
  margin: 0 auto;
}
#contents.member .inner900+.inner900{
  margin-top: 60px;
}
#contents.member h2,
#contents.member h3{
}
#contents.member h2{
  font-size: 28px;
  margin-top: 20px;
}
#contents.member h3{
  font-size: 20px;
  padding: 0 0 12px 8px;
  border-bottom: solid 2px rgba(35,25,20,1);
}
#contents.member #intro p{
  font-size: 17px;
  line-height: 2;
  margin-top: 15px;
}
#contents.member .snsList{
  max-width: 900px;
  margin: 30px auto 0;
  display: flex;
}
#contents.member .snsList li+li{
  margin-left: 20px;
}
#contents.member .snsList li a{
  display: flex;
  align-items: center;
  line-height: 1;
  color: #231815;
  font-weight: bold;
}
#contents.member .snsList li a span.en{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
#contents.member .snsList li a span.small{
  font-size: 13px;
}
#contents.member .snsList li a::before{
  content: "";
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#contents.member .snsList li.blog a::before{
  background-image: url("../img/ic_blog.png");
}
#contents.member .snsList li.insta a::before{
  background-image: url("../img/ic_insta.png");
}
#contents.member .snsList li.tw a::before{
  background-image: url("../img/ic_tw.png");
}
#contents.member .snsList li.fb a::before{
  background-image: url("../img/ic_fb.png");
}
#contents.member .snsList li.hp a::before{
  background-image: url("../img/ic_hp.png");
}
#contents.member .snsList li.mail a::before{
  background-image: url("../img/ic_mail.png");
}
#contents.member #prof ol,
#contents.member #prof table{
  width: 100%;
  margin-top: 8px;
}
#contents.member #prof ol li{
  padding: 0 0 12px 8px;
  margin-top: 12px;
  border-bottom: solid 1px rgba(35,25,20,.1);
}
#contents.member #prof ol li:last-child,
#contents.member #prof table tbody tr:last-child th,
#contents.member #prof table tbody tr:last-child td{
  border-bottom: none;
}
#contents.member #prof table th{
  white-space: nowrap;
}
#contents.member #prof table th,
#contents.member #prof table td{
  padding: 12px 8px;
  border-bottom: solid 1px rgba(35,25,20,.1);
}
#contents.member .photo_col2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents.member .photo_col2 .col{
  width: 49%;
  box-shadow:1px 1px 1px 1px rgba(0,0,0,.05);
  background: #fff;
  margin-top: 2%;
}
#contents.member .photo_col2 .col dd{
  font-size: 13px;
  padding: 15px;
}
/*memberList*/
#contents.member .memberList{
  display: flex;
  justify-content: space-between;
}
#contents.member .memberList li{
  width: 18%;
}
#contents.member .memberList li:nth-child(2n){
  margin-top: 30px;
}
#contents.member .memberList li .txt{
  margin-top: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents.member .memberList li .img{
  text-align: center;
  padding-top: 100%;
  transition:.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents.member .memberList li:hover .img{
  transform:rotateZ( -10deg );
}
#contents.member .memberList li.danmaru .img{ background-image: url("../img/navi/danmaru.png"); }
#contents.member .memberList li.rakkyomu .img{ background-image: url("../img/navi/rakkyomu.png"); }
#contents.member .memberList li.ikkyu .img{ background-image: url("../img/navi/ikkyu.png"); }
#contents.member .memberList li.haruru .img{ background-image: url("../img/navi/haruru.png"); }
#contents.member .memberList li.dash .img{ background-image: url("../img/navi/dash.png"); }
#contents.member .memberList li.bonmaru .img{ background-image: url("../img/navi/bonmaru.png"); }
#contents.member .memberList li.danmaru .txt{ background-image: url("../img/index/ttl_danmaru.png"); }
#contents.member .memberList li.rakkyomu .txt{ background-image: url("../img/index/ttl_rakkyomu.png"); }
#contents.member .memberList li.ikkyu .txt{ background-image: url("../img/index/ttl_ikkyu.png"); }
#contents.member .memberList li.haruru .txt{ background-image: url("../img/index/ttl_haruru.png"); }
#contents.member .memberList li.dash .txt{ background-image: url("../img/index/ttl_dash.png"); }
#contents.member .memberList li.bonmaru .txt{ background-image: url("../img/index/ttl_bonmaru.png"); }


/* PC Styles
======================================== */
@media screen and (min-width: 1081px) {
  #contents.index .kamishibai:hover .cover{
    left: -80%;
  }
}

/* Tablet Styles
======================================== */
@media screen and (min-width:601px) and (max-width:1080px) {
  
}
@media screen and (max-width:1080px) {
  /*intro*/
  #contents.member .inner900{
    max-width: 90%;
  }
  
  /*--------------------------------------
    index
  --------------------------------------*/
  #contents.index #danmaru .txt h2 img{
    height: 35px;
    width: auto;
  }
  #contents.index #danmaru .txt h3{
    font-size: 18px;
    margin-top: 15px;
  }
  #contents.index .memberIndex .txt a{
    flex-direction: column;
  }
  #contents.index .memberIndex .txt h3{
    font-size: 18px;
    margin-left: 0;
    margin-top: 12px;
  }
  #contents.index .tokyoList li .name img{
    height: 24px;
    width: auto;
    margin-top: 15px;
  }
  
  #contents.member .snsList{
    max-width: 90%;
  }
  
}

/* Mobile Styles
======================================== */
@media screen and (max-width: 600px) {
  #contents #contentsBody {
    margin-top: 60px;
  }
  #contents .section+.section{
    margin-top: 60px;
  }
  
  /*--------------------------------------
    index
  --------------------------------------*/
  #contents.index .section+.section{
    margin-top: 40px;
  }
  #contents.index #mainArea{
    height: 280px;
  }
  /*contentsBody*/
  #contents.index #danmaru{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
  }
  #contents.index #danmaru .txt{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #contents.index #danmaru .txt h2::before{
    width: 20px;
    height: 20px;
  }
  #contents.index .kamishibai{
    box-shadow: 4px 4px 7px rgba(0,0,0,0.3);
  }
  #contents.index #danmaru .kamishibai{
    width: 100%;
  }
  #contents.index .kamishibai:before {
      padding-top: 70%;
  }
  #contents.index .memberIndex{
    justify-content: space-between;
  }
  #contents.index .memberIndex > li{
    width: 100%;
    margin-bottom: 40px;
  }
  #contents.index .tokyoList{
    flex-wrap: wrap;
    justify-content:center;
    margin-top:50px;
  }
  #contents.index .tokyoList li{
    width: 32%;
    margin-bottom: 30px;
    padding: 0 1%;
  }
  #contents.index .tokyoList li .name img{
    height: 20px;
    width: auto;
    margin-top: 15px;
  }
  
  
  /*--------------------------------------
    member
  --------------------------------------*/
  #contents.member  #contentsBody {
    margin-top: 50px;
  }
  #contents.member #mainArea{
    height: 220px;
  }
  #contents.member #mainArea .illust{
    top: 70%;
  }
  /*intro*/
  #contents.member .inner900{
    max-width: 90%;
  }
  #contents.member .inner900+.inner900{
    margin-top: 40px;
  }
  #contents.member h1{
    text-align: center;
    margin-top: 20px;
  }
  #contents.member h1 img{
    height: 40px;
    width: auto;
  }
  #contents.member h2{
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
  }
  #contents.member h3{
    font-size: 20px;
    padding: 0 0 12px 8px;
    border-bottom: solid 2px rgba(35,25,20,1);
  }
  #contents.member #intro .ttlArea{
    display: block;
  }
  #contents.member #intro .ttlImg{
    margin-right: 0;
    text-align: center;
  }
  #contents.member #intro p{
    font-size: 16px;
    line-height: 1.9;
    margin-top: 10px;
  }
  #contents.member .snsList{
    max-width: 90%;
    margin: 15px auto -2%;
    display: flex;
    flex-wrap: wrap;
  }
  #contents.member .snsList li{
    width: 49%;
    margin-top: 4%;
  }
  #contents.member .snsList li+li{
    margin-left: 0;
  }
  #contents.member .snsList li a{
    display: flex;
    align-items: center;
    line-height: 1;
    color: #231815;
    font-weight: bold;
  }
  #contents.member .snsList li a span.en{
    font-size: 15px;
  }
  #contents.member .snsList li a span.small{
    font-size: 12px;
  }
  #contents.member .snsList li a::before{
    content: "";
    background-repeat: no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  #contents.member .photo_col2{
    flex-direction: column;
    margin-top: 15px;
  }
  #contents.member .photo_col2 .col{
    width: 100%;
    margin-top: 0;
  }
  #contents.member .photo_col2 .col+.col{
    margin-top: 15px;
  }
  #contents.member .photo_col2 .col dd{
    font-size: 13px;
    padding: 15px;
  }
  
  /*memberList*/
  #contents.member .memberList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  #contents.member .memberList li{
    width: 30%;
    margin-bottom: 20px;
  }
  #contents.member .memberList li:nth-child(2n){
    margin-top: 0px;
  }
  #contents.member .memberList li .txt{
    margin-top: 10px;
    height: 14px;
  }
}