/*メディアクエリ（サンプル最後に取る）*/
.profile_top {
	padding-top: 20px !important;
}
.ruby-name{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
}
.jpn-name{
	font-size: 24px;
	flex-wrap: nowrap;
}
.eng-name{
	font-size:12px;
	padding-left: 20px;
}
.underline{
	text-decoration:underline;
}
/*sp（なくても良い）*/
@media screen and (min-width: 480px) {}
/*tablet 768px以上*/
@media screen and (min-width: 768px) {}
/*pc 1000px以上*/
@media screen and (min-width: 1000px) {}
/*カラム表示 基本*/
.col_wrap {
  display: flex;
  flex-wrap: wrap;
}
/*2カラム用*/
.col2_01 {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  background-color: #FAFFB4;
}
@media screen and (min-width: 768px) {
  .col2_01 {
    float: left;
    width: 50%;
    padding: 0 2%;
  }
  .col2_01:nth-child(odd) {
    background-color: #BCCDEB;
  }
}
/*タイトル装飾*/
.contents .mar-style {
  padding: 24px 0 0px;
}
@media screen and (min-width: 768px) {
  .contents .mar-style {
    padding: 120px 0 0px;
  }
 .profile.contents .mar-style {
    padding: 0px 0 28px;
}
}
.tit_l {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
#news .tit_l {
  margin-bottom: 20px;
}
.tit_l2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  text-align: center;
  position: relative;
  margin: 0 0 0px;
  letter-spacing: 0.1em;
}
.tit_l:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px; /*下線の上下位置調整*/
  display: inline-block;
  width: 25px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
@media screen and (min-width: 768px) {
  .tit_l {
    margin-bottom: 80px;
      font-size: 4rem;
  }
  #news .tit_l {
    margin-bottom: 50px;
  }
  .tit_l2 {
  font-size: 5.3rem;
    margin: 10px 0 20px;
      margin: 10px 0 20px 7px;
  }
  .tit_l:before {
    bottom: -10px; /*下線の上下位置調整*/
    width: 50px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
  }
}
.btn01 {
  width: 135px;
  height: 36px;
  background-color: #9BC6B9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 17px;
  margin: auto;
  font-family: 'Cormorant Garamond', serif;
  transition: all 1s;
}
.btn01:hover {
  color: #fff;
  background-color: #5DB097;
}
.artist_area .btn01 {
  widows: 186px;
  height: 25px;
}
#news {
  background-color: #EFF2F1;
}
.news .news_area {
  justify-content: space-between;
}
.news_area a {
   transition: .35s ease-in-out;
  opacity: 1;
}
.news_area a:hover {
  opacity: 0.4;
}
.news_area li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #A8A8A8;
  width: 100%;
}
.news_area li:last-child {
/*  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 40px;*/
}
.page {
    padding: 0 0 80px;
    display: inline-block;
}
  .news_wrap .side_menu{
    width: 100%;
    margin: 50px 0;
    }
  .news_wrap .side_menu li {
    height: 58px;
    border-bottom: 1px solid #A8A8A8;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 3.6rem;
    font-weight: normal;
    padding-bottom: 5px;
      letter-spacing: 0.05em;
  }
  .news_wrap .side_menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side_btn {
    background-color: #9BC6B9;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05rem;
  }
