@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* IEハック用mixin */
/* / common sass */
/*　/ sass import　*/
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  #main_ctn {
    width: 100%;
    padding: 0 2.5%;
    margin-top: 20px;
  }
  #main_ctn #mainiage_ctn, #main_ctn #mainiage_ctn_sp {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #main_ctn #mainiage_ctn h2, #main_ctn #mainiage_ctn_sp h2 {
    display: none;
  }
  #main_ctn #mainiage_ctn #sp_title, #main_ctn #mainiage_ctn_sp #sp_title {
    padding: 5px 0 10px 0;
    width: 77%;
    margin: 0 auto;
  }
  #main_ctn .flexslider {
    border: none !important;
  }
  #main_ctn #slider {
    margin: 0 0 10px 0;
  }
  #main_ctn #slides li:nth-child(n+5) {
    display: none !important;
  }
  #main_ctn #carousel {
    margin: 25px 0 20px 0;
    padding-bottom: 15px;
  }
  #main_ctn #carousel #mainimage_list {
    position: relative;
  }
  #main_ctn #carousel #mainimage_list li {
    margin-bottom: 12px;
  }
  #main_ctn #carousel #mainimage_list li:nth-child(n+5) {
    display: none !important;
  }
  #main_ctn #wmj_link {
    background-color: #fff;
  }
  #main_ctn #wmj_link a {
    padding: 20px;
    display: flex;
    background-image: url(/images/wmj_bg.png);
    background-size: 99px 20px;
  }
  #main_ctn #wmj_link a img {
    display: block;
  }
  #main_ctn #wmj_link a h2 {
    width: 17.73%;
  }
  #main_ctn #wmj_link a .sp_site {
    margin-left: 6.2%;
    width: 15%;
  }
  #main_ctn #wmj_link a .sp_45th_text {
    margin-left: 20%;
    width: 30%;
  }
  #main_ctn #wmj_link a .sp_45th_logo {
    margin-left: 0%;
    width: 30%;
  }
  #main_ctn #wmj_link a .logo {
    margin-left: auto;
    width: 12.66%;
  }

  #top_second_ctn {
    width: 100%;
    padding: 0 2.5%;
    margin-top: 20px;
  }
  #top_second_ctn #news_media {
    background-image: url(/images/news_media_bg.png);
    background-size: cover;
    background-repeat: repeat-y;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 0 20px 0;
  }
  #top_second_ctn #news_media h2 {
    width: 56.8%;
    padding-top: 5px;
    margin-left: 8%;
  }
  #top_second_ctn #news_media h3.news_title {
    width: 18.98%;
    margin-left: 8%;
    margin-top: 25px;
  }
  #top_second_ctn #news_media h3.media_title {
    width: 63%;
    margin-left: 8%;
    margin-top: 25px;
  }
  #top_second_ctn #news_media p.media_link {
    font-size: 14px;
    margin-left: 8%;
    margin-top: 10px;
  }
  #top_second_ctn #new_release {
    width: 100%;
    padding: 0 2.5%;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    margin-top: 20px;
  }
  #top_second_ctn #new_release h2 {
    margin-top: 8px;
    margin-bottom: 25px;
    width: 27.7%;
  }
  #top_second_ctn #new_release #note {
    display: none;
  }

  #news_list {
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.4;
    padding-right: 30px;
  }
  #news_list dt {
    color: #b81c25;
    margin-top: 0.6em;
    font-weight: bold;
  }
  #news_list dt.new:after {
    display: inline-block;
    content: "";
    width: 55px;
    height: 13px;
    background-image: url(/images/news_media_new.png);
    background-size: contain;
    margin-left: 0.5em;
  }
  #news_list dd {
    margin-top: 0.3em;
  }

  #new_release_list li {
    margin-bottom: 1.5em;
  }
  #new_release_list li p.ep_sp {
    font-size: 15px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #b81c25;
    background-image: url(/images/new_release_border.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0.3em;
  }
  #new_release_list li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0.3em;
  }
  #new_release_list li h3 span {
    font-size: 12px;
  }
  #new_release_list li p.text {
    font-size: 14px;
  }
  #new_release_list li p.jacket {
    margin-top: 0.5em;
  }
  #new_release_list li p.jacket a {
    display: block;
    background-image: url(/images/new_release_button.png);
    background-size: 61px 61px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  #new_release_list li p.jacket a img {
    width: 50%;
  }

  #banner_list > li {
    margin-top: 20px;
  }
  #banner_list > li#onlineshop {
    width: 100%;
    padding: 0 2.5%;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
  }
  #banner_list > li#onlineshop div {
    background-color: #f5e9c3;
  }
  #banner_list > li#onlineshop div a {
    display: flex;
    align-items: center;
  }
  #banner_list > li#onlineshop div h2 {
    width: 45%;
    margin: 0 0 0 5%;
  }
  #banner_list > li#onlineshop div h2 img {
    display: block;
  }
  #banner_list > li#onlineshop .banner_img {
    width: 50%;
  }
  #banner_list > li#discography {
    background-color: #fff;
    border-radius: 10px;
  }
  #banner_list > li#discography #discography_img {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 2.5%;
    padding: 0;
    border-radius: 0px 10px 0px 0px;
  }
  #banner_list > li#discography h2 {
    width: 50%;
    padding: 4%;
  }
  #banner_list > li#discography .banner_img {
    width: 50%;
  }
  #banner_list > li#discography .banner_img img {
    border-radius: 0px 10px 0px 0px;
  }
  #banner_list > li#discography #disco_list a {
    display: block;
  }
  #banner_list > li#discography #disco_list li {
    padding: 10px 10px 5px 10px;
  }
  #banner_list > li#discography #disco_list li.single {
    background-image: url(/images/discography_bg_single.png);
    background-size: cover;
    background-position: right bottom;
  }
  #banner_list > li#discography #disco_list li.single img {
    width: 57px;
  }
  #banner_list > li#discography #disco_list li.album {
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.24);
    background-image: url(/images/discography_bg_album.png);
    background-size: cover;
    background-position: right bottom;
  }
  #banner_list > li#discography #disco_list li.album img {
    width: 63px;
  }
  #banner_list > li#discography #disco_list li.bd_dvd {
    box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.24);
    background-image: url(/images/discography_bg_bd_dvd.png);
    background-size: cover;
    background-position: right bottom;
  }
  #banner_list > li#discography #disco_list li.bd_dvd img {
    width: 113px;
  }
  #banner_list #biography a {
    display: block;
  }
  #banner_list #biography a h2 {
    background-color: #000;
    padding: 25px 0 25px 20px;
  }
  #banner_list #biography a h2 img {
    width: 38%;
  }
  #banner_list #biography img {
    border-radius: 0px 0px 10px 10px;
  }
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
  }
  header #haeader_title {
    display: inline-flex;
    justify-content: center;
    padding-top: 20px;
    padding-right: 40px;
  }
  header #haeader_title a#badge img {
    height: 113px;
  }
  header #haeader_title h1 {
    width: 316px;
    margin-right: 30px;
  }
  header #haeader_title #title_sp {
    display: none;
  }

  #main_ctn {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
    position: relative;
  }
  #main_ctn #mainiage_ctn {
    width: 836px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    padding: 15px;
    height: 284px;
  }
  #main_ctn #mainiage_ctn h2 {
    width: 13px;
  }
  #main_ctn #mainiage_ctn #sp_title {
    display: none;
  }
  #main_ctn .flexslider {
    border: none !important;
  }
  #main_ctn #sp_mainimage {
    width: 747px !important;
    margin-left: 45px;
  }
  #main_ctn #slider {
    width: 607px !important;
    margin-left: 45px;
  }
  #main_ctn #carousel {
    width: 128px;
  }
  #main_ctn #carousel.flexslider {
    margin: 0 0 0 12px !important;
    height: 254px !important;
  }
  #main_ctn #carousel #mainimage_list {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #main_ctn #carousel #mainimage_list li {
    float: none !important;
    width: 128px !important;
    margin-bottom: 12px;
  }
  #main_ctn #carousel #mainimage_list li:nth-child(n+5) {
    display: none !important;
  }
  #main_ctn #mainiage_ctn_sp {
    width: 836px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    height: 284px;
  }
  #main_ctn #mainiage_ctn_sp h2 {
    padding: 10px 0;
    width: 13px;
  }
  #main_ctn #mainiage_ctn_sp #sp_title {
    display: none;
  }
  #main_ctn #sp_mainimage {
    width: 777px !important;
    margin-left: 25px;
  }
  #main_ctn #wmj_link {
    width: 100px;
    background-color: #fff;
  }
  #main_ctn #wmj_link a {
    padding: 45px 8px;
    display: block;
    height: 284px;
    width: 100%;
    background-image: url(/images/wmj_bg.png);
    background-size: 99px 20px;
  }
  #main_ctn #wmj_link a h2 {
    width: 68px;
  }
  #main_ctn #wmj_link a .sp_45th_text {
    margin-top: 10px;
    width: 86px;
  }
  #main_ctn #wmj_link a .sp_45th_logo {
    margin-top: 20px;
    width: 86px;
  }
  #main_ctn #wmj_link a .sp_site {
    margin-top: 42px;
    width: 70px;
  }
  #main_ctn #wmj_link a .logo {
    margin-top: 44px;
    width: 59px;
  }

  #top_second_ctn {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }
  #top_second_ctn #news_media {
    width: 382px;
    position: relative;
    background-image: url(/images/news_media_bg2.png);
    background-size: 382px 28px;
    background-position: 0 10px;
    background-repeat: repeat-y;
    border-radius: 0px 10px 10px 0px;
    padding-bottom: 20px;
  }
  #top_second_ctn #news_media:after {
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #fbefe6;
    content: "";
    height: 10px;
    width: 100%;
    border-radius: 0px 0 10px 0px;
  }
  #top_second_ctn #news_media:before {
    display: block;
    background-color: #fbefe6;
    content: "";
    height: 10px;
    width: 100%;
    border-radius: 0px 10px 0 0px;
  }
  #top_second_ctn #news_media h2 {
    width: 300px;
    padding-top: 5px;
    margin-left: 24px;
  }
  #top_second_ctn #news_media h3.news_title {
    width: 58px;
    margin-left: 40px;
    margin-top: 25px;
  }
  #top_second_ctn #news_media h3.media_title {
    width: 192px;
    margin-left: 40px;
    margin-top: 25px;
  }
  #top_second_ctn #news_media p.media_link {
    font-size: 1.4rem;
    margin-left: 40px;
    margin-top: 10px;
  }
  #top_second_ctn #new_release {
    width: 288px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 18px;
    position: relative;
  }
  #top_second_ctn #new_release h2 {
    margin-top: 8px;
    margin-bottom: 25px;
    width: 36%;
  }
  #top_second_ctn #new_release #note {
    width: 22%;
    position: absolute;
    top: -20px;
    right: 10px;
  }

  #news_list {
    margin-left: 40px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-right: 30px;
  }
  #news_list dt {
    color: #b81c25;
    margin-top: 0.6em;
    font-weight: bold;
  }
  #news_list dt.new:after {
    display: inline-block;
    content: "";
    width: 55px;
    height: 13px;
    background-image: url(/images/news_media_new.png);
    background-size: contain;
    margin-left: 0.5em;
  }

  dd {
    margin-top: 0.3em;
  }
}
#new_release_list li {
  margin-bottom: 1.5em;
}
#new_release_list li p.ep_sp {
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #b81c25;
  background-image: url(/images/new_release_border.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 0.3em;
}
#new_release_list li h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.3em;
}
#new_release_list li h3 span {
  font-size: 1.2rem;
}
#new_release_list li p.text {
  font-size: 1.3rem;
}
#new_release_list li p.jacket {
  margin-top: 0.5em;
}
#new_release_list li p.jacket a {
  display: block;
  background-image: url(/images/new_release_button.png);
  background-size: 61px 61px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#new_release_list li p.jacket a img {
  width: 126px;
}

