@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  min-height: 100%;
}

body {
  font-family: "Noto Sans JP", Arial, Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}

h1 {
  color: #ffffff;
  font-size: 24px;
  margin: 0 auto;
}

a {
  color: #c9a063;
  text-decoration: none;
}

a:hover {
  color: #cccccc;
}

h1 a {
  color: #555555;
  display: block;
  text-decoration: none;
}

h1 a img {
  width: 100%;
}

h1.title_pc {
  display: none;
}

img {
  max-width: 100%;
}

img[src="img/bg_main_sp05.jpg"] {
  display: block;
  width: 100%;
  margin: 0 auto;
}

nav {
  margin-bottom: 20px;
}

nav ul {
  display: block;
  margin-top: 5px;
  /*margin-left: 5px;*/
}

nav ul li {
  background-color: #40220f;
  border-bottom: 1px dashed #efefef;
  line-height: 1.5;
  text-align: center;
}

nav ul li:last-child {
  border-bottom: none;
}

nav ul li a {
  color: #ffffff;
  font-family: "utopia-std",serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

nav ul li a:hover {
  color: #f8ccd2;
}

/*Utility*/
.u_mbs {
  margin-bottom: 0.5rem;
}

.u_mbm {
  margin-bottom: 1rem;
}

.u_mbn {
  margin-bottom: 2rem;
}

.u_mbl {
  margin-bottom: 3rem;
}

.txt_en {
  color: #a40b5d;
  font-weight: bold;
}

/*パンくずリスト*/
.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  color: #40220f;
}

.breadcrumb li a:hover {
  color: #c9a063;
}

.breadcrumb li:after {
  content: "\00bb";
  margin: 0 5px;
}

.breadcrumb li:last-child a {
  color: #c9a063;
}

.breadcrumb li:last-child:after {
  content: none;
}

col_rightside_top {
  margin-bottom: 1rem;
  width: 90%;
}

.box_info {
  height: auto;
  overflow: hidden;
  width: 90%;
  margin: 0 auto 1rem auto;
  padding: 10px;
}