@media screen and (min-width: 768px) {
 #news .col_wrap, .news .col_wrap{
    justify-content: space-between;
    }
  #news .col_wrap, .news .col_wrap{
    max-width: 980px;
    }
  .news_wrap .side_menu{
    width: 21%;
    margin-top: -110px;
    }
  .news_wrap .side_menu li {
    height: 58px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 3.7rem;
    font-weight: normal;
    padding-bottom: 5px;
  }
  .news_wrap .side_menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333;
  }
  .side_btn {
    background-color: #9BC6B9;
    height: 40px;
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .news .news_area{
        width: calc(72%);
    }
  .news_area li {
    width: 44%;
  }
      .news .news_area li {
    width: 47%;
  }
  .news_area li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
.news .col_wrap.news_wrap{
    justify-content: space-between;
    max-width: 980px;
    margin: 0 -44px;
    }
}
.name_date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news_area li:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .news_area li:nth-child(2) {
    border-top: none;
  }
}
.news_area li .icon {
  width: 83px;
}
.news_area li .detail {
  width: calc(100% - 103px);
}
.news_area li p {
  font-size: 1.3rem;
}
.news_area li p .name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.artist_area {
  justify-content: center;
  max-width: 850px;
  margin: auto;
}
.artist_area.director{
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.artist_area li {
  margin-bottom: 90px;
}
  .artist_area.director li {
   width: 100%;
}
.artist_area li .icon{
  padding-bottom: 40px;
  background-image: url("../images/shadow.png");
background-position: center bottom;
  background-repeat: no-repeat;
}
.artist_area:last-child li:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .artist_area li {
    width: 45%;
    margin-bottom: 90px;
  }
  .artist_area.director li {
    width: 45%;
}
 .artist_area.director li:nth-child(2n) {
  margin-left: 0;
}
  .artist_area:last-child li:last-child {
    margin-bottom: 90px;
  }
  .artist_area li:nth-child(even) {
    margin-left: 10%;
  }
}
.artist_area h3.name {
  text-align: center;
  font-size: 2.3rem;
  margin: 0 auto 20px;
    font-weight: normal;
}
.artist_area h3.name.en {
  font-family: 'Cormorant Garamond', serif;
}
.sub-name{
    font-size:1.6rem;
}
.icon_sns {
  width: 25px;
  margin: 0 auto;
  display: block;
}
#twitter iframe {
  margin-top: 60px !important;
  border: 1px #707070 solid !important;
}
.contents #twitter .mar-style {
  padding: 0px 0 0px;
  text-align: center;
}
.profile .mar-style {
  padding: 0 0 0px;
}
.profile .sub-name{
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
.profile .mar-style {
  padding: 0 0 28px;
}
.contents #twitter .mar-style {
  padding: 0px 0 56px;
}
}
.profile .pro_txt {
  width: 100%;
  text-align: center;
  letter-spacing: 0.1rem;
}
.profile .pro_txt h2 {
  font-size: 2.5rem;
  font-weight: normal;
  margin-top: 30px;
    
}
#discography{
    margin-top: 50px;
}
@media screen and (min-width: 768px) {
.profile .pro_txt h2 {
  margin-top: 0px;
}
}
.profile .pro_txt h2 ruby {}
.profile .pro_txt h2 rt.ru {
  font-size: 1.2rem;
  font-weight: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 5px;
}
.profile .pro_txt h2 rb {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: inline-block;
}
.profile .pro_txt h3 {
  font-size: 1.5rem;
  font-weight: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  color: #74AA9A;
 text-align: center;
    margin-top: 20px;
}
.profile .pro_txt p {
  font-size: 1.8rem;
  font-family: 'EB Garamond', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  margin-bottom: 3px;
}
.profile .pro_txt p.f_s {
  margin-top: 30px;
  font-size: 1.4rem;
}
.profile .pro_txt ul {
  display: flex;
    justify-content: center;
}
.profile .tit_l {
    font-size: 3.5rem;
    margin-bottom: 30px;
}
.profile .pro_txt ul li {
    width: 25px;
    margin-right: 15px;
    display: flex;
    margin-top: 8px;
}
	
@media screen and (min-width: 768px) {
.profile .tit_l {
    font-size: 4rem;
    margin-bottom: 50px;
}
.profile_top {
  display: flex;
}
 .profile_top.txt_c {
 justify-content: center;
}
.profile .pro_sl {
  margin-right: 8%;
 width:calc(100% - 218px);
}
.profile .pro_txt {
  width: 218px;
  text-align: left;
}
.profile .pro_txt.txt_c {
  text-align: center;
}
.profile .pro_txt h2 {
  font-size: 3.0rem;
  margin-bottom: 30px;
  font-weight: normal;
  margin-top: 50%;
    text-align: left;
}
.profile .pro_txt.txt_c  h2 {
    text-align: center;
}
    .profile .pro_txt p {
  font-size: 2.0rem;
}
.profile .pro_txt h2 ruby {}
.profile .pro_txt h2 rt.ru {
  font-size: 1.4rem;
  margin-bottom: 10px;

}
	
.profile .pro_txt.txt_c  h2 ruby {
  text-align: center;
  display: inline-block;
  line-height: 0.8;
}
.profile .pro_txt h3 {
  font-size: 1.5rem;
    text-align: left;
    margin-top: 0;
}
    .profile .pro_txt ul {
justify-content: flex-start;
}
    .profile .pro_txt ul li {
  width: 26px;
  margin-right: 20px;
}
}






.profile .pro_txt ul li:last-child {
    margin-right: 0px;
}
.profile #discography h3 {
  height: 30px;
  background-color: #9BC6B9;
  font-size: 1.5rem;
  font-family: 'EB Garamond', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  border-radius: 3px;
  padding: 3px 5%;
  font-weight: 400;
}
.profile #discography ul {
  line-height: 1.8;
  font-size: 1.3rem;
  margin: 30px 0 60px;
}
.profile #discography .discography_list {
  line-height: 1.8;
  font-size: 1.3rem;
  margin: 30px 0 60px;
}
.profile #discography .discography_list p{
  margin: 0 0 1em 0px;
}
.profile #discography .discography_list.etc {
  width: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
.profile #discography h3 {
  height: 50px;
  font-size: 2.5rem;
  padding: 3px 5%;
}
.profile #discography ul {
  font-size: 1.5rem;
}
.ruby-name{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
}
.eng-name{
	padding-left: 0px;
}
.profile .banner_list{
    display: flex;
    justify-content: space-between;
}
.profile .banner_list li{
    width: 48%;
}
.news .year {
    font-size: 8rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 0.5;
}

