@charset "UTF-8";
#ao-sola {
  margin-bottom: 8%;
}
#ao-sola img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#ao-sola .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/*----------------------
 　メインV
----------------------*/
#ao-sola .main_V img {
  width: 100vw;
  margin-bottom: 4%;
}
#ao-sola .about {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
#ao-sola .about p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2%;
}
/*----------------------
 　youtube
----------------------*/
#ao-sola .yt {
  margin-bottom: 8%;
}
#ao-sola .yt .main_yt {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 2%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#ao-sola .yt h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3% 0 1.5% 3.8%;
}
#ao-sola .yt .slider li > span {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  margin-top: 12px;
}
/*----------------------
 slick
----------------------*/
#ao-sola .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
#ao-sola .slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
#ao-sola .slider .slick-slide {
  margin: 0 10px;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#ao-sola .slick-prev {
  position: absolute; /*絶対配置にする*/
  top: 32%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  content: "";
  background-image: url(../img/arrow_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 81px;
}
#ao-sola .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 32%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  content: "";
  background-image: url(../img/arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 81px;
}
#ao-sola .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -3%;
}
#ao-sola .slick-next {
  /*次へ矢印の位置と形状*/
  right: -3%;
}
#ao-sola .slider li:hover {
  opacity: 0.7;
}
/*----------------------
 　ドラマ連動SNS
----------------------*/
#ao-sola .drama {
  background-image: repeating-linear-gradient(-45deg, #dff2fc, #dff2fc 13px, #fff 0, #fff 15px);
  padding: 3% 0 4%;
  margin-bottom: 4%;
}
#ao-sola .drama h3,
#ao-sola .profile h3 {
  text-align: center;
  margin-bottom: 6%;
  font-weight: bold;
  font-style: italic;
  font-size: 6.2rem;
  color: #595757;
  letter-spacing: 0.4rem;
}
#ao-sola .drama .drama_sns {
  display: flex;
  justify-content: space-between;
}
#ao-sola .drama .drama_sns li:first-child {
  background-color: #f8d0e2;
  padding: 0 10px 3%;
  margin: 0 1%;
}
#ao-sola .drama .drama_sns li:last-child {
  background-color: #dcdddd;
  padding: 0 10px 3%;
  margin: 0 1%;
}
#ao-sola .drama .drama_sns li h4 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-top: -23px;
  padding-bottom: 4%;
}
#ao-sola .drama .drama_sns li h4:before {
  display: inline-block;
  content: "";
  background-image: url(../img/tw_i.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 10px;
}

/*----------------------
 　プロフィール
----------------------*/
#ao-sola .profile {
  margin-bottom: 4%;
}
#ao-sola .profile h3 {
  margin-bottom: 4%;
  letter-spacing: 1.3rem;
}
#ao-sola .profile ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ao-sola .profile ul li:first-child {
  width: 100%;
}
#ao-sola .profile ul li:first-child dl dt {
  width: 41%;
}
#ao-sola .profile ul li:first-child dl dd {
  width: 44%;
  margin: 0 auto;
}
#ao-sola .profile ul li {
  width: 50%;
  margin-bottom: 8%;
}
#ao-sola .profile ul li dl dt {
  text-align: center;
  margin: 0 auto 25px;
  width: 82%;
}
#ao-sola .profile ul li dl dd {
  font-size: 1.6rem;
  width: 85%;
  margin: 0 auto;
}
#ao-sola .oit_top {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
#ao-sola .oit_top a:hover {
  opacity: 0.7;
}
/*----------------------
 　599px以下
----------------------*/
@media screen and (max-width: 599px) {
  #ao-sola {
    margin-bottom: 12%;
  }
  #ao-sola .main_V img {
    margin-bottom: 8%;
  }
  #ao-sola .about {
    margin-bottom: 8%;
  }
  #ao-sola .about p {
    font-size: 1.1rem;
    margin-bottom: 4%;
    padding: 0 3%;
  }
  #ao-sola .about figure {
    width: 86%;
  }
  #ao-sola .yt {
    margin-bottom: 10%;
  }
  #ao-sola .yt h2 {
    font-size: 2rem;
    margin-top: 8%;
    margin-left: 0;
    text-align: center;
  }
  #ao-sola .yt .slider li > span {
    font-size: 1.6rem;
  }
  #ao-sola .slider {
    width: 85%;
  }
  #ao-sola .slick-prev {
    left: -6%;
  }
  #ao-sola .slick-next {
    right: -6%;
  }
  #ao-sola .drama h3,
  #ao-sola .profile h3 {
    font-size: 3.8rem;
    margin-bottom: 8%;
  }
  #ao-sola .drama {
    background-image: repeating-linear-gradient(-45deg, #dff2fc, #dff2fc 13px, #fff 0, #fff 15px);
    padding: 6% 0 0;
    margin-bottom: 8%;
  }
  #ao-sola .drama .drama_sns {
    flex-wrap: wrap;
    justify-content: center;
  }
  #ao-sola .drama .drama_sns li:first-child {
    margin: 0 4% 12%;
  }
  #ao-sola .drama .drama_sns li:last-child {
    margin: 0 4% 8%;
  }
  #ao-sola .drama .drama_sns li h4 {
    font-size: 2.4rem;
  }
  #ao-sola .drama .drama_sns li h4:before {
    width: 35px;
    height: 35px;
  }
  #ao-sola .profile {
    margin-bottom: 8%;
  }
  #ao-sola .profile ul li:first-child dl dt {
    width: 82%;
  }
  #ao-sola .profile ul li:first-child dl dd {
    width: 85%;
  }
  #ao-sola .profile ul li dl dd {
    font-size: 1.4rem;
  }
  #ao-sola .profile ul li {
    width: 100%;
    margin-bottom: 8%;
  }
  #ao-sola .oit_top {
    width: 60%;
  }
}
