@charset "UTF-8";
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, figure,
h1, h2, h3, h4, h5, h6, form, select {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

svg,
input,
select,
textarea,
label {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

*,
*:before,
*:after {
  word-break: break-all;
  box-sizing: border-box;
}

pre {
  white-space: pre-wrap;
}

main, article, aside, figcaption, figure,
footer, header, nav, section, details, summary {
  display: block;
}

address {
  font-style: normal;
}

html {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

html {
  line-height: 1.7;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  -webkit-font-smoothing: antialiased;
}

html, input, select, textarea {
  color: #000000;
}

input, textarea {
  font-size: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  font-size: 16px;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong, em, small {
  font-style: inherit;
  font-weight: inherit;
}

a {
  outline: none;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

@media all and (min-width: 767.5px) {
  a.m-link-img {
    transition: opacity 0.1s;
  }
  a.m-link-img:hover {
    opacity: 0.5;
  }
  a {
    transition: color 0.1s;
  }
  a:hover {
    color: #FF0000;
    text-decoration: none;
  }
  a:active {
    color: #FF0000;
    text-decoration: none;
  }
  a:focus {
    color: #FF0000;
    text-decoration: none;
  }
}

a.is-tap {
  color: #FF0000 !important;
  text-decoration: none;
}

a.is-tap .m-imagecenter-box {
  opacity: 0.5;
}

a.is-tap .m-imagecenter-boxbg {
  opacity: 0.5;
}

a.m-link-img.is-tap,
a.is-opacity.is-tap {
  color: #FFFFFF !important;
  opacity: .5;
}

.m-scroll-top.is-tap {
  opacity: 0.5;
}

img {
  pointer-events: none !important;
}

/* =====================================================================================================================
モジュールコピー
===================================================================================================================== */
.m-dn-pc {
  display: none;
}

.m-header-site {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-width: 1200px;
}

.home-pc-page .m-header-site {
  box-shadow: none;
}

.m-header-site > .mhs-sub-area {
  height: 50px;
  border-top: 1px solid #ee0000;
  background-color: #000000;
}

.m-header-site > .mhs-main-area {
  height: 80px;
}

.m-header-site .mhs-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.m-header-site .mhs-share-sns {
  display: inline-flex;
  align-items: center;
}

.m-header-site .mhs-share-sns > ul {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  margin-left: 10px;
}

.m-header-site .mhs-share-sns > .mhs-label {
  display: inline-flex;
  color: #FFFFFF;
  font-size: 14px;
}

.m-header-site .mhs-share-sns > ul > li + li {
  margin-left: 7px;
}

.m-header-site .mhs-top-menu > ul {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.m-header-site .mhs-top-menu > ul > li + li {
  margin-left: 20px;
}

.m-header-site .mhs-top-menu > ul > li {
  line-height: 1;
}

.m-header-site .mhs-top-menu a {
  color: #FFFFFF;
}

.m-header-site .mhs-top-menu a:hover {
  color: #AAAAAA;
}

.m-header-site a.mhs-btn-shop {
  font-size: 12px;
  color: #FFFFFF;
  padding: 7.5px 15px 7.5px 36px;
  background-color: #444444;
  display: inline-block;
  line-height: 1;
  position: relative;
  border-radius: 3px;
  transition: opacity .1s;
}

.m-header-site a.mhs-btn-shop:hover {
  opacity: 0.5;
  color: #FFFFFF;
}

.m-header-site .cs-icon-cart {
  position: absolute;
  top: 5px;
  left: 10px;
}

.m-header-site .mhs-top-menu .mhs-search input {
  color: #FFFFFF;
  background-color: #444444;
  width: 160px;
  height: 26px;
  border-radius: 13px;
  padding: 0 33px 0 15px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  font-size: 12px;
}

/*-- 追加--start --*/
.m-header-site .mhs-top-menu .mhs-search input {
  border-radius: 0 13px 13px 0;
}
/*-- 追加--end --*/

/*-- 追加--start --*/
.m-header-site .mhs-top-menu .mhs-search input {
  padding: 0 33px 0 12px;
width: 230px;
}

.m-header-site .mhs-top-menu .mhs-search select {
	padding-left: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 13px 0 0 13px;
  outline: none;
  position: absolute;
  right: 230px;
  top: 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: block;
  width: 110px;
  height: 26px;
	background: url(../../assets/images/arrow_select.svg) no-repeat #444;
	background-size: 100% auto;
	color: #fff;
  border: none;

}


/*-- 追加--end --*/

.m-header-site .mhs-top-menu .mhs-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 5px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.1s;
}

.m-header-site .mhs-top-menu .mhs-search button:hover {
  opacity: .5;
}

.m-header-site .mhs-top-menu .mhs-search input::-ms-clear {
  visibility: hidden;
}

.m-header-site .mhs-top-menu .mhs-search {
  text-align: center;
}

/*-- 追加--start --*/
.m-header-site .mhs-top-menu .mhs-search {
padding-left: 110px;
}

.m-header-site .mhs-top-menu .mhs-search:after {
	content: "";
	display: block;
	position: absolute;
	left: 110px;
	top: 4px;
	width: 1px;
	height: 18px;
	background: #888;
}

/*-- 追加--end --*/

.m-header-site .mhs-top-menu .mhs-search a {
  color: #FFFFFF;
  font-size: 9px;
  opacity: 0.5;
}

.m-header-site [type="search"]::-webkit-search-cancel-button,
.m-header-site [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.m-header-site .mhs-glonav > ul {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.m-header-site .mhs-top-menu > ul > li {
  position: relative;
}

.m-header-site .mhs-glonav > ul > li + li {
  margin-left: 30px;
}

.m-header-site .mhs-logo a {
  display: block;
  transition: opacity .1s;
}

.m-header-site .mhs-logo a:hover {
  opacity: .5;
}

.m-header-site .mhs-glonav > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color,border-bottom .1s;
  white-space: nowrap;
}

.m-header-site .mhs-glonav > ul > li > a:hover {
  color: #FF0000;
}

.m-header-site .mhs-glonav > ul > li > a.is-active {
  color: #FF0000;
}

.m-menu-hamburger,
.m-search-site {
  display: none;
}

.m-footer-site {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 418px;
  background-color: #191919;
  color: #FFFFFF;
  min-width: 1200px;
}

.m-footer-site .mfs-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  height: 100%;
}

.m-footer-site ul a {
  color: #FFFFFF;
}

.m-footer-site ul a:hover {
  color: #999999;
}

.m-footer-site .mfs-share-sns {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}

.m-footer-site .mfs-share-sns > ul {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-left: 20px;
}

.m-footer-site .mfs-share-sns > .mfs-label {
  display: inline-flex;
  color: #FFFFFF;
  font-size: 14px;
}

.m-footer-site .mfs-share-sns > ul > li + li {
  margin-left: 20px;
}

.m-footer-site .mfs-head {
  font-size: 16px;
  line-height: 1;
}

.m-footer-site .mfs-head > a {
  color: #EEEEEE;
  transition: color 0.1s;
}

.m-footer-site .mfs-head > a:hover {
  color: #999999;
}

.m-footer-site .mfs-head + .mfs-list-link {
  margin-top: 40px;
}

.m-footer-site .mfs-list-link + .mfs-list-link {
  margin-top: 20px;
}

.m-footer-site .mfs-list-link {
  display: flex;
  justify-content: center;
}

.m-footer-site .mfs-list-link > li {
  line-height: 1;
  position: relative;
  padding-left: 14px;
  margin-left: 15px;
}

.m-footer-site .mfs-list-link > li:nth-child(3) {
  margin-left: 12px;
  padding-left: 17px;
}

.m-footer-site .mfs-list-link > li:nth-child(5) {
  margin-left: 6px;
}

.m-footer-site .mfs-list-link > li + li {
  border-left: 1px solid #FFFFFF;
}

.m-footer-site .mfs-note {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 30px;
  margin-top: 25.8px;
}

.m-footer-site .mfs-elmark {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-top: 17px;
}

.m-footer-site .cs-icon-elmark {
  margin-right: 17px;
}

.m-footer-site .mfs-company {
  line-height: 1;
  display: inline-block;
  font-size: 8px;
  font-weight: bold;
  color: #BBBBBB;
  margin-top: 17px;
  transition: opacity .1s;
}

.m-footer-site a.mfs-company:hover {
  opacity: .5;
}

.m-footer-site .mfs-copy {
  font-size: 10px;
  line-height: 1;
  margin-top: 20px;
}

.m-footer-site {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 418px;
  background-color: #191919;
  color: #FFFFFF;
  min-width: 1200px;
}

.m-footer-site .mfs-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  height: 100%;
}

.m-footer-site ul a {
  color: #FFFFFF;
}

.m-footer-site ul a:hover {
  color: #999999;
}

.m-footer-site .mfs-share-sns {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}

.m-footer-site .mfs-share-sns > ul {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-left: 20px;
}

.m-footer-site .mfs-share-sns > .mfs-label {
  display: inline-flex;
  color: #FFFFFF;
  font-size: 14px;
}

.m-footer-site .mfs-share-sns > ul > li + li {
  margin-left: 20px;
}

.m-footer-site .mfs-head {
  font-size: 16px;
  line-height: 1;
}

.m-footer-site .mfs-head > a {
  color: #EEEEEE;
  transition: color 0.1s;
}

.m-footer-site .mfs-head > a:hover {
  color: #999999;
}

.m-footer-site .mfs-head + .mfs-list-link {
  margin-top: 40px;
}

.m-footer-site .mfs-list-link + .mfs-list-link {
  margin-top: 20px;
}

.m-footer-site .mfs-list-link {
  display: flex;
  justify-content: center;
}

.m-footer-site .mfs-list-link > li {
  line-height: 1;
  position: relative;
  padding-left: 14px;
  margin-left: 15px;
}

.m-footer-site .mfs-list-link > li:nth-child(3) {
  margin-left: 12px;
  padding-left: 17px;
}

.m-footer-site .mfs-list-link > li:nth-child(5) {
  margin-left: 6px;
}

.m-footer-site .mfs-list-link > li + li {
  border-left: 1px solid #FFFFFF;
}

.m-footer-site .mfs-note {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 30px;
  margin-top: 25.8px;
}

.m-footer-site .mfs-elmark {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-top: 17px;
}

.m-footer-site .cs-icon-elmark {
  margin-right: 17px;
}

.m-footer-site .mfs-company {
  line-height: 1;
  display: inline-block;
  font-size: 8px;
  font-weight: bold;
  color: #BBBBBB;
  margin-top: 17px;
  transition: opacity .1s;
}

.m-footer-site a.mfs-company:hover {
  opacity: .5;
}

.m-footer-site .mfs-copy {
  font-size: 10px;
  line-height: 1;
  margin-top: 20px;
}

@media all and (min-width: 767.5px) {
  .cs-logo-header {
    background-image: url(/assets/images/sprite.png);
    background-position: 0px 0px;
    width: 230px;
    height: 60px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .cs-share-facebook {
    background-image: url(/assets/images/sprite.png);
    background-position: -195px -65px;
    width: 33px;
    height: 33px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-share-line {
    background-image: url(/assets/images/sprite.png);
    background-position: -318px -180px;
    width: 33px;
    height: 33px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-share-twitter {
    background-image: url(/assets/images/sprite.png);
    background-position: -148px -112px;
    width: 33px;
    height: 33px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-headfoot-facebook {
    background-image: url(/assets/images/sprite.png);
    background-position: -319px -276px;
    width: 27px;
    height: 27px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-headfoot-twitter {
    background-image: url(/assets/images/sprite.png);
    background-position: -191px -276px;
    width: 27px;
    height: 27px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-headfoot-line {
    background-image: url(/assets/images/sprite.png);
    background-position: -287px -276px;
    width: 27px;
    height: 27px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-headfoot-linelive {
    background-image: url(/assets/images/sprite.png);
    background-position: -255px -276px;
    width: 27px;
    height: 27px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-headfoot-youtube {
    background-image: url(/assets/images/sprite.png);
    background-position: -223px -276px;
    width: 27px;
    height: 27px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-hed-video {
    background-image: url(/assets/images/sprite.png);
    background-position: 0px -276px;
    width: 50px;
    height: 50px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
  }
  .cs-sharearticle-facebook {
    background-image: url(/assets/images/sprite.png);
    background-position: -60px -331px;
    width: 25px;
    height: 25px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-sharearticle-twitter {
    background-image: url(/assets/images/sprite.png);
    background-position: 0px -331px;
    width: 25px;
    height: 25px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-sharearticle-line {
    background-image: url(/assets/images/sprite.png);
    background-position: -30px -331px;
    width: 25px;
    height: 25px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-link-blank {
    background-image: url(/assets/images/sprite.png);
    background-position: -162px -311px;
    width: 10px;
    height: 14px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  a:hover .cs-link-blank {
    background-image: url(/assets/images/sprite.png);
    background-position: -147px -311px;
    width: 10px;
    height: 14px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
  }
  .cs-icon-mail {
    background-image: url(/assets/images/sprite.png);
    background-position: -55px -311px;
    width: 22px;
    height: 14px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  a:hover .cs-icon-mail {
    background-image: url(/assets/images/sprite.png);
    background-position: -82px -311px;
    width: 22px;
    height: 14px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
  }
  .cs-icon-cart {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -150px;
    width: 19px;
    height: 17px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-header-search {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -234px;
    width: 16px;
    height: 16px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-elmark {
    background-image: url(/assets/images/sprite.png);
    background-position: -351px -276px;
    width: 25px;
    height: 25px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-buy {
    background-image: url(/assets/images/sprite.png);
    background-position: -356px -180px;
    width: 22px;
    height: 20px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-streaming {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px 0px;
    width: 21px;
    height: 20px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-dl {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -127px;
    width: 19px;
    height: 18px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-disc-music {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -295px;
    width: 15px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-disc-dl {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -315px;
    width: 15px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-disc-movie {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -275px;
    width: 15px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-listening {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -255px;
    width: 15px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-yt-play {
    background-image: url(/assets/images/sprite.png);
    background-position: -73px -223px;
    width: 68px;
    height: 48px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  a:hover .cs-yt-play {
    background-image: url(/assets/images/sprite.png);
    background-position: 0px -223px;
    width: 68px;
    height: 48px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
  }
  .cs-share-twitter-small {
    background-image: url(/assets/images/sprite.png);
    background-position: -346px -223px;
    width: 30px;
    height: 30px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-listening-tieup {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -50px;
    width: 20px;
    height: 20px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-rss {
    background-image: url(/assets/images/sprite.png);
    background-position: -109px -311px;
    width: 14px;
    height: 14px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .cs-icon-if-fb {
    background-image: url(/assets/images/sprite.png);
    background-position: -128px -311px;
    width: 14px;
    height: 14px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 6px;
  }
  .cs-icon-if-tw {
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -335px;
    width: 16px;
    height: 13px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 6px;
  }
  .cs-reverse {
    display: inline-block;
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -192px;
    width: 20px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
  }
  .cs-volume-off {
    display: inline-block;
    background-image: url(/assets/images/sprite.png);
    background-position: -220px -151px;
    width: 10px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity .1s;
  }
  .cs-volume {
    display: inline-block;
    background-image: url(/assets/images/sprite.png);
    background-position: -383px -172px;
    width: 20px;
    height: 15px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity .1s;
  }
  .cs-btn-pause {
    display: inline-block;
    background-image: url(/assets/images/sprite.png);
    background-position: -146px -223px;
    width: 41px;
    height: 41px;
    background-size: 404px 356px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .cs-volume-off:hover,
  .cs-volume:hover {
    opacity: 0.5;
  }
}

/* =====================================================================================================================
モジュールのコピー
===================================================================================================================== */
.home-contents {
  min-width: 1200px;
}

.m-carousel-home {
  position: relative;
  height: 440px;
  padding-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}

.m-carousel-home > .mch-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}

.m-carousel-home > .mch-bg-container > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}

.m-carousel-home > .mch-bg-container > li.is-active {
  opacity: 1;
}

.m-carousel-home > .mch-bg-container > li > svg {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}

.m-carousel-home > .mch-list-thumbnail {
  display: flex;
  flex-wrap: nowrap;
}

.m-carousel-home > .mch-list-thumbnail.is-transition {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.m-carousel-home > .mch-list-thumbnail > li {
  flex-shrink: 0;
  width: 840px;
  padding-left: 15px;
  padding-right: 15px;
}

.m-carousel-home > .mch-list-thumbnail > li > a {
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.m-carousel-home > .mch-list-thumbnail > li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.1s;
  border-radius: 10px;
}

.m-carousel-home > .mch-list-thumbnail > li > a > iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.m-carousel-home > .mch-list-thumbnail > li > a:hover::after {
  opacity: 1;
}

.m-carousel-home > .mch-list-thumbnail > li > a.is-video::after {
  display: none;
}

.m-carousel-home > .mch-indicator {
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.m-carousel-home > .mch-indicator > li {
  padding-left: 8px;
  padding-right: 8px;
}

.m-carousel-home > .mch-indicator > li > a:hover {
  opacity: 0.5;
}

.m-carousel-home > .mch-indicator > li.is-active > a:hover {
  opacity: 1;
}

.m-carousel-home > .mch-indicator > li > a {
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #CCCCCC;
  border-radius: 50%;
}

.m-carousel-home > .mch-indicator > li.is-active > a {
  background-color: #FF0000;
}

.m-carousel-home > .mch-btn {
  position: absolute;
  top: calc(50% - 38px);
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m-carousel-home .mch-prev-btn,
.m-carousel-home .mch-next-btn {
  cursor: pointer;
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: rgba(17, 17, 17, 0.8);
  border-radius: 50%;
}

.m-carousel-home .mch-prev-btn {
  left: 30px;
}

.m-carousel-home .mch-next-btn {
  right: 30px;
}

.m-carousel-home .mch-prev-btn:hover:before {
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  -webkit-transform: translate(25%, 0) rotate(45deg);
  transform: translate(25%, 0) rotate(45deg);
}

.m-carousel-home .mch-next-btn:hover:before {
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  -webkit-transform: translate(-25%, 0) rotate(225deg);
  transform: translate(-25%, 0) rotate(225deg);
}

.m-carousel-home .mch-prev-btn::before,
.m-carousel-home .mch-next-btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.m-carousel-home .mch-prev-btn::before {
  -webkit-transform: translate(25%, 0) rotate(45deg);
  transform: translate(25%, 0) rotate(45deg);
}

.m-carousel-home .mch-next-btn::before {
  -webkit-transform: translate(-25%, 0) rotate(225deg);
  transform: translate(-25%, 0) rotate(225deg);
}

.m-carousel-home .mch-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.m-carousel-home .mch-loading.is-active {
  opacity: 1;
  pointer-events: initial;
}

.m-carousel-home .mch-loading .mch-loading-item {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.home-list-video img {
  width: 514px;
}

.home-hed2 {
  position: relative;
  padding-left: 26px;
}

.home-hed2 > .mhp-title-en {
  font-size: 32px;
  font-family: "Futura Std Medium", "Century Gothic", "Avant Garde Gothic", "Futura-Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
}

.home-hed2 > .mhp-title-ja {
  font-size: 16px;
  display: block;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.home-hed2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background-color: #FF0000;
}

.home-btn-link {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  position: relative;
  transition: border-color 0.1s;
  background-color: #FFFFFF;
}

.home-btn-link:hover {
  color: #FF0000;
  border: 1px solid #FF0000;
}

.home-btn-link > span {
  padding-right: 10px;
}

.home-btn-link .cs-link-blank {
  margin-left: 6px;
  vertical-align: middle;
}

.home-btn-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.m-col-abcd {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -28px;
}

.m-col-abcd > * {
  width: calc(100% / 4);
  padding: 20px 28px;
}

.m-list-newrelease-b {
  line-height: 1.5;
}

.m-list-newrelease-b > li > a {
  transition: none;
}

.m-list-newrelease-b > li > a > * {
  transition-property: color,opacity;
  transition-duration: .1s;
}

.m-list-newrelease-b > li > a {
  display: block;
  transition: none;
}

.m-list-newrelease-b > li > a:hover > .mln-thumb {
  opacity: .5;
}

.m-list-newrelease-b > li > a > .mln-artist {
  font-size: 16px;
  font-weight: bold;
  margin-top: 11px;
  word-break: break-word;
  display: block;
  margin-right: 5px;
}

.m-list-newrelease-b > li > a > .mln-artist > span {
  word-break: break-word;
}

.m-list-newrelease-b > li > a > .mln-artist > .m-label-new {
  font-weight: normal;
  margin-right: 5px;
  vertical-align: middle;
}

.m-list-newrelease-b > li > a > .m-label-category {
  margin-top: 4.5px;
}

.m-list-newrelease-b > li > a > .mln-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 4.5px;
}

.m-list-newrelease-b > li > a > .mln-info {
  font-size: 12px;
  margin-top: 13.5px;
  color: #000000;
}

.m-list-newrelease-b > li > a:hover > .mln-info {
  color: #000000;
}

.m-list-newrelease-b > li > a > .mln-label {
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
  border: 1px solid #FF0000;
  line-height: 1;
  display: inline-block;
  padding: 3px 8px;
  margin-top: 7px;
  background-color: #FFFFFF;
  transition: opacity .1s;
}

.m-list-newrelease-b > li > a:hover > .mln-label {
  opacity: 0.5;
}

.home-imagecenter-box {
  width: 220px;
  height: 220px;
  background-color: #EEEEEE;
  position: relative;
  overflow: hidden;
}

.home-imagecenter-box > svg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.home-imagecenter-box > span {
  display: block;
  width: 100%;
  height: 100%;
  border: #EEEEEE;
  background-color:#eeeeee;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.home-list-banner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}

.home-list-banner > li {
  width: calc(100% / 4);
  padding: 10px 15px;
}

.home-list-banner > li img {
  width: 100%;
}

.home-list-banner > li > a {
  transition: opacity 0.1s;
  display: block;
}

.home-list-banner > li > a:hover {
  opacity: .5;
}

.m-list-playlist {
  line-height: 1.5;
}

.m-list-playlist > li > a {
  transition: none;
}

.m-list-playlist > li > a > * {
  transition-property: color,opacity;
  transition-duration: 0.1s;
}

.m-list-playlist > li > a:hover > .mlp-thumb {
  opacity: .5;
}

.m-list-playlist > li > a:hover > * {
  color: #FF0000;
}

.m-list-playlist .mlp-info {
  margin-top: 11px;
}

.m-list-playlist .mlp-title {
  font-size: 16px;
  font-weight: bold;
  display: inline;
  line-height: 1.5;
}

.m-share-site {
  font-size: 0;
}

.m-share-site > span {
  font-size: 14px;
  font-family: "Futura Std Medium", "Century Gothic", "Avant Garde Gothic", "Futura-Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: middle;
}

.m-share-site > span + ul {
  vertical-align: middle;
  margin-left: 20px;
}

.m-share-site > ul {
  display: inline-flex;
}

.m-share-site > ul > li {
  height: 32px;
  width: 32px;
}

.m-share-site > ul > li + li {
  margin-left: 15px;
}

.m-share-site .mss-artist-mail {
  display: inline-block;
  margin-left: 15px;
}

.m-scroll-top {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.m-scroll-top::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: translate(0, 25%) rotate(-45deg);
  transform: translate(0, 25%) rotate(-45deg);
}

.m-scroll-top:hover {
  opacity: 0.5;
}

/* =====================================================================================================================
レイアウト
===================================================================================================================== */
.l-fixture-page {
  min-width: 1200px;
}

.l-fixture-page > * {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
}

.l-auxiliary-page {
  display: flex;
}

.l-auxiliary-page > .lap-list-breadcrumb {
  padding-top: 27.5px;
  font-size: 10px;
  width: 100%;
}

.l-auxiliary-page > .lap-list-share {
  padding-top: 20px;
  padding-left: 20px;
  white-space: nowrap;
  text-align: right;
}

.l-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 5;
  display: none;
}

.m-label-category {
  font-size: 12px;
  color: #000000;
  background-color: #DDDDDD;
  display: inline-block;
  padding: 4px 10px;
  line-height: 1;
  font-weight: normal;
}

/* =====================================================================================================================
ユニーク
===================================================================================================================== */
.home-content-page {
  margin-top: 60px;
}

.home-hed-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.m-list-newrelease {
  margin-top: 40px;
}

.l-home-topics {
  margin-top: 60px;
}

.home-list-topics {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.home-list-topics > li {
  margin-top: 15px;
  display: flex;
}

.home-list-topics > li > a {
  width: 340px;
  display: block;
  background-color: #E5E5E5;
  border-radius: 8px;
  padding: 20px 15px;
  padding-right: 15px;
}

.home-list-wrap {
  margin-top: 40px;
}

.home-list-topics > li > a:hover {
  color: #FF0000;
}

.home-list-topics .mlt-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}

.home-list-topics .mlt-read {
  font-size: 12px;
  display: block;
  margin-top: 7.1px;
}

.l-home-playlist {
  margin-top: 60px;
}

.m-hed2-page {
  font-size: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  line-height: 1;
  padding-left: 26px;
}

.m-hed2-page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background-color: #FF0000;
}

.l-home-snsvideo {
  background-color: #191919;
  color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}

.home-twitter,
.home-facebook,
.home-other > ul {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.home-other img {
  width: 330px;
}

.if-wrap-fb {
  width: 330px;
  height: 320px;
  margin-top: -40px;
  background-color: #FFFFFF;
}

.if-wrap-tw {
  width: 330px;
  height: 280px;
  padding-top: 30px;
  background-color: #FFFFFF;
}

.sns-header {
  height: 30px;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-right: 15px;
  padding-left: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.sns-header span + span {
  margin-left: 4px;
}

.home-sns-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.hed-wrap {
  padding-top: 60px;
}

.home-other > ul > li.is-whitebg {
  background-color: #FFFFFF;
}

.home-other > ul > li {
  border-radius: 8px;
}

.home-other > ul > li > a {
  display: block;
}

.home-other > ul > li + li {
  margin-top: 20px;
}

.home-list-video {
  margin-top: 30px;
}

.home-list-video {
  display: flex;
  justify-content: space-between;
}

.home-list-video > li {
  width: 510px;
}

.home-list-video a {
  color: #FFFFFF;
}

.home-list-video .hlv-artist {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14.4px;
  word-break: normal;
}

.home-list-video .hlv-title {
  font-size: 14px;
  margin-top: 4.5px;
  word-break: normal;
}

.big-banner {
  text-align: center;
  margin-top: 80px;
}

.big-banner a {
  display: inline-block;
}

.big-banner img {
  width: 510px;
}

.home-label-link {
  margin-top: 80px;
  display: flex;
}

.home-label-link > .hll-content {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-label-link > .hll-content:first-child {
  padding-left: 0;
}

.home-label-link > .hll-content:last-child {
  padding-right: 0;
}

.home-label-link > .hll-content > p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 19px;
  position: relative;
}

.home-label-link > .hll-content > p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background-color: #FF0000;
}

.home-list-link {
  margin-top: 25px;
}

.home-list-link li + li {
  margin-top: 20px;
}

.home-list-link a:hover {
  color: #FF0000;
}

.home-banner-abc {
  margin-top: 60px;
}

.home-banner-abc > li {
  width: calc(100% / 3);
}

.l-home-banner {
  background-color: #F1F1F1;
}

.home-banner-wrap {
  margin-top: 40px;
}

.home-banner-big {
  margin-top: 60px;
}

.home-banner-small {
  margin-top: 10px;
}

.m-share-site.l-bottomshare-page {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: right;
}

.home-list-bigbanner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}

.home-list-bigbanner > li:nth-child(n+3) {
  margin-top: 20px;
}

.home-list-bigbanner > li > a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.home-list-bigbanner > li > a:hover {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.home-list-video .cs-yt-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: opacity 0.1s;
}

.img-wrap {
  position: relative;
}

.home-video {
  margin-top: 60px;
}

.m-banner-header {
  background-color: #323334;
  min-width: 1200px;
  height: 40px;
  overflow: hidden;
  transition: height .3s;
}

.m-banner-header > .mbh-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 135px;
  padding-left: 75px;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  transition: opacity .1s;
}

.m-banner-header.is-close {
  height: 0 !important;
}

.m-banner-header.is-close > .mbh-content {
  opacity: 0;
}

.m-banner-header > .mbh-content > span + span {
  margin-left: 30px;
}

.m-banner-header a {
  color: #FFFFFF;
  text-decoration: underline;
}

.m-banner-header a:hover {
  text-decoration: none;
}

.m-banner-header .mbh-btn-close {
  cursor: pointer;
  background-color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 75px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m-banner-header .mbh-btn-close::before,
.m-banner-header .mbh-btn-close::after {
  content: '';
  display: block;
  width: 14px;
  border-radius: 2px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.m-banner-header .mbh-btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m-banner-header .mbh-btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* =====================================================================================================================
モーダル
===================================================================================================================== */
.m-modal-home {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.m-modal-home > .mmh-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.m-modal-home .mmh-btn-close {
  cursor: pointer;
  background-color: #000000;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0%, -110%);
  transform: translate(0%, -110%);
}

.m-modal-home .mmh-btn-close::before,
.m-modal-home .mmh-btn-close::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.m-modal-home .mmh-btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m-modal-home .mmh-btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-modal-home .mmh-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.m-modal-home .mmh-content a {
  display: block;
}

.m-modal-home .mmh-content a.m-dn-pc {
  display: none;
}

.m-modal-home .mmh-content-inner.is-iframe {
  width: 480px;
  height: 660px;
}

.m-modal-home .mmh-content img {
  max-width: 100%;
  max-height: 100%;
}

.m-modal-home .mmh-content-inner {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* =====================================================================================================================
CSS SPRITE
===================================================================================================================== */
.cs-logo-header {
  background-image: url(/assets/images/sprite.png);
  background-position: 0px 0px;
  width: 230px;
  height: 60px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.cs-share-facebook {
  background-image: url(/assets/images/sprite.png);
  background-position: -195px -65px;
  width: 33px;
  height: 33px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-share-line {
  background-image: url(/assets/images/sprite.png);
  background-position: -318px -180px;
  width: 33px;
  height: 33px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-share-twitter {
  background-image: url(/assets/images/sprite.png);
  background-position: -148px -112px;
  width: 33px;
  height: 33px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-headfoot-facebook {
  background-image: url(/assets/images/sprite.png);
  background-position: -319px -276px;
  width: 27px;
  height: 27px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-headfoot-twitter {
  background-image: url(/assets/images/sprite.png);
  background-position: -191px -276px;
  width: 27px;
  height: 27px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-headfoot-line {
  background-image: url(/assets/images/sprite.png);
  background-position: -287px -276px;
  width: 27px;
  height: 27px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-headfoot-linelive {
  background-image: url(/assets/images/sprite.png);
  background-position: -255px -276px;
  width: 27px;
  height: 27px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-headfoot-youtube {
  background-image: url(/assets/images/sprite.png);
  background-position: -223px -276px;
  width: 27px;
  height: 27px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-hed-video {
  background-image: url(/assets/images/sprite.png);
  background-position: 0px -276px;
  width: 50px;
  height: 50px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
}

.cs-sharearticle-facebook {
  background-image: url(/assets/images/sprite.png);
  background-position: -60px -331px;
  width: 25px;
  height: 25px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-sharearticle-twitter {
  background-image: url(/assets/images/sprite.png);
  background-position: 0px -331px;
  width: 25px;
  height: 25px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-sharearticle-line {
  background-image: url(/assets/images/sprite.png);
  background-position: -30px -331px;
  width: 25px;
  height: 25px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-link-blank {
  background-image: url(/assets/images/sprite.png);
  background-position: -162px -311px;
  width: 10px;
  height: 14px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

a:hover .cs-link-blank {
  background-image: url(/assets/images/sprite.png);
  background-position: -147px -311px;
  width: 10px;
  height: 14px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
}

.cs-icon-mail {
  background-image: url(/assets/images/sprite.png);
  background-position: -55px -311px;
  width: 22px;
  height: 14px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

a:hover .cs-icon-mail {
  background-image: url(/assets/images/sprite.png);
  background-position: -82px -311px;
  width: 22px;
  height: 14px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
}

.cs-icon-cart {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -150px;
  width: 19px;
  height: 17px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-header-search {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -234px;
  width: 16px;
  height: 16px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-elmark {
  background-image: url(/assets/images/sprite.png);
  background-position: -351px -276px;
  width: 25px;
  height: 25px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-buy {
  background-image: url(/assets/images/sprite.png);
  background-position: -356px -180px;
  width: 22px;
  height: 20px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-streaming {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px 0px;
  width: 21px;
  height: 20px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-dl {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -127px;
  width: 19px;
  height: 18px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-disc-music {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -295px;
  width: 15px;
  height: 15px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-disc-dl {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -315px;
  width: 15px;
  height: 15px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-disc-movie {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -275px;
  width: 15px;
  height: 15px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-listening {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -255px;
  width: 15px;
  height: 15px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-yt-play {
  background-image: url(/assets/images/sprite.png);
  background-position: -73px -223px;
  width: 68px;
  height: 48px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

a:hover .cs-yt-play {
  background-image: url(/assets/images/sprite.png);
  background-position: 0px -223px;
  width: 68px;
  height: 48px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
}

.cs-share-twitter-small {
  background-image: url(/assets/images/sprite.png);
  background-position: -346px -223px;
  width: 30px;
  height: 30px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-listening-tieup {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -50px;
  width: 20px;
  height: 20px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-rss {
  background-image: url(/assets/images/sprite.png);
  background-position: -109px -311px;
  width: 14px;
  height: 14px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
}

.cs-icon-if-fb {
  background-image: url(/assets/images/sprite.png);
  background-position: -128px -311px;
  width: 14px;
  height: 14px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 6px;
}

.cs-icon-if-tw {
  background-image: url(/assets/images/sprite.png);
  background-position: -383px -335px;
  width: 16px;
  height: 13px;
  background-size: 404px 356px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 6px;
}

/* =====================================================================================================================
SVG LOADER
===================================================================================================================== */
.m-svg-loader {
  -webkit-animation: loading 1.4s infinite linear;
  animation: loading 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