@media screen and (min-width: 768px) {
.news .year{
    font-size: 12.3rem;
    line-height: 1.6;
}
}
@media screen and (min-width: 1200px) {
.news .year{
    font-size: 12.3rem;
    line-height: 1.6;
    margin-left: -44px;
}
}
.news_article,.news{
    background-color: #EFF2F1;
}
.contents.news .news_area{
    padding-bottom: 60px;
}
.news_article .mar-style{
   width: calc(100% - 40px);
    margin: auto;
        padding-bottom: 40px;
}
.news_article .mar-style img{
   margin-bottom: 30px;
}
.news_article .date{
    font-size: 1.8rem;
  font-family: 'EB Garamond', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.news_article .tit_article{
    font-size: 1.8rem;
line-height: 1.4;
margin: 5px 0 20px;
}
.news_article .mar-style p{
   line-height: 2;
}
.news_article .btn01{
    margin-top: 110px;
}
@media screen and (min-width: 768px) {
    .news_article .mar-style{
    max-width: 640px;
        padding-top: 80px;
        margin-bottom: 30px;
        padding-bottom: 80px;
}
.news_article .date{
    text-align: center;
    font-size: 1.8rem;
}
.news_article .tit_article{
    text-align: center;
    font-size: 1.8rem;
line-height: 1.4;
margin: 24px 0 57px;
}
    .news_article .mar-style img{
   margin-bottom: 70px;
}
}

#company .contents{
    background-color: #EFF2F1;
}
#company .company_profile_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
#company .company_profile_wrap img{
    width: 100%;
}
#company dl.company_profile{
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.8;
}
#company dl.company_profile dt{
    width: 75px;
    padding: 30px 0;
    margin-right: 20px;
    border-top: 1px #707070 solid;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
#company .company_profile_wrap img{
    width: 40%;
    margin-left: 13%;
}
#company dl.company_profile{
    width: 47%;
}
#company dl.company_profile dt{
    margin-right: 40px;
}
}

#company dl.company_profile dd{
    width: calc(100% - 115px);
    border-top: 1px #707070 solid;
    padding: 30px 0;
}
#company iframe{
    margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}

#contact .contents{
    background-color: #EFF2F1;
}
#contact .col_wrap {
    justify-content: center;
    flex-wrap: nowrap;
}
#contact h2{
    font-size: 1.8rem;
    margin-bottom: 10px;
}

#contact dl{
   font-size: 1.5rem;
      display: flex;
    flex-wrap: wrap;
    max-width: 720px;
    width: 100%;
    margin: auto;
}
#contact dt{
      display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 0 0 0;
    letter-spacing: 0.1em;
}
#contact dl span{
   font-size: 1.1rem;
    display: inline-block;
    background-color: #9BC6B9;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    margin-left: 10px;
}
#contact dl span.error {
    display: inline-block;
    background-color: #E77D7F;
    position: absolute;
    top: 15px;
}
#contact dd{
    width: 100%;
    padding: 30px 0 30px 0px;
      display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
        border-bottom: 1px #707070 solid;
    flex-wrap: wrap;
    position: relative;
}
#contact input, #contact textarea,contact,#contact .btn01{
    padding: 6px 10px ;
    border-radius: 5px;
    border: 1px #707070 solid;
    width: 100%
}
#contact .seimei input{
    width:100%
}
#contact .seimei input + input{
    margin-top: 10px;
}
#contact .btn01{
    max-width:400px;
    margin: 90px auto 100px;
    border: none;
    width: 45%;
}
@media screen and (min-width: 768px) {
#contact dt{
    width: 220px;
    padding: 30px 0 30px 0;
    border-bottom: 1px #707070 solid;
    justify-content: space-between;
}
#contact dd{
    width: calc(100% - 220px);
    padding: 30px 0 30px 80px;
}
#contact .seimei input{
    width: 48%
}
#contact .seimei input + input{
    margin-top: 0px;
}
}
.news_article .col_wrap{
    justify-content: space-between;
}
.next a,.prev a{
float: right;
padding: 1px 30px 0 0;
background-image: url("../images/arrow01.png");
background-repeat: no-repeat;
background-size: 15px 15px;
background-position: center right;
height: 15px;
    font-size: 13px;
   transition: .35s ease-in-out;
    opacity: 1;
}
.prev a{
background-image: url("../images/arrow02.png");
padding: 1px 0 0 30px;
background-position: center left;
}
.next a:hover .prev a:hover{
 opacity: 0.5;
}

/* ファンレターページここから */
.fan-letter_message{
    text-align: center;
    line-height: 2;
}
.fan-letter_wrapper{
    margin: 60px auto 0;
    padding-bottom: 140px;
}
.fan-letter_title{
    height: 30px;
    background-color: #9BC6B9;
    font-size: 1.5rem;
    font-family: 'EB Garamond', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #fff;
    border-radius: 3px;
    padding: 3px 5%;
    font-weight: 400;
    margin-bottom: 30px;
}
.fan-letter_list{
    margin-bottom: 60px;
}
.fan-letter_box{
    display: flex;
    align-items: center;
}
.fan-letter_box:last-child{
    margin-top: 20px;
}
.fan-letter_text{
    line-height: 2;
}

@media screen and (min-width: 768px){
    .fan-letter_title{
        height: 50px;
        font-size: 2rem;
        padding: 10px 5%;
    }
}
@media screen and (max-width: 480px) {
    .fan-letter_message {
        text-align: left;
    }
}
/* ファンレターページここまで */