.box_info h2 {
  border-bottom: 1px dashed #40220f;
  color: #40220f;
  font-family: "utopia-std",serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.box_info dl {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}

.box_info dl dt,
.box_info dl dd {
  line-height: 1.5;
  margin-bottom: 10px;
}

.box_info dl dt {
  float: left;
}

.box_info dl dd {
  margin-left: 5.5rem;
}

.box_twi {
  margin: 0 auto;
  width: 90%;
}

.box_twi h2 {
  border-bottom: 1px dashed #40220f;
  color: #40220f;
  font-family: "utopia-std",serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.box_twi h2 a {
  color: #40220f;
  text-decoration: none;
}

.small {
  font-size: 16px;
}

.box_share {
  margin: 1rem auto;
  width: 30%;
}

.main h2 {
  color: #40220f;
  font-family: "utopia-std",serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.main h3 {
  color: #c9a063;
  font-family: "a-otf-midashi-mi-ma31-pr6n";
  font-size: 20px;
  margin-bottom: 8px;
}

.main h4 {
  border-bottom: 1px dotted #40220f;
  color: #a40b5d;
  font-family: "a-otf-midashi-mi-ma31-pr6n";
  font-size: 18px;
  margin-bottom: 8px;
}

.main h5 {
  color: #c9a063;
  font-size: 1rem;
}

.main section {
  margin-bottom: 2rem;
}

.main img,
.main p,
.main ul,
.main ol,
.main dl {
  margin-bottom: 1rem;
}

.main dl dd {
  margin-bottom: 1rem;
}

.main .article_date {
  border-bottom: 1px dotted #40220f;
  font-size: 14px;
}

.img_center {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

p.caption {
  text-align: center;
}

.box_image {
  margin-bottom: 1rem;
}

.box_image img {
  display: block;
  margin: 0 auto;
}

/*Newsページ*/
.news ul {
  list-style-type: disc;
  list-style-position: inside;
}

.news p img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
}

/*Discography*/
.bl_disc {
  background-color: rgba(239, 239, 239, 0.5);
  width: 90%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bl_disc h3 {
  font-family: "Noto Sans JP", Arial, Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}

.box_disc {
  margin: 1.5rem auto;
  width: 90%;
}

.box_disc a:hover {
  opacity: 0.8;
}

.box_disc a img {
  border: 1px solid #c9a063;
  display: block;
  width: 100%;
  /*margin: 1rem auto;*/
}

/*.bl_image_cd {
  width: 90%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}*/

.box_image_cd {
  margin: 1rem auto;
  width: 90%;
}

.box_image_cd img {
  border: 1px solid #c9a063;
  width: 100%;
}

/*Eventページ*/
.bl_event {
  background-color: rgba(239, 239, 239, 0.5);
  width: 96%;
  margin: 0 auto;
  padding: 1rem;
}

/*Specialページ*/
.box_movie {
  background-color: rgba(239, 239, 239, 0.5);
  margin: 10px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.box_movie h3,
.box_movie script,
.box_movie p {
  text-align: center;
}

.box_movie p {
  font-family: "utopia-std",serif;
}

.box_movie img {
  border: 1px solid #rgba(250, 250, 250, 1);
  width: 150px;
}

footer p {
  color: #40220f;
  font-family: "utopia-std",serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0;
}

footer p a {
  color: #40220f;
  text-decoration: none;
}


@media screen and (min-width: 480px) {
  /*レイアウト*/
  body {
    background-image: url(../img/bg_main_07.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #news-page {
    background-image: url(../img/bg_news_05.jpg);
  }

  #profile-page {
    background-image: url(../img/bg_pro_02.jpg);
  }

  #discography-page {
    background-image: url(../img/bg_disc_05.jpg);
  }

  #event-page {
    background-image: url(../img/bg_event_05.jpg);
  }

  #special-page {
    background-image: url(../img/bg_special_04.jpg);
  }

  .wrapper {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .col_header_top {
    width: 380px;
    min-height: 100vh;
  }

  .col_header {
    width: 220px;
    min-height: 100vh;
  }

  .main {
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    width: 820px;
    min-height: 100vh;
    margin-left: 20px;
    padding: 20px;
    position: relative;
  }

  /*スタイル*/
  h1.title_sp {
    display: none;
  }

  h1.title_pc {
    display: block;
  }

  h1 a img {
    display: block;
    width: 358px;
    margin: 70px auto;
  }

  .col_header h1 a img {
    display: block;
    width: 200px;
    margin: 50px auto;
  }

  nav ul {
    margin-top: 0;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 220px;
  }

  .col_header nav ul {
    margin-left: 10px;
  }

  nav ul li {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    line-height: 1;
    text-align: left;
    margin-bottom: 5px;
  }

  nav ul li:last-child {
    border-bottom: none;
  }

  nav ul li a {
    background-color: transparent;
    color: #40220f;
  }

  nav ul li a:hover {
    color: #c9a063;
  }

  #news-page #li02 a,
  #profile-page #li03 a,
  #discography-page #li04 a,
  #event-page #li05 a,
  #special-page #li06 a {
    color: #c9a063;
  }

  img[src="img/bg_main_sp05.jpg"],
  img[src="../img/bg_main_sp05.jpg"] {
    display: none;
  }

  .col_rightside_top {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    min-height: 100vh;
  }

  .box_info {
    width: 260px;
    margin-bottom: 1rem;
  }

  .box_twi {
    width: 260px;
  }

  .twitter-timeline {
    display: block;
    width: 200px;
  }

  .box_share {
    width: 200px;
  }

  .main p {
    line-height: 1.5;
  }

  .main dl {
    display: inline-block;
  }

  .main dl dt {
    float: left;
  }

  .main dl dd {
    margin-left: 10rem;
    margin-bottom: 0;
  }

  /*Discographyページ*/
  .bl_disc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .box_disc {
    width: 250px;
  }

  .bl_image_cd {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }

  .box_image_cd {
    width: 240px;
  }

  .box_image_cd p {
    font-size: 0.8rem;
    text-align: center;
  }

  .box_image_cd img {
    display: block;
    max-width: 240px;
  }

  .bl_goods {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .box_goods {
    width: 300px;
  }

  .box_goods_txt {
    width: 500px;
    margin-left: 10px;
  }

  .box_goods_txt >dl dd {
    margin-left: 6rem;
  }

  /*Specialページ*/
  .row_movie {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .box_movie {
    /*flex-basis: 50%;*/
    width: 370px;
  }

  footer p {
    color: #40220f;
    font-size: 16px;
  }

  .col_rightside_top footer {
    position: relative;
  }

  .col_rightside_top footer p {
    font-size: 14px;
  }
}