#banner_list {
  width: 231px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  /* common class / */
  /* / common class */
}
#banner_list li#onlineshop {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
#banner_list li#onlineshop div {
  background-color: #f5e9c3;
}
#banner_list li#onlineshop div h2 {
  width: 180px;
  margin: 0 auto 0 auto;
  padding-top: 10px;
}
#banner_list li#discography {
  padding-top: 10px;
  background-color: #fff;
  border-radius: 11px;
}
#banner_list li#discography h2 {
  padding: 0 10px 5px 10px;
  width: 153px;
}
#banner_list li#discography .banner_img {
  position: relative;
  z-index: 1000;
}
#banner_list li#discography #disco_list li:hover {
  transition: 0.5s;
}
#banner_list li#discography #disco_list li:hover.single {
  background-image: url(/images/discography_bg_single_on.png);
}
#banner_list li#discography #disco_list li:hover.album {
  background-image: url(/images/discography_bg_album_on.png);
}
#banner_list li#discography #disco_list li:hover.bd_dvd {
  background-image: url(/images/discography_bg_bd_dvd_on.png);
}
#banner_list li#discography #disco_list li.single {
  background-image: url(/images/discography_bg_single.png);
  background-size: 375px 40px;
  background-position: right bottom;
}
#banner_list li#discography #disco_list li.single img {
  width: 57px;
}
#banner_list li#discography #disco_list li.album {
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.24);
  background-image: url(/images/discography_bg_album.png);
  background-size: 375px 40px;
  background-position: right bottom;
}
#banner_list li#discography #disco_list li.album img {
  width: 63px;
}
#banner_list li#discography #disco_list li.bd_dvd {
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.24);
  background-image: url(/images/discography_bg_bd_dvd.png);
  background-size: 375px 40px;
  background-position: right bottom;
}
#banner_list li#discography #disco_list li.bd_dvd img {
  width: 113px;
}
#banner_list li#discography #disco_list a {
  display: block;
  padding: 10px 10px;
}
#banner_list li#discography #disco_list a:hover {
  opacity: 1 !important;
}
#banner_list li#discography #disco_list a:hover img {
  opacity: 1 !important;
}
#banner_list #biography {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
#banner_list #biography a {
  display: block;
}
#banner_list #biography a h2 {
  background-color: #000;
  padding: 16px 0 30px 10px;
}
#banner_list #biography a h2 img {
  width: 50%;
}
#banner_list #biography img {
  border-radius: 0px 0px 10px 10px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mainimage_list {
    display: block !important;
  }
}
/*--=== / PC ONLY min-width: 768px ===-- */
/*--=== PC ONLY min-width: 1280px ===-- / */
/*--=== / PC ONLY min-width: 1280px ===-- */

/*# sourceMappingURL=top.css.map */
