@charset "UTF-8";
/*
##################################################################
#################################

	#######  SETTING  #########

#################################
##################################################################

@media all and (max-width:$sp_width) {// sp
}
@media all and (min-width:$pc_width) {// pc
}
*/
/* PC,SP width setting */
area {
  border: none;
  outline: none;
}

/* display setting */
/* column style [PC] */
.col1 div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.col2 {
  text-align: left;
}
.col2 div {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.col2 div:nth-child(2) {
  margin-left: 3.2%;
}

.col3 div {
  display: inline-block;
  vertical-align: top;
  width: 31%;
}
.col3 div:nth-child(2) {
  margin: 0 2%;
}
.col3 .col2 {
  width: 100%;
  margin: 0;
}
.col3 .col2 div {
  width: 46% !important;
}

.col4 div {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-left: 2%;
}
.col4 div:first-child {
  margin-left: 0;
}
.col4 div:nth-child(4n+1) {
  margin-left: 0;
}

.col6 div {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin-left: 1%;
}
.col6 div:first-child {
  margin-left: 0;
}
.col6 div:nth-child(6n+1) {
  margin-left: 0;
}

/* #####################
#
#      Font setting
#
##################### */
/* NotoSans CJK jp */
@font-face {
  font-family: "NotoSansCJKjp Thin";
  src: url("../font/NotoSansCJKjp-Thin.woff"), url("../font/NotoSansCJKjp-Thin.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Light";
  src: url("../font/NotoSansCJKjp-Light.woff"), url("../font/NotoSansCJKjp-Light.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp DemiLight";
  src: url("../font/NotoSansCJKjp-DemiLight.woff"), url("../font/NotoSansCJKjp-DemiLight.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Regular";
  src: url("../font/NotoSansCJKjp-Regular.otf"), url("../font/NotoSansCJKjp-Regular.woff");
}
@font-face {
  font-family: "NotoSansCJKjp Medium";
  src: url("../font/NotoSansCJKjp-Medium.woff"), url("../font/NotoSansCJKjp-Medium.woff2");
}
@font-face {
  font-family: "NotoSansCJKjp Bold";
  src: url("../font/NotoSansCJKjp-Bold.woff");
}
@font-face {
  font-family: "NotoSansCJKjp Black";
  src: url("../font/NotoSansCJKjp-Black.woff"), url("../font/NotoSansCJKjp-Black.woff2");
}
/* Amiri */
@font-face {
  font-family: "Amiri Regular";
  src: url("../font/Amiri-Regular.woff"), url("../font/Amiri-Regular.woff2");
}
@font-face {
  font-family: "Amiri Bold";
  src: url("../font/Amiri-Bold.woff"), url("../font/Amiri-Bold.woff2");
}
/* NotoSerif CJK jp */
@font-face {
  font-family: "NotoSerifCJKjp SemiBold";
  src: url("../font/NotoSerifCJKjp-SemiBold.woff"), url("../font/NotoSerifCJKjp-SemiBold.woff2");
}
* {
  font-family: "NotoSansCJKjp DemiLight", "メイリオ", Meiryo;
  line-height: 1;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1;
}

/* #####################
#
#      Color setting
#
##################### */
/* ##################################
############################################
############################################
############################################
#
#      STYLE
#
############################################
############################################
############################################
################################## */
/* COMMON STYLE */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}

.l_lineTtl {
  position: relative;
  font-family: "NotoSerifCJKjp SemiBold";
  font-size: 26px;
}
.l_lineTtl:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -520px;
  width: 500px;
  height: 2px;
  background-color: #dc0014;
}

.Rbtn {
  display: inline-block;
  text-align: center;
  border: 1px solid #dc0014;
  color: #dc0014;
  padding: 15px 80px;
  font-size: 15px;
}
.Rbtn:hover {
  cursor: pointer;
}

#header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #dc0014;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
#header .wrapper {
  padding: 10px 15px 10px 10px;
  position: relative;
}
#header .logo {
  float: left;
  width: 135px;
  display: inline-block;
  text-align: left;
}
#header .logo a {
  display: block;
}
#header .logo p {
  font-size: 10px;
  margin-bottom: 5px;
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .header_tel {
  display: none;
}
#header .accordion_box {
  display: none;
}
#header .accordion_box input {
  display: none !important;
}
#header .accordion_box .accordion_cont {
  display: none;
}

#footer .footer_outlink {
  border-top: 1px solid #c3bab0;
  border-bottom: 1px solid #c3bab0;
  background-color: #f4f2f0;
  padding: 30px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_outlink > div {
  width: 50%;
  padding: 15px 50px 5px;
  text-align: center;
}
#footer .footer_outlink > div:first-child {
  border-right: none;
  border-bottom: none;
}
#footer .footer_outlink > div .desc {
  font-size: 14px;
  margin-bottom: 15px;
}
#footer .footer_outlink > div .ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
#footer .footer_outlink > div .ttl img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0px -2px 6px;
}
#footer .footer_outlink > div a.display {
  display: none;
}
#footer .to-top {
  display: none;
}
#footer .footer_link {
  display: none;
}
#footer .copy {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* PAGE STYLE */
#bread {
  display: none;
}

.page-top {
  text-align: center;
  background-color: #f4f2f0;
  padding: 40px 0;
}
.page-top h1 {
  font-size: 46px;
  font-family: "Amiri Regular", "メイリオ", Meiryo;
  color: #dc0014;
}
.page-top p {
  font-size: 15px;
  margin-top: 15px;
}

/* 声優タレント一覧 single */
.s-talent {
  padding: 40px 0 60px;
}
.s-talent .talent_cont .ttl {
  font-family: "NotoSansCJKjp Medium", "メイリオ", Meiryo;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: left;
}
.s-talent .talent_cont .sub_ttl {
  color: #908173;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
}
.s-talent .talent_cont .top_info {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.s-talent .talent_cont .thumb {
  width: 20%;
  margin-bottom: 20px;
}
.s-talent .talent_cont .thumb img {
  width: 100%;
  height: auto;
}
.s-talent .talent_cont .talent_profile {
  width: 75%;
}
.s-talent .talent_cont .talent_profile li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #c3bab0;
}
.s-talent .talent_cont .talent_profile li:last-child {
  border-bottom: 1px solid #c3bab0;
}
.s-talent .talent_cont .talent_profile li > div {
  padding: 20px 0;
  line-height: 1.875;
  font-size: 15px;
}
.s-talent .talent_cont .talent_profile li > div:first-child {
  width: 25%;
  background-color: #f4f2f0;
  text-align: center;
  font-family: "NotoSansCJKjp Medium", "メイリオ", Meiryo;
}
.s-talent .talent_cont .talent_profile li > div:last-child {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
.s-talent .talent_cont .Rbtn {
  display: none;
}
.s-talent .talent_cont .voiceSample {
  display: none;
}
.s-talent .talent_cont .talent_product {
  margin-top: -50px;
}
.s-talent .talent_cont .talent_product h2 {
  margin-bottom: 30px;
}
.s-talent .talent_cont .talent_product p {
  line-height: 1.875;
  font-size: 15px;
  margin-bottom: 30px;
  /*width: 48%;
  display: inline-block;*/
  vertical-align: top;
}
.s-talent .talent_cont .talent_product p:nth-child(odd) {
  margin-left: 1.8%;
}
.s-talent .talent_cont .talent_product p:last-child {
  margin-bottom: 0;
}
.s-talent .talent_cont .talent_product p strong, .s-talent .talent_cont .talent_product p b {
  font-size: 17px;
  font-family: "NotoSansCJKjp Medium", "メイリオ", Meiryo;
}
.s-talent .sidebar {
  display: none;
}

.s-artist {
  padding: 100px 0 140px;
}
.s-artist .artist_cont .thumb {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.s-artist .artist_cont .thumb img {
  width: 100%;
  height: auto;
}
.s-artist .artist_cont .l_lineTtl:after {
  display: none;
}
.s-artist .artist_cont .ttl {
  font-family: "NotoSansCJKjp Medium", "メイリオ", Meiryo;
  font-size: 36px;
  margin-bottom: 100px;
}
.s-artist .artist_cont .aniyume_desc {
  display: inline-block;
  float: left;
  width: 48%;
  margin-top: 0;
  margin-bottom: 100px;
}
.s-artist .artist_cont .aniyume_desc h2 {
  margin-bottom: 30px;
}
.s-artist .artist_cont .aniyume_desc p {
  font-size: 17px;
  line-height: 1.5;
}
.s-artist .artist_cont .artist_information {
  display: inline-block;
  float: right;
  width: 48%;
  margin-bottom: 100px;
}
.s-artist .artist_cont .artist_information h2 {
  margin-bottom: 30px;
}
.s-artist .artist_cont .artist_information ul li {
  padding: 5px 15px;
  border-top: 1px solid #c3bab0;
}
.s-artist .artist_cont .artist_information ul li:last-child {
  border-bottom: 1px solid #c3bab0;
}
.s-artist .artist_cont .artist_information ul li a {
  display: block;
}
.s-artist .artist_cont .artist_information ul li p {
  line-height: 1.6666;
  font-size: 15px;
  color: #000;
}
.s-artist .artist_cont .artist_discography {
  display: none;
}
.s-artist .artist_cont #artistsEventForm {
  display: none;
}
.s-artist .Rbtn {
  display: none;
}
.s-artist .sidebar {
  width: 100%;
}

.s-artist_sidebar .l_lineTtl-side {
  padding-left: 46px;
}
.s-artist_sidebar .l_lineTtl-side:after {
  left: 0px;
}
.s-artist_sidebar .artist-box {
  margin-bottom: 40px;
}
.s-artist_sidebar .member_wrapper {
  text-align: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-artist_sidebar .member_wrapper a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100px;
  margin-left: 5px;
}
.s-artist_sidebar .member_wrapper a:nth-child(3n+1) {
  margin-left: 0;
}
.s-artist_sidebar .member_wrapper a:nth-child(n+4) {
  margin-top: 15px;
}
.s-artist_sidebar .member_wrapper a .member_thumb {
  width: 100%;
  height: 150px;
  overflow-y: hidden;
  border: 1px solid #c3bab0;
  margin-bottom: 10px;
}
.s-artist_sidebar .member_wrapper a .member_thumb img {
  width: 100%;
  height: auto;
}
.s-artist_sidebar .member_wrapper a .member_name {
  font-size: 13px;
  text-align: center;
}
.s-artist_sidebar .a-box--sns {
  display: none;
}
.s-artist_sidebar .sns_wrapper {
  display: none;
}
.s-artist_sidebar .youtube_movie {
  display: none;
}
.s-artist_sidebar .link_wrapper {
  display: none;
}

/* 会社概要 */
.p-company {
  padding: 60px 0 80px;
}
.p-company .wrapper {
  margin-bottom: 100px;
}
.p-company .wrapper:first-child ul li:nth-child(2) {
  border-bottom: 1px solid #c3bab0;
}
.p-company .wrapper:first-child ul li:nth-child(n+3) {
  display: none !important;
}
.p-company .wrapper:nth-child(2) {
  display: none;
}
.p-company .wrapper:last-child {
  margin-bottom: 0;
}
.p-company .wrapper:last-child .tar {
  display: none;
}
.p-company ul {
  margin-top: 30px;
}
.p-company ul li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  border-top: 1px solid #c3bab0;
}
.p-company ul li:last-child {
  border-bottom: 1px solid #c3bab0;
}
.p-company ul li div {
  font-size: 15px;
  line-height: 1.6666;
}
.p-company ul li div:first-child {
  width: 15%;
  font-family: "NotoSansCJKjp Medium", "メイリオ", Meiryo;
  padding-left: 10px;
}
.p-company ul li div:last-child {
  width: 85%;
}
.p-company .accessmap img {
  width: 100%;
  height: auto;
  margin: 30px 0 20px;
}
.p-company .accessmap a {
  color: #dc0014;
  text-decoration: underline;
  font-size: 15px;
}
.p-company .Rbtn {
  display: none;
}

/* #####################
#
#      Class setting
#
##################### */
/* margin */
.mt0 {
  margin-top: 0     !important;
}

.mt5 {
  margin-top: 5px   !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0   !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* padding */
.pt0 {
  padding-top: 0   !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0   !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}
